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

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* CHANGAN */

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

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

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

@font-face {
  font-family: 'TacticRound';
  src: url("../fonts/TacticRound/TacticRound-Reg.woff2") format("woff2"), url("../fonts/TacticRound/TacticRound-Reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TacticRoundExd';
  src: url("../fonts/TacticRound/TacticRoundExd-Med.woff2") format("woff2"), url("../fonts/TacticRound/TacticRoundExd-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TacticRoundExtExd';
  src: url("../fonts/TacticRound/TacticRoundExtExd-Bld.woff2") format("woff2"), url("../fonts/TacticRound/TacticRoundExtExd-Bld.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* CHERY */

@font-face {
  font-family: 'HarmonyOS';
  src: url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Thin.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS';
  src: url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS';
  src: url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS';
  src: url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS';
  src: url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS';
  src: url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Black.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* EXEED */

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* GEELY */

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

@font-face {
  font-family: 'NeoSansCyr';
  src: url("../fonts/NeoSansCyr/NeoSansCyr-Regular.woff2") format("woff2"), url("../fonts/NeoSansCyr/NeoSansCyr-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

html {
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
  height: 100%;
}

html.open-menu {
  overflow: hidden;
}

*,
*::before,
*::after {
  font-kerning: none;
  font-feature-settings: "pnum" on, "lnum" on;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-sm {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-xsm {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "HarmonyOS", sans-serif !important;
  font-size: 16px;
  background-color: #ffffff;
  width: 100%;
  color: #181b1d;
  scroll-behavior: smooth;
  min-height: 100%;
}

body.open-menu,
body.open-modal {
  overflow: hidden;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.main {
  position: relative;
  flex-grow: 1;
}

.main_gray {
  background-color: #f1f1f1;
}

.main.has-banner .chat {
  margin-top: 0;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
  font-family: inherit !important;
}

button {
  cursor: pointer;
  transition: all 0.3s linear;
}

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

.compensate-for-scrollbar {
  margin: auto !important;
}

.disabled {
  position: relative;
  filter: grayscale(1);
}

.disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: inherit;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 13px 24px;
  border: 1px solid #000000;
  border-radius: 15px;
  background-color: #000000;
  font-family: "HarmonyOS", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
  transition: all 0.25s;
  text-align: center;
}

.button:hover {
  color: #000000;
  background-color: #ffffff;
}

.button_white {
  height: 51px;
  color: #BB162B;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 3px 10px 0px #26243C12;
  border-radius: 45px;
}

.button_white:hover {
  color: #ffffff;
  background-color: #BB162B;
}

.button_red {
  height: 51px;
  color: #ffffff;
  background-color: #BB162B;
  border-color: #BB162B;
  box-shadow: 0px 3px 10px 0px #26243C12;
  border-radius: 45px;
}

.button_red:hover {
  color: #BB162B;
  background-color: #ffffff;
}

.header {
  background-color: #ffffff;
  box-shadow: -2px -1px 15px 0px #0000001A;
}

.header__container {
  display: flex;
  align-items: center;
  height: 84px;
}

.header__logo {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.header__logo img {
  margin-right: 20px;
}

.header__logo-changan {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.header__logo-changan img {
  margin-right: 20px;
  width: auto;
  height: 40px;
}

.header__logo-chery {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.header__logo-chery img {
  margin-right: 20px;
  width: auto;
  height: 25px;
}

.header__dealer {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #6B6B6B;
}

.header__dealer-name {
  font-weight: 600;
}

.header__right-block {
  margin-left: auto;
  text-align: right;
}

.header__address {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.025em;
  color: #6B6B6B;
  text-transform: uppercase;
}

.header__phone {
  margin-left: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.025em;
  color: #6B6B6B;
}

.header__burger-btn {
  display: none;
}

.header__burger-close {
  display: none;
}

.header__mobile-block {
  display: none;
}

.header_forward .header__logo {
  flex-shrink: 0;
}

.header_forward .header__logo img {
  margin-right: 24px;
}

.header_forward .header__dealer {
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border-left: 1px solid #BFBFBF;
}

.header_forward .header__right-block {
  display: flex;
  flex-direction: column;
}

.header_forward .header__phone {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.header_forward .header__address {
  font-size: 16px;
  line-height: 16px;
  text-transform: inherit;
}

.chat {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 84px);
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../img/content/bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.chat__container_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

.chat__title {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  color: #000000;
  text-align: center;
}

.chat__text {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #181b1d;
  text-align: center;
}

.chat__block {
  padding-top: 20px;
  padding-bottom: 28px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}

.chat__top-block {
  position: sticky;
  top: 0;
  display: flex;
  height: 102px;
  align-items: center;
  margin-bottom: 12px;
  padding: 20px 40px;
  z-index: 50;
}

.chat__top-block_online .chat__img-block {
  position: relative;
}

.chat__top-block_online .chat__img-block::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #8ADA09;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
}

.chat__top-block_sticky {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #00000017;
}

.chat__top-block_sticky .chat__img-block {
  width: 62px;
  height: 62px;
  margin-right: 20px;
}

.chat__top-block_sticky .chat__name {
  color: #333333;
}

.chat__top-block_sticky .chat__job-title {
  width: auto;
  color: #333333;
}

.chat__top-block_sticky .chat__button-tel {
  display: block;
  opacity: 1;
  color: #ffffff;
}

.chat__top-block_sticky .chat__button-tel:hover {
  color: #000000;
}

.chat__button-tel {
  margin-left: auto;
  display: none;
  opacity: 0;
}

.chat__img-block {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.chat__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s all;
}

.chat__text-block {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
}

.chat__name {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #181b1d;
}

.chat__job-title {
  width: max-content;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #181b1d;
}

.chat__content {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.chat__message {
  align-self: flex-start;
  max-width: fit-content;
  margin-right: 30px;
  margin-bottom: 12px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 0 15px 15px 15px;
  color: #181b1d;
  background-color: #ffffff;
}

.chat__answer {
  max-width: 400px;
  align-self: flex-end;
  margin-bottom: 12px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  background-color: #BB162B;
  border-radius: 15px 15px 0px 15px;
}

.chat__label {
  display: block;
  margin-bottom: 10px;
}

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

.chat__button {
  margin-bottom: 12px;
}

.chat__input-block {
  margin-bottom: 12px;
}

.chat__agree-text {
  color: initial;
  opacity: 50%;
}

.chat__agree-text a {
  color: #000000;
}

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

.chat__info-block {
  position: fixed;
  left: 60px;
  bottom: 115px;
  max-width: 307px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #181b1d;
}

.chat__model-block {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 20px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 2px solid transparent;
  transition: 0.35s all;
}

.chat__model-block::before {
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../img/content/check2.svg");
  opacity: 0;
  transition: 0.35s all;
}

.chat__model-img {
  height: 130px;
  margin-bottom: 16px;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}

.chat__model-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat__model {
  min-height: 45px;
  margin-bottom: 4px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #181b1d;
}

.chat__desc {
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 5px;
}

.chat__desc.is-blue {
  color: #0a3a6a;
}

.chat__desc.is-orange {
  color: #f68d2e;
}

.chat__desc.is-red {
  color: #ca0100;
}

.chat__info {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  min-height: 20px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #BB162B;
  border-radius: 15px 15px 0 0;
}

.chat__model-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.chat__model-item {
  width: calc(100% / 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}

.chat__model-item input {
  display: none;
}

.chat__model-item input:checked + .chat__model-block {
  border-color: #BB162B;
}

.chat__model-item input:checked + .chat__model-block::before {
  opacity: 1;
}

.chat__color-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 510px;
  margin-bottom: 6px;
}

.chat__color-item {
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}

.chat__color-item input {
  display: none;
}

.chat__color-item input:checked + .chat__color-wrap {
  background-color: #000000;
}

.chat__color-item input:checked + .chat__color-wrap .chat__color-text {
  color: #ffffff;
}

.chat__color-wrap {
  display: flex;
  align-items: center;
  padding: 13px 24px 12px 16px;
  background-color: #ffffff;
  border-radius: 0;
  transition: 0.35s all;
}

.chat__color-wrap_other {
  padding-left: 24px;
}

.chat__color {
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 15px;
  border: 0.1px solid #ffffff;
}

.chat__color-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #181b1d;
  transition: 0.35s all;
}

.chat__message-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 50px 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px #00000014;
  border-radius: 15px;
}

.chat__message-block svg {
  margin-bottom: 24px;
}

.chat__policy-text {
  padding: 50px 50px 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px #00000014;
  border-radius: 15px;
  line-height: 150%;
}

.chat__policy-text h3 {
  margin-bottom: 20px;
}

.chat__policy-text p {
  margin-bottom: 15px;
}

.chat__message-title {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  color: #000000;
  text-align: center;
}

.chat__message-text {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #181b1d;
  text-align: center;
}

.chat__feature-list {
  display: flex;
  padding: 30px 15px;
  background-color: #181b1d;
}

.chat__feature-item {
  display: flex;
  align-items: center;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0;
}

.chat__feature-item picture {
  margin-right: 10px;
  flex-shrink: 0;
}

.chat__feature-item span {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #ffffff;
}

.chat_forward .chat {
  padding-top: 60px;
}

.chat_forward .chat__img-block {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.chat_forward .chat__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.chat_forward .chat__job-title {
  font-size: 13px;
  line-height: 13px;
}

.chat_forward .chat__avatar {
  position: absolute;
  top: 55px;
  left: 30px;
  border-radius: 50%;
}

.chat_forward .chat__fixed-block {
  display: none;
}

.chat_forward .chat__button-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.30000001192092896px;
  color: #ffffff;
  background-color: #BB162B;
  border-radius: 6px;
  opacity: 1;
}

.chat_forward .chat__title {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 43.2px;
}

.chat_forward .chat__text {
  margin-bottom: 50px;
  font-size: 23px;
  line-height: 23px;
}

.chat_forward .chat__info-block {
  left: 20px;
  bottom: 20px;
  font-size: 9.53px;
  line-height: 11.17px;
  color: #C0C0CC;
}

.chat_forward .chat__block {
  padding-top: 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  box-shadow: 0px 30px 30px 0px #00000014;
}

.chat_forward .chat__block_fixed .chat__fixed-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 80;
}

.chat_forward .chat__block_fixed .chat__fixed-block-wrap {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #00000017;
}

.chat_forward .chat__block_fixed .chat__fixed-block-wrap_on-line .chat__img-block {
  position: relative;
}

.chat_forward .chat__block_fixed .chat__fixed-block-wrap_on-line .chat__img-block::before {
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #56D456;
  border-radius: 50%;
  z-index: 85;
}

.chat_forward .chat__content {
  position: relative;
  padding-top: 55px;
  padding-left: 110px;
  padding-right: 139px;
}

.chat_forward .chat__message {
  max-width: none;
  margin: 0 0 30px 0;
  padding: 16px 20px;
  color: #343434;
  box-shadow: 0px 3px 10px 0px #26243C12;
}

.chat_forward .chat__model-list {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 24px;
}

.chat_forward .chat__model-item {
  width: calc(100% / 2 - 6px);
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
}

.chat_forward .chat__model-block {
  padding: 20px 20px 15px;
  border: 2px solid transparent;
  box-shadow: 0px 3px 10px 0px #26243C12;
  border-radius: 15px;
}

.chat_forward .chat__model-block::before {
  top: -6px;
  bottom: auto;
  right: -6px;
  background-image: url(../img/content/check.svg);
}

.chat_forward .chat__model-img {
  height: 115px;
  margin-bottom: 15px;
}

.chat_forward .chat__model {
  min-height: 65px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.chat_forward .chat__price {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: rgba(52, 52, 52, 0.6);
}

.chat_forward .chat__answer {
  margin-bottom: 30px;
  padding: 16px 20px;
}

.chat_forward .chat__label {
  margin-top: 18px;
  margin-bottom: 0;
}

.chat_forward .chat__button {
  margin-bottom: 30px;
}

.chat_forward .chat__color-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.chat_forward .chat__color-item input {
  display: none;
}

.chat_forward .chat__color-item input:checked + .chat__color-wrap {
  background-color: #BB162B;
}

.chat_forward .chat__color-wrap {
  padding: 13px 20px;
  border-radius: 45px;
  border: 1px solid #EBEBEB;
}

.chat_forward .chat__color {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  border: none;
}

.chat_forward .chat__color-list {
  margin-bottom: 20px;
}

.chat_forward .chat__input-block input {
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #C7C7C7;
  border-radius: 70px;
}

.checkbox-block {
  cursor: pointer;
}

.checkbox-block__input {
  display: none;
}

.checkbox-block__input:checked + .checkbox-block__label::after {
  opacity: 1;
}

.checkbox-block__input:checked + .checkbox-block__label::before {
  background-color: #000000;
}

.checkbox-block__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "HarmonyOS", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #181b1d;
}

.checkbox-block__label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 12px;
  border-radius: 4px;
  border: 1px solid #000000;
  transition: 0.35s all;
  flex-shrink: 0;
}

.checkbox-block__label::after {
  position: absolute;
  top: 3px;
  left: 1px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/content/check.svg");
  background-size: 14px 14px;
  opacity: 0;
}

.checkbox-block_red .checkbox-block__label {
  color: #BB162B;
}

.checkbox-block_red .checkbox-block__label::before {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  border-radius: 2px;
  border-color: #BB162B;
}

.checkbox-block_red .checkbox-block__label::after {
  top: 6px;
  left: 3.8px;
  width: 9px;
  height: 9px;
  background-image: url("../img/content/check2.svg");
  background-size: 9px 9px;
}

.checkbox-block_red .checkbox-block__input:checked + .checkbox-block__label::before {
  background-color: #BB162B;
}

.input {
  display: block;
  width: 300px;
  height: 50px;
  padding: 17px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #181b1d;
  background-color: #ffffff;
  border-radius: 15px;
}

.input::placeholder {
  color: #A3A5A6;
}

.banner {
  line-height: 0;
}

.modal {
  max-width: 570px;
  padding: 0;
  background-color: transparent;
}

.modal__top-block {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #1D1D1D;
  border-radius: 30px 30px 0 0;
}

.modal__img-block {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.modal__col {
  display: flex;
  flex-direction: column;
}

.modal__name {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
}

.modal__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff;
}

.modal__main-block {
  padding: 30px 50px 60px 30px;
  background-color: #EFEEF7;
  border-radius: 0 0 30px 30px;
}

.modal__message {
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: #ffffff;
  border-radius: 2px 15px 15px 15px;
  box-shadow: 0px 3px 10px 0px #26243C12;
}

.modal__input {
  height: 56px;
  margin-bottom: 20px;
  border-radius: 70px;
  border: 1px solid #C7C7C7;
}

.modal__button {
  width: 190px;
}

.fancybox__backdrop {
  background-color: #00000080;
}

.is-close-btn {
  top: -22px !important;
  right: -13px !important;
  width: 27px;
  height: 27px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  opacity: 1;
}

.is-close-btn svg {
  width: 15px;
  height: 15px;
  stroke: #ffffff;
}

@media (max-width: 1650px) {
  .chat__info-block {
    position: static;
    margin: 40px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 700px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }
}

@media (max-width: 900px) {
  .header__address {
    display: none;
  }

  .header_forward .header__address {
    display: block;
  }
}

@media (max-width: 850px) {
  .chat_forward .chat__content {
    padding-left: 110px;
    padding-right: 60px;
  }
}

@media (max-width: 800px) {
  .header__burger-btn {
    display: block;
    margin-left: 6px;
    line-height: 0;
  }

  .header_show .header {
    position: relative;
  }

  .header_show .header__logo {
    display: none;
  }

  .header_show .header__phone {
    display: none;
  }

  .header_show .header__burger-close {
    display: block;
  }

  .header_show .header__burger-dots {
    display: none;
  }

  .header_show .header__mobile-block {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    z-index: 100;
  }

  .header_show .header__mobile-block .header__phone {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .header_show .header__mobile-block .header__address {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }

  .header_show .header__overlay {
    position: absolute;
    top: 66px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #484D5CCC;
    z-index: 99;
  }

  .header_show .header__mobile-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .header_show .header__mobile-logo img {
    width: 107px;
    height: auto;
    margin-bottom: 35px;
  }

  .header_show .header__mobile-dealer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #6B6B6B;
  }

  .header_forward .header__container {
    height: 66px;
  }

  .header_forward .header__logo img {
    width: 94px;
    height: auto;
  }

  .header_forward .header__dealer {
    display: none;
  }

  .header_forward .header__phone {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .header_forward .header__address {
    display: none;
  }
}

@media (max-width: 768px) {
  .button {
    font-size: 14px;
    line-height: 18px;
  }

  .button_white {
    height: 40px;
  }

  .button_red {
    height: 40px;
  }

  .header__container {
    height: 60px;
  }

  .header__logo img {
    margin-right: 10px;
    width: 180px;
    height: auto;
  }

  .header__logo-changan img {
    margin-right: 10px;
    height: 30px;
  }

  .header__logo-chery img {
    margin-right: 10px;
    height: 15px;
  }

  .header__dealer {
    font-size: 10px;
    line-height: 10px;
  }

  .header__right-block {
    margin-top: -3px;
  }

  .header__phone {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .chat {
    min-height: calc(100vh - 60px);
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../img/content/bg-sm.png");
  }

  .chat__title {
    font-size: 24px;
    line-height: 30px;
  }

  .chat__text {
    font-size: 18px;
    line-height: 24px;
  }

  .chat__block {
    padding-top: 5px;
  }

  .chat__top-block {
    height: 65px;
    padding: 10px 10px;
  }

  .chat__top-block_online .chat__img-block {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .chat__button-tel {
    flex-shrink: 0;
    height: 40px;
    padding: 10px 10px;
    font-size: 10px;
  }

  .chat__img-block {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .chat__name {
    font-size: 13px;
    line-height: 20px;
  }

  .chat__job-title {
    font-size: 10px;
    line-height: 10px;
  }

  .chat__content {
    padding: 0 15px;
  }

  .chat__message {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .chat__answer {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .chat__agree-text {
    font-size: 14px;
  }

  .chat__model-block {
    min-height: initial;
  }

  .chat__model-img {
    margin-bottom: 8px;
  }

  .chat__model {
    min-height: initial;
    font-size: 14px;
    line-height: 18px;
  }

  .chat__desc {
    font-size: 14px;
    line-height: 18px;
  }

  .chat__desc br {
    display: none;
  }

  .chat__model-item {
    width: calc(100% / 2 - 20px);
  }

  .chat__color-text {
    font-size: 14px;
    line-height: 18px;
  }

  .chat__message-block {
    padding: 30px 15px 50px;
  }

  .chat__policy-text {
    padding: 30px 15px 50px;
    font-size: 14px;
  }

  .chat__message-title {
    font-size: 28px;
    line-height: 34px;
  }

  .chat__message-text {
    margin-bottom: 30px;
  }

  .chat__feature-list {
    padding: 15px 5px 5px;
    flex-direction: column;
  }

  .chat__feature-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .chat_forward .chat {
    padding-top: 30px;
  }

  .chat_forward .chat__img-block {
    margin-right: 10px;
  }

  .chat_forward .chat__name {
    font-size: 14px;
    line-height: 14px;
  }

  .chat_forward .chat__job-title {
    font-size: 12px;
    line-height: 12px;
  }

  .chat_forward .chat__avatar {
    top: 30px;
    left: 10px;
    width: 35px;
    height: 35px;
  }

  .chat_forward .chat__button-tel span {
    display: none;
  }

  .chat_forward .chat__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 33.6px;
  }

  .chat_forward .chat__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .chat_forward .chat__block_fixed .chat__fixed-block-wrap {
    padding: 10px;
  }

  .chat_forward .chat__block_fixed .chat__fixed-block-wrap_on-line .chat__img-block {
    width: 35px;
    height: 35px;
  }

  .chat_forward .chat__content {
    padding-top: 30px;
    padding-left: 56px;
    padding-right: 25px;
  }

  .chat_forward .chat__message {
    margin-bottom: 20px;
  }

  .chat_forward .chat__model-list {
    margin-bottom: 14px;
  }

  .chat_forward .chat__answer {
    margin-bottom: 20px;
  }

  .chat_forward .chat__button {
    margin-bottom: 20px;
  }

  .chat_forward .chat__color-wrap {
    padding: 9px 13px;
  }

  .chat_forward .chat__color-list {
    margin-bottom: 10px;
  }

  .chat_forward .chat__input-block input {
    height: 50px;
  }

  .checkbox-block__label {
    font-size: 14px;
    line-height: 18px;
  }

  .checkbox-block_red .checkbox-block__label::before {
    margin-top: 2px;
  }

  .checkbox-block_red .checkbox-block__label::after {
    top: 5px;
    left: 3px;
  }

  .input {
    width: 100%;
    height: 44px;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 700px) {
  .modal {
    max-width: 342px;
  }

  .modal__top-block {
    padding: 17px 20px;
  }

  .modal__text {
    max-width: 210px;
  }

  .modal__message {
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .modal__input {
    height: 50px;
  }

  .modal__button {
    height: 50px;
  }

  .is-close-btn {
    top: -27px !important;
    right: -6px !important;
  }
}

@media (max-width: 630px) {
  .chat_forward .chat__model-item {
    width: calc(100% / 1 - 6px);
  }

  .chat_forward .chat__model-block {
    padding: 15px 15px;
  }

  .chat_forward .chat__model-img {
    height: auto;
  }

  .chat_forward .chat__model {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 24px;
  }

  .chat_forward .chat__price {
    font-size: 13px;
    line-height: 19.5px;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 10px;
  }

  .container-sm {
    padding: 0 10px;
  }

  .container-xsm {
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .chat__model-img {
    height: auto;
  }

  .chat__model-item {
    width: calc(100% / 1 - 20px);
  }
}

@media (max-width: 425px) {
  .chat__top-block {
    height: 65px;
  }
}

@media (max-width: 410px) {
  .header__dealer {
    font-size: 9px;
    max-width: 130px;
  }

  .header__phone {
    font-size: 9px;
  }
}

@media (max-width: 345px) {
  .chat__top-block {
    height: 95px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
