html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  background: #000;
  color: #fff;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ProximaNova";
  font-style: normal;
}
span {
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
button,
input[type="submit"],
a {
  cursor: pointer;
  outline: none;
  border: none;
}
.advertorialWrp {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  z-index: 9777;
}
.last_title {
  max-width: 700px;
}
.topTextASet {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
.container {
  max-width: 1218px;
  padding: 0 19px;
  margin: 0 auto;
}
.accent {
  color: #ffb400;
}

.header {
  background: #000;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header_inner {
  padding: 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_textWrp {
  text-align: center;
  flex-grow: 1;
}
.header_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
}
.header_subtext {
  font-size: 16px;
  line-height: 19px;
  margin-top: 3px;
}
.header_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-top: 6px;
}
.header_counterWrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}
.header_counter {
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  color: #ffb400;
  border: 2px solid #ffb400;
  border-radius: 7px;
  max-width: 136px;
  min-width: 100px;
  margin: 0 5px;
}
.header_spots {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
}

.hero {
  margin-top: 116px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_inner {
  position: relative;
  padding: 80px 0 147px;
  display: flex;
  justify-content: space-between;
}
.hero_textWrp {
  max-width: 572px;
}
h1.hero_title {
  font-weight: 800;
  font-size: 62px;
  line-height: 67px;
}
.mainTitle .ipad {
  display: none;
}
.mainTitle .tab {
  display: none;
}
.mainTitle .mob {
  display: none;
}
.mainTitle .desk {
  display: inline-block;
}
.hero_text {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
}
.hero_scrollArrWrp {
  position: absolute;
  width: 100%;
  min-height: 100vh;
}
.hero_scrollArr {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .hero_scrollArr {
    display: none;
  }
  .header_logo {
    max-width: 126.38px;
  }
  .header_title {
    font-size: 20px;
    line-height: 24px;
  }
  .header_subtext {
    font-size: 12px;
    line-height: 15px;
  }
  .header_text {
    font-size: 12px;
    line-height: 15px;
  }
  .header_counter {
    max-width: 102px;
    font-size: 24px;
    line-height: 29px;
  }
  .header_spots {
    font-size: 18px;
    line-height: 22px;
  }

  .hero {
    margin-top: 95px;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/bg.webp");
  }
  .hero_inner {
    flex-direction: column;
    padding: 39px 0 75px;
    margin-left: 25px;
  }
  .hero_textWrp {
    max-width: 100%;
  }
  h1.hero_title {
    font-size: 60px;
    line-height: 63px;
  }
  .mainTitle .desk {
    display: none;
  }

  .mainTitle .tab,
  .mainTitle .ipad,
  .mainTitle .desk.tab {
    display: inline;
  }
  .last_title .tab,
  .hero_title .tab {
    display: none;
  }
  .hero_text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .mainTitle .ipad,
  .last_title .ipad {
    display: none;
  }
  .hero_title .tab,
  .last_title .tab {
    display: inline;
  }
  .advertorialWrp {
    font-size: 8px;
    line-height: 10px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .mainTitle .tab,
  .mainTitle .desk.tab {
    display: none;
  }
  .mainTitle .mob {
    display: inline-block;
  }
  .header {
    position: relative;
  }
  .header_inner {
    justify-content: center;
  }
  .header_textWrp {
    display: none;
  }
  .header_counterWrp {
    display: none;
  }
  .hero {
    margin-top: 0;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero_inner {
    margin: 0;
    padding: 30px 0 47px;
  }
  .mainTitle {
    margin: 0 auto;
  }
  h1.hero_title {
    font-size: 30px;
    line-height: 33px;
  }
  .hero_text {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 30px;
  }
}

.overlay-zO6eWXPYEX {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  display: none;
}
.lds-spinner-zO6eWXPYEX {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner-zO6eWXPYEX div {
  transform-origin: 40px 40px;
  animation: lds-spinner-zO6eWXPYEX 1.2s linear infinite;
}
.lds-spinner-zO6eWXPYEX div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner-zO6eWXPYEX div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner-zO6eWXPYEX div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner-zO6eWXPYEX {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.visible-zO6eWXPYEX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.iti__country-name {
  color: black;
}
ul {
  list-style: none;
}
.form__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
}

@media screen and (min-width: 744px) {
  .form__list {
    margin: 0 auto;
    margin-top: 25px;
  }
}

.form__list-item-img:first-child {
  object-fit: contain;
  width: 60.18px;
  height: 26px;
  filter: grayscale(100%) brightness(1000%);
}

@media screen and (min-width: 744px) {
  .form__list-item-img:first-child {
    width: 85px;
    height: 36px;
  }
}
