.high-speed {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#291A7A), to(#3D2AA4));
  background: linear-gradient(180deg, #291A7A 0%, #3D2AA4 100%);
  overflow: hidden;
}

.high-speed__headline {
  margin-bottom: 64px;
  text-align: center;
  line-height: 54px;
  font-size: 40px;
  font-weight: 700;
  color: var(--color-white);
}

.high-speed__list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 24px;
}

.high-speed__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -ms-grid-rows: 172px auto 1fr;
      grid-template-rows: 172px auto 1fr;
  grid-row-gap: 12px;
  max-width: 338px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  z-index: 10;
}

.high-speed__image-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(52, 204, 169, 0.1);
}

.high-speed__image {
  max-width: 64px;
  width: auto;
}

.high-speed__item-headline {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
}

.high-speed__decor {
  position: absolute;
  top: 80px;
  left: -150px;
  width: 220px;
  height: 1px;
  background-color: var(--color-green03);
}

.high-speed__decor:after,
.high-speed__decor:before {
  content: '';
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  background-color: var(--color-green03);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.high-speed__decor:after {
  right: -3px;
}

.high-speed__decor:before {
  left: -3px;
}

.high-speed__decor-map {
  position: absolute;
  max-width: 720px;
  width: 100%;
}

.high-speed__decor-map-mobile {
  display: none;
}

.high-speed__decor-map_left {
  bottom: 80px;
  left: calc(50% - var(--container-width) / 2 - 690px);
}

.high-speed__decor-map_right {
  top: 40px;
  right: calc(50% - var(--container-width) / 2 - 590px);
}

@media (max-width: 1200px) {
  .high-speed {
    margin-top: -1px;
    padding-top: 48px;
    padding-bottom: 86px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
  .high-speed__headline {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
  }
  .high-speed__list {
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
  }
  .high-speed__item {
    -ms-grid-rows: initial;
        grid-template-rows: initial;
    max-width: 278px;
    font-size: 12px;
    font-weight: 400;
  }
  .high-speed__list .high-speed__item:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .high-speed__list .high-speed__item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .high-speed__list .high-speed__item:first-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .high-speed__image-wrapper {
    width: 86px;
    height: 86px;
  }
  .high-speed__image {
    max-width: 40px;
  }
  .high-speed__item-headline {
    font-size: 16px;
  }
  .high-speed__decor {
    display: none;
  }
  .high-speed__decor-map {
    max-width: 390px;
  }
  .high-speed__decor-map_left {
    top: 160px;
    left: -160px;
    bottom: unset;
  }
  .high-speed__decor-map_right {
    top: 160px;
    right: -240px;
  }
}

@media (max-width: 767px) {
  .high-speed {
    padding-top: 32px;
    padding-bottom: 124px;
  }
  .high-speed__decor-map_left {
    left: -260px;
  }
  .high-speed__decor-map_right {
    right: -280px;
  }
}

@media (max-width: 640px) {
  .high-speed__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 40px;
    justify-items: center;
  }
  .high-speed__list .high-speed__item:last-child {
    grid-column: unset;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .high-speed__list .high-speed__item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .high-speed__list .high-speed__item:first-child {
    grid-column: unset;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .high-speed__decor-map_left {
    top: 320px;
    left: -190px;
  }
  .high-speed__decor-map_right {
    top: unset;
    bottom: 250px;
    right: -250px;
  }
  .high-speed__decor-map-mobile {
    display: block;
    top: 20px;
  }
}
/*# sourceMappingURL=high-speed.css.map */