.forms__area {
  width: 100%;
  background-image: url("../img/mobile__background-forms.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin: 60px auto 0;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .forms__area {
    background-image: url("../img/background__forms.jpg");
    min-height: 500px;
  }
}
@media only screen and (min-width: 991px) {
  .forms__area {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .forms__area {
    min-height: 750px;
    background-position: center -50px;
  }
}
@media only screen and (min-width: 1280px) {
  .forms__area {
    background-size: auto;
  }
}
@media only screen and (min-width: 768px) {
  .forms__area.big {
    background-position: -700px;
  }
}
@media only screen and (min-width: 1024px) {
  .forms__area.big {
    background-position: center -50px;
  }
}
.forms__area-title {
  font-family: "presicav";
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -5%;
  padding: 35px 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .forms__area-title {
    font-size: 50px;
    padding: 67px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .forms__area-title {
    font-size: 50px;
    padding: 67px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .forms__area-title {
    padding: 87px 0;
    font-size: 70px;
  }
}
.forms__area-homepage {
  margin-top: 60px;
}
.forms__area-homepage a {
  width: 100%;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  background: #FFD200;
  font-family: "presicav";
  font-weight: 900;
  font-size: 14px;
  transition: 0.5s ease-in-out all;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .forms__area-homepage a {
    font-size: 16px;
    width: auto;
    padding: 0 30px;
  }
}
.forms__area-homepage a:hover {
  background: black;
  color: #FFD200;
  transition: 0.5s ease-in-out all;
}
.forms__area-alert {
  display: flex;
  gap: 24px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .forms__area-alert {
    gap: 48px;
  }
}
.forms__area-alert img {
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .forms__area-alert img {
    width: auto;
  }
}
.forms__area-alert-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 342px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  .forms__area-alert-right {
    font-size: 16px;
  }
}
.forms__area-alert-right-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  .forms__area-alert-right-title {
    font-size: 24px;
  }
}
.forms__area-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .forms__area-form {
    max-width: 510px;
    gap: 16px;
  }
}
.forms__area-form-password ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2.5%;
  color: #FB2F2F;
}
.forms__area-form-password li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.forms__area-form-password li.green {
  color: #34E797;
}
.forms__area-form .required {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 8px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .forms__area-form .required {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.forms__area-form .required-agree {
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .forms__area-form .required-agree {
    margin: 16px 0;
    gap: 16px;
  }
}
.forms__area-form p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #fff;
}
.forms__area-form p.error {
  color: #DC3232;
}
@media only screen and (min-width: 768px) {
  .forms__area-form p {
    font-size: 16px;
  }
}
.forms__area-form-agree {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.forms__area-form-agree label {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (min-width: 400px) {
  .forms__area-form-agree label {
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .forms__area-form-agree label {
    font-size: 16px;
    line-height: 28px;
  }
}
.forms__area-form-agree label a, .forms__area-form-agree label .link {
  text-decoration: underline;
  cursor: pointer;
}
.forms__area-form-agree.last {
  margin-bottom: 0;
}
.forms__area-form input[type=text], .forms__area-form input[type=password], .forms__area-form input[type=email], .forms__area-form input[type=tel] {
  width: 100%;
  height: 57px;
  padding-right: 28px;
  padding-left: 25px;
  border-width: 1px;
  box-sizing: border-box;
  border: 1px solid #565B67;
  font-family: "presicav";
  font-weight: 900;
  color: black;
}
.forms__area-form input[type=text]::-moz-placeholder, .forms__area-form input[type=password]::-moz-placeholder, .forms__area-form input[type=email]::-moz-placeholder, .forms__area-form input[type=tel]::-moz-placeholder {
  color: #888F9E;
}
.forms__area-form input[type=text]::placeholder, .forms__area-form input[type=password]::placeholder, .forms__area-form input[type=email]::placeholder, .forms__area-form input[type=tel]::placeholder {
  color: #888F9E;
}
.forms__area-form input[type=submit] {
  width: 100%;
  height: 57px;
  background: #FFD200;
  font-family: "presicav";
  font-weight: 900;
  font-size: 14px;
  transition: 0.5s ease-in-out all;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .forms__area-form input[type=submit] {
    font-size: 16px;
  }
}
.forms__area-form input[type=submit]:hover {
  background: black;
  color: #FFD200;
  transition: 0.5s ease-in-out all;
}
.forms__area-links {
  margin-top: 16px;
}
.forms__area-links ul {
  display: flex;
  flex-direction: column;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #fff;
}
.forms__area-links ul a {
  color: #FFD200;
}
.forms__area .checkbox-holder {
  display: block;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.forms__area .checkbox-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.forms__area .checkbox-holder.red .checkmark {
  border: 1px solid #DC3232;
}
.forms__area .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: 1px solid white;
}
.forms__area .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.forms__area .checkbox-holder input:checked ~ .checkmark:after {
  display: block;
}
.forms__area .checkbox-holder .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.forms__area .checkbox-holder .checkmark.checkmark-yellow:after {
  border-color: #000;
}/*# sourceMappingURL=forms.css.map */