@charset "UTF-8";

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

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

img {
  max-width: 100%;
  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;
  height: 2px;
}

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: Changan;
  src: url("../fonts/Changan-Light.woff2");
  font-weight: 300;
}

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

@font-face {
  font-family: Changan;
  src: url("../fonts/Changan-Bold.woff2");
  font-weight: bold;
}

@font-face {
  font-family: Helios;
  src: url("../fonts/Helios-Light.woff2");
  font-weight: 300;
}

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

@font-face {
  font-family: Helios;
  src: url("../fonts/Helios-Bold.woff2");
  font-weight: bold;
}
@font-face {
  font-family: Changan-kz;
  src: url("../fonts/kk-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: Changan-kz;
  src: url("../fonts/kk-Regular.woff2");
  font-weight: normal;
}

@font-face {
  font-family: Changan-kz;
  src: url("../fonts/kk-Bold.woff2");
  font-weight: bold;
}

@font-face {
  font-family: iconFont;
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.woff2');
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"]:before, [class*=" icon_"]:before {
  font-family: iconFont;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_mail:before { content: '\e800'; } /* '' */
.icon_location:before { content: '\e801'; } /* '' */
.icon_phone:before { content: '\e802'; } /* '' */
.icon_clock:before { content: '\e803'; } /* '' */

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

.car_name b{color:#b73c30;}

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

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

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

h5 {
  font-size: 1.6rem;
}

.title-lg,
.title-md,
.title-sm,
.title-xs {
  font-weight: bold;
}

.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-right .btn-group{justify-content:flex-end;}

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

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

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

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

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

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

.title-group {
  text-align: center;
  margin: 0 auto 4rem;
  overflow: hidden;
}
.title-group .title:not(:last-child){
  margin-bottom: 3rem;
}
.title-section{
  margin-top: 6rem;
}
.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 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title:before,
.title:after {
  content: "";
  border-top: 3px solid rgba(102, 102, 102, 0.1);
  margin: 0 15px;
  flex: 1 0 20px;
}

.title-underline {
  position: relative;
}

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

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

.text{line-height:1.4;}
.text img{height:auto;}

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

.text small {
  color: #8E8E8E;
}

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

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

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

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

.text ul li::marker {
  color: #0066b5;
}

.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: #0066b5;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0066b5;
  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: #0066b5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0066b5;
}

em.stroke-text span:last-child::before {
  content: "∙";
}
.spec-item {
    display: flex;
    align-items: center;
}
.spec-info {
    flex: 1;
}
.spec-icon {
    display: inline-flex;
    width: 3.4rem;
    height: 3.4rem;
    opacity: .75;
    margin-right: 1.5rem;
}
.spec-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1300px;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-md {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  max-width: 740px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

.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-2 .col {
  width: 50%;
}

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

.mobile {
  display: none;
}

.banner .btn-group{margin-top:2rem;margin-left: auto; margin-right: auto;justify-content: center;}

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

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

.btn {
  font-weight: bold;
  padding: 1.5rem 3rem;
  min-width: 24rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.15s ease;
  border-radius: 7px;
}

.btn-primary {
  color: #fff;
  background: #0066b5;
  border: 1px solid #0066b5;
}

.btn-primary:hover {
  border-color: rgba(0, 102, 181, 0.15);
  box-shadow: 0 4px 14px #005dd2;
}

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

.btn-default.main {
  color: #0066b5;
  border-color: #0066b5;
}

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

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

.btn_promo{background:#0066B5;border-radius:50%;display:flex;align-items:center;width:145px;height:145px;position:absolute;left:0;top:calc(100vh - 330px);color:#fff;text-align:center;padding:20px;line-height:1.5;}

.show-on-map {
  display: inline-flex;
  text-decoration: none;
  margin: 1rem 0 0;
}

.show-on-map strong{font-weight: 550;border-bottom:1px solid;transition:0.3s;}
.show-on-map:hover strong{border-color:transparent;}

.show-on-map::before {
  content: "";
  width: 1.4rem;
  height: 2rem;
  margin-right: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.19051 3.94009C8.62618 3.94009 9.80849 5.03795 9.80849 6.47361C9.80849 7.90928 8.71063 9.09159 7.27496 9.09159H7.19051C5.75485 9.09159 4.57254 7.90928 4.65699 6.47361C4.65699 5.1224 5.75485 4.02454 7.19051 3.94009ZM1.1945 6.72697C1.0256 3.51784 3.55913 0.815408 6.76826 0.730957C6.85271 0.730957 7.02161 0.730957 7.10606 0.730957C10.3996 0.730957 13.1021 3.43338 13.1865 6.72697C13.1865 10.0206 7.19051 18.3812 7.19051 18.3812C7.19051 18.3812 1.1945 10.0206 1.1945 6.72697Z' stroke='black'/%3E%3C/svg%3E%0A") no-repeat center;
}

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

.link.download::before {
  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: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
}

.btn-more {
  position: relative;
  display: inline-flex;
  border-radius: 5rem;
  min-width: auto;
  padding: 1.4rem 1.4rem 1.4rem 2rem;
  transition: all 0.3s;
}

.btn-more::after {
  content: "";
  background: url(../img/svg/arrow-right.svg) no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.3rem;
  transition: 0.15s;
}

.btn-more:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

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

.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: #0066b5;
}

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

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

.link-underline:hover {
  color: #0066b5;
}

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

.header {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  padding: 2rem 0;
}
.header .dealer__item .row p:not(:last-child) {
  margin-bottom: 0;
}
.header .flex {
  justify-content: space-between;
  align-items: center;
}

.header .cars {
  padding: 3rem;
}

.header .cars .car__img {
  height: 8rem;
  margin-bottom: 1rem;
}

.header .cars .car {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .item__phone {
  margin-left: 0;
}

.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;
  overflow: hidden;
}
.header .contacts {
  margin-left: 3rem;
}
.header .dealer__item h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.header .dealer__item .row {
  font-size: 1.4rem;
}
.header .dealer__item {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid #f1f1f1;
}
.header .dealers::-webkit-scrollbar {
  width: 10px; /* Set the width of the scrollbar */
}

.header .dealers::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Set the background color of the scrollbar track */
}

.header .dealers::-webkit-scrollbar-thumb {
  background-color: #888; /* Set the color of the scrollbar thumb */
}

.header .dealers::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Set the color of the scrollbar thumb on hover */
}

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

}

.header .contacts .icon-address:hover .dealers {
  opacity: 1;
  height: 30rem;
  overflow-y: scroll;
}
.header .contacts .link::before {
  position: absolute;
  left: -1.7rem;
  font-family: Iconfont;
  align-self: center;
}
.header .icon_phone::before {
  margin-right: 0;
  align-self: center;
}
.marquee {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  font-size: 3rem;
  background-color: #0066B5;
  color: white;
}
.logo img {
  height: 2.6rem;
  object-fit: contain;
}
.logo_k img {
  height: 1.8rem;
}
.lang .link.active {
 color: #005dd2;
}
.nav__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 3rem;
}

.nav__menu .nav__item .link {
  padding: 2.8rem 0;
  white-space: nowrap;
}

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

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

.dropdown__item .link::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.499999L4 4L7.5 0.5' stroke='black'/%3E%3C/svg%3E%0A") no-repeat center;
  display: inline-flex;
  width: 8px;
  height: 5px;
  margin-left: 0.4em;
  margin-top: 2px;
}

.dropdown__item.active .link {
  color: #0066b5;
}

.dropdown__item.active .link::after {
  background: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.499999L4 4L7.5 0.5' stroke='%230066b5'/%3E%3C/svg%3E%0A") no-repeat center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown__item.active .dropdown__menu {
  display: block;
  z-index: 99;
}

.dropdown__item.full-width .dropdown__menu {
  width: 100vw;
  left: 0;
  margin-left: calc(-50vw + 50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #f3f3f3;
}

.dropdown__menu {
  display: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  margin-left: -2.5rem;
}

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

.sub-link {
  padding: 15px 25px;
  background-color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #f3f3f3;
  transition: border-color 0.25s ease;
  width: 100%;
}

.sub-link:hover {
  color: #0066b5;
  border-color: #0066b5;
}

.footer {
  flex: 0 0 auto;
  background-color: #f7f7f7;
  box-shadow: 0 -5px 20px -13px rgba(51, 51, 51, 0.25);
padding: 4rem 0;
}

.footer .disclaimer {
  padding: 4rem 0;
}

.footer hr {
  margin: 0 auto;
}

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

.footer__nav .menu__item{margin-right:5rem;}

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

.footer__bottom-bar .menu__items {
  margin-right: 5.2vw;
}

.copyright {
  margin-left: auto;
}
.callcenter{
  margin-bottom: 1.5rem;
}
.astana_motors-logo {
  max-width: 100px;
}
.astana_motors-logo, .footer-logo {
  margin-left: auto;
  margin-bottom: 1.5rem; 
}
.footer-logo {
  max-width: 180px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-mark {

  /* position: absolute;
  bottom: 15vh;
  left: 0; */
  background: #0066B6;
  padding: 16px 24px;
  transition: .5s;
  transition-delay: 0.8s;
  margin-top: 1rem;
  /* transform: translateX(-100%); */
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  /* Animation */
  /* animation-name: popUp;
  animation-duration: .35s;
  animation-delay: .75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; */
}

@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}
.banner .banner-content {
  display: flex;
  height: calc(90vh - 70px);
  min-height: 50rem;
  align-items: flex-start;
}

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

.banner-content .text_bottom{bottom:10vh;}
.banner-content .container.txt-dark, .banner-content .container .txt-dark{color:#333;}
.banner-content .title-lg{max-width:400px;}


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

.banner .banner-content.valign_center{align-items:center;}
.banner .banner-content.valign_center .text-group{padding:0;padding-bottom:5vh;width:600px;padding-left: 4vw;}

.banner .banner-content.valign_bottom{align-items: flex-end;}
.banner .banner-content.valign_bottom .text-group{padding-bottom:15vh;}
.banner .banner-content.text_center .container {
  justify-content: center;
}
.banner .banner-content.align_center{text-align: center;}
.banner .banner-content.align_center .title-lg{margin:0 auto;}
.banner .banner-content.align_center .sub-title{margin-left:auto;margin-right:auto;}
.banner .banner-content.align_center .btn-group{justify-content:center;width:100%;}

.banner .container{
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
	display:flex;
}
.banner .container.text-right,
.banner .halign_right .container{justify-content:end;}

.banner .container h1,
.banner .container .title-lg {
  /*margin-bottom: 2rem;*/
}
.banner .container .sub-title{
  margin-top: 1rem;
  font-size: 1.8rem;
  max-width: 35rem;
}

.banner .container .sub-title .bg_btn{background:rgba(134,134,134,0.5);padding:8px 20px;display:inline-block;margin:10px 0;border-radius:7px;text-align:center;}
.banner .container .sub-title .bg_btn b{font-size:40px;}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  color: #fff;
}

.banner .swiper-button-prev {
  left: 5.2vw;
}

.banner .swiper-button-next {
  right: 5.2vw;
}

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

.slider-container:not(.banner) .swiper-button-prev,
.slider-container:not(.banner) .swiper-button-next {
  width: 2rem;
  height: 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 {
  color: #000;
  font-size: 2.2rem;
}

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

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

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

.slider-container:not(.banner) .swiper-pagination-bullet {
  background: #e0e0e0;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #e0e0e0;
}

.slider-container:not(.banner) .swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #0066b5;
}

.slider-controls {
  position: relative;
  flex: 1;
  max-width: 130px;
  margin: 0 auto;
  justify-content: center;
}

.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  top: 0;
  margin-top: 0;
}

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

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

.swiper-button-prev.red,
.swiper-button-next.red {
  background: #0066b5;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;

}


.carousel .swiper-wrapper.flex-4 .swiper-slide {
  width: 25%;
}
.carousel .text-group {
  max-width: 90%;
  margin: 2rem auto 0;
}
.carousel .text-group .text-md {
  min-height: 12rem;
}
.carousel picture {
  aspect-ratio: 3.5/2;
}
/* .decor-line {
  width: 1px;
  height: 24rem;
  background-color: #000;
  margin: 0 auto;
  position: relative;
}
.decor-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 12rem;
  height: 1px;
  background-color: #000;
}
.decor-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  background-color: #000;
  border-radius: 50%;
} */
.video-link {
  display: block;
  width: 100%;
}
.page__history .section_carousel {
  padding: 0 2rem;
}
.page__history .slider-container:not(.banner) .swiper-button-prev,
.page__history .slider-container:not(.banner) .swiper-button-next {
  margin-top: -5rem;
}
.page__history .image img {
  max-height: 100vh;
}
#info-nums .numbers,
#info-numbers .numbers {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 3rem;
  font-size: 1.6rem;
}
#info-nums .numbers br,
#info-numbers .numbers br{
  display: none;
}
#info-nums .numbers strong,
#info-numbers .numbers strong {
  font-size: 3.6rem;
  color: #FF9632;
}
#info-nums .title-section,
#info-numbers .title-section {
  display: none;
}
#info-nums .text_inside .text-block,
#info-numbers .text_inside .text-block{
  font-size: 1.8rem;
  max-width: 48%;
}
#info-nums .text_inside:before,
#info-numbers .text_inside:before {
  width: calc(50% + 4rem);
  background-color: #3C4650;
}
#info-nums .text_inside.pos_right:before, #info-numbers .text_inside.pos_right:before {
  right: 0;
}
.page__history .video {
  height: auto;
}
.page__history .video-container {
  height: 90vh;
}
.page__history .slider-container:not(.banner) .swiper-pagination-bullet {
  margin: 0 5px;
}

.page__history #map-info .image img {
  max-height: 100%;

}
#map-info .text_inside:before {
  content: none;
}
#posts{margin-bottom:4rem;}
#posts .post__item{grid-gap:4rem;}
.page__news .post__item .item:hover {
  color: #0066B5;
}
.posts {
  grid-gap: 0 4rem;
}

.post__item {
  position: relative;
}

.post__item .text-group {
  padding: 0;
}

.post_date{color:#888;margin-bottom:20px;font-size:12px;}

.post__title {
  font-size: 1.6rem;
}

.post__text {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  color: #666;
}

.post__date {
  font-size: 14px;
  color: #f3f3f3;
  font-weight: 400;
}

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

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

.post__img {
  margin-bottom: 3rem;
}

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

.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 {
  margin-right: auto;
}
.post-pagination .prev svg {
  margin-right: 2rem;
}
.post-pagination .next {
  margin-left: auto;
}
.post-pagination .next svg {
  margin-left: 2rem;
}

.posts-slider {
  padding: 0 3.9rem;
}

.sns {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.sns-title {
  margin-bottom: 7px;
}
.sns .link {
  display: inline-flex;
  align-items: center;
}
.sns svg {
    margin-right: 1rem;
}
.sns .link:not(:last-child) {
  margin-right: 3rem;
}

.share-block {
  position: relative;
}

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

.share p {
  margin-right: 4rem;
}

.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: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.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: 32px 32px;
}

.breadcrumbs {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-weight: 500;
	color:#888;
}

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

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

.page__pagination .page__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin: 0 0.5em;
  opacity: 0.7;
}

.page__pagination .page__link.active {
  color: #0066b5;
  border-color: #0066b5;
  opacity: 1;
}

.page__pagination .page__link:not(.active):hover {
  color: #0066b5;
  opacity: 1;
}

.page__pagination .prev,
.page__pagination .next {
  opacity: 1;
}

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

.page__pagination .prev:hover path,
.page__pagination .next:hover path {
  fill: #0066b5;
}

.form-container {
  color: #000;
}

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

.common-form .form-row {
  width: calc(50% - 2rem);
  margin-right: 2rem;
}

.form-row {
  position: relative;
}

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

.form-row.full-width {
  width: 100%;
}
.form-row.full-width.flex {
  margin-right: 0;
}
.form-label {
  display: block;
  color: #8E8E8E;
  position: absolute;
  left: 0;
  top: -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;
}

.focused .form-label {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 14px;
}

.errorMessage{color:red;font-size:12px;}

.form-field {
  width: 100%;
  border: 1px solid #000;
  color: #000;
  background: none;
  line-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-msg {
  width: 100%;
  border: 0;
  border: 1px solid #000;
  color: #000;
  background: none;
  padding: 1rem 2rem;
  line-height: normal;
}

.form-msg.form-msg-sm {
  height: 12rem;
}

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

.form-select .icon,
#search .icon {
  position: absolute;
  right: 1em;
  top: 45%;
  pointer-events: none;
}

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

#search {
  margin-bottom: 3rem;
}
.checkbox-group {
  display: flex;
}
.checkbox-group #Form_note{
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.2rem;
}
.checkbox-group #Form_note label {
  min-width: 45%;
  margin-left: 1rem;
  font-weight: bold;
}
.checkbox,
.radio {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
}

.checkbox a,
.radio a {
  text-decoration: underline;
  color: #0066b5;
  display: inline;
}

.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: 2rem;
  height: 2rem;
  border-radius: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  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: #0066b5;
  border-color: #0066b5;
}

.form-checkbox:checked + label::before {
  border-color: #0066b5;
  background-color: #0066b5;
  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: #0066b5;
  border-color: #0066b5;
  background: #0066b5;
  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;
}

table {
  width: 100%;
}

.table {
  border-collapse: collapse;
}

.table thead {
  background: #E6E6E6;
}

.table th,
.table td {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #eee;
  vertical-align: middle;
  min-width: 80px;
}

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

.table tr:nth-child(odd) td {
  background: #f9f9f9;
}

.popup {
  padding: 5rem;
  max-width: 70%;
  display: none;
}
.popup-sm{
  max-width: 460px;
  width: 100%;
}
.popup .title-md {
  margin-bottom: 3rem;
}

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

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

html {
  height: 100%;
}

body {
  font-family: Changan;
  font-size: 1.4rem;
  font-weight: 400;
  background: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

.color-gray {
  color: #808080;
}

.color-red {
  color: #0066b5;
}

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

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

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

.page {
  padding-top: 0;
  flex: 1 1 auto;
}
.page-404 .btn-group{
  justify-content: center;
}
.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{margin:6rem auto;}
.section[bg=light-gray]{margin:0;padding:6rem 0;}

.content {
  position: relative;
}

.page__header{padding: 3rem 0;}
.page__header h1{font-size:2.8rem;}
.page__header + .section{margin-top:0;}

.cars {
  display: flex;
  justify-content:space-between;
}
.options {
    column-count: 4;
    column-gap: 50px;
    list-style: disc;
    border: 1px solid #eee;
    border-width: 1px 0;
    padding: 50px 0;
    margin-bottom: 0;
    padding-left: 2rem;
}
.options li:not(:last-child) {
    margin-bottom: 1rem;
}
.car .items {
    padding: 3rem 0;
    align-items: center;
}
.car .spec {
    margin-bottom: 3rem;
}
.car .tag {
  position: absolute;
  color: #0066b5;
  top: 2rem;
  left: 0;
}

.car .car__img {
  display: flex;
  justify-content: center;
  position: relative;
  mix-blend-mode: darken;
  align-items: center;
  padding: 4rem;
}
.car .items {
    grid-template-columns: 55% 1fr;
}
.car .car__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
 
}

.car h4 {
  font-weight: 400;
  margin: 0 0 1rem;
}
#lineup .grid {
  grid-gap: 3rem;
}
section .item{position:relative;}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 5.2vw;
}

.contact-info p span {
  display: block;
}

.contact-info .write-us .text-sm {
  opacity: 0.45;
  line-height: 1.6;
  margin-top: 2rem;
}

.contact-info .link-to.round {
  margin-top: 7rem;
}

.contact-info .link-to.round span {
  background: #000;
  color: #fff;
}

.contact-info .link-to.round::after {
  background: url("data:image/svg+xml,%3Csvg width='37' height='13' viewBox='0 0 37 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 1L35.5 6.5M35.5 6.5L30 12M35.5 6.5L-2.40413e-07 6.5' stroke='%23fff'/%3E%3C/svg%3E%0A") no-repeat center;
}

.banner-sm {
  position: relative;
  height: 375px;
}

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

.banner-sm .text-group {
  position: absolute;
  text-align: center;
}

.bg-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
}

.bg-content .form-container {
  background: rgba(255, 255, 255, 0.95);
  padding: 5rem;
}

#news .text-center {
  margin-top: 4rem;
}

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

.promo .item {
  display: flex;
  position: relative;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px -3px rgba(0, 102, 181, 0.33);
}

.promo .item img {
  width: 100%;
}

.promo .item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.promo .item img {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
  transition: 0.66s;
}

.promo .item h4 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

/* promo rubric */
.page__promo .navbar{height:auto;justify-content:center;}
.page__promo .navbar nav{margin:0 auto 30px;padding-top:0;width:100%;border-bottom:1px solid #adb5bd;justify-content:center;}
.page__promo .navbar nav .link{border:1px solid;color:#0066b5;}

.promo_rubric .table th, 
.promo_rubric .table td {
  padding: 7px 1rem;
}
.promo_rubric .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 6rem;
}
.promo_rubric .item::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #adb5bd;
  order: 3;
  margin-top: 6rem;
}
.promo_rubric .item:last-child::after {
  content: none;
}
.promo_rubric .item:nth-child(even) .image {
  order: 2;
}

.promo_rubric .item:nth-child(even) .text {
  order: 1;
}

.promo_rubric .text,
.promo_rubric .image {
  flex: 1;
  max-width: calc(50% - 2rem);
}
@media screen and (max-width: 1000px) {
	.promo_rubric {
    display: block;
  }

  .promo_rubric .item {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .promo_rubric .item::after {
    margin-top: 3rem;
  }
  .promo_rubric .post__item .text-group {
    padding: 2rem;
  }

  .promo_rubric .text,
  .promo_rubric .image {
    max-width: calc(100% - 2rem);
  }
  .promo_rubric .item:nth-child(even) .text {
    order: 2;
  }
  .promo_rubric .image {
    margin-bottom: 2rem;
  }

  .promo_rubric .post__img {
    max-width: 100%;
  }

  .promo_rubric .item:nth-child(odd) .text {
    order: 2;
  }

  .promo_rubric .post__item {
    flex-wrap: wrap;
  }

  .promo_rubric .post__img {
    order: 1;
    margin-bottom: 0;
  }

  .promo_rubric .post__item .text-group {
    order: 2;
  }

  .promo_rubric .post__title {
    font-size: 1.8rem;
  }
}
/* end promo rubric */

.footer__item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%;
}

.menu_footer .menu__item {
  margin: 10px;
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

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

.menu__item .main_link {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.menu__item .link {
  margin-bottom: 0.5rem;
}
.manuals {
  grid-gap: 3rem;
}
.manuals .item {
  background-color: #f2f2f2;
}
.manuals .img-container {
  display: flex;
  justify-content: center;
  height: 18rem;
}
.manuals .img-container img {
  object-fit: scale-down;
}
.manual-download {
  padding: 2rem;
  width: 100%;
  text-align: center;
  background-color: #0066b5;
  color: #fff;
}
.advantage {
  box-shadow: 0 4px 24px -5px rgba(102, 102, 102, 0.3);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.25s ease;
  will-change: box-shadow;
  height: 200px;
  background-color: #fff;
}

.advantage:before {
  position: absolute;
  content: "";
  z-index: 1;
  background-color: #0066b5;
  bottom: -50px;
  left: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  will-change: transform;
}

.advantage:hover {
  transition-delay: 0.2s;
  box-shadow: 0 4px 25px -5px rgba(0, 102, 181, 0.5);
  color: #fff;
}

.advantage:hover:before {
  -webkit-transform: scale(18);
          transform: scale(18);
}

.advantage:hover p.advantage__title,
.advantage:hover p {
  color: #fff;
}
.advantage:hover .image__advantage{
  filter: invert(1);
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.flex-list__item {
  display: block;
  margin: 15px;
  width: calc(100% - 30px);
}

.flex-list__item_third {
  width: calc(33.33334% - 30px);
}

.advantage__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 2;
}

.advantage__image {
  margin-bottom: 1.5rem;
}

.image svg {
  height: 100%;
}

.image img,
.image svg {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.25s ease;
}

.image__advantage {
  margin: 0 auto 1rem;
  width: 65px;
  height: 65px;
    transition: 0.35s ease;
}

.advantage__info {
  text-align: center;
}

.advantage p.advantage__title {
  transition-delay: 0.15s;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

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

.dealer__item .row,
.dealer__item h4 {
  margin-bottom: 1rem;
}

.dealer__item .row{font-size:15px;line-height: 1.4;}
.dealer__item .row p:not(:last-child){margin-bottom:10px;}
.dealer__item .row a{color:#0b457f;transition:0.3s;display: inline;}
.dealer__item .row a:hover{border-bottom:1px solid}

#dealers {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  overflow: hidden;
  width: 44rem;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

#dealers .container {
  height: 100%;
  overflow-y: auto;
  padding: 3rem;
}

#dealers .container::-webkit-scrollbar {
  background-color: #E5E5E5;
  width: 6px;
}

#dealers .container::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#search-result {
  display: none;
}

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

.contact-list .dealer__item {
  border-radius: 7px;
  padding: 3rem 3rem 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.map-container {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.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: Changan !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: #0066B6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-family: Changan;
  font-size: 12px;
}
.balloonHeader {
  padding: 2rem 3rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}

.balloonHeader img {
  max-width: 220px;
  margin-bottom: 2rem;
}

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

#map {
  width: 100%;
  height: 100%;
  min-height: 600px;
  font-family: Changan-kz;
}

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

.services .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.services .item .service__name {
  position: absolute;
  color: #fff;
}

.services .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.services .item img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  transition: 0.6s;
}
.model-promo {
  margin-top: 6rem;
}
.model-promo .col{
  flex: 1;
  position: relative;
}
.model-promo .col:first-child {
  max-width: 20rem;
}
.model-promo .col:nth-child(2) {
  display: flex;
  min-width: 50%
}
.model-promo .col:nth-child(2)::after {
  content: '';
  display: inline-flex;
  width: 1px;
  height: 100%;
  background: #005dd2;
  opacity: .15;
  margin: 0 5rem;
}
.label-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.model-menu__test-drive {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background-color: #1d1d1d;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  transition: all 0.25s;
  color: #fff;
}

.model-menu__test-drive:before {
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #1d1d1d;
  border-style: solid;
  border-width: 0 0 84px 15px;
  line-height: 0;
  z-index: 9;
}

.model-menu__test-drive:after,
.model-menu__test-drive:before {
  position: absolute;
  content: "";
  transition: 0.25s;
}

.model-menu__test-drive:after {
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  border-width: 0 10px 7px 0;
  line-height: 0;
  left: -24px;
}

.model-menu__test-drive-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 15px);
  height: calc(100% + 7px);
  background-color: #1d1d1d;
  z-index: -1;
  transition: background-color 0.25s, height 0s;
}

.model-menu__test-drive .image {
  margin-right: 15px;
  -webkit-animation: test-drive 1.4s linear infinite;
  animation: test-drive 1.4s linear infinite;
  display: inline-flex;
  align-items: center;
}

.image_circle {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.model-menu__test-drive .image svg {
  height: 40px;
}

.model-menu__test-drive .image svg use {
  fill: #fff;
}

.car__nav {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 0 0 0 4rem;
  position: sticky;
  top: 73px;
  z-index: 90;
}

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

.navbar__group .navbar__name {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-right: 2vw;
}
.navbar__group .model-logo {
  height: 25px;
}
.navbar {
  position: relative;
  display: flex;
  align-items: center;
  height: 77px;
}

.navbar nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  background-color: #fff;
  z-index: 9;
  position: relative;
  padding: 2rem 4rem 2rem 0;
}

.navbar .link {
  position: relative;
}

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

.navbar .link:hover {
  color: #0066b5;
}

.section__header {
  margin-bottom: 4rem;
}

.section__header .text {
  margin: 2rem 0;
}


.image-gallery {
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.image-gallery-item{display:none;}
.image-gallery-item.active{display:block;}

.colors_options{display:flex;justify-content:center;flex-wrap:wrap;margin-top:20px; width: 100%;}
.colors_options .color-select{text-align:center;max-width:120px;font-size:12px;cursor:pointer;min-width:100px;padding:0 10px;}
.colors_options .color-select span{display:block;width:50px;height:50px;margin:0 auto 10px;border-radius:50%; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;}

.image-gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  width: 100%;
  align-items: flex-start;
}

.image-gallery:hover .image-gallery__arrow {
  visibility: visible;
  opacity: 1;
}

.image-gallery .image-gallery__arrow-next,
.image-gallery .image-gallery__arrow-prev {
  top: 40%;
  zoom: 0.8;
}

.image-gallery .image-gallery__arrow-next {
  right: 20px;
}

.image-gallery .image-gallery__arrow-prev {
  left: 0;
}

.image-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  max-width: 100px;
  height: 80px;
  opacity: 1;
  margin: 0 1rem;
}

.image-gallery .swiper-pagination-bullet > div {
  margin-top: 80px;
  font-size: 12px;
}

.image-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}

.image-gallery .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  position: relative;
}

.model-spec__list {
  display: flex;
  margin-bottom: 30px;
}

.model-spec__list-item {
  padding: 0 10px;
  width: 33.3333334%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.model-spec:last-child {
  margin-bottom: 0;
}

.model-spec {
  text-align: center;
  margin-bottom: 30px;
}

.model-spec__list-item p.model-spec__title {
  color: #333;
  font-size: 30px;
}

.model-spec__list-item p {
  font-size: 12px;
  color: #666;
}

.model-spec__list-item:last-child::after {
  content: none;
}

.model-spec__list-item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ededed;
  top: 0;
  right: 0;
}

.model-char {
  margin: -5px -10px 15px;
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 25px;
  padding: 10px;
  display: flex;
}

.model-char__item {
  margin: 5px 10px;
  display: block;
  flex-grow: 1;
  text-align: center;
  width: 33.33333%;
}

.gallery__list_main{
  display: block;
  width: 100%;
  height: 700px;
}

.gallery__list_main:after{content:"";clear:both;display:block;}

.gallery__list-block,
.gallery__list-item {
  flex-grow: 1;
  display: flex;
}

.gallery__list-item{overflow: hidden;position: relative;float:left;display:block;}
.gallery__list-item img{transition:1.5s;}
.gallery__list-item:hover img{transform:scale(1.1);}

.gallery__list_main .gallery__list-item:nth-child(1){width:50%;height:100%;}
.gallery__list_main .gallery__list-item:nth-child(2){width:50%;height:50%;}
.gallery__list_main .gallery__list-item:nth-child(3){width:25%;height:50%;}
.gallery__list_main .gallery__list-item:nth-child(4){width:25%;height:50%;}
.gallery__list_main .gallery__list-item.none{display:none;}

.image__gallery {
  cursor: pointer;
  transition: 1s ease;
  background-color: #333;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gallery__list-count {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  pointer-events: none;
}

.video {
  position: relative;
  height: 40vw;
}

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

.video-item {
  position: relative;
  height: auto;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-item::after {
  content: "";
  background-image: url(../img/svg/video-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 6.2rem;
  height: 6.2rem;
  margin: auto;
}

.video-item video {
  -webkit-filter: brightness(0.65);
          filter: brightness(0.65);
}

.series-slider {
  margin: 6rem 0;
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
}

.series-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 4rem;
}

.series-slider img {
  pointer-events: none;
}

.series-slider:hover .swiper-button-prev,
.series-slider:hover .swiper-button-next {
  opacity: 1;
}

.series-slider .swiper-button-prev,
.series-slider .swiper-button-next {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}

.series-slider .swiper-button-prev::after,
.series-slider .swiper-button-next::after {
  color: #333;
}

.series-slider .checkbox {
  position: relative;
}

.series-slider .form-checkbox + label::before {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 2rem;
  height: 2rem;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 0;
}

.series-slider .form-checkbox:checked + label::before {
  border-color: #0066b5;
}

.series-slider .form-checkbox + label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.series-slider .img-container {
  margin-bottom: 1rem;
}

.posts-slider .swiper-pagination {
  display: none;
}

.range {
  margin-bottom: 2rem;
}

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

.irs--flat .irs-handle {
  background-color: #0066b5;
  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: #0066b5;
}

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

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

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

.image {
  display: block;
}

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

.car__items-bar .sort,
.car__items-bar .sort__item {
  display: flex;
  align-items: center;
}

.car__items-bar .sort__item {
  font-weight: bold;
}

.car__items-bar .sort__item button {
  font-weight: bold;
  margin-left: 3rem;
  position: relative;
}

.car__items-bar .sort__item button.active {
  color: #0066b5;
}

.car__items-bar .sort__item button.active::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background: #0066b5;
  border-radius: 50%;
  margin: 0 auto;
}

.item .text-block{color:#333;}
.item .text-block.txt-white{color:#fff;}

.item.text_left, 
.item.text_right{display:flex;margin:5rem 0;}
.item.text_right{flex-direction:row-reverse;}

.item.text_left .image, .item.text_left .video,
.item.text_right .image, .item.text_right .video{min-width:50%;}

.item.text_left .text-block,
.item.text_right .text-block{display:flex;flex-direction:column;justify-content:center;padding-left:4rem;}
.item.text_right .text-block{padding-left:0;padding-right:4rem;}


.text_inside ul br{
  display: none;
}
.text_inside:before{content:"";position:absolute;width:100%;height:100%;background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.000001));}
.text_inside .text-block{position:absolute;height:100%;top:0;left:50%;margin-left:calc(-50% + 4rem);z-index: 6;max-width:50rem;display:flex;flex-direction:column;justify-content:center;}

.text_inside.pos_right:before{background:linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.000001));}
.item.text_inside.pos_right .text-block{left:auto;margin-left:0;right:50%;margin-right:calc(-50% + 4rem);} 


#request {
  max-width: 1000px;
}

.item_title {
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.item_text {margin-bottom: 2rem;line-height:1.4;}

.item_text ul {
  list-style-type: disc;
  padding-left: 2rem;
}

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

.text-block.pos_right .feature__container{margin-left:auto;-webkit-transform: none;transform: none;}

.history__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}

.history__block img {
  width: 100%;
}

.history__block:nth-child(odd) .text-group {
  padding-right: 4rem;
}

.history__block:nth-child(even) .text-group {
  padding-left: 4rem;
}

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

.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-5 {
  padding-bottom: 5rem;
}

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

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

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

.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;
}
.gap-4 {
    grid-gap: 4rem;
  }
.lang-kk {
  font-family: Changan-kz;
}
.lang-kk .car__nav{
  top: 71px;
}
.lang-kk .banner .banner-content{
  /*height: calc(100vh - 149px);*/
}

.banner .container h1,
.banner .container .title-lg,
.car h4 {
  font-family: Changan;
}
.sp-link {
  display: inline-flex;
  align-items: center;
  color: #0066b5;
}
.sp-link svg {
  margin-right: 5px;
}
.sp-link.mobile {
  display: none;
}
#lang-selection {
  max-width: 460px;
  width: 100%;
  padding: 5rem;
 }
#lang-selection .btn-group{
  flex-direction: column;
}
#lang-selection .btn-group .btn {
  color: #000;
  text-transform: unset;
  width: 100%;
  padding: 2.2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
}
#lang-selection .btn-group .btn:not(:last-child) {
  margin: 0 0 1rem;
}
#lang-selection .btn.active {
  background: #0066b5;
  color: #fff;
}
#lang-selection .btn.active path {fill: #fff;}


@media screen and (max-width: 1000px) {
  .logo img {
    height: 2.6rem;
  }
  .banner-content .img {
    object-fit: cover;
    height: 100%;
  }
  #lang-selection .btn-group .btn {
    padding: 1.65rem 2rem;
  }
  .model-menu__test-drive:after, .model-menu__test-drive:before {
    content: none;
  }
  .model-menu__test-drive-bg {
    left: 0;
    width: 100%;
  }
  h1,
  .title-lg {
    font-size: 2.4rem;
  }
	.title-md,
	.banner .container .title-lg {
    margin-bottom: 0;
    font-weight: 400;
  }
	.page__header h1{font-size:2rem;}

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

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

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

  .text,
  .text-lg,
  .text-md,
  .text-sm,
  .text-xs {
    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;
  }

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

  .flex-2 .col {
    width: 100%;
  }

  .pc:not(.flex) {
    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 {
    width: 36px;
    height: 36px;
    margin: 0 3px;
  }

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

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

  .form-btn {
    width: 100%;
  }

	.scroll-x{overflow-x:auto;}
	.text .scroll-x{width:100vw;margin-left:-3rem;padding:0 3rem;}
	
  .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;
  }

  html {
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 4rem);
		padding:0;
  }

  .page {
    padding-top: 5.2rem;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 0;
  }

  .header .flex {
    flex-wrap: wrap;
    padding: 1.2rem 0;
  }

  .header .nav__menu {
    margin-right: 0;
  }

  .header .nav__menu.is-active {
    display: block;
  }

  .car .items {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
  }
  .car .items .spec {
    grid-template-columns: repeat(2,1fr);
  }
  .car .spec-info .text-sm {
    font-size: 12px;
  }
  .options {
    column-count: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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;
  }

  .menu__items .item:not(.phone) {
    display: none;
  }

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

  .dropdown__item.full-width .dropdown__menu {
    box-shadow: none;
  }

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

  .header .cars {
    padding: 2rem 0;
		flex-wrap:wrap;
    justify-content: center;
  }

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

  .header .logo {

    max-width: 14rem;
    display: inline-flex;
    align-items: center;
  }

  .menu__items {
    order: 1;
  }

  .menu__items .phone .text-group {
    display: none;
  }

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

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

  .banner .title-sm,
  .banner .title-xs {
    font-weight: 450;
  }

  .banner picture {
    position: relative;
  }

  .banner picture::after {
    content: "";
    background: linear-gradient(0deg, transparent 35%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  [data-swiper-slide-index="1"] .title-lg img {
    max-height: 16rem;
  }

  .banner .banner-content, .lang-kk .banner .banner-content {
    height: 130vw;
    /*height: auto;*/
    min-height: auto;
  }
	
	.banner-content .text_bottom{bottom:auto;}
	
	.banner .banner-content .text-group{
    padding:5vh 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }	

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

  .banner .container {
    top: auto;
    height: 100%;
  }
  .banner .btn-group {
    /*position: absolute;*/
    bottom: 5vh;
    margin-top: auto;
  }
	
	.banner .banner-content.valign_center .text-group{padding:4vh 5vh;}
	.banner .banner-content .text-group{width:100%;}
	.banner .container .sub-title .bg_btn b{font-size:20px;}
    .car h2 {
        text-align: center;
    }
  .btn {
    font-size: 1.2rem;
    padding: 1.65rem 2rem;
  }

  .btn-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-group .btn {
    max-width: 32rem;
    width: 100%;
  }
  #popup .container-sm {
    padding: 0;
  }
  .btn-group .btn:not(:last-child) {
    margin: 0 0 1.5rem;
  }
	
	.btn_promo{top:95vw;left:auto;right:0;padding:0;width:115px;height:115px;font-size:12px;}

  .slider-container.banner .swiper-button-prev,
  .slider-container.banner .swiper-button-next {
    display: none;
  }

  .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 {
    margin: 4rem auto;
  }
	
	.section[bg=light-gray]{margin:0;padding:4rem 0;}

  .flex-list__item_third {
    width: 100%;
  }

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

  .post__item {
    padding: 0;
  }

  .post__item .text-group {
    padding: 0 1rem;
  }

  .post__title {
    font-size: 1.6rem;
  }

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

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

  .footer .nav__menu {
    display: none;
  }

  .footer__nav {
    flex-wrap: wrap;
  }

	.footer__nav .menu__item{margin-right:0;}
	
  .menu__item {
    width: 100%;
  }

  .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 {
    padding: 0 1.5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 14px;
  }

  .form-msg.form-msg-sm {
    height: 10.5rem;
  }

  .form-msg {
    background-image: linear-gradient(transparent, transparent calc(3.5rem - 1px), #000 0px);
    background-size: 100% 3.5rem;
    height: 14rem;
    overflow: hidden;
  }

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

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

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

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

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

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

  .cars:not(.series-slider) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cars:not(:last-child) {
    padding-bottom: 3rem;
  }

  .car .car__img {
    padding: .5rem;

  }

  .car .car__img img {
    margin-left: 0;
  }

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

  .car h4 {
    margin-bottom: 5px;
  }

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

  .contact-info .link-to.round::after {
    background-size: contain;
  }

  .map-img {
    margin-bottom: 3rem;
  }

  .contact-info .link-to.round {
    margin-top: 3rem;
  }

  .contact-info .write-us .text-sm {
    margin-top: 1rem;
  }

  .slider-container .swiper-pagination {
    bottom: 4rem;
  }

  .nav__menu .tabs.mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .nav__menu .tabs.mobile .tab {
    margin: 3rem 1rem 0;
  }

  .nav__menu .tab {
    position: relative;
    padding-left: 0;
    font-size: 1.2rem;
  }

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

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

  .header #models {
    padding-top: 2rem;
  }

  .header #models .cars {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }

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

  .dropdown__menu {
    box-shadow: none;
  }

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

  .navbar__group .navbar__name {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-right: 1rem;
    margin-left: 2rem;
  }

  .navbar {
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
  }

  .navbar nav {
    margin-right: 2rem;
    padding:0 2rem;
    display: none;
  }
  .navbar .price-link {
    width: 50%;
    text-align: center;
  }
  .navbar .link {
    width: 50%;
    text-align: center;
    height: 5.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .navbar .link.active::after {
    width: 6px;
    height: 6px;
    margin-top: -1rem;
  }
  .navbar .link:last-child {color: #fff;}

  .navbar .link:not(:last-child) {
    margin-right: 1rem;
  }

  .navbar .link.download {
    margin-left: 3rem;
  }
  .model-menu__test-drive .image svg {
    width: 30px;
    height: 30px;
  }
  .link.download::before {
    margin-right: 1rem;
  }
  .model-menu__test-drive .image {
    margin-right: 7px;
  }
  .image-gallery .image-gallery__arrow-next,
  .image-gallery .image-gallery__arrow-prev {
    zoom: 0.6;
    top: 30%;
    display: none;
  }

  .image-gallery .swiper-pagination.swiper-pagination-bullets {
    display: flex;
    flex-wrap: wrap;
  }

  .image-gallery .swiper-pagination {
    justify-content: center;
  }

  .image-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
    max-width: 100%;
    width: 25%;
    height: 80px;
    background-size: 40px !important;
  }

  .image-gallery .swiper-pagination-bullet > div {
    margin-top: 50px;
    font-size: 10px;
  }

  .image-gallery {
    width: 100%;
    padding: 0;
  }

  .model-spec__list-item p.model-spec__title {
    font-size: 16px;
  }

  .model-char {
    font-size: 12px;
  }

  .model-char__item span {
    display: inline-flex;
  }
	

	
  .item{position: relative;}
	
	.item.text_left, .item.text_right{display:block;margin:3rem 0;}
	.item.text_left .text-block, .item.text_right .text-block{padding:0;}
	
	.item.text_inside:before{background:none;}
	.item.text_inside .text-block{position:relative;left:0 !important;right:0 !important;margin:0 !important;padding:30px 20px;max-width: 100%;}

  .feature__container {
    max-width: 100%;
    align-items: center;
  }

  .item_title {
    color: #000;
    font-size: 1.8rem;
  }

  .item_text {
    color: #333;
    margin-bottom: 0;
  }

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

  .content .feature {
    padding: 30px 0;
    order: 2;
  }

  .content .image {
    order: 1;
  }

  .car-series {
    padding: 4rem 0;
  }

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

  .car-series .tabs .tab {
    margin-bottom: 2rem !important;
  }

  .car-series .series-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .sidebar-content {
    margin-left: 0;
    flex: 100%;
    width: 100%;
  }

  #stock-list,
  #car-stock .page__pagination {
    padding: 4rem 0;
  }

  .sidebar {
    width: 100%;
  }

  .car__items-bar {
    margin-top: 4rem;
    overflow-x: scroll;
  }

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

  .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__item.active .accordion__title {
    background: none;
    color: #000;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
  }

  .accordion__item.active .accordion__title::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }

  .accordion__title::after {
    zoom: 1;
    position: relative;
    top: 0;
    right: 0;
    width: 4.7rem;
    zoom: 0.6;
  }

  .options {
    width: 100%;
    order: 2;
  }

  .model-preview {
    width: 100%;
    height: 130px!important;
    margin-bottom: 3rem;
  }

  .config .car-btn {
    display: none;
  }

  .btn-select {
    width: 3rem;
    height: 3rem;
  }

  .btn-select.active::before {
    width: 4rem;
    height: 4rem;
    border-width: 2px;
    top: -0.7rem;
    left: -0.7rem;
  }

  .btn-select {
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }

  #spec .title-group a {
    order: 3;
    margin-left: 0;
    margin-top: 1.5rem;
  }

  #spec .title-group span:last-child {
    margin-left: 0;
  }

  #spec .link-to {
    font-size: 1.2rem;
  }

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

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

  .features.dots-slider .swiper-pagination {
    left: 4rem;
  }

  .dots-image.flex .dot:not(.close),
  .dotItem-content .close {
    width: 4rem;
    height: 4rem;
  }

  .dots-image .img-container {
    height: 32rem;
  }

  .dots-image .img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .thumbs-gallery .col:first-child {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .features .slider-right .swiper-button-next {
    right: 1rem;
  }

  .features .slider-right .swiper-button-prev {
    left: 1rem;
  }

  .thumbs {
    margin-bottom: 3rem;
  }


  .gallery__list_main {
    flex-wrap: wrap;
  }
	
	.gallery__list_main .gallery__list-item{width:50% !important;height:50% !important;}

  .gallery__list-block,
  .gallery__list-item {
    flex-wrap: wrap;
  }

  .gallery__list_main {
    height: auto;
  }

  .gallery__list-item {
    flex-direction: row;
    height: 140px;
    flex-wrap: wrap;
    width: 50%;
  }

  .gallery.desktop {
    display: none;
  }

  .gallery.mobile {
    display: block;
  }

  .colors .text-lg {
    margin-left: 0;
  }

  .banner-sm {
    height: 30rem;
  }

  .mb-5,
  #search {
    margin-bottom: 3rem;
  }

  #search .form-field {
    line-height: 5rem;
    height: 5rem;
    padding: 0 1rem;
  }

  #search .icon {
    zoom: 0.7;
  }

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

  .history__block:nth-child(odd) .text-group {
    padding-right: 0;
  }

  .history__block:nth-child(even) .text-group {
    padding-left: 0;
  }

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

  .share p {
    margin: 0 0 1.5rem 0;
  }

  .page__news .post__share {
    margin-bottom: 3rem;
  }

  .page__header {
    padding: 2rem 0;
  }

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

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

  .history__block img {
    margin-bottom: 2rem;
  }

  .history__block:nth-child(odd) img {
    order: 1;
  }

  .history__block:nth-child(odd) .text-group {
    padding-right: 0;
    order: 2;
  }

  .history__block:nth-child(even) .text-group {
    padding-left: 0;
  }

  .contact-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
  .footer {
    padding: 3rem 0;
  }
  .footer .text-xs {
    font-size: 12px;
  }
  .sns {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .copyright {
    margin-left: 0;
    margin-top: 2rem;
  }
  #map {
    min-height: 360px;
		width:100%;
  }

  #dealers {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
  }

  #dealers .container {
    padding: 3rem 0;
  }

  .table {
    overflow-x: auto;
  }
	.title-section{
    margin-top: 4rem;
  }
  #chars {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
  .colors_options {
    justify-content: flex-start;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px 5px;
    
  }
  
	.colors_options .color-select{
    max-width: 100%;
    margin: 0;
    width: auto;
    min-width: auto;
    padding: 0 5px;
    font-size: 10px;
  }
	.colors_options .color-select span{width:40px;height:40px;}

  .breadcrumbs {
    font-size: 12px;
  }
  .posts-slider {
    position: relative;
  }
  .post-pagination {
    font-size: 12px;
  }
  .navbar {
    height: auto;
    flex-wrap: nowrap;
  }
  .model-menu__test-drive {
    padding-left: 1.2rem;
  }
  .lang {
    display: none;
  }
  .video{
    height: 45vw;
    user-select: none;
    pointer-events: none;
  }
  #lineup .grid {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 2rem;
  }
  .car {
    margin: 0;
  }
  .model-promo {
    margin-top: 4rem;
  }
  .model-promo .col:first-child {
    max-width: 100%;
  }
  .model-promo .col:nth-child(2) {
    min-width: auto;
  }
  .model-promo .col:nth-child(2)::after {
    content: none;
  }
  .model-promo .col {
    flex: 100%;
    margin-bottom: 2rem;
  }
  #request {
    margin: 0;
    padding: 4rem 2rem;
  }
  #request .container {
    width: 100%;
  }
  .label-title {
    display: none;
  }
  .sp.link {
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  }
  .contacts__item {
    margin-top: 2rem;
    padding: 0 2rem;
  }
  .contacts__item p {
    display: flex;
    margin-bottom: 1rem;
  }

  .navbar__group {
    display: none;
  }
  .header .logo_k {
    max-width: 18rem;
  }
  .logo_k img {
    height: 2.8rem;
  }
  .banner .container .sub-title {
    font-size: 1.4rem;
  }
  .services {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 2rem;
  }
  .header .contacts {
    display: none;
  }
  .page__history .slider-controls {
    max-width: 100%;
  }
  #info-nums .text_inside:before, #info-numbers .text_inside:before {
    content: none;
  }
  #info-nums .text_inside .text-block, #info-numbers .text_inside .text-block {
    max-width: 100%;
  }
  #info-nums .text_inside .text-block, #info-numbers .text_inside .text-block {
    font-size: 1.4rem;
  }
  #info-numbers .numbers {
    margin-top: 3rem;
  }
  #info-nums .numbers {
    margin-top: 0;
  }
  #info-nums .numbers strong, #info-numbers .numbers strong {
    font-size: 2.4rem;
  }
  #info-nums .numbers, #info-numbers .numbers {
    grid-gap: 2rem;
  }
  .page__history #map-info .item.text_inside .text-block {
    display: none;
  }
  .page__history .video-container {
    height: auto;
  }
  #info-nums .numbers {
    grid-template-columns: repeat(1,100%);
  }
  #info-nums .numbers,
  #info-numbers .numbers {
    font-size: 1.4rem;
  }
  .banner-svg {
    width: 55vw;
    margin: 0 auto;
  }
}
.pos-1 {
  top: 15vh;
}