@charset "UTF-8";
html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

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

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/Bebas_Neue_Cyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #070707;
  color: #fff;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}

.container {
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
}

.main__content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding: 6.4rem 0;
}
.main__video {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
  position: relative;
  max-width: 87rem;
  width: 100%;
  height: auto;
}
.main__video iframe {
  width: 100%;
  height: 100%;
}
.main__video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main__form {
  padding: 2rem;
  width: 100%;
  height: 100%;
  background-color: #272727;
  max-width: 61rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.vieo__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(163.46deg, rgba(0, 0, 0, 0) 50.65%, #000000 86.86%);
  pointer-events: none;
}

.video__text-text {
  font-size: 7rem;
  line-height: 95%;
  letter-spacing: -2%;
  text-align: center;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0rem 0.8rem 0rem #fff, 0rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2), 0rem 0.4rem 0rem rgba(255, 255, 255, 0.2509803922),
    0rem 0.1rem 0rem #000000, 0.8rem 1.8rem 2.4rem rgba(0, 0, 0, 0.5019607843);
  pointer-events: none;
}

.--accent {
  background: linear-gradient(267.96deg, #eac087 0.61%, #6b3e03 100%);
  border-radius: 1rem;
  padding: 0rem 0.5rem 1rem;
}

.form__heading {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
}
.form__title {
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
}
.form__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
}
.form__label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  margin-top: 0.8rem;
}

.form-bg {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-control {
  position: relative;
  width: 100%;
}

.form-input {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4);
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
}
.form-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 1.6rem;
}
.form-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 1.6rem;
}

.error {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  color: red;
  position: absolute;
  right: 2%;
  top: 2%;
  display: none;
}

.checkbox__box {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.checkbox__box input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border-radius: 0.2rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox__box input:checked::after {
  content: "✔";
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #000;
}
.checkbox__box label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
}

.form-btn {
  background: radial-gradient(circle at 48.59% 58.56%, #ecce88 0%, #86754d 100%);
  padding: 2rem 0;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  background: #7f611b;
  position: relative;
}
.form-btn::after {
  content: "Предложение до 31 мая";
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(3.2rem);
  backdrop-filter: blur(3.2rem);
  background: rgba(0, 0, 0, 0.1019607843);
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  border-radius: 2rem;
  rotate: -5deg;
  right: -2rem;
  bottom: -2rem;
  pointer-events: none;
}

@media (max-width: 968px) {
  .main__content {
    flex-direction: column;
    padding: 2rem;
    max-width: 100%;
  }
  .form-btn::after {
    width: 17rem;
    bottom: -1rem;
    right: 1rem;
  }
  .main__video {
    height: 30rem;
  }
}
.footer__block.for-mobile {
  display: none;
}

.footer {
  font-size: 2rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.1;
  background: #070707;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}

.footer__dogovor {
  display: flex;
  flex-direction: column;
  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: #7c66ff;
  border-color: #7c66ff;
}

.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;
}

@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;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  margin-bottom: 2rem;
}

.footer__row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer__row {
    min-height: 5rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  -moz-column-gap: 6rem;
  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;
  -moz-column-gap: 6rem;
  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;
  -moz-column-gap: 2rem;
  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;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .footer__mail a {
    -moz-column-gap: 2rem;
    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;
  }
}
@media (max-width: 968px) {
  .footer__block.for-mobile {
    display: block;
  }
  .footer__block.for-desktop {
    display: none;
  }
  .form-separator-mobile {
    width: 100%;
    height: 1px;
    background-color: #d6c7c7;
  }
} /*# sourceMappingURL=style.css.map */
