html {
  font-size: 1.2vw;
  width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.521vw;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  position: relative;
  line-height: 1.4;
  -webkit-font-smoothing: antialised;
  background: #0A0B0C;
  width: 100%;
  color: white;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main {
  width: 100%;
  overflow-x: hidden;
}
.main__section {
  padding: 10rem 0;
}

.container {
  padding: 0 12rem;
}

.text--color {
  color: #FFD52E;
}
.text--center {
  text-align: center;
}

.btn {
  display: inline-flex;
  outline: none;
  border: 0;
  justify-content: center;
  column-gap: 2rem;
  align-items: center;
  padding: 2.5rem 10rem;
  height: 8.3rem;
  min-width: 44rem;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #4B4100;
  background: #FFD52E;
  border-radius: 10rem;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.btn svg {
  width: 5.6rem;
  flex-shrink: 0;
}
.btn:hover {
  background: #FFD52E;
}
.btn-red {
  background: #CD2927;
}
.btn-red:hover {
  background: #A20200;
}

.heading {
  font-size: 6rem;
  margin-bottom: 4rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-weight: 800;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
  display: flex !important;
}
.modal__content {
  padding: 60px 40px 40px;
  background: white;
  position: relative;
  width: 580px;
  max-height: 100vh;
  overflow-y: auto;
  border-radius: 10px;
}
@media screen and (max-width: 920px) {
  .modal__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25vh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    backdrop-filter: none;
    background: white;
    border-radius: 0;
  }
}
@media screen and (max-width: 920px) {
  .modal__form {
    padding-top: calc((100vh - 605px) / 2);
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal__heading {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
  color: white;
  text-align: center;
}

.form-text {
  margin-bottom: 2rem;
}
.form-bg {
  background: white;
  overflow: hidden;
  border-radius: 10rem;
  display: flex;
  column-gap: 1rem;
}
.form-separator {
  width: 1px;
  flex-shrink: 0;
  background: #BBBBC3;
}
.form-row {
  display: flex;
  padding: 0.6rem;
}
.form-check {
  display: flex;
  font-size: 1.6rem;
  font-weight: 300;
  column-gap: 1.3rem;
  align-items: center;
  margin-top: 1.2rem;
}
.form-check svg {
  width: 1.5rem;
}
.form-control {
  position: relative;
}
.form .error {
  color: #CD2927;
  font-size: 1.2rem;
  position: absolute;
  display: none;
  top: 0.5rem;
  right: 1rem;
}
.form-input {
  background: white;
  border: none;
  padding: 2rem;
  height: 7rem;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #0A0B0C;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eee inset;
}
.form-input::placeholder {
  opacity: 1;
  color: #8F8F8F;
}
.form-input.err {
  color: #CD2927;
}
.form-input.err:-webkit-autofill {
  -webkit-text-fill-color: #CD2927;
}
.form-input:focus {
  border: none;
  outline: none;
}
.form-btn {
  flex-shrink: 0;
}

.language {
  position: fixed;
  z-index: 100;
  top: 12rem;
  right: 20rem;
  width: 6rem;
  height: 3.4rem;
  border-radius: 5px;
  background: #212528;
  overflow: hidden;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .language {
    top: 2rem;
    right: 2rem;
    padding: 1rem;
    width: 8.8rem;
    height: 5rem;
    cursor: pointer;
  }
}
.language:hover {
  height: auto;
}
.language:hover .language__arrow {
  transform: rotate(0deg);
}
.language__item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.language__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .language__item {
    column-gap: 1rem;
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.language__arrow {
  width: 1.7rem;
  transition: all 0.3s ease-out;
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .language__arrow {
    width: 2rem;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tape {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 0;
  }
  70% {
    transform: scale(1.08);
    box-shadow: rgba(255, 255, 255, 0) 0 0 0 15px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(255, 255, 255, 0) 0 0 0 0;
  }
}
.header {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../images/bg.png") center center no-repeat;
  background-size: cover;
}
.header__block {
  width: 102rem;
}
.header__label {
  display: inline-flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 2.4rem;
  font-weight: 800;
  padding: 3rem 5.6rem;
  background: white;
  color: #0A0B0C;
  margin-bottom: 6rem;
  border-radius: 10rem;
  animation: 1.5s ease-in-out 0s infinite normal none running pulse;
}
.header__label svg {
  width: 1rem;
  flex-shrink: 0;
}
.header__heading {
  margin-top: 0;
}
.header__subheading {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 6rem;
  color: #FFD52E;
}
.header__text {
  margin-bottom: 6rem;
  padding-left: 1.2rem;
  border-left: 0.4rem solid #FFD52E;
}
.header__form {
  margin-right: -31rem;
}

@media screen and (min-width: 1025px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
  body {
    font-size: 2.8rem;
  }
  .container,
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 4rem;
  }
  .heading {
    font-size: 4.8rem;
    margin-bottom: 1.6rem;
  }
  .btn {
    min-width: 100%;
    height: 13rem;
    font-size: 3.6rem;
  }
  .form-text {
    margin-bottom: 1.6rem;
    text-align: center;
  }
  .form-bg {
    background: none;
    flex-direction: column;
    border-radius: 0;
  }
  .form-row {
    margin-bottom: 1.6rem;
    gap: 1.6rem;
    flex-direction: column;
    overflow: inherit;
  }
  .form-separator {
    display: none;
  }
  .form-input {
    height: 11rem;
    padding: 4rem;
    font-size: 2.8rem;
    border-radius: 10rem;
    border: 1px solid #BBBBC3;
    background: #FFFEFC;
  }
  .form-check {
    font-size: 2.4rem;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 1.6rem;
    margin-top: 0;
  }
  .form-check svg {
    width: 3rem;
  }
  .form .error {
    font-size: 2rem;
  }
  .header {
    min-height: inherit;
    padding: 5rem 0 9rem;
    background: url("../images/bg-mob.png") center top no-repeat;
    background-size: 100% auto;
  }
  .header__block {
    width: 100%;
  }
  .header__label {
    padding: 2.4rem 6.4rem;
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .header__label svg {
    width: 1.2rem;
  }
  .header__subheading {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
  .header__text {
    font-size: 2.8rem;
    margin-bottom: 50rem;
    padding-left: 2.4rem;
    border-left-width: 0.8rem;
  }
  .header__form {
    margin-right: 0;
  }
}
/*footer*/
.footer {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  background: #0A0B0C;
  color: #fff;
  border-top: 1px solid #B8B8B8;
  padding: 4rem 0 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
}
.footer a {
  color: #ffffff;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 4rem;
  }
}
.footer__title {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .footer__title {
    margin-bottom: 2.4rem;
  }
}
.footer__social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .footer__social {
    gap: 2.4rem;
  }
}
.footer__social li {
  width: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .footer__social li {
    width: 7.4rem;
  }
}
.footer__support {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 2rem;
}
.footer__support li {
  width: 34rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .footer__support li {
    width: auto;
    min-width: 47%;
  }
}
.footer__support a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  padding: 1.2rem;
  border: 1px solid white;
  height: 6rem;
  text-decoration: none;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .footer__support a {
    font-size: 2.4rem;
    gap: 2rem;
    height: 8rem;
    padding: 2.4rem;
  }
}
.footer__support svg {
  width: 1.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .footer__support svg {
    width: 3rem;
  }
}

/*ENDfooter*/

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