@font-face {
  font-family: "SpaceGrote";
  src: url("../../fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../../fonts/Oswald.ttf") format("truetype");
  font-style: normal;
}
[class*=__container] {
  margin: 0 auto;
  max-width: 81.25rem;
  box-sizing: content-box;
}
@media (max-width: 83.125em) {
  [class*=__container] {
    max-width: 75rem;
  }
}
@media (max-width: 61.99875em) {
  [class*=__container] {
    max-width: 46.875rem;
  }
}
@media (max-width: 47.99875em) {
  [class*=__container] {
    max-width: none;
    padding: 0 0.9375rem;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 12.5rem;
}

html, body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #ffffff;
  background-color: #000;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  flex: 1 0 auto;
}

input, button, textarea {
  font-family: "Inter", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  transition: all 0.3s ease 0s;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

section {
  scroll-margin-top: -200px;
}

@media (max-width: 61.99875em) {
  #slider {
    scroll-margin-top: 0px;
  }
}

.header {
  background-color: #000000;
  background-image: url("/img/header/bg-texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@supports (height: clamp(43.75rem, 15.3409090909rem + 45.4545454545vw, 50rem)  ) {
  .header {
    height: clamp(43.75rem, 15.3409090909rem + 45.4545454545vw, 50rem)  ;
  }
}
@supports not (height: clamp(43.75rem, 15.3409090909rem + 45.4545454545vw, 50rem)  ) {
  .header {
    height: calc(43.75rem + 6.25 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@media (max-width: 61.99875em) {
  .header {
    padding-top: 3.25rem;
    height: 44.6875rem;
  }
}
@media (max-width: 47.99875em) {
  .header {
    height: 65.625rem;
  }
}
@media (max-width: 1250px) {
  .header__container {
    padding-inline: 3.125rem;
  }
}
@media (max-width: 530px) {
  .header__container {
    padding-inline: 1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .header__container {
    padding-inline: 0;
  }
}
.header__navbar {
  padding-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .header__navbar {
    height: 3.375rem;
    padding: 0.5625rem 1.125rem;
    border: 0.09375rem solid #D8D8D8;
    border-radius: 1.75rem;
    box-shadow: inset 0 0 4.375rem rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 29.99875em) {
  @supports (margin-inline: clamp(0.0000000625rem, -13.5416663333rem + 55.5555544444vw, 3.125rem)  ) {
    .header__navbar {
      margin-inline: clamp(0.0000000625rem, -13.5416663333rem + 55.5555544444vw, 3.125rem)  ;
    }
  }
  @supports not (margin-inline: clamp(0.0000000625rem, -13.5416663333rem + 55.5555544444vw, 3.125rem)  ) {
    .header__navbar {
      margin-inline: calc(0.0000000625rem + 3.1249999375 * (100vw - 24.375rem) / 5.625)  ;
    }
  }
}
.header__navbar__center {
  margin-right: 2rem;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  display: flex;
  flex: 0;
  justify-content: flex-end;
  border: 0.09375rem solid #D8D8D8;
  border-radius: 1.75rem;
}
@media (max-width: 61.99875em) {
  .header__navbar__center {
    display: none;
  }
}
.header__navbar__ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__navbar__ul li a {
  font-size: 0.75em;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.header__navbar__ul li a:hover {
  color: #c2c2c2;
}
.header__navbar__ul li:nth-child(n+3) {
  margin-left: 2.5rem;
}
.header__navbar__ul li:nth-child(1) {
  margin-right: 0.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 5.125rem;
  border-radius: 1.75rem;
  background-color: #fff;
}
.header__navbar__ul li:nth-child(1) a {
  color: #000;
}
.header__navbar__ul li:nth-child(1):hover {
  background-color: #c2c2c2;
  transition: background-color 0.3s ease;
}
@media (max-width: 61.99875em) {
  .header__navbar__ul {
    margin-top: 3.125rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .header__navbar__ul li a {
    font-size: 1.25rem;
  }
  .header__navbar__ul li:nth-child(n+3) {
    margin: 0;
  }
  .header__navbar__ul li:nth-child(1) {
    width: 6.25rem;
  }
}
.header__navbar__button {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.75rem 0.1875rem 0.75rem 1.125rem;
  font-size: 0.875em;
  font-weight: 400;
  border: none;
  border-radius: 1.75rem;
  color: black;
  background-color: white;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.header__navbar__button::after {
  content: "->";
  margin-left: 0.8125rem;
  height: 2.125rem;
  width: 2.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.75rem;
  color: #fff;
  background-color: #000;
  transform: rotate(-45deg);
}
.header__navbar__button:hover {
  background-color: #c2c2c2;
}
@media (max-width: 61.99875em) {
  .header__navbar__button {
    display: none;
  }
}
.header__navbar__burger {
  position: relative;
  width: 1.875rem;
  height: 1.15625rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}
.header__navbar__burger span {
  width: 100%;
  height: 0.125rem;
  display: block;
  border-radius: 0.125rem;
  background-color: #fff !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 61.99875em) {
  .header__navbar__burger {
    display: flex;
  }
}
.header__navbar__burger.active span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.header__navbar__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__navbar__burger.active span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}
.header__menu {
  position: fixed;
  padding: 1.875rem 1.25rem 1.875rem 3.125rem;
  display: flex;
  flex-direction: column;
  background-color: #0b0b0a;
  transform: translateY(-1.25rem);
  opacity: 0;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  transition: all 0.4s ease;
  background-image: url("/img/header/menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -3.125rem top;
}
.header__menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header__menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu__top .burger-close {
  font-size: 1.5rem;
  border: none;
  color: white;
  background: none;
  cursor: pointer;
}
.header__menu__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 4.375rem;
}
.header__menu__bottom button {
  position: relative;
  padding: 0.75rem 0.1875rem 0.75rem 1.25rem;
  width: 10rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  font-weight: 600;
  border: none;
  border-radius: 1.75rem;
  color: black;
  background-color: white;
  cursor: pointer;
}
.header__menu__bottom button::after {
  content: "->";
  margin-left: 0.8125rem;
  height: 2.125rem;
  width: 2.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.75rem;
  color: #fff;
  background-color: #000;
  transform: rotate(-45deg);
}
@media (min-width: 61.99875em) {
  .header__menu {
    display: none !important;
  }
}
.header__main {
  margin-top: 2.6875rem;
  display: flex;
  flex-direction: column;
  background-image: url("/img/header/main.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 78.6875rem) {
  .header__main {
    background-position: 120%;
  }
}
@media (max-width: 61.99875em) {
  .header__main {
    background-position: 180%;
  }
}
@media (max-width: 50rem) {
  .header__main {
    background-position: 250%;
  }
}
@media (max-width: 47.99875em) {
  .header__main {
    background-size: 24.375rem;
    background-position: center 5.625rem;
  }
}
@media (max-width: 29.99875em) {
  .header__main {
    align-items: center;
  }
}
.header__subinfo {
  font-family: "SpaceGrote", sans-serif;
  background: linear-gradient(to bottom, #FFFFFF, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports (font-size: clamp(0.75rem, -0.3863636364rem + 1.8181818182vw, 1rem)  ) {
  .header__subinfo {
    font-size: clamp(0.75rem, -0.3863636364rem + 1.8181818182vw, 1rem)  ;
  }
}
@supports not (font-size: clamp(0.75rem, -0.3863636364rem + 1.8181818182vw, 1rem)  ) {
  .header__subinfo {
    font-size: calc(0.75rem + 0.25 * (100vw - 62.5rem) / 13.75)  ;
  }
}
.header__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 113%;
  background: linear-gradient(to right, #FFFFFF, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__title span {
  background: #2A5DF5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports (width: clamp(31.25rem, -68.1818181818rem + 159.0909090909vw, 53.125rem)  ) {
  .header__title {
    width: clamp(31.25rem, -68.1818181818rem + 159.0909090909vw, 53.125rem)  ;
  }
}
@supports not (width: clamp(31.25rem, -68.1818181818rem + 159.0909090909vw, 53.125rem)  ) {
  .header__title {
    width: calc(31.25rem + 21.875 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@supports (font-size: clamp(2rem, -3.6818181818rem + 9.0909090909vw, 3.25rem)  ) {
  .header__title {
    font-size: clamp(2rem, -3.6818181818rem + 9.0909090909vw, 3.25rem)  ;
  }
}
@supports not (font-size: clamp(2rem, -3.6818181818rem + 9.0909090909vw, 3.25rem)  ) {
  .header__title {
    font-size: calc(2rem + 1.25 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@media (max-width: 47.99875em) {
  @supports (width: clamp(25rem, 4.1666666667rem + 69.4444444444vw, 37.5rem)  ) {
    .header__title {
      width: clamp(25rem, 4.1666666667rem + 69.4444444444vw, 37.5rem)  ;
    }
  }
  @supports not (width: clamp(25rem, 4.1666666667rem + 69.4444444444vw, 37.5rem)  ) {
    .header__title {
      width: calc(25rem + 12.5 * (100vw - 30rem) / 18)  ;
    }
  }
}
@media (max-width: 29.99875em) {
  .header__title {
    width: 22.5rem;
    font-size: 1.875em;
  }
}
.header__subtitle {
  margin-top: 2.5rem;
  width: 18.75rem;
  color: #606060;
}
@supports (font-size: clamp(1.5rem, -0.7727272727rem + 3.6363636364vw, 2rem)  ) {
  .header__subtitle {
    font-size: clamp(1.5rem, -0.7727272727rem + 3.6363636364vw, 2rem)  ;
  }
}
@supports not (font-size: clamp(1.5rem, -0.7727272727rem + 3.6363636364vw, 2rem)  ) {
  .header__subtitle {
    font-size: calc(1.5rem + 0.5 * (100vw - 62.5rem) / 13.75)  ;
  }
}
.header__form, .header .form {
  margin: 1.25rem 0 0 12%;
  width: 26.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.0625rem solid #999999;
  border-radius: 1.5rem;
  background-color: transparent;
}
@supports (width: clamp(22.375rem, 1.9204545455rem + 32.7272727273vw, 26.875rem)  ) {
  .header__form, .header .form {
    width: clamp(22.375rem, 1.9204545455rem + 32.7272727273vw, 26.875rem)  ;
  }
}
@supports not (width: clamp(22.375rem, 1.9204545455rem + 32.7272727273vw, 26.875rem)  ) {
  .header__form, .header .form {
    width: calc(22.375rem + 4.5 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@supports (padding: clamp(2.125rem, 5.5340909091rem + -5.4545454545vw, 1.375rem) clamp(0.5rem, -6.3181818182rem + 10.9090909091vw, 2rem) clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem)  ) {
  .header__form, .header .form {
    padding: clamp(2.125rem, 5.5340909091rem + -5.4545454545vw, 1.375rem) clamp(0.5rem, -6.3181818182rem + 10.9090909091vw, 2rem) clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem)  ;
  }
}
@supports not (padding: clamp(2.125rem, 5.5340909091rem + -5.4545454545vw, 1.375rem) clamp(0.5rem, -6.3181818182rem + 10.9090909091vw, 2rem) clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem)  ) {
  .header__form, .header .form {
    padding: calc(2.125rem + -0.75 * (100vw - 62.5rem) / 13.75) calc(0.5rem + 1.5 * (100vw - 62.5rem) / 13.75) calc(0.9375rem + 0 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@media (max-width: 83.125rem) {
  .header__form, .header .form {
    margin: 1.25rem 0 0 5%;
  }
}
@media (max-width: 47.99875em) {
  .header__form, .header .form {
    margin: 18.75rem auto 0;
    background-color: #000;
  }
}
.header__form__title, .header .form__title {
  margin-bottom: 0.75rem;
  width: 23.125rem;
  text-align: center;
  font-weight: 700;
  line-height: 104%;
  letter-spacing: -4%;
}
@supports (font-size: clamp(1.25rem, -0.1704545455rem + 2.2727272727vw, 1.5625rem)  ) {
  .header__form__title, .header .form__title {
    font-size: clamp(1.25rem, -0.1704545455rem + 2.2727272727vw, 1.5625rem)  ;
  }
}
@supports not (font-size: clamp(1.25rem, -0.1704545455rem + 2.2727272727vw, 1.5625rem)  ) {
  .header__form__title, .header .form__title {
    font-size: calc(1.25rem + 0.3125 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@supports (width: clamp(19.375rem, 2.3295454545rem + 27.2727272727vw, 23.125rem)  ) {
  .header__form__title, .header .form__title {
    width: clamp(19.375rem, 2.3295454545rem + 27.2727272727vw, 23.125rem)  ;
  }
}
@supports not (width: clamp(19.375rem, 2.3295454545rem + 27.2727272727vw, 23.125rem)  ) {
  .header__form__title, .header .form__title {
    width: calc(19.375rem + 3.75 * (100vw - 62.5rem) / 13.75)  ;
  }
}
.header__form__title span, .header .form__title span {
  color: #6B73FF;
}
.header__form__input, .header .form__input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.header__form__input input, .header .form__input input {
  padding-left: 1.875rem;
  border: 0.0875rem solid #999999;
  border-radius: 0.75rem;
  color: #999999;
  background-color: #000000;
}
@supports (height: clamp(3.6875rem, 1.6988636364rem + 3.1818181818vw, 4.125rem)  ) {
  .header__form__input input, .header .form__input input {
    height: clamp(3.6875rem, 1.6988636364rem + 3.1818181818vw, 4.125rem)  ;
  }
}
@supports not (height: clamp(3.6875rem, 1.6988636364rem + 3.1818181818vw, 4.125rem)  ) {
  .header__form__input input, .header .form__input input {
    height: calc(3.6875rem + 0.4375 * (100vw - 62.5rem) / 13.75)  ;
  }
}
.header__form__input input::placeholder, .header .form__input input::placeholder {
  color: #4E4E4E;
}
.header__form__input input:not(:placeholder-shown), .header .form__input input:not(:placeholder-shown) {
  color: #ffffff;
}
.header__form__input input:focus, .header .form__input input:focus {
  outline: none;
  box-shadow: none;
  border-color: #464646;
  background-color: #000000;
  border-color: #ff6b6b;
}
.header__form__input input#phoneInput, .header .form__input input#phoneInput {
  width: 100%;
}
.header__form__input .iti__country-list, .header .form__input .iti__country-list {
  overflow-x: hidden;
  overflow-y: auto;
  width: 18.75rem;
  max-height: 21.875rem;
  border: 0.0625rem solid #333;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #000 !important;
}
.header__form__input .iti__country:hover, .header .form__input .iti__country:hover {
  background-color: #222;
}
.header__form__input .iti__selected-flag:hover, .header__form__input .iti__country iti__standard:hover, .header__form__input .iti__country:hover, .header .form__input .iti__selected-flag:hover, .header .form__input .iti__country iti__standard:hover, .header .form__input .iti__country:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.header__form__input .iti__selected-flag, .header__form__input .iti__country iti__standard, .header__form__input .iti__country, .header .form__input .iti__selected-flag, .header .form__input .iti__country iti__standard, .header .form__input .iti__country {
  transition: transform 0.2s ease-in-out;
}
.header__form__form__item, .header__form .send__item, .header .form__form__item, .header .form .send__item {
  margin: 0.9375rem 0;
  display: flex;
  float: left;
  flex-direction: column;
  gap: 0.3125rem;
}
.header__form__form__items, .header__form .send__items, .header .form__form__items, .header .form .send__items {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.header__form__form__items p, .header__form .send__items p, .header .form__form__items p, .header .form .send__items p {
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.5019607843);
}
.header__form__form__items p a, .header__form .send__items p a, .header .form__form__items p a, .header .form .send__items p a {
  color: #fff;
}
.header__form__form__checkbox, .header__form .send__checkbox, .header .form__form__checkbox, .header .form .send__checkbox {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border: 0.0625rem solid #89898B;
  border-radius: 0.3125rem;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.header__form__form__checkbox:hover, .header__form .send__checkbox:hover, .header .form__form__checkbox:hover, .header .form .send__checkbox:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.header__form__form__checkbox, .header__form .send__checkbox, .header .form__form__checkbox, .header .form .send__checkbox {
  transition: transform 0.2s ease-in-out;
}
.header__form__form__checkbox:checked::after, .header__form .send__checkbox:checked::after, .header .form__form__checkbox:checked::after, .header .form .send__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 1.5rem;
  background-image: url("/img/header/butt1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.header__form__form__button:hover, .header__form .send__button:hover, .header .form__form__button:hover, .header .form .send__button:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
  transition: transform 0.2s ease-in-out;
}
@supports (width: clamp(12.5625rem, -1.6420454545rem + 22.7272727273vw, 15.6875rem)  ) {
  .header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
    width: clamp(12.5625rem, -1.6420454545rem + 22.7272727273vw, 15.6875rem)  ;
  }
}
@supports not (width: clamp(12.5625rem, -1.6420454545rem + 22.7272727273vw, 15.6875rem)  ) {
  .header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
    width: calc(12.5625rem + 3.125 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@supports (height: clamp(3.5625rem, -0.4147727273rem + 6.3636363636vw, 4.4375rem)  ) {
  .header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
    height: clamp(3.5625rem, -0.4147727273rem + 6.3636363636vw, 4.4375rem)  ;
  }
}
@supports not (height: clamp(3.5625rem, -0.4147727273rem + 6.3636363636vw, 4.4375rem)  ) {
  .header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
    height: calc(3.5625rem + 0.875 * (100vw - 62.5rem) / 13.75)  ;
  }
}
.header__form__form__button__title, .header__form .send__button__title, .header .form__form__button__title, .header .form .send__button__title {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 1.5rem;
  font-weight: 700;
  color: white;
  background-image: url("/img/header/butt2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
}
@supports (width: clamp(11.9375rem, -1.9829545455rem + 22.2727272727vw, 15rem)  ) {
  .header__form__form__button__title, .header__form .send__button__title, .header .form__form__button__title, .header .form .send__button__title {
    width: clamp(11.9375rem, -1.9829545455rem + 22.2727272727vw, 15rem)  ;
  }
}
@supports not (width: clamp(11.9375rem, -1.9829545455rem + 22.2727272727vw, 15rem)  ) {
  .header__form__form__button__title, .header__form .send__button__title, .header .form__form__button__title, .header .form .send__button__title {
    width: calc(11.9375rem + 3.0625 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@supports (height: clamp(2.9375rem, -0.1875rem + 5vw, 3.625rem)  ) {
  .header__form__form__button__title, .header__form .send__button__title, .header .form__form__button__title, .header .form .send__button__title {
    height: clamp(2.9375rem, -0.1875rem + 5vw, 3.625rem)  ;
  }
}
@supports not (height: clamp(2.9375rem, -0.1875rem + 5vw, 3.625rem)  ) {
  .header__form__form__button__title, .header__form .send__button__title, .header .form__form__button__title, .header .form .send__button__title {
    height: calc(2.9375rem + 0.6875 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@supports (font-size: clamp(0.8125rem, -0.0397727273rem + 1.3636363636vw, 1rem)  ) {
  .header__form__form__button__title, .header__form .send__button__title, .header .form__form__button__title, .header .form .send__button__title {
    font-size: clamp(0.8125rem, -0.0397727273rem + 1.3636363636vw, 1rem)  ;
  }
}
@supports not (font-size: clamp(0.8125rem, -0.0397727273rem + 1.3636363636vw, 1rem)  ) {
  .header__form__form__button__title, .header__form .send__button__title, .header .form__form__button__title, .header .form .send__button__title {
    font-size: calc(0.8125rem + 0.1875 * (100vw - 62.5rem) / 13.75)  ;
  }
}

body.menu-open {
  overflow: hidden;
}

.modal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  transform: scale(1.05);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
}
.modal h2 {
  font-size: 2rem;
  color: #fff;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__content {
  position: relative;
  padding: 0.625rem 2.125rem 2.125rem;
  border-radius: 1.25rem;
  max-width: 25rem;
  width: 100%;
  box-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.1);
  text-align: center;
  color: white;
  background-color: #000;
  background-image: url("/img/header/bg-texture.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.modal__content h2 {
  font-weight: 700;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.modal__form {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}
.modal__form input {
  height: 4.125rem;
  border: 0.125rem solid #555;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  color: #000;
  font-size: 1em;
  outline: none;
  transition: border-color 0.3s;
}
.modal__form input::placeholder {
  color: #aaa;
}
.modal__form input:focus {
  border-color: #ff6b6b;
}
.modal__form input#modalPhoneInput {
  width: 100%;
}
.modal__send {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.modal__send p {
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.5019607843);
}
.modal__send a {
  color: #fff;
}
.modal__send__checkbox {
  position: relative;
  width: 1.4375rem;
  height: 1.4375rem;
  display: block;
  border: 0.0625rem solid #89898B;
  border-radius: 0.3125rem;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.modal__send__checkbox:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.modal__send__checkbox {
  transition: transform 0.2s ease-in-out;
}
.modal__send__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0.28125rem;
  left: 0.46875rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.modal__send input {
  height: 1.4375rem;
  padding: 0;
  border: 0.0625rem solid #89898B;
  border-radius: 0.3125rem;
}
.modal__submit {
  height: 4.125rem;
  padding: 0.875rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #2D37F6;
  transition: background 0.3s;
  cursor: pointer;
}
.modal__policy {
  margin-top: 0.9375rem;
  font-size: 0.75em;
  color: #888;
}
.modal__policy a {
  color: #ff6b6b;
  text-decoration: none;
}
.modal__policy a:hover {
  text-decoration: underline;
}

.modal__content, iti__selected-dial-code {
  color: #000;
}

.about {
  overflow: hidden;
  position: relative;
  background-color: #000000;
  z-index: 2;
}
@supports (padding-top: clamp(1.5rem, -1.9241071429rem + 7.1428571429vw, 2.5rem)  ) {
  .about {
    padding-top: clamp(1.5rem, -1.9241071429rem + 7.1428571429vw, 2.5rem)  ;
  }
}
@supports not (padding-top: clamp(1.5rem, -1.9241071429rem + 7.1428571429vw, 2.5rem)  ) {
  .about {
    padding-top: calc(1.5rem + 1 * (100vw - 47.9375rem) / 14)  ;
  }
}
@media (max-width: 1400px) {
  .about__container {
    max-width: 87.5rem;
  }
}
.about__ht {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  background: linear-gradient(to bottom, #000000 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports (font-size: clamp(2.8125rem, 3.4545200893rem + -1.3392857143vw, 2.625rem)  ) {
  .about__ht {
    font-size: clamp(2.8125rem, 3.4545200893rem + -1.3392857143vw, 2.625rem)  ;
  }
}
@supports not (font-size: clamp(2.8125rem, 3.4545200893rem + -1.3392857143vw, 2.625rem)  ) {
  .about__ht {
    font-size: calc(2.8125rem + -0.1875 * (100vw - 47.9375rem) / 14)  ;
  }
}
.about__ht:after {
  content: "";
  margin: 0.75rem auto 0;
  display: block;
  width: 10.5rem;
  height: 0.75rem;
  border-radius: 1.625rem;
  background-color: #fff;
  box-shadow: 0 0 0.625rem #fff, 0 0 1.25rem #fff;
}
.about__blocks {
  margin-top: 5.375rem;
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 61.99875em) {
  .about__blocks {
    flex-direction: column;
  }
  @supports (gap: clamp(6.25rem, 16.9503348214rem + -22.3214285714vw, 3.125rem)  ) {
    .about__blocks {
      gap: clamp(6.25rem, 16.9503348214rem + -22.3214285714vw, 3.125rem)  ;
    }
  }
  @supports not (gap: clamp(6.25rem, 16.9503348214rem + -22.3214285714vw, 3.125rem)  ) {
    .about__blocks {
      gap: calc(6.25rem + -3.125 * (100vw - 47.9375rem) / 14)  ;
    }
  }
}
.about__block {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.about__block:nth-child(1) {
  width: 36.25rem;
}
.about__block:nth-child(2) {
  width: 38.75rem;
}
@media (max-width: 61.99875em) {
  .about__block {
    text-align: center;
    margin: 0 auto;
    gap: 1.0625rem;
  }
  .about__block:nth-child(1) {
    width: 31.25rem;
  }
  .about__block:nth-child(2) {
    width: auto;
  }
}
@media (max-width: 33.75rem) {
  .about__block:nth-child(1) {
    width: auto;
  }
}
.about__block__ht {
  font-weight: 700;
}
@supports (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
  .about__block__ht {
    font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ;
  }
}
@supports not (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
  .about__block__ht {
    font-size: calc(1.125rem + 0.875 * (100vw - 47.9375rem) / 14)  ;
  }
}
.about__block__title {
  font-weight: 400;
  line-height: 110%;
  color: #D0D0D0;
}
.about__block__title span {
  font-weight: 500;
  color: #fff;
}
@supports (font-size: clamp(0.875rem, -0.8370535714rem + 3.5714285714vw, 1.375rem)  ) {
  .about__block__title {
    font-size: clamp(0.875rem, -0.8370535714rem + 3.5714285714vw, 1.375rem)  ;
  }
}
@supports not (font-size: clamp(0.875rem, -0.8370535714rem + 3.5714285714vw, 1.375rem)  ) {
  .about__block__title {
    font-size: calc(0.875rem + 0.5 * (100vw - 47.9375rem) / 14)  ;
  }
}
@media (max-width: 61.99875em) {
  .about__block__title {
    margin: 0 auto;
  }
  @supports (width: clamp(25rem, -28.5016741071rem + 111.6071428571vw, 40.625rem)  ) {
    .about__block__title {
      width: clamp(25rem, -28.5016741071rem + 111.6071428571vw, 40.625rem)  ;
    }
  }
  @supports not (width: clamp(25rem, -28.5016741071rem + 111.6071428571vw, 40.625rem)  ) {
    .about__block__title {
      width: calc(25rem + 15.625 * (100vw - 47.9375rem) / 14)  ;
    }
  }
}
@media (max-width: 47.99875em) {
  .about__block__title {
    width: auto;
  }
}
.about__block:nth-child(2) {
  position: relative;
  top: -6.875rem;
}
@media (max-width: 61.99875em) {
  @supports (width: clamp(21.5625rem, -27.6590401786rem + 102.6785714286vw, 35.9375rem)  ) {
    .about__block:nth-child(2) img {
      width: clamp(21.5625rem, -27.6590401786rem + 102.6785714286vw, 35.9375rem)  ;
    }
  }
  @supports not (width: clamp(21.5625rem, -27.6590401786rem + 102.6785714286vw, 35.9375rem)  ) {
    .about__block:nth-child(2) img {
      width: calc(21.5625rem + 14.375 * (100vw - 47.9375rem) / 14)  ;
    }
  }
}
.about__button {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 61.99875em) {
  .about__button {
    margin-top: 4.375rem;
  }
}
.about__button button {
  width: 32.5rem;
  text-transform: uppercase;
  height: 2.875rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  cursor: pointer;
  height: 6.125rem;
}
.about__button button:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.about__button button {
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 61.99875em) {
  .about__button button {
    width: 17.875rem;
    height: 3.375rem;
  }
  @supports (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
    .about__button button {
      font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ;
    }
  }
  @supports not (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
    .about__button button {
      font-size: calc(1.125rem + 0.875 * (100vw - 47.9375rem) / 14)  ;
    }
  }
}

.lessons {
  max-width: 83.75rem;
  margin: 5rem auto 0;
  padding: 2.125rem 0 4rem;
  text-align: center;
  background-color: rgba(0, 19, 187, 0.5);
  border-radius: 1.25rem;
}
@media (max-width: 80rem) {
  .lessons {
    max-width: 67.5rem;
  }
}
@media (max-width: 61.99875em) {
  .lessons {
    margin-top: 0;
  }
}
@media (max-width: 48rem) {
  .lessons {
    padding: 1.5625rem 1.375rem;
  }
}
.lessons__title {
  margin: 0 auto 2.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: white;
}
@supports (font-size: clamp(2.8125rem, 3.4545200893rem + -1.3392857143vw, 2.625rem)  ) {
  .lessons__title {
    font-size: clamp(2.8125rem, 3.4545200893rem + -1.3392857143vw, 2.625rem)  ;
  }
}
@supports not (font-size: clamp(2.8125rem, 3.4545200893rem + -1.3392857143vw, 2.625rem)  ) {
  .lessons__title {
    font-size: calc(2.8125rem + -0.1875 * (100vw - 47.9375rem) / 14)  ;
  }
}
.lessons__title .mobile-br {
  display: none;
}
@media (max-width: 48rem) {
  .lessons__title {
    font-size: 1.875rem;
    margin-bottom: 3.75rem;
  }
  .lessons__title .mobile-br {
    display: inline;
  }
  .lessons__title .mobile-br::after {
    content: "\a";
    white-space: pre;
  }
}
.lessons__grid {
  margin: 0 auto;
  width: 53.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
  row-gap: 1.875rem;
}
@media (max-width: 47.99875em) {
  .lessons__grid {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
  }
}

.lesson-card {
  height: 16.5rem;
  border-radius: 1rem;
  text-align: left;
}
.lesson-card__image img {
  border: 0.09375rem solid #3F3F3F;
  border-radius: 1rem;
  width: 25.5625rem;
  height: 13.6875rem;
  cursor: pointer;
}
@supports (width: clamp(21.6875rem, 15.2066637631rem + 21.6027874564vw, 25.5625rem)  ) {
  .lesson-card__image img {
    width: clamp(21.6875rem, 15.2066637631rem + 21.6027874564vw, 25.5625rem)  ;
  }
}
@supports not (width: clamp(21.6875rem, 15.2066637631rem + 21.6027874564vw, 25.5625rem)  ) {
  .lesson-card__image img {
    width: calc(21.6875rem + 3.875 * (100vw - 30rem) / 17.9375)  ;
  }
}
@supports (height: clamp(11.625rem, 8.1755226481rem + 11.4982578397vw, 13.6875rem)  ) {
  .lesson-card__image img {
    height: clamp(11.625rem, 8.1755226481rem + 11.4982578397vw, 13.6875rem)  ;
  }
}
@supports not (height: clamp(11.625rem, 8.1755226481rem + 11.4982578397vw, 13.6875rem)  ) {
  .lesson-card__image img {
    height: calc(11.625rem + 2.0625 * (100vw - 30rem) / 17.9375)  ;
  }
}
.lesson-card__info {
  padding: 0.9375rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lesson-card__subtitle {
  font-size: 1.375em;
  font-weight: 600;
  color: #fff;
}
.lesson-card__button {
  width: 8.0625rem;
  height: 2.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  font-size: 1.125em;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0.625rem #fff;
}
.lesson-card:nth-last-child(1) {
  margin-bottom: 1.25rem;
}

.skills {
  padding-top: 5rem;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.skills__title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 2.8125em;
  font-weight: 600;
  background: linear-gradient(to bottom, #000000 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
}
@media (max-width: 61.99875em) {
  .skills__title {
    width: 21.875rem;
  }
}
.skills__title:after {
  content: "";
  margin: 0.75rem auto 0;
  display: block;
  width: 40.625rem;
  height: 0.5625rem;
  border-radius: 1.625rem;
  background-color: #fff;
  box-shadow: 0 0 0.625rem #fff, 0 0 1.25rem #fff;
}
@media (max-width: 61.99875em) {
  .skills__title:after {
    width: 21.875rem;
  }
}
.skills__wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0 3.125rem;
  height: 54.625rem;
  background-image: url("/img//skills/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -6.25rem;
  z-index: 0;
}
@media (max-width: 83.125rem) {
  .skills__wrapper {
    background-position: 4.375rem -6.25rem;
  }
  @supports (background-size: clamp(56.25rem, 19.5636094675rem + 59.1715976331vw, 68.75rem)  ) {
    .skills__wrapper {
      background-size: clamp(56.25rem, 19.5636094675rem + 59.1715976331vw, 68.75rem)  ;
    }
  }
  @supports not (background-size: clamp(56.25rem, 19.5636094675rem + 59.1715976331vw, 68.75rem)  ) {
    .skills__wrapper {
      background-size: calc(56.25rem + 12.5 * (100vw - 62rem) / 21.125)  ;
    }
  }
  @supports (height: clamp(37.5rem, 19.1568047337rem + 29.5857988166vw, 43.75rem)  ) {
    .skills__wrapper {
      height: clamp(37.5rem, 19.1568047337rem + 29.5857988166vw, 43.75rem)  ;
    }
  }
  @supports not (height: clamp(37.5rem, 19.1568047337rem + 29.5857988166vw, 43.75rem)  ) {
    .skills__wrapper {
      height: calc(37.5rem + 6.25 * (100vw - 62rem) / 21.125)  ;
    }
  }
}
@media (max-width: 61.99875em) {
  .skills__wrapper {
    background-size: 46.875rem;
    background-position: 0rem -3.125rem;
  }
  @supports (height: clamp(33.125rem, 28.8006756757rem + 9.009009009vw, 34.375rem)  ) {
    .skills__wrapper {
      height: clamp(33.125rem, 28.8006756757rem + 9.009009009vw, 34.375rem)  ;
    }
  }
  @supports not (height: clamp(33.125rem, 28.8006756757rem + 9.009009009vw, 34.375rem)  ) {
    .skills__wrapper {
      height: calc(33.125rem + 1.25 * (100vw - 48rem) / 13.875)  ;
    }
  }
}
@media (max-width: 47.99875em) {
  .skills__wrapper {
    height: 169rem;
    background-image: url("/img//skills/bg-mobile.png");
    background-size: 31.25rem;
    background-position: center -6.25rem;
  }
}
@media (max-width: 29.99875em) {
  .skills__wrapper {
    height: 115.625rem;
    background-image: url("/img//skills/bg-mobile.png");
    background-size: 21.875rem;
    background-position: center -6.25rem;
  }
}
.skills__grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.skills__grid::-webkit-scrollbar {
  display: none;
}
.skills__text {
  padding-top: 40px;
  padding-left: 20px;
}
.skills__item {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: center;
  background: linear-gradient(145deg, #0e0e0e, #1a1a1a);
  border-radius: 15px;
  border: 1px solid #333;
  height: 432px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: transform 0.3s;
  margin: 0 auto;
}
.skills__item p {
  font-size: 24px;
}
.skills__item .skills__icon {
  align-self: flex-end;
  margin-top: auto;
}
.skills__item .skills__icon img {
  height: 200px;
}
.skills__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #424242;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.skills__arrow--left {
  left: 0;
  transform: translate(50%, -50%);
}
.skills__arrow--right {
  right: 0;
  transform: translate(-50%, -50%);
}
.skills__arrow svg {
  width: 24px;
  height: 24px;
  stroke: #424242;
}
@media (min-width: 768px) {
  .skills__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    overflow: visible;
  }
  .skills__item {
    flex: initial;
    max-width: initial;
    scroll-snap-align: none;
    margin: 0;
  }
  .skills__arrow {
    display: none;
  }
  .skills__wrapper {
    padding: 0;
  }
}

.contact__container {
  display: flex;
  border-radius: 1.25rem;
  background-color: #071067;
}
@media (max-width: 61.99875em) {
  .contact__container {
    flex-direction: column;
  }
}
.contact__block {
  width: 50%;
}
@media (max-width: 61.99875em) {
  .contact__block {
    width: auto;
  }
}
.contact__block__title {
  margin: 8.1875rem 0 0.8125rem 5.9375rem;
  font-weight: 700;
}
@supports (font-size: clamp(2.5rem, 2.0719866071rem + 0.8928571429vw, 2.625rem)  ) {
  .contact__block__title {
    font-size: clamp(2.5rem, 2.0719866071rem + 0.8928571429vw, 2.625rem)  ;
  }
}
@supports not (font-size: clamp(2.5rem, 2.0719866071rem + 0.8928571429vw, 2.625rem)  ) {
  .contact__block__title {
    font-size: calc(2.5rem + 0.125 * (100vw - 47.9375rem) / 14)  ;
  }
}
@media (max-width: 61.99875em) {
  .contact__block__title {
    margin: 3.125rem 0 1.125rem 0;
    text-align: center;
  }
}
.contact__block__subtitle {
  text-align: center;
  margin-left: 4.125rem;
  width: 26.25rem;
  font-weight: 400;
  color: #CED3FF;
}
@supports (font-size: clamp(0.9375rem, 0.2954799107rem + 1.3392857143vw, 1.125rem)  ) {
  .contact__block__subtitle {
    font-size: clamp(0.9375rem, 0.2954799107rem + 1.3392857143vw, 1.125rem)  ;
  }
}
@supports not (font-size: clamp(0.9375rem, 0.2954799107rem + 1.3392857143vw, 1.125rem)  ) {
  .contact__block__subtitle {
    font-size: calc(0.9375rem + 0.1875 * (100vw - 47.9375rem) / 14)  ;
  }
}
.contact__block__subtitle span {
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 61.99875em) {
  .contact__block__subtitle {
    margin: 0 auto;
    width: auto;
  }
}
.contact__block__list {
  margin: 4.375rem 0 0 2.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
}
.contact__block__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 1.4375em;
}
@media (max-width: 61.99875em) {
  .contact__block__list {
    display: none;
  }
}
.contact__block:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact__block:nth-child(2) img {
  width: 21.1875rem;
  height: 19.375rem;
}
@media (max-width: 33.75rem) {
  .contact__block:nth-child(2) img {
    width: 18.125rem;
    height: 17.5rem;
  }
}
.contact__block:nth-child(2) form {
  width: 30rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (max-width: 33.75rem) {
  .contact__block:nth-child(2) form {
    width: auto;
  }
}
.contact__block:nth-child(2) form input {
  padding: 0.9375rem 1.25rem;
  height: 5.4375rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #fff;
  font-size: 1.25em;
  color: #fff;
  background: #4E5EFF;
  outline: none;
  transition: box-shadow 0.2s ease;
}
.contact__block:nth-child(2) form input::placeholder {
  color: #fff;
}
.contact__block:nth-child(2) form input:focus {
  box-shadow: 0 0 0 0.125rem #ff4e4e;
}
.contact__block:nth-child(2) form input#phone-input {
  width: 100%;
}
@media (max-width: 33.75rem) {
  .contact__block:nth-child(2) form input {
    height: 4rem;
    font-size: 0.875em;
  }
}
.contact__block:nth-child(2) form .send__item {
  margin-top: 0.4375rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  float: left;
}
.contact__block:nth-child(2) form .send__items {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.contact__block:nth-child(2) form .send__items p {
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.5019607843);
}
.contact__block:nth-child(2) form .send__items p a {
  color: #fff;
}
.contact__block:nth-child(2) form .send__checkbox {
  position: relative;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border: 0.0625rem solid #89898B;
  border-radius: 0.3125rem;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.contact__block:nth-child(2) form .send__checkbox:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.contact__block:nth-child(2) form .send__checkbox {
  transition: transform 0.2s ease-in-out;
}
.contact__block:nth-child(2) form .send__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.contact__block:nth-child(2) form button {
  margin: 0.9375rem auto 4.875rem;
  padding: 15px;
  width: 100%;
  height: 5.4375rem;
  font-size: 1.25em;
  font-weight: 700;
  border: none;
  border-radius: 0.9375rem;
  color: #fff;
  background-color: #000;
  transition: opacity 0.3s;
  cursor: pointer;
}
.contact__block:nth-child(2) form button:hover {
  opacity: 0.9;
  background-color: #2D37F6;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 33.75rem) {
  .contact__block:nth-child(2) form button {
    margin: 1.625rem auto 2.625rem;
    height: 4rem;
    font-size: 0.875em;
  }
}

.slider {
  position: relative;
  overflow: hidden;
  padding-top: 8.0625rem;
  background-color: #000000;
}
@media (max-width: 61.99875em) {
  .slider {
    padding-top: 2.1875rem;
  }
}
.slider__wrapper {
  overflow: hidden;
}
.slider__title {
  position: relative;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #000000 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports (font-size: clamp(1.875rem, -0.6930803571rem + 5.3571428571vw, 2.625rem)  ) {
  .slider__title {
    font-size: clamp(1.875rem, -0.6930803571rem + 5.3571428571vw, 2.625rem)  ;
  }
}
@supports not (font-size: clamp(1.875rem, -0.6930803571rem + 5.3571428571vw, 2.625rem)  ) {
  .slider__title {
    font-size: calc(1.875rem + 0.75 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__title:after {
  content: "";
  margin: 0.75rem auto 0;
  display: block;
  width: 10.875rem;
  height: 0.6875rem;
  border-radius: 1.625rem;
  background-color: #fff;
  box-shadow: 0 0 0.625rem #fff, 0 0 1.25rem #fff;
}
.slider__track {
  display: flex;
  transition: transform 0.4s ease;
}
.slider__item {
  padding: 1.75rem 1.75rem 3.125rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.5rem;
  border-radius: 1.25rem;
  background: #1A1A1E;
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.4s ease;
}
@supports (width: clamp(21.875rem, 1.5443638393rem + 42.4107142857vw, 27.8125rem)  ) {
  .slider__item {
    width: clamp(21.875rem, 1.5443638393rem + 42.4107142857vw, 27.8125rem)  ;
  }
}
@supports not (width: clamp(21.875rem, 1.5443638393rem + 42.4107142857vw, 27.8125rem)  ) {
  .slider__item {
    width: calc(21.875rem + 5.9375 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__item--active {
  opacity: 1;
  transform: scale(1);
}
.slider__item__top {
  display: flex;
  align-items: center;
}
.slider__item__top img {
  margin-right: 0.375rem;
}
@supports (width: clamp(2.5rem, 0.3599330357rem + 4.4642857143vw, 3.125rem)  ) {
  .slider__item__top img {
    width: clamp(2.5rem, 0.3599330357rem + 4.4642857143vw, 3.125rem)  ;
  }
}
@supports not (width: clamp(2.5rem, 0.3599330357rem + 4.4642857143vw, 3.125rem)  ) {
  .slider__item__top img {
    width: calc(2.5rem + 0.625 * (100vw - 47.9375rem) / 14)  ;
  }
}
@supports (height: clamp(2.5rem, 0.3599330357rem + 4.4642857143vw, 3.125rem)  ) {
  .slider__item__top img {
    height: clamp(2.5rem, 0.3599330357rem + 4.4642857143vw, 3.125rem)  ;
  }
}
@supports not (height: clamp(2.5rem, 0.3599330357rem + 4.4642857143vw, 3.125rem)  ) {
  .slider__item__top img {
    height: calc(2.5rem + 0.625 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__item__title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@supports (font-size: clamp(0.875rem, 0.0189732143rem + 1.7857142857vw, 1.125rem)  ) {
  .slider__item__title {
    font-size: clamp(0.875rem, 0.0189732143rem + 1.7857142857vw, 1.125rem)  ;
  }
}
@supports not (font-size: clamp(0.875rem, 0.0189732143rem + 1.7857142857vw, 1.125rem)  ) {
  .slider__item__title {
    font-size: calc(0.875rem + 0.25 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__item__title p {
  color: rgba(255, 255, 255, 0.5019607843);
}
.slider__item__bottom p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 110%;
}
@supports (font-size: clamp(0.875rem, 0.0189732143rem + 1.7857142857vw, 1.125rem)  ) {
  .slider__item__bottom p {
    font-size: clamp(0.875rem, 0.0189732143rem + 1.7857142857vw, 1.125rem)  ;
  }
}
@supports not (font-size: clamp(0.875rem, 0.0189732143rem + 1.7857142857vw, 1.125rem)  ) {
  .slider__item__bottom p {
    font-size: calc(0.875rem + 0.25 * (100vw - 47.9375rem) / 14)  ;
  }
}
@media (max-width: 61.99875em) {
  .slider__item__bottom p {
    line-height: 100%;
  }
}
.slider__controls {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.slider__arrow {
  padding: 0.9375rem 1.0625rem;
  font-size: 1.25em;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5019607843);
  background: none;
  cursor: pointer;
}
.slider__arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.iti-mobile .iti__country {
  background-color: #000;
}

.iti__divider {
  background-color: #000;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #000;
  border-bottom: none;
}

.iti__country-list {
  background-color: #000 !important;
}

.iti__country {
  background-color: black;
  color: white;
}

.footer {
  padding: 9.125rem 0 6.6875rem 0;
  background-color: #000000;
}
@media (max-width: 61.99875em) {
  .footer {
    padding: 5rem 0 3.75rem 0;
  }
}
.footer__blocks {
  display: flex;
  gap: 6.25rem;
}
@media (max-width: 61.99875em) {
  .footer__blocks {
    flex-direction: column-reverse;
  }
}
.footer__block {
  display: flex;
  flex-direction: column;
}
.footer__block:nth-child(1) {
  width: 60%;
}
@media (max-width: 61.99875em) {
  .footer__block:nth-child(1) {
    width: 100%;
  }
}
.footer__block:nth-child(2) {
  width: 40%;
}
@media (max-width: 61.99875em) {
  .footer__block:nth-child(2) {
    width: 100%;
  }
}
.footer__block__top {
  display: flex;
  justify-content: space-between;
}
.footer__block__top img {
  height: 6.8125rem;
}
@media (max-width: 61.99875em) {
  .footer__block__top img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (max-width: 61.99875em) {
  .footer__block__top {
    flex-direction: column;
    gap: 5rem;
  }
}
.footer__block__ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer__block__li {
  font-size: 1.125em;
  line-height: 1.5625rem;
  font-weight: 600;
}
.footer__block__li h3 {
  color: #D8D8D8;
}
@media (max-width: 61.99875em) {
  .footer__block__li {
    font-size: 1em;
  }
}
.footer__block__bottom {
  margin-top: 16.25rem;
}
@media (max-width: 61.99875em) {
  .footer__block__bottom {
    margin-top: 2.5rem;
  }
}
.footer__block__bul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
  column-gap: 3.125rem;
}
@media (max-width: 61.99875em) {
  .footer__block__bul {
    display: flex;
    flex-direction: column;
  }
}
.footer__block__bli {
  font-weight: 600;
  color: #4E4E4E;
}
@media (max-width: 61.99875em) {
  .footer__block__bli:nth-child(2) {
    margin-bottom: 1rem;
  }
}

.polit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1200;
}
.polit.active {
  display: flex;
}
.polit__close {
  padding: 0.3125rem;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
}
.polit__close .polit__span {
  position: absolute;
  top: 0.9375rem;
  left: 0.25rem;
  width: 80%;
  height: 0.125rem;
  transform-origin: center;
  color: #fff;
  background: #fff;
}
.polit__close .polit__span:first-child {
  transform: rotate(45deg);
}
.polit__close .polit__span:last-child {
  transform: rotate(-45deg);
}
.polit__content {
  overflow-y: auto;
  margin-top: 6.25rem;
  padding: 1.25rem;
  max-width: 62.5rem;
  width: 100%;
  max-height: 90vh;
  border-radius: 1.5rem;
  line-height: 110%;
  color: #000;
  background-color: #fff;
}
.polit__content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.polit__content h3 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.polit__content p {
  margin-bottom: 10px;
}
.polit__content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.polit__content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.second {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #071067;
  background-image: url("/img/header/bg-texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 47.99875em) {
  .second {
    padding-top: 15vh;
    justify-content: unset;
  }
}
.second__close {
  display: none;
}
@media (max-width: 47.99875em) {
  .second__close {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.625rem;
    z-index: 9999;
  }
  .second__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 0.1875rem;
    border-radius: 0.625rem;
    background-color: white;
    transform-origin: center;
  }
  .second__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .second__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.second__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  gap: 1.25rem;
  z-index: 10;
}
@supports (font-size: clamp(0.875rem, -1.3201219512rem + 7.3170731707vw, 2.1875rem)  ) {
  .second__cont {
    font-size: clamp(0.875rem, -1.3201219512rem + 7.3170731707vw, 2.1875rem)  ;
  }
}
@supports not (font-size: clamp(0.875rem, -1.3201219512rem + 7.3170731707vw, 2.1875rem)  ) {
  .second__cont {
    font-size: calc(0.875rem + 1.3125 * (100vw - 30rem) / 17.9375)  ;
  }
}
@media (max-width: 61.99875em) {
  @supports (width: clamp(18.75rem, -23.0618466899rem + 139.3728222997vw, 43.75rem)  ) {
    .second__cont {
      width: clamp(18.75rem, -23.0618466899rem + 139.3728222997vw, 43.75rem)  ;
    }
  }
  @supports not (width: clamp(18.75rem, -23.0618466899rem + 139.3728222997vw, 43.75rem)  ) {
    .second__cont {
      width: calc(18.75rem + 25 * (100vw - 30rem) / 17.9375)  ;
    }
  }
}
.second__button {
  margin-top: 3.8125rem;
  width: 17rem;
  height: 4.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.3125rem;
  font-size: 1.125em;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0.625rem #fff;
}
@media (max-width: 47.99875em) {
  .second__button {
    display: none;
  }
}
.second__medal {
  position: fixed;
  z-index: -1;
}
.second__medal:nth-of-type(1) {
  top: -8.125rem;
  right: -9.375rem;
}
.second__medal:nth-of-type(1) img {
  width: 31.875rem;
  height: 31.875rem;
}
@media (max-width: 47.99875em) {
  .second__medal:nth-of-type(1) {
    display: none;
  }
}
.second__medal:nth-of-type(2) {
  bottom: -10.625rem;
  left: -10.625rem;
}
@supports (width: clamp(19.75rem, -17.1489547038rem + 122.9965156794vw, 41.8125rem)  ) {
  .second__medal:nth-of-type(2) img {
    width: clamp(19.75rem, -17.1489547038rem + 122.9965156794vw, 41.8125rem)  ;
  }
}
@supports not (width: clamp(19.75rem, -17.1489547038rem + 122.9965156794vw, 41.8125rem)  ) {
  .second__medal:nth-of-type(2) img {
    width: calc(19.75rem + 22.0625 * (100vw - 30rem) / 17.9375)  ;
  }
}
@supports (height: clamp(19.75rem, -17.1489547038rem + 122.9965156794vw, 41.8125rem)  ) {
  .second__medal:nth-of-type(2) img {
    height: clamp(19.75rem, -17.1489547038rem + 122.9965156794vw, 41.8125rem)  ;
  }
}
@supports not (height: clamp(19.75rem, -17.1489547038rem + 122.9965156794vw, 41.8125rem)  ) {
  .second__medal:nth-of-type(2) img {
    height: calc(19.75rem + 22.0625 * (100vw - 30rem) / 17.9375)  ;
  }
}
@media (max-width: 47.99875em) {
  .second__medal:nth-of-type(2) {
    top: 45vh;
    right: -20vh;
  }
}

/*# sourceMappingURL=style.css.map */
