/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@-webkit-keyframes a-like {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0);
    transform: rotate(15deg) scale(0);
  }

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

@keyframes a-like {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0);
    transform: rotate(15deg) scale(0);
  }

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

@-webkit-keyframes a-bg-logo {
  0%,
  20%,
  to {
    opacity: 0.1;
  }

  10% {
    opacity: 0.2;
  }
}

@keyframes a-bg-logo {
  0%,
  20%,
  to {
    opacity: 0.1;
  }

  10% {
    opacity: 0.2;
  }
}

@-webkit-keyframes a-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
  }

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

@keyframes a-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
  }

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

@-webkit-keyframes a-welcome {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }

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

@keyframes a-welcome {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }

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

@-webkit-keyframes a-bg {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes a-bg {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

a {
  background-color: transparent;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
  font-size: 75%;
}

sup {
  top: -0.45em;
  font-size: 65%;
}

img {
  border-style: none;
  resize: none;
}

button,
optgroup,
select {
  line-height: 1.15;
  margin: 0;
}

input,
textarea {
  margin: 0;
}

optgroup,
select {
  font-family: inherit;
  font-size: 100%;
}

button,
hr,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[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: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

body,
ul {
  margin: 0;
  padding: 0;
}

body,
h1,
h2 {
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Bold.woff2') format('woff2'),
  url('../fonts/inter/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Medium.woff2') format('woff2'),
  url('../fonts/inter/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Light.woff2') format('woff2'),
  url('../fonts/inter/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Regular.woff2') format('woff2'),
  url('../fonts/inter/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-SemiBold.woff2') format('woff2'),
  url('../fonts/inter/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}

@media (max-width: 1365px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

body.preload * {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.-popup body {
  overflow: hidden;
  height: 100%;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  line-height: 1.45;
}

ul {
  list-style: none;
}

td {
  border: 0;
  border-collapse: inherit;
  border-spacing: 0;
}

p {
  margin-bottom: 0;
}

img,
object,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}

input,
textarea {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  min-width: 0;
  resize: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

.iScrollIndicator {
  display: none !important;
}

* {
  outline: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #17377e;
}

::selection {
  color: #fff;
  background-color: #17377e;
}

.heading {
  font-weight: 300;
  line-height: 1.45;
  color: #000;
  margin-bottom: 30px;
}

.button {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  min-width: 290px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #E82117;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: 700;
  font-size: 14px;
  line-height: 103%;
  text-transform: uppercase;
  text-align: center;
}
.new_haval .button,
.new_chery .button,
.new_omoda .button,
.new_geely .button {
  background-color: #e60000;
}
@media (max-width: 1365px) {
  .button {
    font-size: 14px;
    padding: 18px 20px 16px;
  }
}

@media (max-width: 979px) {
  .button {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .button {
    padding: 10px 22px;
  }
}

@media (max-width: 479px) {
  .button {
    font-size: 16px;
    font-weight: 700;
    /* -webkit-border-radius: 4px;
          border-radius: 4px */
  }
}

@media (max-width: 425px) {
  .button {
    font-size: 14px;
  }
}

.button:hover {
  background-color: #b71b14;
}

.button-outline {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
}

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

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

/*.checkbox:hover .checkbox__toggle {*/
/*  background-color: #fdc83e;*/
/*}*/

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  bottom: 3vh;
  left: 2vw;
}

.checkbox__input:checked + .checkbox__toggle {
  background-size: 12px;
}

.checkbox__toggle {
  position: relative;
  font-size: 0;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
  border: 1px solid #E82117;
  color: #E82117;

  background-size: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../assets/checked.svg);
  background-color: transparent;
}
.new_haval .checkbox__toggle,
.new_chery .checkbox__toggle,
.new_omoda .checkbox__toggle,
.new_geely .checkbox__toggle{
  position: relative;
  font-size: 0;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
  border: 1px solid #fff;
  color: #fff;

  background-size: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../assets/checked-white.svg);
  background-color: transparent;
}
@media (max-width: 2219px) {
  .checkbox__toggle {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

@media (max-width: 1365px) {
  .checkbox__toggle {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}

@media (max-width: 979px) {
  .checkbox__toggle {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .checkbox__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
}

.checkbox__text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  text-align: left;
}
.checkbox__text a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .checkbox__text {
    font-size: 18px;
  }
}

.checkbox a:hover {
  text-decoration: underline;
}

.form__row {
  margin: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  gap: 0 8px;
}

@media (max-width: 768px) {
  .form__row {
    /*display: block;*/
    flex-direction: column;
    gap: 8px 0;
    margin: 0;
  }
}

.form__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 430px;
  text-align: center;
}
.form__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 24px;
  opacity: .8;
  max-width: 430px;
  text-align: center;
}

.form__inline {
  /*-webkit-box-flex: 1;*/
  /*-ms-flex: 1 0;*/
  /*flex: 1 0;*/
  margin-right: 8px
}

@media (max-width:768px) {
  .form__inline {
    margin-right: 0
  }
}

.form__inline:last-child {
  margin-right: 0;
}

.form__input {
  padding: 16px 25px;
  font-size: 16px;
  color: #000;
  border: 1px solid #C4C4C480;
  background-color: #F6F6F6;
}

@media screen and (min-width: 1024px) {
  .form__input {
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .form__input {
    text-align: center;
    padding: 21px 25px;
    font-size: 18px;
    border-radius: 0;
  }
}

/*.form__input::-webkit-input-placeholder {*/
/*}*/
/*  color: #797979;*/

/*.form__input::-moz-placeholder {*/
/*}*/
/*  color: #797979;*/

/*.form__input:-ms-input-placeholder,*/
/*.form__input::-ms-input-placeholder {*/
/*}*/
/*  color: #797979;*/

/*.form__input::-webkit-input-placeholder {*/
/*}*/
/*  color: #797979;*/

/*.form__input::-moz-placeholder {*/
/*}*/
/*  color: #797979;*/

/*.form__input:-ms-input-placeholder {*/
/*}*/
/*  color: #797979;*/

/*.form__input::-ms-input-placeholder {*/
/*}*/
/*  color: #797979;*/

/*.form__input::placeholder {*/
/*}*/
/*  color: #797979;*/

.form__input:focus {
  border-color: #C4C4C480;
}

.form__checkbox {
  margin-top: 15px;
  margin-left: 15px;
  align-self: start;
}

.form__submit {
  font-size: 16px;
  min-width: 250px;
  padding: 20px;
}

@media (max-width: 768px) {
  .form__submit {
    width: 100%;
    padding: 24px 40px;
    border-radius: 0;
  }
}

.form__submit:disabled {
  cursor: not-allowed;
}

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

@media (max-width: 768px) {
  .form .checkbox__text {
    font-size: 12px;
  }
}

.logo__part {
  opacity: 0.1;
  -webkit-animation: a-bg-logo 4s ease-in 0s infinite forwards;
  animation: a-bg-logo 4s ease-in 0s infinite forwards;
}

.logo__part--2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.logo__part--3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.logo__part--4 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.logo__part--5 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.logo__part--6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.logo__part--7 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.logo__part--8 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.logo__part--9 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.thanks__stroke {
  stroke-width: 6;
  stroke: #fff;
  stroke-linecap: round;
  stroke-dasharray: 61 121;
  stroke-dashoffset: 64;
}

.-active .thanks__stroke {
  stroke-dashoffset: 0;
  -webkit-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.thanks__circle {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  stroke-width: 90;
  stroke: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out 0.4s;
  -o-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
}

.-active .thanks__circle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  stroke-width: 8;
  fill: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  opacity: 0;
  -webkit-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0);
  z-index: 5;
  -webkit-animation: a-header 0.5s ease-out 0.6s forwards;
  animation: a-header 0.5s ease-out 0.6s forwards;
  backdrop-filter: blur(5px);
}
.new_haval .header,
.new_chery .header,
.new_omoda .header,
.new_geely .header {
  background-color: #000;
  color: #fff;
}
.new_haval .header__text,
.new_chery .header__text,
.new_omoda .header__text,
.new_geely .header__text {
  color: #fff;
  font-size: 12px;
}

.new_haval .header__info,
.new_chery .header__info,
.new_omoda .header__info,
.new_geely .header__info {
  color: #fff;
}
.new_haval .b-titr,
.new_chery .b-titr,
.new_omoda .b-titr,
.new_geely .b-titr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 0 0px;
  min-height: 100vh;
  background: url(../files/images/backgroundNew.jpg?v=1) left no-repeat;
  background-size: cover;
  box-sizing: border-box;
  z-index: 0;
  color: #fff;
}
.new_haval .attention-message,
.new_chery .attention-message,
.new_omoda .attention-message,
.new_geely .attention-message{
  background:#000000;
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  box-sizing: border-box;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.new_haval .attention-message .container,
.new_chery .attention-message .container,
.new_omoda .attention-message .container,
.new_geely .attention-message .container{
  opacity: 0.6;
}

.new_haval .quiz__subtitle,
.new_chery .quiz__subtitle,
.new_omoda .quiz__subtitle,
.new_geely .quiz__subtitle{
  color: #fff;
}



@media (max-width: 1365px) {
.header {
padding: 15px 0;
}
}

@media (max-width: 990px) {
.header {
  position: absolute;
}
}

.logo__image {
width: auto;
}

.new_haval .logo__image,
.new_chery .logo__image,
.new_geely .logo__image,
.new_omoda .logo__image{
  width: 100%;
}

.header__inner {
width: 100%;
max-width: 1110px;
margin: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
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;
color: #000;
}

@media (max-width: 1365px) {
.header__inner {
padding-left: 15px;
padding-right: 15px;
}
}

.header__logo {
cursor: pointer;
max-width: 120px;
margin-right: 30px;
}

.header__text {
flex: 1 1 0;
font-weight: 500;
font-size: 14px;
line-height: 152%;
letter-spacing: 0.04em;
text-transform: uppercase;
}

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

.header__phone {
cursor: pointer;
font-weight: 600;
font-size: 17px;
line-height: 170%;
text-align: right;
}
@media (max-width: 768px) {
.header__phone {
font-size: 14px;
}
}

.block__inner {
width: 100%;
max-width: 1110px;
margin: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

@media (max-width: 1365px) {
.block__inner {
padding-left: 15px;
padding-right: 15px;
}
}

.b-titr {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 100px 0 0px;
color: #000;
min-height: 100vh;
background: url(../files/images/background.jpg?v=1) left no-repeat;
background-size: cover;
box-sizing: border-box;
z-index: 0;
}

@media (min-width: 980px) and (max-width: 1439px) {
.b-titr {
padding: 120px 0 150px;
background-position: right 86% bottom 45%;
}
}

@media (max-width: 979px) {
.b-titr {
padding: 110px 0 20px;
}
}

.b-titr__inner {
margin: auto;
}

.b-titr__slide {
opacity: 0;
height: 0;
overflow: hidden;
-webkit-transition: opacity 0.2s ease 0s, height 0s ease 0.2s;
-o-transition: opacity 0.2s ease 0s, height 0s ease 0.2s;
transition: opacity 0.2s ease 0s, height 0s ease 0.2s;
}

.b-titr__slide.-active {
opacity: 1;
height: auto;
}

.b-titr__welcome {
opacity: 0;
-webkit-transform: translateY(10vh);
-ms-transform: translateY(10vh);
transform: translateY(10vh);
}

.b-titr__welcome.-active {
opacity: 0;
-webkit-animation: a-welcome 0.5s ease-out 1s forwards;
animation: a-welcome 0.5s ease-out 1s forwards;
}

/* Плашка на первом экране перед заголовком */
.b-titr__action {
  display: inline-flex;
  position: relative;
  /* border-radius: 4px; */
  margin-bottom: 42px;
  background-color: #0ea4e4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 87px;
  border-bottom-left-radius: 30px;
}

@media (max-width: 1440px) {
  .b-titr__action {
    margin-bottom: 16px;
  }
}

@media (max-width: 648px) {
  .b-titr__action {
    margin-bottom: 10px;
  }
}

.b-titr__action-icon {
  /* 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;
      background-color: #7FB3E3;
      border-radius: 4px; */
  padding: 10px;
}

@media (max-width: 648px) {
  .b-titr__action-icon {
    padding: 10px;
  }
}

.b-titr__action-icon svg {
  fill: #fff;
  width: 56px;
  min-width: 56px;
  height: 54px;
}

.b-titr__action-desc {
  padding: 10px 45px 12px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

@media (max-width: 648px) {
  .b-titr__action-desc {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 39px 12px 0px;
  }
}

/* Плашка на первом экране перед заголовком */

.b-titr__heading {
  color: inherit;
  max-width: 10em;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}
.new_haval .b-titr__heading,
.new_chery .b-titr__heading,
.new_omoda .b-titr__heading,
.new_geely .b-titr__heading{
  max-width: 30rem;
}
@media (max-width: 2219px) {
  .b-titr__heading {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .b-titr__heading {
    font-size: 30.75px;
  }
}

@media (max-width: 768px) {
  .b-titr__heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 139%;
    margin-bottom: 15px;
  }
}

.b-titr__dscr {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  max-width: 500px;
  text-wrap: balance;
}

@media (max-width: 1440px) {
  .b-titr__dscr {
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
  }
}

.b-titr__factoids {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  width: 100%;
  max-width: 525px;
  margin-top: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .b-titr__factoids {
    margin-top: 24px;
  }
}

@media (max-width: 1365px) {
  .b-titr__factoids {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .b-titr__factoids {
    display: block;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.b-titr__factoid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1366px) {
  .b-titr__factoid {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .b-titr__factoid:nth-child(n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .b-titr__factoid:last-child {
    margin-right: 0;
  }

  .b-titr__factoid:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 980px) and (max-width: 1365px) {
  .b-titr__factoid {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }

  .b-titr__factoid:nth-child(n) {
    margin-right: 15px;
    margin-left: 0;
  }

  .b-titr__factoid:last-child {
    margin-right: 0;
  }

  .b-titr__factoid:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .b-titr__factoid {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }

  .b-titr__factoid:nth-child(n) {
    margin-right: 15px;
    margin-left: 0;
  }

  .b-titr__factoid:last-child {
    margin-right: 0;
  }

  .b-titr__factoid:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .b-titr__factoid {
    margin-bottom: 15px;
  }
}

.b-titr__icon {
  width: 100%;
  max-width: 35px;
  margin-right: 20px;
  order: -1;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .b-titr__icon {
    margin-right: 15px;
  }
}

.b-titr__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 131%;
}

@media (min-width: 769px) and (max-width: 1439px) {
  .b-titr__subtitle {
    font-size: 14px;
  }
}

.b-titr__subtitle span {
  font-weight: 700;
  color: #fdc83e;
}

.checkbox__text span {
  font-weight: 700;
  color: #fdc83e;
}

.b-titr__button {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.b-titr__button img {
  max-width: 36px;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .b-titr__button {
    margin-top: 16px;
  }
}

@media (max-width: 479px) {
  .b-titr__button {
    width: 100%;
  }
}

.b-titr__bg {
  position: absolute;
  top: 50%;
  right: 4vw;
  width: auto;
  height: calc(100vh - 100px);
  opacity: 0;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  -webkit-animation: a-bg 1s ease-out 0.4s forwards;
  animation: a-bg 1s ease-out 0.4s forwards;
  -webkit-transition: all 1.2s ease 0s;
  -o-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  z-index: -1;
}

@media (max-width: 979px) {
  .b-titr__bg {
    right: 0;
  }
}

@media (max-width: 768px) {
  .b-titr__bg {
    -webkit-transform: translate(40%, -50%) translateZ(0);
    transform: translate(40%, -50%) translateZ(0);
  }
}

.-quiz .b-titr__bg {
  -webkit-transform: translate(100vw, -50%) translateZ(0);
  transform: translate(100vw, -50%) translateZ(0);
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}

@media (max-width: 768px) {
  .-quiz .b-titr__bg {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
}

.quiz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 1365px) {
  .quiz__list {
    margin-top: 0;
  }
}

@media (max-width: 979px) {
  .quiz__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .quiz__list {
    display: block;
  }
}

.quiz__item {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  width: 25%;
}
.quiz__item--large {
  width: 33%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .quiz__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .quiz__item:nth-child(n) {
    margin-right: 30px;
    margin-left: 0;
  }

  .quiz__item:last-child {
    margin-right: 0;
  }

  .quiz__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 979px) {
  .quiz__item {
    margin-bottom: 30px;
    width: auto;
  }
}

.-active .quiz__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.quiz__item.-active ~ .quiz__item:not(.-active) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .quiz__item.-active ~ .quiz__item:not(.-active) .quiz__checkboxes {
    display: none;
  }
}

.-active .quiz__item.-active + .quiz__item:not(.-active) {
  opacity: 0.5;
}

.-active
  .quiz__item.-active
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active) {
  opacity: 0.3;
}

.-active
  .quiz__item.-active
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active) {
  opacity: 0.1;
}

.-active
  .quiz__item.-active
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active) {
  opacity: 0.1;
}

.-active
  .quiz__item.-active
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active)
  + .quiz__item:not(.-active) {
  opacity: 0.1;
}

.quiz__item:first-child {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.quiz__item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.quiz__item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.quiz__item:nth-child(4) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.quiz__subtitle {
  font-size: 18px;
  margin-bottom: 24px;
  min-height: 44px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 240px;
}
.quiz__subtitle--large {
  font-size: 22px;
  max-width: 270px;
}
@media (max-width: 1365px) {
  .quiz__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .quiz__subtitle--large {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .quiz__subtitle {
    font-size: 26px;
    margin-bottom: 13px;
    height: auto;
  }
}

.quiz__form {
  position: relative;
  bottom: 25vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  color: #000;
  border-radius: 10px;
  max-width: 850px;
  margin: -20px auto 10px;
  padding: 50px 10px 30px 10px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
  pointer-events: none;
}

#request-form {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50vh;
    z-index: 1;
}

@media (max-width: 768px) {
    #request-form {
        bottom: 20vh;
    }
}

.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 0;
}

.request__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  color: #000;
  border-radius: 10px;
  max-width: 850px;
  margin: -20px auto 10px;
  padding: 50px 10px 30px 10px;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0s, opacity 0.5s linear;
  -o-transition: all 0s, opacity 0.5s linear;
  transition: all 0s, opacity 0.5s linear;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
}

.request__form .form__title,
.request__form .form__subtitle {
  margin-top: -1em;
  max-width: 470px;
}

.request__form .hidden {
    display: none;
}

.close-request-form {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}

@media (max-width: 1365px) {
  .quiz__form {
    margin-top: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .quiz__form {
    margin-top: 70px;
  }
}

.-finished .quiz__form {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.quiz__checkbox {
  margin-bottom: 12px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.quiz__checkbox.hidden {
  opacity: 0;
}

.quiz .form__title,
.quiz .form__subtitle {
  opacity: 0;
  margin-top: -1em;
}

@media (max-width: 768px) {
  .quiz .form__title,
  .quiz .form__subtitle {
    font-size: 19px;
    margin-top: 0;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .quiz .form__subtitle {
    font-size: 16px;
  }
}

.quiz.-finished .form__title,
.quiz.-finished .form__subtitle {
  opacity: 1;
  margin-top: 0;
  /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); */
}

@media (max-width: 768px) {
  .quiz.-finished .form__title,
  .quiz.-finished .form__subtitle {
    margin-top: 0;
  }
}

.thanks {
  text-align: center;
}

.thanks__image {
  max-width: 140px;
  margin: 0 auto 15px;
}

@media (max-width: 768px) {
  .thanks__image {
    max-width: 90px;
  }
}

.thanks__heading {
  font-size: 42px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

.-active .thanks__dscr,
.-active .thanks__heading {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 768px) {
  .thanks__heading {
    font-size: 32px;
  }
}

.thanks__dscr {
  max-width: 35em;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
  backdrop-filter: blur(25px);
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.thanks-message {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 45px;
  width: 390px;
  color: transparent;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, 100vh) scale(0.8);
  -ms-transform: translate(-50%, 100vh) scale(0.8);
  transform: translate(-50%, 100vh) scale(0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 50;
  -webkit-transition: color 0s ease 1s, opacity 0.2s ease-in 0.4s,
    -webkit-box-shadow 0.4s ease 0s, -webkit-transform 0.4s ease 0.4s;
  -o-transition: color 0s ease 1s, box-shadow 0.4s ease 0s,
    transform 0.4s ease 0.4s, opacity 0.2s ease-in 0.4s;
  transition: color 0s ease 1s, opacity 0.2s ease-in 0.4s,
    -webkit-box-shadow 0.4s ease 0s, -webkit-transform 0.4s ease 0.4s;
  transition: color 0s ease 1s, box-shadow 0.4s ease 0s,
    transform 0.4s ease 0.4s, opacity 0.2s ease-in 0.4s;
  transition: color 0s ease 1s, box-shadow 0.4s ease 0s,
    transform 0.4s ease 0.4s, opacity 0.2s ease-in 0.4s,
    -webkit-box-shadow 0.4s ease 0s, -webkit-transform 0.4s ease 0.4s;
}

.thanks-message:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #0075bf;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  z-index: -1;
}

.thanks-message.-active {
  color: #fff;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
  transform: translate(-50%, -50%) translateZ(0) scale(1);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.4s ease 0.4s, -webkit-box-shadow 0.4s ease 0.4s;
  -o-transition: color 0.4s ease 0.4s, box-shadow 0.4s ease 0.4s;
  transition: color 0.4s ease 0.4s, -webkit-box-shadow 0.4s ease 0.4s;
  transition: color 0.4s ease 0.4s, box-shadow 0.4s ease 0.4s;
  transition: color 0.4s ease 0.4s, box-shadow 0.4s ease 0.4s,
    -webkit-box-shadow 0.4s ease 0.4s;
}

.thanks-message.-active:before {
  opacity: 1;
  -webkit-transform: scale(6) translateZ(0);
  transform: scale(6) translateZ(0);
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}

.thanks-message.-active svg {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.thanks-message.-active .message__heading {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.thanks-message.-active .thanks__circle {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.thanks-message.-active .thanks__stroke {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.thanks-message svg {
  opacity: 0;
  -webkit-transition: all 0.2s ease 0.6s;
  -o-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
}

.thanks-message .message__heading {
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0.8s;
  -o-transition: all 0.4s ease 0.8s;
  transition: all 0.4s ease 0.8s;
}

.thanks-message .thanks__circle,
.thanks-message .thanks__stroke {
  stroke: #fff;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.page__inner {
  overflow: hidden;
}

.page__upper {
  margin-bottom: 70px;
}

.page__footer {
  margin-top: auto;
}

.first-letter-upper:first-letter {
  text-transform: uppercase;
}

.cookie-message {
  position: fixed;
  z-index: 99999;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 2rem);
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
}

.cookie-message__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #3e2f2f;
}

.cookie-message__text a {
  color: #1957b5;
  border-bottom: 1px solid currentColor;
  text-decoration: none !important;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.cookie-message__text a:hover {
  border-bottom-color: transparent;
}

.cookie-message__btn {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(41, 32, 32, 0.5);
  padding: 8px 24px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #292020;
  transition: 0.2s ease;
}

.cookie-message__arrow {
  max-width: 25px;
}

.cookie-message__btn:hover {
  background-color: #b71b14;
  border-color: #b71b14;
  color: #ffffff;
}

.cookie-message.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .cookie-message {
    width: 340px;
    padding: 10px 16px;
    flex-direction: row;
    align-items: center;
    bottom: -2rem;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }

  .cookie-message__btn {
    border: 1px solid rgba(41, 32, 32, 0.5);
    padding: 8px 24px;
    height: 29px;
    font-size: 13px;
    line-height: 1;
  }
}

@media (max-width: 430px) {
  .cookie-message {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .cookie-message {
    padding: 10px 30px;
    border-radius: 4px;
    bottom: 15vh
  }

  .cookie-message__text {
    margin-right: 45px;
    font-size: 16px;
    white-space: nowrap;
  }

  .cookie-message__btn {
    height: 40px;
  }
}

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

.loading img {
  width: 64px;
  height: 64px;
}

@media (max-width: 1440px) {
  #jvlabelWrap {
    left: auto !important;
    right: 40px !important;
  }
}

.thanks__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px;
}

@media (max-width: 768px) {
  .thanks__btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.finally {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.finally__items {
  padding-top: 20px !important;
}

.finally p {
  font-size: 20px;
  line-height: 30px;

  text-align: center;
  margin-bottom: 38px;
}

@media (max-width: 768px) {
  .finally p {
    font-size: 14px;
    line-height: 22px;

    text-align: left;
    margin-bottom: 24px;
  }

  .finally p br {
    display: none;
  }
}

.finally .button {
  width: max-content;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .finally .button {
    width: 100%;
  }
}

.finally__items {
  width: 100%;
}

.finally__items .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 56px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  grid-gap: 30px;
  width: 100%;
}

@media (max-width: 768px) {
  .finally__items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
    -ms-grid-columns: none;
    grid-template-columns: none;
    grid-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.finally__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-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  -o-transition: transform 0.3s, filter 0.3s;
  transition: transform 0.3s, filter 0.3s;
  transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s,
    -webkit-filter 0.3s;
  border-radius: 11px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .finally__item {
    /* max-width: 136px; */
    max-width: calc(50% - 8px);
  }
}

.finally__item:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-filter: drop-shadow(0px 17px 26px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 17px 26px rgba(0, 0, 0, 0.08));
}

.finally__item-picture {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}

.finally__item-picture img {
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.finally__item-title {
  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;
  background-color: #337eb9;
  padding: 12px 5px 13px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .finally {
    overflow: visible;
  }

  .finally__item-title {
    padding: 0px 5px;
    font-size: 13px;
    line-height: 16px;
    min-height: 45px;
    width: calc(100% - 10px);
  }

  .finally__items {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.action_text {
  min-height: 130px;
  display: flex;
  align-items: flex-end;
}

.action_text a {
  color: #538bc5ab;
  font-size: 0.5em;
  font-weight: 400;
  transition: all 0.1s ease 0s;
}

.action_text a:hover {
  color: unset;
}

.action_text.last {
  min-height: 30px;
}

.disclamer {
  display: none;
  font-size: 14px;
  bottom: 0px;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 123;
}

.disclamer .disclamer_shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5686274509803921);
}

.disclamer .disclamer_content {
  max-width: 768px;
  background-color: #fff;
  position: absolute;
  padding: 3vh 3vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 75vh;
  box-sizing: border-box;
  width: 90%;
}

.disclamer .disclamer_content p {
  margin-bottom: 15px;
  font-weight: 500;
}

.credit_terms {
  bottom: 0;
  cursor: pointer;
}
.new_haval .credit_terms,
.new_chery .credit_terms,
.new_omoda .credit_terms,
.new_geely .credit_terms {
  color: #fff;
}

.credit_terms:hover {
  text-decoration: none;
}

.disclamer_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -30px;
  height: 30px;
  display: block;
  background-color: #000;
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
  transition: 0.15s;
}

.disclamer_close:hover {
  background-color: #fff;
  color: #000;
}

.disclamer_content___wrapp {
  max-height: 65vh;
  position: relative;
  height: 500px;
  overflow: auto;
}

.credit_terms___wrapp {
  width: 100%;
  max-width: 1110px;
  position: relative;
  text-align: left;
  color: #000;
  margin-top: 24px;
  font-weight: 300;
  font-size: 13px;
  line-height: 159%;
}

@media (max-width: 648px) {
  .credit_terms___wrapp {
    transform: none;
    position: relative;
  }
}

@media (max-width: 767px) {
  .disclamer {
    font-size: 11px;
  }

  .credit_terms {
    text-align: center;
  }
}

.popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: none;
}

.popup.is-visible {
  display: flex;
  -webkit-animation: fade 0.6s;
  animation: fade 0.6s;
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}

.popup__wrapper {
  position: relative;
  margin: auto;
  background: #FFF;
  display: flex;
  z-index: 4;
  max-width: 970px;
  border-radius: 10px;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0s, opacity 0.5s linear;
  -o-transition: all 0s, opacity 0.5s linear;
  transition: all 0s, opacity 0.5s linear;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.6);
}

.popup-form .form__checkbox {
  align-items: flex-start;
}

.popup-form .form__submit {
  padding: 23px 40px;
  margin-bottom: 1em;
}

.popup-form .checkbox__text {
  line-height: 1;
}

.popup-form .form__field {
  margin-right: 0px;
}

.popup__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.popup__close:hover {
  opacity: 1;
}

/* @media screen and (max-width: 992px) {
      .popup__close {
          width: 16px;
          height: 16px;
          top: 10px;
          right: 10px;
      }
  }

  @media screen and (max-width: 992px) {
      .popup__btn {
          font-size: 16px;
          max-width: 220px;
          width: 100%;
          margin: 0 auto;
          min-width: 0;
          font-weight: normal;
      }
  } */

.popup__content {
  /* margin-left: 76px; */
  font-size: 30px;
  line-height: 137%;
  color: #fff;
  padding: 70px;
}

.popup__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}

.popup__img {
  max-width: 505px;
  max-height: 505px;
}

.popup__subtitle {
  font-size: 16px;
  max-width: 375px;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 3em;
}

.popup-form {
  display: flex;
  flex-direction: column;
}

.popup__input {
  border-radius: 46px;
  padding: 23px 40px;
  margin-bottom: 10px;
}

/* @media screen and (max-width: 992px) {
      .popup__subtitle {
          max-width: 90%;
          margin: 0.5em auto 0;
      }
  } */

@media (max-width: 1024px) {
  .popup__wrapper {
    max-width: 700px;
    max-height: 298px;
  }

  .popup__close {
    top: 12px;
    right: 16px;
  }

  .popup__content {
    margin-left: 0;
    /* margin-bottom: 18px; */
    font-size: 15px;
    line-height: 142%;
    text-align: center;
  }

  .popup__content {
    padding: 30px;
  }

  .popup__img {
    max-width: 300px;
    max-height: 300px;
  }

  .popup__title {
    font-size: 20px;
  }

  .popup__input {
    padding: 11px 35px;
  }

  .popup-form .form__submit {
    padding: 11px 35px;
    margin-bottom: 10px;
  }

  .popup__subtitle {
    margin-bottom: 1em;
  }

  .checkbox__text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .popup__wrapper {
    max-width: 92%;
    max-height: 100%;
    flex-direction: column;
  }

  .popup__img {
    max-width: 100%;
    max-height: unset;
  }

  .popup__content {
    text-align: left;
  }

  .popup-form .form__submit {
    border-radius: 40px;
    min-width: auto;
    height: 46px;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.thanks__subtitle {
  margin-bottom: 0;
}

.thanks__content {
  color:#000;
  text-align: center;
}

.phone-btn {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  inset: auto 24px 24px auto;
  transform: none;
  position: fixed;
  cursor: pointer;
  border: none;
  outline: none;
}

.phone-btn__wrapper {
  background: linear-gradient(rgb(247, 118, 31), rgb(247, 118, 31));
  inset: auto 24px 24px auto;
  transition: all 250ms ease-in 0s;
  z-index: 1;
  animation: 1.5s ease-in-out 0s infinite normal both running bounce;
  box-shadow: none;
  transform: none;
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  text-align: center;
  opacity: 1;
  position: absolute;
  border: none;
  outline: none;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.phone-btn__icon {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  fill: #fff;
}

@keyframes bounce {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 879px) {
  .header__info {
    align-items: flex-end;
  }
}

.header__address {
  font-size: 11px;
  display: flex;
  text-align: right;
}

.header__icon {
  order: -1;
  max-width: 11px;
  margin-right: 5px;
}

@media (max-width: 1365px) {
  .header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1366px) {
  .header__logo {
    max-width: 100px;
  }
  .header {
    padding: 20px 0;
  }
  .quiz__list {
    margin-top: 10px;
  }
  /* .quiz__form {
    margin: 30px auto 0;
  } */
}

@media (max-width: 768px) {
  .header__logo {
    max-width: 90px;
  }
}

@media (max-width: 425px) {
  .header__logo {
    margin-right: 20px;
  }
  .header__address {
    font-size: 9px;
  }
}
.first-screen__plate {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.first-screen__plate-item {
    display: flex;
    color: #fff;
    background: #E82117;
    border: 1px solid #E82117;
    border-radius: 5px;
    align-items: center;
    max-width: 14.75rem;
    padding: 6.7px 16px;
    font-size: 16px;
    gap: 14px;
    height: 45px;
}
.new_haval .first-screen__plate-item,
.new_chery .first-screen__plate-item,
.new_omoda .first-screen__plate-item,
.new_geely .first-screen__plate-item {
  background-color: #E60000;
}
.first-screen__plate--large {
  top: 0;
}
.first-screen__plate img {
  /* max-width: 25px; */
  width: 36px;
  height: 36px;
  order: -1;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .first-screen__plate {
  margin-bottom: 32px;
  order: -1;
  position: relative;
}
}

.attention-message {
  background: rgba(255,255,255,0.2);
  padding: 41px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
.attention-message a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight: 700;
}

@media (max-width: 990px) {
  .attention-message {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .attention-message {
    position: relative;
  }
}
.hidden {
    display: none;
}

.bg-image {
    position: absolute;
    max-width: 100rem;
    bottom: 0;
    right: calc(30% - 50vw);
    z-index: -1;
    transition: 1s;
}
.new_haval .bg-image,
.new_chery .bg-image,
.new_omoda .bg-image,
.new_geely .bg-image {
    position: absolute;
    max-width: 60rem;
    bottom: 0;
    right: calc(40% - 50vw);
    z-index: -1;
    transition: 1s;
}


@media (max-width: 1600px) {
  .new_haval .bg-image,
  .new_chery .bg-image,
  .new_omoda .bg-image,
  .new_geely .bg-image {
    max-width: 55rem;
    right: calc(40% - 50rem);
  }
}

@media (max-width: 1400px) {
  .bg-image {
    max-width: 50rem;
    right: calc(50% - 50rem);
  }
}

@media (max-width: 990px) {
  .bg-image {
    position: relative;
    right: initial;
    bottom: initial;
    width: 866px;
    left: 60%;
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .bg-image {
      zoom: 0.7;
      left: 80%;
      margin-bottom: -10rem;
      margin-top: 8rem;
      bottom: 12vh;
  }
}

.bg-image img {
  object-fit: contain;
  width: 100%;
}

.is-dark .header__icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7431%) hue-rotate(241deg) brightness(119%) contrast(119%);
}
.is-dark .quiz__form {
  background-color: #000000;
  color: #fff;
}
.is-dark .quiz.-finished .form__subtitle,
.is-dark .form__subtitle {
  opacity: 0.8;
}
.is-dark .form__input {
  border: 1px solid rgba(76, 76, 76, 0.50);
  background: #303030;
  color: #E6E6E6;
}
.is-dark .form__input::placeholder {
  color: #E6E6E6;
}
@media screen and (min-width: 1921px){
  .is-dark .quiz__form {
    bottom: -10px;
  }
}
@media screen and (max-width: 640px) {
  .is-dark .bg-image {
    right: 0;
    left: 0;
    max-width: max-content;
    transform: translateX(-3%);
    position: relative;
    margin-top: 24px;
  }
  .is-dark .attention-message {
    font-size: 12px;
    padding: 16px;
    min-height: 0;
  }
}

@media (max-width: 1440px) {
  .is-dark .b-titr {
    padding: 100px 0 150px;
  }

}