/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

@-webkit-keyframes dropdown-display {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-0.6em);
    transform: scale(0.98) translateY(-0.6em);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes dropdown-display {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-0.6em);
    transform: scale(0.98) translateY(-0.6em);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes dropdown-display-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(0.6em);
    transform: scale(0.98) translateY(0.6em);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes dropdown-display-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(0.6em);
    transform: scale(0.98) translateY(0.6em);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes loadingSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ss-valueIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ss-valueIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes ss-valueOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes ss-valueOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes bounce {

  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {

  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

:root {
  --body-font-size: 16px;
  --body-font: 'Istok', system-ui, -apple-system, Segoe UI, Roboto, Noto Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  --body-font-alt: Georgia, Times, Times New Roman, serif;
  --body-line-height: 161%;
  --body-color: #0b0334;
  --body-background: #fff;
  --table-header-font-weight: 700;
  --table-cell-padding: 5px 10px;
  --heading-font-weight: 700;
  --heading-line-height: 1.2;
  --heading-margin: 0 0 1em;
  --paragraph-margin: 0 0 1em;
  --list-margin: 1em 0;
  --h1: 28px;
  --h2: 24px;
  --h3: 20px;
  --h4: 18px;
  --h5: 16px;
  --bold-font-weight: 700;
  --text-small: 14px;
  --main: var(--body-color);
  --red: #4d4d4d;
  --link-color: #203735;
  --link-color-hover: #37605c;
  --swiper-theme-color: var(--main);
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}
@font-face {
  font-family: Roboto;
  src: url(../jkdfskcxv_fonts/jkdfskcxv_roboto-light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(../jkdfskcxv_fonts/jkdfskcxv_roboto-regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../jkdfskcxv_fonts/jkdfskcxv_roboto-medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../jkdfskcxv_fonts/jkdfskcxv_roboto-bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../jkdfskcxv_fonts/jkdfskcxv_roboto-black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

aside,
details,
footer,
header,
main,
nav,
section {
  display: block;
}

hr,
img {
  border: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  display: block;
  height: 1px;
  margin: 30px 0;
  background: #dedede;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button,
input,
optgroup {
  font-size: 100%;
  line-height: 1.15;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

fieldset {
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

[type='checkbox'],
[type='radio'],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: var(--body-color);
  background: #FEFEFE;
  background-size: cover;
}

svg {
  max-height: 100%;
}

select:not([multiple]) {
  vertical-align: middle;
}

table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

td,
th {
  line-height: inherit;
  padding: var(--table-cell-padding);
}

th {
  font-weight: var(--table-header-font-weight);
  text-align: left;
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

td {
  vertical-align: top;
}

a {
  text-decoration: underline;
  color: var(--link-color);
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  margin: var(--heading-margin);
  font-family: Roboto;
}

p {
  margin: var(--paragraph-margin);
  font-family: Roboto;
}

p:last-child {
  margin-bottom: 0;
}

dl,
ol,
ul {
  margin: var(--list-margin);
}

ol {
  list-style: decimal;
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

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

.hidden-box {
  display: none;
  visibility: hidden;
}

iframe {
  border: 0;
  outline: 0;
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

blockquote {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 189%;
  position: relative;
  max-width: 830px;
  margin: 42px 0;
  padding-left: 27px;
  color: #000;
}

@media screen and (min-width: 681px) {
  blockquote {
    margin: 28px 0;
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    margin: 48px 0;
  }
}

blockquote:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 3px;
  background: #000;
}

.icon-figure-3 {
  background: url(../images/sprite.svg?v1697124313362) 0 0 no-repeat;
  width: 226px;
  height: 278px;
  display: inline-block;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
select {
  height: auto;
}

/*
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
  color: #141414;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  height: 34px;
  padding: 10px 15px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.30);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.30);
}*/

input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='text']::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='text']::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='text']:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='text']::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder,
select::placeholder,
textarea::placeholder {
  font-weight: 400;
  color: #BDBDBD;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
  border-color: #b1b1b1;
}

input[type='email'].error,
input[type='number'].error,
input[type='password'].error,
input[type='search'].error,
input[type='tel'].error,
input[type='text'].error,
select.error,
textarea.error {
  color: var(--red);
  border-color: var(--red);
}

input[type='email'].disabled,
input[type='email'][disabled],
input[type='email'][readonly],
input[type='number'].disabled,
input[type='number'][disabled],
input[type='number'][readonly],
input[type='password'].disabled,
input[type='password'][disabled],
input[type='password'][readonly],
input[type='search'].disabled,
input[type='search'][disabled],
input[type='search'][readonly],
input[type='tel'].disabled,
input[type='tel'][disabled],
input[type='tel'][readonly],
input[type='text'].disabled,
input[type='text'][disabled],
input[type='text'][readonly],
select.disabled,
select[disabled],
select[readonly],
textarea.disabled,
textarea[disabled],
textarea[readonly] {
  cursor: default;
  color: #939393;
  border-color: #bcbcbc;
  background-color: #f9f9f9;
}

select {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  overflow: auto;
  height: auto;
}

.error-message {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 5px;
  color: var(--red);
}

.checkbox-style,
label.checkbox-style {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-style>span,
label.checkbox-style>span {
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 28px;
  vertical-align: top;
  color: #a7a8b1;
}

.checkbox-style>span:before,
label.checkbox-style>span:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
}

.checkbox-style>span:after,
label.checkbox-style>span:after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  border-radius: 5px;
  background-image: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_checkbox.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox-style input[type='checkbox'],
.radio-style input[type='radio'],
label.checkbox-style input[type='checkbox'],
label.radio-style input[type='radio'] {
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 1px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.checkbox-style input[type='checkbox']:checked~span:after,
label.checkbox-style input[type='checkbox']:checked~span:after {
  opacity: 1;
}

.checkbox-style input[type='checkbox'].disabled~span:after,
.checkbox-style input[type='checkbox'][disabled]~span:after,
label.checkbox-style input[type='checkbox'].disabled~span:after,
label.checkbox-style input[type='checkbox'][disabled]~span:after {
  background: #e3e3e3;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.checkbox-wrap__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000;
}

.radio-style>span,
label.radio-style>span {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  padding: 0 10px;
}

.radio-style>span span,
label.radio-style>span span {
  color: #ff8300;
  position: relative;
  z-index: 3;
}

.radio-style>span:after,
.radio-style>span:before,
label.radio-style>span:after,
label.radio-style>span:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  border: 0;
  cursor: pointer;
  height: 34px;
  padding: 10px 15px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.radio-style input[type='radio']:checked~span:after,
label.radio-style input[type='radio']:checked~span:after {
  opacity: 1;
  border-radius: 20px;
  background: #ff8300;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.radio-style input[type='radio']:checked~span span,
label.radio-style input[type='radio']:checked~span span {
  color: #fff;
}

.radio {
  width: 100%;
  height: 34px;
  position: relative;
}

.radio--questions {
  width: auto;
  height: 24px;
}

.radio--questions:not(:last-child) {
  margin-bottom: 10px;
}

.radio--questions .radio-style>span,
.radio--questions label.radio-style>span {
  position: relative;
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  padding: 0 10px;
}



@media screen and (min-width: 1200px) {

  .radio--questions .radio-style>span,
  .radio--questions label.radio-style>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.radio--questions .radio-style>span,
.radio--questions label.radio-style>span {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #191919;
}

.radio--questions .radio-style>span span,
.radio--questions label.radio-style>span span {
  color: #000;
  position: relative;
  background: unset;
  -webkit-text-fill-color: unset;
  z-index: 3;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.radio--questions .radio-style>span:after,
.radio--questions .radio-style>span:before,
.radio--questions label.radio-style>span:after,
.radio--questions label.radio-style>span:before {
  padding: 0;
}

.form__row {
  position: relative;
}

.form__row:not(:last-child) {
  margin-bottom: 18px;
}

.form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__row:first-child {
  margin-top: 0;
}

.form__input.active .form__error,
.form__row.active .form__error {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.form__row.active .form__input input {
  background: #ffeaea;
}

.form__input.active input::-webkit-input-placeholder,
.form__row.active .form__input input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.form__input.active input::-moz-placeholder,
.form__row.active .form__input input::-moz-placeholder {
  color: #BDBDBD;
}

.form__input.active input:-ms-input-placeholder,
.form__row.active .form__input input:-ms-input-placeholder {
  color: #BDBDBD;
}

.form__input.active input::-ms-input-placeholder,
.form__row.active .form__input input::-ms-input-placeholder {
  color: #BDBDBD;
}

.form__input.active input::-webkit-input-placeholder, .form__row.active .form__input input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.form__input.active input::-moz-placeholder, .form__row.active .form__input input::-moz-placeholder {
  color: #BDBDBD;
}

.form__input.active input:-ms-input-placeholder, .form__row.active .form__input input:-ms-input-placeholder {
  color: #BDBDBD;
}

.form__input.active input::-ms-input-placeholder, .form__row.active .form__input input::-ms-input-placeholder {
  color: #BDBDBD;
}

.form__input.active input::placeholder,
.form__row.active .form__input input::placeholder {
  color: #BDBDBD;
}

.form__row.active .radio-style>span:after,
.form__row.active .radio-style>span:before,
.form__row.active label.radio-style>span:after,
.form__row.active label.radio-style>span:before {
  opacity: 1;
  background: #ffefef;
  color: #ff2e37;
}

.form__row.active .radio-style>span span,
.form__row.active label.radio-style>span span {
  color: #ff2e37;
  background: unset;
  -webkit-text-fill-color: unset;
}

.form__row input[type='email'],
.form__row input[type='number'],
.form__row input[type='password'],
.form__row input[type='search'],
.form__row input[type='tel'],
.form__row input[type='text'],
.form__row select,
.form__row textarea {
  width: 100%;
  vertical-align: top;
}

.form__row>label:not(.checkbox-style) {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  cursor: pointer;
  color: #a7a8b1;
}

.form__row>label:not(.checkbox-style)>span {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.form__row>label:not(.checkbox-style) .error-message {
  margin-top: 0;
  margin-left: 10px;
}

.form__row>label:not(.checkbox-style) .error-message+span {
  color: var(--red);
}

.form__input {
  position: relative;
  z-index: 1;
  width: 100%;
}

.form__input input {
  width: 100%;
}

.form__input.active input {
  background: #ffeaea;
}

.form__input--triple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1200px) {
  .form__input--triple {
    gap: 20px;
  }
}

@media screen and (min-width: 681px) {
  .form__input--triple input:last-child {
    min-width: 274px;
  }
}

.form__name {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #141414;
  text-align: center;
  margin-bottom: 10px;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1200px) {
  .form__group {
    gap: 20px;
  }
}

.form__hint {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  position: relative;
  z-index: 2;
  margin: 5px 0 0;
  color: #444;
}

.form__error {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #4d4d4d;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}

.form__text {
  color: #141414;
  text-align: center;
}

.form__text,
.form__text .btn-text--light {
  font-weight: 400;
}

.form__about,
.form__text,
.form__title {
  font-size: 12px;
  line-height: 120%;
}

.form__about {
  color: #C1C1C1;
  font-family: Roboto;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  text-align: right;
}

.form__title {
  color: #010101;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .form__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.form__wrap:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .form__wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}

.form-password {
  position: relative;
}

.form-password input[type='password'],
.form-password input[type='text'] {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.form-password__button,
.form-password__button:after {
  position: absolute;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-password__button {
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.3;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
}

.b-btn,
.form-password__button i {
  position: relative;
  vertical-align: middle;
}

.form-password__button i {
  z-index: 1;
}

.form-password__button:after {
  content: '';
  top: 24px;
  left: 9px;
  display: block;
  width: 24px;
  height: 1px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  border-top: 1px solid #fff;
  background: #000;
}

@media screen and (min-width: 1200px) {
  .form-password__button:hover {
    opacity: 1;
  }
}

.form-password__button.active {
  opacity: 1;
}

.form-password__button.active:after {
  opacity: 0;
}

.b-btn {
  line-height: 1.25;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  gap: 10px;
}

.b-btn.focus,
.b-btn:focus-within,
.b-btn:hover {
  outline: 0;
}

.b-btn.disabled,
.b-btn:disabled {
  cursor: default;
  opacity: 0.45;
  background: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.b-btn>svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.b-btn--big {
  font-size: 18px;
  min-height: 59px;
  padding: 4px 30px;
}

.b-btn--small {
  font-size: 15px;
  min-height: 39px;
  padding: 4px 16px;
}

.b-btn--primary,
.b-btn--primary span {
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}

.b-btn--primary {
  border-radius: 100px;
  background: #304FFE;
  font-family: Roboto;
  font-weight: 700;
  width: 300px;
  font-size: 20px;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1200px) {
  .b-btn--primary {
    font-size: 14px;
    line-height: 120%;
  }
}

.b-btn--primary span {
  font-size: 14px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1200px) {
  .b-btn--primary span {
    font-size: 20px;
    line-height: 120%;
  }
}

#forms_form button[type='submit'].valid {
  border-radius: 100px;
  background: #304FFE;
  border: 1px solid #304FFE;
  color: #fff;
}
#forms_form button[type='submit'].valid:hover{
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

#forms_form button[type='submit']:disabled {
  border-radius: 100px;
  border: 1px solid #B0C3CB;
  background: transparent;
  color: #B0C3CB;
  text-align: center;
  cursor: not-allowed;
}

.buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.b-btn--secondary,
.b-btn--secondary span {
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.b-btn--secondary {
  border: 0;
  color: #005EB4;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #005EB4;
  background: #FFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.b-btn--secondary:hover {
  background: #005EB4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.b-btn--secondary span {
  font-size: 14px;
  color: #fff;
  display: block;
}

.primary_3 {
  width: 250px;
  display: block;
  padding: 12px;
  border: 1px solid #304FFE;
  border-radius: 100px;
  background: #304FFE;
  color: #FAFAFA;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.primary_3:hover {
  border-radius: 100px;
  border: 1px solid #000 !important;
  background: #000 !important;
}

@media screen and (min-width: 1200px) {
  .b-btn--secondary span {
    font-size: 20px;
    line-height: 120%;
  }
}

.b-btn--loading:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-left: -15px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  -webkit-animation: loadingSpin 1s infinite linear;
  animation: loadingSpin 1s infinite linear;
  vertical-align: middle;
  border-radius: 50%;
}

.b-btn--loading.outline:before {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
}

.b-btn--loading.outline:hover:before,
.b-btn--loading:before {
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
}

.b-btn--full-size {
  display: block;
  width: 100%;
}

.b-btn--full-size+.full-size {
  margin-right: 5px;
}

.b-btn-grouping {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-btn-grouping .b-btn {
  margin-right: 0;
  border-radius: 0;
}

.b-btn-grouping .b-btn:first-child {
  border-radius: 6pc 0 0 6pc;
}

.b-btn-grouping .b-btn:last-child {
  border-radius: 0 6pc 6pc 0;
}

.b-btn-grouping .b-btn.outline {
  z-index: 1;
  margin-left: -1px;
}

.b-btn-grouping .b-btn.outline:hover {
  z-index: 2;
}

.b-btn-grouping .b-btn.outline.active {
  z-index: 3;
}

.b-btn-grouping .b-btn.outline:first-child {
  margin-left: 0;
}

a.b-btn.disabled,
fieldset[disabled] a.b-btn {
  pointer-events: none;
}

input[type='button'].full-size,
input[type='reset'].full-size,
input[type='submit'].full-size {
  width: 100%;
}

:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #fff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #4d4d4d;
  --ss-success-color: #00b755;
  --ss-error-color: #4d4d4d;
  --ss-focus-color: #5897fb;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}

.ss-hide {
  display: none !important;
}

.ss-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color var(--ss-animation-timing);
  -o-transition: background-color var(--ss-animation-timing);
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-content .ss-search input:focus,
.ss-main:focus {
  -webkit-box-shadow: 0 0 5px var(--ss-focus-color);
  box-shadow: 0 0 5px var(--ss-focus-color);
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#phone-hint {
  padding-top: 10px;
}

.ss-main .ss-values .ss-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  line-height: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.primary_step {
  height: auto;
  gap: 0;
}

.ss-main .ss-values .ss-max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0 auto var(--ss-spacing-s);
}

.ss-main .ss-values .ss-value,
.ss-main .ss-values .ss-value.ss-value-out {
  -webkit-animation-duration: var(--ss-animation-timing);
  animation-duration: var(--ss-animation-timing);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  -webkit-animation-name: ss-valueIn;
  animation-name: ss-valueIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  -webkit-animation-name: ss-valueOut;
  animation-name: ss-valueOut;
}

.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete,
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-deselect svg path,
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  stroke: var(--ss-font-color);
  stroke-width: 20;
}

.ss-main .ss-arrow,
.ss-main .ss-deselect {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path,
.ss-main .ss-arrow path {
  fill: none;
  stroke: FF8300;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: var(--ss-animation-timing);
  -o-transition: var(--ss-animation-timing);
  transition: var(--ss-animation-timing);
}

.ss-content {
  max-height: var(--ss-content-height);
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-open-above {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open-below {
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content .ss-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-search input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ss-content .ss-search input::-webkit-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input::-moz-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:-ms-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input::-ms-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search .ss-addable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  color: var(--ss-font-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #83383a;
  border: 1px solid transparent;
  border-radius: 10px;
}

.ss-content .ss-list .ss-option:hover {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}

.popup__message {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
}

.popup-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign__input {
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.modal,
.modal-content {
  width: 100%;
  padding: 10px;
}

.modal {
  position: fixed;
  z-index: 8888;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow-y: auto;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content {
  border-radius: 10px;
  margin: auto;
  max-width: 608px;
  height: 417px;
  position: relative;
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(2, 36, 207, 0.25);
          box-shadow: 0 2px 10px 0 rgba(2, 36, 207, 0.25);
}

@media screen and (min-width: 1200px) {
  .modal-content {
    height: auto;
    padding: 20px;
  }
}

.modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-close {
  background: 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0;
}

.modal__title {
  font-family: Roboto;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.modal__title_bold {
  color: #0F0F0F;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.modal__text_center {
  text-align: center;
  font-size: 500px;
}

.modal__wrap {
  max-height: 339px;
  overflow-y: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .modal__wrap {
    max-height: 417px;
  }
}

.modal__wrap::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

.modal__wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.modal__wrap::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.modal__group:not(:last-child) {
  margin-bottom: 15px;
}

.modal__buttons button,
.modal__name,
.modal__text {
  font-weight: 400;
}

.modal__name {
  margin-bottom: 10px;
  font-size: 16px;
  color: #0e0e0e;
}

.modal__buttons button,
.modal__text {
  font-size: 14px;
  line-height: 120%;
  font-family: Roboto;
  color: #000;
}

.modal--contacts .modal__wrap {
  overflow-y: unset;
  max-height: unset;
}

.modal--contacts .modal-content {
  height: unset;
}

.modal--hier .modal__title {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .modal--hier .modal__title {
    margin-bottom: 30px;
  }
}

.modal--achtung .modal-content {
  background-image: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.modal--achtung .modal__title {
  text-align: center;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  background: -o-linear-gradient(bottom, #83383a 0, #83383a 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #83383a), to(#83383a));
  background: linear-gradient(0deg, #83383a 0, #83383a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1200px) {
  .modal--achtung .modal__title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.modal--achtung .modal__text,
.tab-btn span {
  background: -o-linear-gradient(bottom, #83383a 0, #83383a 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #83383a), to(#83383a));
  background: linear-gradient(0deg, #83383a 0, #83383a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal--achtung .modal__text {
  text-align: center;
  padding: 0 20px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1200px) {
  .modal--achtung .modal__text {
    margin-bottom: 25px;
  }
}

.modal--achtung .modal__text--unset {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__buttons button {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-weight: 700;
  text-align: center;
}

.modal__text--head {
  border-bottom: 1px solid #b1b1b1;
  padding: 10px 0;
  margin-bottom: 15px;
}

.modal__subtext {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #b1b1b1;
  margin-top: 10px;
}

.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .tab-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
}

.tab-btn,
.tab-btn.active {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.tab-btn {
  cursor: pointer;
  text-align: center;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 15px 10px;
  background: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.tab-btn span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

.tab-btn.active {
  background: #b8e6c4;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.modal--tabs .modal-content {
  height: 626px;
}

@media screen and (min-width: 1200px) {
  .modal--tabs .modal-content {
    height: 517px;
  }
}

.modal--tabs .modal__wrap {
  max-height: 262px;
}

.page-wrapper {
  overflow: hidden;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1148px;
  max-width: 100%;
  margin: auto;
  padding: 0 12px;
}

.list-reset {
  padding: 0;
  list-style: none;
  margin: 0;
}

.scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.hero {
  background: #ffbbce;
  padding: 5px 0;
}

@media screen and (min-width: 1200px) {
  .hero {
    padding: 5px 0;
  }
}

.hero__wrapper {
  position: relative;
}

.hero__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 148px;
}

@media screen and (min-width: 1200px) {
  .hero__img {
    width: 345px;
  }
}

.hero__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fe0000;
  margin-bottom: 10px;
  max-width: 172px;
}

@media screen and (min-width: 1200px) {
  .hero__text {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 15px;
    max-width: unset;
  }
}

.hero__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  background: -o-linear-gradient(top, #fff 52.88%, #999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.88%, #fff), to(#999));
  background: linear-gradient(180deg, #fff 52.88%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .hero__title {
    font-weight: 800;
    font-size: 110px;
    line-height: 120%;
  }
}

.date__text {
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.29);
  display: inline-block;
  border: 1px solid #fe0000;
  border-radius: 10px;
  padding: 5px 10px;
}

@media screen and (min-width: 1200px) {
  .date__text {
    font-size: 16px;
  }
}

.date__img {
  border: 1px solid #ff6e00;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.29);
}

.main {
  padding: 30px 0;
}


.main_4{
  padding: 40px 0;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_quiz-background.webp") no-repeat center;
  background-size: cover;
}
.main_thanks{
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_quiz-background.webp") no-repeat center;
  background-size: cover;
}
.main__bonus{
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_bonus-background.webp") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .main {
    padding: 40px 0;
  }
}

.main__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

@media screen and (min-width: 1200px) {
  .main__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 1200px) {
  .main__left {
    display: block;
  }
}

.main__img {
  width: 178px;
}

@media screen and (min-width: 1200px) {
  .main__img {
    width: 608px;
  }
}

.alert__icon svg,
.main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.alert__icon svg {
  max-width: 50px;
}

.ball {
  max-width: 155px;
}

.ball__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  background: -o-linear-gradient(bottom, #83383a 0, #83383a 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #83383a), to(#83383a));
  background: linear-gradient(0deg, #83383a 0, #83383a 100%);
  background-clip: text;
  margin-bottom: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1200px) {
  .ball__text {
    font-size: 14px;
    line-height: 120%;
  }
}

.ball__img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

@media screen and (min-width: 1200px) {
  .ball__img {
    width: 81px;
    height: 81px;
  }
}

.form-wrapper {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.form-wrapper__title {
  color: #ff8300;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .form-wrapper__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}

.form__valid {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
}

.btn-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #ff8300;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.form--two .b-btn--primary,
.ss-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ss-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: auto;
  max-height: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity var(--ss-animation-timing),
    -webkit-transform var(--ss-animation-timing);
  transition: opacity var(--ss-animation-timing),
    -webkit-transform var(--ss-animation-timing);
  -o-transition: transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing);
  transition: transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing);
  transition: transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing),
    -webkit-transform var(--ss-animation-timing);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
  border-radius: 20px;
  background: #fff;
  padding: 8px;
  border: 1px solid #b1b1b1;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background: #b8e6c4;
  color: #83383a;
}

.ss-content .ss-list .ss-option:hover {
  background: #b8e6c4;
  color: #83383a;
}

.ss-main .ss-arrow path {
  stroke: #ff8300;
}

.ss-main,
.ss-main.ss-open-below {
  border-radius: 5px;
}

.ss-main.ss-open-below .ss-placeholder {
  color: var(--white-color);
}

.ss-main {
  border: 0;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  height: 34px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.ss-content .ss-search input:focus,
.ss-main:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.ss-main.ss-open-above {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.ss-main.ss-open-above .ss-arrow path {
  fill: #83383a;
}

.ss-main .ss-arrow {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 18px;
  height: 17px;
}

.ss-content.ss-open-above {
  margin-bottom: 10px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.ss-content.ss-open-below {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.ss-main .ss-values {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #8a8a8a;
}

.ss-content .ss-list .ss-option:not(:last-child) {
  margin-bottom: 10px;
}

.questions {
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 15px 0 rgba(129, 129, 129, 0.50);
          box-shadow: 0 2px 15px 0 rgba(129, 129, 129, 0.50);
  padding: 24px;
}

.security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


@media screen and (min-width: 1200px) {
  .security {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.questions__title,
.security__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}

.security__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  background: #010101;
  -webkit-box-shadow: 0 2px 15px 0 rgba(204, 204, 204, 0.50);
          box-shadow: 0 2px 15px 0 rgba(204, 204, 204, 0.50);
  padding: 12px 16px;
  gap: 5px;
  width: 270px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.4px */
  /* 14.4px */
}

.security__item_5{
  border-radius: 15px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_sent-background.webp") lightgray 50% / cover no-repeat;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #010101;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.4px */
}


.security__item::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_lock-icon.webp') no-repeat center center;
}
.security__item_5::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_lock-icon-black.webp') no-repeat center center;
}
.questions__title {
  color: #304FFE;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}

.questions__title_1 {
  color: #010101;
  text-align: center;
  font-family: Roboto;
  font-size: 20px !important;
  margin-bottom: 40px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  max-width: 100%;
  margin: 0 auto;
}

.questions__title_4 {
  margin-bottom: 0;
  text-align: left;
}


.security__item_emil {
  margin: 0 auto;
  margin-bottom: 40px;
}

.security__item_phone {
  margin: 0 auto;
  margin-bottom: 40px;
}

.security__item_emil::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_email.webp) no-repeat center center;
}

.security__item_phone::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_phone.webp) no-repeat center center;
}


@media screen and (min-width: 1200px) {
  .questions__title {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 120%;
  }

  .questions__title_4 {
    margin-bottom: 0;
  }
}

.questions__title span {
  color: #012FF6;
}

@media screen and (min-width: 1200px) {
  .form--questions .b-btn--primary {
    display: block;
    margin-top: 0px;
    width: 257px;
    margin: 0 auto;
  }
}

.form--questions .b-btn--primary {
  display: block;
  margin-top: 0px;
  width: 257px;
  margin: 0 auto;
}

.highlight_title {
  margin-bottom: 40px !important;
  color: #012FF6;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.highlight-text{
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 792px;
}

.highlight-head{
  color: #1A1A1A;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.highlight_subtitle {
  margin-bottom: 40px;
  color: #00095A;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 21.6px */
}
.highlight__items {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 40px;
}
.highlight__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 235px;
  width: 100%;
}
.highlight__item:nth-child(1)::before{
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_bonus-icon-1.webp") no-repeat center;
}
.highlight__item:nth-child(2)::before{
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_bonus-icon-2.webp") no-repeat center;
}
.highlight__item:nth-child(3)::before{
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_bonus-icon-3.webp") no-repeat center;
}
.highlight__head {
  color: #1A1A1A;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  margin-bottom: 8px;
}
.highlight__info {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.highlight-info{
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.highlight_green{
  color: #0B7B3A !important;
  font-weight: 700;
}
.button__modal{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding: 12px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #304FFE;
  background: #FFF;
  cursor: pointer;
  color: #304FFE;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button__modal:hover{
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #000;
  color: #fff;
}
.highlight__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  max-width: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 240, 255, 0.00)), color-stop(33.17%, #00F0FF), color-stop(65.87%, #00F0FF), to(rgba(0, 240, 255, 0.00)));
  background: -o-linear-gradient(left, rgba(0, 240, 255, 0.00) 0%, #00F0FF 33.17%, #00F0FF 65.87%, rgba(0, 240, 255, 0.00) 100%);
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.00) 0%, #00F0FF 33.17%, #00F0FF 65.87%, rgba(0, 240, 255, 0.00) 100%);
  margin-bottom: 24px;
}

.highlight__header{
  color: #012FF6;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 120%;
}

.highlight__sub{
  color: #012FF6;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.info__mb{
  margin-bottom: 40px;
}

.highlight_head{
  color: #00095A;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 21.6px */
  margin-bottom: 10px;
}

.highlight_bonus{
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  max-width: 594px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 100px;
  background: -o-linear-gradient(left, rgba(8, 25, 179, 0.00) 0%, #0819B3 30%, #0819B3 70%, rgba(8, 25, 179, 0.00) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 25, 179, 0.00)), color-stop(30%, #0819B3), color-stop(70%, #0819B3), to(rgba(8, 25, 179, 0.00)));
  background: linear-gradient(90deg, rgba(8, 25, 179, 0.00) 0%, #0819B3 30%, #0819B3 70%, rgba(8, 25, 179, 0.00) 100%);
  margin-bottom: 10px;
}

.highlight-red {
  background: -o-linear-gradient(top, #FA1B1C 0%, #FF0001 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FA1B1C), to(#FF0001));
  background: linear-gradient(180deg, #FA1B1C 0%, #FF0001 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}

.highlight-special {
  margin-bottom: 40px !important;
  color: #00095A;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 19.2px */
}

.highlight_red{
  color: #FF1900 !important;
}

.highlight-specials{
  color: #00095A;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 40px !important;;
}

.bmr_team {
  max-width: 821px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  background: -o-radial-gradient(100% 100.1%,
      100.1% 50%,
      #135afc 0%,
      #011c57 100%);
  background: radial-gradient(100.1% 50% at 100% 100.1%,
      #135afc 0%,
      #011c57 100%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}

.bmr_team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.bmr_team__images {
  max-width: 380px;
  width: 100%;
}

.bmr_team__logo {
  margin-bottom: 20px;
}

.bmr_team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
  width: 100%;
}

.bmr_team__header {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  text-transform: none;
}

.submitQuiz__btn{
  padding: 12px;
  height: auto;
  font-size: 20px;
  width: 250px !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.submitQuiz__btn:hover{
  color: #fff;
  background-color: #000DF1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bmr_team__info {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  margin-bottom: 20px;
}

.questions__title_5 {
  color: #010101;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.bmr_team__bonus {
  color: #ffe600;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.active__title {
  display: none !important;
}

.alert {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .alert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.alert__icon {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 1200px) {
  .alert__icon {
    width: 50px;
    height: 50px;
  }
}

.alert__title {
  color: #010101;
  text-shadow: 0 2px 15px rgba(129, 129, 129, 0.50);
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
    margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .alert__title {
    text-align: left;
  }
}

.alert__about {
  color: #010101;
  text-shadow: 0 2px 15px rgba(129, 129, 129, 0.50);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .alert__about {
    text-align: left;
  }
}

.alert__wrap {
  color: #000;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 12px */
}

@media screen and (min-width: 1200px) {
  .alert__wrap {
    text-align: left;
  }
}

.bmr-team-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.alert__txt {
  color: #0055E9;
  text-shadow: 0 2px 15px rgba(129, 129, 129, 0.50);
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 12px */
  margin-bottom: 10px;
}
.excluded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
.excluded__title {
  color: #1A1A1A;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.excluded__subtitle {
  color: #1A1A1A;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 40px;
}
.excluded__logo {
  width: 200px;
  height: 200px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_sad-icon.webp") no-repeat center;
  margin-bottom: 40px;
}
.excluded__link {
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.excluded__link:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .alert__txt {
    display: inline;
    text-align: left;
    margin-bottom: 0;
  }
}

.footer {
  background: #000;
  padding: 20px 0;
  margin-bottom: 54px;
}

@media screen and (min-width: 1200px) {
  .footer {
    padding: 20px 0;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 1236px;
  margin: 0 auto;
}

.footer__text {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.footer__buttons button,
.footer__text button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 0px;
}


.accordion {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.accordion__item {
  margin-bottom: 24px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 15px 0 rgba(204, 204, 204, 0.50);
          box-shadow: 0 2px 15px 0 rgba(204, 204, 204, 0.50);
  padding: 16px;
}

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

.faq__arrow {
  position: absolute;
  right: 0;
  top: -22%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  background-image: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_faq-arrow-bottom.webp);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accordion__arrow_rotated {
  background-image: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_faq-arrow-top.webp);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accordion__header {
  position: relative;
  color: #010101;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.accordion__header::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion__text {
  max-width: 100%;
  margin-bottom: 0px;
}


.accordion__content {
  border-top: 1px solid #FFF;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.accordion__item_show{
  border-radius: 16px;
  background: #304FFE;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.accordion__item_show .accordion__header{
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .footer__buttons {
    gap: 50px;
  }
}

.footer__buttons button {
  text-align: center;
}

.section {
  margin: 42px 0;
}

@media screen and (min-width: 681px) {
  .section {
    margin: 62px 0;
  }
}

@media screen and (min-width: 1200px) {
  .section {
    margin: 105px 0;
  }
}

.section__title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 134.7%;
  letter-spacing: 0.1em;
  color: #466562;
  margin-bottom: 45px;
}

@media screen and (min-width: 681px) {
  .section__title {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 1200px) {
  .section__title {
    margin-bottom: 74px;
  }
}

.page-wrapper__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page-wrapper__bold {
  color: #0f0f0f;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.buttons-container {
  margin-bottom: 40px;
}

.b-btn--primary:disabled {
  border-radius: 20px;
  background: #ffd1a1;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff !important;
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.b-btn--primary:not(:disabled):hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  color: #fff !important;
  border: 1px solid #005EB4;
  background: #005EB4;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

input[type='date'] {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  color: #83383a;
  border: 0;
  border-radius: 5px;
  outline: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: #cccccc;
}

input[type='date']::-webkit-input-placeholder {
  font-weight: 700;
  color: #BDBDBD;
}

input[type='date']::-moz-placeholder {
  font-weight: 700;
  color: #BDBDBD;
}

input[type='date']:-ms-input-placeholder {
  font-weight: 700;
  color: #BDBDBD;
}

input[type='date']::-ms-input-placeholder {
  font-weight: 700;
  color: #BDBDBD;
}

input[type='date']::placeholder {
  font-weight: 700;
  color: #BDBDBD;
}

input[type='date']:focus {
  border-color: #BDBDBD;
}

input[type='date'].error {
  color: var(--red);
  border-color: var(--red);
}

.bmr-team-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.bmr-team-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.relative-container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .relative-container {
    max-width: 900px;
    /* шире на ПК */
  }
}

.ticket-background {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.jumping-ball-wrapper {
  position: absolute;
  top: 5%;
  left: 70%;
  width: 81px;
  height: 81px;
  -webkit-animation: bounce 1.6s infinite;
  animation: bounce 1.6s infinite;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .jumping-ball-wrapper {
    width: 110px;
    height: 110px;
    top: 5%;
    left: 70%;
  }
}

.ball-image {
  width: 100%;
  height: auto;
  display: block;
}

.ball-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  pointer-events: none;
  width: 75%;
}

@media screen and (min-width: 1024px) {
  .ball-text {
    font-size: 14px;
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

.hero__title2 {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  background: -o-linear-gradient(top, #fff 52.88%, #999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.88%, #fff), to(#999));
  background: linear-gradient(180deg, #fff 52.88%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .hero__title2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
  }
}

.date__text {
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.29);
  display: inline-block;
  border: 1px solid #fe0000;
  border-radius: 10px;
  padding: 5px 10px;
}

@media screen and (min-width: 1200px) {
  .date__text {
    font-size: 16px;
  }
}

.hero__title3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  background: -o-linear-gradient(top, #fff 52.88%, #999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.88%, #fff), to(#999));
  background: linear-gradient(180deg, #fff 52.88%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .hero__title3 {
    font-weight: 800;
    font-size: 100px;
    line-height: 120%;
  }
}

.date__text {
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.29);
  display: inline-block;
  border: 1px solid #fe0000;
  border-radius: 10px;
  padding: 5px 10px;
}

@media screen and (min-width: 1200px) {
  .date__text {
    font-size: 16px;
  }
}

.main {
  position: relative;
  overflow: hidden;
}

.main::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .main::before {}


}

@media (max-width: 991px) {
  .bmr_team {
    max-width: 500px;
  }

  .bmr_team__logo {
    margin-bottom: 10px;
  }

  .bmr_team__logo {
    max-width: 110px;
  }

  .bmr_team__images {
    max-width: 195px;
  }

  .bmr_team__content {
    max-width: 350px;
  }

  .bmr_team__header {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .bmr_team__info {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .bmr_team__bonus {
    font-size: 19px;
  }
}

.main>.container {
  position: relative;
  z-index: 1;
}

.google_or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: bold;
  margin: 14px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #141414;
  position: relative;
}

.google_or::before,
.google_or::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60%;
  height: 1px;
  background-color: #141414;
}

.google_or::before {
  left: 24px;
}

.google_or::after {
  right: 24px;
}

.google__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 39px;
  padding: 10px 15px;
  border-radius: 20px;
  background: #ff8300;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  gap: 10px;
}

.google__btn:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  cursor: pointer;
}

.google__btn a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.google__btn img {
  height: 20px;
  width: 20px;
}

.main {
  position: relative;
  overflow: hidden;
}

.main::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .main::before {}
}

.main>.container {
  position: relative;
  z-index: 1;
}

.hidden {
  display: none !important;
}

.b-btn--primary[style*='display: none'] {
  visibility: hidden;
  /* невидима и не занимает место */
}

/* --- spacing & mobile Safari fix --- */
.b-btn--primary+.alert {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .b-btn--primary+.alert {
    margin-top: 6rem;
  }
}

.form__input input {
  /* отменяем авто-zoom */
  font-size: 12px;
}

/* === PRELOADER === */
.preloader {
  position: fixed;
  inset: 0;
  background: #000;
  /* full black */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Play, sans-serif;
  color: #fff;
  z-index: 10000;
  /* поверх всего */
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

/* Внутренний контейнер для центрирования всех элементов */
.preloader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
  /* вертикальный шаг между элементами */
}

.preloader__wrapper{
  padding: 40px;
  border-radius: 0px;
}
.preloader__none{
  display: none;
}

.preloader_4{
  display: none;
}

.preloader__video{
  width: 100%;
  height: 100%;
}

.preloader__msg {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.preloader__count {
  font-size: 2rem;
  opacity: 0.75;
  color: #fff;
  font-weight: bold;
  margin-top: 0.25rem;
  /* небольшой отступ от сообщения */
}

.preloader__spinner {
    pointer-events: none;
}

.preloader__spinner::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

.preloader__spinner::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

/* Для Firefox */
.preloader__spinner::media-controls-start-playback-button {
    display: none;
}

.preloader__spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.preloader--hide {
  opacity: 0;
  pointer-events: none;
}

/* =============== */

/* === DOB (MM / TT / JJJJ) — растянуть в одну линию и выровнять по всей ширине === */
.form__row .form__input--triple {
  width: 100%;
}

/* 1) Контейнер трёх полей — используем grid на всю ширину */
.form__row .form__input--triple .dob-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto 10px 1fr 10px auto 10px 1fr;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  /* MM / / TT / / JJJJ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* защита, если где-то переопределили display:flex */
  white-space: nowrap;
}

/* 2) Сами инпуты — занимают всю ширину своей колонки (равномерно) */
.form__row .form__input--triple .dob-input {
  width: 100% !important;
  /* переопределяем прежние width:56px/84px */
  min-width: 0;
  /* разрешаем ужиматься внутри grid/flex */
  text-align: center;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  /* на случай старого flex-лейаута */
}

/* год теперь такой же по ширине, как и остальные (равномерность) */
.form__row .form__input--triple .dob-input--yyyy {
  width: 100% !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

/* разделители «/» — фиксированной ширины, не прыгают */
.form__row .form__input--triple .dob-sep {
  width: 12px;
  text-align: center;
  opacity: 0.6;
}

/* более плотный зазор на очень узких экранах */
@media (max-width: 480px) {
  .form__row .form__input--triple .dob-grid {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

/* iOS Safari: не зумить при фокусе на поле телефона */
@media (max-width: 1024px) {

  /* более специфичный селектор, чтобы перебить общий инпут-стиль */
  .form__row .form__input #phone {
    font-size: 16px !important;
    /* ключ к отключению зума на iOS */
    line-height: 1.25;
    /* чтобы высота строки осталась аккуратной */
  }
}

/* Доп. фильтр только для iOS WebKit, если хочешь ещё точнее таргетировать */
@supports (-webkit-touch-callout: none) {
  .form__row .form__input #phone {
    font-size: 16px !important;
  }
}

/* ===== Privacy Modal Styles ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0%);
  cursor: default;
}

.modal__content {
  position: relative;
  z-index: 10000;
  padding: 20px;
  width: 100%;
  max-width: 598px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.modal__body {
  margin-bottom: 20px;
}

.modal__footer {
  text-align: center;
}

.modal__footer .btn {
  margin: 0.25rem;
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}

.footer__buttons button {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer__buttons button:hover {
  opacity: 0.5;
}

/* === Modal Overlay: light with blur === */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  /* светлый прозрачный фон */
  backdrop-filter: blur(3px);
  /* лёгкий блюр под попапом */
  -webkit-backdrop-filter: blur(3px);
  cursor: default;
}

/* === Center modal buttons === */
.modal__footer {
  text-align: center;
}

.modal__footer .b-btn--modal-primary,
.modal__footer .b-btn--modal-secondary {
  display: inline-block;
}

.modal__footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__content {
  text-decoration: none;
  background: none;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  cursor: pointer;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  line-height: 11px;
}

.main__container{
  padding: 24px;
  margin-bottom: 0px;
  max-width: 644px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 15px 0 rgba(1, 1, 33, 0.20);
          box-shadow: 0 2px 15px 0 rgba(1, 1, 33, 0.20);
  margin: 0 auto;
}

@media (max-width: 575px) {
  .modal__footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .main__container{
    padding: 16px;
  }
  .footer__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .modal__content {
    padding: 10px;
  }
}

/* === Modal buttons style === */
.b-btn--modal-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: #ff8300;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  border: none;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page_fixed.visible{
  opacity: 1;
}
.page_fixed {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.b-btn--modal-primary:hover {
  background: #9a4447;
}

.b-btn--modal-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ff8300;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  color: #ff8300;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-btn--modal-secondary:hover {
  background: #000;
  color: #fff;
}

/* === Footer modal links === */
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  margin-top: 0px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #8F8F8F;
}

.page_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 1;
}

.page_fixed__wrap {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  border: none;
  border-top: 1px solid #8F8F8F;
  background: #000;
}

.page_fixed__text {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

.page_fixed__bold{
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_fixed__bold:hover{
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}

/* ===== SPECIAL STYLE: Privacy Modal Background ===== */
.modal--privacy .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  cursor: default;
  -webkit-transition: background 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  -o-transition: backdrop-filter 0.3s ease, background 0.3s ease;
  transition: backdrop-filter 0.3s ease, background 0.3s ease;
  transition: backdrop-filter 0.3s ease, background 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: backdrop-filter 0.3s ease, background 0.3s ease,
    -webkit-backdrop-filter 0.3s ease;
}

/* Можно немного подправить z-index для уверенности */
.modal--privacy {
  z-index: 9999;
}

.form__name_main_button {
  color: #141414;
  text-align: right;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 410px;
  margin: 0 auto;
}

.bmr-team_mobile {
  display: none;
}

.auto-input__text{
  margin: 0;
  padding: 0;
  color: #B0C3CB;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

.form__buttons button {
  border-radius: 5px;
  border: 1px solid #010101;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
  background: transparent;
  padding: 10px;
  height: 37px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #070707;
  text-align: left;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
}

.form__buttons button:hover {
  background: #000;
  color: #fff;
}

.form__buttons button.active {
  background: #0c254c;
  color: #fff;
  border-color: #0c254c;
}

.mob {
  display: none;
}
/* Сгенерированные (уникализированные) имена классов */
.ageVerificationModal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ageVerificationModal__title {
  color: #304FFE;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 20px;
  width: 100%;
}

.ageVerificationModal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #1A1A1A;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.ageVerificationModal__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
}

.ageVerificationModal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    border: 1px solid #304FFE;
    color: #FFF;
    height: 48px;
    width: 100%;
    color: #304FFE;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ageVerificationModal__link:hover {
    background: #000;
    color: #fff;
}

.ageVerificationModal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    height: 48px;
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #304FFE;
    background:#304FFE;
    color: #FAFAFA;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ageVerificationModal__btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ageVerificationModal__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    border: 1px solid #304FFE;
    background: #FAFAFA;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    max-width: 600px;
    width: 100%;
}

.ageVerificationModal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.ageVerificationModal__close:hover,
.ageVerificationModal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.containers {
  border-radius: 8px;
  border: 1px solid #010101;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_question-background.webp") lightgray 50% / cover no-repeat;
  -webkit-box-shadow: 0 2px 15px 0 rgba(204, 204, 204, 0.50);
          box-shadow: 0 2px 15px 0 rgba(204, 204, 204, 0.50);
  padding: 24px;
  text-align: center;
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 26px;
}

.question__title {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.question__text {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.question__btn {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.question__btn_1 {
  border-radius: 100px;
  background: #304FFE;
}

.question__btn_2 {
  border-radius: 100px;
  background: #304FFE;
}

.question__btn:hover {
  background: #fff;
  color: #012FF6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.grid-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.progress-container {
  width: 100%;
  margin-top: 20px;
  background: #ddd;
  border-radius: 8px;
  height: 8px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: #304FFE;
  width: 0%;
  -webkit-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
}

.hiddens {
  display: none;
}



/* Для мобильных */
@media (max-width: 768px) {

  .header__title {
    text-align: center;
    font-size: 20px;
  }
}


.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 56px 20px 0 20px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 0px;
}
/*
.header {
  background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_hero74-desktop.webp) no-repeat;
  background-position: top center;
}*/
.main-1 {
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_hero74-desktop.webp') no-repeat;
  background-position: top center;
}

.main_none{
  background: none;
}

.header_2 {
  padding-bottom: 0px;
  padding-top: 56px;
  margin-bottom: 0px;
}

.header-3 {
  padding: 40px 20px 0 20px;
  height: 375px;
}

.tops_height {
  padding: 12px 16px;
  height: auto !important;
  width: 226px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_sent-background.webp") no-repeat center;
  background-size: cover;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  color: #010101;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%; 
  margin-bottom: 40px;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  width: 100%;
}

.header__wrapper_dop {
  margin-bottom: 0px;
}

.header__title {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.title_2 {
  font-size: 32px;
  margin-bottom: 50px;
  max-width: 100%;
}

.title_3{
  color: #00F0FF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  font-family: Roboto;
  padding: 10px 15px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#0230F7), to(#020667));
  background: -o-linear-gradient(left, #0230F7 0%, #020667 100%);
  background: linear-gradient(90deg, #0230F7 0%, #020667 100%);
  background-size: cover;
  max-width: 604px;
  text-transform: none;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.header__subtitle {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-bottom: 40px !important;
}

.header_wrap {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__pay {
  width: 448px;
  height: 230px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_card.webp') no-repeat center;
  margin-bottom: 0px;
}

.header__sup {
  color: #010101;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 12px */
  max-width: 384px;
}

.how {
  padding: 24px 24px 0 24px;
  border-radius: 15px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_how-image.webp") no-repeat 0% 0%;
  background-size: cover;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  overflow: hidden;
}

.how__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how__content {
  max-width: 850px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.how__head {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.how__subtitle {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  margin-bottom: 17px;
}

.how__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: #FFF;
  color: #2550FF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  width: 200px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.how__link:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #000;
  color: #fff;
}

.how__image {
  width: 171px;
  height: 244px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_how-phone.webp') no-repeat center top;
}

.how__inner {
  margin-bottom: 17px;
}
.wrapper__info{
  padding-top: 30px;
  padding-bottom: 30px;
}
.explore {
  position: relative;
  padding: 20px 40px;
  border-radius: 8px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_explore-image.webp") lightgray 50% / cover no-repeat;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  gap: 48px;
  min-height: 268px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.explore__cup{
  width: 30px;
  height: 43px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_explore-icon.webp") no-repeat center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.explore__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 759px;
  width: 100%;
  gap: 20px;
}

.explore__wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.explore__left {
  max-width: 100%;
}

.explore__image {
  width: 238px;
  height: 116px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_explore-background.webp') no-repeat center;
}

.explore__list {
  padding-left: 20px;
  margin: 0;
}

.explore__content {
  max-width: 100%;
  width: 100%;
}

.explore__title {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.explore__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.explore__text {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin-bottom: 0;
}

.explore__link {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 183px;
  border-radius: 100px;
  background: #304FFE;
}

.explore__link:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #000;
}
.reviews {
  padding-top: 64px;
  padding-bottom: 64px;
}
.reviews__title {
  color: #000020;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.reviews__items {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.reviews__item {
  max-width: 364px;
  width: 100%;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 32, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 32, 0.25);
}
.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 16px 8px 16px;
  border-radius: 12px 12px 0 0;
  background: #2550FF;
  margin-bottom: 16px;
}
.reviews__avatar {
  width: 64px;
  height: 64px;
  border-radius: 64px;
}
.avatar_1 {
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_reviews-avatar-1.webp") no-repeat center;
}
.reviews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.reviews__name {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
.reviews__city {
  color: #B1B1B1;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.reviews__star {
  width: 128px;
  height: 24px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_reviews-icon-star.webp") no-repeat center;
}
.reviews__content {
  padding: 0 16px 16px 16px;
}
.reviews__text {
  color: #0F0F0F;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.avatar_2 {
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_reviews-avatar-2.webp") no-repeat center;
}
.reviews__staroff {
  width: 128px;
  height: 24px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_reviews-icon-staroff.webp") no-repeat center;
}
.avatar_3 {
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_reviews-avatar-3.webp") no-repeat center;
}
.faq {
  padding-top: 30px;
  padding-bottom: 30px;
}


.faq__title {
  color: #0D0904;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.faq__subtitle {
  color: #00095A;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-bottom: 20px;
}

.faq__head {
  color: #0C254C;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 10px;
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 0px;
}

.faq__text {
  color: #0C254C;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.faq__item {
  border-top: 1px solid #bcbcbc;
  padding-top: 20px;
}

.modal__image_1{
  width: 122px;
  height: 50px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_info-image-1.webp") no-repeat center;
}
.modal__image_2{
  width: 213px;
  height: 50px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_info-image-2.webp") no-repeat center;
}
.modal__image_3{
  width: 120px;
  height: 50px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_info-image-3.webp") no-repeat center;
}
.modal__image_4{
  width: 80px;
  height: 50px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_info-image-4.webp") no-repeat center;
}
.modal__image_5{
  width: 145px;
  height: 50px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_info-image-5.webp") no-repeat center;
}
.modal__image_6{
  width: 216px;
  height: 50px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_info-image-6.webp") no-repeat center;
}
.main__sign {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_quiz-background.webp") no-repeat center;
  background-size: cover;
}

.sign_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 0px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sign_email::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_delete-message.webp');
}

.sign_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 0px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sign_phone::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_phone-deleted.webp');
}

.sign_email__wrap {
  width: 100%;
}

.sign_email__text {
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  padding-top: 0px;
}

.sign__content{
  margin-bottom: 20px;
}

.sign{
  padding-top: 64px;
  padding-bottom: 64px;
}

.sign__wrapper {
  max-width: 604px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #010101;
  background: #FFF;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
  margin: 0 auto;
  margin-bottom: 0px;
}

.sign__wrapper_email {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: none;
  background: none;
  max-width: 604px;
}

.sign__head {
  color: #010101;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

.sign_form {
  width: 100%;
  margin-bottom: 0px;
}

.sign_form_email{
  margin-bottom: 40px;
}

.sign__label {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.label_email{
  margin-bottom: 10px;
}

.sign__input {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #010101;
  background: #FFF;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
}

.sign__input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.sign__input::-moz-placeholder {
  color: #BDBDBD;
}

.sign__input:-ms-input-placeholder {
  color: #BDBDBD;
}

.sign__input::-ms-input-placeholder {
  color: #BDBDBD;
}

.sign__input::placeholder {
  color: #BDBDBD;
}

.sign__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sign__sub {
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.sign__bold {
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sign__bold:hover{
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}

.sign__text {
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
}

.sign__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: #304FFE;
  border: none;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button__email{
  width: 250px;
}

.sign__button:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #000;
  color: #FFF;
}

/* Общие настройки */
.forms {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #010101;
  background: #FFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 32, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 32, 0.25);
  max-width: 604px;
  margin: 20px auto;
  margin-top: 64px;
  margin-bottom: 64px;
}

.forms__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/* Стили для полей ввода */
.forms__label {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.forms__label span {
  display: block;
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.forms__input {
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  border: 0.5px solid #010101;
  background: #FFF;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.forms__input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.forms__input::-moz-placeholder {
  color: #BDBDBD;
}

.forms__input:-ms-input-placeholder {
  color: #BDBDBD;
}

.forms__input::-ms-input-placeholder {
  color: #BDBDBD;
}

.forms__input::placeholder {
  color: #BDBDBD;
}

.just-validate-error-label {
  font-size: 10px;
}

.forms__icon {
  position: absolute;
  right: 0px;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.forms__сorrect {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.forms__leeg {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.forms__сorrect_dop {
  top: 30%;
}

.forms__leeg_dop {
  top: 30%;
}

.other-input {
  width: 100%;
  margin-bottom: 0px;
  padding: 12px;;
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.form__span {
  color: #727272;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
}

.form__subtitle {
  display: block;
  color: #727272;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  margin-bottom: 40px;
}

.form__title_dop {
  margin-bottom: 10px;
}

.other-submit-btn {
  width: 100%;
}

.other-submit-btn {
  background-color: #7bd48d !important;
  color: #070707 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.сorrect_email {
  top: 70%;
  right: 10px;
}

.forms__input.just-validate-success-field+.forms__сorrect {
  display: block;
}

.forms__input.just-validate-success-field+.forms__leeg {
  display: block;
}

/* Группы полей */
.forms__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.forms__name-fields,
.forms__address-fields,
.forms__dob-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.forms__name-fields>.forms__label,
.forms__address-fields>.forms__label,
.forms__dob-fields>.forms__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.forms__label-text {
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  /* 14.4px */
}

/* Радио-кнопки */
.forms__radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #212529;
  margin-right: 20px;
}

.forms__radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.forms__radio:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.forms__radio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
}

/* Чекбокс согласия */
.forms__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #212529;
  line-height: 1.4;
}

.forms__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #adb5bd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
}

.forms__checkbox:checked {
  background: #2ECC4A;
  border-color: #2ECC4A;
}

.forms__checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

/* Подписи и ссылки */
.forms__bold {
  background: none;
  border: none;
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.forms__bold:hover{
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.forms__bold:hover {
  text-decoration: none;
  color: #0056b3;
}

.forms__sub {
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin: 8px 0 0 0;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}

.captcha__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  background: #FFF;
  width: 100%;
  max-width: 604px;
  margin: 0 auto;
}

.captcha__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.captcha__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.captcha__input {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #000;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.captcha__input:checked {
  background-color: #000;
  border-color: #000;
}

.captcha__input:checked::after {
  content: '✓';
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 18px;
}

.captcha__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #1A1A1A;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bmr-team_desctop {
border-radius: 15px;
}

.bmr-team_mobile {
border-radius: 5px;
}

.captcha__image {
  width: 100px;
  height: 100px;
  background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_recaptcha.webp') no-repeat center center;
  background-size: cover;
}

.captcha__image svg {
  width: 48px;
  height: 48px;
}

.captcha__logo-text {
  font-size: 10px;
  color: #70757a;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.sign_email__info {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  display: none;
}

.sign_email__info.active {
  display: block;
}

/* Скрываем оригинальный чекбокс */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* Стиль для галочки, которая появится вместо чекбокса */
.captcha__label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #1A1A1A;
  margin-right: 0px;
  vertical-align: middle;
  background-color: #fff;
}


/* Стиль для галочки после прохождения каптчи */
.captcha__label.verified::before {
  content: '✓';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border: none;
  vertical-align: middle;
  background-color: #fff;
  color: #007500;
  text-align: center;
  line-height: 16px;
  font-size: 20px;
  font-weight: bold;
}

/* Кнопка */
.forms__button {
  width: 100%;
  padding: 12px;
  background-color: #6c757d;
  color: #FFF;
  font-family: Roboto;
  text-align: center;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-top: 16px;
}

.forms__consent__info {
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  max-width: 90%;
}

.forms__button:hover {
  background-color: #5a6268;
}

.forms__button:active {
  background-color: #495057;
}

/* Гендерные опции */
.forms__gender-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.forms__gender-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  cursor: pointer;
  padding-bottom: 0px;
  height: 34px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #010101;
  background: #FFF;
  padding-left: 0px;
  text-align: center;
}

.forms__gender-options {
  padding-bottom: 20px;
}

.forms__gender-label span {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  margin-bottom: 10px;
  margin-top: 10px;
}

.forms__gender-line {
  display: none;
  height: 2px;
  background-color: #ced4da;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.forms__gender-label.active span {
  color: #fff !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.forms__gender-label.active {
  border-radius: 5px;
  background: #2ECC4A;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
}

.forms__gender-label.active .forms__gender-line {
  display: none;
}

.forms__gender-label.unselected {
  border: 1px solid #C1C1C1;
  color: #C1C1C1;
}

.sign__input {
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

#dob_day {
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  width: 100%;
  color: #BDBDBD;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  padding: 10px;
}

#dob_month {
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  width: 100%;
  color: #BDBDBD;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  padding: 10px;
}

#dob_year {
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  width: 100%;
  color: #BDBDBD;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  padding: 10px;
}

/* Стили для подсветки select даты рождения */
select.valid {
  border-color: #2ECC4A !important;
  color: #2ECC4A !important;
  /* Красный цвет */
}

select.invalid {
  border-color: #E53D2F !important;
  color: #E53D2F !important;
  /* Красный цвет */
}

.forms__dob-fields {
  margin-bottom: 20px;
}

/* Стиль для чекбокса без выбора - красная обводка */
.forms__checkbox:not(:checked) {
  outline: 1px solid red;
  outline-offset: 0px;
}

/* Стиль для чекбокса при выборе - зеленая обводка */
.forms__checkbox:checked {
  outline: 1px solid #2ECC4A;
  outline-offset: 0px;
}

/* Убираем стандартный стиль браузера для чекбокса */
.forms__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #AFB6BC;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: top;
  top: 1px;
}

/* Показываем галочку при выборе */
.forms__checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.forms__consent__text {
  margin-bottom: 10px;
  display: block;
  color: #010101;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  /* 14.4px */
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 604px;
  padding: 10px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: -o-radial-gradient(50.06% 50.11%, 49.89% 49.94%, #1D56B2 0%, #002B71 100%);
  background: radial-gradient(49.89% 49.94% at 50.06% 50.11%, #1D56B2 0%, #002B71 100%);
  margin: 0 auto;
  margin-bottom: 40px;
}

.header__info {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.main__contants {
  background: transparent;
}

.page__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
  border-radius: 20px;
}
.page__image{
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.page__final{
  display: none;
}
.active__page{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page__content {
  position: relative;
}
.page__mob {
  display: none;
}
.page__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  bottom: 10px;
  right: 20px;
  max-width: 367px;
  width: 100%;
}
.page__box_dop{
  max-width: 426px;
  bottom: 30px;

}
.page__box_left{
  right: 0;
  left: 20px;
  max-width: 362px;
  bottom: 15px;
}
.page__head {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.page__text {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 257px;
  height: 49px;
  padding: 15px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #CBCCCC;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
  color: #00313D;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page__btn:hover {
  background: #000;
  color: #FFF;
  border: 1px solid #fff;
}

.page__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 257px;
  height: 49px;
  padding: 15px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #CBCCCC;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
  color: #00313D;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page__btns:hover {
  background: #000;
  color: #FFF;
  border: 1px solid #fff;
}
.preloaders{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloaders-3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.analysis-text{
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}

.loading-dots::after {
    content: '';
    -webkit-animation: dots 1.5s infinite;
            animation: dots 1.5s infinite;
}

@-webkit-keyframes dots {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

@keyframes dots {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}
.preloaders-3 svg {
    max-width: 10em;
    border-radius: 3px;
    fill: none;
    stroke: #BFE2FF;
    stroke-linecap: round;
    stroke-width: 12%
}
.preloaders-3 use {
    stroke: #fff;
    -webkit-animation: preloader-3-a 2s linear infinite;
            animation: preloader-3-a 2s linear infinite
}
@-webkit-keyframes preloader-3-a {
    to { 
        stroke-dashoffset: 0px 
    } 
}
@keyframes preloader-3-a {
    to { 
        stroke-dashoffset: 0px 
    } 
}
@media (max-width: 850px) {
  .page__wrapper{
    max-width: 300px;
    min-height: 330px;
  }
  .page__image{
    display: none;
  }

  .page__mob{
    display: block;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20)
  }

  .page__box{
    max-width: 324px;
    min-height: 100%;
    right: 0;
    bottom: 0;
    padding: 10px;
  }

  .page__head{
    font-size: 10px;
    text-align: center;
  }

  .page__box_left{
    left: 0;
  }

  .page__btn{
    width: 100%;
  }
  .page__btns{
    width: 100%;
  }

  .page__text{
    font-size: 12px;
    text-align: center;
  }
}
/* Зелёная галочка рядом с email (ваше изображение) */
/* Если нужно имитировать "галочку" при валидации — можно добавить JS, но пока просто статичный вид */
/* В вашем примере — это просто иконка, поэтому оставляем как есть */

/* Адаптивность */
@media (max-width: 500px) {

  .forms__name-fields,
  .forms__address-fields,
  .forms__dob-fields {}

  .header__info {
    font-size: 12px;
  }

  .header__top {
    padding: 10px 15px;
    margin-bottom: 20px;
    width: 100%;
  }

  .header-3 {
    padding: 10px 10px 0 10px;
  }

  .header-3 {
    height: 250px;
  }

  .tops_height {
    height: auto;
  }

  .forms__input {
    font-size: 12px;
  }

  .forms__gender-label span {
    font-size: 12px;
  }
}

@media (max-width: 1148px) {
  .header_2{
    background: none;
  }

  .container__box {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .footer__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }

  .page_fixed__text{
    font-size: 14px;
  }

  .modal__wrap {
    margin-bottom: 10px;
  }

  .explore__image {
    display: none;
  }

  .explore__image-mob {
    width: 180px;
    height: 100px;
    background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_explore-background.webp) no-repeat center;
    background-size: 180px;
  }
    .footer {
        margin-bottom: 106px;
    }
  .explore__wrappers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }

  .explore {
    padding: 20px;
  }

  .explore__box {
    max-width: 100%;
  }

  .explore {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .security__item {
    font-size: 10px;
  }

  .how__wraps {
    max-width: 100%;
  }

  .how__content {
    width: 100%;
    max-width: 100%;
  }

  .how__image {
    display: none;
  }

  .how {
    padding: 20px;
  }

  .how__mob {
    width: 100%;
    max-width: 60px;
    height: 122px;
    background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_how-phone-mob.webp') no-repeat center;
  }

  .how__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .explore__cup{
    display: none;
  }

  .how__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 20px;
  }

  .header__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .title_2{
    margin-bottom: 50px;
  }

  .title_2{
    font-size: 30px;
  }

  .title_3{
    font-size: 16px;
  }

  .header__subtitle {
    font-size: 18px;
    text-align: center;
  }

  .header__subtitle {
    font-size: 14px;
  }

  .header__wrapper {
    margin-bottom: 0px;
  }
}

.buttons__text {
  color: #a7a7a7 !important;
}

@media screen and (max-width: 900px) {
  .bmr_team__header {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .security__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .how__left {
    max-width: 100%;
    width: 100%;
  }

  .security__item {
    max-width: 100%;
    width: 100%;
    padding: 12px 16px;
  }

  .security__item_4 {
    max-width: 200px;
  }

  .security__item_5{
    max-width: 200px;
  }

  .explore__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .explore__right {
    width: auto;
  }

  .explore__title {
    margin-bottom: 10px;
  }

  .how__wraps {
    max-width: 100%;
  }

  .footer__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .explore {
    padding: 20px 10px;
    min-height: auto;
  }

  .container_mob{
        padding: 0px 20px 0 20px;
  }
}

@media (max-width: 768px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-position: center top;
  }

  .how {
    padding: 20px 10px;
  }

  .pagination {
    margin-top: 5px;
  }

}

@media screen and (max-width: 575px) {
  .b-btn--primary {
    width: 100%;
  }
  .ageVerificationModal__link{
    font-size: 16px;
  }
  .ageVerificationModal__btn{
    font-size: 16px;
  }
  .highlight__items{
  margin-bottom: 32px;
}
  .sign_email__text{
    font-size: 12px;
  }
  .security__item_emil {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .excluded__title{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .excluded__subtitle{
    font-size: 14px;
  }
  .excluded__logo {
      width: 150px;
      height: 150px;
      background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_sad-icon.webp) no-repeat center;
      background-size: cover;
  }

  .excluded__link{
    font-size: 12px;
  }

  .security__item_phone {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .gallery-container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
.ageVerificationModal__button{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.ageVerificationModal__content{
  padding: 10px;
  border-radius: 10px;
}
.ageVerificationModal__title{
  font-size: 16px;
}
.ageVerificationModal__subtitle{
  font-size: 14px;
  margin-bottom: 20px;
}
  .main-1{
    background: none;
  }

  .questions__title_1{
    font-size: 16px !important;
  }

  .submitQuiz__btn {
    width: 100% !important;
}

  .form_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .tops_height{
    margin-bottom: 32px;
  }

  .google_or {
    margin: 0;
  }

  .form-wrapper__title {
    font-size: 14px;
  }

  .form-wrapper {
    padding: 10px;
  }

  .form__row:not(:last-child) {
    margin-bottom: 10px;
  }

  .form__row .form__input--triple .dob-grid {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .form__name_main_button {
    margin-bottom: 10px;
  }

  .b-btn--primary {
    font-size: 16px;
    padding: 12px;
    height: auto;
  }
  .highlight_bonus{
    font-size: 12px;
    padding: 15px 20px;
    background: -o-linear-gradient(left, rgba(8, 25, 179, 0.00) 0%, #0819B3 30%, #0819B3 70%, rgba(8, 25, 179, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 25, 179, 0.00)), color-stop(30%, #0819B3), color-stop(70%, #0819B3), to(rgba(8, 25, 179, 0.00)));
    background: linear-gradient(90deg, rgba(8, 25, 179, 0.00) 0%, #0819B3 30%, #0819B3 70%, rgba(8, 25, 179, 0.00) 100%);
  }
  .google__btn {
    font-size: 12px;
    padding: 10px 5px;
    height: auto;
  }

  .modal__body {
    margin-bottom: 10px;
  }

  .footer__buttons {
    padding-top: 20px;
  }

  .footer__wrapper {
    gap: 20px;
  }

  .footer__buttons button {
    font-size: 14px;
  }

  .footer__content {
    font-size: 14px;
  }

  .modal__title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .footer__buttons {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /*
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    height: 24px;
  }*/

  .radio-style>span:after,
  .radio-style>span:before,
  label.radio-style>span:after,
  label.radio-style>span:before {
    height: 24px;
  }

  .radio {
    height: 24px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main {
    padding: 20px 0;
  }

  .main_4{
    padding: 40px 0;
  }

  .ss-main {
    height: 24px;
    min-height: 24px;
    padding: 5px 15px;
  }

  .security__item {
    font-size: 7px;
  }

  .security__item {
    max-width: 100%;
    padding: 4px;
    gap: 2px;
    border-radius: 8px;
  }
  .security__item_5{
    max-width: 170px;
  }
  .security__item_4 {
    max-width: 170px;
  }

  .form__buttons {
    gap: 10px;
  }

  .auto-input-send-btn{
    width: 100%;
  }

  .alert {
    margin-top: 40px;
  }

  .alert__icon svg {
    width: 100%;
    max-width: 50px;
  }

  .alert__wrapper {
    max-width: 64vw;
  }

  .security {
    gap: 5px;
    margin-bottom: 40px;
  }

  .alert__about {
    font-size: 10px;
  }

  .alert__title {
    font-size: 10px;
  }

  .alert__txt {
    font-size: 10px;
  }

  .alert__wrap {
    font-size: 10px;
  }

  .highlight_title {
    font-size: 16px;
    margin-bottom: 32px !important;
  }

  .highlight_subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .highlight_head{
    font-size: 12px;
  }

  .highlight-special {
    font-size: 10px;
    margin-bottom: 20px !important;
  }

  .highlight-specials{
    font-size: 10px;
    margin-bottom: 20px !important;
  }

  .bmr_team {
    padding: 5px;
    border-radius: 5px;
  }

  .bmr_team__wrapper {
    gap: 5px;
  }

  .bmr_team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bmr_team__header {
    font-size: 10px;
  }

  .bmr_team__bonus {
    font-size: 10px;
  }

  .questions {
    padding: 12px;
    border-radius: 8px;
  }

  .desc {
    display: none;
  }

  .mob {
    display: block;
  }

  .bmr_team__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bmr_team {
    max-width: 300px;
    border-radius: 15px;
  }

  .b-btn--secondary {
    width: 100%;
  }

  .footer {
    margin-bottom: 187px;
  }

  .header {
    padding: 10px 10px 0 10px;
    padding-bottom: 60px;
  }
    .excluded{
    padding-bottom: 40px;
  }
  .header__title {
    font-size: 20px;
    max-width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .title_2{
    font-size: 20px;
  }
  .title_3{
    margin-bottom: 0px;
    border-radius: 8px;
    font-size: 16px;
  }

  .header__subtitle {
    font-size: 14px;
    max-width: 320px;
    margin: 0 auto;
  }

  .reviews__items{
    gap: 24px;
  }

  .header__sup {
    font-size: 10px;
    max-width: 320px;
    line-height: 120%;
  }

  .how__subtitle {
    margin-bottom: 10px;
  }

  .faq__item {
    padding-top: 10px;
  }

  .faq__items {
    gap: 10px;
  }

  .modal-content{
    height: auto;
    border-radius: 10px;
  }

  .header__pay {
    width: 327px;
    height: 159px;
    background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_card.webp) no-repeat center;
    background-size: cover;
    margin-bottom: 0px;
  }

  .header__wrapper {
    margin-bottom: 0px;
  }

  .header__wrapper_dop {
    margin-bottom: 10px;
  }

  .wrapper_dop{
    margin-bottom: 40px;
  }

  .modal__text{
    font-size: 12px;
  }

  .header {
    height: 447px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 56px;
    background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_hero74-desktop-mob.webp') no-repeat center;
    background-position: center bottom;
    margin-bottom: 0px;
  }
  .header_2{
    margin-bottom: 0px;
    height: 365px;
  }

  .sign{
    padding-top: 0;
    padding-bottom: 40px;
  }
  .header_3{
    margin-bottom: 30px;
  }
  .header_wrap{
    position: absolute;
    top: 190px;
    gap: 40px;
  }
  .header_wrap_2{
      top: 112px;
  }
  .header_dop{
    background: none;
  }

  .header_wrap_3{
    position: static;
  }

  .forms__consent__info {
    width: 90%;
  }
  .containers {
    padding: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .question__text {
    margin-bottom: 30px;
  }

  .question__title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .question__text {
    font-size: 16px;
  }

  .question__btn {
    font-size: 16px;
    padding: 12px;
  }

  .how__head {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .how__subtitle {
    font-size: 10px;
    margin-bottom: 0;
  }

  .how__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .how__inner {
    gap: 10px;
    margin-bottom: 10px;
  }

  .explore__box {
    gap: 10px;
  }

  .explore__wrappers {
    gap: 10px;
  }

  .how__link {
    font-size: 20px;
    padding: 12px;
    border-radius: 100px;
    background: #304FFE;
    color: #fff;
  }

  .how__link svg{
    display: none;
  }

  .how__link {
    width: 100%;
  }

  .how__wraps {
    max-width: 100%;
  }
  .wrapper__info{
    padding-top: 40px;
    padding-bottom: 54px;
  }
  .explore {
    padding: 20px 10px;
    margin-bottom: 0px;
    background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_explore-image-mob.webp") no-repeat center;
    background-size: cover;
    border-radius: 15px;
  }

  .explore__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .explore__text {
    font-size: 10px;
    margin-bottom: 0px;
  }

  .explore__link {
    font-size: 20px;
    padding: 12px;
    width: 100%;
  }

  .explore__right {
    width: 100%;
  }

  .reviews{
    padding-top: 40px;
    padding-bottom: 0;
  }

  .reviews__item{
    max-width: 100%;
  }

  .reviews__title{
    font-size: 24px;
  }

  .faq__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .faq__head {
    font-size: 12px;
    font-weight: 700;
  }

  .faq {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .faq__subtitle {
    font-size: 10px;
  }

  .accordion__header{
    font-size: 16px;
  }

  .accordion__content{
    font-size: 16px;
  }

  .faq__items {
    margin-top: 10px;
  }

  .footer__text {
    font-size: 14px;
  }

  .page_fixed__wrap {
    padding: 10px 18px;
  }

  .faq__text {
    font-size: 10px;
  }

  .sign__wrapper {
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .sign__wrapper_email {
    margin-top: 0;
    padding: 0;
  }

  .sign__head {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .sign__input {
    font-size: 12px;
  }

  .sign__sub {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sign__text {
    margin-bottom: 30px;
  }

  .sign__button {
    font-size: 20px;
    width: 100%;
  }

  .page_fixed__text {
    font-size: 14px;
  }

  .forms {
    padding: 16px;
    margin-bottom: 40px;
    margin-top: 0px;
    border-radius: 8px;
  }

  .forms__input{
    font-size: 12px;
  }

  #dob_month{
    font-size: 12px;
  }

  #dob_year{
    font-size: 12px;
  }

  #dob_day{
    font-size: 12px;
  }

  .bmr_team__header {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .bmr_team__info {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .bmr_team__bonus {
    font-size: 14px;
  }

  .bmr_team__logo {
    margin-bottom: 0px;
  }

  .bmr_team__content {
    max-width: 160px;
  }

  .bmr_team__logo {
    max-width: 97px;
    margin-bottom: 5px;
  }

  .bmr_team__images {
    max-width: 144px;
  }

  .sign_email::before {
    width: 150px;
    height: 150px;
    background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_delete-message.webp);
    background-size: 150px;
  }

  .sign_phone::before {
    width: 150px;
    height: 150px;
    background: url('../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_phone-deleted.webp');
    background-size: 150px;
  }

  .main__sign{

  }

  .security_5{
    margin-bottom: 32px;
  }

  .header__top {
    margin-bottom: 20px;
  }

  .sign_email {
    gap: 32px;
    margin-bottom: 0;
  }

  .sign_phone{
    gap: 20px;
  }

  .sign_form_email{
    margin-bottom: 32px;
  }

  .captcha__image {
    width: 80px;
    height: 80px;
    background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_recaptcha.webp) no-repeat center center;
    background-size: 80px;
  }

  .captcha__wrapper {
    padding: 10px;
  }

  .explore__inner {
    gap: 0px;
  }

  .header-3 {
    height: 276px;
  }

  .alert {
    gap: 5px;
    padding: 5px;
  }

  .form__title {
    font-size: 16px;
  }

  .questions__title {
    font-size: 16px;
  }

  .questions__title_5{
    font-size: 16px;
    text-transform: none;
  }

  .buttons-container {
    gap: 16px;
    margin-bottom: 24px;
  }

  .b-btn--secondary {
    font-size: 14px;
  }

  .sign__wrapper_email {
    margin-bottom: 10px;
  }
  .highlight__item:nth-child(1)::before {
      width: 40px;
      height: 40px;
      background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_bonus-icon-1.webp) no-repeat center;
      background-size: cover;
  }
  .highlight__item:nth-child(2)::before {
      width: 40px;
      height: 40px;
      background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_bonus-icon-2.webp) no-repeat center;
      background-size: cover;
  }
  .highlight__item:nth-child(3)::before {
      width: 40px;
      height: 40px;
      background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_bonus-icon-3.webp) no-repeat center;
      background-size: cover;
  }
  .title_2 {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .form__about {
    font-size: 10px;
  }

  .forms__consent__info {
    font-size: 12px;
  }

  .forms__sub {
    font-size: 12px;
  }

  .forms__bold {
    font-size: 12px;
  }

  .forms__consent__text {
    font-size: 12px;
  }

  .container__box {
    padding: 0;
  }

  .header-3 {
    height: 300px;
  }

  .buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .how {
    margin-bottom: 10px;
    padding: 20px 10px;
    background: url("../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_how-image-mob.webp") no-repeat center;
    background-size: cover;
    border-radius: 15px;
  }

  .captcha__label {
    font-size: 12px;
    gap: 10px;
  }

  .forms__dob-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }

  .forms__checkbox-label {
    gap: 1px;
  }

  .explore__right_dop {
    width: auto;
  }

  .bmr-team_desctop {
    display: none;
  }

  .bmr-team_mobile {
    display: block;
  }

  .bmr-team-imgs {
    margin-bottom: 32px;
  }

  .highlight-text{
    font-size: 16px;
  }

  .highlight__head{
    font-size: 14px;
  }

  .highlight__info{
    font-size: 10px;
  }

  .highlight__item{
    max-width: 100%;
  }

  .button__modal{
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }

  .how__box {
    gap: 10px;
  }

  .header_wrap{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .highlight-red {
    font-size: 12px;
  }

  .explore__image-mob {
    width: 104px;
    height: 50px;
    background: url(../jkdfskcxv_images/jkdfskcxv_hero/jkdfskcxv_explore-background.webp) no-repeat center;
    background-size: 104px;
  }

  .page-wrapper__bold {
    font-size: 14px;
    font-weight: 700;
  }

  .container_mob {
    padding: 0px 12px 0 12px;
    position: relative;
  }

  .grid-btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page__index{
    position: absolute;
    top: 0;
    width: 100%;
    background: #05024F;
    height: 288.5px;
    z-index: -1;
  }

  .index_2{
    height: 216.5px;
  }

  .accordion__item{
    margin-bottom: 24px;
  }  

  .preloader__msg{
    font-size: 16px;
  }

  .preloader__wrapper{
    padding: 20px;
  }

  .forms__name-fields, .forms__address-fields, .forms__dob-fields{
    gap: 10px;
  }

  .form__buttons button{
    font-size: 14px;
  }

  .other-input{
    font-size: 14px;
  }

  .form__buttons button{
    height: auto;
  }
}

@media (max-width: 500px) {
  .header-3 {
    height: 270px;
  }
}

.page-wrapper__bold span {
  color: #e53d2f !important;
}

.auto-input-send-btn {
  display: block !important;
  margin: 0px auto 0 !important;
  padding: 12px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 20px !important;
  font-family: Roboto;
  font-weight: 700 !important;
  border-radius: 8px !important;
  border: 1px solid #012FF6 !important;
  background: #012FF6 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 48px !important;
  min-width: 250px !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.auto-input-send-btn:hover {
   background: #000DF1 !important;
   color: #fff !important;
}

@media (max-width: 500px) {
  .auto-input-send-btn {
    min-width: 100% !important;
  }
}

.auto-input-send-btn:hover {
  background: #005EB4 !important;
}

.auto-input-send-btn:active {
  background: #08192e !important;
}



@media (max-width: 400px) {
  .header {
    padding-bottom: 20px;
  }

  .sign__wrapper {
    margin-bottom: 0px;
  }

  .index_2 {
      height: 214.4px;
  }

  #dob_day {
    font-size: 11px;
    padding: 5px;
    height: 37px;
  }

  #dob_month {
    font-size: 11px;
    padding: 5px;
    height: 37px;
  }

  #dob_year {
    font-size: 11px;
    padding: 5px;
    height: 37px;
  }

  .forms__gender-options {
    gap: 10px;
  }

  .forms__dob-fields {
    gap: 5px;
  }

  .accordion__header {
    font-size: 16px;
  }

  .accordion__content {
    font-size: 14px;
  }




}