:root {
  --font-header:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  --font-primary:
    "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  --padding-y: 2.4rem;

  --header-general-height: 5rem;
  --header-height: 8.5rem;
  --font-base: calc(10 / 1920 * 100vw);
}

h1 {
  margin: 0;
}

section {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  width: 100%;
}

html {
  font-size: var(--font-base);
}

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

@media (max-width: 1520px) {
  :root {
    --padding-y: 2.4rem;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  max-height: inherit;
  object-fit: cover;
}

body {
  font-family: var(--font-primary), serif;
  color: #252728;
}

a {
  color: inherit;
  text-decoration: none;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.wrapper {
  width: 100%;
  max-width: 152rem;
  padding: 0 var(--padding-y);
  margin: 0 auto;
}

.wrapper-small {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  padding: 0 var(--padding-y);
  margin-right: auto;
}

button,
.button,
.btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;

  color: #ffffff;
}


.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding: 0 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
}


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

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

.text-white *{
  color: #fff !important;
}

.title-md {
  font-size: 5rem;
}

#service-page {
  padding: 8rem 0;
}

#service-page .bid-modal {
  margin: 8rem auto;
}

#service-page p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.8;
}

#service-page h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

#Form_note {
  display: flex;
  align-items: center;
}

#Form_note label {
  margin-right: 3rem;
  margin-bottom: 0;
  margin-left: 2rem;
}

.form-row input[type="radio"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #000;
}

input[type="radio"]:checked::after {
  background-color: #000;
  width: 60%;
  height: 60%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.merged-buttons,
.btn__merged {
  display: flex;
  padding: .4rem;
  border: .1rem solid #252728;
  position: absolute;
  bottom: 15rem;
  right: 0;
}

.merged-button,
.btn__merged-button {
  flex: 1;
  color: #252728;
  font-size: 1.4rem;

  height: 3.9rem;
  width: 15rem;

  transition: all 0.2s ease;
}

.merged-button.active {
  background-color: #252728;
  color: #fff;
}

.menu {
  max-height: 0;
  position: absolute;
  top: calc(var(--header-height) + var(--header-general-height));
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1002;

  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

.header__main-wrapper.fixed .menu {
  top: calc(var(--header-height) + var(--header-general-height) - 1rem);
}


.menu.active {
  max-height: 1000rem;
  height: max-content;
}

.menu-close-container {
  position: absolute;

  inset: 0;
}

.menu-content {
  position: relative;
}


.menu-container {
  display: flex;
  align-items: center;
}

.menu-bg {
  max-width: 82rem;
  /* flex-shrink: 0; */
  /* max-height: 21.5rem; */
  height: 100%;
  position: absolute;
  width: 82rem;
  top: 0;
  bottom: 0;
  left: 0;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-left: 13rem;
  position: relative;
  /* width: 100%; */
  padding: 7.5rem 0 8.5rem;
}

.menu-links-child {
  padding-left: 0;
}

.menu-links-child {
  margin-top: 1.8rem;
}

.menu-links-child li {
  margin-bottom: 1rem;
  list-style-type: none;
}

.menu-links-child li::before {
    content: url(/static/img/icons/chevron-right-black.svg);
    margin-right: 2rem;
}

.menu-links-child .menu-link {
  font-size: 1.2rem;
}

.menu-bg + .menu-links {
  margin-left: 97rem;
}

.menu-links a::first-letter {
  text-transform: uppercase;
}

.menu-bg-enabled {
  display: flex;
  padding: 7.5rem 0 7.5rem 15.4rem;
  align-items: flex-start;
}

.menu-bg-enabled .menu-links {
  padding: 0;
  display: block;
  columns: 3;
  gap: 2.5rem;
  margin-right: auto;
  position: relative;
  margin-left: 0;
  width: 100%;
  column-gap: 10.4rem;
}


.menu-owners-right a {
  display: block;
  color: #252728;
  position: relative;
  font-size: 1.2rem;
  line-height: 2.6rem;
  padding-left: 2rem;
}

.menu-owners-right a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: .4rem;
  height: .7rem;
  background-image: url("/static/img/icons/chevron-right-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-owners-right .menu-link {
  margin-bottom: 1.8rem;
}

.menu-link {
  color: #252728;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  display: block;
}

.menu-bg-enabled .menu-link {
  margin-bottom: 2.5rem;
}

.menu-bg-enabled .menu-link:nth-child(3n) {
  margin-bottom: 3rem;
}

.menu-childs-block .menu-link {
  margin-bottom: 0;
  display: inline-block;
}

.menu-childs-block {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.menu-close-button {
  position: absolute;
  right: 2.4rem;
  top: 3.8rem;
  width: 2rem;
  height: 2rem;
  background: url("/static/img/icons/close.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.menu-cars .menu-close-button {
  position: absolute;
  top: -5.2rem;
  right: 2.4rem;
}

.menu-cars {
  position: relative;
}

.menu-cars::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: repeating-linear-gradient(to top, #ffffff 24%, #ffffff 0%, #99999987 100%, #999999 60%);
  background-size: 100% 25rem;
  opacity: 0.1;
}

.menu-cars::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #fff;
  z-index: -1;
}

.menu-cars-container {
  padding: 9rem 0 5rem;
  height: 100%;
}

.menu-cars-list {
  padding: 0 13rem;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10.4rem;
  /* row-gap: 20rem; */
  align-items: flex-start;
  row-gap: 5.2rem;
}

.menu-model-image-container {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  min-height: 10rem;
}

/* .menu-model-image-container::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #252728;
  opacity: 0.25;
  height: .3rem;
  border-radius: 50%;
} */

.car_label b{
  position: absolute;
  top: -1.1rem;
  right: 0;
  color: #58DBAE;
  font-size: 1rem;
  font-weight: 700;
  border: .1rem solid #58DBAE;
  padding: .2rem .5rem;
}

.car_label i {
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #D82F42;
}

.car_label i::before {
  content: "";
  width: 1.6rem;
  height: 1rem;
  background-image: url("/static/img/icons/crown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.menu-model-image {
  position: relative;
  width: 100%;
}

.menu-model-data {
  padding-top: 3.8rem;
}

.menu-model-name {
  color: #252728;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: .6rem;
}

.menu-model-price {
  color: #686d71;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 1.5rem;
}

.menu-model-row {
  display: flex;
  justify-content: space-between;
}

.menu-model-button {
  font-size: 1.2rem;
  padding: 0;
  flex-shrink: 0;
  color: #252728;
  font-weight: 600;
  transition: color 0.15s ease;
  cursor: pointer;
}

.menu-model-button:hover {
  color: #d70c19;
}

.menu-model-button:first-child {
  border-right: .1rem solid #25272840;
  padding-right: 1.7rem;
}

.menu-model-button:last-child {
  padding-left: 1.7rem;
}

main {
  position: relative;
}

.menu-overlay {
  position: absolute;
  inset: -.1rem;
  background: #000000;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  opacity: 0.45;
  pointer-events: auto;
}

.header {
  position: sticky;
  top: calc(-1 * var(--header-general-height));
  left: 0;
  z-index: 1000;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* transition: all 0.3s ease; */
}

.header.model-page {
  position: static;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header__general-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  background-color: #000000;
  font-size: 1.4rem;

  font-family: var(--font-header), serif;
}

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

.header__location {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__location img {
  object-fit: contain;
}

.header__divider {
  width: .1rem;
  height: 1.5rem;
  background-color: #ffffff;
}

.header__general-info-left {
  display: flex;
  align-items: center;

  gap: 2rem;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 4.7rem;
}

.header__number-wrapper {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: 1.4rem;
}

.header__main-wrapper {
  width: 100%;
  height: var(--header-height);
  background-color: #252728;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

/* .header__main-wrapper.fixed {
  max-height: calc(var(--header-height) - 1rem);
} */

.header__nav-wrapper {
  margin: 0 auto;
}

.header__main {
  position: relative;

  display: flex;
  align-items: center;
  height: 100%;

  font-size: 1.6rem;
}

.menu-mobile {
  display: none;
}

.header__lang {
  display: flex;
}

.header__lang-icon {
  margin-right: 1.5rem;
}

.header__lang-buttons {
  display: flex;

  align-items: center;

  gap: 1rem;
}


.btn {
  background-color: transparent;
  color: #252728;
  border: .1rem solid #252728;
}

.btn.button-black,
.button-black,
.btn__black {
  background-color: #252728;
  color: #fff;
  border: .1rem solid #252728;
}

.download-button:before {
  content: "";
  background-image: url("/static/img/icons/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .8rem;
}

.button-white,
.btn__white {
  background-color: #fff;
  color: #252728;
  border-color: #fff;
}

.button-transparent-black,
.btn__transparent-black {
  background-color: transparent;
  color: #252728;
  border: .1rem solid #252728;
}

.button-transparent-white,
.btn__transparent-white {
  background-color: transparent;
  color: #fff;
  border: .1rem solid #fff;
}

.button-transparent-white.download-button:before, .btn__transparent-white.download-button:before {
  filter: invert(1);
}

.header__nav {
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 4.8rem;
}

.header__nav a {
  font-weight: 400;
}

.header__nav button {
  position: relative;
  display: flex;
  align-items: center;
  gap: .8rem;
  height: 8rem;
  border-bottom: .4rem solid transparent;
  transition: all 0.3s;
  color: #fff;
  top: .2rem;
}

.header__nav img {
  transition: transform 0.2s ease-in-out;
}

.header__nav .active {
  border-bottom: .4rem solid #d70c19;
}

.header__nav span,
.header__nav img {
  pointer-events: none;
}

.hero {
  width: 100%;
  height: calc(100vh - var(--header-height) - var(--header-general-height));
  background-color: #fff;
  position: relative;
  min-height: 400px;
  max-height: 90rem;
}

.hero .swiper-pagination {
  bottom: 7.3rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.hero__slide {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .menu-mobile {
    display: block;
    background-image: url(/static/img/icons/burger.svg);
       background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 1.5rem;
    order: 1;
  }

  .menu-mobile.active {
    background-image: url("/static/img/icons/close.svg");
    filter: invert(1);

  }

  .header__nav button, .header__nav a.nav-link {
    width: 100%;
    justify-content: space-between;
    height: revert;
    padding: 2.4rem 0;
    border-bottom: .1rem solid #0000000d;
    font-size: 1.2rem;
    font-weight: 600;
    color: #252728;
  }

  .header__nav button img {
    filter: invert(1);
    transition: all 0.3s ease;
  }

  .header__nav.active button.active img {
    transform: rotate(180deg);
  }
}

.hero__slide-overlay {
  position: absolute;
  inset: -.1rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}

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

.hero .swiper-pagination-bullet {
  transition: max-width 1s;
  height: .6rem;
  max-width: .6rem;
  width: 100%;
  background: #e7e7e7;
  opacity: 1;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border-radius: .6rem;
  height: .6rem;
  max-width: 1.6rem;
  opacity: 1;
}

.hero-swiper-button-next,
.hero-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background: #fff;
  border-radius: 50%;
  transition: background 0.3s ease;
}

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

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

.hero-info__data {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 10rem;

  color: #fff;

  pointer-events: none;

  text-align: left;

  z-index: 2;
}

.hero-info__title {
  font-size: 5rem;
  font-weight: 600;

  margin-top: 0;
  margin-bottom: 2rem;
}

.hero-info__text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;

  margin-top: 0;
  margin-bottom: 3.4rem;
}

.hero-info__text img {
  width: auto;
  height: auto;
  max-height: 4rem;
  filter: brightness(0) invert(1);
}

.hero-info__buttons {
  display: flex;
  gap: 1rem;

  pointer-events: all;
}

.button-hero {
  width: 22rem;
  height: 5.5rem;
  border: .1rem solid #fff;
  font-size: 1.5rem;
}

.hero-info__button-main {
  background: #fff;
  color: #252728;
  font-weight: 600;
}

.hero-info__button {
  font-weight: 600;
}

.models {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  height: 86rem;

  padding: 7rem 0 13.3rem 0;

  background: #e7e7e7;
}

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

.models__title {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.models__selector-list {
  display: flex;
  gap: 3rem;
}

.models__selector-button {
  background: none;
  outline: none;
  border: none;

  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #252728;

  border-bottom: .2rem solid transparent;
  padding: .4rem;
}

.models__selector-button--active {
  border-bottom: .2rem solid #252728;
}

.models-swiper {
  width: 100%;
  flex: 1;
  margin-bottom: 3rem;
}

.models-swiper .hero-swiper-button-prev,
.models-swiper .hero-swiper-button-next {
  background-color: #252728;
}

.models-swiper .swiper-wrapper {
  display: flex;
  visibility: visible !important;
}

.models-swiper .swiper-slide {
  visibility: visible !important;
  position: relative;
  transition: all 300ms ease;
  display: flex;
  min-height: 32rem;
  justify-content: center;
  align-items: center;
}

.models-swiper .swiper-slide-prev,
.models-swiper .swiper-slide-next {
  opacity: 0.45;
}

.models-swiper .swiper-slide-prev .models__logo,
.models-swiper .swiper-slide-next .models__logo {
  opacity: 0;
}

.models__image-container {
  position: relative;
  padding-top: 3.2rem;
  width: 75.1rem;
  /* background-image: url("/static/img/images/model-1-logo-large.png"); */
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  overflow: visible;
  margin-top: auto;
  margin-bottom: 3rem;
  display: flex;
  height: 100%;
}

/* .models__image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .8rem;
  background: #252728;
  opacity: 0.25;
  border-radius: 50%;
} */

.models__image-logo {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  object-fit: cover;
  opacity: 0.3;
  overflow: visible;
  width: max-content;
  /* max-height: 11rem;
  height: 5rem; */
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-fout;
}

.swiper-slide-active .models__image-logo {
  opacity: 1;
}

.models__image-logo img {
  width: 100%;
  height: 100%;
  opacity: 4%;
  object-fit: contain;
}

.models__image {
  width: 100%;
  height: fit-content;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  margin-top: auto;
  height: 100%;
}

.models__logo {
  position: absolute;
  width: 100%;
  top: 4.6rem;
  right: auto;
  left: auto;
  z-index: -1;
}

.models__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;

  pointer-events: none;
}

.models__info {
  display: flex;
  justify-content: center;
  gap: 5.3rem;
  margin-bottom: 3.8rem;
}

.model-technology-battery .models__info {
  gap: 3.8rem;
  margin-bottom: 0;
  margin-top: 2.2rem;
}

.model-technology-battery .models__preview {
  flex: 1 0 auto;
  text-align: center;
}

.model-technology-battery .models__preview-divider {
  flex-shrink: 0;
}

.model__hero-container.wrapper .models__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.model__hero-container.wrapper .models__preview-title {
  font-size: 3.2rem;
  font-weight: 600;
}

.model__hero-container.wrapper .models__preview-description {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}

.models__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
}

.models__preview-title {
  font-size: 2.6rem;
  font-weight: 600;
}

.models__preview-description {
  font-size: 1.2rem;
  font-weight: 600;
  color: #686d71;
}

.models__preview-divider {
  width: .1rem;
  background-color: #252728;
  opacity: 0.1;
}

.models__price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
}

.models__price {
  font-weight: 600;
  font-size: 4rem;
}

.models__buttons {
  flex: 1;
  display: flex;
  gap: .6rem;
}

.models__buttons button {
  height: 4.5rem;
  flex: 1;
  border: .1rem solid #252728;
  font-size: 1.3rem;
  font-weight: 600;
}

.models__button-main {
  background-color: #252728;
  border: .1rem solid #252728;
}

.models__button {
  color: #252728;
}

.technology {
  padding: 10rem 0;
  background-color: #040b1e;
}

.technology__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

.technology__grid article {
  position: relative;
  padding: 7vw;
  aspect-ratio: 1;
}

/*
article.technology__charging,
article.technology__dealers {
  padding-bottom: 14.3rem;
}
*/
.technology__article-number {
  margin-bottom: 3.5rem;
  font-size: 7vw;
  font-weight: 600;
  line-height: 0.8;
}

.technology__article-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 1;
}

.technology__article-title-small {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}

.technology__article-description {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}

.technology__test-drive {
  background: url("/static/img/images/byd_shorts.mp4") no-repeat center center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.technology__test-drive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  background: #000;
  z-index: 1;
}

.technology__test-drive .bg-wrapper {
  z-index: 0;
}

.technology__service {
  background-image: url("/static/img/images/service.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.technology__dealers {
  position: relative;
  background-color: #fff;
}

.technology__charging {
  background-image: url("/static/img/images/charging.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.technology__image {
  position: absolute;
}

.technology__container {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;

  height: 100%;
}

.technology__dealers .technology__container {
  background-image: url("/static/img/images/dealers.webp");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}

.technology__dealers .technology__text {
  padding-top: 2rem;
}

.technology article button,
.technology__button,
.technology__button-main {
  height: 5.5rem;
  padding: 0 4rem;
  font-size: 1.4rem;
  min-height: 5.5rem;
}

.technology__test-drive button {
  background-color: #fff;
  color: #252728;
  font-weight: 600;
}

.technology__service button {
  background-color: #252728;
  color: #fff;
  font-weight: 600;
}

.technology__buttons {
  display: flex;
  gap: 1.2rem;
}

.technology__dealers .technology__button-main {
  background-color: #252728;
  color: #fff;
  font-weight: 600;
}

.technology__dealers .technology__button {
  border: .1rem solid #252728;
  color: #252728;
  font-weight: 600;
}

.technology__test-drive .technology__text,
.technology__service .technology__text {
  /* margin-bottom: 7.5rem; */
}

.technology__dealers .technology__text,
.technology__charging .technology__text {
  margin-bottom: 6rem;
}


.technology__charging button,
.technology__charging .button {
  border: .1rem solid #fff;
  color: #fff;
  font-weight: 600;
}

.technology__cover-container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 86rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 20rem;

  background-image: url("/static/img/images/technology.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;

  z-index: -1;
}

.technology___title {
  font-size: 6.8rem;
  color: #fff;
  z-index: 100;

  position: relative;
  text-align: center;
}

.technology__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.research {
  width: 100%;
  height: 115rem;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: #fff;

  padding: 10rem 0 17rem 0;
}

.research-title {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
}

.swiper-slide.research-swiper-slide {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 4rem 5rem;
  width: 44.5rem;
}

.research-swiper {
  overflow: visible;
  --swiper-pagination-bottom: -6rem;
}

.research__text {
  flex-shrink: 0;
}

.research__item-title {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}

.research__item-description {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #686d71;
}

.swiper-slide.research-swiper-slide {
  display: flex;
  flex-direction: column;
}

.research-swiper-slide:nth-child(odd) {
  flex-direction: column-reverse;
}

.research-swiper-slide:nth-child(3n) {
  padding-bottom: 26rem;
}

.research-swiper-slide:nth-child(1) {
  background-image: url("/static/img/images/research-1.webp");
  background-size: contain;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.research-swiper-slide:nth-child(2) {
  background-image: url("/static/img/images/research-2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100%;
}

.research-swiper-slide:nth-child(3) {
  background-image: url("/static/img/images/research-3.webp");
  background-size: contain;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.research-swiper-slide:nth-child(4) {
  background-image: url("/static/img/images/research-4.webp");
  background-size: contain;
  background-position: center 100%;
  background-clip: border-box;
  background-repeat: no-repeat;
}

.research__noop {
  flex: 1;
}

.research-swiper .swiper-pagination-bullet {
  transition: width 1s;
  height: .6rem;
  width: .6rem;
}

.research-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #252728;
  border-radius: .6rem;
  height: .6rem;
  width: 1.6rem;
}

.ecology {
  height: 67rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-image: url("/static/img/images/ecology-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  color: #fff;

  z-index: -1;
}

.ecology__title {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  max-width: 68rem;
  text-align: center;
}

.ecology__description {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

.ecology__button {
  height: 5.5rem;
  padding: 0 5.6rem;
  border: .1rem solid #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.news {
  padding-top: 7.5rem;
  padding-bottom: 9rem;

  background: #fff;
}

.news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.2rem;
}

.expired .news-inside-top img,
.expired .news__image {
  filter: grayscale(100%);
}

.news__title {
  font-size: 4.8rem;
  font-weight: 600;
}

.news__all {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #252728;
  font-weight: 600;
  font-size: 1.4rem;
}

.news__all img {
  width: 1.4rem;
  height: 1.2rem;
}

.news__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9rem;
}

.news__image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 3.8rem;
  height: 27rem;
}

.news__date {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.news__item-title {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: .9rem;
  font-weight: 600;
}

.news__description {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  color: #686d71;
}

.news-header {
  display: flex;
  flex-direction: column;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  align-items: center;
  background: #efefef;
}

.news-header h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}

.breadcrumbs {
  color: #686d71;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
}

.become-dealer-hero .breadcrumbs {
  color: #fff;
  position: absolute;
  top: 6.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
  text-align: center;
}

.become-dealer-hero .breadcrumbs .title-md {
  width: 100%;
  margin-right: 0;
  border: none;
}

.page-404 {
  min-height: 65.2rem;
  color: #fff;
  padding-top: 5.2rem;
  padding-bottom: 11.5rem;

}

.page-404 .title {
  font-size: 25rem;
  font-weight: 600;
}

.page-404 .subtitle {
  font-size: 4.3rem;
  font-weight: 600;
  margin-bottom: 4.5rem;
}

.w-100 {
  width: 100%;
}

.page-404 .btn-container {
  margin-top: 4.3rem;
  margin-bottom: 0;
}

.text-sm {
  font-size: 1.4rem;
  line-height: 1.5;
}

.text-xl {
  font-size: 2rem;
  line-height: 1.5;
}

.page-404 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
    max-width: 50.8rem;
  margin: 0 auto;
  justify-content: center;
}

.become-dealer-hero .breadcrumbs a {
  border-color: #fff;
}

.become-dealer-hero .breadcrumbs a:hover {
  opacity: 0.8;
}

.breadcrumbs a {
  margin-right: .8rem;
  padding-bottom: -.2rem;
  border-bottom: .1rem solid #686d71;
}

.news-header .breadcrumbs {
  margin-bottom: .4rem;
}

.news-container {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.news-pagination-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  background: #efefef;
}

.news-pagination-container {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  background: #ffffffa6;
  height: 5.2rem;
  border-radius: 5.2rem;
  padding: .8rem;
}

.pagination-button {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  background: #252728 no-repeat center;
}

.pagination-pages {
  font-size: 1.6rem;
  font-weight: 600;
}

.footer {
  background: #252728;
  padding-top: 6rem;
  padding-bottom: 4.6rem;
}

.footer__logo-container {
  margin-right: 4.5rem;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding-bottom: 8rem;

  border-bottom: .1rem solid rgba(255, 255, 255, 0.15);
}

.footer__logo {
  margin-bottom: 3rem;
  width: 10.8rem;
  object-fit: contain;
}

.footer__disclaimer {
  font-size: 1.2rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.45);
  max-width: 36rem;
}

.footer-model-list-title {
  margin-bottom: .5rem;
}

.footer-model-list a {
  height: 1rem;
  margin-bottom: 1.2rem;
}

.footer nav {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}

.footer nav div {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.footer nav p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.footer nav div a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.2rem;
  font-weight: 600;
  transition: 0.3s;
}

.footer nav a:hover {
  opacity: 0.5;
}

.footer nav img {
  max-height: 1rem;
  filter: brightness(0) invert(1);
}

.footer__bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
}

.footer__copyrights {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}

.footer__up {
  display: flex;
  align-items: center;
  gap: .8rem;

  font-size: 1.6rem;
  font-weight: 600;
}

.footer__middle {
  display: flex;
  gap: 3rem;
}

.footer__lang {
  display: flex;
}

.footer__lang-icon {
  margin-right: 1.5rem;
}

.footer__lang-buttons {
  display: flex;
  color: #fff;
  align-items: center;

  gap: 1rem;
}

a.lang_item {
  font-weight: 600;
  font-size: 1.6rem;
}

a.lang_item.active {
  color: #fff;
  border-bottom: .1rem solid #fff;
}

.footer__divider {
  width: .1rem;
  height: 1.5rem;
  background-color: #ffffff;
}

.footer__contacts {
  display: flex;
  align-items: center;
  gap: 3.7rem;
}

.footer__number-wrapper {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .technology {
    padding: 0;
  }

  a.lang_item.active {
    color: #252728;
    opacity: 0.5;
  }

  .footer a.lang_item.active {
    opacity: 0.8;
    color: #fff;
  }

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

  .technology__grid.wrapper {
    padding: 0;
  }

  .technology__grid article {
    padding: 4rem 2rem;
    aspect-ratio: auto;
    height: 28rem;
  }

  .technology__dealers .technology__text {
    padding-top: 5rem;
  }

  .technology__grid article>div {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
  }

  .technology__grid .technology__charging .technology__container {
    justify-content: center;
  }

  .technology__test-drive .technology__container {
    justify-content: center;
  }

  .technology__container {
    gap: 0;
  }

  .technology__dealers {}


}

.noscroll {
  overflow: hidden;
}

@media (max-width: 1024px) {
  :root {
    --header-height: 4.5rem;
    --padding-y: 2rem;
  }

  html {
    font-size: calc(10 / 320 * 100vw);
  }

  .header__nav-wrapper {
    position: absolute;
    right: var(--padding-y);
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }

  /* .header__nav-wrapper::before {
    display: block;
    content: "";
    background: url("/static/img/icons/phone.svg");
    -webkit-background-size: cover;
    background-size: cover;
    width: 1.7rem;
    height: 1.7rem;
  } */

  .header__nav-wrapper::after {
    display: block;
    content: none;
    background-image: url("/static/img/icons/burger.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 1.5rem;
  }

  .header__nav-wrapper.active::after {
    background-image: url("/static/img/icons/close.svg");
    width: 1.5rem;
    height: 1.5rem;
    filter: invert(1);
  }

  .header__nav {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0.8rem 2rem 0;
    gap: 0;
    position: fixed;
    height: calc(100svh - 7.3rem);
    width: 100%;
    left: 0;
    top: 7.3rem;
    color: #252728;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s;
  }

  .header__main-wrapper.fixed .header__nav {
    top: 7.3rem;
    height: calc(100svh - 7.3rem);
  }

  .header__nav.active {
    transform: translateX(0);
  }

  .header__lang {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    position: static;
    display: flex;
    align-items: center;
    gap: 0;
    background: #f1f1f1;
    margin-top: auto;
    padding: 2.7rem 2rem;
  }

  .header__lang-icon {
    margin-right: 1rem;
    margin-left: auto;
  }

  .menu-cars::before {
    content: none;
  }

  .menu-cars-list {
    padding: 0;
    flex-direction: column;
    gap: 0;
    display: flex;
  }


  .header__divider {
    background: #000;
  }




  .menu-model-data {
    padding-top: 0;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.6rem;
  }

  .menu-cars .menu-close-button {
    display: none;
  }

  .menu-cars-container {
    padding: 2.2rem 0;
  }

  .menu-cars-item {
    display: flex;
    gap: 2.6rem;
    position: relative;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
    padding-top: 4.7rem;
    background: url(/static/img/images/cars_bg.png) no-repeat center center;
  }

  .menu-cars-item:first-of-type {
    padding-top: 0;
  }



  .menu-link {
    font-size: 1rem;
  }

  .menu-links-child .menu-link {
    font-size: 1rem;
  }

  .menu-links {}

  .menu-cars-item:nth-child(2)::before {
    display: none;
  }

  .menu-model-button:last-child {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
  }

  .menu-model-button:last-child::after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.6rem;
    background: url(/static/img/icons/chevron-right-black.svg) no-repeat center center;
    background-size: contain;
    margin-left: 0.5rem;
  }

  .menu-model-button:first-child {
    display: none;
  }

  .menu-model-name {
    font-size: 1.2rem;
  }

  .menu-model-price {
    font-size: 1rem;
  }

  .menu-model-row {
    margin-top: auto;
  }

  .menu-bg {
    display: none;
  }

  .header__nav .menu-close-button {
    display: none;
  }

  .menu-links,
  .menu-owners-links,
  .menu-bg + .menu-links {
    margin-left: 0;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    padding: 0;
    padding-left: 2rem;
    gap: 2.5rem;

  }


  .menu-bg-enabled .menu-links {
    margin: 0;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .menu-bg-enabled .menu-link, .menu-bg-enabled .menu-link:nth-child(3n) {
    margin-bottom: 0;
  }

  .menu-bg-enabled .menu-links:last-child {
    margin-bottom: 0;
  }

  .menu-owners-links:nth-child(1) {
    margin: 0;
  }

  .menu-close-container {
    position: static;
  }

  .menu-container {
    width: 100%;
    padding: 0 ;
  }

  .menu-bg-enabled {
    flex-direction: column;
    padding: 2.2rem 0;
    padding-left: 2rem;
  }

  .menu-content {
    width: 100%;
  }

  .menu-owners-container {
    padding: 2.2rem 0;
    flex-direction: column;
  }

  .header__lang img {
    filter: invert(1);
  }

  .header__lang-buttons a {
    padding: 0;
    font-size: 1rem;
  }
}

.instaram__btn::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/static/img/icons/instagram.svg) no-repeat center center;
  background-size: contain;
  margin-right: 1rem;
}

.header__number-wrapper::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/static/img/icons/phone.svg) no-repeat center center;
  background-size: contain;
}

.model__hero {
  height: calc(100vh - var(--header-height) - var(--header-general-height));
  max-height: 94rem;
  position: relative;

  /* background-image: url("/static/img/images/song-hero.webp"); */
  background-size: cover;
  background-position: center;
  background-position-y: -13rem;
  background-repeat: no-repeat;
}

.bid-modal,
.fancybox-content.popup {
  display: none;
  max-width: 75rem;
  width: 100%;
  background: #ffffff;
  padding: 6rem 13rem 8rem;
}

.form__page .bid-modal {
  display: flex;
  padding: 0;
  background: none;
  margin-top: 4rem;
}

.form__page .bid-modal form {
  width: 100%;
}

.form__page .bid-modal .btn {
  width: 100%;
}

.fancybox-content.popup .wrapper {
  padding: 0;
}

.popup-btn-close {
  position: absolute;
  cursor: pointer;
  right: 2rem;
  top: 2rem;
  width: 2rem;
  height: 2rem;
}

.popup-btn-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/img/icons/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.popup .btn[type="submit"] {
  width: 100%;
  margin-bottom: 2rem;
}

.popup-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3.2rem;
}

.bid-modal label,
.popup label {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: .6rem;
  display: block;
}

.tab-select-label {
  display: none;
}

.bid-form input[type="text"],
.bid-form input[type="tel"],
.from-field,
.form-row input,
.form-row select,
.form-row textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: .1rem solid #686d71;
  height: 3.5rem;
  font-size: 1.4rem;
  padding-bottom: 0.3rem;
  color: #6F6D6F;
  font-weight: 600;
  padding-left: 1rem;
}

.form-row optgroup {
  font-weight: 600;
}

/* Custom file input styles */
.file-input-wrapper {
  position: relative;
  width: 100%;
  border-bottom: .1rem solid #686d71;
}

.file-input-wrapper .form_field {
  position: absolute;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.file-input-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1rem 1.7rem;
  padding-right: 0;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.file-input-label::after {
  content: "";
  background: url('/static/img/icons/clip.svg') no-repeat center center;
  width: 2.1rem;
  background-size: contain;
  height: 1.9rem;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.file_input_message {
  position: absolute;
  top: 1.3rem;
  right: 0.8rem;
  cursor: pointer;
  z-index: 2;
  background: url('/static/img/icons/clip.svg') no-repeat center center;
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
}

.form_field[type="file"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.form_field[type="file"]::-webkit-file-upload-button {
  display: none;
}

.form_field[type="file"]::-moz-file-upload-button {
  display: none;
}

.form_field[type="file"]::file-selector-button {
  display: none;
}

.form-row textarea {
  height: 10rem;
  resize: none;
  appearance: none;
}

.form-row {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
}

.errorMessage {
  font-size: 1rem;
  color: #d70c19;
  margin-top: 5px;
}

.form_result {
  font-size: 16px;
  line-height: 1.6;
}

.bid-form input[type="text"]:focus,
.bid-form input[type="tel"]:focus,
.from-field:focus,
.form-row input:focus,
.form-row select:focus {
  outline: none;
}

.bid-form .form-checkbox-row,
.popup .form-checkbox-row {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 4rem;
}

.bid-form .form-checkbox-row input[type="checkbox"],
.popup .form-checkbox-row input[type="checkbox"] {
  margin-bottom: 0;
  accent-color: #252728;
  border-radius: 0;
  border: 1px solid #252728;
  background: none;
  width: 2.5rem;
  height: 2.5rem;
}

.bid-form .form-checkbox-row label,
.popup .form-checkbox-row label {
  position: relative;
  /* padding-left: 3rem; */
  cursor: pointer;
  margin-bottom: 0;
}

.bid-form .form-checkbox-row label::before,
.popup .form-checkbox-row label::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: .1rem solid #252728;
  background-color: #fff;
  transition: all 0.15s;
}

.bid-form .form-checkbox-row input[type="checkbox"]:checked+label::before,
.popup .form-checkbox-row input[type="checkbox"]:checked+label::before {
  background-color: #252728;
}

.bid-form .form-checkbox-row input[type="checkbox"]:checked+label::after,
.popup .form-checkbox-row input[type="checkbox"]:checked+label::after {
  /* content: ""; */
  background: url('/static/img/icons/check.svg') no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0rem;
  top: 0;
}

.bid-form .button,
.popup .button {
  width: 100%;
  height: 5.8rem;
}

.bid-modal .fancybox-button.fancybox-close-small,
.popup .fancybox-button.fancybox-close-small {
  padding: 0;
  width: 4rem;
  height: 4rem;
  margin: 2.4rem 2rem;
}

.model__hero::before,
.technologies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: linear-gradient(to bottom, #00000040 1%, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
  z-index: 0;
}

.become-dealer-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
  z-index: 0;
}

.model__hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 19rem;
  background: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
  z-index: 1;
}

.model__hero-container.wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding-top: 7.6rem;
  padding-bottom: 6.6rem;
}

.model__hero-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.model__hero-logo {
  object-fit: contain;
  max-width: 51.5rem;
  max-height: 3.5rem;
  width: 100%;
  filter: brightness(0) invert(1);
}

.model__hero-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.model__hero .models__info {
  z-index: 2;
  margin-bottom: 0;
}

.model__hero .models__info p {
  color: #fff;
}

.model__hero .models__preview-divider {
  background-color: #fff;
  opacity: 0.35;
}

.model__tabs {
  width: 100%;
  background-color: #f7f7f7;
  height: 7rem;
  z-index: 998;
  position: sticky;
  top: 0;
  left: 0;
}



.model__tabs-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.model__tabs-logo {
  object-fit: contain;
  height: 1.5rem;
  filter: brightness(0);
}

.model__tabs-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex: 1;
}

.tab-button {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  height: 100%;
  border-bottom: .2rem solid transparent;
  transition: all 0.2s ease-in-out;
}

.tab-button.active {
  border-bottom: .2rem solid #d70c19;
}

.models__tabs-buttons {
  display: flex;
  gap: 1rem;
}

.design {
  background: #e7e7e7;
  min-height: 80rem;

  position: relative;
}

.design-container.wrapper {
  gap: 3rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  align-items: center;
  height: 100%;
  position: relative;
}

.colors__slider {
  margin-top: 5.2rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.bg-wrapper img,
.bg-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.design-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 0 26rem;
}

.design-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}

.design-description {
  color: #686d71;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

.design-image {
  flex-shrink: 1;
  object-fit: contain;
  z-index: 2;
}

.design-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.04;
  height: 100%;
  width: 100%;
  object-fit: contain;
  pointer-events: none;

  max-width: 154rem;

  z-index: 0;
}

.design-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  align-items: center;
  padding: 0 26rem;
  margin-top: 5.2rem;
}

.color-buttons {
  background: #fff;
  border-radius: 5rem;
  padding: 1.6rem 2.6rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  box-shadow: 0 1.5rem 4.5rem 0 #0000001a;
  pointer-events: none;
}

.color-button {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  border: .1rem solid #8d8d8b;
  transition: all 0.2s ease-in-out;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: .4rem;
  overflow: visible;
  pointer-events: all;
}

.color-button.active {
  border: .2rem solid #d70c19;
}

.color-button .center-elem {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  position: relative;
}

.center-elem:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: 0;
  bottom: 50%;
  background: url('/static/img/images/shine.svg') no-repeat center center;
  background-size: 100% 100%;
  border-radius: inherit;
  z-index: 1;
}

.color-button[data-color="white"] .center-elem {
  background: #fff;
}

.color-button[data-color="black"] .center-elem {
  background: #000;
}

.color-button[data-color="dark"] .center-elem {
  background: #000;
}

.color-button[data-color="beige"] .center-elem {
  background: #8D8D8B
}

.color-button[data-color="gray"] .center-elem {
  background: #595A5F;
}

.color-button[data-color="green"] .center-elem {
  background: green;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.color-button[data-color="olive"] .center-elem {
  background: #B0B69B;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.color-selected-text {
  font-size: 1.4rem;
  font-weight: 600;
}

.warranty {
  height: 100vh;
  min-height: 80rem;
  max-height: 83.5rem;
  background-color: #252728;
  color: #ffffff;
}

.warranty-small {
  height: auto;
  min-height: auto;
  max-height: auto;
}

.warranty-small .wrapper {
  background-color: #EFEFEF;
}

.warranty[bg="transparent"] {
  background-color: transparent;
  color: #000;
}

.warranty-container.wrapper {
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding-top: 10rem;
  padding-bottom: 10rem;
}

.warranty-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
}

.warranty-cards {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 7rem;
  width: 100%;
}

.warranty-card {
  background: #d9d9d90d;
  padding: 5.4rem 4rem;
  flex: 1;
  padding-right: 0;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;

  gap: 3rem;
}

.warranty-card-content {
  display: flex;
  flex-flow: wrap;
  gap: 1.8rem;
}

.warranty-card-top {
  display: flex;
  gap: 2rem;
  align-items: center;
}

 .warranty-card img,.warranty-small .warranty-card img {
  height: 5.5rem;
  width: auto;
}

.warranty-card-title {
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 21.5rem;
  text-transform: uppercase;
}


.warranty-small .warranty-container.wrapper{
  padding: 6.4rem 7rem;
  margin-bottom: 8rem;

  .warranty-cards {
    gap: 0;
    margin-bottom: 5.4rem;
    justify-content: space-between;
  }

  .warranty-card {
    padding: 0;
    gap: 1rem 2rem;
    max-width: 24rem;
  }

  .warranty-card:nth-child(2) {
    margin: 0 auto;
  }

  .warranty-card img {
    height: 3.6rem;
  }

  p.warranty-card-description, p  {
    margin-bottom: 0;
    line-height: 1;
  }


  p.warranty-card-description {
    width: 100%;
  }

  .warranty-disclaimer {
    margin-bottom: 2.4rem;
  }

  .warranty-card-title {
    font-size: 1.4rem;
    max-width: revert;
  }

  

  .warranty-included-list {
    margin-bottom: 0;
    gap: 7rem;
    justify-content: space-between;
    line-height: 1;
  }

  .warranty-included-icon {
    height: 3.6rem;
    width: auto;
  }

  .warranty-included-title {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.warranty-small .warranty-included-list {
  padding: 0;
}

.warranty-card-description {
  font-size: 3.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.warranty-card-description b,
.warranty-card-description strong {
  font-weight: 600;
}

.warranty-disclaimer {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 4rem;
}

.warranty-disclaimer-star {
  font-size: 3.2rem;
  line-height: 1;
}

.warranty-disclaimer-text {
  font-size: 1.6rem;
  line-height: 1;
}

.warranty-included-list {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-bottom: 6rem;

  padding: 0 20rem;
}

.warranty-included {
  display: flex;
  gap: 2.4rem;
}

.warranty-included-icon {
  height: 3.6rem;
}

.warranty-included-title {
  font-size: 1.6rem;
}

.exterior-overview {
  position: relative;
  height: 100vh;
  min-height: 76rem;
  max-height: 112rem;
  overflow: hidden;

  background-image: url("/static/img/images/song-exterior.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  color: #ffffff;
}

.exterior-overview::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.45;
  z-index: 1;
}

.exterior-overview-container.wrapper {
  position: absolute;
  inset: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
}

.exterior-overview-title {
  font-size: 4rem;
  font-weight: 600;
}

.exterior-overview-description {
  max-width: 100rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.exterior-details {
  background: #fff;
}

.exterior-details-container.wrapper {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.exterior-card-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.exterior-card-list+.model-technologies-list {
  margin-top: 4rem;
}

.exterior-card {
  display: flex;
  min-height: 38rem;
  height: 100%;
}

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

.exterior-card:nth-child(even) .exterior-card-text {
  padding-right: 7rem;
}

.exterior-card-image {
  width: 50%;
  flex-shrink: 0;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.exterior-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.exterior-card-text {
  width: 50%;
  flex-shrink: 0;
  background: #e7e7e7;
  color: black;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 0 11.6rem;
  padding-right: 7rem;
}

.exterior-card-title {
  font-size: 2.6rem;
  line-height: 1.23;
  font-weight: 600;
}

.exterior-card-description {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #686d71;
}

.interior {
  background: #10161d;
  color: #ffffff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.interior-top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: auto;
}

.interior-image-container {
  position: relative;
  width: 100%;
}

.interior-image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(180deg,
      rgba(216, 216, 216, 0) 0%,
      #10161d 100%);
}

.interior-image-container::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(0deg, rgba(216, 216, 216, 0) 0%, #10161d 100%);
  z-index: 1;
}

.interior-image {
  width: 100%;
  margin-top: 4rem;
  height: 95.7rem;
}

.interior-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background-color: yellow;
}

.interior-grid.wrapper {
  padding-top: 8rem;
  padding-bottom: rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

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

.interior-grid-3.wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5.5rem;
}



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

.interior-card-image {
  width: 100%;
  margin-bottom: 4rem;
  aspect-ratio: 707/370;
}

.interior-card-title {
  margin-bottom: 1.8rem;
  font-size: 2.6rem;
  line-height: 1.23;
  font-weight: 600;
}

.interior-card-description {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.model-technology {
  height: 100vh;
  min-height: 80rem;
  max-height: 90rem;
  position: relative;

  background-image: url("/static/img/images/song-technology-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding-top: 10rem;
  padding-bottom: 10rem;
}

.model-technology-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
}

.model-technology-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}

.model-technology-description {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
}

.model-technology-battery {
  max-height: 100rem;
  min-height: 80rem;
  height: 100vh;
  position: relative;

  background-image: url("/static/img/images/song-technology-sunrise.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}

.model-battery-card {
  display: flex;
  flex-direction: column;

  max-height: 65rem;
  max-width: 75rem;
  width: 100%;
  height: 100%;
}

.model-battery-image {
  height: 35rem;
  background-image: url("/static/img/images/song-technology-battery.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.model-battery-text {
  background: #fff;

  padding: 4rem 12.8rem 5rem 12.8rem;
}

.model-battery-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}

.model-battery-distance {
  text-align: center;
  font-size: 8rem;
  font-weight: 600;
}

.model-battery-description {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #686d71;
}

.model-technologies {
  background-color: #fff;
  padding-top: 4vw;
  padding-bottom: 10rem;
}

.model-technologies+.model-technologies {
  padding-top: 0;
}

.model-technologies-container {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.model-technologies-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  width: 100%;
  width: 100%;
  margin-bottom: 4vw;
}

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

.model-technologies+.model-technologies,
.model-technologies+.exterior-details .exterior-details-container.wrapper,
.exterior-details+.model-technologies {
  padding-top: 0;
}

.model-technology-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.model-technology-card img {
  width: 100%;
  aspect-ratio: 16/9;
}

.model-technology-card-title {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
  color: #252728;
}

.model-technology-card-description {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #686d71;
}

.technologies {
  background-image: url("/static/img/images/song-live.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 125rem;
  position: relative;
}

.technologies-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  z-index: 2;
  position: relative;
}

.technologies-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.technologies-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.header__phone {
  display: flex;
  gap: 1rem;
}


.dealer {
  position: relative;
  margin-top: 3rem;
}

.modal {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    avenir next,
    avenir,
    helvetica neue,
    helvetica,
    ubuntu,
    roboto,
    noto,
    segoe ui,
    arial,
    sans-serif;
}

#modal-3 {
  display: none;
}

#modal-3.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 3rem;
  max-width: 50rem;
  max-height: 100vh;
  border-radius: .4rem;
  overflow-y: auto;
  box-sizing: border-box;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition:
    transform 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.dealers-main {
  position: relative;
}

.dealers-alert {
  width: 100%;
  background: #fff;
  z-index: 2;
}

.dealers-alert-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dealers-alert-text {
  font-size: 1.4rem;
  line-height: 1.57;
}

.dealers-alert-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
  margin-right: 1rem;
}

.dealers-alert-buttons {
  display: flex;
}

.dealers-alert-buttons .button {
  margin-right: 1rem;
}

.dealers-button-close {
  height: 1.5rem;
  width: 1.5rem;

  background-image: url("/static/img/icons/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  margin-left: 3.7rem;
}

.dealers-container {
  display: flex;
  height: 100vh;
  max-height: 100rem;
}

.dealers-map {
  width: 100%;
  height: 100%;
}

.dealer_site .dealers-article.active {
  background: transparent;
}

.dealer_site .article-content {
  padding-left: 0;
}

.dealer_site .dealers-article-counter {
  display: none;
}

.dealers-sidebar.expanded .dealers-article.active {
  background: #efefef;
}

.dealers-sidebar {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: calc(56.5rem + 8px);
  background: #efefef;
  box-shadow: #0000000d 1.5rem 0 2.5rem 0;
  z-index: 1;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 6.5rem;

  overflow-x: visible;
  scrollbar-width: 0;
  transition: max-width 0.3s ease-in;
}

.dealers-sidebar::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(0deg, #efefef 20%, #ffffff00 80%);
  pointer-events: none;
  z-index: 1;
}

.expanded_list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 11rem;
  row-gap: 4rem;

  width: 100%;
  padding: 0 11rem;
  padding-left: 14.5rem;
}

.dealers-sidebar.expanded .expanded_list {
  display: grid;

}

.expanded_list .dealer {
  border-bottom: .1rem solid #2527282c;
  padding-bottom: 3.6rem;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

.expanded_list .dealer.noborder {
  border-bottom: none;
}

.expanded_list .accordion-content-buttons {
  margin-bottom: 4.9rem;
}

.expanded .dealers-article {
  display: none;
}

.dealers-sidebar.expanded {
  max-width: 149rem;
  width: calc(100vw - 4.2rem);
}

.dealers-sidebar-expand {
  position: absolute;
  right: -4.2rem;
  top: 8rem;
  width: 4.2rem;
  height: 5.5rem;

  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;

  background: #d70c19;
}

.dealers-sidebar-expand::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/img/icons/chevron-up.svg");

  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;

  transform: rotate(90deg);
  transition: transform 0.3s ease-in;
}

.dealers-sidebar.expanded .dealers-sidebar-expand::before {
  transform: rotate(-90deg);
}

.dealers-wrapper {
  width: 100%;
  padding: 0 11rem;
}

.dealers-article-list.dealers-wrapper {
  padding: 0;
  padding-bottom: 6.5rem;
}

.dealers-title {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;

  margin-bottom: 3rem;
}

.dealers-sidebar label {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: .6rem;
  display: block;
}

.dealers-sidebar input[type="text"] {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: .1rem solid #686d71;
  height: 3.5rem;
  font-size: 1.4rem;
  padding-bottom: 1.7rem;
  padding-left: 1rem;
  background-image: url("/static/img/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position-x: right;

  counter-reset: location;
}

.dealers-article-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-bottom: 6.5rem;
}

.scroll-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  overflow-y: overlay;
}

.scroll-container::-webkit-scrollbar {
  width: 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  right: 0;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.dealers-sidebar.expanded .dealers-article-list {
  display: flex;
  flex-direction: column;
  column-gap: 11rem;
  row-gap: 4rem;
  margin-top: 5.6rem;
}

.dealers-article {
  background: #efefef;
  transition: background 0.2s ease-in;
  padding: 0rem 11rem 0;

  counter-increment: location;
}

/* .dealers-sidebar.expanded .dealers-article {
  border-bottom: .1rem solid #25272840;
} */

.dealers-head a {
  cursor: pointer;
}

.dealers-article.active {
  background: #fff;
}

.dealers-sidebar.expanded .dealers-article.active {
  background: #efefef;
}

.title-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.dealers-article-top {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: .1rem solid #25272840;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dealers-sidebar.expanded .dealers-article-top {
  display: none;
}

.dealers-article-title {}

.dealers-article-icon {
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
  background-image: url("/static/img/icons/chevron-right-black.svg");
  width: .8rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  rotate: 90deg;
  transition: rotate 0.2s ease-out;
}

.dealers-article.active .dealers-article-icon {
  rotate: -90deg;
}

.article-content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in;
  padding-left: 3.5rem;
  display: flex;
  flex-direction: column;
}

.dealers-sidebar.expanded .article-content {
  max-height: 1000rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 11rem;
}

.dealer_cities_tabs {
  display: flex;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  gap: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 3.2rem;
  color: #000;
  pointer-events: none;
  content-visibility: hidden;
  margin-top: 0;
}

.dealer_cities_tabs button {
  color: #000;
  padding: 0.5rem 1rem;
  text-decoration: underline;
}

.dealer_cities_tab.active {
  background: #252728;
  color: #fff;
  text-decoration: none;
}

.dealers-sidebar.expanded .dealer_cities_tabs {
  opacity: 1;
  transition: opacity 0.4s ease-in;
  transition-delay: 0.1s;
  pointer-events: auto;
  content-visibility: visible;
  margin-top: 3.2rem;
}

.dealers-article-counter {
  font-size: 1.2rem;

  position: absolute;
  left: -3.5rem;
  top: -.5rem;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 2.4rem;
  height: 3.6rem;

  background-image: url("/static/img/icons/location-outline-black.svg");
  background-repeat: no-repeat;
  background-position-y: .5rem;
  background-size: contain;
}

.dealers-article.active .article-content {
  max-height: 1000rem;
}

.expanded .article-content .accordion-content-buttons {
  margin-bottom: 4.9rem;
}

.expanded .article-content .dealer {
  margin-top: 0;
  border-bottom: .1rem solid #2527282c;
  margin-bottom: 1.3rem;
}

.accordion-content-title {
  margin-top: .4rem;
  margin-bottom: 1.5rem;
}

.accordion-content-data {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.sns {margin-top: 2rem;}

.accordion-content-buttons {
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
}

.accordion-content-buttons .button {
  flex: 1;
  max-width: 11.3rem;
  padding: 0;
}

.warranty .button {
  min-height: 4.5rem;
}

@media (max-width: 768px) {
  .warranty-cards {
    flex-direction: column;
    margin-bottom: 3.4rem;
  }

  .warranty-disclaimer {
    margin-bottom: 2.4rem;
    gap: 1em;
    align-items: baseline;
  }

  .warranty-card {
    padding: 1.8rem 1.5rem 2.2rem;
    width: 100%;
    flex-flow: nowrap;
    gap: 2rem;
    align-items: center;
  }

  .warranty-card-top {
    gap: 1.8rem;
    align-items: flex-start;
  }

  .warranty-card-description {
    font-size: 1.6rem;
    white-space: unset;
    margin-top: 0.5rem;
  }

  .warranty-disclaimer-star {
    font-size: 1.2rem;
  }

  .warranty-included-icon {
    height: 3rem;
    width: 10%;
    object-fit: contain;
  }

  .warranty-disclaimer-text,
  .warranty-included-title {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .warranty .button {
    width: 100%;
  }

  .warranty-card-content {
    gap: 0;
    justify-content: space-between;
    flex-flow: column;
  }

  .warranty-card {
    height: 3.5rem;
  }

  .warranty-card img {
    height: 100%;
    object-fit: contain;
    width: 9%;
  }

  .dealers-alert-container {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .dealers-button-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
  }

  .dealers-alert-buttons {
    margin-top: 1rem;
    padding: 0;
    width: 100%;
    gap: 1rem;
    margin-right: 0;
  }

  .accordion-content-data {
    font-size: 1rem;
    line-height: 1.9;
  }



  .dealer {
    margin-top: 2rem;
  }

  .dealers-alert-buttons .button {
    margin-right: 0;
    flex: 1;
  }

  .dealers-container {
    flex-direction: column-reverse;
    max-height: revert;
    height: revert;
  }

  .dealers-wrapper {
    padding: 0 2rem;
  }

  .dealers-map {
    height: 50vh;
    min-height: 300px;
    width: 100%;
    position: relative;
  }

  .dealers-title {
    font-size: 1.8rem;
  }

  .dealers-article {
    padding: 0 2rem 0;
  }

  .dealers-article.active {
    background: #efefef;
  }

  .dealers-sidebar::after {
    display: none;
  }

  .dealers-article-list.dealers-wrapper {
    margin-bottom: 4rem;
    padding-bottom: 0;
  }

  .dealer_cities_tabs {
    opacity: 1;
    width: calc(100% + 4rem);
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    overflow-x: auto;
    gap: 2rem;
    pointer-events: auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
    scrollbar-width: none;
  }

  .dealer_cities_tabs button {
    height: 2rem;
  }

  .dealers-article-icon {
    width: 0.6rem;
    height: 1rem;
    background-size: cover;
  }

  .dealers-article-top {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  /* .dealers-article-counter {
  left: -2.5rem;
  } */

  .models__image-logo {
    width: 100%;
  }

  .dealers-sidebar-expand {
    display: none;
  }

  .colors__slider {
    width: 100%;
    margin-top: 3.2rem;
  }

  .color-buttons {
    justify-content: space-between;
    padding: .6rem;
  }

  .models-swiper .swiper-slide {
    min-height: 10rem;
  }

  .models__image-container {
    margin-bottom: 0;
  }

  .models__image-logo {
    height: 2rem;
    top: -1%;
    width: 100%;
  }

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

  .model__tabs-wrapper {
    overflow-x: auto;
    justify-content: space-between;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    flex: revert;
    gap: 3rem;
    margin-right: -2rem;
    scrollbar-width: none;
    display: none;
    position: relative;
  }

  main {}

  .header {
    top: -2.8rem;
  }

  .merged-buttons {
    position: static;
  }
}

.news-inside-top {
  background: #efefef;
}

.news-inside-top .wrapper {
  position: relative;
}

.news-inside-socials {
  position: absolute;
  right: 1.2rem;
  width: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin: auto;
  top: 30.7rem;
  right: 20.03rem;
}

.news-inside-socials.sticky {
  position: fixed;
  margin: 0;
  margin-left: auto;
}

.news-inside-socials.sticky.stopped {
  position: absolute;
  bottom: 10rem;
  top: auto;
  transform: none;
}


.news-inside-top .wrapper-small {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  padding-top: 6.5rem;
  padding-bottom: 8rem;
}

.news-inside-top .breadcrumbs {
  margin-bottom: .6rem;
}

.news-inside-top h1 {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 3rem;
  border-bottom: .1rem solid #2527281f;
  margin-bottom: 3rem;
  width: 100%;
}

.btn-container {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}

.btn-container .btn {
  flex: 1;
  height: 5.5rem;
  max-width: revert;
}

.news-inside-date {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

.news-inside-top img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 6rem;
}

.news-inside-abstract {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  line-height: 3.2rem;
}

.news-inside-content {
  padding-top: 7rem;
  padding-bottom: 7rem;

  /* background: #fff; */
  color: #686d71;
}

#zaryadka .news-inside-content {
  padding-bottom: 0;
}

.news-inside-content p, .text p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 5rem;
}

.news-inside-content h2 {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 3rem;
}

.news-inside-content .highlight {
  padding: 4.8rem 7.3rem;
  border: .1rem solid #d70c19;
}

.news-inside-content ul,
.news-inside-content ol {
  padding-inline-start: .6rem;
  margin-bottom: 5rem;
}

.news-inside-content li {
  position: relative;
  padding-left: 4.1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 3rem;
  counter-increment: item;
  padding-inline-start: 3.5rem;
  list-style-type: none;
}

.news-inside-content ul li::before {
  content: url("/static/img/icons/chevron-right-red.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.news-inside-content ol li::marker {
  content: "";
}

.news-inside-content ol {
  padding-inline-start: .6rem;
  margin-bottom: 5rem;
  counter-reset: item;
}

.news-inside-content ol li {
  padding-left: 4.2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 3rem;
  counter-increment: item;
  list-style: none;
  position: relative;
}

.news-inside-content ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: -.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: .1rem solid #d70c19;
  border-radius: 50%;
  color: #d70c19;
  font-size: 1.2rem;
  background-color: white;
}

.news-inside-content ul {
  padding-inline-start: .6rem;
  margin-bottom: 5rem;
}

.news-inside-content ul li {
  padding-left: 3.3rem;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}

.news-inside-content .source {
  padding-top: 4.6rem;
  border-top: .1rem solid #25272840;
  font-size: 1.2rem;
}

.news-inside-swiper {
  position: relative;
  margin-bottom: 5rem;
}

.news-inside-pagination {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.news-inside-swiper .news-pagination-container p {
  margin: 0;
}

.news-inside .news {
  background: #efefef;
}

.about .wrapper {
  padding-top: 6rem;
  z-index: 2;
  position: relative;
  padding-bottom: 10rem;
}

.title-sm {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2rem;
}

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

.services__grid {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
}

.bold {
  font-weight: 600;
}

.text-24 {
  font-size: 2.4rem;
  line-height: 1.2;
}

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

.w-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.service__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.news-inside-content blockquote {
  position: relative;
  margin-bottom: 5rem;
  display: flex;
}

.news-inside-content blockquote::before {
  content: url("/static/img/icons/quotes.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.news-inside-content .quote-content {
  border-left: .1rem solid #d70c19;
  padding-left: 3rem;
  margin-left: 7.5rem;
}

.news-inside-content .quote-text {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 3rem;
}

.news-inside-content .quote-author {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #000;
}

.become-dealer-hero {
  position: relative;
  width: 100%;
  /* max-height: calc(100vh - var(--header-height) - var(--header-general-height)); */
  height: 70rem;
}

.become-dealer-hero img {
  width: 100%;
  /* height: calc(100vh - var(--header-height) - var(--header-general-height)); */
  object-fit: cover;
  height: 70rem;
}

.become-dealer-hero-container {
  position: absolute;
  inset: 0;
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 8rem;
}

.become-dealer-hero-img {
  position: relative;
  z-index: -1;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.become-dealer-hero-container .breadcrumbs {
  margin-bottom: 1rem;
}

.become-dealer-hero-container .breadcrumbs {
  color: #fff;
}

.become-dealer-hero-container .breadcrumbs a {
  border-color: #fff;
}

.become-dealer-title {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.become-dealer-content.news-inside-content p,
.become-dealer-content.news-inside-content h2 {
  color: #252728;
}

.become-dealer-content.news-inside-content h2,
.news-inside-content h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.become-dealer-content.news-inside-content h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.6;
  color: #252728;
}

.become-dealer-content.news-inside-content ol {
  margin-bottom: 9rem;
}

.become-dealer-content.news-inside-content .abstract {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
}

.become-dealer-fullwidth {
  width: calc(100% + 98rem);
  margin-left: -49rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  margin-bottom: 10rem;
}

.become-dealer-tile {
  position: relative;
  height: 62rem;
}

.become-dealer-tile-container {
  position: relative;
  padding: 10rem 20rem;
  z-index: 2;
}

.become-dealer .become-dealer-fullwidth .become-dealer-tile-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}

.become-dealer .become-dealer-fullwidth .become-dealer-tile-description {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2rem;
}



.become-dealer-tile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.become-dealer-buttons {
  display: flex;
  gap: 2rem;
}

.become-dealer-buttons .button {
  min-width: 18.3rem;
}

.news-inside-content ul {
  list-style: disc inside;
}

.news-inside-content .table-flex {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.news-inside-content table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-spacing: 0;

  td {
    border: 1px solid #000;
    padding: 1rem;

    p {
      margin-bottom: 0;
    }
  }
}
table.table-default,
table.table-default td{
  font-size: 14px;
  text-align: left;
}
table.table-default th,
table.table-default td {
  padding: 1rem;
  border: 1px solid;
  margin-bottom: 3rem;
}
.table-overflow {
  position: relative;
  overflow-x: auto;
}
.btn-small {display: inline-flex;}
.news-inside-content table p {
  margin: 0;
}

.news-inside-content table.tiles {
  z-index: 10;
  position: relative;
  background: transparent;

  p {
    font-size: 1.2rem;
    margin-bottom: 2.9rem;
  }

  p:last-child {
    margin-bottom: 0;
  }

  p span {
    width: 100%;
    display: inline-block;
  }

  h2 {
    margin-bottom: 2rem;
  }

  tr {
    display: flex;
    gap: 2rem;

  }

  td {
    padding: 7.2rem 7rem;
    border: none;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    height: 40rem;
    text-align: start;

    img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: -1;
    }

    .button {
      z-index: 1;
      position: relative;
    }
  }
}

.news-inside-content table.types_table {
  td {
    padding: 0;
    display: flex;
    gap: 3.3rem;
    border: none;
    text-align: start;
    flex: 1;
  }

  tr {
    display: flex;
    gap: 4rem;
  }

  img {
    padding-right: 3.3rem;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    width: 8rem;
  }
}



.news-inside-content table.tiles.f-start td{
  justify-content: flex-start;
}

.news-inside-content table.tiles.a-start td{
  align-items: flex-start;
}

.news-inside-content .table-flex p {
  margin-bottom: 2rem;
}

.news-inside-content img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.news-inside-content .bg-wrapper img {
  height: 100%;
  object-fit: cover;
}

.news-inside-content .table-flex td:nth-child(2n + 1) {
  padding: 2rem;
  padding-left: 0;
  border: none;
}

.news-inside-content .table-flex td:nth-child(2n) {
  padding: 2rem;
  padding-right: 0;
  border: none;
}

.become-dealer-tile img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.carousel {
  position: relative;
  margin: 8rem 0;
  overflow-x: hidden;
}

.carousel .swiper-slide {
  display: flex;
  flex-direction: column;
}

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

.carousel .car-image {
  max-height: 31rem;
  max-width: auto;
  margin: 0 auto 4rem;
}

.carousel .btn {
  align-self: center;
}

.carousel .title-sm {
  margin-bottom: 8rem;
}

.carousel-2 img {
  width: 100%;
  height: 30.8rem;
  object-fit: scale-down;
}

.carousel-2 {
  position: relative;
}

.carousel-2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.carousel-2 .swiper-button-next,
.carousel-2 .swiper-button-prev,
.carousel .swiper-button-next,
.carousel .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}


.mob {
  display: none;
}

.fancybox-active {
  height: revert;
}

body.compensate-for-scrollbar {
  overflow: revert;
  margin-right: 0;
}

#test-drive-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
[color="white"] {
  color: #fff;
}

#tab-select {
  display: none;
}

.hero_banner {
  position: relative;
  height: 95rem;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 10rem 0;
}

.become-dealer .hero_banner p{
  background: transparent;
  color: #fff;
}

.hero_banner .models__preview-title {
  margin-bottom: 2rem;
}

.partner_grid {
  padding: 9rem 0 10rem;
  text-align: center;
  margin-bottom: 9.1rem;
}

.partner_grid img {
  width: auto;
  height: auto;
}

.become-dealer-content.news-inside-content .partner_grid p, .partner_grid .text-md {
  color: #ffffff4d  ;
}

.icon_item-title  {
  text-align: start;
}

.icon_item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
}

.partner_grid h2 img {display: flex; float: right;}
.become-dealer-content.news-inside-content .partner_grid h2 {
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
.partner_grid h2 * {
  display: flex;
  align-items: center;
}
.grid {
  display: grid;
}

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

.icons_grid {
  gap: 9rem;
}

.dealer_footer {
  padding-bottom: 13.6rem;
}

@media (max-width: 768px) {

  .become-dealer-title {
    font-size: 2rem;
  }

  .become-dealer-hero-container .breadcrumbs {
    margin-bottom: 0.4rem;
  }



  .become-dealer-fullwidth {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }

  .become-dealer .become-dealer-fullwidth .become-dealer-tile-title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .become-dealer .become-dealer-fullwidth .become-dealer-tile-description {
    font-size: 1rem;
    line-height: 1.4;
  }

  .become-dealer-tile {
    height: 22rem;
  }

  .news-inside-content ul li {
    padding-left: 1rem;
  }

  .news-inside-content ul {
    padding-inline-start: 0;
    margin-bottom: 4rem;
  }

  .news-inside-content ol li {
    padding-left: 3rem;
  }

  .become-dealer-tile-container {
    padding: 4rem;
  }

  .become-dealer-buttons .button {
    width: revert;
    flex: 1;
  }

  .news-inside-top .wrapper-small {
    padding-top: 0;
  }

  .news-inside-top h1 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .breadcrumbs {
    font-size: 1rem;
  }
}



@media (max-width: 768px) {

  .header__nav .active {
    border-bottom: .1rem solid #0000000d;
  }

  .header__nav .menu-links a.nav-link {
    font-weight: 600;
    color: #252728;
  }

  .header__main {
    font-size: 1rem;
  }

  .menu {
    position: static;
    z-index: 1001;
    position: relative;
  }

  .header__contacts {
    flex: 1;
  }

  .instaram__btn::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(/static/img/icons/instagram.svg) no-repeat center center;
    background-size: contain;
    margin-right: 1rem;
    filter: invert(1);
  }

  .header__number-wrapper {
    gap: 1rem;
    margin: 0 auto;
    font-size: 1rem;
    display: none;
  }

  .header__number-wrapper::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(/static/img/icons/phone.svg) no-repeat center center;
    background-size: contain;
    filter: invert(1);
  }

  .header__general-info {
    max-width: 100%;
    display: block;
  }

  /* .header__contacts,
  .header__general-info-left .header__phone,
  .header__divider {
    display: none;
  } */

  .header__phone span {
    display: none;
  }

  .header__phone {
    height: 1.8rem;
  }

  .header__phone img {
    width: 1.8rem;
    height: 100%;
    object-fit: contain;
  }

  .header__general-container {
    height: 2.8rem;
    overflow: hidden;
  }

  .header__location {
    gap: 0.7rem;
  }

  .header__general-info-left {
    opacity: 0.45;
  }

  .header__general-info-left img {
    height: 1rem;
    object-fit: contain;
  }

  .header__general-info-left p {
    font-size: 1rem;
    flex: 1;
  }

  .header__logo {
    position: absolute;
    width: 8rem;
    height: 1.5rem;
  }

  .header__logo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  .hero {
    min-height: auto;
    height: 48rem;
  }

  .hero .swiper-pagination {
    bottom: 3.5rem;
  }

  .hero-info__data {
    top: 3.6rem;
  }

  .become-dealer-hero {
    height: revert;
    min-height: revert;
  }


  .become-dealer-hero img {
    max-height: 18rem;
    min-height: revert;
  }

  .become-dealer-hero .breadcrumbs {
    width: 100%;
    padding: 0 2rem;
    font-size: 0.8rem;
    top: 2rem;
  }

  .become-dealer-hero .breadcrumbs .title-md {
    font-size: 1.6rem;
  }

  .become-dealer-hero-container {
    padding-top: 2rem;
  }

  .hero-info__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
  }

  .hero-info__text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
  }

  .hero-info__buttons {
    width: 100%;
  }

  .hero-swiper-button-next,
  .hero-swiper-button-prev {
    display: none;
  }

  .button,
  button,
  .btn {
    height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .btn-container .btn, .btn-container .button {
    height: 3.5rem;
    text-align: center;
    flex-shrink: 0;
    flex-basis: 50%;
    flex: 1;
  }

  .button-hero {
    height: 3.5rem;
    font-size: 1rem;
  }

  .models__data .models__info {
    padding: 0;
  }


  .menu-model-image-container {
    min-height: revert;
    max-width: 14rem;
  }

  .menu-model-row-divider {
    display: none;
    opacity: 0;
  }

  .models__data .models__buttons {
    padding: 0;
  }

  .models__info {
    display: flex;
    padding: 0;
    gap: 1rem;
  }

  .models__image-container {
    padding-top: 1.1rem;
  }

  .models__preview {
    max-width: 8rem;
  }

  .models .models__preview {
    max-width: 10rem;
  }

  .models__preview-title {
    font-size: 1.1rem;
    text-align: center;
  }

  .model__hero-top {
    align-items: flex-start;
    text-align: start;
  }

  .model__hero-title {
    text-align: start;
    font-size: 1.2rem;
  }

  .model__hero {
    max-height: 48rem;
  }

  .model__hero-container.wrapper {
    padding-top: 5.5rem;
    padding-bottom: 2.4rem;
  }

  .model__hero-container.wrapper .models__preview {
    gap: 0.6rem;
  }

  .model__hero::after {
    height: 10rem;
  }

  .model__hero-logo {
    max-height: 3rem;
    width: 70%;
    object-fit: cover;
  }

  .models__preview-description,
  .model__hero-container.wrapper .models__preview-description {
    font-size: 0.8rem;
    text-align: center;
  }

  /* Models section responsive adjustments */
  .models__title {
    font-size: 2rem;
  }

  .models__selector-list {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    padding-left: 4rem;
    padding-right: 4rem;
    gap: 2rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .models__selector-list::-webkit-scrollbar {
    display: none;
    /* WebKit */
  }

  .right_fade {
    position: relative;
  }

  .right_fade::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -3rem;
    width: 100%;
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(216, 216, 216, 0) 60%, rgba(255, 255, 255, 1) 100%);
    transition: background 0.3s ease;
  }

  .dealer_cities_tabs.right_fade::after {
    background: linear-gradient(90deg, rgba(216, 216, 216, 0) 60%, #efefef 100%);
    right: 0;
  }

  .bottom_fade::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 15rem;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, rgba(239, 239, 239, 0.643) 20%, rgba(255, 255, 255, 0) 80%);
    transition: background 0.3s ease;
  }

  .bottom_fade.scrolled-end::after {
    background: linear-gradient(180deg, rgba(239, 239, 239, 0.643) 20%, rgba(255, 255, 255, 0) 80%);
    transition: background 0.3s ease;
  }

  .right_fade.scrolled-end::after {
    background: linear-gradient(-90deg, rgba(216, 216, 216, 0) 60%, rgba(255, 255, 255, 1) 100%);
  }

  .models__logo {
    top: 30%;
  }

  .models__selector-button {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    border-bottom-width: .1rem;
  }

  .models__price {
    display: none;
  }

  .models {
    padding-bottom: 4rem;
    padding-top: 3rem;
    min-height: auto;
    height: auto;

    background: #ffffff;
  }

  .models-swiper {
    margin-top: 2.4rem;
    margin-bottom: 3rem;
  }

  .models__buttons {
    gap: 0.7rem;
    padding: 0 1rem;
  }

  .models__buttons button {
    height: 3.5rem;
    font-size: 1rem;
  }

  /* Technology section responsive adjustments */
  .technology__dealers {
    background-size: contain;
  }

  .technology__test-drive .technology__text,
  .technology__service .technology__text {
    margin-bottom: 2rem;
  }

  .technology__buttons {
    width: 100%;
    display: flex;
    margin-top: auto;
  }

  .technology__grid .technology__buttons button,
  .technology__grid .technology__buttons .button {
    height: 3.5rem;
    font-size: 1rem;
    padding: 0 1.5rem;
    width: 100%;
  }

  .technology__service .technology__container {
    justify-content: flex-start;
  }

  .technology__service {
    background-color: #e7e7e7;
  }

  .technology__text {
    text-align: center;
  }

  .technology__service {
    background-size: contain;
  }

  .technology__article-title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .technology__article-title br {
    display: none;
  }

  .technology__article-description {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .technology__article-description br {
    display: none;
  }

  .technology article button,
  .technology__button,
  .technology__button-main {
    height: 3.5rem;
    font-size: 1rem;
    padding: 0 1.5rem;
    min-height: 3.5rem;
  }

  .technology__article-number {
    font-size: 6rem;
    line-height: 4.5rem;
    flex: 1;
  }

  .technology__dealers .technology__text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 19rem;
  }

  .technology__dealers .technology__article-number {
    position: relative;
    bottom: .8rem;
  }

  .technology__dealers .technology__article-title-small {
    font-size: 1.6rem;
    text-align: left;
  }

  .technology__dealers .technology__article-number,
  .technology__dealers .technology__article-title-small {
    margin-bottom: 0;
  }

  .technology__dealers .technology__article-description {
    display: none;
  }

  .technology__charging .technology__text {
    padding: 0 3rem;
    margin-bottom: 0;
  }

  .technology__charging .technology__article-number {
    line-height: 1;
    margin-bottom: 1rem;
  }

  .technology__charging button,
  .technology__charging .button {
    height: 3.5rem;
    font-size: 1rem;
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }

  .technology__charging .technology__article-description {
    display: none;
  }

  .technology__article-title-small {
    text-align: center;
    font-size: 1.6rem;
  }

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

  /* Research section responsive adjustments */
  .research {
    height: auto;
    padding: 5rem 0 7.5rem 0;
    min-height: auto;
  }

  .research-title {
    padding: 0 2rem;
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
  }

  .research-swiper {
    --swiper-pagination-bottom: -2.6rem;
  }

  .swiper-slide.research-swiper-slide {
    height: 49rem;
    padding: 3rem 2rem;
  }

  .research-swiper-slide:nth-child(3n) {
    padding-bottom: 16rem;
  }

  .car_label{
		top:-1.8rem;
  }

  .research__item-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .research__item-description {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  /* Technology cover section responsive adjustments */
  .technology___title {
    font-size: 3.2rem;
    padding: 0 2rem;
    font-weight: 600;
  }

  .technology__cover-container {
    padding-top: 6.4rem;
    min-height: auto;
    height: 30rem;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
  }

  .technology___title {
    font-size: 2rem;
  }

  /* Ecology section responsive adjustments */
  .ecology {
    height: 36rem;
    padding: 8rem 2rem;
    min-height: auto;
  }

  .ecology__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }

  .ecology__description {
    font-size: 1rem;
    margin-bottom: 2.3rem;
    text-align: center;
  }

  .ecology__button {
    height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 1rem;
  }

  /* News section responsive adjustments */
  .news {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .news__top {
    gap: 2rem;
    margin-bottom: 1.6rem;
  }

  .news__title {
    position: relative;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
  }

  .news__all {
    font-size: 1.2rem;
    line-height: 1.2rem;
    gap: 0.8rem;
  }

  .news__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 1.6rem;
  }

  .news_item {
    border-bottom: .1rem solid rgba(0, 0, 0, 0.15);
    padding-bottom: 2.7rem;
  }

  .news_item:last-child {
    border: 0;
    padding-bottom: 0;
  }

  .news__article:not(:last-child) {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
    padding-bottom: 2.5rem;
  }

  .news_item:first-child .news__image {
    display: block;
  }

  .news-rubric .news__image {
    display: block;
  }

  .news-inside-socials img {
    height: 1.1rem;
    object-fit: contain;
  }

  .news__image {
    margin-bottom: 1.5rem;
    height: revert;
    display: none;
  }

  .news__item-title {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0;
  }

  .news__item-title+.news__description {
    margin-top: 1rem;
  }

  .news__description {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .footer {
    padding-top: 3.5rem;
    padding-bottom: 3.2rem;
  }

  .dealer_footer {
    padding-bottom: 13.6rem;
  }

  .footer-wrapper {
    display: none;
  }

  .footer__up {
    font-size: 1rem;
  }

  .footer__number-wrapper {
    font-size: 1rem;
  }

  .footer__lang-list a.lang_item {
    font-size: 1rem;
  }

  .footer__lang-icon {
    margin-right: 1rem;
  }

  .footer nav p {
    font-size: 1rem;
  }

  .footer__disclaimer {
    font-size: 1rem;
    line-height: 1.6rem;
    max-width: none;
    text-align: center;
    margin-top: -1rem;
  }

  .footer__bottom-bar {
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0;
  }

  .footer__copyrights {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
  }

  .model__tabs-container {
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .model__tabs {
    height: revert;
    padding: 0 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
  }

  #design-section {
    min-height: 0;
  }

  .design-title {
    font-size: 1.8rem;
  }

  .design-container.wrapper {
    padding: 4rem 0;
  }

  .models__tabs-buttons {
    width: 100%;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    padding: 1rem 0;
    background: #F7F7F7;
    z-index: 999;
    gap: 0.5rem;
    justify-content: end;
  }

  #tab-select {
    background: #f7f7f7;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    appearance: none;
    position: absolute;
    z-index: 11;
    left: 0;
    padding: 0;
    display: none;
    right: 0;
  }

  #tab-select .option {
    background: #f7f7f7;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    padding: 1.2rem 2rem;
  }

  .tab-select-label {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* display: none; */
    gap: 0.5rem;
    font-weight: 600;
  }

  .tab-select-label:after {
    content: "";
    display: block;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.5rem;
    background-image: url("/static/img/icons/chevron-down.svg");
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
  }

  .tab-select-label.active:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .tab-select-label::before {
    content: "";
    height: 0.2rem;
    width: 100%;
    background: #d70c19;
    position: absolute;
    bottom: -145%;
    left: 0;
  }

  .interior-image {
    height: auto;
  }

  .tab-button {
    font-size: 1rem;
    position: relative;
    padding: 1.2rem 0;
  }

  .tab-button.active {
    border: none;
  }

  .tab-button.active:after {
    content: "";
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #D70C19;
  }

  .download-button:before {
    width: 1.2rem;
    height: 1.2rem;
  }

  .models__tabs-buttons .download-button:before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.1rem;
  }
  .models__tabs-buttons .button {
    font-size: 0.9rem;
    height: 2.5rem;
    /* flex: 1; */
    padding: 0 1rem;
    white-space: nowrap;
  }

  .model__hero-container.wrapper .models__preview-title {
    font-size: 1.2rem;
  }

  .hero_banner .models__preview-title {font-size: 1.8rem;}

  .model__tabs-logo {
    height: 1.2rem;
    display: none;
  }

  .model__tabs-link {
    display: none;
  }

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

  .exterior-details-container.wrapper {
    padding: 4.4rem 2rem 2rem;
  }


  .exterior-details-container.wrapper+section:last-child {
    padding-bottom: 4.4rem;
  }

  .warranty {
    height: revert;
    max-height: revert;
    min-height: revert;
  }

  .warranty-included-list {
    flex-direction: column;
    padding: 0;
    gap: 3rem;
    margin-bottom: 4.2rem;
  }

  .warranty-small .warranty-container.wrapper {
    .warranty-included-list {
      gap: 2.4rem;
    }
  
    .warranty-included-icon {
      height: auto;
      width: 2.4rem;
    }
  }

  .warranty-small .warranty-container.wrapper .warranty-included-title{
    font-size: 1.2rem;
  }

  .warranty-small .warranty-container.wrapper .warranty-disclaimer-text{
    font-size: 1rem;
  }

  .warranty-small .warranty-container.wrapper p.warranty-card-description {
    font-size: 1rem;
  }

  .warranty-title {
    font-size: 2rem;
    margin-bottom: 2.6rem;
  }

  .warranty-card-title {
    font-size: 0.8rem;
  }

  .exterior-card,
  .exterior-card:nth-child(even) {
    flex-direction: column;
  }

  .exterior-card-list {
    gap: 2rem;
  }

  .exterior-card-text {
    width: 100%;
    padding: 2rem 2.5rem 3.2rem;
    flex: 1 0 auto;
    gap: 1rem;
    justify-content: flex-start;
  }

  .exterior-card-image,
  .interior-card-image {
    width: 100%;
    aspect-ratio: 280 / 140;
  }

  .interior-card-image {
    margin-bottom: 2rem;
  }

  .design-image {
    width: 100%;
  }

  .exterior-card-title {
    font-size: 1.4rem;
  }

  .interior-top-container {
    gap: 1rem;
    position: static;
    transform: none;
  }

  .exterior-card-description,
  .interior-card-description,
  .exterior-overview-description,
  .model-technology-card-description {
    font-size: 1rem;
    line-height: 1.5;
  }

  .interior-card-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }


  .model-battery-description {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 0.2rem;
  }


  .model-battery-title {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

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

  .interior-grid-3.wrapper .interior-card:last-child {
    grid-area: revert;
  }

  .interior-grid-3.wrapper .interior-card:last-child img {
    aspect-ratio: 280 / 140;
  }

  .model-technology-battery {
    height: 46rem;
    min-height: auto;
    max-height: auto;
  }

  .exterior-card {
    min-height: revert;
  }

  .model-battery-image {
    aspect-ratio: 280 / 134;
    width: 100%;
    height: auto;
  }

  .interior-image-container::after {
    content: none;
  }

  .exterior-overview-title,
  .technologies-title {
    font-size: 2rem;
    text-align: center;
  }

  .exterior-overview {
    height: 26rem;
    min-height: auto;
    max-height: auto;
  }

  .exterior-overview-container.wrapper {
    padding: 2.8rem 2rem 12.8rem;
  }

  .model-technology-card-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .model-battery-distance {
    font-size: 4rem;
    margin: 0;
    line-height: 1.1;
  }

  .model-battery-text {
    padding: 2.4rem 4rem 3.5rem;
  }

  .model-battery-card {
    width: calc(100% - 4rem);
    justify-content: center;
  }

  .model-battery-card-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .model-battery-card-description {}

  .model-technology-battery .models__info {gap:1rem; margin-top:1.2rem;}
  .model-technology-battery .models__preview {flex: revert;}

  .model-technologies-list {
    overflow-x: auto;
    display: flex;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: -2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    gap: 1rem;
  }

  .page-404 .title {
    font-size: 14.2rem;
  }

  .page-404 .subtitle {
    font-size: 2.4rem;
  }


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

  .model-technologies,
  .interior {
    padding: 4.4rem 0 2rem;
  }

  .model-technologies,
  .interior+section:last-of-type,
  .exterior-details+section:last-of-type {
    padding-bottom: 4.4rem;
  }

  .model-technologies:last-child,
  .exterior-details:last-child .exterior-details-container.wrapper {
    padding-bottom: 4.4rem;
  }

  .exterior-card:nth-child(even) .exterior-card-text {
    padding-right: 2.5rem;
  }

  .model-technology-card {
    min-width: 100%;
  }

  .design-logo {
    top: 56%;
    height: revert;
  }

  .model-technologies-container {
    gap: 10rem;
  }

  .technologies {
    height: 42rem;
  }

  .footer__lang {
    align-items: center;
  }

  .footer__lang .lang_item {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .technologies-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 2rem;
  }

  .technologies-buttons {
    flex-flow: row wrap;
    align-items: center;
    row-gap: 1rem;
    column-gap: 0.5rem;
  }

  .technologies-buttons .button {
    min-width: 49%;
  }

  .design-top,
  .design-bottom {
    padding: 0 2rem;
  }

  .news-header h1 {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .news-container {
    padding: 5rem 2rem;
  }

  .news__list {
    padding: 0;
    margin-top: 0;
  }

  .news-inside-content table.tiles {
    tr {
        flex-direction: column;
    }
  
    td {
      padding: 2rem;
      min-height: 23rem;
      background: rgba(0, 0, 0, 0.1);
  
      .button, .btn {
        width: 100%;
      }
    }
    
  }

  .news-inside-content table.types_table {
    tr {
        display: flex;
        flex-direction: column;
        gap: 2.2rem;
    }

    img {
      width: auto;
      padding-right: 1rem;
    }

    td {
      gap: 1rem;
    }
}

.hero_banner {
  height: 40rem;
  padding: 3rem 0;
}

.partner_grid {
  padding: 3rem 0;
  margin-bottom: 3.2rem;
}

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

  gap: 3rem 2rem;
}

.icon_item {
  gap: 2rem;
}

  .news-inside-top .wrapper-small {
    padding: 0;
  }

  .news-inside-content table td,
  .news-inside-content table td p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .news-inside-content .table-flex tr {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3.2rem;
  }

  .news-inside-content .table-flex tr:nth-child(even) {
    flex-direction: column-reverse;
  }

  .news-inside-content .table-flex td:nth-child(2n),
  .news-inside-content .table-flex td:nth-child(2n + 1) {
    padding: 0;
  }


  .news-inside-content .table-flex p {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #000;
  }

  .news-inside-content .table-flex .btn {
    margin-top: 1rem;
  }

  .news-inside-socials {
    position: static;
    flex-flow: nowrap;
    width: 100%;
    margin: 2rem 0 3rem;
    gap: 2rem;
  }

  .news-inside-top .wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .news-inside-top img {
    margin-bottom: 0;
  }

  .news-inside-socials a {
    height: auto;
  }

  .news-inside-abstract,
  .become-dealer-content.news-inside-content .abstract {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .become-dealer-content.news-inside-content .abstract {
    margin-top: 0;
  }

  .become-dealer-content.news-inside-content h2,
  .news-inside-content h3 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .become-dealer-content.news-inside-content h4 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .news-inside-content ol li::before,
  .news-inside-content ul li::marker {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    top: 0.4rem;
    left: 0;
  }

  .become-dealer-content.news-inside-content ol {
    margin-bottom: 4rem;
  }

  .sns {
    margin-top: 1rem;
  }

  .news-inside-date {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .news-inside-swiper {
    aspect-ratio: 11 / 9;
  }

  .news-inside-content .highlight {
    padding: 2.4rem 3.5rem;
  }

  .news-inside-content {
    padding-bottom: 0;
    padding-top: 3rem;
  }

  .become-dealer-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .become-dealer-content:has(#warranty-section){
    padding-bottom: 0;
  }

  .become-dealer-buttons {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .news-inside-content p,
  .become-dealer-content.news-inside-content ol li,
  .become-dealer-content.news-inside-content ul li,
  .news-inside-content ol li,
  .news-inside-content ul li, .text ul li, .text p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .news-inside-content .source {
    font-size: 0.8rem;
    padding-top: 2rem;
  }
  table.table-default {
    width: auto;
  }
  table.table-default th,
  table.table-default td {
    font-size: 12px;
  }
  .btn-container {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .news-header {
    padding: 3.5rem 0;
  }

  .news-inside-content h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .news .news__list {
    padding: 0 2rem 0;
  }

  .news-inside-pagination {
    bottom: 0;
  }

  .design-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .design-bottom {
    margin-top: 2rem;
    position: relative;
    z-index: 2;
  }

  .color-button {
    width: 2.4rem;
    height: 2.4rem;
    padding: .2rem;
  }

  .bid-form input[type="text"],
  .bid-form input[type="tel"],
  .from-field,
  .form-row input,
  .form-row select,
  .form-row textarea {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    height: revert;
  }

  .form-row {
    margin-bottom: 2rem;
    gap: 0;
  }

  .bid-modal label,
  .popup label {
    font-size: 1rem;
  }

  .file-input-label::after {
    width: 1.4rem;
    height: 1.1rem;
  }

  .bid-form .form-checkbox-row input[type="checkbox"],
  .popup .form-checkbox-row input[type="checkbox"] {
    width: 1.8rem;
    height: 1.8rem;
  }


  .errorMessage {
    font-size: 0.8rem;
    color: #d70c19;
    margin-top: 0.5rem;
  }

  .popup-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  .fancybox-content.popup {
    padding: 4rem 2rem;
  }


  .warranty-container.wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .title-4 {
    font-size: 1.4rem;
  }

  .dealers-article-title,
  .accordion-content-title {
    font-size: 1.2rem;
  }

  .dealers-article-counter {
    font-size: 0.8rem;
    width: 1.8rem;
    height: 2.8rem;
    line-height: 1.8rem;
    text-align: center;
    left: -2.5rem;
  }

  .article-content {
    padding-left: 2.5rem;
  }

  .dealers-sidebar {
    padding-top: 3rem;
  }

  .dealers-alert-text {
    font-size: 1rem;
  }

  .warranty-small .warranty-container.wrapper {
    padding: 3.2rem 2rem;
    margin-bottom: 0rem;
  }

  .warranty-small .warranty-container.wrapper .warranty-card-title{ 
      font-size: 1.2rem;
    }

  .warranty-small .warranty-card-title br {display: none;}

  .warranty-small .warranty-container.wrapper {
    .warranty-card:nth-child(2) {
        margin: 0;
    }

    .warranty-cards {
      gap: 1.8rem;
      margin-bottom: 2.4rem;
    }
    .warranty-card img {
      height: 100%;
      object-fit: contain;
      width: 9%;
  }

  .warranty-card {
    background: #0000000d;
    padding: 1.8rem 2rem 2.2rem 1.5rem;
    width: 100%;
    flex-flow: nowrap;
    gap: 2rem;
    align-items: center;
    max-width: revert;
}
}

#warranty .become-dealer-content, #zaryadka .become-dealer-content {
  padding-bottom: 0;
}


  .pc {
    display: none;
  }

  .mob {
    display: flex;
  }

  .text-xl {
    font-size: 1.4rem;
  }

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

  .text-24 {
    font-size: 1.4rem;
  }

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

  .services__grid {
    grid-template-columns: 1fr;
    gap: 6rem;
  }

  #service-page {
    padding: 3.2rem 0 2rem;
  }

  #service-page h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  #service-page p {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  #service-page .bid-modal {
    margin-top: 4rem;
  }

  .carousel .title-sm {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  #Form_note label {margin-right: 3rem; margin-left: 1rem;}

  .carousel .swiper-button-prev:after, .carousel .swiper-button-next:after, .carousel-2 .swiper-button-prev:after, .carousel-2 .swiper-button-next:after {
    display: none;
  }
}

.btn.loading {
  background-image: url(/static/img/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25% !important;
  text-indent: 500% !important;
  white-space: nowrap;
  overflow: hidden;
}