@charset "UTF-8";

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

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

@font-face {
  font-family: Roboto;
  src: url('/static/fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('/static/fonts/Roboto-Black.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: normal;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

body.lang-kk {
  font-family: Roboto, sans-serif;
}

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

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

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

button,
select,
input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background: none;
  border: none;
  cursor: pointer;
}

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

ol,
ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img-container {
  position: relative;
  display: block;
  mix-blend-mode: darken;
}

picture,
.img {
  display: block;
  width: 100%;
  height: 100%;
}

.img {
  -o-object-fit: cover;
  object-fit: cover;
}

.icon {
  display: inline-flex;
  justify-content: center;
}

hr {
  border: none;
  height: 1px;
  background: #D9D9D9;
  margin: 3rem auto;
}

hr.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

hr.black {
  background: #000;
}

hr.m-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hidden-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sticky {
  position: sticky;
  top: 3rem;
}

.img-load img[data-src] {
  -webkit-filter: blur(0.2em);
  filter: blur(0.2em);
}

.img-load img {
  -webkit-filter: blur(0em);
  filter: blur(0em);
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}


@font-face {
  font-family: Iconfont;
  src: url("../fonts/Iconfont.woff2");
  font-weight: normal;
  font-display: swap;
}

.iconfont {
  font-family: Iconfont;
  vertical-align: -2px;
}

.icon-phone::before {
  content: "\f132";
}

.icon-address::before {
  content: "\f134";
}

.icon-time::before {
  content: "\f144";
}

.icon-mail::before {
  content: "\f138";
}

.icon-search::before {
  content: "\f139";
}

.icon-link::before {
  content: "\f126";
}

.icon-next::before {
  content: "\f115";
}

.icon-prev::before {
  content: "\f114";
}

.icon-td::before {
  content: "\f143";
}

.icon-service::before {
  content: "\f145";
}

.icon-promo::before {
  content: "\f12d";
}

.icon-price::before {
  content: "\f116";
}

.icon-warning::before {
  content: "\f121";
}

.icon-loc {
  content: "\f129";
}

h1,
.title-lg {
  font-size: 4.4rem;
  font-weight: 500;
}

h2,
.title-md {
  font-size: 3rem;
  font-weight: 500;
}

h3,
.title-sm {
  font-size: 2.4rem;
  font-weight: 500;
}

h4,
.title-xs {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

h5 {
  font-size: 1.6rem;
  font-weight: 500;
}

.text-lg {
  font-size: 1.8rem;
}

.text-md {
  font-size: 1.6rem;
}

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

.text-xs {
  font-size: 12px;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-line-through {
  text-decoration: line-through;
}

.font {
  font-family: Roboto, sans-serif;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: normal;
}

.fw-500 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.text-light * {
  color: #fff;
}

.currency-symbol::after {
  content: " ₸";
}

.big-num {
  font-size: 3.125vw;
  color: #aaa;
}

.section__title {
  text-align: center;
  overflow: hidden;
}

.section__title:not(:last-child) {
  margin-bottom: 3rem;
}

.title {
  text-align: center;
}

.title:after {
  content: "";
  display: block;
  margin: 1rem auto;
  background: #000;
  width: 80px;
  height: 2px;
}

.text-border {
  border: 2px solid #000;
  padding: 5rem 7rem;
  font-size: 2.4rem;
  font-weight: 400;
}

.bordered {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 2rem 0;
}

.bordered.white {
  border-color: #fff;
}

.title-underline {
  position: relative;
}

.title-underline::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #000;
  margin: 2rem 0;
  display: block;
}

.underline span {
  border-bottom: 1px solid;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text .title-md,
.text .title-sm,
.text .title-xs {
  margin-bottom: 3rem;
  line-height: normal;
  text-wrap: balance;
}

.text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.text {
  line-height: 1.6;
  text-wrap: balance;
}

.text small {
  color: #8E8E8E;
}

.text a:not([class]) {
  color: #000;
  text-decoration: underline;
}

.text ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-top: -1rem;
}

.text ul:not(:last-child) {
  margin-bottom: 2.5rem;
}

.text ul:first-child {
  margin-top: 0;
}

.text ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.text ul li::marker {
  color: #000;
}

.text ol {
  list-style: decimal;
  list-style-position: inside;
}

.text ol li:not(:last-child) {
  margin-bottom: 1rem;
}

.text .table th,
.text .table td {
  font-size: 16px;
}

.text sub {
  font-size: 12px;
  line-height: 0.8;
}

.text sup {
  font-size: 12px;
  line-height: 0.8;
}

.text .quote {
  border-left: 2px solid;
  padding: 1rem 3rem;
  max-width: 900px;
  font-style: italic;
  text-align: justify;
  margin: 3rem auto !important;
}

.text img+em {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.notice {
  display: flex;
  font-weight: 550;
  line-height: normal !important;
  align-items: flex-start;
}

.notice span {
  flex: 1;
}

.notice::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='35' height='42' viewBox='0 0 35 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.45' cx='17.5' cy='17.5005' r='17' stroke='black'/%3E%3Cpath d='M20.0586 24.1484L18.5 21.4209C18.1104 20.751 17.8027 19.9956 17.5771 19.1548C17.3311 20.0366 17.0234 20.792 16.6543 21.4209L15.0957 24.1484L13.127 23.1025L14.7163 20.3237C15.0581 19.729 15.564 19.0728 16.2339 18.355C15.188 18.5806 14.3745 18.6934 13.7935 18.6934H10.5225V16.4683H13.7935C14.354 16.4683 15.1675 16.5776 16.2339 16.7964C15.564 16.0786 15.0581 15.4224 14.7163 14.8276L13.127 12.0591L15.0957 11.0029L16.6543 13.7305C17.0234 14.3799 17.3311 15.1387 17.5771 16.0068C17.8027 15.1729 18.1104 14.4141 18.5 13.7305L20.0586 11.0029L22.0273 12.0591L20.4277 14.8276C20.0996 15.4155 19.5972 16.0718 18.9204 16.7964C19.9868 16.5776 20.8003 16.4683 21.3608 16.4683H24.6318V18.6934H21.3608C20.8345 18.6934 20.021 18.5806 18.9204 18.355C19.5972 19.0796 20.0996 19.7358 20.4277 20.3237L22.0273 23.1025L20.0586 24.1484Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/100%;
  width: 3.5rem;
  height: 4.2rem;
  margin-right: 2rem;
}

.notice.centered {
  align-items: center;
}

.notice.centered span {
  margin-bottom: 1rem;
}

.notice.bordered {
  padding-top: 0;
  padding-bottom: 2rem;
  border-top: 0;
  border-bottom: 2px solid #000;
}

.stroke-text {
  color: #000;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

em.stroke-text {
  text-transform: inherit;
  font-style: normal;
  font-size: 4.6vw;
  line-height: 1.1;
  font-weight: 550;
}

em.stroke-text span:last-child {
  -webkit-text-fill-color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

em.stroke-text span:last-child::before {
  content: "∙";
}

.qoute {
  font-size: 1.6rem;
}

.qoute::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/svg/quote-left.svg) no-repeat center/contain;
  margin-bottom: 1rem;
  -webkit-filter: invert(0.8);
  filter: invert(0.8);
}

.qoute::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1rem;
  background: #d8d8d8;
  margin-top: 1rem;
}

.tabs-container:not(:last-child) {
  margin-bottom: 4rem;
}

.tabs {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  font-weight: 500;
  width: 100%;
  margin-bottom: 4rem;
}

.tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #ddd;
}

.tab {
  font-size: 1.6rem;
  padding: 2rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #aaa;
  padding: 2rem;
}

.tab.active {
  color: #222;
  border-bottom: 4px solid #222;
}

.tab-content {
  display: none;
  position: relative;
}

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

.tab-content__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(100% - 5vw);
  position: relative;
}

.container-ld {
  max-width: 90vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-md {
  max-width: 80vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  max-width: 1080px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container-1200 {
  max-width: 1250px;
  padding: 0 25px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.flex+.flex {
  margin-top: 3rem;
}

.flex .col.full-width,
.flex .row {
  width: 100%;
}

.flex .col {
  flex: 1;
}

.flex-1,
.flex-2,
.flex-3,
.flex-4 {
  margin: 0 -12px;
  width: calc(100% + 24px);
  flex-wrap: wrap;
}

.flex-1 .col,
.flex-2 .col,
.flex-3 .col,
.flex-4 .col {
  margin: 12px;
}

.flex-1 .col {
  flex: 1 0 calc(100% - 24px);
}

.flex-2 .col {
  flex: 1 0 calc(50% - 24px);
}

.flex-3 .col {
  flex: 1 0 calc(33.3333% - 24px);
}

.flex-4 .col {
  flex: 1 0 calc(25% - 24px);
}

.flex-1 .col.text_right {
  display: flex;
  align-items: center;
}

.flex-1 .col.text_left {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.flex-1 .col.text_right .image {
  min-width: 50%;
}

.flex-1 .col.text_right .text-group {
  margin-left: 2vw;
}

.flex-1 .col.text_left .text-group {
  margin-right: 2vw;
}

.flex-1 .col.text_right h3,
.flex-1 .col.text_left h3 {
  margin-top: 0;
}

.flex-4 .title-sm {
  font-size: 2rem;
}

.grid {
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.row-reverse {
  flex-flow: row-reverse wrap;
}

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

.flex-center {
  justify-content: center;
}

.gap-20 {
  grid-gap: 20px;
}

.gap-40 {
  grid-gap: 40px;
}

.pc:not(.flex) {
  display: block;
}

.mobile {
  display: none;
}

.page-404 .btn-group {
  margin-top: 4rem;
}

.page-404 .btn-group .btn {
  min-width: 18rem;
}

.btn-group {
  display: flex;
  align-items: center;
}

.btn-group .btn:not(:last-child) {
  margin-right: 2rem;
}

.btn_group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 1rem;
  overflow: hidden;
}

.btn_group .form-btn {
  min-width: 45%;
  transition: 0.3s;
}

.btn_group .online_link {
  background: #000;
  color: #fff;
  padding: 1.8rem 2rem;
  display: inline-block;
  white-space: nowrap;
  min-width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_group .online_link:after {
  content: "";
  background: url(/static/img/svg/arrow_haval.svg) no-repeat left top;
  background-size: 100% auto;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-left: 6px;
  filter: invert(1);
}

.btn_group .form-btn {
  padding: 1.8rem 2rem;
  white-space: nowrap;
}

.btn_group.noactive .form-btn {
  min-width: 100%;
}

.btn {
  padding: 1.2rem 2.6rem;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: normal;
  transition: 0.15s ease;
  justify-content: center;
  display: inline-flex;
  font-weight: bold;
}

.btn-primary {
  background: #111;
  border: 2px solid transparent;
  color: #fff;
}

.btn-primary.red {
  background: red;
  border: 2px solid red;
}

.btn-primary:hover {
  background: #aaa;
  color: #222;
}

.btn-default {
  background: transparent;
  border: 2px solid #fff;
}

.btn-default.white {
  background-color: #fff;
  color: #000;
}

.btn-default.gray {
  color: #000;
  background: #DCDCDC;
}

.btn-default.black {
  border-color: #000;
}

.loading:not([href]) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='160px' height='20px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' fill-opacity='0.42' d='M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z'/%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z'/%3E%3CanimateTransform attributeName='transform' type='translate' values='23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0' calcMode='discrete' dur='1170ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  transition: none;
}

.btn-download {
  display: inline-flex;
  align-items: center;
}

.btn-download::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='27' height='30' viewBox='0 0 27 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 13.5L13.5 22.5L4.5 13.5M0 29.5H27H0ZM13.5 0V22.5V0Z' stroke='white'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  width: 1.4rem;
  height: 1.6rem;
  margin-left: 1rem;
}

.btn-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-more::after {
  content: "";
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m12.7 7.7 3-3c.2-.2.3-.4.3-.7 0-.3-.1-.5-.3-.7l-3-3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4L12.6 3H1c-.6 0-1 .4-1 1s.4 1 1 1h11.6l-1.3 1.3c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0Z' fill='%23FFFFFF'/%3e%3c/svg%3e") no-repeat;
  width: 1.6rem;
  height: 0.8rem;
  margin-left: 1.6rem;
}

.btn-more.black.btn-default::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btn-more:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-more:hover.black.btn-default::after {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.btn-scroll {
  background: #222;
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-scroll::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h-opacity {
  transition: opacity 0.3s;
}

.h-opacity:hover {
  opacity: 0.75;
}

.h-underline:hover {
  text-decoration: underline;
}

.h-color {
  transition: color 0.15s;
}

.h-color:hover {
  color: #000;
}

.h-imgZoom,
.h-imgZoom .post__img {
  position: relative;
  overflow: hidden;
  display: block;
}

.h-imgZoom img {
  transition: 0.75s;
}

.h-imgZoom:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.link-underlined {
  position: absolute;
  height: 3px;
  background: #000;
  bottom: -1px;
  transition: 0.35s ease;
  pointer-events: none;
}

.link-underline {
  position: relative;
  display: inline-block;
}

.link-underline:hover {
  color: #000;
}

.link-underline:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}

.link-underline:after {
  position: absolute;
  content: "";
  top: calc(100% + 1px);
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  color: inherit;
  background-color: currentColor;
  will-change: width;
  transition: width 0.25s ease-out;
}

.gradient-button {
  position: relative;
  overflow: hidden;
  transition: 0.08s ease-in;
}

.gradient-button span {
  position: relative;
  z-index: 2;
}

.gradient-button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: width 0.09s ease-in, left 0.09s ease-in;
}

.gradient-button:hover {
  color: #222;
}

.gradient-button:hover::before {
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.gradient-button:hover::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.gradient-button.black:hover {
  color: #fff;
}

.gradient-button.black:hover::before {
  background-color: #aaa;
}

@-webkit-keyframes border-anim {
  0% {
    width: 0%;
  }

  100% {
    width: 50px;
  }
}

@keyframes border-anim {
  0% {
    width: 0%;
  }

  100% {
    width: 50px;
  }
}

@-webkit-keyframes border-anim-reverse {
  0% {
    width: 50px;
  }

  100% {
    width: 0;
  }
}

@keyframes border-anim-reverse {
  0% {
    width: 50px;
  }

  100% {
    width: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-size: 1.6rem;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  box-shadow: 0 0 1px #888;
  background: #fff;
  font-size: 1.4rem;
}

.header-inverse {

  box-shadow: 0 0 1px #f2f2f2;
}

.header::before {
  content: none;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header:not(.header-inverse) .lang {
  color: #888;
}

/* .header-inverse ~ main {
  padding-top: 0;

} */
.header .menu__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 1.6vw;
}

.header .menu__items .menu__item:not(:last-child) {
  margin-right: 5rem;
}

.header-inverse .lang {
  color: #fff;
}

.header .lang {
  color: #D9D9D9;
  order: 2;
  font-size: 1.4rem;
}

.header .lang .active {
  font-weight: 500;
  color: #000;
}

.header-inverse {
  background: transparent;
  color: #fff;
}

.header .logo {
  filter: none;
  display: inline-flex;
  align-items: center;
}

.header .logo .logo-gwm {
  height: 22px;
}

.header .logo .haval-logo {
  height: 44px;
}

.header .logo .sep {
  width: 1px;
  height: auto;
  background: #000;
  align-self: stretch;
  margin: 0 1rem;

}

.header-inverse .logo {
  filter: invert(1);
}

.header-inverse .nav__menu .nav__item.active .link::after,
.header-inverse .nav__menu .nav__item:hover .link::after {
  border-top: 3px solid #fff;
}

.header-inverse .lang .active {
  color: #fff;
}

.header .dealers {
  position: absolute;
  transform: translateY(3rem);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  width: 320px;
  height: 0;
  z-index: 9999;
  left: -2rem;
  color: #000;
}

.header .dealers .dealer__city {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}

.header .dealer__item h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.header .dealers .dealer__item a:hover {
  text-decoration: underline;
}

.header .contact-list .dealer__item {
  padding: 2rem 2rem 1.5rem;
}

.header .contacts .link {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  padding: 1.5rem 0;
}

.header .contacts .icon-address:hover .dealers {
  opacity: 1;
  height: 30rem;
}

.header .contacts .link:not(:last-child) {
  margin-right: 4rem;
}

.header .contacts .link::before {
  position: absolute;
  left: -1.7rem;
  font-family: Iconfont;
  font-size: 1.6rem;
}

header.is-show {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.top-bar {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.8rem 0;
}

.top-bar .link span:hover {
  text-decoration: underline;
}

.top-bar .link:not(:last-child)::after {
  content: "";
  border-right: 1px solid #aaa;
  margin: 0 1.5rem;
}

.logo {
  margin-right: 3rem;
}

.nav__menu {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-right: 3rem;
  margin-left: auto;
}

.nav__menu .grid,
.nav__menu .flex {
  padding: 3rem 0;

}

.nav__menu .nav__item {
  margin-right: 2rem;
}

.nav__menu .nav__item .link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 2.2rem 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 450;
}

.nav__menu .nav__item .link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  height: 0;
  border-top: 3px solid transparent;
}

.nav__menu .nav__item.active .link::after,
.nav__menu .nav__item:hover .link::after {
  transition: 0.3s;
  border-top: 3px solid #000;
  width: 100%;
  height: 3px;
}

.nav__menu .dropdown__item .link {
  /* padding-right: 2rem; */
  cursor: pointer;
}

.nav__menu .dropdown__item .link::before {
  position: absolute;
  right: 0;
  content: "\f104";
  font-family: Iconfont;
  content: none;
}

.nav__menu .dropdown__item.active .link::before {
  content: "\f107";
  content: none;
}

.nav__menu .dropdown__item.active .link::after {
  width: 100%;
}

.nav__menu .menu {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}

.nav__menu .menu a:not(:last-child) {
  margin-bottom: 1.5rem;
}

.nav__menu .menu a.active {
  font-weight: bold;
}

.nav__menu .tabs {
  margin-bottom: 0;
}

.nav__menu .tabs::before {
  content: '';
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  left: calc(-50vw + 50%);
  height: 100%;
}

.nav__menu .tabs::after {
  width: 100vw;
  left: calc(-50vw + 50%);
}

.dropdown__item.active .link {
  position: relative;
}

.dropdown__item.active .dropdown__menu {
  display: block;
  z-index: 99;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.25);
}

.dropdown__menu {
  color: #222;
}

.dropdown__item.full-width .dropdown__menu {
  width: 100vw;
  left: 0;
  margin-left: calc(-50vw + 50%);
  background: #fff;
  border-top: 1px solid #f2f2f2;
  max-height: calc(100vh - 6rem);
  overflow-y: scroll;
}

.dropdown__item.full-width .dropdown__menu::-webkit-scrollbar {
  width: 0;
}

.dropdown__item.full-width .dropdown__menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 7px;
}

.dropdown__item.full-width .dropdown__menu::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.dropdown__menu {
  display: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  margin-left: -2.5rem;
}

.dropdown__item:last-child .dropdown__menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2.5rem;
}

.sub__menu {
  display: none;
  flex-direction: column;
}

.sub__menu.active {
  display: flex;
}

.sub__item:not(:last-child) {
  margin-bottom: 2rem;
}

.sub-link {
  white-space: nowrap;
  width: 100%;
}

.group-links .col {
  display: flex;
  flex-direction: column;
}

.group-links .col .main-link {
  font-weight: bold;
  font-size: 1.6rem;
}

.group-links .col .main-link {
  margin-bottom: 1.5rem;
}

.group-links .col a:not(:last-child) {
  margin-bottom: 1rem;
}

.main-nav .close {
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.close-models {
  position: absolute;
  top: 8rem;
  right: 0;
  z-index: 111;
  width: 40px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.footer {
  flex: 0 0 auto;
  background-color: #ddd;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
}

.footer .section-md {
  padding-bottom: 4rem;
}

.footer__nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.footer__nav .main-link:not(.more-link):hover,
.footer__nav .link:hover {
  text-decoration: underline;
}

.footer__nav .main-link {
  text-transform: uppercase;
  font-weight: bold;
}

.footer__nav .main-link.hidden {
  display: none;
}

.footer__nav .main-link:not(:last-child) {
  margin-bottom: 2rem;
}

.footer__nav .group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer__nav .group:not(:last-child) {
  margin-bottom: 3rem;
}

.footer__nav .group .link {
  font-size: 1.4rem;
}

.footer__nav .group .link:not(:last-child) {
  margin-bottom: 1rem;
}

.copyright {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
}

.copyright img {
  margin-right: 1rem;
}

.copyright-links {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.copyright-link:not(:last-child):after {
  content: "|";
  color: #dcd9dd;
  margin-right: 20px;
  margin-left: 20px;
}

.footer .menu__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: auto;
}

.footer__contacts {
  margin-bottom: 1.5rem;
}

.footer__contacts a {
  color: #222;
}

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

.footer-logo {
  margin-bottom: 1rem;
  max-width: 21rem;
}

.footer__botom-bar {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin: 3rem auto;
}

.footer__botom-bar .text-sm {
  margin-bottom: 1rem;
  text-align: right;
}

.footer__botom-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__botom-bar .sns-block {
  margin-top: 1rem;
}

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

.banner .banner-content {
  display: flex;
  height: calc(100vh - 58px);
  min-height: 62rem;
  align-items: flex-start;
  line-height: normal;
}

.banner .banner-content.bottom {
  flex-direction: column;
  justify-content: flex-end;

}

.banner .banner-content.bottom .text-group {
  padding-bottom: 10vh;
}

.banner .banner-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(3, 3, 3, .35) 100%);
}

.banner .banner-content h1,
.banner .banner-content .title-lg {
  font-size: 5.6rem;
  font-weight: normal;

  text-shadow: 0 1px 1px #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner .banner-content .title-md {
  font-size: 4.8rem;
  margin-bottom: 1rem;
}

.banner .banner-content .price {
  margin-bottom: 3rem;
}

.banner .banner-content.center {
  align-items: center;
}

.banner .banner-content.between {
  align-items: center;
}

.banner .banner-content.between .container,
.banner .banner-content.between .text-group,
.banner .banner-content.between .svg {
  height: 100%;
}

.banner .banner-content.between .text-group {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.banner:not(.banner-sm) .banner-content {
  height: 100vh;
}

.banner .banner-content.top {
  align-items: flex-start;
}

.banner .banner-content.top .text-group {
  padding-top: 10vh;
}

.banner .banner-content.end {
  align-items: flex-end;
}

.banner .banner-content.end .text-group {
  padding-bottom: 15vh;
}

.banner .banner-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;

}

.banner .banner-content.text-right .container {
  display: flex;
  justify-content: flex-end;
  text-align: left;
}

.banner .swiper-pagination {
  bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(100% - 4rem);
  left: 2rem;

}

.banner .text-group {
  padding-left: 6vw;
  padding-top: 10vh;
  zoom: 120%;
}

.banner .btn-group {
  flex-direction: column;
  align-items: flex-start;
}

.banner .btn-group .btn:not(:last-child) {
  margin-bottom: 1rem;
}

/* .banner .btn {
  background: #aaa;
  color: #000;
} */
.swiper-pagination-bullet {
  width: 4rem;
  height: 3px;
  border-radius: 0;
  background: #888;
  opacity: 1;

}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 0.65;
}

.slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
}

.slider-controls .swiper-button-prev {
  left: 2rem;
}

.slider-controls .swiper-button-next {
  right: 2rem;
}

.slider-container:not(.banner) {
  position: relative;
  overflow: hidden;
}

.slider-container:not(.banner) .swiper-button-prev,
.slider-container:not(.banner) .swiper-button-next {
  background: #888888;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-container:not(.banner) .swiper-button-prev::after,
.slider-container:not(.banner) .swiper-button-next::after {
  font-size: 2.4rem;
}

.slider-container:not(.banner) .swiper-button-prev.swiper-button-black,
.slider-container:not(.banner) .swiper-button-next.swiper-button-black {
  background: rgba(0, 0, 0, 0.65);
}

.slider-container:not(.banner) .swiper-button-prev {
  left: 0;
}

.slider-container:not(.banner) .swiper-button-next {
  right: 0;
}

.slider-container:not(.banner) .swiper-pagination {
  top: auto;
  bottom: 0;
  position: relative;
}

.slider-container:not(.banner) .slider-sm .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}

.slider-container:not(.banner) .slider-sm .image {
  width: 40rem;
  height: 40rem;
}

.slider-container:not(.banner) .slider-sm .swiper-button-prev {
  left: 2rem;
}

.slider-container:not(.banner) .slider-sm .swiper-button-next {
  right: 2rem;
}

.slider-container:not(.banner) .slider-sm .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
  width: 4rem;
  height: 2px;
}

.slider-container:not(.banner) .slider-sm .swiper-pagination-bullet-active {
  background: #888;
}

.slider-container:not(.banner) .slider-sm .swiper-pagination {
  bottom: 4rem;
}

.slider-container.expand {
  margin: 0 -6rem;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
}

.slider-container.expand .swiper-button-next,
.slider-container.expand .swiper-button-prev {
  margin-top: -44px;
}

.slider-container.expand .swiper-pagination {
  position: absolute;
  width: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: Iconfont;
  font-size: 2.4rem;
  color: #fff;
}

.swiper-button-next::after {
  content: "\f115";
}

.swiper-button-prev::after {
  content: "\f114";
}

.carousel,
.carousel-grid {
  width: calc(100% - 12rem);
  margin: 0 auto;
}

.carousel .swiper-wrapper {
  flex-wrap: nowrap;
}

.carousel .flex-1 .swiper-slide {
  text-align: center;
}

.carousel .swiper-slide,
.carousel-grid .swiper-slide {
  width: 46%;
}


.carousel .swiper-pagination-bullet,
.carousel-grid .swiper-pagination-bullet {
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #aaa;
  margin: 0 0.2em;
}

.carousel .swiper-pagination-bullet-active,
.carousel-grid .swiper-pagination-bullet-active {
  background: #222;
}

.carousel .flex-4 .title-sm {
  font-size: 2rem;
}

.carousel-2 img {
  width: 100%;
}

.posts {
  grid-gap: 3rem;
}

.post__item {
  display: block;
  position: relative;
  padding: 2rem;
  border: 1px solid #eee;
  transition: box-shadow 0.25s ease-out;
  background: #fff;
}

.post__item .btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.post__item:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}

.post__item .btn {
  width: 100%;
}

.post__title {
  font-size: 2.4rem;
  font-weight: normal;
  min-height: 9rem;
}

.post__title,
.post__announce {
  margin: 0 0 2rem;
}

.post__text {
  margin-bottom: 2.5rem;
}

.post__date {
  font-size: 14px;
  /*display: inline-flex;*/
  margin: 2rem 0 1rem;
  font-weight: 500;
}

.post_image {
  margin: 0 auto 4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.post__tag {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

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


.post .post__title {
  margin-bottom: 2rem;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.15;
  text-wrap: balance;
  min-height: auto;
}

.post .post__date {
  margin-top: 0;
  font-size: 1.6rem;
}

.post .text {
  font-size: 1.8rem;
}

.post .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.post-pagination {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0;
}

.post-pagination .prev,
.post-pagination .next {
  display: flex;
  align-items: center;
}

.post-pagination .prev svg,
.post-pagination .next svg {
  width: 4rem;
  height: 4rem;
}

.post-pagination .prev svg {
  margin-right: 2rem;
}

.post-pagination .next svg {
  margin-left: 2rem;
}

.posts-slider {
  position: relative;
  overflow: hidden;
}

.promo .table th,
.promo .table td {
  padding: 7px 1rem;
}

.promo {
  grid-gap: 40px;
}

.promo .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #f2f2f2;
}

/* .promo .item:nth-child(even) .image {
  order: 2;
}

.promo .item:nth-child(even) .text {
  order: 1;
} */

.promo .text,
.promo .image {
  flex: 1;
  max-width: 50%;
}

.promo .text {
  padding: 0 4rem;
}

.posts-slider .post__date {
  justify-content: flex-start;
}

.posts-slider .swiper-pagination-bullet,
.posts-slider .swiper-pagination-bullet-active {
  background: #222;
}

.sns-title {
  margin-bottom: 1.5rem;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}

.sns {
  display: flex;
  align-items: center;
}

.sns .link {
  display: inline-flex;
  align-items: center;
}

.sns .link:not(:last-child) {
  margin-right: 3rem;
}

.sns .link img {
  max-height: 21px;
  height: 21px;
  filter: brightness(0) invert(17%) sepia(14%) saturate(20%) hue-rotate(2deg) brightness(89%) contrast(87%);
}

.share-block {
  position: relative;
  margin: 3rem 0;
}

.share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
}

.text .share p {
  margin-right: 2rem;
  margin-bottom: 0;
}

.share .ya-share2__container_shape_round .ya-share2__badge {
  margin: 0 5px;
}

.share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0 12px 0 0;
}

.share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 28px 28px;
}
.breadcrumb {
  display: none;
}
.breadcrumbs {
  display: flex;
  width: 100%;
  font-size: 14px;
}

.breadcrumbs .sep {
  margin: 0 0.6em;
}

.breadcrumbs:not(:last-child) {
  margin-bottom: 1rem;
}

.page__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 6rem;
}

.page__pagination .page__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 0.2em;
  font-weight: 500;
}

.page__pagination .page__link:not(.active):hover {
  color: #000;
  border-color: #000;
}

.page__pagination .prev {
  margin-right: 2rem;
}

.page__pagination .next {
  margin-left: 2rem;
}

.page__pagination .prev.disabled,
.page__pagination .next.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.data {
  overflow: auto;
}

.data::-webkit-scrollbar {
  width: 2px;
}

.accordion_table {
  position: relative;
}

.accordion_table tr {
  display: none;
}

.accordion_table thead {
  position: sticky;
  top: 0;
}

.accordion_table.table td:first-child {
  width: 500px;
  text-align: left;
}

.accordion_table.table td {
  text-align: center;
}

.accordion_table tr.accordion_title {
  background-color: #eee;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}

.accordion_table tr.accordion_title,
.accordion_table tr.is-show {
  display: table-row;
}

.accordion_table .accordion_title span::after {
  content: '+';
  position: absolute;
  width: 0;
  height: 0;
  right: 2rem;
}

.accordion_table .accordion_title.active span::after {
  content: '-';
}

.accordion__item {
  position: relative;
  background: #f8f8f8;
}

.accordion__item:not(:last-child) {
  margin-bottom: 1rem;
}

.accordion__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.6rem 2.4rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.8rem;
  justify-content: space-between;
  font-weight: 500;
}

.accordion__title::after {
  content: "\f104";
  font-family: Iconfont;
}

.accordion__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.25s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.accordion__content .text {
  padding: 0 2.4rem 2.4rem;
}

.accordion__item.active .accordion__title::after {
  content: "\f107";
}

.accordion__item.active .accordion__content {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.form-container {
  color: #000;
}

.common-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}

.common-form .form-row {
  width: 100%;
}

.common-form .form-msg {
  min-height: 15rem;
  height: auto;
  padding-top: 3rem;
}

.form-row {
  position: relative;
}

.form-row:not(:last-child) {
  margin-bottom: 2rem;
}

.form-row.full-width {
  width: 100%;
}

.form-row.checkbox {
  margin-bottom: 4rem;
}

.form-row.error .form-field {
  border-color: red;
  color: red;
}

.form-row.focused .form-label {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  top: 1.2rem;
  font-size: 12px;
}

.form-label {
  display: block;
  position: absolute;
  background: #fff;
  margin-bottom: 5px;
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  pointer-events: none;
  font-weight: 400;
  color: #aaa;
  left: 2rem;
  top: 2.2rem;
  min-width: 20rem;
}

.form-field {
  width: 100%;
  border: 1px solid #dcdee2;
  color: #222;
  background: none;
  height: 6.4rem;
  transition: 0.3s ease;
  background: #fff;
  padding: 1rem 2rem 0;
}

.form-field:hover,
.form-field:focus {
  border-color: #000;
}

textarea.form-field {
  height: 15rem;
  padding-top: 25px;
}

.form-select,
#search {
  position: relative;
}

.form-select .icon,
#search .icon {
  position: absolute;
  right: 1em;
  top: 0;
  pointer-events: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-select select {
  -webkit-appearance: none;
  cursor: pointer;
}

#search {
  margin-bottom: 3rem;
}

.checkbox,
.radio {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
}

.checkbox a,
.radio a {
  text-decoration: underline;
  color: #000;
}

.form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-checkbox+label {
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  align-items: center;
}

.form-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  background-color: #fff;
  margin-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-checkbox:not(:disabled):active+label::before {
  background-color: #000;
  border-color: #000;
}

.form-checkbox:checked+label::before {
  border-color: #000;
  background-color: #000;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjc5IDQuNjg2bC0uOTUzLjkzLS40NzYuNDY1TDQuNzc0IDEwLjVsOC44MS04LjYwNUwxMi4xNTMuNWwtNy4zOCA3LjIxLTMuMDk1LTMuMDI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.form-checkbox:disabled+label::before {
  background-color: #fff;
}

.radio label {
  margin-left: 1rem;
  cursor: pointer;
}

.form-radio {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #fff;
  width: 20px;
  height: 20px;
  color: #000;
  border-color: #000;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.form-range {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  display: block;
  background: #bbb;
  outline: none;
  position: relative;
  z-index: 1;
}

.form-range:hover {
  opacity: 1;
}

.car-form {
  display: flex;
}

.car-form .col {
  flex: 1;
}

.car-form .col:first-child {
  max-width: 480px;
  margin-right: 3vw;
}

.form-btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  min-width: 28rem;
  padding: 2.2rem 2rem;
}

.field-group {
  padding: 0;
  border: 0;
  width: 100%;
}

.field-group:not(:last-child) {
  margin-bottom: 3rem;
}

.field-group .form-section__title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

#subscribe .form {
  align-items: center;
}

#subscribe .form-field {
  width: auto;
  min-width: 520px;
}

#subscribe .form-btn {
  margin-left: 2rem;
  padding: 1.8rem;
  min-width: 20rem;
}

#subscribe .title-md {
  margin-bottom: 2rem;
}

table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
}

.table:not(:last-child) {
  margin-bottom: 4rem;
}

.table thead {
  background: #000;
}

.table th,
.table td {
  padding: 14px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #222;
  vertical-align: middle;
  min-width: 80px;
  height: auto !important;
  vertical-align: text-top;
}

.no-border th,
.no-border td {
  border: none;
  padding: 0;
}

.no-border.table tr:first-child {
  border: none;
}

.no-border.table tr:first-child td {
  padding-bottom: 2rem;
}

.section .table th,
.section .table td {
  font-size: 16px;
}

.table tr:not(:last-child) {
  border-bottom: 1px solid transparent
}

.table thead {
  background: #eee;
}

.table-auto {
  overflow-x: auto;
}

.popup {
  padding: 4rem;
  max-width: 70%;
  display: none;
}

.popup .title-md,
.popup .title-sm {
  margin-bottom: 2.4rem;
}

.popup .form-row:not(:last-child) {
  margin-bottom: 2.4rem;
}

.popup .form-btn {
  width: 100%;
}

.popup .fancybox-close-small {
  padding: 4px;
  opacity: 1;
}

.color-gray {
  color: #aaa;
}

[bg=dark] {
  background-color: #000;
  color: #fff;
}

[bg=light] {
  background-color: #f8f8f8;
}

.site-name {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.page {

  flex: 1 1 auto;
}

.page__car .banner .banner-content {
  height: calc(100vh - 118px);
}

.page__car .banner .banner-content.bottom .container {
  height: auto;
  bottom: 10vh;
}

.page__car .breadcrumbs {
  justify-content: flex-start;
}

.bg-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.bg-overlay.active {
  opacity: 1;
  z-index: 90;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

main>.section:first-child {
  padding-top: 13rem;
}

.section-md {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-md+.section-md {
  padding-top: 0;
}

.section__header {
  margin-bottom: 5rem;
}

.section__header .text {
  margin: 3rem auto;
}

.content {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.content:not(:last-child) {
  margin-bottom: 5rem;
}

.content .text {
  flex: 1;
  margin-right: 4rem;
}

.content .image {
  max-width: 800px;
  min-width: 500px;
}

.page__header {
  padding: 4rem 0;
}

.page__header .breadcrumbs {
  justify-content: flex-start;
}

.page__header h2:not(:last-child) {
  margin-bottom: 1rem;
}

.banner-sm {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.page__about .banner-sm {
  height: 30vw;
  max-height: 540px;
}

.banner-sm .banner-title {
  font-size: 3.125vw;
  text-transform: uppercase;
}

.banner-sm .banner-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.banner-sm .banner-content.end {
  justify-content: flex-end;
}

.banner-sm .banner-content.end .page__header {
  padding-top: 0;
  padding-bottom: 10vh;
}

.banner-sm .banner-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
}

.banner-sm .page__header {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 1;
  margin-top: 10vh;
  bottom: 0;
}

.banner-sm picture {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}

.car {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.car:last-child {
  border-bottom: 0;
}

.car .tag {
  position: absolute;
  color: #000;
  top: 2rem;
  left: 0;
}

.car .car__img {
  max-height: 22rem;
}

.car .car__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  pointer-events: none;
}

.car .car__title {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

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

.car .prices:not(:last-child) {
  margin-bottom: 2.5rem;
}

#lineup .cars:not(:last-child) {
  margin-bottom: 5rem;
}

#lineup .car {
  position: relative;
  border: 1px solid #eee;
  padding: 3rem 3rem 2.5rem;
  transition: box-shadow 0.25s ease-out;
}

#lineup .car:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}

#lineup .car .text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

#lineup .car .text-btn {
  margin: 0.5em 0;
  font-size: 14px;
  font-weight: 500;
}

#lineup .car .car__img {
  margin-bottom: 2rem;
}

.image {
  display: block;
}

.car__nav,
.nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 5.9rem;
  z-index: 999;
  background: #fff;
}

.nav {
  margin-bottom: 6rem;
}

.car__nav .navbar,
.nav .navbar {
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-transform: uppercase;
}

.car__nav .link,
.nav .link {
  padding: 2.1rem 1.6rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #aaa;
  transition: color 0.15s;
  position: relative;
}

.car__nav .link.active,
.car__nav .link:hover,
.nav .link.active,
.nav .link:hover {
  color: #222;
}

.car__nav .link.active::after,
.nav .link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #222;
}

.car__nav .btn-group {
  display: flex;
  align-items: center;
}

.car__nav .btn-primary {
  padding: 0.65rem 1.6rem;
  font-weight: bold;
  font-size: 1.4rem;
}

.car__nav .btn-primary:not(:first-child) {
  margin-left: 2rem;
}

.section_carousel .slider-container {
  overflow: visible;
}

.features .flex .col {
  flex-wrap: wrap;
}

.features .col.text_right,
.features .col.text_left {
  display: flex;
  align-items: center;
}

.features .col.text_right .image,
.features .col.text_left .image {
  max-width: 50%;
}

.features .col.text_right .text-group,
.features .col.text_left .text-group {
  flex: 1;

}

.features .col.text_right .text-group {
  margin-left: 2vw;
}

/* .features.section-md{padding-bottom:1rem;} */

.features.text-light .tabLink {
  color: #fff;
}

.features.text-light .tabLink::after {
  background: #fff;
}

.features .text-group {
  line-height: 1.4;
}

.features .text-group .title-sm {
  margin: 2rem 0 1.5rem;
}

.features-slider picture {
  height: 56rem;
}

.features-slider .slider-sm {
  height: 100%;
}

.features-slider .slider-sm .image {
  margin-bottom: 2rem;
}

.image-preview {
  display: flex;
  justify-content: center;
  height: 36rem;
  position: relative;
}

iframe {
  width: 100% !important;
  height: 100vh !important;
}

.image-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

#bodyImg {
  margin-top: -3rem;
}

.advantage {
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
  will-change: box-shadow;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.flex-list__item {
  display: flex;
  flex-direction: column;
  margin: 20px;
  width: calc(100% - 20px);
  flex: 1;
  max-width: calc(24% - 20px);
  padding: 2.6vw 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.85);
}

.flex-list__item:hover {
  background-color: white;
  color: #222;
}

.advantage__image {
  font-size: 4.8rem;
  margin-bottom: 1rem;
}

.advantage .advantage__title,
.advantage .text-md {
  font-weight: bold;
}

.advantage p {
  color: #666;
  transition: 0.1s ease;
  transition-delay: 0.2s;
  will-change: color;
  margin: 2rem 0;
}

#dealers {
  width: 100%;
  z-index: 99;
  overflow: hidden;
}

#dealers .flex {
  align-items: center;
  justify-content: space-between;
}

#search-result {
  display: none;
}

.contact-list {
  flex: 1;
  max-width: 36rem;
  height: 56rem;
  overflow: auto;
}

.contact-list::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

.contact-list::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.contact-list::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 1rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.contact-list .dealer__item {
  padding: 3rem;
  font-size: 1.4rem;
  line-height: 140%;
}

.dealer__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.dealer__city {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  font-size: 19px;
  font-weight: 500;
}

.dealer__item h4 {
  margin-bottom: 1.5rem;
  color: #000;
}

.dealer__item .row .iconfont {
  margin-right: 1rem;
}

.dealer__item .row p {
  margin-bottom: 0.8rem;
  display: flex;
  text-wrap: balance;
}

.dealer__item .row:not(:last-child) {
  margin-bottom: 1rem;
}

.map-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}

#map {
  width: 100%;
  height: auto;
  flex: 1;
}

.ymaps-2-1-79-balloon {
  border-radius: 30px !important;
}

.ymaps-2-1-79-balloon__content {
  padding: 0 !important;
}

.ymaps-2-1-79-balloon__content {
  font-family: Roboto, sans-serif !important;
}

.ymaps-2-1-79-balloon__close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.ymaps-2-1-79-balloon__close-button {
  opacity: 1 !important;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
}

.ymaps-2-1-79-default-cluster ymaps {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-family: inherit;
  font-size: 12px;
}

.balloonHeader {
  padding: 2rem 3rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  background: #f8f8f8;
}

.balloonHeader img {
  max-width: 120px;
}

.balloonBody {
  padding: 1rem 3rem 2rem;
  font-size: 14px;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.services .item {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid #eee;
}

.services .item .service__name {
  text-transform: uppercase;
  font-size: 2.2rem;
  margin: 2rem 0;
}

.services .item:hover {
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.25);
}

.services .item .img {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  transition: 0.6s;
  max-height: 18rem;
  object-fit: cover;
}

.services .item .text-sm {
  margin-top: auto;
}

.video {
  position: relative;
}

.video.fullscreen {
  width: 100%;
  height: 100%;
}

.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: block;
}

.video iframe {
  height: auto !important;
  min-height: 480px;
}

.range {
  margin-bottom: 2rem;
}

.irs--flat {
  height: 1.5rem;
  margin: 0;
}

.irs--flat .irs-handle {
  background-color: #000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0;
  cursor: pointer;
}

.irs--flat .irs-handle>i:first-child {
  display: none;
}

.irs--flat .irs-line,
.irs--flat .irs-bar {
  height: 2px;
  background: #bbb;
  top: 0.7rem;
  border-radius: 0;
}

.irs--flat .irs-bar {
  background: #000;
}

.extra-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.extra-controls .form-field {
  border-bottom: 0;
  color: #aaa;
}

.extra-controls .form-field.js-to {
  text-align: right;
}

.extra-controls .flex-row {
  position: relative;
  flex: 1;
}

.extra-controls .flex-row span {
  position: absolute;
  top: -1.1rem;
  left: 1rem;
  padding: 0 1rem;
  z-index: 1;
  background: #f2f2f2;
}

.extra-controls .sep {
  width: 1rem;
  height: 1px;
  background: #666;
  margin: 0 1rem;
}

.feature__container.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #fff;
  height: 65vh;
  min-height: 65rem;
  position: relative;
}

.feature__container.full-width .section__title {
  text-align: left;
  margin-left: 10vw;
}

.feature__container.full-width .section__title {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 64rem;
  top: 0;
  margin-bottom: 0;
}

.spec {
  background: #f8f8f8;
  border-bottom: 1px solid #aaa;
  padding: 2rem;
  width: 32rem;
  align-self: flex-start;
}

#specs .form-row {
  max-width: 36rem;
}

#specs ul.leaders {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

#specs .spec-row {
  margin: 3rem 0;
  display: none;
}

#specs .spec-row.active {
  display: block;
}

.spec_table {
  padding: 0;
  overflow-x: hidden;
  line-height: 1.4;
}

.spec_table td {
  overflow: hidden;
  padding: 4px 2rem;
  vertical-align: top;
  width: 30rem;
}

.spec_table td:first-child {
  padding-left: 0;
}


.spec_table td span::before {
  color: #aaa;
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
  content: none;
}

.spec_table td:nth-child(odd) {
  color: #aaa;
  background: white;

}

.spec_table td:nth-child(even) {
  overflow: hidden;
  background: white;
  text-align: right;
}

.pt-0 {
  padding-top: 0;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pb-20 {
  padding-bottom: 20rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.gap-2 {
  grid-gap: 2rem;
}

#chooseColor,
.select-color {
  position: relative;
  overflow-x: hidden;
  padding: 0.5rem 0;
}

#chooseColor .swiper-wrapper,
.select-color .swiper-wrapper {
  display: flex;
  justify-content: center;
}

#chooseColor .swiper-slide,
.select-color .swiper-slide {
  width: 3rem;
}

#chooseColor .swiper-button-prev,
#chooseColor .swiper-button-next {
  background: none;
  width: 0.9rem;
  display: none;
}

#chooseColor .swiper-button-prev::after,
#chooseColor .swiper-button-next::after {
  font-size: 1.6rem;
  font-weight: bold;
}

.btn-select {
  position: relative;
  display: block;
  box-shadow: 0 1px 2px #222;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}

.btn-select:active {
  box-shadow: 0 0 7px #222;
}

.preloader {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
}

.view-360 {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  display: none;
  text-align: center;
  min-height: 65rem;
  height: 100vh !important;
  mix-blend-mode: darken;
  margin-bottom: 2rem;
}

.view-360.active {
  display: block;
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.pano {
  width: 100%;
  max-height: 44rem;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pano .button,
.pano .loading {
  position: relative;
  z-index: 2;
}

.color-name {
  margin-top: 1rem;
}

.errorMessage {
  font-size: 13px;
  color: red;
  margin-top: 5px;
}

#interer {
  padding-top: 6rem;
}

.warranty-logo {

  z-index: 1;
  margin-top: 4rem;
  max-width: 22rem;
}

.warranty-logo img {
  object-fit: contain;
}

.slider .warranty-logo {
  left: 9.6vw;
  bottom: 5rem;
  position: absolute;
}

.banner .svg {
  max-width: 30%;
  display: flex;
  flex-direction: column;
}

.banner .btn-primary {

  min-width: 12.5vw;
  background: #00B5D0;
}

.banner .svg .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.banner .svg .btn.red {
  background: #E8380D;
}

.banner .svg picture {
  width: auto;
  margin: 0 auto;
}

.banner .banner-content.text-center .svg {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

.banner .banner-content.text-center .text-group {
  padding-left: 0;
}

.banner .banner-content.text-right .text-group {
  padding-left: 0;
  padding-right: 6vw;
}

.banner .banner-content.text-right .svg {
  margin-left: auto;
}

.page__main .video-container {
  height: 100vh;
  width: 100%;
  min-height: 50rem;
  position: relative;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gradient-text {
  display: flex;
  flex-direction: column;
}
.textline {
  background: url(/static/img/logos/promo.svg) repeat top / contain;
  display: block;
  width: 15rem;
  height: 58rem;
  margin-bottom: 4rem;
}
.promo-column {
  position: absolute;right: 0;
  display: block;
  top: 7rem;
  height: auto;
}
#other_news {background-color: #fff; position: relative;}
@media screen and (max-width: 1440px) {
  .page__main .video-container {
    min-height: auto;
    height: 100vw;
  }

  .container-md {
    max-width: calc(100% - 5vw);
  }

  .nav__menu .nav__item .link {
    font-size: 1.2rem;
  }

  .nav__menu {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .close-models {
    display: none;
  }
  .promo-column {
    display: none;
  }
  .breadcrumb.container-md {
    padding: 2rem 2rem 0;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }

  .slider .warranty-logo {
    left: 2rem;
    bottom: 6rem;
  }

  .banner .swiper-pagination {
    bottom: 2.5rem;
  }

  .warranty-logo {
    max-width: 15rem;

  }

  .banner .svg {
    max-width: 100%;
  }

  .banner .svg .btn {
    min-width: 24rem;

  }

  .banner .banner-content.center {
    align-items: flex-start;

  }

  .banner .banner-content.center .text-group {
    padding-top: 6vh;
  }

  .header .lang {
    flex: 1;
    text-align: right;
    padding-right: 2rem;
  }

  .btn-td {
    display: none;
  }

  .car__nav .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    font-size: 12px;
  }

  .car__nav .btn-primary:not(:last-child) {
    border-right: 1px solid #f8f8f8;
    margin-left: 0;
  }

  .car__nav .btn-primary:not(:first-child) {
    margin-left: 0;
  }

  .car__nav .btn-group {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    margin: 0;
    width: 100%;
    display: flex;
    text-wrap: balance;
    align-items: stretch;
    box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.15);
    height: 4.4rem;
    overflow: hidden;
    font-size: 1.2rem;
    flex-flow: row nowrap;
  }

  .car__nav .btn-primary:nth-child(3) {
    display: none;
  }

  iframe {
    height: 100vw !important;
  }

  h1,
  .title-lg {
    font-size: 2.8rem;
  }

  h2,
  .title-md {
    font-size: 2.4rem;
  }

  h3,
  .title-sm {
    font-size: 1.8rem;
  }

  h4,
  .title-xs {
    font-size: 1.6rem;
  }

  .text,
  .text-lg,
  .text-md,
  .text-sm {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text p:not(:last-child) {
    margin-bottom: 2rem;
  }

  .text-border {
    padding: 3rem;
    font-size: 1.8rem;
  }

  .tabs {
    margin-bottom: 2rem;
  }

  .tab {
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(1, 100%);
  }

  .flex-1 .col,
  .flex-2 .col,
  .flex-3 .col,
  .flex-4 .col {
    flex: 1 0 calc(100% - 24px);
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .slider-container:not(.banner) .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }

  .share-block {
    margin-top: 3rem;
  }

  .page__pagination {
    padding: 4rem 0;
    justify-content: center;
  }

  .page__pagination .page__link {
    margin: 0 3px;
  }

  main>.section:first-child {
    padding-top: 3rem;
  }

  .accordion__title {
    padding: 2rem;
  }

  .accordion__item .img-container {
    max-width: 120px;
  }

  .accordion__item img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .accordion__item .btn {
    width: 100%;
  }

  .accordion__item.active .accordion__content {
    padding: 2rem 1rem;
    overflow-x: scroll;
  }

  .finance-programms .finance .tab {
    margin-right: 3rem;
  }

  .accordion__item:not(:last-child) {
    margin-bottom: 1rem;
  }

  .common-form {
    display: flex;
    flex-wrap: wrap;
  }

  .common-form .form-row {
    width: 100%;
    margin-right: 0;
  }

  .form-btn.btn {
    width: 100%;
    padding: 2.1rem;
  }

  #subscribe .form-field {
    min-width: auto;
    width: 100%;
  }

  #subscribe .form-btn {
    margin-left: 0;
    font-size: 1.4rem;
  }

  #subscribe .form-row:first-child {
    order: 1;
    width: 100%;
  }

  #subscribe .form-row:nth-child(2) {
    order: 3;
    margin-bottom: 0;
  }

  #subscribe .checkbox.form-row {
    order: 2;
  }

  .table th {
    font-size: 1.4rem;
    vertical-align: top;
  }

  .table th,
  .table td {
    min-width: 10rem;
    padding: 1rem;
    line-height: normal;
  }

  .table tr:not(:last-child) {
    border-bottom: 0;
  }

  .table th,
  .table td {
    border-top: 0;
  }

  .table tr:last-child td:last-child {
    border-bottom: 0;
  }

  body {
    font-size: 1.4rem;
    height: auto;
    overflow-x: unset
  }

  html {
    overflow-x: hidden;
  }

  .container,
  .container-md,
  .container-sm {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
  }

  .page {
    padding-top: 5.6rem;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .header .flex {
    flex-wrap: wrap;
    padding: 1.8rem 2rem;
    height: 5.6rem;
  }

  .header .nav__menu {
    position: fixed;
    top: 5.6rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);

  }

  .header .nav__menu.is-active {
    display: block;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }

  .header.is-show .nav__menu.is-active {
    top: 0;
  }

  .header .menu__items {
    order: 2;
  }

  .header .menu__items img {
    display: none;
  }

  .header .panel {
    align-items: center;
  }

  .header .group-links {
    padding: 0;
    height: auto;
  }

  .group-links .col .main-link {
    margin: 0;
  }

  .group-links .col {
    flex: 100%;
  }

  .group-links .col:not(:last-child) {
    margin-bottom: 1rem;
  }

  .site-name {
    display: none;
  }

  .nav__menu .tabs::before {
    content: none;
  }

  .nav__menu .nav__item {
    border-bottom: 1px solid #dedede;
    width: 100%;
  }

  .nav__menu .nav__item:first-child {
    border-top: 1px solid #dedede;
  }

  .nav__menu .nav__item:not(:last-child) {
    margin-right: 0;
  }

  .nav__menu .nav__item:last-child {
    border-bottom: 1px solid #dedede;
  }

  .nav__menu .nav__item .link {
    padding: 1.5rem 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .sub__menu {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .menu__items {
    order: 2;
    margin-right: 4rem;
  }

  .nav__menu .nav__item .link::after {
    content: none;
    left: auto;
    right: 2rem;
    bottom: auto;
  }

  .nav__menu .nav__item:hover .link::after,
  .nav__menu .nav__item.active .link::after {
    border: 0;
    -webkit-animation: none;
    animation: none;
    width: 8px;
  }

  .menu__item .main_link {
    font-size: 1.6rem;
  }

  .dropdown__item.full-width .dropdown__menu {

    top: 0;
    position: relative;
    padding: 1.6rem 0;
  }

  .dropdown__menu {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .sub-link {
    margin: 5px 0;
  }

  .header .cars {
    padding: 2rem 0;
  }

  .header .cars .prices {
    font-size: 12px;
  }

  .header .cars .car__img {
    margin-bottom: 0;
  }

  .header .logo {
    order: 1;
    display: inline-flex;
    align-items: center;
  }

  .header .logo .haval-logo {
    height: 24px;
  }

  .header .logo .logo-gwm {
    height: 14px;
  }

  .header .logo .sep {}

  .footer .section-md {
    padding: 4rem 0 2rem;
  }

  .footer__bottom-bar .container,
  .copyright-links {
    flex-wrap: wrap;
  }

  .footer__botom-bar {
    margin: 0 0 1rem;
  }

  .footer__botom-bar .phone {
    font-size: 2rem;
  }

  .copyright,
  .copyright-links {
    width: 100%;
  }

  .copyright {
    margin-bottom: 2rem;
  }

  .menu.mobile {
    background-image: url(../img/svg/menu-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.4rem;
    height: 1.7rem;
    order: 3;
  }

  .menu.mobile.is-active {
    background-image: url(../img/svg/close.svg);
  }

  .main-nav .close {
    background-image: url(../img/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.4rem;
    height: 1.7rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }

  .main-nav .close.active {
    opacity: 1;
    z-index: 1;
  }

  .banner .banner-content h1 {
    font-size: 3.6rem;
  }

  .banner .banner-content .title-md {
    font-size: 1.8rem;
  }

  .banner:not(.banner-sm) .banner-content,
  .banner .banner-content {
    height: 150vw;
    min-height: auto;
  }

  .banner .title-md {
    margin: 1rem 0 0;
  }

  .banner .container .title-xs {
    margin-bottom: 2rem;
  }

  .banner .container {
    top: auto;

  }

  .gs {
    grid-template-columns: repeat(1, 1fr);
  }

  .gs .text-group {
    bottom: auto;
    left: 2rem;
  }

  .gs .text-sm {
    font-size: 1.2rem;
  }

  .gs .item {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 26rem;
  }

  .btn {
    font-size: 1.2rem;
    padding: 1.3rem 2rem;
    min-width: 18rem;
  }

  .btn-group {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-group .btn {
    max-width: 28rem;
  }

  .btn-group .btn:not(:last-child) {
    margin: 0 0 1.5rem;
  }

  .slider-container:not(.banner) .slider-sm .swiper-slide {
    padding-top: 0;
  }

  .slider-container:not(.banner) .slider-sm .image {
    width: 100%;
    height: auto;
  }

  .slider-container .swiper-button-prev,
  .slider-container .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }

  .slider-container .swiper-button-prev::after,
  .slider-container .swiper-button-next::after {
    font-size: 1.4rem;
  }

  #services,
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .title-group {
    margin-bottom: 3rem;
  }

  .posts {
    grid-gap: 1.6rem;
  }

  .post__title {
    font-size: 1.8rem;
    line-height: 1.4;
    min-height: auto;
  }

  .post__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .post .post__date {
    font-size: 1.4rem;
  }

  .post .post__title {
    font-size: 2.4rem;
  }

  .post__announce {
    margin-bottom: 0;
  }

  .post .text {
    font-size: 1.6rem;
  }

  .footer .disclaimer {
    padding: 2.5rem 0;
    font-size: 1.2rem;
  }

  .footer .menu__item:not(.mobile-links),
  .footer .nav__menu {
    display: none;
  }

  .footer__nav {
    width: 100%;
    margin-bottom: 4rem;
  }

  .footer__botom-bar .sns-block {
    margin: 1.5rem 0;
  }

  .sns-block {
    width: 100%;
  }

  .menu__item {
    width: 100%;
    flex: 50%;
  }

  /* .menu__item:not(:last-child) {
    margin-bottom: 2rem;
  } */

  .popup {
    max-width: 100%;
    padding: 4rem 2rem 4rem;
  }

  .popup .col {
    padding: 0;
  }

  .popup .col:first-child {
    background: none;
    margin-bottom: 4rem;
  }

  .popup .title-md {
    margin-bottom: 3rem;
  }

  .popup .fancybox-close-small {
    top: 0.2em !important;
    right: 0.2em !important;
  }

  .checkbox.form-row {
    font-size: 1.2rem;
    margin: 0 0 2rem;
  }

  .form-checkbox+label::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  .form-field {
    font-size: 14px;
    height: 5rem;
    padding-top: 0;
  }

  .form-label {
    top: 1.7rem;
    padding: 0 2rem;
    min-width: auto;
    left: 5px;
  }

  .form-row.focused .form-label {
    top: -5px;
    /* opacity: 0; */
  }

  .footer__bottom-bar {
    padding: 2rem 0;
  }

  .footer__bottom-bar .menu__items {
    display: none;
  }

  .series-slider {
    padding: 0;
    margin: 0;
  }

  .series-slider .swiper-slide {
    width: 100%;
  }

  .series-slider .swiper-slide .car .car__img {
    height: 42rem;
  }

  .series-slider .swiper-slide .car img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .series-slider .swiper-button-prev,
  .series-slider .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }

  .series-slider .swiper-button-prev,
  .series-slider .swiper-button-next {
    top: 50%;
  }

  .series-slider .swiper-button-prev::after,
  .series-slider .swiper-button-next::after {
    font-size: 2.4rem;
  }

  .series-slider .swiper-button-prev {
    left: 0;
  }

  .series-slider .swiper-button-next {
    right: 0;
  }

  .cars {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    padding: 0;
  }

  .cars.visible {
    border-bottom: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }

  .car .tag {
    top: -0.5rem;
    right: 1rem;
  }

  .models-filter.mobile {
    display: flex;
    justify-content: space-around;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 2rem 0;
    margin: 0 -2rem;
  }

  .slider-container .posts-slider {
    padding: 0;
  }

  .slider-container .posts-slider .swiper-button-next,
  .slider-container .posts-slider .swiper-button-prev {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-self: center;
    top: 34%;
    zoom: 90%;
  }

  .post__img {
    margin-bottom: 2rem;
  }

  #contacts {
    padding: 4rem 0 5rem;
  }

  #contacts .title-group {
    line-height: 1.6;
    margin-bottom: 3rem;
  }

  #contacts .title-group span:nth-child(2)::before {
    content: none;
  }

  .contact-info {
    grid-gap: 3rem 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .nav__menu .tabs {
    margin-top: -2rem;
    overflow-x: auto;
  }

  .nav__menu .tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .nav__menu .tab {
    position: relative;
    padding: 1.6rem 1rem;
    font-size: 1.2rem;
  }

  .nav__menu .tab:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .nav__menu .tab.active::before {
    position: absolute;
    background: #000;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    top: -1rem;
    margin: 0 auto;
  }

  .dropdown__item.active .link {
    background: #f2f2f2;
  }

  .dropdown__menu {
    box-shadow: none;
  }

  .nav__item.dropdown__item .link::after {
    content: none;
  }

  .nav__menu .dropdown__item .link::before {
    right: 2rem;
  }

  .car__nav {
    width: 100%;
    overflow-x: hidden;
    font-size: 1.4rem;
    white-space: nowrap;
    position: relative;
    padding: 0;
    position: sticky;
    top: 55px;
  }

  .car__nav .container-md {
    padding: 0;
  }

  .car__nav .link {
    padding: 1.6rem;
  }

  .car__nav .navbar {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .banner .banner-content.top .text-group {
    padding-top: 5rem;
  }



  .section__title:not(:last-child) {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }

  .feature__container.full-width {
    margin-left: 0;
    min-height: auto;
    height: 24rem;
  }

  .feature__container.full-width .section__title:not(:last-child) {
    bottom: 1rem;
    left: 2rem;
    right: 2rem;
    margin-right: 2rem;
  }

  .feature__container.full-width .section__title {
    margin-left: 2rem;
  }

  .accordion__content .text {
    padding: 0 0 2rem;
  }

  ul.leaders span:first-child {
    max-width: 50%;
  }

  .tab-content__header {
    position: relative;
    flex-direction: column;
  }

  .tab-content__header .spec {
    width: 100%;
    padding: 1.6rem 2rem;
  }

  .tab-content__header .group {
    margin-top: 3rem;
  }

  .tab-content__header .group a {
    display: none;
  }

  .feature {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    padding: 45px 0 20px;
    background: none;
  }

  .feature__container {
    max-width: 100%;
    align-items: center;
  }

  .feature__title {
    color: #000;
  }

  .feature__text {
    margin-bottom: 0;
  }

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

  .content:not(:last-child) {
    margin-bottom: 0;
  }

  .content .feature {
    padding: 30px 0;
    order: 2;
  }

  .content .image {
    order: 1;
    max-width: 100%;
    min-width: auto;
    margin-bottom: 2rem;
  }

  .page__faq .accordion__content .text {
    padding: 0;
  }

  .accordion__item .accordion__title {
    font-size: 1.4rem;
    padding: 1.4rem;
  }

  .accordion__item .accordion__title span {
    width: calc(100% - 5rem);
  }

  .accordion__title {
    align-items: flex-start;
  }

  .options {
    width: 100%;
    order: 2;
  }

  .btn-select {
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }

  .features .title-sm {
    margin-bottom: 3rem;
  }

  .features .grid img {
    margin-bottom: 3rem;
  }

  .features .grid:not(:last-of-type) {
    margin-bottom: 4rem;
  }

  .features .flex-2 .text-group {
    padding: 3rem;
  }

  .features p {
    font-size: 1.4rem;
  }

  .banner-sm {
    height: 18rem;
  }

  .mb-5,
  #search {
    margin-bottom: 3rem;
  }

  #search .form-field {
    line-height: 5rem;
    height: 5rem;
    padding: 0 1rem;
  }

  #search .icon {
    zoom: 0.7;
  }

  .promo {
    display: block;
  }

  .promo .item {
    flex-direction: column;
    margin-bottom: 3rem;
    align-items: flex-start;
  }

  .promo .item::after {
    margin-top: 3rem;
  }

  .promo .post__item .text-group {
    padding: 2rem;
  }

  .promo .text,
  .promo .image {
    max-width: 100%;
  }

  .promo .text {
    padding: 3rem;
    width: 100%;
    text-align: center;
  }

  .promo .post__img {
    max-width: 100%;
  }

  .promo .item:nth-child(odd) .text {
    order: 2;
  }

  .promo .post__item {
    flex-wrap: wrap;
  }

  .promo .post__img {
    order: 1;
    margin-bottom: 0;
  }

  .promo .post__item .text-group {
    order: 2;
  }

  .promo .post__title {
    font-size: 1.8rem;
  }

  .car-form .col:first-child {
    max-width: 100%;
  }

  .car-form .col:last-child {
    display: none;
  }

  .page__news .post__share {
    margin-bottom: 3rem;
  }

  .page__header {
    padding: 2rem 0;
  }

  .banner-sm .page__header {
    margin-top: 4rem;
  }

  .text-border {
    font-size: 1.4rem;
    padding: 2rem;
  }

  .post-pagination {
    margin-top: 4rem;
  }

  .post-pagination svg {
    width: 5rem;
    height: 5rem;
  }

  .post-pagination .prev svg {
    margin-right: 1rem;
  }

  .post-pagination .next {
    text-align: right;
  }

  .post-pagination .next svg {
    margin-left: 1rem;
  }

  em.stroke-text {
    font-size: 2.4rem;
  }

  .notice.bordered {
    padding-bottom: 1rem;
  }

  .carousel .swiper-slide,
  .carousel-grid .swiper-slide {
    width: calc(90% - 24px);
  }

  .carousel .swiper-wrapper {
    width: 100%;
  }

  #specs ul.leaders {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .contact-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    flex: 100%;
    order: 2;
    height: auto;
  }

  .contact-list .dealer__item {
    padding: 2rem;
  }

  .row:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  #map {
    height: 24rem;
    flex: 100%;
    order: 1;
  }

  .table {
    border: 1px solid;
  }

  .page__car .banner .banner-content {
    height: 150vw;
  }

  #chooseColor .swiper-wrapper {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
  }

  #chooseColor .swiper-slide {
    width: 2.4rem;
  }

  .btn-select {
    width: 2.4rem;
    height: 2.4rem;
  }

  .image-preview {
    height: 18rem;
  }

  .image-preview img {
    padding: 0;
  }

  .features .slider-container:not(.banner) .image img {
    margin-bottom: 0;
  }

  .slider-sm .title-xs {
    margin-bottom: 4rem;
  }

  .pt-4 {
    padding-top: 2rem;
  }

  #prices .btn-group {
    align-items: center;
  }

  .posts-slider .slider-controls {
    margin-top: 3rem;
  }

  .slider-controls .swiper-button-prev {
    left: 0;
  }

  .slider-controls .swiper-button-next {
    right: 0;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
  }

  .disclaimer {
    font-size: 1.2rem;
  }

  .banner-sm .banner-title {
    font-size: 3.6rem;
  }

  .section-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .page__header {
    padding-bottom: 0;
  }

  .content .text {
    margin-right: 0;
    margin-bottom: 2rem;
    order: 2;
  }

  .feature__item img {
    max-width: 100%;
    order: 1;
  }

  .big-num {
    font-size: 3rem;
  }

  .feature__over-text {
    height: auto;
  }

  .feature__over-text .column:first-child,
  .feature__over-text .column:last-child {
    width: 100%;
    position: relative;
  }

  .features .flex-2 .text-group {
    padding: 0 0 2rem;
    order: 2;
  }

  .gallery-slider {
    background-size: 100%;
    background-position: top;
  }

  .features .gallery-slider .text-group {
    bottom: 4rem;
  }

  .features .gallery-slider img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }

  .features .gallery-slider .title-lg {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .features .gallery-slider .text .text-l,
  .features .gallery-slider .text .text-r {
    width: 100%;
  }

  .features .gallery-slider .text {
    flex-wrap: wrap;
  }

  .features .gallery-slider .swiper-slide {
    height: 100vw;
  }

  .features .thumbs {
    display: none;
  }

  .features .img,
  .features picture {
    min-height: 18rem;
  }

  .features .col.text_right,
  .features .col.text_left {
    flex-direction: column;
  }

  #lineup .btn {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }

  #lineup .thumbs {
    pointer-events: none;
  }

  #lineup .car {
    padding: 2rem;
  }

  #lineup .swiper-button-prev,
  #lineup .swiper-button-next {
    top: 10rem;
  }

  #lineup .swiper-button-prev {
    left: 0;
  }

  #lineup .swiper-button-next {
    right: 0;
  }

  #lineup .car .text-group {
    flex-direction: column;
    order: 3;
  }

  .car .car__img {
    max-height: 14rem;
  }

  .model__price {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 0;
    order: 2;
    color: #000;
  }

  .latest-news {
    flex: auto !important;
  }

  .latest-news__item:first-child .latest-news__title {
    font-size: 1.8rem;
  }

  .latest-news__title {
    font-size: 1.4rem;
  }

  .columns-block .col {
    height: 100vw;
    padding: 6vw;
  }

  #fast-links {
    padding: 6rem 0;
  }

  #main-news .img-container {
    order: 1;
    height: 20rem;
    flex: 100%;
  }

  #main-news .latest-news {
    order: 2;
  }

  .banner .banner-content h1,
  .banner .banner-content .title-lg {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }

  .banner .text-group {
    padding-left: 0;
    zoom: 100%;
  }

  .top-bar {
    display: none;
  }

  .section__header {
    margin-bottom: 2.5rem;
  }

  .section__header .text {
    margin: 2rem auto;
  }

  .services {
    grid-template-columns: repeat(1, 1fr);
  }

  .services .item .service__name {
    margin-bottom: 0;
  }

  .advantage__text {
    display: flex;
    align-items: center;
  }

  .advantage__image {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 3.6rem;
  }

  .flex-list__item {
    max-width: calc(100% - 20px);
    flex: 100%;
    margin: 0 20px 10px;
    align-items: flex-start;
  }

  #faq {
    padding-bottom: 6rem;
  }

  .header .menu__items .menu__item:not(:last-child) {
    margin: 0;
  }

  .header .menu__items .contacts {
    display: none;
  }

  .main-nav {
    color: #000;
  }

  .header .contacts {
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }

  .header .contacts .link {
    margin: 8px 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .header .dealers {
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem);
  }

  .header .contacts .icon-address:hover .dealers {
    height: 20rem;
  }

  .header .car .car__title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .sns .link:not(:last-child) {
    margin-right: 1.5rem;
  }

  .field-group .form-section__title {
    margin-bottom: 2rem;
  }

  .features-slider picture {
    height: auto;
  }

  .features .col.text_right .image,
  .features .col.text_left .image {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .section .table th,
  .section .table td {
    font-size: 12px;
    padding: 1rem 4px;
  }

  .spec_table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .spec_table td {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  #interer {
    padding-top: 4rem;
  }

  .text .table th,
  .text .table td {
    font-size: 14px;
    vertical-align: top;
  }

  .dealer__city {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.6rem;
  }

  .features {
    position: relative;
    overflow-x: hidden;
  }

  .page-404 .btn-group {
    align-items: center;
    margin-top: 2rem;
  }

  .nav__menu .dropdown__item .link::before {
    content: "\f104";
  }

  .nav__menu .dropdown__item.active .link::before {
    content: "\f107";

  }

  .banner .banner-content::before {
    content: none;
  }

  .table-auto td,
  .table-auto th {
    min-width: 4rem;
  }

  .section .table-auto td,
  .section .table-auto th {
    padding: 5px;
  }

  .nav {
    top: 5.6rem;
  }

  .nav .link {
    padding: 1.6rem;
    font-size: 1.2rem;
  }

  .nav .container-md {
    padding: 0;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .view-360 {
    min-height: auto;
    height: 30vh !important;
  }
}


#lang-selection {
  width: 100%;
  max-width: 500px;
  padding: 30px;
}

#lang-selection .btn-group {
  flex-direction: column;
  background: #F4F4F4;
  padding: 30px;
}

#lang-selection .btn-row {
  display: flex;
  align-items: center;
  width: 100%;
}

#lang-selection .lang-label {
  flex: 1;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

#lang-selection .btn {
  color: inherit;
  text-transform: unset;
  width: 100%;
  padding: 22px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 200px;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  outline: none;
  font-family: inherit;
  letter-spacing: 1px;
}

#lang-selection .btn-row:not(:last-child) {
  margin: 0 0 10px;
}

#lang-selection .btn.active {
  background: #000;
  color: #fff;
}

#lang-selection .fancybox-button {
  padding: 4px;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  .video iframe {
    min-height: 240px;
  }

  #lang-selection {
    padding: 20px;
  }

  #lang-selection .btn-group {
    background: none;
    padding: 0 10px;
  }

  #lang-selection .btn-group .btn {
    padding: 16px 20px;
    width: 160px;
    min-width: auto;
  }

  #lang-selection .fancybox-button {
    top: 0 !important;
    right: 0 !important;
  }
}

/* .page__about{font-size:22px;} */
.page__about h2 {
  font-size: 36px;
  margin-bottom: 4rem;
}

.page__about h3 {
  font-size: 28px;
  margin-bottom: 4rem;
}

.page__about .text :last-child {
  margin-bottom: 0;
}

.page__about .items:after {
  content: "";
  clear: both;
  display: block;
}

.page__about .item {
  display: flex;
  flex-direction: column;
  float: left;
  width: 29%;
  margin-right: 6.5%;
  font-size: 16px;
  margin-bottom: 5rem;
}

.page__about .item:nth-child(3n) {
  margin-right: 0;
}

.page__about .item:nth-child(3n+1) {
  clear: both;
}

.page__about .item h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}

.page__about .item img.icon {
  max-height: 60px;
  margin-right: auto;
  margin-bottom: 25px;
}

.page__about.without_icon h1 {
  margin: 5rem auto 2rem;
  text-align: center;
}

.page__about.without_icon .sub-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 4rem;
}

.page__about .btn {
  border: 2px solid #000;
  padding: 15px 40px;
  font-size: 16px;
  margin-top: 15px;
  min-width: 24rem;
}

/******* Миссия и ценности *********/
.mission_14 {
  background: #000;
  color: #fff;
  padding: 6rem 0 !important;
}

.mission_14 .container-1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mission_14 .icon {
  width: 400px;
  min-width: 400px;
  margin-right: 6rem;
}

.about_14 .tsennosti_14 {
  padding-top: 6rem;
  background: #F2F2F2;
}

.about_14 .tsennosti_14 .items {
  display: flex;
  justify-content: space-between;
}

.about_14 .tsennosti_14 .items .item {
  background: #fff;
  width: 19%;
  padding: 35px 0 30px;
  text-align: center;
  margin: 0;
}

.about_14 .tsennosti_14 .items .item h4 {
  font-size: 16px;
}

.about_14 .tsennosti_14 .items .item img {
  margin-left: auto;
}

.about_14 .items:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .about_14 .tsennosti_14 {
    padding-top: 3rem;
  }

  .about_14 .tsennosti_14 .items {
    flex-wrap: wrap;
    gap: 10px;
  }

  .about_14 .tsennosti_14 .items .item {
    width: 48%;
    padding: 25px 0 20px;
  }

  .about_14 .tsennosti_14 .items .item h4 {
    font-size: 14px;
  }
}

.about_14 .awards_14 .items {
  justify-content: space-between;
  display: flex;
}

.about_14 .awards_14 .items .item {
  flex-direction: row;
  width: 48%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  align-items: center;
}

.about_14 .awards_14 .items .item .item_data {
  padding: 5rem;
}

.about_14 .awards_14 .items .item img {
  margin: -1px 0 -1px -1px;
  display: block;
  max-height: none;
  max-width: 50%;
}

.about_14 .awards_14 .items .item h4 {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .about_14 .awards_14 .items {
    flex-wrap: wrap;
    gap: 15px;
  }

  .about_14 .awards_14 .items .item {
    width: 100%;
  }

  .about_14 .awards_14 .items .item .item_data {
    padding: 2rem;
  }

  .about_14 .awards_14 .items .item .item_data h4 {
    font-size: 14px;
  }
}

.rabota_intro_14 .container-1200,
.join-us_14 .container-1200 {
  display: flex;
}

.rabota_intro_14 .container-1200 .icon,
.join-us_14 .container-1200 .icon {
  min-width: 47%;
  width: 47%;
}

.rabota_intro_14 .container-1200 .text,
.join-us_14 .container-1200 .text {
  background: #f0f0f0;
  padding: 6rem;
}

.blank_ico {
  background: url(/static/img/svg/blank_ico.svg) no-repeat left center;
  padding-left: 25px;
  transition: 0.3s;
}

.blank_ico:hover {
  opacity: 0.5;
}

@media screen and (max-width: 640px) {

  .rabota_intro_14 .container-1200,
  .join-us_14 .container-1200 {
    flex-direction: column;
  }

  .rabota_intro_14 .container-1200 .icon,
  .join-us_14 .container-1200 .icon {
    width: 100%;
  }

  .rabota_intro_14 .container-1200 .text,
  .join-us_14 .container-1200 .text {
    padding: 3rem;
  }

  .page__about .btn {
    font-size: 14px;
    padding: 12px 25px;
  }
}

.preimuschestva_14 {
  padding-top: 6rem !important;
}

.about_14 .preimuschestva_14 .items:after {
  display: block;
}

.preimuschestva_14 .item:nth-child(3n) {
  margin-right: 6.5%;
}

.preimuschestva_14 .item:nth-child(3),
.preimuschestva_14 .item:nth-child(7) {
  margin-right: 0;
}

.preimuschestva_14 .item:nth-child(3n+1) {
  clear: none;
}

.preimuschestva_14 .item span.icon {
  display: block;
  width: 76px;
  height: 76px;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 76px;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  min-width: 76px;
}

.preimuschestva_14 .item:nth-child(4) {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-right: 0;
  background: #eee;
  padding: 6rem 10rem;
  margin: 1rem auto 6rem;
}

.preimuschestva_14 .item:nth-child(4) .icon {
  margin-bottom: 0;
  margin-right: 40px;
}

/********* Карьера **********/
.conditions_14 {
  background: #F2F2F2;
  padding-top: 6rem !important;
}

.conditions_14 .items {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.conditions_14 .item {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 4.5rem;
  display: flex;
  gap: 4rem;
  flex-direction: row;
  align-items: center;
  min-width: calc(33.333% - 1.5rem);
}

.conditions_14 .item img.icon {
  margin: 0 !important;
  max-width: 5rem;
}

.conditions_14 .item h4 {
  font-size: 16px !important;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .conditions_14 {
    padding-top: 3rem !important;
  }

  .conditions_14 .item {
    margin-bottom: 0 !important;
    padding: 2.5rem;
  }
}


.hh_14 {
  background: #eee;
  padding: 6rem 0 !important;
}

.hh_14 h2,
.hh_14 hr {
  display: none;
}

.hh_14 .items {
  margin-bottom: 6rem;
}

.hh_14 .item {
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
  flex-direction: row;
}

.hh_14 .item:nth-child(2n) {
  border: 0;
  padding-left: 4rem;
}

.hh_14 .item:nth-child(2n+1) {
  border-right: 1px solid #d9d9d9;
  padding-right: 4rem;
}

.hh_14 .item .icon {
  width: 120px;
  height: 120px;
  max-height: 120px !important;
  margin-right: 30px !important;
  margin-bottom: 0 !important;
}

.hh_14 .item .item_data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: start;
}

.hh_14 .item:nth-child(2) .item_data .btn {
  background: #000;
  color: #fff;
}

.join-us_14 {
  margin-top: 6rem;
}

.video_14 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.video_14 .items .item {
  position: relative;
  min-width: calc(33.333% - 1.5rem);
  margin: 0;
}

.video_14 .items .item img.icon {
  width: 100%;
  height: 300px;
  object-fit: cover;
  max-height: none;
  max-width: none;
  margin-bottom: 0;
}

.video_14 .items .item a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3rem 0 0 -3rem;
  width: 6rem;
  height: 6rem;
  background: url(/static/img/svg/play.svg) no-repeat center center;
  transition: 0.3s;
}

.video_14 .items .item a:hover:after {
  transform: scale(1.2);
}

.video_14 .items .item .item_data {
  display: none;
}

.fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
}

/************ Отзывы **************/
.reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .review {
  width: 32%;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  padding: 20px;
  margin-bottom: 3rem !important;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.reviews .review .review_header {
  display: flex;
  align-items: center;
  background: #f5f3ec;
  margin: -20px -20px 15px;
  padding: 17px 20px;
}

.reviews .review .review_header img {
  width: 40px;
  margin-right: 15px;
}

.reviews .review .review_header span {
  font-weight: 500;
  font-size: 18px;
}

.reviews_14 h2 {
  display: none;
}

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

.doty-logo {
  position: absolute;
  z-index: 2;
  width: 15rem;
  right: 2.4em;
  top: 10vh;
}

/*********** Команда ************/
.accordion_block .accordion_title {
  position: relative;
  border: 1px solid #000;
  border-width: 1px 0;
  font-weight: 500;
  font-size: 28px;
  padding: 18px 40px 18px 0;
  text-transform: uppercase;
  margin-top: -1px;
}

.accordion_block .accordion_title:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 40px;
  line-height: 0;
  top: 50%;
  font-family: monospace;
  font-weight: 600;
}

.accordion_block .accordion_title.active:after {
  content: "-";
}

.accordion_block .accordion_data {
  padding: 30px 0 40px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  display: none;
}

.accordion_block .accordion_title.active+.accordion_data {
  display: flex;
}

.dept_item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: flex;
  margin: 0 20px 20px 0;
  width: calc(33.3333% - 20px);
}

.dept_item img {
  width: 120px;
  min-width: 120px;
  height: 175px;
  object-fit: cover;
  margin-right: 20px;
}

.dept_item_data {
  position: relative;
  padding: 10px 0;
}

.dept_item_data h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.dept_item_data p {
  font-size: 16px;
  color: #aaa;
}

.dept_item_data a {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  text-decoration: none;
  font-weight: 500;
}

.dept_item_data a:hover {
  border-color: transparent;
  text-decoration: none;
}


@media screen and (max-width: 1200px) {
  .accordion_block .accordion_title {
    font-size: 26px;
  }

  .dept_item_data h5 {
    font-size: 20px;
  }

  .dept_item_data p {
    font-size: 14px;
  }

  .dept_item_data a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .accordion_block .accordion_title {
    font-size: 24px;
  }

  .dept_item {
    width: calc(50% - 20px);
  }

  .dept_item_data h5 {
    font-size: 22px;
  }

  .dept_item_data p {
    font-size: 16px;
  }

  .dept_item_data a {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .container-1200 {
    padding: 0 20px;
  }

  .banner-sm .banner-content.end .page__header {
    padding-bottom: 20px;
  }

  .page__about h2 {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .page__about .text {
    font-size: 16px;
  }

  .page__about.without_icon h1 {
    margin-top: 0;
    font-size: 28px;
  }

  .page__about.without_icon .sub-title {
    font-size: 20px;
    margin-bottom: 2rem;
  }

  .page__about .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .page__about .item img.icon {
    margin-bottom: 15px;
  }

  .page__about .item h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .mission_14 {
    padding: 2rem 0 3rem !important;
  }

  .mission_14 .container-1200 {
    flex-direction: column;
  }

  .mission_14 .container-1200 .icon {
    margin-right: 0;
  }

  .preimuschestva_14 {
    padding: 3rem 0 !important;
  }

  .preimuschestva_14 .item {
    flex-direction: row;
  }

  .preimuschestva_14 .item span.icon {
    margin-right: 2rem;
  }

  .preimuschestva_14 .item:nth-child(4) {
    width: calc(100% + 4rem);
    padding: 2rem;
    margin: 0 -2rem 3rem;
  }

  .preimuschestva_14 .item:nth-child(4) .icon {
    margin-right: 2rem;
  }

  .hh_14 {
    padding: 30px 0 !important;
  }

  .hh_14 .item {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 25px;
    border: 0 !important;
  }

  .hh_14 .item:last-child {
    margin-bottom: 0px;
  }

  .hh_14 .item .icon {
    width: 70px;
    height: 70px;
    margin-right: 25px !important;
  }

  .hh_14 .item .item_data .btn {
    font-size: 14px;
    padding: 12px 30px;
  }

  .join-us_14 {
    margin-top: 3rem;
  }

  .reviews .review {
    width: 100%;
    margin-bottom: 2rem !important;
  }

  .reviews .review .review_header img {
    width: 35px;
  }

  .accordion_block .accordion_title {
    font-size: 18px;
  }

  .dept_item {
    display: block;
    position: relative;
    padding: 15px;
  }

  .dept_item img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .dept_item_data {
    padding: 0 0 15px 0;
    position: static;
  }

  .dept_item_data h5 {
    font-size: 18px;
  }

  .dept_item_data p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .dept_item_data a {
    font-size: 14px;
    bottom: 15px;
  }

  .page__car .banner .banner-content.bottom .text-group {
    padding-bottom: 0;
  }
}

.page_catalog .breadcrumbs {
  justify-content: center;
}

.page_catalog .filter {
  display: flex;
  margin-bottom: 30px;
}

.page_catalog .filter .filter_item {
  display: flex;
  margin-right: 30px;
  font-size: 20px;
  align-items: center;
  background: #ebebeb;
  padding: 13px 20px 13px 17px;
  border-radius: 10px;
}

.page_catalog .filter .filter_item input {
  width: 25px;
  height: 25px;
  margin-right: 18px;
  cursor: pointer;
}

.page_catalog .filter .filter_item label {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
}

.page_catalog .post__title {
  min-height: auto;
  margin-bottom: 0;
}

.page_catalog .img-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page_catalog .img-carousel .swiper-pagination {
  display: flex;
  height: 100%;
}

.page_catalog .img-carousel .swiper-pagination-bullet {
  height: 100%;
  flex: 1;
  background: currentColor;
  margin: 0;
  opacity: 1;
  background: transparent;
  position: relative;

}

.page_catalog .img-carousel .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1rem;
}

.page_catalog .img-carousel .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 3px;
  left: 0;
  height: 3px;
  background-color: #000;
  opacity: .4;
}

.page_catalog .img-carousel .swiper-pagination-bullet-active::after {
  opacity: .9;
}

.page_catalog .post__item {
  position: relative;
  overflow: hidden;
}

.page_catalog .post__img img {
  object-fit: contain;
}

.page_catalog .post__img {
  height: 32rem;
  margin-bottom: 1rem;
}


.for_car_block {
  margin-bottom: 10rem;
}

.for_car_block .cat_title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.catalog-item .post__img {
  height: 30rem;
  background: #fff;
}

.catalog-item .post__img img {
  object-fit: contain;
}

.catalog-item .post__title {
  font-size: 18px;
  font-weight: 400;
  min-height: 7rem;
}

.catalog-item .catalog_price {
  font-size: 24px;
  font-weight: 500;
}

.haval-h5-h9_1 .btn {
  margin-top: 0;
}

.haval-h5-h9_1 h1 {
  display: none;
}

.haval-h5-h9_1 .text h1 {
  display: block;
}

.insurance_35 .table-overflow table,
.insurance_35 .table-overflow tbody,
.insurance_37 .table-overflow table,
.insurance_37 .table-overflow tbody {
  display: block;
}

.insurance_35 .table-overflow tr,
.insurance_37 .table-overflow tr {
  display: flex;
  align-items: center;
}

.insurance_35 .table-overflow tr td,
.insurance_37 .table-overflow tr td {
  padding: 2rem;
}

.insurance_35 .table-overflow:nth-of-type(2) tr,
.insurance_37 .table-overflow:nth-of-type(2) tr {
  align-items: flex-start;
}

.insurance_35 .table-overflow h4,
.insurance_37 .table-overflow h4 {
  text-wrap: balance;
}

.insurance_35 .table-overflow:not(:last-child),
.insurance_37 .table-overflow:not(:last-child) {
  margin-bottom: 2rem;
}

.corporate-clients .table-items,
.corporate-clients .table-items tbody,
.corporate-clients .table-items td {
  display: block;
}

.corporate-clients .table-items tr {
  display: grid;
  grid-gap: 2rem;
}

.corporate-clients .table-items strong {
  font-size: 1.8rem;
  font-weight: 500;
}

.corporate-clients .table-items.grid-2 tr {
  grid-template-columns: repeat(2, 1fr);
}

.corporate-clients .table-items.grid-3 tr {
  grid-template-columns: repeat(3, 1fr);
}

.corporate-clients .table-items.grid-4 tr {
  grid-template-columns: repeat(4, 1fr);
}

.corporate-clients .table-items.grid-4 tr {
  grid-gap: 2rem;
  margin: 5px;
}

.corporate-clients .table-items tr:not(:last-child) {
  margin-bottom: 2rem;
}

.corporate-clients .table-items.grid-4 td {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 0 1rem 2rem;
}

.corporate-clients .table-items.grid-4 p,
.corporate-clients .table-items.grid-2 p {
  margin-bottom: 0 !important;
  line-height: normal;
}

.corporate-clients .bg-section {
  background-color: #007a7f;
  margin: -6rem auto;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 6rem 0;
  color: #fff;
}

.corporate-clients .bg-section .table-items {
  max-width: 1200px;
  margin: 0 auto;
}

.corporate-clients .table-items.grid-2 td {
  display: flex;
  background-color: #fff;
  color: #000;
  border-radius: .5rem;
  padding: 2rem;

}

.corporate-clients .table-items.grid-2 td img {
  max-width: 10rem;
}

.corporate-clients .table-items.grid-2 h4 {
  margin-bottom: 1rem;
}

.corporate-clients .table-items.grid-2 .text-group {
  margin-left: 2rem;
}

.corporate-clients ul {
  column-count: 3;
}

.corporate-clients h4 {
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  .corporate-clients ul {
    column-count: 1;
  }

  .corporate-clients .table-items.grid-2 tr,
  .corporate-clients .table-items.grid-3 tr,
  .corporate-clients .table-items.grid-4 tr {
    grid-template-columns: repeat(1, 1fr);
  }

  .corporate-clients .table-items.grid-4 img {
    max-width: 20rem;
    margin: auto;
  }

  .corporate-clients .bg-section {
    margin-top: -3rem;
    margin-bottom: -2rem;
    padding: 3rem 2rem;
  }

  .insurance_35 .table-overflow tr,
  .insurance_37 .table-overflow tr {
    flex-direction: column;
  }

  .page_catalog .post__img {
    height: 24rem;
  }

  .doty-logo {
    width: 8rem;
    top: 0;
    right: 2rem;
  }

  .banner .banner-content.text-right .container {
    justify-content: flex-start;
  }

  .page_catalog .filter .filter_item {
    font-size: 16px;
  }

  .page_catalog .filter .filter_item input {
    width: 20px;
    height: 20px;
    margin-right: 13px;
  }

  .for_car_block {
    margin-bottom: 6rem;
  }

  .for_car_block .cat_title {
    font-size: 24px;
  }

  .page_catalog .filter,
  .page_catalog .breadcrumbs {
    flex-wrap: wrap;
  }

  .page_catalog .filter .filter_item {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }

  .banner .banner-content.text-center .svg {
    max-width: 100%;
  }

  .table.no-border {
    border: none;
    margin-bottom: 2rem;
  }

  .haval-h9 .banner .btn-group {
    margin-top: 30vh;
  }

  .haval-h5-h9_1 table tr {
    display: grid;
    gap: 5rem;
  }

  .video.fullscreen {
    height: 100vw;
  }
}

.current-page {
  opacity: .85;
  pointer-events: none;
}

.table-overflow {
  overflow-x: auto;
}

[disabled] {
  pointer-events: none;
}

[disabled] .btn {
  display: none;
}

[disabled] img {
  filter: grayscale(1);
}

[disabled] mark,
.page__post .post mark {
  display: inline-block;
  padding: 4px 1.5rem;
  color: #fff;
  background-color: #111;
}

.carousel-2 {
  position: relative;
  overflow: hidden;
}