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

body {
  font-family: "Manrope";
  color: #fffefc;
  background-color: #000000;
}

:root {
  --font-accent: "Bebas Neue Cyrillic", sans-serif;
}

* {
  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;
}

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

.language {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  width: 6rem;
  height: 3.4rem;
  border-radius: 5px;
  background: #2e2e2e;
  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;
  -moz-column-gap: 0.5rem;
  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 {
    -moz-column-gap: 1rem;
    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;
  }
}
.main {
  background-image: url("./../images/bg.png");
  background-position: center;
  background-size: cover;
}
.main__content {
  display: flex;
  justify-content: space-between;
  padding: 12rem 0;
}
.main__left {
  display: flex;
  flex-direction: column;
  gap: 6.1rem;
  max-width: 75rem;
  width: 100%;
  position: relative;
}
.main__right {
  max-width: 61rem;
  width: 100%;
}

.left__heading {
  position: relative;
}
.left__title {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 8rem;
  line-height: 100%;
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
}
.left__subtitle {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 5rem;
  line-height: 100%;
}
.left__text {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
}
.left__text span {
  position: relative;
}
.left__text span::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 6rem;
  background-image: url("./../images/icons/circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -0.5rem;
  top: -0.5rem;
}

.sticker {
  position: absolute;
  width: 28rem;
  height: 28rem;
  background-image: url("./../images/icons/stiker.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: -50%;
  z-index: 2;
}

.modal__form.mob {
  display: none;
}

.form__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
}
.form__agrement {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.modal__form {
  background: rgba(31, 30, 28, 0.4);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1rem;
}

.form-bg {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

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

.form-input {
  background-color: #fff;
  font-family: "Manrope";
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  border-radius: 1rem;
  padding: 1.8rem 1.2rem;
}
.form-input::-moz-placeholder {
  font-family: "Manrope";
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
}
.form-input::placeholder {
  font-family: "Manrope";
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
}

.agrement__checkbox {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("./../images/icons/check-black.svg");
  background-color: #fff;
  background-position: center;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  border-radius: 0.6rem;
}
.agrement__text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
}

.error {
  color: red;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  display: none;
  font-size: 1.2rem;
}

.btn {
  background: radial-gradient(50% 107.26% at 50% 50%, #ffffbf 0%, #dcc282 51.92%, #b49d6b 100%);
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #1f1f1f;
  padding: 2.4rem 0;
  border-radius: 1.2rem;
}

.right {
  padding: 4rem;
  background: rgba(20, 20, 20, 0.6509803922);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  height: auto;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.right::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 0.1rem;
  background: linear-gradient(95.78deg, #ffffff 20.69%, #141414 99.67%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.right__title {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 5rem;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.right__title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url("./../images/icons/info.svg");
  flex-shrink: 0;
  background-size: cover;
}
.right__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.right__item {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.right__item::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.5rem;
  background-image: url("./../images/icons/check.svg");
  background-size: cover;
  flex-shrink: 0;
}

.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;
  }
}
@media (max-width: 768px) {
  .modal__form.mob {
    display: flex;
    margin-top: 12rem;
  }
  .main {
    background-image: url("./../images/bg-mobile.png");
    background-position: top;
  }
  .main__content {
    flex-direction: column;
    padding: 4rem;
  }
  .left__text {
    font-size: 2rem;
  }
  .left__text span::after {
    content: "";
    width: 16.5rem;
  }
  .left__title {
    font-size: 6rem;
  }
  .left__subtitle {
    font-size: 3.2rem;
  }
  .modal__form.pc {
    display: none;
  }
  .right {
    margin-top: 10rem;
    max-width: 30rem;
    width: 100%;
  }
  .right__title {
    font-size: 3rem;
  }
  .right__item {
    font-size: 1.6rem;
    line-height: 140%;
  }
  .sticker {
    width: 24rem;
    height: 24rem;
    bottom: -60%;
  }
} /*# sourceMappingURL=style.css.map */
