.hd_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 9.72222vw;
  height: 4.16667vw;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hd_burger.active {
  width: 6.5vw;
}

.hd_burger.active span {
  background-color: #93A2B7;
  -webkit-transform: translate(0px, 0px) rotate(45deg);
      -ms-transform: translate(0px, 0px) rotate(45deg);
          transform: translate(0px, 0px) rotate(45deg);
}

.hd_burger.active span:first-child {
  -webkit-transform: translate(0px, 2vw) rotate(45deg);
      -ms-transform: translate(0px, 2vw) rotate(45deg);
          transform: translate(0px, 2vw) rotate(45deg);
}

.hd_burger.active span:last-child {
  -webkit-transform: translate(-1px, -2vw) rotate(-45deg);
      -ms-transform: translate(-1px, -2vw) rotate(-45deg);
          transform: translate(-1px, -2vw) rotate(-45deg);
}

.hd_burger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 680px) {
  .ft .top {
    padding-bottom: 7.15278vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.title {
  display: inline-block;
  color: #FFF;
  font-size: 3.47222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 50px */
  background: -o-linear-gradient(left, #404D9C 0.01%, #71BCFE 43.46%, #0499C7 98.15%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #404D9C), color-stop(43.46%, #71BCFE), color-stop(98.15%, #0499C7));
  background: linear-gradient(90deg, #404D9C 0.01%, #71BCFE 43.46%, #0499C7 98.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero {
  padding: 6.94444vw 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  color: #93A2B7;
}

.hero .h1 {
  margin-bottom: 2.77778vw;
  line-height: 1;
  text-align: left;
}

.hero__about .h1 {
  margin-bottom: 2.08333vw;
}

.hero__inner {
  padding: 10.41667vw 0px 6.94444vw;
  min-height: auto;
}

.hero__inner+.items {
  padding-top: 6.94444vw;
}

.hero__title {
  margin-bottom: 3.47222vw;
  max-width: 50vw;
  font-size: 3.47222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}

.hero__dvor .hero__title {
  margin-bottom: 2.77778vw;
}

.hero__dvor .hero__desc {
  margin-bottom: 2.77778vw;
}

.hero__system .hero__title {
  max-width: 68.61111vw;
}

.hero__desc {
  margin-bottom: 2.08333vw;
  max-width: 51.11111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.73611vw;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.program {
  padding: 10.41667vw 0px 4.93056vw;
  color: #93A2B7;
}

.program__list {
  padding-top: 4.16667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.38889vw;
}

.program__item {
  padding: 2.43056vw 2.43056vw 2.08333vw;
  width: 100%;
  max-width: calc((100% - 4.16667vw) / 4);
  border-radius: 0.69444vw;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(327deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  background: linear-gradient(123deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
}

.program__icon {
  margin-bottom: 1.18056vw;
}

.program__icon img {
  width: 2.77778vw;
  height: 2.77778vw;
}

.program__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 2.98611vw;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.benefits {
  padding: 5.20833vw 0;
}

.benefits__dvor {
  padding: 6.94444vw 0px 3.47222vw;
}

.benefits .arrow-slider {
  width: 3.81944vw;
  height: 3.81944vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.69444vw;
  border: 1px solid #FFF;
  cursor: pointer;
}

.benefits-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.16667vw;
}

.benefits_slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.04167vw;
     -moz-column-gap: 1.04167vw;
          column-gap: 1.04167vw;
}

.benefits_slider .splide__slide {
  margin-right: 1.38889vw;
}

.benefits_slider .splide__track {
  overflow: visible;
}

.benefits_slider-item {
  padding: 1.38889vw;
  border-radius: 0.69444vw;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(327deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  background: linear-gradient(123deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  max-width: 27.77778vw;
}

.benefits_slider-item-img {
  margin-bottom: 2.08333vw;
}

.benefits_slider-item-img img {
  border-radius: 0.69444vw;
  width: 25vw;
  height: 15.27778vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits_slider-item-content {
  padding: 0 1.38889vw 2.22222vw;
}

.benefits_slider-item-num {
  margin-bottom: 4.23611vw;
  background: -o-linear-gradient(bottom, #404D9C 0%, #0499C7 100%, #404D9C 100%, #0499C7 100%, #0499C7 0%);
  background: -webkit-gradient(linear, left bottom, left top, from(#404D9C), color-stop(100%, #0499C7), color-stop(100%, #404D9C), color-stop(100%, #0499C7), color-stop(0%, #0499C7));
  background: linear-gradient(0deg, #404D9C 0%, #0499C7 100%, #404D9C 100%, #0499C7 100%, #0499C7 0%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.47222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 50px */
}

.benefits_slider-item-text {
  color: #93A2B7;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.earn {
  padding: 4.86111vw 0 10.41667vw;
}

.earn .h2 {
  margin-bottom: 4.93056vw;
}

.earn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7.70833vw;
     -moz-column-gap: 7.70833vw;
          column-gap: 7.70833vw;
}

.earn-left {
  max-width: 44.79167vw;
}

.earn-left img {
  width: 100%;
}

.earn-right {
  width: 100%;
  max-width: 33.61111vw;
}

.earn-list__item {
  padding: 2.08333vw 0 1.38889vw;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  border-bottom: 1px solid #1C1C1C;
  color: #93A2B7;
}

.earn-puls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.earn-puls img {
  position: relative;
  width: 44.79167vw;
  height: 18.19444vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.earn-puls::before {
  position: absolute;
  content: "";
  width: 44.79167vw;
  height: 44.79167vw;
  background: url("data:image/svg+xml,%3Csvg width='862' height='862' viewBox='0 0 862 862' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_2318)'%3E%3Cpath d='M431 861.904C668.982 861.904 861.904 668.982 861.904 431C861.904 193.018 668.982 0.0960083 431 0.0960083C193.018 0.0960083 0.0960388 193.018 0.0960388 431C0.0960388 668.982 193.018 861.904 431 861.904Z' fill='url(%23paint0_linear_1_2318)' fill-opacity='0.6'/%3E%3Cpath d='M430.808 803.899C636.702 803.899 803.611 636.99 803.611 431.096C803.611 225.202 636.702 58.2925 430.808 58.2925C224.914 58.2925 58.0045 225.202 58.0045 431.096C58.0045 636.99 224.914 803.899 430.808 803.899Z' fill='url(%23paint1_linear_1_2318)' fill-opacity='0.6'/%3E%3Cpath d='M430.808 743.59C603.394 743.59 743.302 603.682 743.302 431.096C743.302 258.51 603.394 118.602 430.808 118.602C258.222 118.602 118.314 258.51 118.314 431.096C118.314 603.682 258.222 743.59 430.808 743.59Z' fill='url(%23paint2_linear_1_2318)' fill-opacity='0.6'/%3E%3Cpath d='M431 687.314C572.559 687.314 687.315 572.559 687.315 431C687.315 289.441 572.559 174.686 431 174.686C289.441 174.686 174.686 289.441 174.686 431C174.686 572.559 289.441 687.314 431 687.314Z' fill='url(%23paint3_linear_1_2318)' fill-opacity='0.6'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_2318' x1='425.328' y1='495.088' x2='473.785' y2='-57.4878' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_2318' x1='425.886' y1='486.55' x2='467.817' y2='8.40133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1_2318' x1='426.673' y1='477.577' x2='461.817' y2='76.8172' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1_2318' x1='427.604' y1='469.129' x2='456.43' y2='140.426' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1_2318'%3E%3Crect width='862' height='862' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  -webkit-animation: pulsing 6s infinite;
  animation: pulsing 6s infinite;
  z-index: 0;
  background-size: cover;
}

.list {
  padding: 6.94444vw 0px 9.86111vw;
}

.list__gos {
  padding: 5.69444vw 0px 3.47222vw;
}

.list__gos .list__list {
  padding-bottom: 0;
}

.list__gos .list__icon::before {
  left: 6.94444vw;
  top: 2.77778vw;
  width: calc(138% - 6.94444vw);
}

.list__gos .list__icon img {
  width: 5.55556vw;
  height: 5.55556vw;
}

.list__gos .list__item:nth-child(4) .list__icon::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 2.77778vw;
  -webkit-transform: translateX(calc(-50% - 4.16667vw));
      -ms-transform: translateX(calc(-50% - 4.16667vw));
          transform: translateX(calc(-50% - 4.16667vw));
  width: 50vw;
  height: 1px;
  background-color: #93A2B7;
  opacity: 0.2;
}

.list__gos .list__item:last-child .list__icon::before {
  display: none;
}

.list__list {
  padding-bottom: 6.66667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.47222vw 9.72222vw;
}

.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc((100% - 19.44444vw) / 3);
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #93A2B7;
}

.list__item:nth-child(3) .list__icon::before {
  width: 50vw;
}

.list__icon {
  position: relative;
  margin-bottom: 1.875vw;
}

.list__icon::before {
  content: "";
  position: absolute;
  left: 4.16667vw;
  top: 1.38889vw;
  width: calc(138% - 4.16667vw);
  height: 1px;
  opacity: 0.2;
  background-color: #93A2B7;
}

.list__icon img {
  width: 2.77778vw;
  height: 2.77778vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.list__title {
  margin-bottom: 1.73611vw;
  max-width: 17.70833vw;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}

.list__desc {
  max-width: 25vw;
}

.announce {
  padding: 4.86111vw 4.86111vw 5.55556vw;
  border-radius: 0.69444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.72222vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}

.announce__desc {
  max-width: 38.54167vw;
}

.announce__icon img {
  width: 3.61111vw;
  height: 4.65278vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.items {
  padding: 3.47222vw 0;
}

.items:first-child {
  padding-top: 6.94444vw;
}

.items .h2 {
  margin-bottom: 4.16667vw;
}

.items .item {
  margin-bottom: 1.38889vw;
  padding: 1.04167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.77778vw;
  border-radius: 0.69444vw;
  color: #93A2B7;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(327deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  background: linear-gradient(123deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
}

.items .item:last-child {
  margin-bottom: 0;
}

.items .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 31.18056vw;
}

.items .item__img img {
  width: 31.18056vw;
  height: 100%;
  min-height: 9.02778vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.69444vw;
}

.items .item__info {
  padding: 1.04167vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.38889vw;
  width: 100%;
  max-width: calc(100% - 33.95833vw);
}

.items .item__title {
  font-size: 1.38889vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}

.call {
  padding: 6.94444vw 0px 10.41667vw;
}

.call .container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.69444vw;
}

.call .h2 {
  margin-bottom: 10.06944vw;
  max-width: 28.88889vw;
}

.call__container {
  padding: 5.55556vw 5.55556vw 6.25vw;
  border-radius: 0.69444vw;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.call__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.38889vw;
}

.call__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.38889vw;
}

.call__bottom {
  padding-top: 1.38889vw;
  font-size: 0.83333vw;
  color: #93A2B7;
}

.call__bottom a {
  color: #93A2B7;
  text-decoration: underline;
}

.call__bottom a:hover {
  color: #fff;
}

.call__btn {
  width: 100%;
  max-width: 16.11111vw;
}

.call__btn::before,
.call__btn::after {
  border-color: #93A2B7;
}

.call__btn:hover::before,
.call__btn:hover::after {
  border-color: #fff;
}

.call__btn:hover span {
  background-clip: unset;
  background-image: none;
  background-color: transparent;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.call__btn:hover span::before,
.call__btn:hover span::after {
  border-color: #fff;
}

.call__btn span {
  background-clip: unset;
  background-image: none;
  background-color: transparent;
  -webkit-text-fill-color: unset;
  color: #93A2B7;
}

.call__btn span::before,
.call__btn span::after {
  border-color: #93A2B7;
}

.input {
  padding-bottom: 1.73611vw;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #93A2B7;
  color: #fff;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}

.input::-webkit-input-placeholder {
  color: #93A2B7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.input::-moz-placeholder {
  color: #93A2B7;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.input:-ms-input-placeholder {
  color: #93A2B7;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.input::-ms-input-placeholder {
  color: #93A2B7;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.input::placeholder {
  color: #93A2B7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input:focus {
  border-color: #fff;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus::-moz-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder {
  opacity: 0;
}

.hd .top_menu ul {
  gap: 1.80556vw;
}

.hd .top_menu a {
  padding: 1.11111vw 1.38889vw;
  border-radius: 0.69444vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hd .top_menu a:hover {
  color: #fff;
  background-color: #0B0D10;
}

.hidden {
  overflow: hidden;
}

.md {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0.34722vw);
          backdrop-filter: blur(0.34722vw);
}

.md.active {
  opacity: 1;
  pointer-events: all;
  z-index: 8;
}

.md.active .container::before {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.md.active .menu {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.md.active .menu__press>li.active ul,
.md.active .menu__press>li.active img {
  pointer-events: all;
}

.md-menu .container {
  position: relative;
  margin-right: 0;
  padding-top: 11.11111vw;
  padding-right: 6.94444vw;
  padding-left: 4.51389vw;
  max-width: 64.58333vw;
}

.md-menu .container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.md-otras p {
  padding-left: 1.38889vw;
}

.md-otras .menu__list {
  margin-bottom: 3.47222vw;
}

.md-otras .menu__list li {
  display: inline-block;
}

.md-otras .menu__list a {
  position: relative;
  padding-left: 2.36111vw;
  font-weight: 400;
  font-size: 0.97222vw;
}

.md-otras .menu__list a::before {
  content: "";
  position: absolute;
  left: 1.38889vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.27778vw;
  height: 0.27778vw;
  border-radius: 1px;
  background-color: #93A2B7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.md-otras .menu__list a:hover::before {
  background-color: #fff;
}

.md .container {
  height: 100%;
}

.md-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.91667vw;
}

.md-list .item {
  width: 100%;
  max-width: calc((100% - 2.91667vw) / 3);
}

.row-pd {
  margin-top: 3.19444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.69444vw;
     -moz-column-gap: 0.69444vw;
          column-gap: 0.69444vw;
  row-gap: 0.69444vw;
  width: 100%;
}

.row-pd span {
  color: #93A2B7;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.row-pd span:nth-child(1) {
  opacity: 0.3;
}

.row-pd span:nth-child(2) img {
  width: 3.81944vw;
  height: 1.875vw;
}

.row-pd span:nth-child(3) img {
  width: 6.38889vw;
  height: 1.80556vw;
}

.menu {
  position: relative;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__contacts {
  padding-left: 1.38889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__contacts .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125vw;
}

.menu__map {
  position: absolute;
  right: 0;
  top: 0;
  width: 22.01389vw;
  height: 45.13889vw;
  max-height: calc(100% - 3.81944vw);
  border-radius: 1.04167vw;
  overflow: hidden;
}

.menu__map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  border-radius: 1.04167vw;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.menu__map iframe,
.menu__map>* {
  border-radius: 1.04167vw;
}

.menu__map-item {
  position: absolute;
  left: 0;
  bottom: 1.73611vw;
  z-index: 4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.69444vw;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: rgba(147, 162, 183, 0.3);
}

.menu__map-item .sk {
  min-width: 6.38889vw;
  height: 1.80556vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu__map-item .fasie {
  min-width: 3.81944vw;
  height: 1.875vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.69444vw;
}

.menu__list:first-child>li:first-child ul,
.menu__list:nth-child(2)>li:first-child ul {
  opacity: 1;
  pointer-events: all;
}

.menu__list ul {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__list ul li {
  width: 22.01389vw;
  height: 45.13889vw;
  max-height: calc(100vh - 14.93056vw);
  border-radius: 1.04167vw;
}

.menu__list ul img {
  width: 22.01389vw;
  height: 45.13889vw;
  max-height: calc(100vh - 14.93056vw);
  border-radius: 1.04167vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__list>li:hover ul {
  opacity: 1;
}

.menu__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.menu__list a {
  padding: 0.48611vw 1.38889vw;
  border-radius: 0.69444vw;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #93A2B7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__list a:hover {
  background-color: #0B0D10;
  color: #fff;
}

.menu__bottom {
  position: relative;
  padding-left: 1.38889vw;
  padding-bottom: 6.25vw;
}

.menu__bottom img {
  position: absolute;
  left: -2.36111vw;
  bottom: 2.84722vw;
  opacity: 0.2;
  pointer-events: none;
  width: 65.13889vw;
  height: 24.44444vw;
  z-index: -1;
}

.menu__bottom .bt::before,
.menu__bottom .bt::after {
  border-color: #93A2B7;
}

.menu__bottom .bt:hover::before,
.menu__bottom .bt:hover::after {
  border-color: #1f8ec1;
}

.menu__bottom .bt:hover span {
  background-clip: unset;
  background-image: none;
  background-color: transparent;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.menu__bottom .bt:hover span::before,
.menu__bottom .bt:hover span::after {
  border-color: #1f8ec1;
}

.menu__bottom .bt span {
  background-clip: unset;
  background-image: none;
  background-color: transparent;
  -webkit-text-fill-color: unset;
  color: #93A2B7;
}

.menu__bottom .bt span::before,
.menu__bottom .bt span::after {
  border-color: #93A2B7;
}

.menu p:not([class]) {
  margin-bottom: 1.38889vw;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #93A2B7;
}

.menu__press {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.menu__press>li.active ul {
  opacity: 1;
  z-index: 1;
}

.menu__press ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.38889vw;
  height: calc(100% - 3.81944vw);
  z-index: -1;
}

.menu__press ul p {
  margin-bottom: 0;
}

.menu__press ul li {
  position: relative;
  width: 22.01389vw;
  height: calc((100% - 2.77778vw) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.69444vw;
  border-radius: 0.69444vw;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #93A2B7;
}

.menu__press ul li a {
  padding: 1.73611vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.69444vw;
  background-color: transparent;
  font-size: 0.83333vw;
}

.menu__press ul li a:hover {
  background-color: transparent;
}

.menu__press ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0.69444vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.menu__press-title {
  font-size: 0.83333vw;
  font-weight: 600;
  color: #fff;
}

.menu__date {
  font-size: 0.83333vw;
  font-weight: 400;
  color: #93A2B7;
}

.blog {
  padding: 10.41667vw 0px 3.47222vw;
}

.blog__list {
  padding-top: 0.69444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.38889vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog__item {
  position: relative;
  padding: 2.43056vw 1.73611vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.38889vw;
  min-height: 20.83333vw;
  width: 100%;
  max-width: calc(50% - 0.69444vw);
  border-radius: 0.69444vw;
  z-index: 1;
  color: #fff;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.blog__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -2;
  background-image: url("../../img/blog/bor.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog__item:hover::before {
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.blog__item:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.blog__item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.69444vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.blog__title {
  max-width: 31.94444vw;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.blog__desc {
  max-width: 31.94444vw;
  color: #93A2B7;
}

.blog__slider {
  position: relative;
}

.blog__slider .splide__track {
  overflow: visible;
}

.blog__slider .arrows_slider {
  position: absolute;
  right: 0;
  top: -3.33333vw;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.blog__more {
  padding-top: 4.16667vw;
  overflow: hidden;
}

.blog__more .h2 {
  margin-bottom: 4.16667vw;
}

.blog__more .blog__slide {
  margin-right: 1.38889vw;
}

.post {
  position: relative;
  min-height: 34.72222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 1;
}

.post h1 {
  margin-bottom: 0;
}

.post__desc {
  padding: 6.94444vw 0px;
  color: #93A2B7;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.post__desc p {
  margin: 0 auto 0;
  max-width: 51.11111vw;
}

.post__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.post__preview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.post__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.bt.bt-gray::before,
.bt.bt-gray::after {
  border-color: #93A2B7;
}

.bt.bt-gray:hover::before,
.bt.bt-gray:hover::after {
  border-color: #1f8ec1;
}

.bt.bt-gray:hover span {
  background-clip: unset;
  background-image: none;
  background-color: transparent;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.bt.bt-gray:hover span::before,
.bt.bt-gray:hover span::after {
  border-color: #1f8ec1;
}

.bt.bt-gray span {
  background-clip: unset;
  background-image: none;
  background-color: transparent;
  -webkit-text-fill-color: unset;
  color: #93A2B7;
}

.bt.bt-gray span::before,
.bt.bt-gray span::after {
  border-color: #93A2B7;
}

.b8 .right {
  max-width: 51.11111vw;
}

.b8 .left {
  width: 100%;
  max-width: 25vw;
}

.faq {
  padding: 10.41667vw 0px 3.47222vw;
}

.faq .title {
  margin-bottom: 5.20833vw;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.86111vw;
}

.faq__item {
  position: relative;
  padding-left: 35vw;
  counter-increment: faq-item;
}

.faq__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #93A2B7;
}

.faq__info a {
  color: #93A2B7;
}

.faq__info a:hover {
  text-decoration: underline;
}

.faq__title {
  position: relative;
  margin-bottom: 1.52778vw;
  color: #fff;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
}

.faq__title .line {
  position: absolute;
  left: -1.38889vw;
  top: 50%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 26.66667vw;
  height: 1px;
  opacity: 0.2;
  background-color: #93A2B7;
}

.faq__title::before {
  content: counter(faq-item, decimal-leading-zero);
  position: absolute;
  left: -35vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.55556vw;
  height: 5.55556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.77778vw;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  background: -o-linear-gradient(bottom, #404D9C 22.62%, #0499C7 99.69%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.62%, #404D9C), color-stop(99.69%, #0499C7));
  background: linear-gradient(0deg, #404D9C 22.62%, #0499C7 99.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq__title::after {
  content: "";
  position: absolute;
  left: -35vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.55556vw;
  height: 5.55556vw;
  border-radius: 0.69444vw;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNzkuNSIgeT0iMC41IiB3aWR0aD0iNzkiIGhlaWdodD0iNzkiIHJ4PSI5LjUiIHRyYW5zZm9ybT0icm90YXRlKDkwIDc5LjUgMC41KSIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQwM184ODYpIiBmaWxsLW9wYWNpdHk9IjAuMiIgc3Ryb2tlPSIjMUMxQzFDIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDAzXzg4NiIgeDE9IjkxLjQiIHkxPSItMzMuMzYiIHgyPSIxNTAuNDQzIiB5Mj0iNS41MDY2OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuMDMwMzgzNCIgc3RvcC1jb2xvcj0iIzY0ODZERSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KPHN0b3Agb2Zmc2V0PSIwLjk2MDMiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.faq__desc {
  max-width: 46.52778vw;
}

.faq__desc p {
  margin-bottom: 1.38889vw;
}

.faq__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.38889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__pdf img {
  width: 4.16667vw;
  height: 4.16667vw;
}

.ft .right p.tx_12 {
  opacity: 0;
}

.tarifs {
  padding: 10.41667vw 0px 5.20833vw;
}

.tarifs .title {
  margin-bottom: 6.25vw;
}

.tarifs__top {
  margin-bottom: 3.47222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.38889vw;
}

.tarifs__title {
  font-size: 2.77778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}

.tarifs__ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.69444vw;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #93A2B7;
}

.tarifs__ls img {
  width: 1.31944vw;
  height: 0.69444vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.tarifs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.38889vw;
  overflow: hidden;
}

.tarifs__item {
  padding: 1.38889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.36111vw;
  width: 100%;
  max-width: calc(50% - 0.69444vw);
  border-radius: 0.69444vw;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(327deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  background: linear-gradient(123deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  color: #93A2B7;
}

.tarifs__item-title {
  margin-bottom: 1.66667vw;
  color: #FFF;
  font-size: 1.38889vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.tarifs__item ul {
  margin-bottom: 1.59722vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.41667vw;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.tarifs__img {
  border-radius: 0.69444vw;
  width: 100%;
}

.tarifs__img img {
  width: 100%;
  height: 19.44444vw;
  border-radius: 0.69444vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.tarifs__info {
  padding: 0px 2.08333vw 2.08333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.tarifs__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.38889vw;
  width: 100%;
}

.tarifs__price {
  margin-bottom: -0.34722vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.34722vw;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.tarifs__price span {
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  background: -o-linear-gradient(left, #404D9C 0.01%, #0499C7 98.15%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #404D9C), color-stop(98.15%, #0499C7));
  background: linear-gradient(90deg, #404D9C 0.01%, #0499C7 98.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tdone {
  padding: 5.20833vw 0px 7.98611vw;
}

.tdone__top {
  margin-bottom: 3.81944vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tdone__top .tarifs__title {
  max-width: 42.36111vw;
}

.tdone__top .tarifs__ls img {
  width: 1.11111vw;
  height: 1.31944vw;
}

.tdone__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.38889vw;
}

.tdone__item {
  padding: 1.38889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.77778vw;
  width: 100%;
  border-radius: 0.69444vw;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(327deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  background: linear-gradient(123deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  color: #93A2B7;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.tdone__item-title {
  margin-bottom: 4.16667vw;
  font-size: 1.38889vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}

.tdone__item .bt {
  margin-top: 0.34722vw;
}

.tdone__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 30.83333vw;
}

.tdone__img img {
  border-radius: 0.69444vw;
  width: 100%;
}

.tdone__info {
  padding: 2.08333vw 2.08333vw 2.08333vw;
  padding-left: 0;
  width: 100%;
}

.ton {
  position: relative;
  padding: 7.63889vw 0px 4.86111vw;
  z-index: 1;
}

.ton::before {
  position: absolute;
  right: -29.86111vw;
  top: -6.94444vw;
  content: "";
  width: 58.75vw;
  height: 58.75vw;
  background: url("data:image/svg+xml,%3Csvg width='862' height='862' viewBox='0 0 862 862' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_2318)'%3E%3Cpath d='M431 861.904C668.982 861.904 861.904 668.982 861.904 431C861.904 193.018 668.982 0.0960083 431 0.0960083C193.018 0.0960083 0.0960388 193.018 0.0960388 431C0.0960388 668.982 193.018 861.904 431 861.904Z' fill='url(%23paint0_linear_1_2318)' fill-opacity='0.6'/%3E%3Cpath d='M430.808 803.899C636.702 803.899 803.611 636.99 803.611 431.096C803.611 225.202 636.702 58.2925 430.808 58.2925C224.914 58.2925 58.0045 225.202 58.0045 431.096C58.0045 636.99 224.914 803.899 430.808 803.899Z' fill='url(%23paint1_linear_1_2318)' fill-opacity='0.6'/%3E%3Cpath d='M430.808 743.59C603.394 743.59 743.302 603.682 743.302 431.096C743.302 258.51 603.394 118.602 430.808 118.602C258.222 118.602 118.314 258.51 118.314 431.096C118.314 603.682 258.222 743.59 430.808 743.59Z' fill='url(%23paint2_linear_1_2318)' fill-opacity='0.6'/%3E%3Cpath d='M431 687.314C572.559 687.314 687.315 572.559 687.315 431C687.315 289.441 572.559 174.686 431 174.686C289.441 174.686 174.686 289.441 174.686 431C174.686 572.559 289.441 687.314 431 687.314Z' fill='url(%23paint3_linear_1_2318)' fill-opacity='0.6'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_2318' x1='425.328' y1='495.088' x2='473.785' y2='-57.4878' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_2318' x1='425.886' y1='486.55' x2='467.817' y2='8.40133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1_2318' x1='426.673' y1='477.577' x2='461.817' y2='76.8172' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1_2318' x1='427.604' y1='469.129' x2='456.43' y2='140.426' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23404B9B' stop-opacity='0.26'/%3E%3Cstop offset='0.8963' stop-color='%23009DC9' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1_2318'%3E%3Crect width='862' height='862' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  -webkit-animation: pulsing 6s infinite;
  animation: pulsing 6s infinite;
  z-index: 0;
  background-size: cover;
}

.ton__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.54167vw;
  width: 100%;
}

.ton__info {
  padding-top: 1.38889vw;
  width: 100%;
  max-width: 39.16667vw;
}

.ton__title {
  margin-bottom: 1.38889vw;
  color: #FFF;
  font-size: 2.77778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
}

.ton__title span {
  background: -o-linear-gradient(left, #404D9C 0.01%, #0499C7 98.15%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #404D9C), color-stop(98.15%, #0499C7));
  background: linear-gradient(90deg, #404D9C 0.01%, #0499C7 98.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ton__subtitle {
  margin-bottom: 2.77778vw;
  max-width: 39.16667vw;
  color: #93A2B7;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.ton__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.04167vw;
  width: 100%;
}

.ton__item {
  padding: 1.73611vw 2.08333vw 2.36111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.04167vw;
  width: 100%;
  max-width: 24.65278vw;
  border-radius: 0.69444vw;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(213deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  background: linear-gradient(-123deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  color: #93A2B7;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.ton__item:last-child {
  max-width: 13.88889vw;
}

.ton__item p {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 600;
}

.ton__img {
  width: 100%;
  max-width: 33.61111vw;
}

.ton__img img {
  width: 100%;
  height: auto;
}

.tupdate {
  padding: 4.51389vw 0px 3.47222vw;
  color: #93A2B7;
}

.tupdate__title {
  margin-bottom: 3.47222vw;
  color: #FFF;
  font-size: 2.77778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.tupdate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875vw;
}

.tupdate__item {
  position: relative;
  padding-top: 7.29167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.38889vw;
  width: 100%;
  max-width: calc((100% - 4.16667vw) / 3);
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  counter-increment: tupdateItem;
}

.tupdate__item:last-child .tupdate__item-title::before {
  display: none;
}

.tupdate__item::before {
  content: counter(tupdateItem, decimal-leading-zero);
  position: absolute;
  top: 0.34722vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.55556vw;
  height: 5.55556vw;
  color: #FFF;
  font-size: 2.77778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: -o-linear-gradient(bottom, #404D9C 22.62%, #0499C7 99.69%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.62%, #404D9C), color-stop(99.69%, #0499C7));
  background: linear-gradient(0deg, #404D9C 22.62%, #0499C7 99.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tupdate__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.55556vw;
  height: 5.55556vw;
  border-radius: 0.69444vw;
  border: 1px solid #1C1C1C;
  background: -o-linear-gradient(213deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
  background: linear-gradient(-123deg, rgba(100, 134, 222, 0.08) -6.02%, rgba(255, 255, 255, 0) 53.3%);
}

.tupdate__item-title {
  position: relative;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
}

.tupdate__item-title::before {
  content: "";
  position: absolute;
  top: -4.51389vw;
  left: 6.94444vw;
  width: 20.90278vw;
  height: 1px;
  opacity: 0.2;
  background-color: #93A2B7;
}

.tupdate__item-desc {
  max-width: 27.08333vw;
}

.ft .top .left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.38889vw;
}

.map2 {
  position: absolute;
  width: 100%;
  height: 100%;
}