@charset "UTF-8";

:root {
  --red: #C20303;
  --black: #000;
  --gray: #D9D9D9;
  --light-gray: #ededed;
}

* {
  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: "HarmonyOS Sans SC", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: normal;
  background: #fff;
  overflow-x: hidden;
  color: #000;
  min-height: -webkit-fill-available;
  height: 100%;
}

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

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;
  width: 100%;
  display: block;
}

hr.small {
  margin: 1rem auto;
}

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

hr.light {
  background: #000;
  height: 1px;
  opacity: .15;
}

hr.black {
  background: #000;
  height: 2px;
}

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

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


.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: TacticSansExd;
  src: url("../fonts/TacticSansExd-Reg-kz.woff2");
  font-weight: normal;
}

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

@font-face {
  font-family: TacticSansExd;
  src: url("../fonts/TacticSansExd-Med.woff2");
  font-weight: 500;
}

@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('../fonts/HarmonyOS_Sans_Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('../fonts/HarmonyOS_Sans_Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('../fonts/HarmonyOS_Sans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('../fonts/HarmonyOS_Sans_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



h1,
.title-lg {
  font-size: 2.5vw;
}

h2,
.title-md {
  font-size: 1.875vw;
}

h3,
.title-sm {
  font-size: 1.25vw;
}

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

h5 {
  font-size: 1.8rem;
}

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

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

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

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

.title-lg,
.title-md {
  font-family: "HarmonyOS Sans SC", sans-serif;
}

.title-desc {
  display: flex;
  align-items: center;

  color: var(--red);
}

.title-desc::before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 1.4rem;
  border-radius: 50%;
  background-color: var(--red);
}

.title-desc.white {
  color: #fff;
}

.title-desc.white::before {
  background-color: #fff;
}

.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: "HarmonyOS Sans SC", sans-serif;
}

.base-font {
  font-family: inherit;
}

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

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

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

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

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

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

.big-num {
  font-size: 3.333vw;
  line-height: 1;
}

.v-sep {
  width: 1px;
  height: auto;
  align-self: stretch;
  margin: 0 2vw;
  background-color: currentColor;
}

.section__title {
  max-width: 1000px;
  text-wrap: balance;
  font-size: 3.333vw;
  position: relative;
}

.section__title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title {
  text-align: center;
}

.title:after {
  content: "";
  display: block;
  margin: 1.5rem auto 2rem;
  background: var(--red);
  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: var(--red);
  margin: 2rem 0;
  display: block;
}

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

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

.text p {
  line-height: 1.6;
}

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

.text small {
  color: #8E8E8E;
}

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

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

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

.text ul li {
  position: relative;
  padding-left: 2.5rem;
}

.text ul li::marker {
  color: var(--red);
}

.text ul li::before {
  content: '';
  color: var(--red);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8036 7.93726L3.30361 0.437256L0 3.74074L4.19639 7.93726L0 12.1336L3.30361 15.4373L10.8036 7.93726Z' fill='%23C20303'/%3E%3C/svg%3E%0A");
  display: inline-flex;
  width: 11px;
  height: 16px;
  position: absolute;
  left: 0;
  top: .3rem;
}

.text img {
  height: auto;
}

.text-emphasise {
  border-left: 3px solid var(--red);
  padding-left: 4rem;
  font-size: 2rem;
  font-weight: 500;
}

.notice {
  display: flex;
  font-weight: 500;
  align-items: flex-start;
}

.notice span {
  flex: 1;
}

.notice::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.80469 47.2524L21.4297 28.4399L0.617188 21.7524L2.61719 15.4399L23.4297 23.0649L23.1797 0.00244141H29.6172L29.1172 23.2524L49.4297 15.3149L51.4922 21.7524L30.6172 28.8774L44.5547 47.2524L39.2422 51.1899L25.8672 32.1274L13.1172 51.0649L7.80469 47.2524Z' fill='%23C20303'/%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;
}

img[disabled] {
  opacity: .25;
}

.disclaim__section .text-md {
  flex: 1;
  margin-left: 2rem;
}

.stroke-text {
  color: var(--red);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--red);
  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: var(--red);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--red);
}

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

.quote {
  font-size: 2rem;
  font-weight: 500;

  padding-left: 6rem;
  position: relative;
}

.quote::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("data:image/svg+xml,%3Csvg width='52' height='36' viewBox='0 0 52 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.80952 0.565429L19.2066 0.56543L13.236 17.036L19.8242 17.036L19.8242 35.5654L0.0595074 35.5654L0.0595081 27.536C0.0595085 22.9037 0.985982 18.6831 2.83892 14.8742L8.80952 0.565429Z' fill='%23C20303'/%3E%3Cpath d='M40.0751 0.565429L50.4722 0.56543L44.5016 17.036L51.0898 17.036L51.0898 35.5654L31.3251 35.5654L31.3251 27.536C31.3251 22.9037 32.2516 18.6831 34.1045 14.8742L40.0751 0.565429Z' fill='%23C20303'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.tabs {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  font-weight: 500;
}

#design:has([data-tab="interior"].active) .tabs {
  filter: invert(1);
}

#design #interior {
  color: #fff;
}

.tabs .v-sep:last-child {
  display: none;
}

.tab {
  cursor: pointer;
  height: 2rem;
  opacity: 1
}

.tab * {
  user-select: none;
  pointer-events: none;
}


.tab-content {
  display: none;
}

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

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

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

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

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

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

.downloads .item,
.rubric-items .item {
  border: 1px solid var(--gray);
}

.downloads .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 2rem;
  grid-gap: 2rem;
}

.downloads .image img {
  object-fit: contain;
}

.rubric-items .item .text-group {
  padding: 4rem 3.125vw;
}

.leasing .col:first-child {
  max-width: 40%;
  min-width: 48rem;
  margin-right: 4.167vw;
}

.leasing .info .text-group br {
  display: none;
}

.leasing .info {
  display: flex;
  margin: 2rem 0 3rem;
}

.leasing .info .text-group {
  flex: 1;
}

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

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

.flex .col {
  flex: 1;
}

.flex.evenly {
  justify-content: space-evenly;
}

.flex.evenly .item {
  text-align: center;
}

.flex.evenly .item img {
  margin: 0 auto;
}


.block {
  display: block;
}

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

.space-between {
  justify-content: space-between;
}

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

.align-start {
  align-items: flex-start;
}

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

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

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

.gap-60 {
  grid-gap: 3.125vw;
}

.gap-80 {
  grid-gap: 4rem 4.167vw;
}



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

.mobile {
  display: none;
}

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

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

.btn {
  padding: 1.4rem 2rem;
  text-align: center;
  overflow: hidden;
  position: relative;

  line-height: normal;
  transition: 0.15s ease;
  justify-content: center;
  display: inline-flex;
  font-weight: 500;
  min-width: 18rem;
  font-family: "HarmonyOS Sans SC", sans-serif;
}

.btn_group{display:flex;flex-wrap:nowrap;justify-content:space-evenly;gap:2rem;overflow:hidden;}
.btn_group .form-btn{min-width:45%;transition:0.3s;}
.btn_group .online_link{background:var(--red);color:#fff;padding:1.8rem;display:inline-block;white-space:nowrap;min-width:45%;display:flex;align-items:center;justify-content:center;}
.btn_group .online_link:after{content:"";background:url(/static/img/svg/arrow_chery.svg) no-repeat left top;background-size:100% auto;width:12px;min-width:12px;height:12px;margin-left:6px;}
/* .btn_group.noactive .form-btn{min-width:100%;} */


.btn-primary {
  color: #fff;
  background: var(--red);
  border: 1px solid transparent;
}

.btn-primary:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.btn-primary.black {
  background: #0c0c0b;
}

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

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

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

.btn-default.black {
  border-color: #0c0c0b;
  color: #000;
  text-decoration: none;
}

.btn-default.red {
  border-color: var(--red);
  color: var(--red);
}

.loading:not([href]) {
  position: relative;
  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;
  background-size: 25%!important;
  display: flex;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  transition: none;

}

.loading:not([href]) span {
  visibility: hidden;
}

.errorMessage {
  font-size: 12px;
  color: #C02929;
  margin-top: 5px;
}

.link-group {
  display: flex;
  align-items: center;

  color: var(--red);
  text-decoration: underline;
}

.link-group .v-sep {
  margin: 0 2rem;
  height: 1.6rem;
  align-self: center;
}

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

.btn-more::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Cpath d='M8.72656 7.14328L1.94211 13.9277L0.726562 12.7122L6.32374 7.14328L0.754831 1.57438L1.97038 0.35883L8.72656 7.14328Z' fill='white'/%3E%3C/svg%3E") no-repeat center / contain;
  width: 1rem;
  height: 20px;
  margin-left: 1.6rem;
}

.btn-more-lg::after {
  width: 2.4rem;
  height: 4.167vw;

}

[bg="light-grey"] .btn-more-lg::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

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

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

}

.btn-more.btn-default:not(.btn-more-lg):hover {
  background-color: var(--red);
  border-color: var(--red);
  color: #fff;
}

.btn-more.red:hover::after {
  filter: grayscale(100%) brightness(50%) invert(100%);
}

.btn-more.red::after,
.color-red .btn-more::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Cpath d='M8.72656 7.14328L1.94211 13.9277L0.726562 12.7122L6.32374 7.14328L0.754831 1.57438L1.97038 0.35883L8.72656 7.14328Z' fill='%23C20303'/%3E%3C/svg%3E") no-repeat center / contain;
}

.color-black .btn-more::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Cpath d='M8.72656 7.14328L1.94211 13.9277L0.726562 12.7122L6.32374 7.14328L0.754831 1.57438L1.97038 0.35883L8.72656 7.14328Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / contain;
}

[bg="grey"] .btn-more::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Cpath d='M8.72656 7.14328L1.94211 13.9277L0.726562 12.7122L6.32374 7.14328L0.754831 1.57438L1.97038 0.35883L8.72656 7.14328Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / contain;
}

.btn-scroll {
  background: #0c0c0b;
  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-scroll {
  display: flex;
  height: 100%;
}

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

.h-color:hover {
  color: var(--red);
}

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

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

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

.link-underlined {
  position: absolute;
  height: 3px;
  background: var(--red);
  bottom: -1px;
  transition: 0.35s ease;
  pointer-events: none;
}

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

.link-underline:hover {
  color: var(--red);
}

.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: #0c0c0b;
}

.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: #0c0c0b;
}

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

main {
  display: block;
  position: relative;
}

.section {
  position: relative;
  overflow: hidden;
}
.top__header {
  background-color: var(--light-gray);
}
.top__header .v-sep:last-of-type {
  display: none;
}
.top__header .site-name {
  color: #666;
  display: flex;
}
.header .top__header .menu__items .phone .link {
  padding: 1.4rem 3rem;
}
.top__header .container {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1010;
  font-size: 1.6rem;
  border-bottom: 1px solid #e2e4e6;
  transition: transform .3s;
}

.header .container {
  justify-content: space-between;
}

.header:has(.nav__item.active) {
  z-index: 1012;
}

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

}

.header-inverse {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid transparent;
}

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

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

.btn-to-top {

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: var(--light-gray);
  border: none;
  border-radius: 2px;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--black);
  display: none;
}

.btn-to-top svg {
  width: 2.4rem;
  height: 100%;
  margin: auto;
  display: block;
}

.logo {
  margin-right: 3vw;
}

.logo img {
  max-width: 18rem;
  height: 2.1rem;
  object-fit: contain;
}

.header .menu__items {
  margin-left: 3vw;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.header .menu__items .menu-item:not(:last-child) {
  margin-right: 2vw;
}

.header .menu__items .phone {
  align-self: stretch;
  margin-bottom: -1px;
}

.header .menu__items .phone .link {
  display: flex;
  align-items: center;
  background-color: var(--red);
  color: #fff;
  padding: 2.5rem 2rem;
  height: 100%;
}

.header .menu__items .lang span {
  margin: 0 5px;
}

.header .menu__items .phone svg {
  margin-right: 1rem;
}

.header .menu__item .menu {
  padding-top: 1rem;
}

.header .menu__item:not(:first-child) {
  background: #f5f5f5;
}

.header .menu__item.text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 0 4rem 3rem;
  background: none;
  color: #fff;
}

.header .menu__item.text.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.header .menu__item.menu__banner {
  padding: 0;
  max-width: 25vw;
  align-self: stretch;
}

.dropdown__menu .container:has(.cars) .menu__item.menu__banner {
  min-width: 44rem;
  /* height: 60rem; */
}

.header .menu__item.menu__banner .title-md {
  margin-bottom: 1rem;
}

.menu__banner-header,
.menu__banner-footer {
  position: relative;
  z-index: 1;
}

.header .menu__item.menu__banner::after {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 1));
  z-index: 0;
}

.header .cars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

.header .menu__item {
  padding: 3rem 4.167vw;
  position: relative;
}

.header .cars .car__img {
  height: 12rem;
}

.header .car {
  padding: 1.5rem;
}

.header .car mark {
  font-size: 10px;
  top: 1rem;
  left: 1rem;
  zoom: 90%;
}

.header .car .title-xs {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.header .car__img::after {
  height: 5px;
  bottom: 2.5rem;
}

.header .dropdown__menu .container:not(:has(.cars)) {
  align-items: flex-start;
  max-width: 1080px;
  transform: translateX(2rem);
}

.header .dropdown__menu .container:not(:has(.cars)) .menu__banner {
  width: 26rem;
  min-height: 34rem;
  flex: 0 1 auto;
}

.header .prices {
  text-wrap: balance;
}

.header .cars .text-group {
  min-width: 158px;
}

.header .disclaimer {
  margin-top: 2rem;
  font-weight: 500;
  font-style: italic;
}

.nav__menu {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.nav__menu .nav__item .link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 2.5rem 0;
  white-space: nowrap;
  font-weight: 500;

}
.nav__menu .nav__item .link {
  margin-left: 2vw;
}
.nav__menu .nav__item .link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 1.5rem;
  height: 3px;
  border-top: 3px solid transparent;
}

.nav__menu .nav__item.active .link::before {
  border-top: 3px solid var(--red);
  width: calc(100% - 5rem);
}

.nav__menu .text {
  color: #8a8d8f;
}

.nav__menu .text h3 {
  margin-top: 5px;
}

.nav__menu .btn {
  margin-top: 2rem;
}

.nav__menu .menu {
  display: flex;
  font-size: 1.6rem;
  gap: 0 3.125vw;
  text-wrap: balance;
}

.nav__menu .menu hr {
  margin: 2rem auto;
}

.nav__menu .menu .group {
  flex: 1;
  text-wrap: balance;
}

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


.dropdown__item .link::after {
  content: "";
  width: 11px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M5.54928 6.97656L0.460938 1.88822L1.3726 0.976562L5.54928 5.17444L9.72595 0.997764L10.6376 1.90942L5.54928 6.97656Z' fill='%23C20303'/%3E%3C/svg%3E") no-repeat center;
  margin-left: 8px;
}

.dropdown__item.active .link {
  position: relative;
  color: var(--red);

}

.dropdown__item.active .link span {
  pointer-events: none;
}

.dropdown__item.active .link::after {
  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%);
  background: transparent;
  margin-top: 1px;
}

.dropdown__menu .container {
  background-color: var(--light-gray);
}

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

.dropdown__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  z-index: 20;
}

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

.sub__menu.active {
  display: flex;
}

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


.sub-link:hover {
  color: var(--red);
}

.footer .color-main {
  color: #fff;
}

.footer {
  flex: 0 0 auto;
  border-top: 1px solid #f2f2f2;
  line-height: 1.4;
}

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

.footer__nav {
  padding: 8rem 0 5rem;
}

.footer__nav .group {
  flex: 1;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__nav .group .main-link:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.footer__nav .group:not(:last-child) {
  margin-right: 4rem;
}

.footer__nav .group:first-child .sub__group {
  text-transform: uppercase;
}

.footer__nav .sub__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}

.footer__nav .sub__group .link {
  margin: 5px 0;
}

.footer .nav__menu {
  align-items: flex-start;
  max-width: 80%;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__nav .logo {
  max-width: 26rem;
}

.footer__nav .logo .text-sm {
  margin-top: 2.4rem;
}

.footer__nav .main-link {
  font-size: 2rem;
  font-weight: 500;
}

.footer__bottom-bar {
  padding: 5rem 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.footer__bottom-bar .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.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;
  margin-top: 2rem;
}


.copyright-links {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  margin: 3rem 0 2rem;
}

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

.footer__contacts {
  margin-bottom: 1.5rem;
}

.footer__contacts a {
  color: #0c0c0b;
}

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

.footer__botom-bar {
  width: 100%;
  margin-top: 1rem;
  font-size: 12px;
}

.warranty-logo {
  height: 7rem;
  margin-top: -2rem;
  filter: invert(1);
}

.filter-invert {
  filter: invert(1);
}

.car__nav {
  padding: 1.3rem 0;
  background: var(--black);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: .15s;
}

.car__nav.bg-light {
  position: sticky;
  top: 0;
  z-index: 1012;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar__name {
  max-width: 18rem;
  text-wrap: balance;
  text-transform: uppercase;
}

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

.navbar .btn.mobile {
  display: none;
}

.navbar nav {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin-left: 2vw;
  margin-right: 2vw;
}

.navbar .link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar .link:not(:last-child) {
  margin-right: 1.6vw;
}

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

.banner .banner-content {
  display: flex;
  height: calc(100vh - 117px);
  align-items: flex-start;
  line-height: normal;
  background: #000;
  position: relative;
}


.page__car .banner .banner-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 15%);
  height: 100%;
  width: 100%;
  z-index: 0;
}

.banner .banner-content h1,
.banner .banner-content .title-lg,
.banner .banner-title {
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-size: 3.75vw;
  margin-bottom: 2rem;
  font-weight: 500;
}

.banner .banner-content .price {
  margin-bottom: 4rem;
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-weight: 500;
}

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

.banner .banner-logo {
  filter: invert(1) grayscale(1) sepia(1) hue-rotate(180deg);
  max-width: 24.5vw;
  position: absolute;
  bottom: 10vh;
  right: 0;
}

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

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

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

.banner .banner-content.center .text-group {
  padding-top: 19vw;
}

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

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

.banner .banner-content.end .text-group {
  padding-bottom: 8rem;
}
.banner .banner-content .btn-group.right {
  justify-content: flex-end;
}
.banner .banner-content .btn-group.center {
  justify-content: center;
}
.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;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.banner .container-md {
  max-width: 77.083vw;
}

.banner .container:not(.slider-controls) {
  z-index: 9;
}

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

.banner .swiper-pagination-bullet {
  opacity: 1;
  background: var(--gray);
  position: relative;
}

.banner .swiper-pagination-bullet::after {
  content: '';
  background: var(--light-gray);
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;

}

.banner .swiper-pagination-bullet-active::after {
  transition: 3.2s linear;
  width: 100%;
}

.banner .progress-bar {
  flex: 1;
  height: 2px;
  background-color: #f2f2f2;
  opacity: .45;
  margin: 0 5px;
  width: 0;
  transition: width .3s;
}

.swiper-progress {
  z-index: 99;
  position: absolute;
  top: auto;
  left: 0;
  width: 0;
  bottom: 0;
  height: 7px;
  background-color: rgba(0, 0, 0, 1);
}

.swiper-progress.full {
  width: 100%;
  transition: width 4.8s;
  transition-timing-function: linear;
}

.banner .progress-bar.active {
  background-color: #D9D9D9;
  opacity: 1;
  width: 100%;
}

@keyframes progressBarAnimation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.banner .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.banner .svg img {
  width: 100%;
  height: 100%;
}

.banner .spec {
  margin-top: auto;
  margin-bottom: 10vh;
  text-align: center;

}

.banner .btn {
  font-size: 1.6rem;
  padding: 2rem;
  width: 30rem;
}

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

.cta-banner {
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-wrap: balance;
}

.cta-banner .swiper-button-prev,
.cta-banner .swiper-button-next {
  margin-top: -3rem;
  filter: invert(1);

}

.cta-banner .swiper-pagination {
  margin-top: 3rem;
}

.cta-banner .text-group {
  padding: 0 4.167vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cta-banner .text-group .title-group {
  margin-bottom: 2rem;
}

.cta-banner .title-lg {
  line-height: 1.15;
}

.cta-banner .btn-more:first-child {
  margin-bottom: 2rem;
}


.cta-banner .btn-more span {
  border-bottom: 1px solid;

}

.cta-banner.text-center {
  padding-left: 17vw;
  padding-right: 17vw;
  justify-content: center;
}

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

.cta-banner .container-sm {
  z-index: 2;
}

.background-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 42rem;
}

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-layer hr {
  background: currentColor;
}

.parallax-layer .text {
  display: flex;
  flex-direction: column;
}

.parallax-layer .text-md {
  line-height: 1.4;
}

.parallax-img {
  position: absolute;
  display: flex;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  right: -25%;
  justify-content: flex-end;
}

.parallax-img img {
  object-fit: contain;
}

.cta-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.layer-1 {
  z-index: 2;
}

.layer-2 {
  z-index: 3;
  display: none;
}


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

.swiper-pagination-bullet {
  width: 4.167vw;
  height: 2px;
  border-radius: 0;
  background: currentColor;
  opacity: 0.65;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: currentColor;
  opacity: 1;
}

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

.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  background-color: var(--gray);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

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

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

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

.carousel-2 .swiper-pagination {
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  white-space: nowrap;
  background-color: var(--red);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "HarmonyOS Sans SC", sans-serif;
  width: 4rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  right: 0;
  left: auto;
}

.carousel-2 {
  position: relative;
  overflow: hidden;
}

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

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}



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

.gallery-slider img,
.gallery-slider picture {
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.thumbs .swiper-slide {
  width: auto;
  flex: 1;
  opacity: 0.5;
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs .swiper-wrapper {
  justify-content: space-between;
}

.thumbs .tabLink {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-weight: normal;
  cursor: pointer;
  margin: 0 2rem;
  padding-bottom: 1rem;
  position: relative;
}

.thumbs .tabLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #0c0c0b;
  position: absolute;
  bottom: 0;
  left: 0;
}



.gallery-slider .car__img {
  width: 100%;
  max-width: 1000px;
  height: 420px;
  margin: 0 auto;
}

.carousel,
.carousel-grid {
  max-height: 100vh;
}

.carousel .slider-controls,
.carousel-grid .slider-controls {
  position: absolute;
  height: auto;
  max-width: 240px;
  right: calc(50% - 240px);
  left: auto;
  bottom: 6rem;
  top: auto;
  width: 100%;
  z-index: 9;
}

.carousel .slider-controls .swiper-button-prev,
.carousel-grid .slider-controls .swiper-button-prev {
  left: 0;
  cursor: pointer;
}

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

.carousel .swiper-button-prev::after,
.carousel .swiper-button-next::after,
.carousel-grid .swiper-button-prev::after,
.carousel-grid .swiper-button-next::after {
  font-size: 3rem;
}

.carousel .col,
.carousel-grid .col {
  width: 50%;
}

.page__post .page__header {
  padding-bottom: 0;
}

.posts {
  margin-left: -4.167vw;
  margin-right: -4.167vw;
  grid-template-columns: 40% 1fr 1fr;
}

.post__item {
  display: block;
  position: relative;
  padding: 0 4.167vw;
}

.post__item[disabled] {
  user-select: none;
  pointer-events: none;

}

.post__item[disabled] .post__img {
  filter: grayscale(1);
}

.post__item:not(:nth-child(3n)) {
  border-right: 1px solid var(--gray);
}

.post__item .text-group {
  padding: 2rem 2rem 0;
  transition: opacity 0.35s;
}

.post__item .icon-plus {
  display: none;
  align-self: center;
  align-items: center;
  margin-left: auto;
}

.post__item .icon-plus::after {
  content: "";
  background: url(../img/svg/plus.svg) no-repeat center/contain;
  width: 2rem;
  height: 2rem;
}

.post__item .title::after {
  margin: 2rem 0;
}

.post__item .post__title {
  font-size: 2rem;
}

.post__title {
  line-height: 1.2;
}

.post__title,
.post__announce {
  margin-bottom: 2rem;
  text-wrap: pretty;
}

.post__date {
  font-size: 14px;
  display: inline-flex;
  align-self: center;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.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 {
  display: block;
}

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

.post .post__title {
  margin-bottom: 3rem;
}

.post .post__date {
  color: #8a8d8f;
  font-size: 1.6rem;
}

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

}
.default-carousel .slider-controls {
  position: relative;
  display: flex;
  justify-content: center;
  left: auto;
  right: auto;
}
.default-carousel .text-group {
  margin: 3rem auto 2rem;
  text-align: center;
  max-width: 100rem;
}
.default-carousel .text-group h3{
  margin-bottom: 2rem;
}
.line-svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  z-index: 1;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

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

.promo .post__item {
  background: #f5f5f5;
  flex: 1;
}

.promo .post__item .text-group {
  padding: 4rem;
}

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

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

.promo .post__text {
  font-size: 1.6rem;
}

.post__text:not(:last-child) {
  margin-bottom: 1.5rem;
}

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

.posts-slider .swiper-pagination-bullet,
.posts-slider .swiper-pagination-bullet-active {
  background: var(--black);
}

.posts-grid {
  grid-gap: 4.1267vw 0;
  grid-template-columns: repeat(3, 1fr);
}

.posts-grid .post__item .text-group {
  padding: 4rem 0 0;
}

.sns-title {
  margin-bottom: 1.5rem;
  color: #0c0c0b;
  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: 1.05vw;
}

#widget-panel {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 9;
}

#widget-panel .item {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: rgba(0, 0, 0, 0.9);
  margin: 5px 1rem;
  border-radius: 50%;
}

#widget-panel svg {
  max-width: 30px;
  max-height: 30px;
}

#widget-panel path {
  fill: #fff;
}

.share-block {
  position: relative;
}

.share-block .text-md {
  margin-right: 2rem;
}

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

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

.share .ya-share2__item::before {
  content: none;
}

.share .ya-share2__list.ya-share2__list_direction_horizontal {
  margin-bottom: 0;
}

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

.text-center .breadcrumbs {
  justify-content: center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  margin-bottom: 1rem;
}

.breadcrumbs .link {
  text-decoration: underline;
}

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

.breadcrumbs .sep:last-child {
  margin-right: 0;
}

.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.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  margin: 0 0.2em;
  font-weight: 500;
  border-radius: 50%;
}

.page__pagination .page__link:not(.active):hover {
  color: var(--red);
  border-color: var(--red);
}

.page__pagination .page__link.active {
  background-color: var(--black);
  color: #fff;
}

.page__pagination .prev,
.page__pagination .next {
  background-color: var(--red);
  color: #fff;
}

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

.form-container {
  color: #000;
}

.form-container .message {
  display: none;
  text-align: center;
}

.fieldset-form {
  border: 3px solid;
  padding: 4.167vw;
}

.fieldset-form .grid-2 .col.full-width {
  grid-column: span 2
}

.fieldset-form .title-lg {
  line-height: 1;
}

.fieldset-form .form {
  align-items: flex-start;
}

.form.gap-80 {
  grid-gap: 2.5rem 4.167vw;
}

#carImg {
  height: 14.583vw;
}

.rotate-180 {
  transform: rotateY(180deg);
}

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

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

.form-row {
  position: relative;
}

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

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

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

.form-label {
  display: none;
  position: relative;
  background: transparent;
  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-size: 14px;
  font-weight: 500;
}

.form-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  color: inherit;
  background: none;
  transition: 0.3s ease;
  background: #fff;
  font-size: inherit;
  padding-bottom: 1.6rem;
}

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

.form-msg {
  width: 100%;
  border: 0;
  border: 1px solid #0c0c0b;
  color: #0c0c0b;
  background: none;
  padding: 1rem 2rem;
  line-height: normal;
  background-image: linear-gradient(transparent, transparent calc(4rem - 1px), #000 0px);
  background-size: 100% 4rem;
}

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

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

#search input {
  padding-right: 3rem;
}

.form-select .icon,
#search .icon {
  position: absolute;
  right: 0;
  height: calc(100% - 1.6rem);
  align-items: center;
  pointer-events: none;
}

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

.checkbox,
.radio {
  display: inline-flex;
  align-items: center;
}

.checkbox a,
.radio a {
  text-decoration: underline;
  color: var(--red);
}

.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 #000;
  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: var(--red);
  border-color: var(--red);
}

.form-checkbox:checked+label::before {
  background-color: var(--red);
  border-color: var(--red);
  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: var(--red);
  border-color: var(--red);
  background: var(--red);
  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;
}

.progressbar {
  width: 4rem;
  height: 2px;
  background-color: var(--light-gray);

}

.form-btn {
  width: 100%;
  font-size: 1.6rem;
  background-color: var(--red);
  color: #fff;
  transition: none;
}

.fieldset-form .form-btn {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

[bg=light-gray] .form-label {
  background: #f5f5f5;
}


.table-container {
  display: block;
  overflow: hidden;
  overflow-x: auto;
}

.nowrap {
  white-space: nowrap;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

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

.table thead tr:first-child {
  background: var(--red);
  color: #fff;
}

.table th,
.table td {
  padding: 1.6rem;
  font-size: 16px;
  border: 1px solid var(--gray);
  vertical-align: middle;

}

.popup {
  padding: 4rem;
  max-width: 520px;
  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%;
  padding: 1.8rem;
}

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

.popup .form-checkbox+label {
  align-items: flex-start;
}


.color-gray {
  color: #666;
}

.color-red {
  color: var(--red);
}


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

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

[bg=grey] {
  background-color: var(--gray)
}

[bg=light-grey] {
  background-color: var(--light-gray);
  color: #000;
}

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

.page {
  padding-top: 118px;
}

.bg-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.85);
  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: 5.2vw;
  padding-bottom: 5.2vw;
}

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

.section-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

.content .image {
  max-width: 50rem;
}


.page__header {
  padding: 4rem 0;
  text-wrap: balance;
}


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

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

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

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

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


#about .container-sm {
  max-width: 76rem;
}

#about .notice {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}

#about-info {
  padding: 4rem 0;
}

#about-info .col:first-child {
  max-width: 40%;
}

#about-info .v-sep {
  margin: 0 4rem;
}

#about-info .col {

  display: flex;
  align-items: flex-start;
}

#about-info .text-group {
  display: flex;
  align-items: flex-start;
}

#about-info .text-md {
  flex: 1;
}

#about-info .btn {
  max-width: 26rem;
  width: 100%;
  margin-left: 4.167vw;
  align-self: flex-start;
}

#about-info .big-num {
  font-size: 6.4rem;
  margin-right: 2.5rem;
}

#lineup .models {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#lineup .swiper-button-prev,
#lineup .swiper-button-next {
  width: 4.4rem;
  margin-top: -3.6rem;
}

#lineup .swiper-pagination {
  margin-top: 2rem;
}

.lineup-carousel {
  max-width: calc(100% - 8rem);
  margin: 0 auto;
}

.lineup-carousel .swiper-slide {
  max-width: 25%;
}

.lineup-carousel .car {
  padding: 3.5rem;
}

.lineup-carousel .car .btn {
  visibility: visible;
  width: 100%;
}



.car {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
  width: 100%;
}

.car .tag {
  position: absolute;
  color: var(--red);
  top: 2rem;
  left: 0;
}

.car .car__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;

}


.car:hover,
.car.active {
  background-color: #f1f1f1;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.05);
  transition: 0.15s;
}

.car.active .car__img::after {
  content: none;
}

.car.active .first-img {
  opacity: 0;
}

.car.active .h-overlay,
.car:hover .h-overlay {
  opacity: 1;
}

.car__img .h-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.car {
  position: relative;
  display: block;
  padding: 0;
  z-index: 2;
  padding: 3rem 4rem;
  cursor: pointer;
  overflow: hidden;

}

.car__img {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: .3s;
  margin-bottom: 1rem;
  pointer-events: none;
}

.car__img img {
  z-index: 2;
  object-fit: contain;
}

.car__img::after {
  content: '';
  width: 100vw;
  height: 37px;
  background-color: var(--gray);
  position: absolute;
  left: 0;
  margin-left: calc(-50vw + 50%);
  bottom: 0;
  z-index: 1;
}

fieldset .car__img::after,
.car:hover .car__img::after {
  content: none;
}

.car:hover .btn {
  visibility: visible;
}

.car:hover .first-img {
  opacity: 0;
}

.car .btn {
  visibility: hidden;
  margin-top: 2rem;
  transition: none;
}

.car .title-sm {
  margin: 1rem 0;
}

.car__img img {
  position: relative;

}

.car mark {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.car .text-group {
  display: flex;
  flex-direction: column;

}

#lineup .spec {
  max-width: 100%;
  flex-direction: column;
}


#lineup .car hr {
  margin: 1.6rem 0;
}


.spec {
  display: flex;
  align-items: flex-start;
}

.spec .v-sep {
  opacity: .25;
}

.spec__item {
  position: relative;
}

.spec__label {
  font-size: 1.6rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  max-width: 15rem;
}

.spec__value {
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-size: 3.75vw;
  line-height: 1;
}

.model__spec {
  font-size: 1.4rem;
}

.model__spec:not(:last-child) {
  margin-bottom: 5px;
}

.model__spec .svg-icon {
  min-width: 2rem;
  margin-right: 1.5rem;
  margin-top: .1em;
  opacity: 0.45;
}

mark {
  background-color: var(--red);
  color: #fff;
  padding: 5px 1rem;
  display: inline-flex;
}

#main-news .img-container {
  height: auto;
  min-width: 50%;
}

#main-news .img {
  position: absolute;
}

.latest-news {
  padding: 4.86vw;
  padding-left: 6.25vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.latest-news .text-md {
  margin-bottom: 1rem;
}

.latest-news .slicedText {
  margin-bottom: 2rem;
}

.latest-news .text-lg {
  margin: 2rem 0 3rem;
}

.latest-news__item {
  width: 48%;
}

.latest-news__item:first-child {
  width: 100%;
  margin-bottom: 4rem;
}

.latest-news__item:first-child .latest-news__title {
  font-size: 3.2rem;
}

.latest-news__item:not(:first-child) .latest-news__title {
  margin-bottom: 2rem;
}

.latest-news__title {
  font-size: 2rem;
  font-weight: bold;
}

[style="background-color:#000"],
[style="background-color:#C20303"] {
  color: #fff !important;
}

[style="background-color:#000"] .text-border-left,
[style="background-color:#C20303"] .text-border-left {
  border-color: #fff;
}

[style="background-color:#ededed"] {
  color: var(--black);
}

.image {
  display: block;
}

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

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

.features .thumbs {
  position: absolute;
  z-index: 2;
  top: 10vh;
  left: 0;
  width: 100%;
}

.features .gallery-slider .swiper-slide::after {
  content: "";
  position: absolute;
  height: 500px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#161616), to(rgba(22, 22, 22, 0)));
  background: linear-gradient(0deg, #161616 0, rgba(22, 22, 22, 0) 100%);
  opacity: .7;
  /*-webkit-transform: rotate(180deg);
  transform: rotate(180deg);*/
}

.features .gallery-slider .swiper-slide::before {
  content: "";
  position: absolute;
  height: 250px;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#161616), to(rgba(22, 22, 22, 0)));
  background: linear-gradient(0deg, #161616 0, rgba(22, 22, 22, 0) 100%);
  opacity: .9;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

.features .gallery-slider .swiper-slide {
  max-height: 100vh;
  height: 100vh;
  background: #000;
}

.features .gallery-slider .text-group {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10rem;
  max-width: 100%;
  padding: 0 6vw;
  z-index: 2;
}

.features .gallery-slider .title-lg {
  text-transform: uppercase;
  font-size: 4.8rem;
  line-height: 1.15;
}

.features .gallery-slider .title-sm {
  margin-bottom: 1rem;
}

.features .gallery-slider .text {
  display: flex;
  align-items: flex-end;
}

.features .gallery-slider .text .text-l,
.features .gallery-slider .text .text-r {
  width: 50%;
}

.features .gallery-slider .text .text-l {
  padding-right: 4rem;
}

.features .gallery-slider .text-lg {
  font-size: 2rem;
}

.features .grid-item:nth-child(even) .col:first-child {
  order: 2;
}

.features .grid-item:nth-child(even) .col:last-child {
  order: 1;
}

.features .grid.text_left {
  grid-template-columns: 50vw 1fr;
}

[bg="light-grey"] .grid-item.grid-full-width {
  color: var(--black);
}

[style="background-color:#000"].grid-item.grid-full-width {
  color: #fff;
}

.grid-item.grid-full-width {
  grid-template-columns: 45vw 1fr;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #fff;
  grid-gap: 0;
}


.grid-item.grid-full-width.text_left {
  grid-template-columns: 1fr 45vw;
}

.grid-item.grid-full-width .title-group {
  margin-bottom: 3rem;
}

.grid-item .title-group .title-md:not(:last-child) {
  margin-bottom: 2rem;
}

.grid-item {
  position: relative;
  overflow: hidden;
}

.section:has(.grid-full-width) {
  padding: 0;
}

.features .grid-item.full-width-item .text-lg {
  margin-left: 2vw;
  max-width: 50%;
}

.grid-item .text-group {
  padding: 3.125vw;
}

.grid-items .text_left .text-group {
  padding-left: 0;
}

.grid-items .text_right:not(.grid-full-width) .text-group {
  padding-right: 0;
}

.grid-items .text_left .col:first-child {
  order: 2;

}

.grid-items:has(.grid-full-width) {
  grid-gap: 0;
}

.grid-items .grid-item.grid-3 {
  grid-template-columns: 35% 1fr;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  grid-gap: 0;
}

.grid-items .grid-item.grid-3.text_left {
  grid-template-columns: 1fr 35%;
}

.section-md .grid-items .grid-item.grid-3 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.grid-item.grid-3+.grid-item.grid-3 {
  margin-top: -4.167vw;
}

.grid-items .grid-item.v-center {
  padding: 4.167vw 5vw;
}

.section .grid-items .grid-item.grid-3:first-child {
  margin-top: -5.208vw;
}

.section .grid-items .grid-item.grid-3:last-child {
  margin-bottom: -5.208vw;
}

.grid-items .grid-item.grid-2 .title-group {
  margin-bottom: 2rem;
}

.grid-items .grid-item.grid-3 .text-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 5vw;
}

.grid-items .grid-item.text_right.v-center .text-group {
  padding-right: 0;
}

.grid-items .grid-item.grid-3 .text-lg {
  width: calc(65% - 3.125vw);
  margin-left: 3.125vw;
}

.text-border-left {
  border-left: 1px solid var(--red);
  padding-left: 2vw;

}

[bg="red"] .text-border-left {
  color: #fff;
}


.grid-full-width .text-group {
  padding: 0 5vw;
}

.grid-items .grid-full-width.text_left .text-group {
  padding-left: 5vw;
}

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


.section:has(.cta-btn) {
  padding-top: 0;
}


.template-grid .grid-1 .col.pos-right,
.template-grid .grid-1 .col.pos-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 4rem;
}

.template-grid .grid-1 .col.pos-right .text-group,
.template-grid .grid-1 .col.pos-left .text-group {
  padding: 3.125vw;
}

.template-grid .grid-1 .col.pos-right .text-group {
  padding-right: 0;
}

.template-grid .grid-1 .col.pos-left .text-group {
  padding-left: 0;
}

.template-grid .grid-1 .col.pos-left .img-container {
  order: 2;
}

.template-items .grid-3.v-center .img-container {
  height: 14.5vw;
}

.template-grid .grid-3 .img-container {
  height: 16vw;
}

.template-items .grid-3 .img-container,
.template-grid .grid-2 .img-container {
  height: 23vw
}

.template-items .grid-2 .img-container,
.template-grid .grid-1 .img-container {
  height: 25vw;
}

.template-items .grid-item.grid-full-width .img-container {
  height: 31.5vw
}

.template-grid .grid-1 .text_inside .img-container {
  width: 100vw;
  height: 100vh;
  min-height: 65rem;
  margin-left: calc(-50vw + 50%);
}

.template-grid:has(.text_inside) {
  padding: 0;
}

.template-grid:has(.text_inside) .container {
  max-width: 100%;
}

.template-grid:has(.text_inside) .text-group,
.template-grid:has(.text_inside) .section__header {
  position: absolute;
  max-width: 1580px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.template-grid:has(.text_inside) .text-group {
  top: 15rem;
}

.template-grid:has(.text_inside) .section__header {
  top: 10rem;
}

.template-grid:has(.text_inside) hr {
  display: none;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta .title-md {
  text-wrap: nowrap;
}

.cta .text-group {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 2vw;
}

.cta-btn {
  display: flex;
  align-items: center;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  justify-content: space-between;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-bottom: 5vw;
}

.cta-btn .section__title {
  line-height: 1;
  font-size: 4.7vw;
  white-space: nowrap;
}

.cta-btn::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='68' viewBox='0 0 41 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.2041 34.4502L6.70503 67.9492L0.703125 61.9473L28.3398 34.4502L0.842702 6.95308L6.84461 0.951172L40.2041 34.4502Z' fill='%23C20303'%3E%3C/path%3E%3C/svg%3E");
  display: inline-flex;
  width: 2.135vw;
  height: 3.542vw;
  background-size: contain;
}

.cta-btn .small {
  width: calc(18rem + 3vw);
  font-size: 2.8rem;
  filter: brightness(0);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  border-left: 1px solid;
}

.cta-btn img {
  max-width: 18rem;
}

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

.image-preview {
  display: flex;
  justify-content: center;
  height: 25vw;
}

.image-preview .img,
.imgPreview .img {
  object-fit: contain;
}

.title-toggler {
  cursor: pointer;
}

.title-toggler::after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.35352 5.73783L1.26518 10.8262L0.353516 9.91451L4.5514 5.73783L0.374717 1.56115L1.28638 0.649493L6.35352 5.73783Z' fill='%23C20303'/%3E%3C/svg%3E%0A") no-repeat center / contain;
  width: 1rem;
  height: 1.5rem;
  display: inline-flex;
  margin-left: 1.5rem;
}

.title-toggler.active::after {
  transform: rotate(90deg);
}

[style="background-color:#C20303"] .title-toggler::after {
  filter: brightness(0) invert(1);
}

.template-items .grid-3 .title-toggler::after {
  content: none;
}

/* .grid-2:has(.title-toggler) .text-lg .template-grid .grid-3:has(.title-toggler) .text-lg, .grid-full-width:has(.title-toggler) .text-lg {
  height: 0;
  opacity: 0;

} */


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

.section__title .notice {
  font-size: 14px;
  font-family: "HarmonyOS Sans SC", sans-serif;
  text-transform: initial;
  margin: 4px 0 0 2vw;
  align-self: center;
}

.text-disclaim {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

#design .btn-pano {
  display: flex !important;
  margin-left: auto;

}

.btn-pano:hover::before {
  filter: invert(1);
}

.btn-pano::before {
  content: url(/static/img/brand/3d.svg);
  display: inline-flex;
  margin-right: 1.2rem;
  zoom: 80%;
}

#design .tabs {
  position: absolute;
  z-index: 11;
  top: 7vw;
  left: 0;
  right: 0;
  justify-content: flex-end;
}

#design .tab {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}

#design .tab .icon {
  margin-right: 1rem;
  filter: brightness(0);
}

#interior .tabs .section__title {
  color: #fff;
  position: relative;
  z-index: 9;
}

#interior .controls {
  position: absolute;
  bottom: 3.125vw;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

#interior {
  min-height: 100vh;
}

#exterior,
#interior {
  padding-bottom: 4.167vw;
}

#exterior .controls {
  grid-gap: 0 3.125vw;
}

.colors {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0;
  margin: 0 auto;
}

.colors .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.colors .btn-select {
  margin-right: 1.5rem;

}

.colors .btn-select:last-child {
  margin-right: 0 !important;
}

.btn-select {
  position: relative;
  display: block;
  box-shadow: 0 1px 2px #333;
  width: 4rem !important;
  height: 4rem !important;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.colors .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 4px);
  width: 7px;
  height: 15px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.image-gallery {
  margin-top: 3.125vw;
}

.image-gallery .color-name {
  margin: 1rem 0;
  visibility: hidden;
  transition: .35s;
}

.image-gallery .swiper-slide-active .color-name {
  visibility: visible;

}

.pano-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pano-gallery .color-name {
  color: #fff;
  position: absolute;
  bottom: 12rem;
  left: 0;
  right: 0;
  text-align: center;
}


#prices .btn-group {
  margin-top: 1.5rem;
}

.price-credit {
  display: inline-flex;
}

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

.fullscreen {
  padding: 0 !important;
  display: none;
}

.fullscreen .fancybox-close-small {
  padding: 2px;
}

.fullscreen .swiper-pagination,
.fullscreen .swiper-button-prev::after,
.fullscreen .swiper-button-next::after {
  color: #fff;
  filter: invert(1);
}

.fullscreen .carousel {
  height: 100vh;
  max-height: 100vh;
}

.fancybox-slide--html {
  padding: 0;
}

.fullscreen .col {
  position: relative;
}

.fullscreen .img,
.fullscreen picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;

}

[data-color="#fff"].fullscreen .swiper-pagination,
[data-color="#fff"].fullscreen .swiper-button-prev::after,
[data-color="#fff"].fullscreen .swiper-button-next::after {
  filter: invert(1);
}

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

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

.advantage__image {
  width: 5rem;
  height: 5rem;
}

.image svg {
  height: 100%;
}

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

.advantage .advantage__title {
  transition-delay: 0.15s;
  font-size: 20px;
  font-weight: 500;
  font-family: "HarmonyOS Sans SC", sans-serif;
  max-width: 14rem;
  margin-top: 3rem;
}

.advantage p {
  transition: 0.1s ease;
  transition-delay: 0.2s;
  will-change: color;
  margin: 2rem 0;
  font-size: 14px;
  text-wrap: balance;
}

#fast-links .link-more {
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.link-more svg {
  margin-left: 8px;
}

#dealers .info,
#dealers .map-container {
  min-height: 65rem;
  height: 33vw;
}

#dealers .info__header {
  box-shadow: 0px 4px 15px 0px #0000001A;
  padding: 4rem 3.125vw;
}

#dealers .dealers-list {
  grid-template-columns: repeat(1, 1fr);
  padding: 4rem 3.125vw;
}


#dealers .info {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-width: 40rem;
  max-width: 25%;

}

#dealers .map-container {
  position: relative;
  flex: 1;
  max-width: 75%;

}

#dealers .info::-webkit-scrollbar {
  width: 6px;
  background: #ccc;
}

#dealers .info::-webkit-scrollbar-thumb {
  background: var(--red);
}




#dealers.change-width .info {
  max-width: 80%;

}

#dealers.change-width .map-container {
  max-width: 20%;
}

#dealers.change-width .info__header,
#dealers.change-width .dealers-list {
  grid-gap: 0 4rem;
  max-width: 1680px;
  margin: 0 auto;
}

#dealers.change-width .dealers-list {
  grid-template-columns: repeat(3, 1fr);
}

#dealers.change-width .dealer__item::after {
  content: none;
}

#dealers.change-width .dealer__item {
  padding: 3.125vw;
  border: 1px solid var(--gray);
}



#dealers .btn-arrow {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 9;
  width: 3.5rem;
  height: 4.5rem;
  background-color: var(--red);

  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: rotateY(180deg);

}

#dealers .btn-arrow.arrow-right {
  transform: rotateY(0);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dealers-list {
  padding: 4rem 0;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}

.dealer__item,
.dealer__item .row p{
  position: relative;
}

.dealer__item .row p:not([class]) {
  display: flex;
  align-items: start;
  margin: 5px 0;
  /*flex-wrap: wrap;*/
}

.dealer__item .row svg,
.dealer__item .row .icon{
  margin-right: 1rem;min-width:1.6rem;margin-top:3px;
}

.dealer__item::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: rgba(0, 0, 0, .25);
  left: -100%;
  bottom: 0;
}

.dealer__item:last-of-type:after {
  content: none;
}

.dealer__item:not(:last-of-type) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;

}

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

.dealer__item .row.phones span {
  float: left;
  margin-right: 5px;
}

.dealer__item .row.phones div {
  overflow: hidden;
}

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

.dealer__address {
  padding: 1.2rem 0;
  margin: 1.2rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;

}

.dealer__item h4 {
  font-size: 2.4rem;
  text-transform: uppercase;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 550px;
}

.map-hint {
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
}

.map-hint a {
  color: var(--red);
}

#search-result {
  display: none;
  margin-top: 2rem;
}

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

.contact-list .dealer__item {
  padding: 3rem 3rem 2rem;
  border: 1px solid #8a8d8f;
}

.contact-list .dealer__item .row a {
  text-decoration: underline;
  color: var(--red);
}



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

.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: "HarmonyOS Sans SC", 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: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -7px;
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-size: 16px;
}

.ymaps-2-1-79-image,
.ymaps-2-1-79-default-cluster {
  filter: drop-shadow(0 5px .6rem #C7C7C7);
}

.balloonContent {
  width: 38rem;
  font-family: "HarmonyOS Sans SC", sans-serif;
}

.balloonHeader {
  padding: 3rem 3rem 2rem;
  position: relative;

}

.balloonHeader .title-xs {
  margin-bottom: 1rem;
}

.balloonHeader .text-md {

  font-size: 1.4rem;
}


.balloonBody {
  padding: 1.5rem 3rem 2rem;
  font-size: 14px;
  line-height: 1.6;

}

.balloonBody .link {
  color: var(--red);
}

#services {
  background-size: contain;
  background-position: 100% 75%;
}

#services .grid {
  align-items: stretch;
}

#services .item {
  z-index: 1;
  position: relative;
  overflow: hidden;
  color: #101217;
  height: 49rem;
}

#services .item:first-child {
  background-color: #fff;
}

#services .item:nth-child(3) {
  background-color: var(--gray);
}

#services .item:nth-child(2n) .title-group {
  margin-bottom: 3rem;
}

#services .item:nth-child(2n) {
  padding: 0;
  position: relative;
  z-index: 2;
}

#services .item:nth-child(2n) .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services .item:nth-child(2n) .img-container {
  order: 1;
  width: 100%;
  height: auto;
  margin: 0 0 3rem;
  background-color: #fff;
  z-index: 2;
}

#services .item:nth-child(2n) .title-group,
#services .item:nth-child(2n) .text-group {
  order: 2;
}

#services .item:nth-child(2n) .text-group {
  padding: 0 4rem;
}

#services .item:last-child {
  padding-top: 4rem;
  justify-content: space-between;
}

#services .item:last-child .title-group {
  order: 1;
}

#services .item:last-child .text-group {
  order: 2;
  margin-bottom: 4rem;
}

#services .item:last-child .img-container {
  order: 3;
  margin-bottom: 0;
  position: relative;
  z-index: 20;
}

#services .item:nth-child(3) {
  z-index: 20;
}

#services .item {
  padding: 5rem;
  align-items: center;
}

#services .img-container {

  height: 22rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}

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

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

.model-menu__test-drive-bg {
  position: absolute;
  top: 0;
  left: -15px;
  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: 20px;
  -webkit-animation: test-drive 1.4s linear infinite;
  animation: test-drive 1.4s linear infinite;
}

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

.model-menu__test-drive .image svg {
  height: 100%;
}

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

.section__header {
  margin-bottom: 5rem;
}

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

.section__header.text-center {
  justify-content: center;
}

#loadingMessage {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 5px;
  z-index: 1000;
}

.video {
  position: relative;
}

.video iframe {
  min-height: 56rem;
  border: none;
}

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

.range {
  margin-bottom: 2rem;
}

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

.irs--flat .irs-handle {
  background-color: var(--red);
  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: var(--red);
}

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

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

.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__item {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  margin-top: 4rem;
  position: relative;
  width: 100%;
}

.feature__item:nth-child(even) {
  flex-direction: row-reverse;
}

.feature__item .text-group {
  flex: 1;
  align-self: center;
  padding: 0 4rem;
}

.feature__item h4 {
  margin-bottom: 2rem;
}

.feature__item img {
  max-width: 50%;
}

.feature__over-text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4rem;
  position: relative;
  height: 50rem;
  overflow: hidden;
}

.feature__over-text h4 {
  margin-bottom: 2rem;
}

.feature__over-text .image {
  height: 100%;
}

.feature__over-text .image img {
  height: 100%;
}

.feature__over-text .column:first-child {
  width: 55%;
}

.feature__over-text .column:last-child {
  width: 55%;
  position: absolute;
  align-self: center;
  right: 0;
}

.feature__over-text .text-group {
  padding: 5rem;
  background: #f5f5f5;
}

.feature__over-text:nth-child(even) {
  flex-direction: row-reverse;
}

.feature__over-text:nth-child(even) .column:last-child {
  z-index: 2;
  left: 0;
}

.feature__title {
  color: var(--red);
  font-weight: 400;
  margin-bottom: 2rem;
}

.features {
  position: relative;
}

.features h4 {
  margin: 2rem 0 1rem;
}

.feature__container.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #fff;
}

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

.feature__container.full-width .section__title:not(:last-child) {
  position: absolute;
  bottom: 3vw;
}

.feature__container.full-width .section__title:not(:last-child) .feature__title {
  color: #fff;
}

[data-fancybox=gallery] {
  position: relative;
}

[data-fancybox=gallery]::after {
  content: "";
  background: var(--red) url(../img/svg/zoom.svg) no-repeat center/60%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

.gallery a {
  width: 33.3333%;
  height: 36rem;
  padding: 1rem;
}

.gallery a:nth-child(2) {
  width: 66.6666%;
}

.gallery a:nth-child(3) {
  width: 40%;
}

.gallery a:nth-child(4) {
  width: 20%;
}

.gallery a:nth-child(5) {
  width: 40%;
}

.gallery a:nth-child(6) {
  width: 60%;
}

.gallery a:nth-child(7) {
  width: 40%;
}

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

.carousel-grid.features .item h4,
.carousel.features .item h4 {
  text-transform: uppercase;
  margin: 2rem 0;
}

.carousel-grid.features .img-container,
.carousel.features .img-container,
.videos .img-container {
  height: 20vw;
}

.videos h4 {
  font-weight: 400;
  margin: 2rem 0 0;
}

.video-youtube {
  height: 60rem;
}

.price-card {
  max-width: 30%;
  padding: 30px;
  border: 1px solid #e2e4e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem;
}

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

.price-card__title {
  font-size: 2.8rem;
  font-weight: bold;
}

.price-card__config {
  color: #8a8d8f;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.price-card__price {
  font-size: 2.4rem;
  font-weight: bold;
}

.car .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.mt-negative {
  margin-top: -20rem;
}

.view-360 {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  display: none;
  text-align: center;
  transform: rotateY(180deg);
}

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



.pano .button,
.pano .loading {
  position: relative;
  z-index: 2;
}
.pano .preloader {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
}


.pano-flex {
  display: flex;
}
.pano-container {
  flex: 1;
  position: relative;
}
.pano-controls {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pano-controls .colorName {margin-bottom: 1rem;}
.pano {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hotspots {
  position: absolute;
}
.hotspot {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  will-change: transform, left, top;
  border-radius: 100%;
  background-color: var(--red);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.15s, visibility 0.15s;
  visibility: hidden; 
  opacity: 0; 
}
.hotspot:hover,.hotspot.active {
  transform: scale(1.2);
}
#dots-popup {
  width: 30%;
  margin-right: -30%;
  position: relative;
  transition: .3s;
}
#dots-popup.active {margin-right: 0;}
.dots-slider-close {
  position: absolute;
  font-size: 3rem;
  top: 1.5rem;
  right: 1.5rem;
  color: #fff;
  z-index: 1000;
  cursor: pointer;
}
.popup-slider .text-group {
  padding: 3rem 2rem;
}
.popup-slider picture,
.popup-slider .img {
  max-height: 28rem;
}
.popup-slider{
  position: relative;
  overflow: hidden;

}
.popup-slider .swiper-controls{position: relative;display: flex;align-items: center;max-width: 14rem;margin-left: 2rem; margin-right: 2rem;}
.popup-slider .swiper-button-next,
.popup-slider .swiper-button-prev,
.popup-slider .swiper-pagination {
  position: relative;
  margin: 0;
  color: var(--black);
}
.popup-slider .swiper-pagination {bottom: auto;}
.popup-slider .swiper-button-next {right: 0;}
.popup-slider .swiper-button-prev {left: 0;}

.colorSelect {display: flex;align-items: center; justify-content: center;}
.colorSelect .btn-select {margin: 0 .5rem;}

.buy-info .col {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  max-width: 50%;
  justify-content: space-between;
}

.buy-info .col:first-child {
  height: 100vh;
  min-height: 70rem;
}

.buy-info .col:last-child {
  padding: 7vw 5vw;
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav__list .nav-link {
  display: inline-flex;
  width: 48%;
  align-items: center;
  padding: 18px 5px;
  border-bottom: 1px solid #dedede;
}

.nav__list .nav-link .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}

[bg=black] .nav__list .nav-link .icon,
[bg=dark] .nav__list .nav-link .icon {
  filter: invert(1);
}

.iframe iframe {
  width: 100vw !important;
  height: 85vh !important;
  min-height: 50rem;
  margin-left: calc(-50vw + 50%);
}

.honors {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  z-index: 20;
}

.honors .swiper-button-next:after,
.honors .swiper-button-prev:after {
  color: #c7001f;
  font-size: 3.6rem;
  content: none;
}

.honors .swiper-button-next,
.honors .swiper-button-prev {
  top: 2rem;
  margin-top: 0;
  outline: none;
  width: 4rem;
  height: 4rem;
}

.honors .swiper-button-prev {
  left: 0;
}

.honors .swiper-button-next {
  right: 0;
}

.honors .history-year {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  background: url('/static/img/honors/honors_dashed_bot.png') no-repeat bottom center;

}

.fixed-bottom {
  position: fixed;
  bottom: 0;
}

.slider-pagination {
  width: 820px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.slider-pagination .swiper-slide {
  cursor: pointer;
  text-align: center;
  /* width: 172px!important; */
  background: url('/static/img/honors/honors_dashed.png') no-repeat bottom center;
  padding-bottom: 4rem;
}

.slider-pagination .swiper-slide-thumb-active {
  color: #c7001f;
}

.slider-history {
  margin-top: 2rem;
}

.slider-history .text-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.slider-history .sep {
  width: 3px;
  align-self: stretch;
  height: auto;
  background: url('/static/img/honors/honors_line.png') repeat-y center top;
  background-size: 3px;
}

.slider-history .col {
  display: flex;
  flex-direction: column;
  width: calc(50% - 3px);
  position: relative;
  margin: 2rem 0;
}

.slider-history .col-left {
  padding-right: 6rem;
  padding-top: 16rem;
}

.slider-history .col-left .history__item {
  text-align: right;
  align-items: flex-end;
}

.slider-history .col-left .history__item .dot::after {
  transform: rotateY(180deg);
  right: -7.5rem
}

.slider-history .col-right .history__item .dot::after {
  left: -7.5rem;
}

.slider-history .col-right .history__item {
  padding-left: 6rem;
}

.history__item {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}

.history__item .image {
  border: 1rem solid #eaeeef;
  border-radius: 1.2rem;

}

.history__item .dot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.history__item .dot::after {
  content: '';
  background: url('/static/img/honors/honors_dashed_dot.png');
  position: absolute;
  width: 70px;
  height: 24px;
  margin-top: -12px;
  top: 50%;
}

.flex-col {
  display: flex;
  align-items: flex-start;
}

.flex-col h3,
.flex-col .group {
  max-width: 500px;
  width: 30%;
  margin-right: 4rem;
}

.flex-col ul {
  column-count: 2;
  column-gap: 2rem;
  flex: 1;
  margin-top: 0;
}

.flex-col .text-group {
  flex: 1;
}

.flex-col .icon-group {
  display: flex;
  margin-bottom: 3rem;
}

.flex-col .icon-group .icon {
  margin-right: 10px;
}

.section .flex-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.section .flex-3 h3 {
  margin: 2rem 0;
}
.accordion.hidden-price thead tr:not(:first-child){
  display: none;
}
.accordion__item {
  display: block;
}

.accordion__item:last-child .accordion__title {
  border-color: currentColor;
}

.accordion__item.active .accordion__content {
  display: block
}

.accordion__content {
  display: none;
}

.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  padding: 2rem 1.6rem;
  background-color: #ededed;
}

.accordion__item:last-child .table tr:last-child td:last-child {

  border-bottom: 1px solid var(--gray);
}

.accordion__item:last-child .accordion__tile {
  border-bottom: 1px solid;
}

.accordion__item.active .accordion__title {
  border-bottom: 1px solid;
}

.accordion__item.active .accordion__title::after {
  transform: rotateY(0);
}

.accordion__title::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.34218 0.525391L0.867188 9.00596L2.38562 10.5254L9.34218 3.52892L16.2987 10.4901L17.8172 8.97062L9.34218 0.525391Z' fill='%23C20303'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.1rem;
  display: inline-flex;
  transform: rotateX(180deg);

}


.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;
  position: relative;
}

.accordion_table .accordion_title strong::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.34218 0.525391L0.867188 9.00596L2.38562 10.5254L9.34218 3.52892L16.2987 10.4901L17.8172 8.97062L9.34218 0.525391Z' fill='%23C20303'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1rem;
  display: inline-flex;
  align-self: center;
  transform: rotateX(0);
  position: absolute;
  right: 2rem;
  top: calc(50% - .5rem);
}

.accordion_table .accordion_title.active strong::after {

  transform: rotateX(180deg);
}

.features .grid-item .text-group {
  padding: 3rem 0;
}

.bottom__nav.navbar {
  display: none;
}

[data-color="#fff"].banner-logo {
  filter: none;
}


.color-black .color-main {
  color: #000;

}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none;
}

.promo {
  display: none;
}

.promo:has(.show-parent) {
  display: block;
}

.show-parent .grid {
  align-items: center;
}
.car-announce .banner-title {
  max-width: 60dvw;
  text-wrap: balance;
}

.car-announce .banner .btn {display: none;}
.user-card {
  margin-left: auto;
  text-transform: none;
  display: flex;
}
.user-card .col:last-child {
  border-left: 1px solid;
  padding-left: 2rem;
}
@media screen and (max-width: 1680px) {

  .container,
  .template-grid:has(.text_inside) .text-group,
  .template-grid:has(.text_inside) .section__header {
    max-width: calc(100% - 6vw);
  }

  .features .gallery-slider .title-lg {
    font-size: 3.6rem;
  }

  .nav__menu .nav__item .link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

@media screen and (max-width: 1380px) {
  .nav__menu .nav__item .link::before {
    left: 1rem;
  }

  .nav__menu .nav__item.active .link::before {
    width: calc(100% - 4rem);
  }

  .logo img {
    max-width: 15rem;
    object-fit: contain;
  }

  .logo {
    margin-right: 2rem;

  }

  .header .menu__items {
    margin-left: 2vw;
  }

  .navbar nav,
  .nav__menu,
  .header .menu__items {
    font-size: 1.6rem;
  }

  /* .navbar nav {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }

  .navbar nav::-webkit-scrollbar {
    height: 3px; 
    cursor: pointer;
  }

  .navbar nav::-webkit-scrollbar-thumb {
      background-color: var(--gray); 

  } */
}

@media screen and (max-width: 1000px) {
  .user-card {
    margin: 2rem auto 1rem;
    width: 100%;
  }
  .header .menu__items .phone .link {
    background: unset;
    color: inherit; 
    padding: 0;
  }
  .header .menu__items .phone {
    align-self: flex-start;
  }
  .form.gap-80 {
    grid-gap: 0;
  }
  .car-announce .banner-title {
    max-width: 100%;
  }
  .car-announce .banner .banner-content.top .text-group {
    justify-content: flex-start;
  }
  .header .dropdown__menu .container:not(:has(.cars)) {
    transform: none;
    padding: 2rem;
  }

  .header .menu__item .menu {
    padding-top: 0;
  }

  html {
    overflow-x: hidden;
  }

  .colors .btn-select {
    margin: 0 1rem;
  }

  .cta-banner .swiper-button-prev,
  .cta-banner .swiper-button-next {
    top: 12rem;
  }

  .cta-banner .carousel .text-group {
    padding: 3rem 2rem 2rem;
  }

  .cta-banner .image {
    height: 18.5rem;
  }

  .btn-more::after {
    height: 12px;
    margin-left: 1.2rem;
  }

  #lineup .swiper-pagination {
    margin-top: 1.5rem;
  }

  #lineup .swiper-button-prev,
  #lineup .swiper-button-next {
    margin-top: -4.7rem;
  }

  .text-emphasise {
    padding-left: 2rem;
  }

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

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

  .disclaim__section .flex {
    align-items: flex-start;
  }

  .leasing {
    display: block;
  }

  .leasing .col:first-child {
    max-width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .leasing .info {
    margin: 2rem 0;
  }

  .downloads.gap-40 {
    grid-gap: 1.5rem 0;
  }

  .downloads .item {
    grid-template-columns: 100%;
  }

  .downloads .image {
    height: 12rem;
  }

  .rubric-items .item .text-group {
    padding: 2rem;
  }

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

  .rubric-items .btn {
    width: 100%;
    max-width: 36rem;
    margin-top: 1rem;
  }

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

  #carImg {
    height: auto;
    display: none;
  }

  .navbar .link {
    padding: 0;
  }

  .post__item:not(:nth-child(3n)) {
    border-right: none;
  }

  #dealers .content {
    padding: 0 2rem;
  }

  #dealers .info {
    padding: 0;
  }

  #dealers .btn-arrow {
    display: none;
  }

  #dealers .info,
  #dealers .map-container {
    max-width: 100%;
    flex: 100%;
    min-width: auto;
  }

  #dealers .info {
    height: auto;
  }

  #dealers .map-container {
    height: 32rem;
    min-height: auto;
  }

  .dealer__item h4 {
    font-size: 1.8rem;
  }

  .dealers-list {
    padding: 4rem 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .breadcrumbs {
    font-size: 1.2rem;
  }

  .section-sm {
    padding: 3rem 0;
  }

  .cta,
  .cta .text-group {
    flex-wrap: wrap;
  }

  .cta .title-md {
    margin-bottom: 1rem;
  }

  .cta .btn {
    width: 100%;
  }

  .cta .text-group {
    margin-right: 0;
    margin-bottom: 2rem;
    text-align: center;
    justify-content: center;
  }

  .cta .text-group .v-sep {
    display: none;
  }

  .page__post .image {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    width: 100vw;
  }

  .lineup-carousel {
    max-width: calc(100% - 5rem);
  }

  .lineup-carousel .swiper-slide {
    max-width: 100%;
  }

  #lineup .lineup-carousel .car__img {
    height: 12rem;
  }

  .share-block {
    width: 100%;

  }

  .share-block .share {
    flex-direction: column;
    margin-top: 3rem;

  }

  .share-block .text-md {
    margin: 0 0 1.5rem;
  }

  .container-md,
  .container-sm {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .header .dropdown__menu .container {
    padding: 2rem 0;
  }

  .dropdown__close {
    display: none;
  }

  .nav__menu .nav__item.active .link::before {
    width: 100%;
  }

  .nav__menu .nav__item .link::before {
    left: 0;
  }

  .nav__menu .menu hr {
    margin: 1rem 0;
  }

  .pano-gallery .color-name {
    bottom: 10.5rem;
  }

  .header .car .title-xs {
    font-size: 14px;
  }

  .grid-item.grid-1,
  .grid-item.grid-2 {
    position: relative;
    overflow: hidden;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .grid-item.active .text-lg {
    margin-top: 2rem;
  }

  .grid-item .text-lg {
    opacity: 0;
    height: 0;
    padding: 0;
    border: none;
    transition: transform .15s ease-in-out;
  }

  .grid-item .text-lg p {
    transform: translateY(1.6rem);
    margin-bottom: 1.6rem;
    font-size: 14px;
  }

  .grid-item.grid-full-width .text-lg p {
    max-height: 65vw;
    overflow-y: auto;

  }

  .grid-item .title-md {
    text-wrap: balance;
  }

  .template-grid .grid-1 .col.pos-right .text-group,
  .template-grid .grid-1 .col.pos-left .text-group {
    padding: 2.6rem 0;
  }

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

  .title-toggler::after {
    height: 1.4rem;
  }

  .features .grid-item .text-group:not(:last-of-type) {
    padding: 2rem 0;
  }

  .features .grid-1:has(.text_inside) .text-group {
    padding: 0 2rem;
  }

  .features .grid-1:has(.text_inside) .title-toggler::after {
    content: none;
  }

  .template-grid:has(.text_inside) .section__header {
    top: 4rem;
  }

  .template-grid:has(.text_inside) .text-group {
    top: 8rem;
  }

  .template-grid .grid-1 .text_inside .img-container {
    min-height: auto;
    height: 100vw;
  }

  .header-table td:first-child,
  .body-table td:first-child {
    width: 15rem;
  }

  .line-svg {
    height: 100vh;
    object-fit: cover;
    transform: translate(0, 15vh);
  }

  .table td .text-md,
  .table td .text-sm,
  .table td .title-xs {
    font-size: 12px;
  }

  #prices .section__title .notice {
    order: 3;
    margin-top: 1rem;
  }

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

  .flex-3 h3 {
    margin: 2rem 0 1rem;
  }

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

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

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

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

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

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

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


  .page .text .wide-width {
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }

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

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

  .pc:not(.flex),
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .fieldset-form .grid-2 .col.full-width {
    grid-column: auto;
  }


  .form-select .icon,
  #search .icon {
    height: 100%;
  }

  .swiper-pagination-bullet {
    width: 4rem;
    margin: 0 .5rem;
    height: 2px;
  }

  .accordion__title {
    font-size: 1.4rem;
    padding: 1.5rem;
  }

  .flex-list__item {
    max-width: 100%;
    flex: 100%;
    width: 100%;
    margin: 0 2rem 1px;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--gray);
  }

  .flex-list__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .advantage p {
    margin: 1.5rem 0;
  }

  .advantage__image {
    width: 3.6rem;
    height: 3.6rem
  }

  .advantage__info {
    flex: 1;
    margin-left: 3rem;
  }

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


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

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

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

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

  .table th,
  .table td {
    padding: 1.5rem 8px;
    line-height: normal;
    font-size: 1.4rem;
  }

  .table td[colspan="2"] {
    min-width: 50%;
  }

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

  .container,
  .template-grid:has(.text_inside) .text-group,
  .template-grid:has(.text_inside) .section__header {
    width: 100%;
    max-width: 100%;
    padding: 0 1.6rem;

  }

  .page {
    padding-top: 5.2rem;

  }

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

  .header .flex {
    flex-wrap: wrap;
    padding: 1.6rem;
    min-height: 5.2rem;

  }

  .header .dropdown__menu .flex-3 {
    display: block;

  }

  .header .nav__menu {
    position: fixed;
    top: 5.2rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    background: #fff;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f2f2f2;
  }

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

  .nav__menu .menu {
    padding: 0;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav__menu .nav__item {
    border-top: 1px solid var(--light-gray);
    width: 100%;
  }

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

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

  .nav__menu .nav__item:last-child {
    border-bottom: 1px solid var(--light-gray);
  }

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

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

  .header .menu__items {
    order: 2;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .menu__items .menu-item:not(:last-child) {
    margin-right: 0;
  }
  .section__header {
    margin-bottom: 3rem;
  }

  .warranty-logo {
    max-width: 30rem;
    height: auto;
    margin-top: 0;
  }

  hr.m-5 {
    margin: 2.5rem auto;
  }

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

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

  .nav__menu .menu hr,
  .nav__menu .menu .title-sm {
    display: none;
  }

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

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

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

  .header .car {
    padding: 1rem 5px;

  }

  .header .cars .text-group {
    flex: 1;
    text-align: center;
  }

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

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

  .header .logo {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    width: 5.3rem;
    height: 1.7rem;
    position: relative;
    overflow: hidden;
  }

  .site {
    order: 1;
  }

  .site-name {
    display: inline-flex;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 18rem;

  }

  .logo img {
    width: 12rem;
    height: 1.6rem;
    object-fit: cover;
    object-position: left center;
  }

  .header .cars.menu__item {
    padding: 0;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    grid-gap: 0;
  }

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

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

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

  .copyright-links {
    display: flex;
    flex-direction: column;
  }

  .copyright-link:not(:last-child):after {
    content: none;
  }

  .copyright {
    justify-content: center;
    margin-top: 1rem;
  }

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

  .page__car .banner .banner-content {
    height: 150vw;
  }

  .banner .banner-content.top .text-group {
    padding-top: 7vh;
    padding-bottom: 7vh;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
  }

  .banner .banner-content h1,
  .banner .banner-content .title-lg,
  .banner .banner-title {
    font-size: 2.8rem;
    margin-bottom: 0;
    max-width: 100%;
  }

  .banner .banner-content .price {
    margin-bottom: 0;
  }

  .banner .banner-content .title-md {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .banner .banner-content {
    /* height: calc(100vh - 5.2rem); */
    height: 150vw;
    min-height: auto;
  }

  .banner .banner-logo {
    top: 4.2vh;
    right: 1.5rem;
    bottom: auto;
    max-width: 50%;
  }

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

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

  .banner .container .title-xs {
    margin-bottom: 3rem;
    font-size: 12px;

  }

  .banner .container {
    top: auto;
  }

  .post__announce {
    font-size: 1.6rem;
  }

  .btn-pano::before {
    zoom: 80%;
  }

  .btn {
    font-size: 1.4rem;
    padding: 1.4rem 1.6rem;
    min-width: 18rem;
  }

  .banner .btn {
    padding: 1.6rem;
  }

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

  .btn-group .btn {
    max-width: 100%;
    width: 100%;
  }

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

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

  .banner .swiper-button-prev,
  .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;
  }


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

  #services .item {
    padding: 3rem;
    height: auto;
    border: 1px solid var(--gray);
  }

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

  #services .img-container {
    width: 16rem;
    height: 12rem;
  }

  #services .item:nth-child(2n) .img-container,
  #services .item:last-child .text-group {
    margin-bottom: 2rem;
  }

  #services .item:nth-child(2n) {
    padding-bottom: 3rem;

  }

  #services .item:nth-child(2n) .title-group {
    margin-bottom: 1.5rem;
    padding: 0;
  }

  #services .item:nth-child(2n) .text-group {
    padding: 0 2rem;
  }

  #services .item:last-child .img-container {
    order: 1;
  }

  #services .item:nth-child(2n) .title-group {
    order: 2;
  }

  #services .item:nth-child(2n) .text-group {
    order: 3;
  }

  #services .item:last-child {
    padding-top: 0;
  }

  #about .container-sm {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #about-info .big-num {
    font-size: 3.2rem;
    width: 9.5rem;
    margin: 0 0 2rem;
  }

  #about-info .flex {
    flex-direction: column;
  }

  #about-info .col,
  #about-info .col:first-child {
    max-width: 100%;
    flex-direction: column;
  }

  #about-info,
  #fast-links {
    padding: 3rem 0;
  }

  #about-info .btn {
    margin: 2rem auto 0;
  }

  #about-info .v-sep {
    margin: 2rem auto;
    width: 100%;
    height: 1px;
  }

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

  .flex-list__item_third {
    width: 100%;
  }

  .advantage__text {
    display: flex;

  }

  .advantage__text .advantage__text {
    display: none;
  }

  .title-desc {
    margin-bottom: .6rem;
  }

  .title-desc::before {
    margin-right: 1rem;
  }

  .post__item:not(:last-child) {
    border: none;
  }

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

  .post__item:not(:last-child) .text-group {
    border-bottom: 1px solid var(--gray);

  }

  .post__item:last-child .text-group {
    padding-bottom: 0;
  }

  .post__item .post__title {
    line-height: 1.4;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

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

  .header .car__img::after {
    top: auto;
    bottom: 1.8rem;
  }

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

  .footer .menu__item {
    flex-direction: column;
  }

  #about .notice {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__nav {
    flex-wrap: wrap;
    width: 100%;
  }

  .sns-block {
    width: 100%;
  }

  .header .menu__item {
    padding: 0;
  }


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

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

  #popup-form br {
    display: none;
  }

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

  .popup .container-sm {
    padding: 0;
  }

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

  textarea.form-field {
    height: auto;
    line-height: normal;
  }

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

  .checkbox.form-row {
    margin: 1.5rem 0 2rem;
  }

  .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: 3rem 0;
  }

  .footer__bottom-bar .text-sm {
    display: none;
  }

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

  .header .cars {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .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:not(.banner) .swiper-pagination {
    bottom: 0;
    margin-top: 3rem
  }

  .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: var(--red);
    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;
  }

  .nav__item.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;
    width: 8px;
    height: 5px;
  }

  .car__nav {
    padding: 0;
    top: 0;
    position: sticky;
  }

  .car__nav .btn-group {
    display: none;
  }

  .bottom__nav.navbar {
    width: 100%;
    overflow: hidden;
    font-size: 1.4rem;
    white-space: nowrap;
    position: relative;
    padding: 0;
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 1010;
    background-color: #fff;
    box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.15);
  }

  .navbar__name {
    min-width: auto;
    max-width: 20rem;
    text-wrap: unset;
    font-size: 1.6rem;
  }

  .navbar {
    overflow-y: hidden;
    overflow-x: auto;
    align-items: center;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 2rem 0;
  }

  .navbar nav {
    margin-left: 3rem;
    margin-right: 2rem;
  }

  .bottom__nav .btn {
    background: none;
    color: var(--black);
    padding: 1.6rem 1rem;
    min-width: auto;
    display: inline-flex;
    width: 50%;
    font-size: 1.4rem;
    align-items: center;
    position: relative;
    margin: 0;
    font-weight: 500;
  }

  .navbar .btn.mobile {
    display: inline-flex;
  }

  .navbar .btn:last-child {
    border-left: 1px solid var(--light-gray);
    background-color: var(--red);
    color: #fff;
  }

  .navbar .btn::after {
    content: none;
  }

  .navbar .btn::before {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1rem;
  }

  .navbar .btn:last-child::before {
    margin-top: 2px;
  }

  .navbar .btn:first-of-type::before {
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.72021L1.98438 4.70459L2.65625 4.03271L4.53125 5.90771V0.11084H5.46875V5.90771L7.34375 4.03271L8.01562 4.70459L5 7.72021ZM0.9375 10.1108C0.6875 10.1108 0.46875 10.0171 0.28125 9.82959C0.09375 9.64209 0 9.42334 0 9.17334V6.93896H0.9375V9.17334H9.0625V6.93896H10V9.17334C10 9.42334 9.90625 9.64209 9.71875 9.82959C9.53125 10.0171 9.3125 10.1108 9.0625 10.1108H0.9375Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center / contain;
  }

  .navbar .btn:last-child::before {
    background: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40625 8.79834V9.64209C1.40625 9.7749 1.36133 9.88623 1.27148 9.97607C1.18164 10.0659 1.07031 10.1108 0.9375 10.1108H0.625C0.492188 10.1108 0.380859 10.0659 0.291016 9.97607C0.201172 9.88623 0.15625 9.7749 0.15625 9.64209V4.57959L1.48438 0.57959C1.51562 0.433757 1.59583 0.319173 1.725 0.23584C1.85417 0.152507 1.99792 0.11084 2.15625 0.11084H9.40625C9.56458 0.11084 9.70833 0.152507 9.8375 0.23584C9.96667 0.319173 10.0469 0.433757 10.0781 0.57959L11.4062 4.57959V9.64209C11.4062 9.7749 11.3613 9.88623 11.2715 9.97607C11.1816 10.0659 11.0703 10.1108 10.9375 10.1108H10.6094C10.4766 10.1108 10.3652 10.0659 10.2754 9.97607C10.1855 9.88623 10.1406 9.7749 10.1406 9.64209V8.79834H1.40625ZM1.45312 3.64209H10.1094L9.25 1.04834H2.3125L1.45312 3.64209ZM2.74633 7.07959C2.98836 7.07959 3.1901 6.99756 3.35156 6.8335C3.51302 6.66943 3.59375 6.47021 3.59375 6.23584C3.59375 5.99279 3.51172 5.78619 3.34766 5.61604C3.18359 5.44591 2.98438 5.36084 2.75 5.36084C2.50695 5.36084 2.30035 5.44555 2.1302 5.61498C1.96007 5.7844 1.875 5.99013 1.875 6.23217C1.875 6.4742 1.95971 6.67594 2.12914 6.8374C2.29856 6.99886 2.50429 7.07959 2.74633 7.07959ZM8.82812 7.07959C9.07118 7.07959 9.27778 6.99756 9.44792 6.8335C9.61806 6.66943 9.70312 6.47021 9.70312 6.23584C9.70312 5.99279 9.61841 5.78619 9.44898 5.61604C9.27957 5.44591 9.07384 5.36084 8.8318 5.36084C8.58977 5.36084 8.38802 5.44555 8.22656 5.61498C8.0651 5.7844 7.98438 5.99013 7.98438 6.23217C7.98438 6.4742 8.06641 6.67594 8.23047 6.8374C8.39453 6.99886 8.59375 7.07959 8.82812 7.07959ZM1.09375 7.86084H10.4688V4.57959H1.09375V7.86084Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center / contain;

  }


  .navbar .link.active::after {
    width: 6px;
    height: 6px;
    margin-top: -1rem;
  }

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

  .navbar .link.download {
    margin-left: 3rem;
  }

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

  .banner .banner-content.center .container {
    justify-content: flex-end;
  }

  .banner .banner-content.center .text-group {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .banner .banner-content.end .text-group {
    padding-bottom: 4rem;
  }


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

  .feature__container.full-width {
    margin-left: 0;
  }

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

  .model-spec__list {
    position: relative;
    padding: 2rem 0;
    flex-wrap: wrap;
  }

  .model-spec__list-item {
    width: 100%;
    border: 0;
    padding: 5px;
  }

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

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

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

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

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

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

  .model-preview {
    order: 1;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }

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


  .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:not(:last-child) {
    margin-bottom: 3rem;
  }

  .features .grid {
    width: 100vw;
    padding-right: 2rem;
  }

  .features .grid:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .features .flex-2 .text-group {
    padding: 3rem;
  }

  .features p,
  .features .gallery-slider .text-lg {
    font-size: 1.6rem;
  }

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

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

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

  .video {
    height: 280px;
  }

  .gallery__list_main {
    flex-wrap: wrap;
  }

  .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 {
    margin-bottom: 3rem;
  }

  #search .form-field {
    line-height: 5rem;
    height: 5rem;

  }

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

  .promo {
    grid-gap: 2rem;
  }

  .promo .post__item .text-group {
    padding: 2rem;
  }

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

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

  .tabs {
    font-size: 1.6rem;
  }


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

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

  .page__header {
    padding: 2.4rem 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;
  }

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

  #map {
    width: 100vw;
    min-height: 360px;
  }

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

  #dealers .info__header {
    padding: 2rem 3rem;
  }

  .dealer__item::after {
    left: -2rem;
    right: 0;
    width: 100vw;
  }

  #dealers .dealers-list {
    padding: 3rem;
  }

  .view-360 {
    height: 100vw !important;
    margin-top: 0;
    background-size: 120%;
  }

  .btn-select {
    width: 3.6rem !important;
    height: 3.6rem !important;
  }

  .colors .swiper-wrapper {
    justify-content: space-between;
    max-width: 100%;
  }

  #interior .colors .swiper-wrapper {
    justify-content: center;
  }

  .carousel-grid.features .img-container,
  .carousel.features .img-container,
  .videos .img-container {
    height: 16rem;
  }

  .carousel-grid .btn {
    min-width: 16rem;
  }

  .parallax-layer .text-md {
    font-size: 1rem;
  }

  .btn-more.section__title {
    font-size: 2rem;
  }

  .parallax-layer .title-lg {
    font-size: 1.8rem;
  }

  #design .tabs {
    left: 0;
    position: relative;
    margin-bottom: 0;
    justify-content: center;
    zoom: .7;
    top: 12rem;
  }

  #exterior,
  #interior {
    padding-top: 2rem;
    padding-bottom: 4rem;
    text-align: center;
  }

  #exterior .section__title,
  #interior .section__title {
    margin-bottom: 5.5rem;
  }

  .grid-items .text_left .col:first-child {
    order: 1;
  }

  .title-group.mb-3 {
    margin-bottom: 0;
  }

  .grid-items .text_left .text-group {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .grid-item .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
    mix-blend-mode: difference;

  }

  .grid-items .grid-item.grid-3 {
    display: block;
    padding: 0;
  }

  .grid-items .grid-item.grid-3 .text-group {
    display: block;

  }

  .grid-items .text_left:not(.grid-full-width) .text-group,
  .grid-items .text_right:not(.grid-full-width) .text-group {
    padding: 2rem 0 3rem;
  }

  .grid-items .text_left:not(.grid-full-width):last-child .text-group,
  .grid-items .text_right:not(.grid-full-width):last-child .text-group,
  .grid-items .grid-item.left.v-center:last-child .text-group,
  .grid-items .grid-item.text_right.v-center:last-child .text-group {
    padding-bottom: 3rem;
  }

  .grid-items .grid-item.left.v-center,
  .grid-items .grid-item.grid-3 .text-group,
  .grid-items .text-group {
    padding: 2rem 0 3rem;
  }

  .section .grid-items .grid-item.grid-3 {
    padding: 2rem 1.6rem 0;
  }

  .section .grid-items .grid-item.grid-3:first-child {
    margin-top: -4rem;
  }

  .section .grid-items .grid-item.grid-3:last-child {
    margin-bottom: -4rem;
  }

  .grid-item.grid-3+.grid-item.grid-3 {
    margin-top: 0;
  }

  .grid-items .grid-item.grid-3 .text-lg {
    width: 100%;
    margin: 0;
  }

  .v-sep {
    margin: 0 1.5rem;
  }

  .gap-40,
  .gap-80 {
    grid-gap: 0;
  }

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

  .text-border-left {
    padding-left: 2rem;
  }

  #interior {
    min-height: 60vh;
  }

  #exterior .image-preview {
    height: 42vw;
    margin-bottom: 2rem;
  }

  #interior .image-preview {
    padding-top: 0;
  }

  .template-items .grid-2 .text-lg,
  .template-items .grid-3 .text-lg,
  .features .grid-1:has(.active) .text-lg,
  .template-grid .swiper-slide .text-lg {
    opacity: 1;
    height: auto;
  }

  .text-disclaim {
    zoom: 80%;
  }

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

  .controls {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .controls .notice {
    order: 3;
    text-align: left;
  }

  .controls .colors {
    order: 1;
    margin: 2rem 0;
  }

  .notice::before {
    zoom: .75;
  }

  .gallery {
    margin: -5px;
  }

  .gallery a {
    width: 50% !important;
    height: auto;
    padding: 5px;
  }

  [data-fancybox=gallery]::after {
    width: 3rem;
    height: 3rem;
  }

  .price-card {
    max-width: 100%;
    margin: 1rem;
  }

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

  #prices .btn-group {
    align-items: center;
    width: 100%;
  }

  .posts-slider .slider-controls,
  .carousel .slider-controls,
  .carousel-grid .slider-controls {
    margin-top: 3rem;
  }

  .posts-slider {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 0 1.6rem;
  }

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

  .carousel .slider-controls,
  .carousel-grid .slider-controls {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .history {
    overflow-x: auto;
  }

  .history__content {
    padding: 3rem 4rem;
  }

  .feature__item img {
    max-width: 100%;
    order: 1;
  }

  .container-md {
    padding: 0 2rem;
    max-width: 90%;
  }

  .big-num {
    font-size: 3rem;
  }

  .fullscreen .img,
  .fullscreen picture {
    filter: brightness(.8);
  }

  .fullscreen .swiper-pagination,
  .fullscreen .swiper-button-prev::after,
  .fullscreen .swiper-button-next::after {
    filter: none;
  }

  .fullscreen .text-group {
    color: #fff;
    text-shadow: 1px 1px 1px #161616;
  }

  .fullscreen .text-group .text-lg {
    color: #fff;
    margin-bottom: 2rem;
  }

  .fullscreen .fancybox-close-small {
    filter: invert(1);
  }

  .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: 1rem 3rem 3rem;
    order: 2;
  }

  .header .menu__banner,
  .header .menu__item.text.active {
    display: none !important;
  }

  .header-inverse {
    color: #0c0c0b;
  }

  .header-inverse .logo {
    filter: none;
  }

  .header-inverse .menu__items svg {
    filter: none;
  }

  .features .swiper-pagination {
    position: relative;
    margin-top: 2rem
  }

  .grid-items .text_right:not(.grid-full-width):last-child .text-group {
    padding-bottom: 0;
  }

  .page__car .banner .btn-group .btn {
    max-width: 100%;
  }

  .posts-grid .post__item .text-group {
    padding: 0 0 2rem;
  }

  .banner .btn-group .btn {
    max-width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .banner .spec {
    bottom: 0;
    zoom: 90%;
    margin-bottom: 3rem;
    text-align: left;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    font-weight: 500;
  }

  .spec .v-sep:not(:first-of-type) {
    display: none;
  }

  .spec__item {
    width: calc(50% - 1rem);
    display: flex;
    align-items: center;

  }

  .spec__label {
    font-size: 1rem;
    margin-bottom: 0;
    width: 10rem;
    order: 2;
  }

  .columns-block .text-lg {
    font-size: 1.6rem;
  }

  .spec__value {
    font-size: 2.8rem;
    line-height: 1;
    width: auto;
    margin-right: 1rem;
    min-width: 6rem;
    text-align: right;
  }

  .banner .spec__item:not(:last-child) {
    margin-bottom: 0;
  }

  .spec__item::after {
    width: 1px;
    height: 100%;
    position: relative;
    right: 0;
    margin: 0 1.5rem;
  }

  .gallery-slider {
    background-size: 100%;
    background-position: top;
  }

  .gallery-slider .swiper-pagination {
    display: block;
    bottom: 5rem;
  }

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

  .gallery-slider .slider-controls {
    display: none;
  }

  .gallery-slider .container-md {
    max-width: 100%;
  }

  .features .gallery-slider .text-group {
    top: 4rem;
    bottom: auto;
    padding: 4rem 2rem;
  }

  .features .gallery-slider img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }

  .features .gallery-slider .title-lg {
    font-size: 2rem;
    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: calc(100vh - 5.4rem);
  }

  .features .thumbs {
    display: none;
  }

  #lineup .models {
    grid-template-columns: repeat(1, 1fr);

  }

  #lineup .spec,
  #lineup hr {
    display: none;
  }

  #lineup .car .btn {
    visibility: visible;
    position: relative;
    z-index: 101;
  }

  #lineup .section__header,
  #lineup .section__header .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #lineup .thumbs {
    pointer-events: none;
  }

  #lineup .car__img {
    z-index: 3;
    height: 16rem;
    margin-bottom: 0;
  }

  #lineup .car .title-sm {
    margin-top: 0;
  }

  .car__img::after {
    top: 65%;
  }

  #lineup .car {
    padding: 2rem;
  }

  #lineup .swiper-slide .car {
    opacity: .5;
  }

  #lineup .swiper-slide-active .car {
    opacity: 1;
  }

  .text-em-small {
    color: var(--red);
    border-left: 2px solid;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1;
    font-size: 12px;
  }

  .model__spec {
    width: 100%;
  }

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

  .thumbs .swiper-slide {
    flex: 0 0 100%;
    width: 100%;
  }



  .latest-news {
    flex: auto !important;
    width: 100%;
  }

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

  .latest-news__item:first-child .latest-news__title {
    font-size: 1.8rem;
  }

  .latest-news__item {
    width: 100%;
  }

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

  .latest-news__title {
    font-size: 1.4rem;
  }

  .columns-block .col {
    height: 100vw;
    padding: 3rem 2rem;
  }

  #fast-links {
    padding: 3rem 0;
  }

  #main-news .img-container {
    order: 1;
    height: 20rem;
    flex: 100%;
    min-width: auto;
  }

  #main-news .latest-news {
    order: 2;
  }

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

  .banner .banner-content h1,
  .banner .banner-content .title-lg {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }

  .buy-info .col:first-child {
    height: 26rem;
    min-height: auto;
  }

  .buy-info .col {
    max-width: 100%;
  }

  .buy-info {
    margin: 0 -2rem;
  }

  .buy-info .col:last-child {
    padding: 4rem;
  }

  .buy-info .title-lg {
    margin-bottom: 1rem;
  }

  .nav__list {
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .nav__list .nav-link {
    padding: 12px 0;
  }

  .nav__list .nav-link {
    margin-bottom: 1rem;
  }

  .nav__list span {
    flex: 1;
  }

  .advantage .advantage__title {
    margin: 0 0 2px;
    max-width: 100%;
    font-size: 1.6rem;
  }

  #lineup .gallery-slider {
    background-position: 50% 5%;
    background-size: 100%;
  }

  #lineup .swiper-button-next,
  #lineup .swiper-button-prev {
    width: auto;
    height: auto;
  }

  .dropdown__item.full-width .dropdown__menu {
    margin-top: 0;
  }

  .header .menu__item:not(:first-child) {
    background: none;
  }

  .banner .banner-content .price {
    font-size: 1.6rem;
  }


  .header .nav__menu .phone,
  .header .nav__menu .lang {
    padding: 1.5rem 2rem;
  }

  .header .menu__items .phone {
    margin-right: -2rem;
  }

  .header .nav__menu .phone svg {
    margin-right: 4px;
    filter: none;
  }

  .honors .history-year {
    max-width: 100%;
  }

  .slider-pagination {
    width: 100%;
  }

  .honors .history-year {
    padding: 0 3rem;
  }

  .honors .swiper-button-next,
  .honors .swiper-button-prev {
    width: 3rem;
    height: 3rem;
  }

  .slider-history .text-group {
    padding: 0 2rem;
  }

  .slider-history .col-left {
    padding-top: 5rem;
    padding-right: 3rem;
  }

  .slider-history .col-left .history__item .dot::after {
    right: -4.5rem;
    width: 4.5rem;
  }

  .slider-history .col-right .history__item {
    padding-left: 3rem;
  }

  .slider-history .col-right .history__item .dot::after {
    width: 4.5rem;
    left: -4.5rem;
  }

  .slider-history .col {
    margin: 0;
  }

  .history__item {
    margin: 0 0 1rem;
  }

  .slider-pagination .swiper-slide {
    padding-bottom: 3rem;
  }

  #design .btn-default {
    position: relative;
    bottom: 0;
    order: 2;
    margin: 0 auto 2rem;

    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .page__main .features .gallery-slider .swiper-slide {
    height: auto;
    max-height: 100%;
    background: none;
  }

  .page__main .features .gallery-slider img,
  .page__main .features .gallery-slider picture {
    position: relative;
    height: 100vw;
    padding: 0 1rem;
  }

  .page__main .features .gallery-slider .swiper-slide::after,
  .page__main .features .gallery-slider .swiper-slide::before {
    content: none;
  }

  .page__main .features .gallery-slider .text-group,
  .page__main .features .gallery-slider .swiper-pagination {
    position: relative;
  }

  .page__main .features .gallery-slider .text-group {
    top: 0;
    padding-top: 2.4rem;
  }

  .page__main .features .gallery-slider .swiper-pagination {
    bottom: 2rem;
  }

  .page__main .features .gallery-slider .swiper-pagination-bullet,
  .page__main .features .gallery-slider .swiper-pagination-bullet-active {
    background: #000;
  }

  .page__main .features .gallery-slider .text-light * {
    color: #000;
  }

  .page__main .features .gallery-slider img {
    filter: none;
  }

  .page__main .features .gallery-slider .title-lg {
    font-size: 2rem;
  }

  .page__main .features h2 {
    margin-bottom: 2rem;
    color: #0c0c0b;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col h3,
  .flex-col .group {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .flex-col ul {
    column-count: 1;
  }

  .flex-col .group {
    margin-bottom: 3rem;
  }

  .flex-col .group .btn {
    width: 100%;
  }

  .flex-col .icon-group {
    margin-bottom: 1.5rem;
    align-items: flex-start;
  }

  .video iframe {
    min-height: auto;
  }

  .price-card__model,
  .price-card__title {
    font-size: 2.4rem;
  }

  .flex-1 .text_inside {
    width: 100vw;
    margin-left: -2rem;
    margin-top: 0;
    height: auto;
  }


  .footer__nav .logo {
    max-width: 100%;
    margin: 0;
  }

  .footer__nav {
    display: none;
  }

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

  .banner .container-md {
    max-width: 100%;
  }

  .banner .svg {
    display: none;
  }

  .banner .svg img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
    object-position: 20%;
  }

  .cta-btn {
    padding: 2rem;
    margin-bottom: 0;
  }

  .cta-btn .small {
    margin: 0;
    width: 24rem;
    font-size: 2rem;
  }

  hr {
    margin: 1.5rem auto;
  }

  .grid-item.grid-full-width {
    display: block;
  }

  .grid-item.grid-full-width .text-group {
    padding: 3rem 2rem;
  }

  .grid-item.grid-full-width .title-group .grid-item.grid-full-width .text-border-left {
    display: none;
  }

  .title-group .mb-3 {
    margin-bottom: 0;
  }

  .cta-banner {
    background-image: none !important;
  }

  .cta-banner.text-center {
    padding: 3rem 2rem;
  }

  .cta-banner .text-group {
    padding: 3rem;
  }


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

  .grid-items .text_left .col:last-child {
    order: 2;
  }

  .parallax-layer {
    padding: 0;
  }

  .cta-animation {
    padding: 0 4rem;
  }

  .parallax-container {
    height: 24rem;
  }

  .btn-more-lg::after {
    width: 2rem;
    height: 2rem;
    margin-left: .6rem;
  }

  .parallax-img {
    right: -90%;
    width: 100%;
  }

  .parallax-img img {
    width: 100%;
  }

  .dir-right .parallax-img {
    left: 100%;
    right: auto;

  }

  .section__title {
    font-size: 2.4rem;
  }

  .template-grid .grid-1 .col.pos-right,
  .template-grid .grid-1 .col.pos-left {
    display: block;
  }

  .template-grid .grid-1 .col.pos-left .img-container {
    order: 1;
  }

  .template-grid .grid-1 .col.pos-left .text-group {
    order: 2;
  }

  .features .grid-item .text-group {
    padding: 2.6rem 0 0;
  }

  .template-grid .grid-1 .col:last-child .text-group {
    padding-bottom: 0;
  }

  .grid-items .grid-item.grid-2 .title-group:not(:last-of-type),
  .grid-item .title-group .title-md:not(:last-of-type) {
    margin-bottom: 0;
  }

  .template-items .grid-3 .title-toggler::after {
    content: '';
  }

  .template-items .grid-full-width .text-group {
    color: #fff;
  }

  .grid-items .grid-full-width .text-group {
    position: absolute;
    bottom: 3rem;
    left: 2rem;
    right: 2rem;
    width: calc(100% - 2rem);
    border-left: 1px solid var(--red);
    padding: 0 2rem !important;
    z-index: 2;
  }

  .grid-items .title-sm {
    font-size: 1.6rem;
  }

  .grid-item.grid-full-width .title-group {
    margin-bottom: 0;
  }

  .cta-btn::after {
    content: none;
  }

  .cta-btn .small {
    border: none;
    margin: 0;
    padding: 0;
  }

  .cta-btn .group,
  .cta-btn {
    flex-direction: column;
    text-align: center;
  }

  #pdfContent {
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow-x: auto;

  }

  .header-table .table-icon {
    max-width: 8rem;
    display: none;
  }

  .header-table td {
    white-space: nowrap;
  }

  .fieldset-form {
    border: none;
    padding: 0;
    margin-top: -1.8rem;
  }

  .template-items .grid-2 .img-container,
  .template-items .grid-3.v-center .img-container,
  .template-items .grid-3 .img-container,
  .template-grid .grid-3 .img-container,
  .template-grid .grid-2 .img-container,
  .template-grid .grid-1 .img-container {
    height: 50vw;
  }


  .template-items .grid-item.grid-full-width .img-container {
    height: 100vw
  }

  .template-items .grid-item.grid-full-width .img-container::after {
    content: '';
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .grid-item .title-sm {
    display: none;
  }

  .btn-to-top {
    bottom: 5.4rem;
    right: 0;
    zoom: 90%;
  }

  .car mark {
    font-size: 12px;
  }

  .lineup-carousel .swiper-wrapper {
    justify-content: flex-start;
  }

  .lineup-carousel .car .text-group {
    text-align: center;
  }

  .carousel-2 .swiper-pagination {
    font-size: inherit;
    writing-mode: initial;
    width: 6rem;
    height: 3.5rem;
  }
  #dots-popup {
    width: 100%;
    z-index: 1000;
    margin-right: -100%;
    background-color: #fff;
    position: fixed;
    left:auto;
    right: 0;
    top: 0;
  }
  .top__header {display: none;}
}



#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: 14px;
  width: 240px;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #c7001f;
  outline: none;
  font-family: TacticSansExd;
  letter-spacing: 1px;
}

#lang-selection .btn-row:not(:last-child) {
  margin: 0 0 10px;
}

#lang-selection .btn.active {
  background: #c7001f;
  color: #fff;
}

#lang-selection .fancybox-button {
  padding: 4px;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 640px) {

  #lang-selection,
  #lang-selection .btn-group {
    padding: 20px;
  }

  #lang-selection .btn-group .btn {
    padding: 16px 20px;
    width: 120px;
  }

  #lang-selection .lang-label {
    font-size: 14px;
  }

  .iframe iframe {
    height: 100vw !important;
    min-height: auto;
  }

}

@media screen and (max-width:360px) {
  .header .logo.lg-kuldzhinka {
    max-width: 14rem;
  }
}

@media screen and (max-width: 340px) {
  .header .flex {
    padding: 1rem;
  }

  .menu__items {
    margin-right: 3rem;
  }

  .site-name {
    font-size: 1;
    max-width: 16rem;
  }

  .menu hr {
    display: none;
  }
}

.z-index {
  z-index: 1020;
}

.disclaimer {
  padding: 2rem 4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000000000;
  background: #fff;
  font-size: 1.4rem;
  border-top: 1px solid #efefef;
  transform: translateY(100%);
  transition: transform .35s ease-in-out;
}

.disclaimer.active {
  transform: translateY(0);
  transition: transform .35s ease-out;
}

.disclaimer .btn {
  padding: 1.1rem 1.5rem;
  min-width: 18rem;
}

.disclaimer .grid {
  gap: 1.5rem;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggler {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.toggler:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.toggler {
  background-color: var(--red);
}

input:checked+.toggler:before {
  transform: translateX(14px);
}

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

#cookie-preferences .text-md {
  margin-left: 1rem;
}



@media screen and (max-width: 640px) {
  .disclaimer {
    padding: 1.5rem;
    z-index: 2147483636;
  }
  .disclaimer .btn-group .btn:not(:last-child) {
    margin-right: 0;
  }
  .disclaimer .btn {
   
    height: auto;
    line-height: normal;
  }
}

#creditCalc .form-row .percent{
  position: absolute;
  right: 0;
  bottom: 1.6rem;

}
#creditCalc .percent-field {
  padding-right: 5rem;
}
#creditCalc label {
  display: block;
  margin-bottom: 10px;
}
#creditCalc .loan-term-button {
  width: 5rem;
  height: 4rem;
  border: 1px solid #dedede;
}
#creditCalc .loan-term-button.active {
  background-color: var(--red);
  color: #fff;
}
#creditCalc .months {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
#creditCalc .loan-term-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#creditCalc input[type="range"] {
  accent-color: var(--red);
}
#creditCalc .form-select .icon {
  height: calc(100% - 4rem);
}
@media screen and (max-width: 640px) {
  #creditCalc label {
    margin-bottom: 0;
  }
  #creditCalc .form-row:not(:last-child) {
    margin-bottom: 2rem;
  }
  #creditCalc .form-select .icon {
    height: calc(100% - 2rem);
  }
  .loan-term-buttons {
    margin-top: 1rem;
  }
}
