a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: none;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #393939;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img,
video {
  height: auto;
}
img,
video {
  display: block;
  width: 100%;
}
html {
  height: 100%;
  background-color: #000;
  font-size: 0.83333vw;
}
@media (min-width: 768px) and (min-aspect-ratio: 384/205) {
  html {
    font-size: 0.8vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 64/33) {
  html {
    font-size: 0.78vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 384/193) {
  html {
    font-size: 0.75vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 64/31) {
  html {
    font-size: 0.72vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 192/89) {
  html {
    font-size: 0.69vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 192/85) {
  html {
    font-size: 0.66vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 96/41) {
  html {
    font-size: 0.63vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 32/13) {
  html {
    font-size: 0.6vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 384/149) {
  html {
    font-size: 0.57vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 192/71) {
  html {
    font-size: 0.54vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 192/67) {
  html {
    font-size: 0.51vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 64/21) {
  html {
    font-size: 0.48vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 16/5) {
  html .body-wrap {
    height: 65em;
    min-height: 65em;
  }
  html .body-wrap .main {
    height: 100%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) and (min-aspect-ratio: 8/15) {
  html {
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) and (min-aspect-ratio: 64/115) {
  html {
    font-size: 2.3vw;
  }
}
@media (max-width: 768px) and (min-aspect-ratio: 64/111) {
  html {
    font-size: 2.2vw;
  }
}
body {
  font-family: TT Squares Condensed;
  font-weight: 900;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background-color: #000;
}
.body-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* background: url(../img/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: -moz-linear-gradient(
      286.98deg,
      transparent 37.06%,
      #994eff 70.26%
    ),
    url(../img/bg.jpg);
  background: linear-gradient(163.02deg, transparent 37.06%, #994eff 70.26%),
    url(../img/bg.jpg);
}
@media (max-width: 768px) {
  .body-wrap {
    background: url(../img/bg-mob.jpg), #000;
    -moz-background-size: 100% 22.6em;
    background-size: 100% 22.6em;
    background-repeat: no-repeat;
  }
}
.container {
  max-width: 110em;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    max-width: 35em;
  }
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yellow {
  color: #f4bf3a;
}
@font-face {
  font-family: TT Squares Condensed;
  src: url(../fonts/TTSquaresCondensed-BlackItalic.woff2) format("woff2"),
    url(../fonts/TTSquaresCondensed-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 110em;
  margin: 0 auto;
  padding-bottom: 1.5em;
}
.footer,
.footer__payments {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__payments {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__payments_item {
  margin-left: 2.625em;
}
.footer__payments_item:first-child {
  width: 4.0625em;
}
.footer__payments_item:nth-child(2) {
  width: 2.25em;
}
.footer__payments_item:nth-child(3) {
  width: 3.6875em;
}
.footer__payments_item:nth-child(4) {
  width: 6.4375em;
}
.footer__payments_item:nth-child(5) {
  width: 6.5em;
}
.footer__payments_item:nth-child(6) {
  width: 7.25em;
}
@media (max-width: 768px) {
  .footer {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 25em;
    font-size: 1.15em;
    padding-bottom: 0;
  }
  .footer__payments {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__payments_item {
    margin-left: 0;
    margin-right: 0.9375em;
    margin-bottom: 1em;
  }
  .footer__payments_item svg path {
    fill: #fff;
  }
}
.header {
  position: absolute;
  margin-top: 2.5em;
  z-index: 200;
}
.header__logo {
  width: 18.3125em;
}
@media (max-width: 768px) {
  .header {
    margin-top: 1.875em;
  }
  .header__logo {
    width: 13.625em;
  }
}
.main {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main__hero {
  position: absolute;
  width: 75.625em;
  bottom: 0;
  left: -5.0625em;
}
.main__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 2.375em;
  width: 27.5625em;
  background-color: #020202;
  -moz-border-radius: 0.625em;
  border-radius: 0.625em;
}

.main__right-img img {
  width: 90%;
  margin: auto;
}

.main__right-text .top {
  margin-bottom: 0.5em;
}
.main__right-text .top span {
  font-size: 1.875em;
  line-height: 1;
  letter-spacing: -0.02187em;
  text-transform: uppercase;
  color: #fff;
}
.main__right-text .center {
  margin-left: -5.0625em;
}
.main__right-text .center span {
  font-size: 4.5em;
  line-height: 1;
}
.main__right-text .center sup {
  font-size: 2.625em;
  line-height: 1;
}
.main__right-text .center sup.currency {
  font-size: 3.25em;
}
.main__right-text .bottom {
  margin-top: -0.75em;
  margin-left: 3.8125em;
}
.main__right-text .bottom span {
  font-size: 2.625em;
  line-height: 1;
}
.main__right .content {
  width: 100%;
  position: relative;
}
.main__right .swich {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #020202;
  border: 0.06667em solid #403c34;
  margin-top: 1.55em;
  -moz-border-radius: 0.625em;
  border-radius: 0.625em;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  width: 90%;
}
.main__right .swich__link {
  width: 50%;
  text-align: center;
  padding: 1em 0.3125em;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 0.35556em;
  border-radius: 0.35556em;
}
.main__right .swich__link-text {
  position: relative;
}
.main__right .swich__link-text span {
  font-size: 0.75em;
}
.main__right .swich__active {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #252525;
}
@media (max-width: 768px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 7.5em;
  }
  .main .swich,
  .main__left {
    width: 100%;
  }
  .main__hero {
    position: relative;
    width: 25.35em;
    left: unset;
    right: -14.6em;
    bottom: -1.3em;
  }
  .main__right {
    width: 100%;
    margin-top: 0;
    padding-top: 1.5em;
  }
  .main__right-img img {
    width: 45vw;
    margin: auto;
  }
  .main__right-text {
    position: absolute;
    top: 20.2em;
    left: 0;
    font-size: 0.755em;
  }
  .main__right-text .top {
    margin-bottom: 0;
  }
  .main__right-text .bottom {
    margin-top: -0.3em;
    margin-left: 4.7em;
  }
}
@media (max-width: 768px) and (min-aspect-ratio: 64/129) {
  .main {
    margin-bottom: 7.6em;
  }
}
.form {
  width: 100%;
  padding: 1em 1.25em 0.625em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
}
.form#form-tel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.form.tab {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form.contentActive {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.form__item {
  width: 100%;
  position: relative;
  margin-bottom: 0.5625em;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.form__item.item-error input {
  border-color: #d01f25;
}
.form__item_login {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 2.3125em;
}
.form__item input {
  outline: none;
  font-size: 0.9375em;
  padding: 0.73333em 0.8em;
  height: 2.93333em;
  width: 100%;
  line-height: 1;
  display: block;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  background: #020202;
  border: 0.06667em solid #403c34;
  -moz-border-radius: 0.66667em;
  border-radius: 0.66667em;
  color: #9f9f9f;
  letter-spacing: -0.01em;
}
.form__item #tel_desk {
  width: 21.73333em;
}
.form__item .err {
  position: absolute;
  right: 0.3125em;
  top: -1.25em;
  color: #d01f25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
}
.form__item .err.visible {
  opacity: 1;
  visibility: visible;
}
.form__recapcha {
  margin: auto;
  margin-bottom: 1em;
  width: 100%;
  height: 100%;
}
.form__item--capcha {
  width: 80%;
}
.form .phone_code {
  position: relative;
  padding: 0.6875em 0.9375em;
  margin-right: 0.4375em;
  width: 4.25em;
  cursor: pointer;
  background: #020202;
  border: 0.0625em solid #403c34;
  -moz-border-radius: 0.625em;
  border-radius: 0.625em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.form .phone_code:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.9em;
  width: 0.6em;
  height: 0.6em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTMuMzMzIDIxMy4zMzMiPjxwYXRoIGZpbGw9IiNjZWNlY2UiIGQ9Ik0wIDUzLjMzM0wxMDYuNjY3IDE2MCAyMTMuMzMzIDUzLjMzM3oiLz48L3N2Zz4=)
    50%/100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.form .phone_code__flag {
  pointer-events: none;
  width: 1.25em;
  display: inline-block;
}
.form .phone_code select {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  border: none;
  padding: 0;
}
.form .button {
  position: relative;
  font-size: 1em;
  width: 100%;
  background: #020202;
  border: 0.0625em solid #3fd62b;
  -moz-border-radius: 0.625em;
  border-radius: 0.625em;
  height: 2.125em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.5625em;
  padding: 0;
}
.form .button span {
  font-size: 0.9375em;
  letter-spacing: -0.01em;
  color: #3fd62b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form .button:hover {
  background: #3fd62b;
}
.form .button:hover span {
  color: #fff;
}
.form .button.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.form .button .timer {
  position: absolute;
  top: 2.1875em;
  left: 0;
  display: none;
}
.form .button .timer span {
  color: #9f9f9f;
}
.form button[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.form button {
  font-size: 1em;
  width: 100%;
  background: #020202;
  border: 0.0625em solid #3fd62b;
  background: #3fd62b;
  -moz-border-radius: 0.625em;
  border-radius: 0.625em;
  height: 3.25em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.5625em;
  padding: 0;
}
.form button span {
  font-size: 1.0625em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.form button:hover {
  background: transparent;
}
.form button:hover span {
  color: #3fd62b;
}
.form .select {
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  font-size: 0.9375em;
  background: #020202;
  border: 0.06667em solid #403c34;
  -moz-border-radius: 0.66667em;
  border-radius: 0.66667em;
  letter-spacing: -0.01em;
  color: #9f9f9f;
  width: 100%;
}
.form .select .form__arrow {
  will-change: transform;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.7em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.form .select .form__arrow img {
  width: 100%;
  display: block;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.form .select .form__arrow.down {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form .select .select__current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0.6em 0 0.8em;
  height: 2.8em;
}
.form .select .select__current img,
.form .select .select__current svg {
  width: 1.5em;
  margin-right: 0.625em;
}
.form .select .select__current span {
  font-size: 1em;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.form .select .select__options {
  position: absolute;
  top: 3.4em;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #252525;
  border: 0.06667em solid #403c34;
  -moz-border-radius: 0.66667em;
  border-radius: 0.66667em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: -9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.form .select .select__options .option:last-child {
  margin-bottom: 0;
}
.form .select .select__options.open {
  opacity: 1;
  z-index: 2;
}
.form .select .option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.9em 0.4em 0.9em 0.9em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form .select .option span {
  font-size: 1em;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.form .select .option img,
.form .select .option svg {
  width: 1.5em;
  margin-right: 0.625em;
}
.form .select .option:hover {
  background: #403c34;
  -moz-border-radius: 0.46667em;
  border-radius: 0.46667em;
}
.form__agree {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #252525;
  -moz-border-radius: 0.625em;
  border-radius: 0.625em;
  padding: 0.5625em 0.9375em 0.5625em 0.8125em;
  margin-bottom: 1.5625em;
}
.form__agree span {
  font-size: 0.625em;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-align: left;
}
.form__agree_checkbox {
  width: 0.9375em;
  height: 0.9375em;
  background: #3fd62b;
  -moz-border-radius: 0.1875em;
  border-radius: 0.1875em;
  position: relative;
  cursor: pointer;
}
.form__agree_checkbox:after {
  content: "";
  width: 0.6875em;
  height: 100%;
  background: url(../img/checkmark.svg) 50%/100% no-repeat;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.item-error .form__agree_checkbox {
  border-color: red;
}
.form__agree_label {
  position: relative;
  display: inline-block;
}
.form__agree_label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.form__agree_label input:checked + .form__agree_checkbox:after {
  opacity: 1;
}
.form__agree .rules {
  color: #3fd62b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form__agree .rules:hover {
  text-decoration: underline;
}
.form__item_login {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.0625em;
}
.form__item_login span {
  letter-spacing: 0.01em;
  color: #fff;
  display: inline;
}
.form__item_login a {
  color: #3fd62b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form__item_login a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .form {
    padding: 0.6em 0 1em;
    font-size: 1.72em;
    font-size: 1.7em;
  }
  .form__item_login {
    font-size: 1.4em;
    padding-bottom: 1.8em;
  }
  .form__recapcha {
    margin-bottom: 1.5em;
  }
  .form__item {
    margin-bottom: 0.375em;
  }
  .form button {
    margin-bottom: 0.9em;
  }
  .form__agree {
    margin-bottom: 1.7em;
  }
  .form .phone_code {
    padding: 0.6em 0.7em;
  }
  .form .phone_code__flag {
    width: 1.15em;
  }
  .form .phone_code:after {
    font-size: 0.87em;
  }
}
.modal {
  margin-top: 21em;
  margin-left: 23em;
  text-transform: none;
  font-size: 16px;
  width: 31.25em;
  height: 43.1875em;
  background: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 3.125em 0.625em;
}
.modal,
.modal-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.modal-wrap {
  position: fixed;
  z-index: 110;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
}
.modal-wrap.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .modal-wrap.popup-socials {
    bottom: 0;
    top: unset;
  }
}
.modal.answer-modal {
  height: 25em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.socials-modal {
  height: 20.0625em;
  background: #fff;
  padding-top: 4.9375em;
  padding-bottom: 6.25em;
}
.modal.socials-modal .modal__title {
  margin-bottom: 0;
}
.modal.socials-modal .modal__title span {
  color: #000;
}
@media (max-width: 768px) {
  .modal.socials-modal {
    height: 18.7em;
    margin-bottom: 0;
    font-size: 2.2vw;
    padding: 2em 0 1em;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.modal .close {
  position: absolute;
  right: 2.125em;
  top: 2.5em;
  width: 1.0625em;
  z-index: 2;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.modal .warning {
  width: 3.75em;
  margin-bottom: 1.875em;
}
.modal__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.4;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}
.modal__content {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modal {
    font-size: 2.4vw;
  }
}
@media (min-aspect-ratio: 48/29) {
  .modal {
    font-size: 0.7vw;
  }
}
@media (min-aspect-ratio: 48/25) {
  .modal {
    font-size: 0.6vw;
  }
}
