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

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  position: relative;
  line-height: 1.2;
  -webkit-font-smoothing: antialised;
  scroll-behavior: smooth;
  background: #0E0E0E;
  width: 100%;
  color: white;
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease-out;
}

* {
  box-sizing: border-box;
}

html *,
html,
body *,
body {
  scrollbar-color: inherit !important;
  scrollbar-width: auto;
}
html *::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
body *::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  box-shadow: none;
}

img {
  vertical-align: top;
  height: auto;
}

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

.container {
  padding: 0 20rem;
  width: 100%;
}

.no-br {
  white-space: nowrap;
}

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

.btn {
  display: inline-flex;
  gap: 1rem;
  outline: none;
  justify-content: center;
  column-gap: 1rem;
  align-items: center;
  padding: 2rem 8rem;
  height: 8rem;
  font-size: 4rem;
  text-transform: uppercase;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  line-height: 1;
  color: #533F07;
  background: url("../images/bg-btn.webp") 0 0 no-repeat #FFEFB8;
  background-size: contain;
  border: 1px solid #D0A925;
  border-radius: 1.2rem;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: none;
}
.btn:hover {
  background-color: #ffe99f;
}

.heading {
  font-size: 4.8rem;
  margin-bottom: 2rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: normal;
  line-height: 1;
}

.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.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
  display: flex !important;
}
.modal__content {
  padding: 6rem 4rem 4rem;
  background: white;
  color: #0E0E0E;
  position: relative;
  width: 82rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  border-radius: 1.2rem;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  scrollbar-width: 2px;
}
.modal__content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  display: block;
}
.modal__content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  margin: 1.8rem;
}
.modal__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.modal__content.text-content {
  background: #F6F6F6;
  width: 132rem;
  padding: 10rem 4rem;
  font-size: 3.2rem;
  color: #0E0E0E;
}
@media screen and (max-width: 1024px) {
  .modal__content.text-content {
    font-size: 2.6rem;
  }
}
.modal__content.text-content ol {
  line-height: 1.5;
  margin: 0;
}
.modal__content.text-content::-webkit-scrollbar {
  height: 20px;
  width: 20px;
}
.modal__content.text-content::-webkit-scrollbar-track {
  background: rgba(14, 14, 14, 0.1);
  margin: 3rem;
  box-shadow: inset -15px 0 0 0 #F6F6F6;
}
.modal__content.text-content::-webkit-scrollbar-thumb {
  background: rgba(14, 14, 14, 0.2);
  box-shadow: inset -15px 0 0 0 #F6F6F6;
}
@media screen and (max-width: 1024px) {
  .modal__content {
    padding-left: 2rem;
    padding-right: 2rem;
    background: #FAFAFA;
    padding-top: 22vh;
    width: 100%;
    max-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    backdrop-filter: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal__form {
    padding-top: calc((100vh - 605px) / 2);
  }
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .modal__close {
    top: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
.modal__heading {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .modal__heading {
    font-size: 4.8rem;
    margin-bottom: 2.4rem;
  }
}

.form-control {
  position: relative;
  margin-bottom: 1.2rem;
}
.form .error {
  color: red;
  font-size: 1.6rem;
  position: absolute;
  display: none;
  top: 0.5rem;
  right: 1rem;
}
.form-check {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1.2rem;
  color: #6A6A6A;
}
.form-input {
  background: white;
  box-shadow: none;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.2rem 2.4rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}
.form-input:focus {
  outline: none;
}
.form-input.err {
  color: red;
}
.form-input.err:-webkit-autofill {
  -webkit-text-fill-color: red;
}
.form-btn {
  min-width: 100%;
  height: 10rem;
  font-size: 4.8rem;
  margin-top: 2.8rem;
}

.grecaptcha-badge {
  display: none !important;
}

.language {
  position: fixed;
  z-index: 100;
  top: 2rem;
  right: 2rem;
  width: 6rem;
  height: 3.4rem;
  border-radius: 5px;
  background: #3D3D3D;
  color: white;
  overflow: hidden;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .language {
    top: 1.7rem;
    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 tape1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes tape2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    stroke-dashoffset: 1000;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  95% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 14rem;
  padding-bottom: 14rem;
  position: relative;
  background: url("../images/bg.webp") center center no-repeat;
  background-size: cover;
}
.header__bg {
  position: absolute;
  height: 20rem;
  z-index: 2;
  left: 0;
  right: 0;
}
.header__bg-top {
  top: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.header__bg-bot {
  bottom: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.header__block {
  width: 62rem;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.header__reviews {
  position: absolute;
  z-index: 1;
  right: 20rem;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 45.7rem;
  flex-shrink: 0;
}
.header__reviews img {
  width: 100%;
  margin-bottom: 4px;
}
.header__reviews-inner {
  animation: tape1 48s linear infinite;
}
.header__slogan {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  line-height: 1;
  margin-bottom: 3.2rem;
}
.header__subheading {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
}
.header__label {
  position: absolute;
  width: 38.7rem;
  flex-shrink: 0;
  height: 38.7rem;
  padding: 8rem;
  background: url("../images/bg-label.png") center center no-repeat;
  background-size: contain;
  font-size: 2.8rem;
  line-height: 1;
  left: 37rem;
  color: #0E0E0E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header__heading {
  font-size: 7.6rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.header__info {
  position: relative;
  left: 52rem;
  top: 3.7rem;
  font-size: 3.6rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.header__arrow {
  position: absolute;
  width: 15rem;
  top: -1rem;
  left: -15rem;
}
.header__arrow path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 5s ease-out;
  animation: arrow 8s linear infinite;
}

@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 2rem;
  }
  .main__section {
    padding: 7rem 0;
  }
  .heading {
    font-size: 4.8rem;
    margin-bottom: 2.4rem;
  }
  .btn {
    height: 9rem;
    font-size: 4rem;
    padding: 2rem 6rem;
    background-size: 6rem 6rem;
  }
  .form-control {
    margin-bottom: 0.8rem;
  }
  .form-fields {
    flex-direction: column;
  }
  .form-check {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
  .form-input {
    height: 9rem;
    font-size: 2.8rem;
  }
  .form-btn {
    font-size: 4rem;
    height: 9rem;
    margin-top: 1.6rem;
  }
  .header {
    padding-top: 7rem;
    padding-bottom: 4rem;
    min-height: 135rem;
    align-items: start;
    background-image: url("../images/bg-mob.webp");
    background-size: 100% auto;
    background-position: 0 0;
  }
  .header__block {
    width: 62rem;
    position: static;
  }
  .header__reviews {
    position: absolute;
    z-index: 1;
    right: 0;
    top: auto;
    bottom: 4rem;
    width: 100%;
    flex-shrink: 0;
  }
  .header__reviews-inner {
    display: inline-flex;
    align-items: baseline;
  }
  .header__reviews img {
    width: 66rem;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 4px;
  }
  .header__reviews-inner {
    animation: tape2 240s linear infinite;
  }
  .header__slogan {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
  .header__subheading {
    font-size: 4rem;
    margin-bottom: 2.4rem;
    position: static;
  }
  .header__label {
    left: auto;
    top: 17rem;
    right: 2rem;
    width: 34rem;
    height: 34rem;
  }
  .header__heading {
    font-size: 9.6rem;
    margin-bottom: 2rem;
  }
  .header__info {
    position: relative;
    margin-bottom: 8.6rem;
    left: 0;
    top: 3rem;
    font-size: 3.2rem;
  }
  .header__arrow {
    width: 11rem;
    top: 0;
    left: 15rem;
  }
}
/*footer*/
.footer {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  background: #0E0E0E;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}
.footer__dogovor {
  display: flex;
  row-gap: 2rem;
  align-items: end;
}
.footer__documents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer__documents {
    align-items: center;
    gap: 4rem;
  }
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}
.footer a:hover {
  color: white;
  border-color: white;
}
.footer a svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 1024px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .container {
  padding: 0 16rem;
}
@media screen and (max-width: 1024px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer__row {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 2rem;
}
.footer__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}
.footer__phone > div {
  min-width: 19rem;
}
.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #A3A3A3;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__phone span {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .footer__phone a {
    font-size: 3rem;
  }
}
.footer__contacts {
  display: flex;
  column-gap: 6rem;
  align-items: center;
}
.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 5px;
  column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .footer__social a {
    padding: 2rem;
    width: 28rem;
    font-size: 2rem;
  }
}
.footer__mail a {
  display: inline-flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 2rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}

/*ENDfooter*/

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