@font-face {
  font-family: Fonnts;
  src: url('../fonts/fonnts.com-Kepler-Std-Disp-Medium.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a {
  color: #fff;
  text-decoration: none;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.row_1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/backround-red.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer {
  flex: 1;
  height: 100vh;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.map_container {
  justify-content: center;
  align-items: center;
  height: 40%;
  display: flex;
}

.body {
  background-color: #510c1d;
}

.map {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: #fff;
  font-family: Fonnts, Impact, sans-serif;
  font-size: 20px;
}

.logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  display: flex;
}

.image_logo {
  max-width: 90vw;
}

.row_date {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.date {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.row_iconite-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.date_iconite {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.cointainer_sus {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 56px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .row_iconite-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cointainer_sus {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 40px;
  }
}


@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-Kepler-Std-Disp-Medium.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}