@font-face {
  font-family: 'Helvetica Neue';
  src:
    local('HelveticaNeueCyr-Roman'),
    url('../fonts/helvetica/HelveticaNeueCyr-Roman.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueCyr-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src:
    local('HelveticaNeueCyr-Light'),
    url('../fonts/helvetica/HelveticaNeueCyr-Light.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueCyr-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('HelveticaNeueBoldCondensed.eot');
  src:
    local('Helvetica Neue Condensed Bold'),
    local('HelveticaNeueBoldCondensed'),
    url('../fonts/helvetica/HelveticaNeueBoldCondensed.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueBoldCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'CoFo Kak';
  src:
    url('../fonts/cofokak/CoFoKak-Black.woff2') format('woff2'),
    url('../fonts/cofokak/CoFoKak-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CoFo Kak';
  src:
    url('../fonts/cofokak/CoFoKak-Regular.woff2') format('woff2'),
    url('../fonts/cofokak/CoFoKak-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CoFo Kak';
  src:
    url('../fonts/cofokak/CoFoKak-Medium.woff2') format('woff2'),
    url('../fonts/cofokak/CoFoKak-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Atyp Display';
  src:
    local('Atyp Display Medium'),
    local('AtypDisplay-Medium'),
    url('../fonts/AtypDisplay/AtypDisplay-Medium.woff2') format('woff2'),
    url('../fonts/AtypDisplay/AtypDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Atyp Display';
  src:
    local('Atyp Display'),
    local('AtypDisplay-Regular'),
    url('../fonts/AtypDisplay/AtypDisplay-Regular.woff2') format('woff2'),
    url('../fonts/AtypDisplay/AtypDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Atyp Display';
  src:
    local('Atyp Display Semibold'),
    local('AtypDisplay-Semibold'),
    url('../fonts/AtypDisplay/AtypDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/AtypDisplay/AtypDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

body {
  background-image: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  min-height: 100vh;
  color: white;
  font-family: 'Atyp Display';
  font-size: calc(100vw * 22 / 1700);
  line-height: calc(100vw * 26 / 1700);
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 20px;
    background: rgb(19, 19, 19) url('../img/bg-mobile.png') no-repeat center/cover;
  }
}

.container {
  max-width: calc(100vw * 1230 / 1700);
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page {
  padding-top: calc(100vw * 40 / 1700);
}

@media (max-width: 991px) {
  .page {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .page {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .page__slider {
    position: absolute;
    width: calc(100vw * 800 / 1700);
    left: calc(100vw * 950 / 1700);
    margin-top: calc(100vw * 20 / 1700);
  }
}

.page__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .page__content {
    flex: 0 0 calc(100vw * 570 / 1700);
    max-width: calc(100vw * 570 / 1700);
    height: calc(100vw * 560 / 1700);
  }
}

@media (max-width: 991px) {
  .page__center {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .page__top {
    padding-left: calc(100vw * 145 / 1700);
  }
}

@media (max-width: 991px) {
  .page__top {
    font-size: 20px;
    margin-top: 44px;
    margin-bottom: 24px;
  }
}

.page__right {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .page__right {
    height: calc(100vw * 640 / 1700);
  }
}

.logo {
  max-width: calc(100vw * 185 / 1700);
}

.title {
  background: linear-gradient(180deg, #ffffff 40%, #b8ff77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'CoFo Kak', sans-serif;
  font-weight: 500;
}

@media (min-width: 992px) {
  .title {
    font-size: calc(100vw * 140 / 1700);
    line-height: calc(100vw * 130 / 1700);
    letter-spacing: calc(100vw * -3 / 1700);
    margin-top: calc(100vw * 20 / 1700);
    margin-bottom: calc(100vw * 5 / 1700);
  }
}

@media (max-width: 991px) {
  .title {
    font-weight: 500;
    font-size: 67.82px;
    line-height: 60.33px;
    letter-spacing: -2%;
    text-transform: uppercase;
  }
}

.page-content__text {
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 40%, #b8ff77 100%);
  -webkit-background-clip: text; /* for Chrome, Safari */
  -webkit-text-fill-color: transparent; /* for Chrome, Safari */
  background-clip: text; /* for Firefox */
  color: transparent; /* fallback */
}

@media (min-width: 992px) {
  .page-content__text {
    font-size: calc(100vw * 24 / 1700);
    font-weight: 400;
    line-height: calc(100vw * 32 / 1700);
  }
}

@media (max-width: 991px) {
  .page-content__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.page-content__description {
  font-family: 'CoFo Kak';
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .page-content__description {
    font-size: calc(100vw * 48 / 1700);
    line-height: calc(100vw * 48 / 1700);
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .page-content__description {
    font-weight: 500;
    font-size: 24.59px;
    line-height: 43.75px;
  }
}

.page-content__footer {
  position: relative;
}

@media (min-width: 992px) {
  .page-content__footer {
    display: inline-flex;
  }
}

@media (max-width: 991px) {
  .page-content__footer {
    margin-top: 80px;
  }
}

.button {
  background: radial-gradient(1754.02% 145.47% at 47.09% -2.11%, #ceff7d 36.98%, #36ff56 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(13, 13, 13) !important;
  text-decoration: none;
  z-index: 50;
  position: relative;
  border: none;
  transition: opacity 0.3s ease-in-out;
}

.button:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .button {
    height: calc(100vw * 64 / 1700);
    padding-left: calc(100vw * 16 / 1700);
    padding-right: calc(100vw * 16 / 1700);
    border-radius: calc(100vw * 12 / 1700);
    gap: calc(100vw * 8 / 1700);
    font-size: calc(100vw * 24 / 1700);
  }
}

@media (max-width: 992px) {
  .button {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
  }
}

@media (max-width: 991px) {
  .button svg {
    width: 24px;
    height: 24px;
    margin-bottom: -2px;
  }
}

@media (min-width: 992px) {
  .button svg {
    width: calc(100vw * 24 / 1700);
    height: calc(100vw * 24 / 1700);
    margin-bottom: calc(100vw * -4 / 1700);
  }
}

.badge-button {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: rotate(1.26deg) translateX(-50%);
  background: url('../img/badge.svg') no-repeat top/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .badge-button {
    width: calc(100vw * 210 / 1700);
    height: calc(100vw * 60 / 1700);
    margin-bottom: calc(100vw * -9 / 1700);
  }
}

@media (max-width: 991px) {
  .badge-button {
    width: 170px;
    height: 93px;
    margin-bottom: -40px;
    align-items: flex-start;
    padding-top: 10px;
    background: url('../img/badge-mobile.svg') no-repeat top/cover;
  }
}

.badge-button span {
  background: linear-gradient(233.25deg, #235f24 -103.27%, #87ff89 71.38%),
    radial-gradient(1754.02% 145.47% at 47.09% -2.11%, #ceff7d 36.98%, #36ff56 100%);
  -webkit-background-clip: text; /* for Chrome, Safari */
  -webkit-text-fill-color: transparent; /* for Chrome, Safari */
  background-clip: text; /* for Firefox */
  color: transparent; /* fallback */
  font-family: 'CoFo Kak';
  font-weight: 500;
}

@media (min-width: 992px) {
  .badge-button span {
    font-size: calc(100vw * 32 / 1700);
  }
}

@media (max-width: 991px) {
  .badge-button span {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .swiper-slide {
    width: calc(100vw * 430 / 1700) !important;
  }
}

.advantages-item {
  transition:
    transform 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  position: relative;
  border: 1px solid rgba(206, 255, 125, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .advantages-item {
    padding: calc(100vw * 25 / 1700);
    height: calc(100vw * 600 / 1700);
    border-radius: calc(100vw * 20 / 1700);
  }
}

@media (max-width: 991px) {
  .advantages-item {
    min-height: 550px;
    border-radius: 12px;
    padding: 24px 16px;
  }
}

.advantages-item__title {
  text-transform: uppercase;
  font-family: 'CoFo Kak';
  font-weight: 500;
}

@media (min-width: 992px) {
  .advantages-item__title {
    line-height: calc(100vw * 53 / 1700);
    letter-spacing: -2%;
    margin-bottom: calc(100vw * 10 / 1700);
    font-size: calc(100vw * 55 / 1700);
  }
}

@media (max-width: 991px) {
  .advantages-item__title {
    font-size: 42px;
    line-height: 33.29px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}

.advantages-item__text {
  font-weight: 400;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .advantages-item__text {
    font-size: calc(100vw * 16 / 1700);
    line-height: calc(100vw * 24 / 1700);
  }
}

@media (max-width: 991px) {
  .advantages-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  .swiper-slide:not(.swiper-slide-active) .advantages-item {
    transform: scale(0.8);
    opacity: 0.3;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: calc(100vw * 62 / 1700);
  height: calc(100vw * 62 / 1700);
  background: rgba(21, 21, 21, 0.2);
  border: 0.74px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(29.5238113403px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: calc(100vw * 20 / 1700);
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  left: calc(100vw * 500 / 1700);
}

@media (min-width: 992px) {
  .advantages__pagination {
    margin-left: calc(100vw * 24 / 1700);
  }
}

@media (max-width: 991px) {
  .advantages__pagination {
    justify-content: flex-end;
  }
}

.advantages-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  z-index: 10;
}

.advantages-swiper-pagination__bar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: calc(100vw * 50 / 1700);
  height: calc(100vw * 6 / 1700);
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .advantages-swiper-pagination__bar {
    width: 6px;
    height: 6px;
    max-width: 6px;
  }
}

.advantages-swiper-pagination__bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: radial-gradient(1754.02% 145.47% at 47.09% -2.11%, #ceff7d 36.98%, #36ff56 100%);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: calc(100vw * 16 / 1700);
  line-height: calc(100vw * 18 / 1700);
}

@media (min-width: 992px) {
  .site-footer {
    min-height: calc(100vw * 120 / 1700);
  }
}

@media (max-width: 991px) {
  .site-footer {
    flex-direction: column-reverse;
    gap: 40px;
    padding-bottom: 40px;
    margin-top: 50px;

    font-size: 14px;
    line-height: 18px;

    text-align: center;
  }
}

.site-footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.site-footer a:hover {
  color: #36ff56;
}

.site-footer-socials {
  gap: calc(100vw * 12 / 1700);
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .site-footer-socials {
    gap: 12px;
  }
}

.site-footer-socials svg {
  width: calc(100vw * 24 / 1700);
  height: calc(100vw * 24 / 1700);
}

@media (max-width: 991px) {
  .site-footer-socials svg {
    width: 24px;
    height: 24px;
  }
}

.modal-content {
  padding: calc(100vw * 40 / 1700);
  background: linear-gradient(180deg, #131313 0%, #2d4084 100%);
  border: 1px solid #131313;
  color: white;
  border-radius: calc(100vw * 12 / 1700);
}

@media (max-width: 991px) {
  .modal-content {
    padding: 20px;
    border-radius: 12px;
  }
}

.modal__title {
  font-size: calc(100vw * 48 / 1700);
  font-family: 'CoFo Kak';
  line-height: 100%;
  font-weight: 500;
  margin-bottom: calc(100vw * 15 / 1700);
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .modal__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.modal__header {
  margin-bottom: calc(100vw * 24 / 1700);
}

@media (max-width: 991px) {
  .modal__header {
    margin-bottom: 24px;
  }
}

.modal__group form {
  gap: calc(100vw * 24 / 1700);
  display: grid;
  margin-bottom: calc(100vw * 24 / 1700);
}

@media (max-width: 991px) {
  .modal__group form {
    gap: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: calc(100vw * 540 / 1200);
  }
}

.input__label {
  font-weight: 500;
  font-size: calc(100vw * 18 / 1700);
  margin-bottom: calc(100vw * 8 / 1700);
}

@media (max-width: 991px) {
  .input__label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.input__wrapper {
  border: 1px solid hsl(0, 0%, 80%);
  box-shadow: 0px 1px 2px 0px hsla(174, 1%, 89%, 0.24);
  height: calc(100vw * 55 / 1700);
  position: relative;
  border-radius: calc(100vw * 10 / 1700);
  overflow: hidden;
}

@media (max-width: 991px) {
  .input__wrapper {
    height: 40px;
    border-radius: 10px;
  }
}

.input__wrapper svg {
  position: absolute;
  left: calc(100vw * 12 / 1700);
  top: 50%;
  width: calc(100vw * 24 / 1700);
  height: calc(100vw * 24 / 1700);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .input__wrapper svg {
    width: 24px;
    height: 24px;
    left: 12px;
  }
}

.input__field {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  padding-left: calc(100vw * 40 / 1700);
  color: white;
}

@media (max-width: 991px) {
  .input__field {
    padding-left: 40px;
  }
}

.iti {
  border: 1px solid hsl(0, 0%, 80%);
  box-shadow: 0px 1px 2px 0px hsla(174, 1%, 89%, 0.24);
  height: calc(100vw * 50 / 1700);
  position: relative;
  border-radius: calc(100vw * 10 / 1700);
  width: 100%;
}

@media (max-width: 991px) {
  .iti {
    height: 40px;
    border-radius: 10px;
  }
}

.iti__flag-container {
  border-right: 1px solid hsl(0, 0%, 80%);
}

.d-none-this {
  display: none;
}

.iti__country-list {
  z-index: 500;
  color: black;
}

/*# sourceMappingURL=style.css.map */
