.about {
  padding: 80px 0 0 0;
}

.about__image {
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: center;
  image-rendering: pixelated;
}

.message {
  padding-top: 40px;
}

.icon-distance {
  width: 40.625%;
}

.numbers {
  padding: 60px 19.5px 80px 28px;
  width: calc(100% - 8px);
  background-color: #fff;
  border-radius: 0 32px 32px 0;
  margin-bottom: 44px;
}

.numbers .text_type_title {
  margin-bottom: 60px;
}

.numbers__cards {
  display: grid;
  gap: 16px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, min(85.33vw, 320px));
}

.numbers__card {
  width: min(320px, 85.33vw);
  height: 172px;
  display: flex;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.numbers__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 13px;
}

.tow-line .numbers__card-content {
  gap: 10px;
}

.numbers__card-title {
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
}

.numbers__card-value {
  font-family: "Oswald", sans-serif;
  font-size: min(5.6rem, 15vw);
  font-weight: 700;
  line-height: 1.32;
}

.tow-line .numbers__card-value {
  line-height: 1;
}

.tow-line .numbers__card-value {
  font-size: min(4.6rem, 15vw);
}

.numbers__card-unit {
  font-size: 3.5rem;
  font-weight: 900;
}

.numbers__card-icon {
  width: 40.625%;
  background-color: #8bd4b2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.system {
  background-color: #fff;
  width: calc(100% - 8px);
  margin-left: auto;
  border-radius: 32px 0px 0px 32px;
}

.system__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, min(85.33vw, 320px));
  justify-content: center;
}

.system__card {
  width: min(85.33vw, 320px);
  padding: 28px;
  background-color: var(--mint-green);
  border-radius: 8px;
}

.system__card-image {
  width: 71px;
  height: auto;
}

.system__card:nth-child(10) {
  width: 53.5px;
}

.system__card-title {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.47;
  text-align: center;
  margin-bottom: 10px;
}

.system__card-image {
  display: block;
  margin: 0 auto;
  height: auto;
}

.system__card:first-child .system__card-image {
  width: 74px;
}

.system__card:nth-child(2) .system__card-image {
  width: 92.5px;
}

.system__card:nth-child(3) .system__card-image {
  width: 104.5px;
}

.system__card:nth-child(4) .system__card-image {
  width: 71px;
}

.system__card:nth-child(5) .system__card-image {
  width: 95px;
}

.system__card:nth-child(6) .system__card-image {
  width: 72.5px;
}

.system__card:last-child .system__card-image {
  width: 119px;
}

.internal-event {
  background-color: #fff;
  width: calc(100% - 8px);
  border-radius: 0px 32px 32px 0px;
  margin-top: 80px;
}

.events {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(85.33vw, 320px));
  justify-content: center;
  gap: 32px;
}

.event {
  width: min(85.33vw, 320px);
}

.event__image {
  border-radius: 8px;
}

.event__title {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 2px;
}

.company-data__row {
  border-top: 1px solid #707070;
}

.company-data__row:last-child {
  border-bottom: 1px solid #707070;
}

.company {
  padding: 80px 5px;
}

.company-data {
  margin: 0 auto;
}

.company-data__label,
.company-data__value {
  font-size: 1.2rem;
  line-height: 1.67;
  color: var(--table-data);
  vertical-align: top;
  text-align: left;
}

.company-data__label {
  padding: 20px 8px 20px 18.5px;
  width: 87px;
}

.company-data__value {
  padding: 20px 18.5px 20px 0;
}

.company .link {
  margin: 40px auto 0;
}

.access {
  padding: 0 0 80px 0;
}

.access__map {
  width: 100%;
  aspect-ratio: 375 / 320;
  max-height: 450px;
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .about {
    padding-top: 100px;
  }

  .about .text_type_title {
    margin-bottom: 100px;
  }

  .about__image {
    width: 100%;
    height: 600px;
  }

  .message {
    max-width: 1128px;
    margin: 0 auto;
    padding-top: 118px;
    padding-bottom: 200px;
    box-sizing: content-box;
  }

  .message .text_type_hero {
    margin-bottom: 32px;
  }

  :root {
    --side-padding: min(196px, max(40px, calc(196px + 25vw - 480px)));
  }

  .decorated {
    background-color: #fff;
    margin-bottom: 200px;
    width: calc(100% - var(--side-padding));
  }

  .decorated--left {
    border-radius: 0 64px 64px 0;
    padding: 200px min(200px, max(40px, calc(200px + 25vw - 480px))) 200px min(396px, max(80px, calc(396px + 50vw - 960px)));
  }

  .decorated--right {
    border-radius: 64px 0 0 64px;
    padding: 200px min(396px, max(80px, calc(396px + 50vw - 960px))) 200px min(200px, max(40px, calc(200px + 25vw - 480px)));
  }

  .numbers__cards {
    max-width: 1128px;
    grid-template-columns: repeat(auto-fit, 360px);
    gap: 24px;
    margin: 0 auto;
    box-sizing: content-box;
    justify-content: center;
  }

  .numbers__card {
    width: 360px;
    height: 193px;
  }

  .numbers__card-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .system__cards {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, 360px);
  }

  .system__card {
    width: 360px;
    height: 203px;
  }

  .system__card-title {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 10.5px;
  }

  .system__card-image {
    width: auto;
    height: 100px;
  }

  .events {
    grid-template-columns: repeat(auto-fit, 360px);
    row-gap: 40px;
    column-gap: 24px;
  }

  @media (min-width: 1300px) {

    .numbers__cards,
    .system__cards,
    .events {
      grid-template-columns: repeat(3, 360px);
    }
  }

  .event {
    width: 360px;
  }

  .event__title {
    margin-top: 8px;
  }

  .company {
    padding-top: 0;
    padding-bottom: 200px;
  }

  .company-data {
    width: 100%;
    max-width: 792px;
  }

  .company-data__label {
    padding: 32px 16px 32px 24px;
    width: 130px;
  }

  .company-data__value {
    padding: 32px 24px 32px 0;
  }

  .company-data__label,
  .company-data__value {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .company .link {
    margin-top: 60px;
  }

  .access {
    padding-bottom: 200px;
  }

  .access__map {
    aspect-ratio: unset;
    aspect-ratio: 1920 / 660;
    min-height: 450px;
    max-height: 660px;
  }
}