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

/* Reset and base styles  */
* {
  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/BebasNeueCyrillic/BebasNeueCyrillic.woff2") format("woff2"),
    url("../fonts/BebasNeueCyrillic/BebasNeueCyrillic.woff") format("woff"),
    url("../fonts/BebasNeueCyrillic/BebasNeueCyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoConsensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoConsensed/RobotoCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #000000;
  color: #fff;
}

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

.main {
  background-image: url("./../images/bg.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .main {
    background-image: url("./../images/bg-mobile.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.main__content {
  display: flex;
  flex-direction: column;
  padding: 21rem 0 6rem;
}
@media (max-width: 768px) {
  .main__content {
    padding: 2rem 4rem 4rem;
  }
}
.main__data {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;

  @media (max-width: 768px) {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.main__data::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("./../images/date.svg");
  background-size: contain;

  @media (max-width: 768px) {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.main__title-box {
  position: relative;
  max-width: 85rem;
  width: 100%;
  margin-bottom: 1.2rem;
}
.main__title {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 8rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .main__title {
    font-size: 5.2rem;
  }
}
.main__span {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 3rem;
  max-width: 30rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  rotate: 4deg;
  border: 0.5rem solid #ffffff;
  padding: 0 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .main__span {
    bottom: -10rem;
    left: 0;
    rotate: -4deg;
    font-size: 2.4rem;
    max-width: 25rem;
    line-height: 1.2;
    padding: 1rem;
  }
}
.main__text {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 5.4rem;
  line-height: 100%;
  max-width: 77rem;
  width: 100%;
}
@media (max-width: 768px) {
  .main__text {
    font-size: 4rem;
    margin-top: 35rem;
  }
}

.modal__form {
  margin-top: 12.5rem;
}
@media (max-width: 768px) {
  .modal__form {
    margin-top: 2rem;
  }
}

.form-bg {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .form-bg {
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }
}

.form-control {
  position: relative;
  width: 100%;
  max-width: 28rem;
}
@media (max-width: 768px) {
  .form-control {
    max-width: 100%;
  }
}

.form__label {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
}

.form__agreement {
  align-items: center;
  gap: 1rem;
  align-self: flex-start;
  margin-top: 2rem;
}

.form__checkbox {
  width: 2rem;
  height: 2rem;
  background-image: url("./../images/check.svg");
  background-size: contain;
  width: 2.1rem;
  height: 2.1rem;
}

.form-input {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  width: 100%;
  background-color: #fffefc;
  padding: 2.8rem 1.2rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center;
}
.form-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
}
.form-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
}

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

.for-mobile {
  display: none;
}
@media (max-width: 768px) {
  .for-mobile {
    display: flex;
  }
}

.btn {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  padding: 2.4rem 0;
  max-width: 58rem;
  width: 100%;
  border-radius: 1rem;
  border: 0.4rem solid transparent;
  background: linear-gradient(180deg, #fdc099 0%, #c77146 100%) border-box,
    radial-gradient(73.76% 158.22% at 26.24% -0.06%, #f2b488 0%, #e98d58 56.68%, #cf7240 100%) padding-box;
  background-clip: padding-box, border-box;
  background-origin: border-box;
}

.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=main.css.map */
