.itx-numbers {
  padding-top: 60px;
  padding-bottom: 60px;
}

.itx-numbers__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 68px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .itx-numbers__wrapper {
    flex-wrap: wrap;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .itx-numbers__wrapper {
    flex-wrap: wrap;
    padding: 32px 16px;
    gap: 56px 20px;
  }
}
.itx-numbers__wrapper--three {
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .itx-numbers__wrapper--three {
    justify-content: space-between;
  }
  .itx-numbers__wrapper--three .itx-numbers__item:first-child,
  .itx-numbers__wrapper--five .itx-numbers__item:first-child {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .itx-numbers__item {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.itx-numbers__number {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #25bb4d;
  text-align: center;
}

.itx-numbers__description {
  color: rgba(5, 19, 32, 0.8);
  font-size: 16px;
  line-height: 22.4px;
  text-align: center;
}

.map__content-desc a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #25bb4d;
  gap: 16px;
  text-shadow: none;
  margin-top: 20px;
  font-weight: 600;
  transition: all 0.15s;
}
.map__content-desc a:hover {
  color: #30d05a;
}

@media screen and (max-width: 768px) {
  #map {
    flex-direction: column;
    gap: 280px;
    position: relative;
  }
  #map::after {
    content: "";
    position: absolute;
    top: 200px;
    left: -400px;
    right: -400px;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .map__svg .itx-content__image-img {
    transform: scale(2.2) translate(-20px, 0);
  }
  .map__content-title.h3 {
    font-size: 20px !important;
    line-height: 120% !important;
    color: #051320;
    margin-bottom: 12px;
  }
  .map__content-desc a {
    padding: 12px 32px;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 300ms;
    width: 100%;
    background-color: #25bb4d;
    color: #fff;
    text-align: center;
  }
  .map__content-desc a svg {
    display: none;
  }
  .map__content {
    position: relative;
    top: 60px;
  }
  .map__content-desc a:active {
    opacity: 1;
    background-color: #25bb4d;
  }
  .itx-numbers {
    padding-bottom: 1;
  }
  .itx-numbers__wrapper--five {
    box-shadow: none;
    justify-content: center;
    padding: unset;
    border: none;
    position: relative;
    gap: 32px 20px;
    top: -540px;
    margin-bottom: -100%;
  }
  .itx-numbers__wrapper--five::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -400px;
    right: -400px;
    height: 60px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent);
  }
  .itx-numbers__wrapper--five::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -400px;
    right: -400px;
    bottom: 0;
    z-index: -1;
    background: rgb(255, 255, 255);
  }
  .itx-numbers__wrapper--five .itx-numbers__item:first-child {
    flex: 1 0 calc(30% - 5px);
    max-width: calc(30% - 5px);
  }
  .itx-numbers__item {
    flex: 1 0 calc(30% - 5px);
    max-width: calc(30% - 5px);
  }
}
.itx-numbers__number {
  font-size: 32px;
  line-height: 110%;
}

.itx-numbers__description {
  font-size: 14px;
  line-height: 120%;
}/*# sourceMappingURL=style.min.css.map */