#panel {
  /* display: none; */
}

.position-relative .swiper-button-lock {
  display: flex;
}

.position-relative .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}

.position-relative .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}

.mark__item .mark__link {
  color: #000;
}

.sub-nav.active {
  height: 545px;
}

a.mark-cars__link {
  font-size: 16px;
  display: flex;
}



.mark-item__cars {
  opacity: 0;
  z-index: -1;
  transition: .5s;
  width: 100%;

}

.mark__item.active .mark-item__cars {
  z-index: 2;
  opacity: 1;
}

.mark__item.active .mark__link {
  background: #0F1414;
  color: #fff;
}

.mark__link {
  transition: .25s;
  display: block;
  background: #F5F5F5;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  padding: 6.5px 60px;
  font-family: 'Oswald';
  max-width: 555px;
}

.mark-cars__item a.mark-cars__link:hover {
  color: #4982cf;
}

.mark-item-cars__heading {
  /* text-align: right; */
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #ACABAB;
  margin-bottom: 25px;
}

.mark__menu {
  width: calc(100% - 35.519%);
}

.sub-nav__img {
  width: 35.519%;
  max-width: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 1s ease;


}

.sub-nav-nomark .sub-nav__menu {
  width: 55%;
}

.sub-nav-nomark .sub-nav__img {
  width: 45%;
  max-width: 860px;
}

.mark-cars__list {
  padding: 0;
}

.mark-cars__item {

  /* margin-bottom: 25px; */
  margin-bottom: 15px;
}

.mark-item-cars__inner {
  padding: 50px 78px;
  display: flex;

}

.mark-item-cars__inner {
  justify-content: space-between;
}

.mark-cars-list {
  flex-grow: 1;
  width: 50%;
}

.mark-cars__item.active .mark-cars__link {
  color: #4982cf;
}




.sub-nav__list.models-qlinks__list {
  padding-left: 60px;
  padding-top: 20px;
  border-top: 1px solid #000;
}


.sub-nav__item:not(:last-child) {
  margin-right: 2%;
}

.sub-nav__link {
  /* font-style: normal; */
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  padding: 15px 0;
  display: flex;
  align-items: center;

}

.sub-nav.active {
  /* height: 478px; */
  /* height: 508px; */
  /* height: 450px; */
  /* height: 595px; */
  height: 650px;
}

.sub-nav-nomark.active {
  height: 420px;
}

li.models-qlinks__item {
  flex-grow: 1;
  width: 23%;
  margin-right: 2%;
}

@media (max-width: 1584px) {
  ul.mark__list {
    max-width: 400px;
  }

}

@media (max-width: 1470px) {
  .mark__link {
    padding: 6.5px 25px;
  }

  .sub-nav__list.models-qlinks__list {
    padding-left: 25px;
    padding-top: 20px;
  }

  .mark-item-cars__inner {
    padding: 25px;

  }

  .sub-nav__item:not(:last-child) {
    margin-right: 1%;

  }

}

@media (max-width: 1366px) {

  .mark__menu,
  div.sub-nav__menu {
    width: 60%;
  }

  .sub-nav__img {
    width: 40%;
  }

  .sub-nav-nomark .sub-nav__img {
    width: 50%;
  }

  .sub-nav.active {
    /* height: 506px; */
    /* height: 650px; */
    height: 710px;
  }

  .sub-nav-nomark.active {
    height: 350px;
  }

  .models-qlinks__list {
    justify-content: space-between;
    flex-wrap: wrap;

  }

  li.models-qlinks__item {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 10px;
  }

  /* li.models-qlinks__item:not(:last-child) {
      margin-right: ;
    } */

}

@media (max-width: 1259px) {
  .mark-item-cars__heading {
    font-size: 14px;
  }

  .mark__link {
    font-size: 20px;
  }

  .sub-nav.active {
    /* height: 456px; */
    /* height: 580px; */
    height: 625px;
  }

  .sub-nav-nomark.active {
    height: 350px;
  }

  ul.mark__list {
    max-width: 290px;
  }

}


@media (max-width: 1100px) {
  .sub-nav.active {
    /* height: 400px; */
    /* height: 495px; */
    height: 535px;
    overflow: auto;
  }

  .sub-nav-nomark.active {
    /* height: 270px; */
    height: 333px;
  }

  .mark-item-cars__heading {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .mark__link {
    font-size: 16px;
  }

  .mark-cars__item {
    margin-bottom: 10px;
  }

  .sub-nav__list.models-qlinks__list {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
  }

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

  li.models-qlinks__item {
    margin-right: 0;
  }

  li.models-qlinks__item:nth-child(1),
  li.models-qlinks__item:nth-child(3) {
    margin-right: 15px;
  }
}


@media (max-width: 975px) {
  ul.mark__list {
    max-width: 200px;
  }

  .sub-nav__link {
    padding: 8px 0;
  }
}

@media (max-width: 824px) {
  ul.mark__list {
    max-width: 170px;
  }

  .mark-item-cars__inner {
    padding: 25px 15px;
  }
}

/* ++++++++++ swiper +++++++++++++++*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
} */

/* .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
} */

.breadcrumbs {
  display: flex;
  margin-top: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__ul {
  display: inline;
  list-style-type: none;
  /* flex-wrap: wrap; */
  margin: 0;
  padding: 0;
}

.breadcrumbs__li {
  display: inline;
}

.breadcrumbs__item {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #000000;
  text-decoration: none;
}

.breadcrumbs__name {
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
}

.breadcrumbs__name:after {
  content: '|';
  margin: 0 5px;
  color: #000;
}

.breadcrumbs__li:last-child a .breadcrumbs__name:after {
  content: '';
}

/* .breadcrumbs__li:first-child a .breadcrumbs__name:before {
  content: url("/img/common/arrow-l_bread.svg");
  margin-right: 5px;
  color: #000;
} */
.main-banner__slide-mob {
  display: none;
}

.main-banner__slide-desc {
  width: 100%;
}

.main-banner__slide-twenty {
  width: 100%;
  height: 100%;
}

.main-banner .swiper-slide .swiper-video {
  width: 100%;
  height: auto;
}

.main-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.main-banner .swiper-slide:after {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgba(253, 187, 45, 0) 30%);
  height: 100%;
  width: 100%;
  content: '';
  z-index: 1;
}

.main-banner .swiper-slide:before {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 65%) 0%, rgba(253, 187, 45, 0) 30%);
  height: 100%;
  width: 100%;
  content: '';
  z-index: 1;
}

.main-banner .swiper-pagination-bullet {
  width: 47px;
  height: 47px;
  border-radius: 0%;
  /* font-size: 17px;
  line-height: 15px;
  padding: 13px; */
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: none;
  opacity: 1;
  line-height: 20px;
  text-align: center;
  margin: 0 !important;
  position: relative;
  display: block;
}

.main-banner .swiper-pagination-bullet .number {
  color: rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

.main-banner .swiper-pagination-bullet-active .number {
  color: #fff;
}

.main-banner .swiper-pagination-bullet:not(:last-child) {
  border-right: none;
}

.main-banner .swiper-pagination {
  width: auto;
  right: 0;
  bottom: 45px;
  left: inherit;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

/* .main-banner .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  color: #fff;
} */

.main-banner .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 20s;
  animation-iteration-count: unset;
}

.main-banner picture {
  width: 100%;
}

.path {
  display: none;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
    width: 100%
  }

  to {
    stroke-dashoffset: 0;
    width: 100%
  }
}


.main-banner .swiper-button-next,
.main-banner .swiper-button-prev {
  background: #0F1414;
  width: 48px;
  height: 48px;
  transition: .5s;
}

.main-banner .swiper-button-next:hover,
.main-banner .swiper-button-prev:hover {
  background: #4982CF;
}

.main-banner .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r.svg);
  height: 60px;
}

.main-banner .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l.svg);
  height: 60px;
}

.main-banner .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.main-banner .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.main-banner .swiper-button-next,
.main-banner .swiper-button-prev {
  bottom: 153px;
  top: inherit;
}

.main-banner__info {
  position: absolute;
  color: white;
  height: 100%;
  top: 0;
  left: 10%;
  width: 45%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
  z-index: 40;
}

.main-banner__info-right {
  right: 0;
  left: auto;
  width: 35%;
}

.main-banner__info-bottom{
  top: inherit;
  bottom: -33%;
}

.main-banner__button .main-btn {
  max-height: 40px;
  height: auto;
}

.ain-banner__info-mobTwenty {
  display: none;
}

/* .main-banner__desc {
  margin-bottom: 7.7vw;
} */

.main-banner__title {
  font-style: normal;
  font-weight: 700;
  font-size: 3.7vw;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Oswald';
  margin-bottom: 0;
}

.main-banner__subtitle {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 2.7vw;
  margin-bottom: 5px;
}

.main-banner__text {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1.6vw;
  max-width: 100%;
}

.main-banner__buttons {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}

.main-action .swiper-slide {
  padding-bottom: 60px;
}


.main-action .swiper-pagination {
  z-index: 3;
}

.main-action .swiper-pagination-bullet {
  border-radius: inherit;
  width: 33px;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-action .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000000;
}

.main-action .swiper-slide img {
  /* object-fit: contain; */

}

.main-action .swiper-button-next,
.main-action .swiper-button-prev {
  /* display: none; */
  background: #0F1414;
  width: 48px;
  height: 48px;
  transition: .5s;
}

.main-action .swiper-button-next:hover,
.main-action .swiper-button-prev:hover {
  background: #4982CF;
}

.main-action .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r.svg);
  height: 60px;
}

.main-action .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l.svg);
  height: 60px;
}

.main-action .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.main-action .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.main-action .swiper-button-next,
.main-action .swiper-button-prev {
  bottom: 120px;
  top: inherit;
}



.equip-card-stock-slider .swiper-pagination,
.card-stock-slider .swiper-pagination {
  bottom: 3px;
  left: inherit;
  right: 8px;
  width: auto;
}

.equip-card-stock-slider .swiper-pagination-bullet,
.card-stock-slider .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.equip-card-stock-slider .swiper-pagination-bullet-active,
.card-stock-slider .swiper-pagination-bullet-active {
  background: #fff;
  border: none;
}

.main-stock .equip-card-stock-slider .swiper-pagination,
.main-stock .card-stock-slider .swiper-pagination {
  left: 0;
  right: 0;
  width: auto;
  padding-right: 0;
}

.main-stock .equip-card-stock-slider .swiper-pagination-bullet,
.main-stock .card-stock-slider .swiper-pagination-bullet {
  opacity: 1;
  width: 33px;
  height: 1px;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  margin: 0 6px;
}

.main-stock .equip-card-stock-slider .swiper-pagination-bullet-active,
.main-stock .card-stock-slider .swiper-pagination-bullet-active {
  background: #fff;
  border: none;
  height: 2px;
}

.equip-card-stock-slider .swiper-pagination.pagination-division,
.card-stock-slider .swiper-pagination.pagination-division {
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.equip-card-stock-slider .swiper-pagination.pagination-division .swiper-pagination-bullet,
.card-stock-slider .swiper-pagination.pagination-division .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.card-stock-slider-main .swiper-slide {
  opacity: 0 !important;
}

.card-stock-slider-main .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.main-stock__item {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.main-stock {
  padding-bottom: 60px;
  /* padding-top: 50px; */
  /* margin: -30px; */
  padding-left: 1px;
  padding-right: 1px;
}

.main-stock.main-stock-nav {
  padding-bottom: 150px;
}

.main-stock.main-stock-nav .swiper-button-lock {
  display: none;
}

.main-stock .main-stock-wrapper {
  padding-bottom: 40px;
}

.main-stock .main-stock-wrapper.equip-list {
  padding-bottom: 0;
  height: auto;
}

.main-stock .main-stock-wrapper.equip-list .swiper-slide {
  height: auto;
}

.main-stock .swiper-pagination {
  left: 0;
  right: 0;
  width: auto;
  z-index: 3;
}

.main-stock .swiper-pagination-bullet {
  border-radius: inherit;
  width: 33px;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-stock .swiper-pagination-bullet-active {
  border: 1px solid #000000;
}

.main-stock .swiper-slide {
  max-width: 423.25px;
  margin-right: 35px;
}

.card-stock-photo__overlay {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(73, 130, 207, 0.5);
  transition: .25s;
}


.overlay.overlay {
  z-index: 11;
}

@media (min-width: 768px) {
  
  .main-stock__item {
    transition: .25s;
  }

  .main-stock__item:hover {
    box-shadow: 0px 0px 97px rgba(73, 130, 207, 0.3);
  }

  .main-stock__item:hover .card-stock-photo__overlay {
    height: 100%;
  }
}


.main-models__brand-slide {
  max-height: 700px;
  width: 100%;
}

.main-models__brand-name {
  height: 83px;
  box-sizing: border-box;
  padding: 10px 0;
}

.main-models__brand-tab {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.main-models__brand-name .swiper-slide {
  width: 25% !important;
  height: 73px;
  background: #F5F5F5;
  /* margin-right: 0!important; */
  cursor: pointer;
}

.main-models__brand-name .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  background: #000;
}

.main-models__brand-name .swiper-slide-thumb-active {
  opacity: 1;
}

.main-models__brand-name .swiper-button-next,
.main-models__brand-name .swiper-button-prev {
  /* display: none; */
  background: #0F1414;
  width: 30px;
  height: 30px;
  transition: .5s;
}

.main-models__brand-name .swiper-button-next:hover,
.main-models__brand-name .swiper-button-prev:hover {
  background: #4982CF;
}

.main-models__brand-name .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r_mini.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 90%;
}

.main-models__brand-name .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l_mini.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 90%;
}

.main-models__brand-name .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.main-models__brand-name .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.main-models__brand-name .swiper-button-next,
.main-models__brand-name .swiper-button-prev {
  bottom: 25%;
  top: inherit;
}

.main-models__item {
  flex-direction: column;
}

.main-models__model-slide {
  max-height: 700px;
  width: 100%;
  background: url(/img/index/models-background.png);
  background-repeat: no-repeat;
  z-index: 999;
  background-size: auto;
  background-position-x: center;
}

.main-models__model-slide .swiper-slide {
  background: none;
  align-items: baseline;
  height: 700px;
}

.model-slide {
  position: relative;
}

.model-slide__info {
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
}

.model-slide__title {
  background: #4982CF;
  width: 214px;
  margin: 0 auto;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 3px;
}

.model-slide__subtitle {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.model-slide__btn {
  display: flex;
  justify-content: space-around;
}

.main-models__model-name {
  height: 73px;
  box-sizing: border-box;
}

.main-models__model-name .swiper-slide:first-child .main-models__model-tab {
  border-left: 1px solid #D9D9D9;
}

.main-models__model-tab {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 0 26px;
  border-right: 1px solid #D9D9D9;
  line-height: 1;
  padding-bottom: 5px;
}

.main-models__model-name .swiper-slide {
  width: auto !important;
  height: 73px;
  margin-right: 0 !important;
  cursor: pointer;
}


.main-models__model-name .swiper-slide.swiper-slide-thumb-active {
  font-weight: 700;
}

.main-models__model-name .swiper-slide-thumb-active .main-models__model-tab {
  font-weight: 700;
}

.main-models__model-slide .swiper-button-next,
.main-models__model-slide .swiper-button-prev {
  background: #0F1414;
  width: 48px;
  height: 48px;
  transition: .5s;
}

.main-models__model-slide .swiper-button-next:hover,
.main-models__model-slide .swiper-button-prev:hover {
  background: #4982CF;
}

.main-models__model-slide .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r.svg);
  height: 60px;
}

.main-models__model-slide .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l.svg);
  height: 60px;
}

.main-models__model-slide .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.main-models__model-slide .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.main-models__model-slide .swiper-button-next,
.main-models__model-slide .swiper-button-prev {
  bottom: 153px;
  top: inherit;
}

.swiper.main-portfolio {
  height: 700px;
}

.main-portfolio .swiper-slide {
  /* margin-right: 0!important;
  width: 25%!important; */
  padding-bottom: 60px;
}

.main-portfolio__item {
  position: relative;
}

.main-portfolio__item picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-portfolio__info {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 35%);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 25px;
}

.main-portfolio__title {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-portfolio__subtitle {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1;
  font-size: 2.1vw;
}

.main-portfolio .swiper-pagination {
  left: 0;
  right: 0;
  width: auto;
  z-index: 3;
}

.main-portfolio .swiper-pagination-bullet {
  border-radius: inherit;
  width: 33px;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-portfolio .swiper-pagination-bullet-active {
  border: 1px solid #000000;
}

.main-portfolio .swiper-slide {
  width: calc(100% / 4);
  height: 100%;
  transition: width .6s ease;
  cursor: pointer;
}

.main-portfolio .swiper-wrapper:hover .swiper-slide-visible:not(:hover) {
  width: 16.66666667%;
}

.main-portfolio .swiper-slide-visible:hover {
  width: 50%;
}

.main-portfolio__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.main-portfolio .swiper-slide img {
  object-position: 65%;
}

.main-portfolio .swiper-button-next,
.main-portfolio .swiper-button-prev {
  background: #0F1414;
  width: 48px;
  height: 48px;
  transition: .5s;
  display: none;
}

.main-portfolio .swiper-button-next:hover,
.main-portfolio .swiper-button-prev:hover {
  background: #4982CF;
}

.main-portfolio .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r.svg);
  height: 60px;
}

.main-portfolio .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l.svg);
  height: 60px;
}

.main-portfolio .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.main-portfolio .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.main-portfolio .swiper-button-next,
.main-portfolio .swiper-button-prev {
  bottom: 50%;
  top: inherit;
}



.swiper.main-expedition-mob {
  margin-top: 30px;
  height: 500px;
}

.main-expedition-mob .swiper-pagination {
  left: 0;
  right: 0;
  width: auto;
  z-index: 3;
}

.main-expedition-mob .swiper-pagination-bullet {
  border-radius: inherit;
  width: 33px;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-expedition-mob .swiper-pagination-bullet-active {
  border: 1px solid #000000;
}

.main-expedition-mob .swiper-button-next,
.main-expedition-mob .swiper-button-prev {
  background: #0F1414;
  width: 48px;
  height: 48px;
  transition: .5s;
}

.main-expedition-mob .swiper-button-next:hover,
.main-expedition-mob .swiper-button-prev:hover {
  background: #4982CF;
}

.main-expedition-mob .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r.svg);
  height: 60px;
}

.main-expedition-mob .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l.svg);
  height: 60px;
}

.main-expedition-mob .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.main-expedition-mob .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.main-expedition-mob .swiper-button-next,
.main-expedition-mob .swiper-button-prev {
  bottom: 40%;
  top: inherit;
}

.main-expedition-mob__btn {
  display: flex;
  justify-content: end;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.main-expedition-mob__btn .main-btn {
  z-index: 9;
}

.main-expedition-mob .swiper-slide {
  padding-bottom: 60px;
}

.main-expedition-desktop__btn {
  display: flex;
  justify-content: end;
}

.news-detail__slider .swiper-button-next,
.news-detail__slider .swiper-button-prev {
  background: #0F1414;
  width: 48px;
  height: 48px;
  transition: .5s;
}

.news-detail__slider .swiper-button-next:hover,
.news-detail__slider .swiper-button-prev:hover {
  background: #4982CF;
}

.news-detail__slider .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r.svg);
  height: 60px;
}

.news-detail__slider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l.svg);
  height: 60px;
}

.news-detail__slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 5px;
}

.news-detail__slider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 5px;
}

.news-detail__slider .swiper-button-next,
.news-detail__slider .swiper-button-prev {
  bottom: 40%;
  top: inherit;
}

.news-detail__slider .swiper-pagination {
  z-index: 3;
}

.news-detail__slider .swiper-pagination-bullet {
  border-radius: inherit;
  width: 33px;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.news-detail__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000000;
}

.news-detail__slider .swiper-wrapper {
  padding-bottom: 40px;
}

.at-club__slider .swiper-pagination {
  z-index: 3;
}

.at-club__slider .swiper-pagination-bullet {
  border-radius: inherit;
  width: 33px;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.at-club__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000000;
}


.testdrive__brands {
  height: 83px;
  box-sizing: border-box;
  padding: 10px 0;
}

.testdrive__brands .swiper-slide {
  width: 25% !important;
  height: 73px;
  background: #F5F5F5;
  /* margin-right: 0!important; */
  cursor: pointer;
}

/* .testdrive__brands .swiper-slide.swiper-slide-active {
  color: #fff;
  background: #000;
}

.testdrive__brands .swiper-slide-active {
  opacity: 1;
} */

.testdrive__brands .swiper-button-next,
.testdrive__brands .swiper-button-prev {
  /* display: none; */
  background: #0F1414;
  width: 30px;
  height: 30px;
  transition: .5s;
}

.testdrive__brands .swiper-button-next:hover,
.testdrive__brands .swiper-button-prev:hover {
  background: #4982CF;
}

.testdrive__brands .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(/img/common/arrow-r_mini.svg);
  height: 60px;
  width: 20px;
}

.testdrive__brands .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url(/img/common/arrow-l_mini.svg);
  height: 60px;
  width: 20px;
}

.testdrive__brands .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.testdrive__brands .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.testdrive__brands .swiper-button-next,
.testdrive__brands .swiper-button-prev {
  bottom: 25%;
  top: inherit;
}

.testdrive__brand.active {
  background: #0F1414;
  color: #fff;
}

#policy-popup {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
}

#policy-popup .container {
  height: 90svh;
  overflow-y: auto;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup-form__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 700px;
  transition: .5s;
}

.popup-form__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.registration-form__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 750px;
  transition: .5s;
}

.registration-form__holder .form-holder__inner {
  padding-top: 0;
}

.registration-form__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.registration-form__holder .form__closer {
  right: 20px;
  top: 15px;
}

.registration-form__holder .form__heading {
  background-color: #0F1414;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 11px 44px;
  line-height: 1;
}

.registration-form__holder .form__heading h3 {
  padding: 0;
  margin: 0;
  font-size: 36px;
}

.vue-modal-auth .feedback__form {
  margin-top: 50px;
  max-width: 540px;
}

.atr-modal.vue-modal-text {
  max-width: 400px;
}

.atr-modal.vue-modal-text .vue-modal__header {
  padding: 0;
}

.atr-modal.vue-modal-text .atr-modal__content {
  text-align: center;
  font-size: 15px;
}

._blur {
  position: relative;
  filter: blur(8px);
}

._blur:after,
._blur:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.auth-form__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 750px;
  transition: .5s;
}

.auth-form__holder .form-holder__inner {
  padding-top: 0;
}

.auth-form__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.auth-form__holder .form__closer {
  right: 20px;
  top: 15px;
}

.vue-modal-auth .form__heading {
  background-color: #0F1414;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 11px 44px;
  line-height: 1;
}

.vue-modal-auth .form-holder__inner {
  padding: 0 70px 10px 70px;
}

.vue-modal-auth .form__heading h3 {
  padding: 0;
  margin: 0;
  font-size: 36px;
}

.vue-modal-auth .feedback__form {
  margin-top: 50px;
  max-width: 540px;
}

.pass-hide {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 99;
  opacity: 0.6;
  transition: .5s ease-in-out;
}

.pass-hide:hover {
  opacity: 1;
}

.pass-hide.active {
  opacity: 1;
}

.pass-hide img {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.reg-link {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;

  text-align: center;
  margin-top: 50px;
}

.reg-link a {
  transition: .5s;
  color: #4982CF;
  text-decoration: none;
}

.reg-link a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.pass-reset {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-align: end;
  margin-bottom: 50px;
  margin-top: 25px;
}

.pass-reset a {
  transition: .5s;
  color: #ACABAB;
  text-decoration: none;
}

.pass-reset a:hover {
  text-decoration: underline;
}

.vue-modal-auth .form__input,
.form__input-placeholder {
  font-size: 18px;
  font-weight: 400;

}

.order-form__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 700px;
  transition: .5s;
}

.order-form__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.vacancy-form__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 700px;
  transition: .5s;
}

.vacancy-form__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.buyback-form__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 700px;
  transition: .5s;
}

.buyback-form__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.tradein-form__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 700px;
  transition: .5s;
}

.tradein-form__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.dealer-map-holder__inner {
  padding-top: 75px;
}

.dealer-map__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 1000px;
  transition: .5s;
}

.dealer-map__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.form__parent {
  position: relative;
}

.form-holder__inner {
  padding: 70px 75px;
}

.form__closer {
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: none;
  color: #010101;
  transition: .25s;
}

.form__heading {
  text-align: center;
}

.form__subHeading {
  font-family: Overpass;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  margin-top: 20px;
}

body.no-scroll {
  overflow: hidden;
}

.form-overlay {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
  transition: .5s;
}

.form-overlay.active {
  opacity: 1;
  transition: .5s;
  z-index: 9;

}

@media (max-height:768px) {
  .form-holder__inner {
    max-height: 95vh;
    overflow: auto;
  }
}

@media (max-width:1440px) {
  /* .main-banner__desc {
    margin-bottom: 4.7vw;
  } */

  .swiper.main-portfolio {
    height: 500px;
  }

  .main-models__model-slide .swiper-slide {
    height: 600px;
  }

}

@media (max-width:1398px) {
  .main-stock .swiper-slide {
    max-width: 425px;
    margin-right: 40px;
  }
}

@media (max-width:1199px) {
  .main-stock .swiper-slide {
    max-width: 557.5px;
    margin-right: 40px;
  }
}

@media (max-width:1024px) {
  .swiper.main-portfolio {
    height: 400px;
  }
}

@media (max-width:800px) {
  .main-models__model-slide {
    max-height: 500px;
    margin-bottom: 100px;
  }

  .main-models__model-slide .swiper-slide {
    height: 400px;
  }
}

@media (max-width:768px) {
  .main-banner__info-bottom{
    top: 0;
    bottom: inherit;
  }
  .main-banner__slide-mob {
    display: block;
  }

  .main-banner__slide-desc {
    display: none;
  }

  .main-stock .swiper-slide {
    max-width: 725px;
    margin-right: 50px;
  }

  .swiper-slide {
    flex-direction: column-reverse;
  }

  .main-banner__info {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    background: #0F1414;
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 10px;
    padding-top: 45px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-banner .swiper-pagination {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
  }

  .main-banner__desc {
    margin: 0;
  }

  .main-banner__title {
    font-size: 7vw;
  }

  .main-banner__subtitle {
    font-size: 4vw;
    margin-top: 3vw;
  }

  .main-banner__text {
    margin: 0 auto;
    font-size: 3vw;
    margin-bottom: 6vw;
  }

  .main-action .swiper-button-next,
  .main-action .swiper-button-prev {
    display: flex;
  }

  .main-models__item {
    flex-direction: column;
  }

  .main-models__model-slide .swiper-slide {
    justify-content: start;
  }

  .main-portfolio .swiper-slide {
    width: calc(100% / 3);
  }

  .form-holder__inner {
    padding: 50px 25px;
    max-height: 90vh;
    overflow: auto;
  }

}

@media (max-width:640px) {
  .mob-shop-btn {
    margin-right: 15px;
  }

  .swiper.main-portfolio {
    height: 500px;
  }

  .main-portfolio .swiper-slide {
    width: calc(100% / 2);
  }

  .main-portfolio__subtitle {
    font-size: 4.1vw;
  }
}

@media (max-width:480px) {

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  svg.fp-arc-loader {
    width: 33px;
    height: 33px;
    display: none;
  }

  .main-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #4982cf;
  }

  .main-banner .swiper-pagination {
    padding-bottom: 13px;
  }

  .main-banner .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0;
    bottom: 0;
  }

  .main-banner .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
    bottom: 0;
  }

  .main-banner .swiper-pagination-bullet .number {
    display: none;
  }

  .main-banner .swiper-pagination-bullet {
    width: 15px;
    height: 1px;
    /* padding: 13px; */
    line-height: 7px;
    margin-bottom: 13px;
    margin: 0 5px !important;
  }

  .main-portfolio .swiper-slide {
    width: 100%;
  }

  .swiper.main-portfolio {
    height: 600px;
  }

  .main-portfolio__subtitle {
    font-size: 35px;
  }

  .main-portfolio .swiper-button-next,
  .main-portfolio .swiper-button-prev {
    display: flex;
  }

  .main-portfolio .swiper-slide {
    padding-bottom: 40px;
  }

  .main-action .swiper-slide {
    padding-bottom: 40px;
  }

  .main-expedition-mob__btn {
    position: relative;
  }

  .main-expedition-mob__btn .main-btn {
    width: 100%;
  }

  .main-expedition-mob .swiper-slide {
    padding-bottom: 40px;
  }

  .swiper.main-portfolio {
    height: 700px;
  }

  .swiper.main-expedition-mob {
    height: 700px;
  }
}

@media (max-width:375px) {
  .main-stock .swiper-slide {
    max-width: 277px;
    margin-right: 50px;
  }

  .swiper.main-portfolio {
    height: 400px;
  }

  .swiper.main-expedition-mob {
    height: 400px;
  }
}

/* ---swiper ---- */



/* ++++++++ common  +++++++++++ */

/* font-family: 'Oswald', sans-serif; */
/* font-family: 'Overpass', sans-serif; */


img {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

/* .main:not(.main__index) {
  margin-top: 114px;
} */

.container-breadcrumb {
  margin-top: 114px;
}

.main {
  overflow: hidden;
}

.main__index {
  margin-top: 0;
  margin-bottom: 100px;
}

section {
  position: relative;
  transition: .5s;
  left: 0;
}



@media (min-width: 320px) {
  .container {
    max-width: 100%;
  }

}

@media (min-width: 490px) {
  .container {
    max-width: 100%;

  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    /* max-width: calc(100% + var(--bs-gutter-x)); */
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(1800px + var(--bs-gutter-x));
  }
}

.h1-heading {
  margin: 66px 0 68px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18px + 1.92vw);
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.h2-heading {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 1vw);
  line-height: 1.3;
  color: #000000;
}

.h2-heading__dark {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + .9vw);
  line-height: calc(14px + .9vw);
  color: #fff;
  padding: 7px 42px;
  background: #0F1414;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
}


.stock-back__link {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 42px;
  margin-top: 40px;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.stock-back__link svg {
  margin-top: -3px;
  margin-right: 10px;
}

.card-stock__label {
  position: absolute;
  top: 10px;
  z-index: 3;
  max-width: 191px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}



.card-label__novelty {
  background: #F4885A;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 7px;
  padding: 7px 0;
  width: 133px;
}

.card-stock__label-right {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
  max-width: 191px;
}

.card-stock__label-right .card-label__novelty {
  margin-top: 0;
}

.header__mobile {
  display: none;
}

.header {
  font-family: 'Overpass', sans-serif;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .5s;
  z-index: 12;
}



.header-desktop__inner {
  position: relative;
}

.header__top {
  /* padding: 10px 0; */
  font-size: 14px;
  /* border-bottom: 1px solid #fff; */
  position: relative;
}


.header__top::before,
.header__top::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 45%;
  max-width: 832px;
  background: rgba(255, 255, 255, 0.25);
}


.card-slider__pagination:not(#fake-id) {
  bottom: 3px;
  left: 0;
  right: 0;
  width: auto;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.card-slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 33px;
  height: 1px;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  margin: 0 6px;
}

.card-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: none;
  height: 2px;
}

.label-fav__link {
  /* color: #fff; */
  color: transparent;
  stroke: #fff;
  /* fill: transparent; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 20, 20, 0.7);
  width: 32px;
  height: 32px;
  transition: .25s;
  cursor: pointer;
}

.label-fav__link svg {
  fill: transparent;
  transition: .25s;
}




.label-fav__link:hover {
  color: transparent;
  stroke: #fff;
}


.label-fav__link.active {
  color: #4982cf;


}


.label-fav__link.active svg {
  stroke: #4982cf;
  fill: #4982CF;
}



.header__top::before {
  left: 0;
}

.header__top::after {
  right: 0;
}



.header__bottom {
  padding: 23px 0 0 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.header__logo {
  max-width: 183px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  text-align: center;
}

.quick-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header a {
  color: #fff;
  text-decoration: none;
  transition: .25s;
}


.header a:hover {
  /* text-decoration: underline; */
  cursor: pointer;
  color: #fff;
  transition: .25s;

  overflow: hidden;
}

.nav__link {
  position: relative;
  display: block;
  overflow: hidden;

  /* padding-bottom: 23px; */
}

.nav__link::before {
  content: '';
  position: absolute;
  width: 100%;
  /* transform: scale(0); */
  height: 5px;
  background: #fff;
  left: 0;
  bottom: -10px;
  transition: .25s;

}

.nav__link.active::before {
  /* transform: scale(1); */
  bottom: 0;
  /* left: 0; */
}

.mob-submenu__link {
  display: block;
  padding: 5px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* .mob-submenu__link:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
} */

.mob__submenu {
  transition: .5s;
  overflow: hidden;
  max-height: 0;
}

.mob-nav__link {
  transition: .25s;

}

.mob-nav__link.active~.mob__submenu {
  max-height: 2000px;
  transition: 1s;



}

.models-links__list {
  /* background: #fff; */
  /* margin-bottom: 20px; */
}

a.models-links__item {
  color: #0f1414;
  border-bottom: 1px solid #0f1414;
}

a.models-links__item:hover {
  color: #0f1414;
}

.quick-links__ico-social {
  margin-right: 5px;
}

.quick-links__ico-social img {
  max-width: 20px;
  margin: 0 1px;
}

.quick-links__item.quick-links__item-callback {
  background-color: #4982cf;
  padding: 10px 20px;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.quick-links__item.quick-links__item-callback:hover {
  background-color: #0f1414;
}


.no-transition {
  transition: none !important;
}

.quick-links__item {
  display: flex;
  align-self: center;
}

.header-top__left .quick-links__item:not(:last-child) {
  margin-right: 43px;
}

.header-top__left .quick-links__item:nth-child(1n+2) {
  margin-right: 21px !important;
}

.header-top__right {
  align-self: center;
}

.header-top__right .quick-links__list {
  justify-content: flex-end;
}

.header-top__right .quick-links__item:not(:first-child) {
  margin-left: 43px;
}

.icon__link svg {
  color: #fff;
  transition: .25s;
}

.icon__link:hover svg,
.icon__link.active svg {
  color: #4982CF;
}

.icon__link:hover svg,
.icon__link.active svg {
  stroke: #4982cf;
  fill: #4982CF;
}

.icon-links__list,
.cabinet-liks__list,
.nav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav__list {
  align-items: center;
}

.cabinet-liks__list {
  margin-left: 47px;
}

.cabinet__delimiter {
  margin: 0 12px;

}

.header-top-right__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top__right .icon-links__item:not(:first-child) {
  margin-left: 27px;
}

.header-bottom__left .nav__item:not(:last-child) {
  margin-right: 47px;
}

.header-bottom__right .nav__item:not(:first-child) {
  margin-left: 47px;
}

.header-bottom__right .nav__list {
  justify-content: flex-end;
}

.inner-page__header {
  background: #0F1414;
}

.inner-page__header .header__logo,
.header__logo.shrink {
  width: 132px;
  top: 5px;
}

.header__logo.shrink {
  transition: .5s;
}




.header.nav-up {
  top: -100%;
  transition: 1s;
}

.header.nav-down {
  /* background: rgba(0, 0, 0, .7); */
  /* background: linear-gradient(rgba(15, 20, 20, 0.8), rgba(15, 20, 20, 0)); */
  background: #000;
}

.header.nav-down .header__logo {
  max-width: 132px;
  top: 5px;
}



.footer {
  /* margin-top: 300px; */
}

.footer-top__link {
  font-family: 'Oswald';
  transition: .25s;
}

.footer-top__link:hover {
  color: #4982cf;
}


.footer__top {
  background: #F5F5F5;
  color: #000;
  font-family: 'Overpass';
}

.footer__bottom {
  background: #0F1414;
  color: #fff;
}

.footer-top-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.footer-top-links__item {
  width: 33.3333%;
}

.footer-top__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;


}

.footer-top-links__item:not(:last-child) {
  border-right: 1px solid #3E3D3D;
}

.footer__bottom {
  font-family: 'Overpass';
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
}

.footer-logoNav {
  display: flex;
}

.footer__logo {
  max-width: 128px;
  margin-right: 60px;
}

.footer-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;

}

.footer-nav__item:not(:last-child) {
  margin-right: 54px;
}

.footer-nav__item a {
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: .25s;
}

.footer-nav__item a:hover {
  text-decoration: underline;
}

.footer__social {
  margin-top: 50px;
  display: flex;
}

.footer-soc__list {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.footer-soc__list a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  transition: .25s;
}

.footer-soc__list a:hover {
  color: #4982CF;
}

.footer-soc__delimiter {
  width: 1px;
  background: #3E3D3D;
  margin: 0 12px;
  height: 30px;
}

.footer__social-btns {
  display: flex;
}

.footer-callback__btn {
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3E3D3D;
  width: 190px;
  padding: 13px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  transition: .25s;
}

.all-cars__link:hover,
.car-detail__btn:hover,
.car-order__btn:hover,
.cars__section .filter-btn__apply:hover,
.equip__filter .filter-btn__apply:hover {
  background: #4982CF;
  color: #fff;

}

.eq-filter__stock {
  display: flex;
  gap: 10px 40px;
  margin-left: 30px;
  margin-top: 35px;
}

.eq-filter__stock .in-stock {
  margin-bottom: 0;
}

@media (max-width:1024px) {
  .eq-filter__stock {
    display: flex;
    gap: 10px 20px;
    margin-left: 20px;
  }
}

@media (max-width:768px) {
  .eq-filter__stock {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
    gap: 10px 40px;
  }
}

.footer-callback__btn:hover {
  /* color: #fff;
  background: #3E3D3D;*/
  border: 1px solid #4982CF;

}

.footer__contacts p {
  margin: 0;
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
  /* line-height: 16px; */
  text-transform: uppercase;
}

.footer__phone {
  font-weight: 300;
  font-size: 32px;
  line-height: 41px;
  margin-top: 9px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: .25s;
}

.footer__disclaimer {
  font-family: 'Overpass', sans-serif;
  margin-top: 55px;
  padding: 15px 0;
  border-top: 1px solid #3E3D3D;
  font-size: 13px;
  line-height: 16px;

  color: #FFFFFF;
}

.footer__disclaimer a {
  color: #7e7e7e;
}

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

.disclaimer__text-offer {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.1;
}

.supportix {
  display: flex;
}

.supportix span,
.supportix a {
  display: block;
}

.supportix span {
  margin-top: 5px;
  color: #7e7e7e;
}

.supportix a {
  margin-left: 5px;
}

.sub-nav {
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 113px;
  overflow: hidden;
  /* max-height: 0; */
  height: 0;
  transition: .5s;
  background: #fff;
}



.sub-nav__menu {
  margin-top: 45px;
  margin-bottom: 45px;
}


.sub-nav__list {
  list-style: none;

  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;

}

.sub-nav__list-main {
  flex-wrap: inherit;
  width: 41.3%;
  flex-direction: column;
}

.sub-nav__list-top {
  /* border-bottom: 1px solid #d9d9d9; */
}

.sub-nav__list-top .sub-nav__link {
  text-transform: uppercase;
}



.mark__list {
  padding: 0;
  position: relative;
  max-width: 555px;
}

.mark-item__cars {
  position: absolute;
  left: 100%;
  top: 0;
  /* transform: translateX(-50%); */
}

.models-qlinks__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0F1414;

}

.models-qlinks__link:hover {
  background: #0F1414;
  color: #fff;
}

.models-qlinks__link span {
  transition: .25s;
}

a.models-qlinks__link:hover span {
  color: #fff;

}

.sub-nav__item {
  /* width: 31.3%; */
  width: 41.3%;
}


.sub-nav__link.active {
  /* font-weight: bold; */
  /* color: #4982CF; */

}


.sub-nav__link span {
  color: #000;
  font-weight: 400;
  transition: .25s;

}

.sub-nav__link.active span {
  font-weight: 600;
  color: #4982CF;

}



.sub-nav__img img {
  width: 100%;
  transition: 1s ease;
}

.overlay {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 5;
  transition: .5s;
}


.overlay.active {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 20%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}

.float-msngr-btn {
  display: none;
  flex-direction: column;
  cursor: pointer;
  position: fixed;
  max-width: 60px;
  padding: 12px;
  height: auto;
  width: 100%;
  bottom: 40%;
  left: 0;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2) !important;
  transform-origin: center;
  transition: .2s ease-in-out;
  z-index: 9;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #0f1414a8;
}

.float-msngr-btn a {
  padding: 7px 0;
}

/* #supportTrigger.trigger {
  z-index: -1 !important;
  opacity: 0 !important;
} */

.float-callback-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  max-width: 60px;
  padding: 12px;
  height: auto;
  width: 100%;
  bottom: 10%;
  right: 5%;
  background-color: #4982CF;
  border-radius: 50%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2) !important;
  transform-origin: center;
  transition: .2s ease-in-out;
  z-index: 6;
}

.float-callback-btn:hover {
  transform: scale(1.3);
  background-color: #0F1414;
}

.actions-detail__section {
  margin-top: 25px;
}

.models {
  margin-bottom: 35px;
}



.nf-menu__holder {
  position: fixed;
  z-index: 10;
  right: 100px;
  bottom: 50px;
}

.nf-menu-holder__inner {
  position: relative;
}



.nf-menu__btn {
  opacity: 1;
  background: #4982cf;
  border: 1px solid #4982cf;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* position: fixed; */
  max-width: 80px;
  padding: 12px;
  /* bottom: 9%;
  right: 4.4%; */
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.14);
  transform-origin: center;
  transition: .5s ease-in-out;
  z-index: 9;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;


  position: relative;
  transition: .25s;

}


.nf-menu__btn.hide {
  opacity: 0;
}

/* .nf-menu__btn.active {
  opacity: 0;
} */

.filter-btn__conf-anim {
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}

.car-order__btn-anim {
  -webkit-animation: hoverWaveBlack linear 1s infinite;
  animation: hoverWaveBlack linear 1s infinite;
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(73, 130, 207, 0.3), 0 0 0 0 rgba(73, 130, 207, 0.2), 0 0 0 0 rgba(73, 130, 207, 0.2)
  }

  40% {
    box-shadow: 0 8px 10px rgba(73, 130, 207, 0.3), 0 0 0 15px rgba(73, 130, 207, 0.2), 0 0 0 0 rgba(73, 130, 207, 0.2)
  }

  80% {
    box-shadow: 0 8px 10px rgba(73, 130, 207, 0.3), 0 0 0 30px rgba(73, 130, 207, 0), 0 0 0 26.7px rgba(73, 130, 207, 0.067)
  }

  100% {
    box-shadow: 0 8px 10px rgba(73, 130, 207, 0.3), 0 0 0 30px rgba(73, 130, 207, 0), 0 0 0 40px rgba(73, 130, 207, 0.0)
  }
}

@keyframes hoverWaveBlack {
  0% {
    box-shadow: 0 8px 10px rgba(15, 20, 20, 0.3), 0 0 0 0 rgba(15, 20, 20, 0.2), 0 0 0 0 rgba(15, 20, 20, 0.2)
  }

  40% {
    box-shadow: 0 8px 10px rgba(15, 20, 20, 0.3), 0 0 0 15px rgba(15, 20, 20, 0.2), 0 0 0 0 rgba(15, 20, 20, 0.2)
  }

  80% {
    box-shadow: 0 8px 10px rgba(15, 20, 20, 0.3), 0 0 0 30px rgba(15, 20, 20, 0), 0 0 0 26.7px rgba(15, 20, 20, 0.067)
  }

  100% {
    box-shadow: 0 8px 10px rgba(15, 20, 20, 0.3), 0 0 0 30px rgba(15, 20, 20, 0), 0 0 0 40px rgba(15, 20, 20, 0.0)
  }
}

.nf-menu__btn:hover,
.nf-menu-anim__btn:hover {
  border: 1px solid #fff;
  background: #0F1414;

}






.nf-menu__btn-icon {
  transition: .25s ease;
  -webkit-animation: wheelRotate linear 1.4s infinite;
  animation: wheelRotate linear 1.4s infinite;
}

@keyframes wheelRotate {

  24%,
  8% {
    transform: rotate(20deg);
  }

  16% {
    transform: rotate(-20deg);
  }

  32% {
    transform: rotate(0deg);
  }
}

.nf-menu-anim {
  width: 300px;
  opacity: 1;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: fixed; */
  position: absolute;
  padding: 12px 0;
  bottom: 0;
  right: 0;
  transform-origin: center;
  transition: .2s ease-in-out;
  z-index: 10;
  box-shadow: 0 4px 21px 0 rgb(0 0 0 / 14%);
  border-radius: 80px;


  opacity: 0;
  z-index: -1;

}

.nf-menu-anim.active {
  z-index: 10;
  opacity: 1;
}


.nf-menu-anim__slider {
  width: 100%;
  position: relative;
  height: 80px;
  /* justify-content: end; */
  display: flex;
}

.nf-menu-anim__inner {
  height: 80px;
}

.nf-menu-anim__slide {
  background: #fff;
  border-radius: 80px;
  justify-content: end !important;
  flex-direction: row !important;
}

.nf-menu-anim__btn {
  opacity: 1;
  background: #4982cf;
  border: 1px solid #4982cf;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80px;
  padding: 12px;
  transform-origin: center;
  z-index: 9;

  transition: .25s;
  cursor: pointer;
}

.nf-menu-anim__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
}

.nf-menu-anim__text {
  font-weight: 300;
  font-size: 15px;
  color: #000;
  transition: .25s ease;
  font-family: 'Overpass';
  line-height: 1.3;
}

/* .nf-menu-anim,
.nf-menu__btn {
  opacity: 0;
  z-index: -1;
  transition: 1s;
} */

/* .nf-menu-anim.active {
  opacity: 1;
  z-index: 15;
}

.nf-menu__btn.active {
  opacity: 1;
  z-index: 14;
} */

.nf-menu__close {
  width: 59px;
  height: 59px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  max-width: 60px;
  padding: 12px;
  bottom: 10%;
  right: 5%;
  border: 1px solid #4982CF;
  transform-origin: center;
  transition: .2s ease-in-out;
  z-index: 0;
}

.nf-menu__close:hover {
  border: 1px solid #4982CF;
  background: #4982CF;
}

.nf-menu__close:hover svg path {
  stroke: #fff;
}

.nf-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 80px;
  opacity: 0;
  background: #fff;
  transition:
    box-shadow 1.2s,
    opacity .8s,
    width 0.4s,
    border-radius 0.4s,
    height 0.4s 0.4s;
}


.nf-menu.show {
  border-radius: 40px;
  opacity: 1;

  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.14);
  width: 360px;
  height: 250px;

}


.nf-menu__holder:hover .nf-menu__btn {
  /* background: #fff; */

  opacity: 0;
}



.nf-menu.active .nf-menu__close {
  z-index: 11;
}

.nf-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 35px 70px 100px 35px;
  min-width: max-content;
}

.nf-menu__item {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
}

.nf-menu__item.callback-popup-link.consult__btn {
  width: inherit;
  transform: inherit;
  margin-inline: inherit;
}

.nf-menu__item:hover .nf-menu__item-text {
  color: #4982cf;
}

.nf-menu__item:hover .nf-menu__item-icon svg.nf-menu__svg-stroke path {
  stroke: #0F1414;
  /* fill:#0F1414; */
}

.nf-menu__item:hover .nf-menu__item-icon svg.nf-menu__svg-fill path {
  /* stroke:#0F1414; */
  fill: #0F1414;
}

.nf-menu__item:hover .nf-menu__item-icon svg.nf-menu__svg-rect rect {
  /* stroke:#0F1414; */
  fill: #0F1414;
}

.nf-menu__item-icon {
  width: 32px;
}

.nf-menu__item-text {
  font-weight: 300;
  font-size: 15px;
  color: #000;
  margin-left: 20px;
  transition: .25s ease;
  font-family: 'Overpass';
  line-height: 1.3;
}

.nf-menu__item-icon svg path {
  transition: .25s ease;
}

.sub-nav__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.sub-nav__menu {
  padding-left: 108px;

  width: calc(100% - 35.519%);
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}

.sub-nav__list-main .sub-nav__item {
  width: 100%;
}

.mark-item__cars:not(:first-child) {
  /* display: none; */
  /* TODO */
}




a.mark-cars__link {
  color: #000;

}

.mark-cars__item a {
  display: flex;
  flex-direction: column;
}

.mark-cars__generation-label {
  /* font-size: 14px; */
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #ACABAB;
}

.show-more__link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 125px;
  margin-inline: auto;
  position: relative;
  border-bottom: 1px solid #4982CF;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
  /* line-height: 42px; */
  /* identical to box height, or 262% */
  transition: .25s;
  font-family: "Overpass";
  color: #000000;
  transition: .25s;
  cursor: pointer;
}

.show-more__link::before {
  content: "";
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  border-top: 10px solid #4982CF;
}

.show-more__link::after {
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  border-top: 9px solid #fff;
  transition: .25s;
}

.show-more__link:hover {
  color: #4982CF;
}

.show-more__link:hover::after {
  border-top: 9px solid #4982CF;
}

.page-pagination {
  margin: 45px 0;
}

.page-pagination__list {
  list-style: none;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  align-items: center;
  border: 1px solid #e7e7e7;
  /* border-radius: 25px; */
  width: min-content;
  margin-top: 65px;
}

.page-pagination__item {
  padding: 13px 0;
  margin: 0 10px;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 250;
  font-size: 16px;
  transition: .25s ease;
  cursor: pointer;
  position: relative;
}

.page-pagination__dots a,
.page-pagination__item a {
  text-decoration: none;
  color: #000;
}

.page-pagination__item.active a,
.page-pagination__item a:hover,
.page-pagination__dots a:hover {
  text-decoration: none;
  color: #4982CF;
  transition: .25s ease;
}

.page-pagination__item:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #4982CF;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  transition: .25s ease;
  opacity: 0;
}

.page-pagination__item.active:after,
.page-pagination__item:hover:after {
  opacity: 1;
}

.slider__nav {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 15px 8px; */
  background: #0F1414;
  color: #fff;
}

.slider__nav.swiper-button-disabled {
  opacity: .5;
}

.thumbs-button__prev {
  left: 0;
}

.thumbs-button__next {
  right: 0;
}

.car-detail-thumbs__slider {
  position: relative;
}

.all-models__link span {
  font-weight: 400;
  position: relative;
  /* display: inline-block; */
  /* margin-bottom: 0; */
  transition: .25s;


}

.all-models__link span::before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: .25s;
  background: #0F1414;
}

.all-models__link:hover span::before {
  background: #4982CF;
  font-weight: 600;
}







@media (max-width: 1640px) {
  .header-bottom__left .nav__item:not(:last-child) {
    margin-right: 27px;
  }

  .header-bottom__right .nav__item:not(:first-child) {
    margin-left: 27px;
  }

  .kavkaz-price-item__val {
    font-size: 54px;
  }
}




@media (max-width: 1420px) {
  .footer__logo {
    margin-right: 20px;
  }

  .footer-nav__item:not(:last-child) {
    margin-right: 20px;
  }

  .footer__phone {
    line-height: 1.3;
    font-size: 26px;
  }

  /* .sub-nav__menu {
    padding-left: 70px;
    width: calc(100% - 25%);
  } */

  /* .sub-nav__img {
    width: 25%;
  } */


}


@media (max-width: 1366px) {

  .nav__link {
    /* padding-bottom: 28px; */
  }

  /* .main:not(.main__index) {
    margin-top: 109px;
  } */
  .container-breadcrumb {
    margin-top: 109px;
  }

  .header__top::before,
  .header__top::after {
    max-width: 42%;
  }

  .header__logo,
  .header.nav-down .header__logo,
  .inner-page__header .header__logo {
    max-width: 105px;
    top: 5px;
  }

  .header-bottom__left .nav__item:not(:last-child),
  .header-top__left .quick-links__item:not(:last-child) {
    margin-right: 30px;
  }

  .header-bottom__right .nav__item:not(:first-child) {
    margin-left: 30px;
  }

  .header__bottom {
    /* padding: 15px 0; */
  }

  .cabinet-liks__list {
    margin-left: 30px;
  }

  .header__top {
    font-size: 12px;
  }

  .header__bottom {
    font-size: 16px;
  }

  .sub-nav__menu {
    padding-left: 50px;
  }

  .sub-nav__item {
    /* width: 40%; */
  }


}

@media (max-width:1280px) {
  .header__bottom {
    font-size: 14px;
  }


}

@media (max-width: 1220px) {
  .disclaimer__inner {
    flex-direction: column;
  }

  .supportix {
    margin-top: 20px;
    justify-content: flex-end;
  }
}

@media (max-width: 1100px) {

  .footer-bottom__inner,
  .footer-logoNav {
    flex-direction: column;
    align-items: center;
  }

  .footer__contacts {
    margin-top: 50px;
    display: flex;
    align-items: center;
  }

  .footer__logo {
    margin: 0;
  }

  .footer-navSocial {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__contacts p {
    margin-top: 0;
    margin-right: 15px;
  }

  .footer__phone {
    margin-top: 0;

  }

  .sub-nav__menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* .sub-nav.active {
    height: 65svh;
    overflow: auto;
  } */

  .sub-nav__item {
    width: 49%;
  }

  .sub-nav__link span {
    font-size: 14px;
  }

  .sub-nav__link {
    padding: 10px;
  }

  .sub-nav__menu {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }



}



@media (max-width: 1024px) {

  .header__logo,
  .header.nav-down .header__logo,
  .inner-page__header .header__logo {
    max-width: 80px;
    top: 0px;
  }

  .header__top {
    /* padding: 5px 0; */
  }

  .header__bottom {
    padding: 10px 0;
    padding-bottom: 0;
  }

  .nav__link {
    /* padding-bottom: 10px; */
  }

  .header__bottom {
    font-size: 14px;
  }

  .header-bottom__left .nav__item:not(:last-child),
  .header-top__left .quick-links__item:not(:last-child) {
    margin-right: 20px;
  }

  .header-top__right .icon-links__item:not(:first-child),
  .cabinet-liks__list,
  .header-bottom__right .nav__item:not(:first-child) {
    margin-left: 20px;
  }

  .sub-nav {
    top: 69px;
  }

  .container-breadcrumb {
    /* margin-top: 55px; */
    margin-top: 125px;
  }

  .header__desktop {
    display: none;
  }

  .header__mobile {
    display: block;
    background: #0F1414;
  }

  .cabinet-liks__list {
    justify-content: flex-end;
  }

  .mob-header__logo {
    position: relative;
  }

  .mob-header__top {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 40%;
  }

  .icon-links__item:not(:last-child) {
    margin-right: 25px;
  }

  .mob-header-top__inner {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .mob-header-bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
  }

  .mob-header__bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
  }



  #nav-icon2 {
    width: 40px;
    height: 40px;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }

  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2) {
    top: 8px;
  }

  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 18px;
  }

  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 28px;
  }

  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon2.open span:nth-child(1) {
    left: 4px;
    top: 11px;
  }

  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 11px;
  }

  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #nav-icon2.open span:nth-child(5) {
    left: 3px;
    top: 24px;
  }

  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 24px;
  }

  .mob-header-links__item.mob-header-links__item-callback {
    background-color: #4982cf;
    padding: 10px 20px;
    transition: .2s ease-in-out;
    cursor: pointer;
  }

  .mob-header-links__item.mob-header-links__item-callback:hover {
    background-color: #0f1414;
  }

  .mob-header__link.callback-popup-link {
    color: #fff;
  }

  .mob-header-links__item {
    align-self: center;
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .mob-header-links__item:last-child {
    margin: 0;
  }

  .mob-header__links {
    width: 60%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .mob-header-links__list {
    padding: 0;
    margin: 0;
    justify-content: start;
    display: flex;
    list-style: none;
  }

  a.mob-header__link {
    font-size: 14px;
  }

  .header__mobile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .mob-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mob-header__nav {
    /* max-height: 0; */
    overflow: auto;
    transition: .5s;
    left: calc(100vw + (var(--bs-gutter-x) * 0.5));
    height: calc(100svh - 111px);
    top: 111px;
    position: absolute;
    /* background: #0F1414; */
    width: calc(100% - 30vw);
  }

  .mob-header__nav.active {
    left: calc(30vw + (var(--bs-gutter-x) * 0.5));
  }

  section.left {
    left: -70vw;

  }

  .mob-nav__link {
    padding: 10px 15px;
    display: block;
    position: relative;
  }

  .mov-nav__icon {
    position: absolute;
    right: 15px;
    top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
  }

  .mob-nav__link.active .mov-nav__icon {
    transform: rotate(180deg);
    color: #fff;

  }

  .mob-menu__overlay {
    display: block;
    position: fixed;
    z-index: -1;
    left: 0;
    bottom: -100vh;
    width: 100%;
    height: calc(100% - 151px);
    background: #0F1414;
    /* transition: .5s; */
    opacity: 0;
  }

  .mob-menu__overlay.active {
    opacity: .5;
    z-index: 2;
    bottom: 0;

  }


}

@media (max-width: 868px) {

  /* .main:not(.main__index) {
    margin-top: 69px;
  } */

  .container-breadcrumb {
    margin-top: 69px;
  }

  .header-bottom__left .nav__item:not(:last-child),
  .header-top__left .quick-links__item:not(:last-child) {
    margin-right: 10px;
  }

  .header-top__right .icon-links__item:not(:first-child),
  .cabinet-liks__list,
  .header-bottom__right .nav__item:not(:first-child) {
    margin-left: 10px;
  }

  .header__logo,
  .header.nav-down .header__logo,
  .inner-page__header .header__logo {
    max-width: 80px;
  }

  .header__top {
    font-size: 11px;
  }

  .header__bottom {
    font-size: 13px;
  }

  .sub-nav {
    top: 68px;
  }



}

@media (max-width: 768px) {

  .nf-menu {
    right: 4%;
  }

  /* .float-msngr-btn {
    display: flex;
  } */

  .stock-back__link {
    margin-top: 20px;
    line-height: normal;
  }

  .h2-heading {
    font-size: 22px;
    margin-bottom: 0;
  }

  /* .main:not(.main__index) {
    margin-top: 151px;
  } */

  .container-breadcrumb {
    margin-top: 110px;
  }

  .mob-header__links {
    background: #F5F5F5;
  }

  .mob-header-links__list {
    justify-content: space-between;
  }

  a.mob-header__link {
    color: #000;
  }

  .mob-header-top__inner {
    justify-content: space-between;
  }

  .mob-header__nav {
    top: 148px;
    background: #fff;
  }

  .mob-header__top {
    width: 100%;
    margin: 0 auto;
  }

  .header__mobile-container {
    display: block;
  }

  .mob-header__links {
    width: auto;
  }


  .footer-top-links__list {
    flex-wrap: wrap;
  }

  .footer-top-links__item {
    width: 100%;
  }

  .footer-top-links__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #0F1414;
  }

  .footer-top__link {
    font-size: 18px;
    line-height: 23px;
    padding: 18px 15px;
  }

  .footer__logo {
    max-width: 115px;
  }

  .footer__bottom {
    padding-top: 0;
  }

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

  .footer-nav__list {
    flex-direction: column;
  }

  .footer-nav__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #3E3D3D;
  }

  .footer-nav__item a:last-child {
    border-bottom: 1px solid #3E3D3D;

  }

  .footer-navSocial {
    margin-top: 0;
  }

  .footer-logoNav {
    width: 100vw;
  }

  .footer-navSocial,
  .footer-navSocial nav {
    width: 100%;
  }

  .footer__disclaimer {
    margin-top: 30px;
  }

}

@media (max-width: 640px) {
  .footer__social-btns {
    flex-direction: column;
  }

  .footer-callback__btn {
    margin: 5px 0;
  }

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

  .footer-soc__list {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .nf-menu-anim {
    display: none;
  }

  .main-banner .swiper-slide:after {
    background: none;
  }

  .nf-menu {
    right: 3%;
  }

  .footer__social {
    width: calc(100% - var(--bs-gutter-x));
    justify-content: space-between;
  }

  .footer__social,
  .footer__contacts {
    padding: 0 35px;
  }

  .footer-soc__list {
    margin-right: 0;
  }

  .footer-soc__list svg {
    transform: scale(1.28);
  }

  .footer-soc__delimiter {
    margin: 0 16px;
  }

  .footer-callback__btn {
    width: 228px;
    /* margin-left: 75px; */
  }

  .footer__social {
    margin-top: 38px;
  }

  .footer__contacts {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer__contacts p {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
  }

  .footer__phone {
    font-weight: 300;
    font-size: 32px;
    line-height: 41px;
  }

  .h1-heading {
    margin-top: 30px;
    margin-bottom: 40px;
  }


}






@media (max-width: 425px) {
  .nf-menu {
    max-width: 320px;
    max-height: 285px;
  }

  .mob-header-links__item {
    margin-right: 10px;
  }

  a.mob-header__link {
    font-size: 13px;
  }

  /* .quick-links__ico-social img {
    max-width: 15px;
  } */
  .mob-header-links__item.mob-header-links__item-callback {
    padding: 10px 10px;
  }

  /* a.mob-header__link {
    font-size: 12px;
} */
  .footer__social {
    justify-content: space-between;
  }

  .footer-callback__btn {
    margin-left: 0;
  }

  .footer__social,
  .footer__contacts {
    padding: 0px 2vw;
  }

  .footer__contacts {
    margin-top: 35px;
  }

  .mob-submenu__link {
    font-size: calc(9px + 1.2vw);
    padding: 5px;
  }

  .mob-header__nav {
    width: calc(100% - 20vw);
  }

  .mob-header__nav.active {
    left: calc(20vw + (var(--bs-gutter-x) * 0.5));
  }

  section.left {
    left: -80vw;
  }



}

@media (max-width: 375px) {
  /* .quick-links__ico-social img {
    max-width: 11px;
    margin: 0;
} */

  a.mob-header__link {
    font-size: 12px;
  }

  .footer__social,
  .footer__contacts {
    padding: 0 7px;
  }
}





@media (max-width: 360px) {
  .footer-callback__btn {
    width: 190px;
  }

  .footer__social,
  .footer__contacts {
    padding: 0;
  }

}


@media (max-width: 340px) {
  .mob-header-links__item.mob-header-links__item-callback {
    padding: 10px 5px;
  }

  /* .quick-links__ico-social img {
    max-width: 11px;
} */
  a.mob-header__link {
    color: #000;
    font-size: 11px;
  }

}


/* ------------------- common ------------------- */

/* ++++++++++++++++++++ common-sib ++++++++++++++++++++ */
button {
  border: none;
}

.main-btn {
  cursor: pointer;
  width: 190px;
  height: 40px;
  background: #0F1414;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  transition: .5s;
}

.main-btn:hover {
  background: #4982CF;
  color: #fff;
}

.main-btn-blue {
  background: #4982CF;
  color: #fff;
  border-color: #0F1414;
}

.main-btn-blue:hover {
  background: #0F1414;
  color: #fff;
}

.main-btn-white {
  width: 190px;
  height: 40px;
  background: #fff;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #0F1414;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  transition: .5s;
  border: 1px solid #0F1414;
}

.main-btn-white:hover {
  background: #000;
  /* color: #fff; */
  border: 1px solid #000;
}

.mob-header-bottom__right {
  display: flex;
  align-items: center;
}

.mob-shop-btn .main-btn {
  width: 135px;
}

.card-stock {
  transition: .5s ease, outline .01s linear;
  cursor: pointer;
  outline: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
}


.card-stock__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.card-stock__photo {
  /* position: relative; */
  position: static;
  /* height: 100%; */
  height: 300px;
  overflow: hidden;
}

.card-stock__info {
  color: transparent;
  text-decoration: none;
}

.card-stock__ny25 {
  /* display: none; */
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.card-stok__top {
  position: relative;
}

.cs-ny25__line {
  position: relative;
}

.cs-ny25__ul {
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.cs-ny25__li {
  position: absolute;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1-li;
  animation-name: flash-1-li;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.cs-ny25__li:after {
  border-radius: 50%;
  position: absolute;
  left: 10px;
  right: 0;
  margin: 0;
  width: 15px;
  height: 20px;
  content: '';
  z-index: -1;
  text-align: center;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.cs-ny25__li:nth-child(2n+1):after {
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.cs-ny25__li:nth-child(4n+2):after {
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.cs-ny25__li:nth-child(odd):after {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.cs-ny25__li:nth-child(3n+1):after {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}



.cs-ny25__li:nth-child(2n+1) {
  -webkit-animation-name: flash-2-li;
  animation-name: flash-2-li;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.cs-ny25__li:nth-child(4n+2) {
  -webkit-animation-name: flash-3-li;
  animation-name: flash-3-li;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.cs-ny25__li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.cs-ny25__li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}


@-webkit-keyframes flash-1 {

  0%,
  100% {
    box-shadow: none;
  }

  50% {
    box-shadow: 0px 4.66667px 24px 3px #4982CF;
  }
}

@keyframes flash-1 {

  0%,
  100% {
    box-shadow: none;
  }

  50% {
    box-shadow: 0px 4.66667px 24px 3px #4982CF;
  }
}

@-webkit-keyframes flash-2 {

  0%,
  100% {
    box-shadow: 0px 4.66667px 24px 3px #4982CF;
  }

  50% {
    box-shadow: none;
  }
}

@keyframes flash-2 {

  0%,
  100% {
    box-shadow: 0px 4.66667px 24px 3px #4982CF;
  }

  50% {
    box-shadow: none;
  }
}

@-webkit-keyframes flash-3 {

  0%,
  100% {
    box-shadow: 0px 4.66667px 24px 3px none;
  }

  50% {
    box-shadow: 0px 4.66667px 24px 3px #4982CF;
  }
}

@keyframes flash-3 {

  0%,
  100% {
    box-shadow: 0px 4.66667px 24px 3px none;
  }

  50% {
    box-shadow: 0px 4.66667px 24px 3px #4982CF;
  }
}



@-webkit-keyframes flash-1-li {

  0%,
  100% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }
}

@keyframes flash-1-li {

  0%,
  100% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes flash-2-li {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }
}

@keyframes flash-2-li {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }
}

@-webkit-keyframes flash-3-li {

  0%,
  100% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }
}

@keyframes flash-3-li {

  0%,
  100% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }
}

img.cs-ny25__1500 {
  display: none;
}

img.cs-ny25__1200 {
  display: none;
}

.cs-ny25__line img {
  padding-top: 2px;
}

@media (max-width:1600px) {
  img.cs-ny25__1500 {
    display: block;
  }

  img.cs-ny25__def {
    display: none;
  }

  .cs-ny25__line img {
    padding-top: 0;
  }
}

@media (max-width:1398px) {
  img.cs-ny25__1500 {
    display: none;
  }

  img.cs-ny25__def {
    display: block;
  }

  .cs-ny25__line img {
    padding-top: 2px;
  }

  .cars__lilst img.cs-ny25__1500 {
    display: block;
  }

  .cars__lilst img.cs-ny25__def {
    display: none;
  }
}

@media (max-width:1198px) {
  img.cs-ny25__def {
    display: none;
  }

  img.cs-ny25__1500 {
    display: none;
  }

  img.cs-ny25__1200 {
    display: block;
  }

  .cars__lilst .cs-ny25__line img {
    padding-top: 0;
  }

  .cars__lilst img.cs-ny25__1500 {
    display: block;
  }

  .cars__lilst img.cs-ny25__def {
    display: none;
  }
}

@media (max-width:1024px) {
  img.cs-ny25__def {
    display: block;
  }

  img.cs-ny25__1500 {
    display: none;
  }

  img.cs-ny25__1200 {
    display: none;
  }

  .cs-ny25__line img {
    padding-top: 0;
  }
}

@media (max-width:840px) {
  .cs-ny25__line img {
    padding-top: 3px;
  }
}

@media (max-width:768px) {
  .cs-ny25__ul {
    top: 7px;
  }

  img.cs-ny25__def {
    display: none;
  }

  img.cs-ny25__1500 {
    display: none;
  }

  img.cs-ny25__1200 {
    display: block;
  }

  .cars__lilst img.cs-ny25__1200 {
    display: none;
  }

  .cars__lilst .cs-ny25__line img {
    padding-top: 5px;
  }
}

@media (max-width:640px) {
  .cs-ny25__ul {
    top: 0;
  }
}

@media (max-width:550px) {
  .cars__lilst img.cs-ny25__def {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .cars__lilst img.cs-ny25__1500 {
    display: none;
  }
}

@media (max-width:500px) {
  .cs-ny25__line img {
    padding-top: 0;
  }

  img.cs-ny25__def {
    display: block;
  }

  img.cs-ny25__1500 {
    display: none;
  }

  img.cs-ny25__1200 {
    display: none;
  }
}

@media (max-width:430px) {
  .cars__lilst img.cs-ny25__def {
    padding-top: 4px;
  }
}

.cs-ny25__li span {
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14px;
  top: 4px;
  text-align: center;
}

.cs-ny25__li:nth-child(1) {
  top: 2px;
  left: -2px;
  transform: rotate(13deg);
}

.cs-ny25__li:nth-child(2) {
  top: 8px;
  left: 5.5%;
  transform: rotate(17deg);
}

.cs-ny25__li:nth-child(3) {
  top: 13px;
  left: 11%;
  transform: rotate(14deg);
}

.cs-ny25__li:nth-child(4) {
  top: 17px;
  left: 17%;
  transform: rotate(10deg);
}

.cs-ny25__li:nth-child(5) {
  top: 21px;
  left: 23%;
  transform: rotate(10deg);
}

.cs-ny25__li:nth-child(6) {
  top: 24px;
  left: 29%;
  transform: rotate(6deg);
}

.cs-ny25__li:nth-child(7) {
  top: 26px;
  left: 35%;
  transform: rotate(4deg);
}

.cs-ny25__li:nth-child(8) {
  top: 27px;
  left: 41%;
  transform: rotate(2deg);
}

.cs-ny25__li:nth-child(9) {
  top: 27px;
  left: 47%;
  transform: rotate(0deg);
}

.cs-ny25__li:nth-child(10) {
  top: 27px;
  left: 53%;
  transform: rotate(0deg);
}

.cs-ny25__li:nth-child(12) {
  top: 24px;
  left: 63%;
  transform: rotate(2deg);
}

.cs-ny25__li:nth-child(13) {
  top: 21px;
  left: 69%;
  transform: rotate(353deg);
}

.cs-ny25__li:nth-child(14) {
  top: 17px;
  left: 75%;
  transform: rotate(355deg);
}

.cs-ny25__li:nth-child(15) {
  top: 13px;
  left: 81%;
  transform: rotate(350deg);
}

.cs-ny25__li:nth-child(16) {
  top: 9px;
  left: 87%;
  transform: rotate(346deg);
}

.cs-ny25__li:nth-child(17) {
  top: 3px;
  left: 93%;
  transform: rotate(345deg);
}

.card-stock__label {
  position: absolute;
  top: 10px;
  z-index: 3;
  max-width: 191px;
}


.card-stock__label.card-stock__label-ny25 {
  top: 70px;
}

.card-stock__label-conf{
  max-width: 220px;
}

.card-label__favorite {
  display: flex;
}

.card-label-favorite__name {
  background: #0F1414;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 7px 0;
  width: 133px;
}

.card-label-favorite__icon {
  background: rgba(15, 20, 20, 0.7);
  display: flex;
  justify-content: center;
  align-self: center;
  height: 32px;
  width: 32px;
  align-items: center;
}

.card-label__action {
  background: #FFD94A;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 7px;
  padding: 7px 0;
  width: 133px;
}

.card-label__benefit {
  background: #4982CF;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 7px;
  padding: 7px 15px;
  /* width: 191px; */
  display: inline-block;
}

.card-label__benefit-yellow {
  font-size: 12px;
  background: #ffd94a;
  color: #000;
}

.card-label__benefit-orange {
  background: #F4885A;
  color: #000;
}

.card-label__benefit-black {
  background: #0f1414;
  color: #fff;
}

.card-label__benefit-ramSale {
    background: #ffd94a;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
}

.card-label__benefit-sold {
    background: #B21616;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
}

.cs-info__ramSale-gift {
    position: absolute;
    max-width: 70px;
    right: 5px;
    top: 38%;
    z-index: 9;
}

.cs-info__sold{
    position: relative;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
    background: #B21616;
}

@media (max-width:1700px) {
  .cs-info__ramSale-gift {
    top: 35%;
  }
}

@media (max-width:1540px) {
  .cs-info__ramSale-gift {
    top: 30%;
  }
}

@media (max-width:500px) {
  .card-label__benefit-ramSale {
    padding: 5px 10px;
    line-height: 1.3;
    font-size: 14px;
}
}

@media (max-width:375px) {
      .card-label__benefit-ramSale {
        font-size: 12px;
    }
}

.card-label__ramSale-gift {
    position: absolute;
    max-width: 100px;
    right: 3%;
    bottom: 15%;
    z-index: 9;
}

@media (max-width:768px) {
  .card-label__ramSale-gift {
    max-width: 80px;
  }
}

@media (max-width:640px) {
  .card-label__ramSale-gift {
        max-width: 70px;
    }
    .card-label__ramSale-gift {
    bottom: 20%;
    }
}

@media (max-width:480px) {
  .card-label__ramSale-gift {
    bottom: 25%;
  }
}

.card-label__benefit-black {
  background: #0f1414;
}

.card-label__benefit-conf {
  background: #4982CF;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 7px;
  padding: 7px 15px;
  /* width: 191px; */
  display: inline-block;
}

.card-label__sales {
  background: #000000;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 7px;
  padding: 7px 0;
  width: 165px;
}

.card-label-favorite__icon svg {
  stroke: #4982CF;
  fill: none;
}

.card-label-favorite__icon-active svg {
  stroke: #4982CF;
  fill: #4982CF;
}

.cars__banner-action {
  margin-bottom: 30px;
}

.cs-info {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  text-align: left;
  margin-top: 30px;
}

.cs-info__vin {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  padding: 0 19px;
}

.cs-info__vinnumber {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 42px;
  color: #ACABAB;
}

.cs-info__year {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 42px;
}

.cs-info__general {
  padding: 0 19px;
}

.cs-info__title {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  min-height: 56px;
}

.cs-info__list {
  margin: 20px 0;
}

.cs-info__item {
  /* margin-top: 10px;
  margin-bottom: 10px; */
  display: flex;
}

.cs-info__name {
  display: flex;
  align-self: center;
}

.cs-info__icon {
  margin-right: 10px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.cs-info__ico {
  width: 18px;
  height: 18px;
}

.cs-item__used .cs-info__ico {
  width: 22px;
  height: 22px;
}

.cs-item__equipment {
  font-weight: 800;
}

.cs-item__used {
  font-weight: 800;
}

.cs-info__price-sale {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #7E7E7E;
  text-decoration: line-through;
  text-align: center;

}

.cs-info__used {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  padding: 4px 23px;
  background: #F5F5F5;
  border-radius: 9px;
  margin-left: 15px;
}

.cs-info__price {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 25px;
  text-align: center;
}

.cs-info__verified {
  padding: 2px 19px;
  border-top: 1px solid #F5F5F5;
  /* margin-top: 20px; */
  margin-bottom: 0;
  background-color: #2BA86C;
  color: #fff;
}

.cs-info__benefit {
  position: relative;
  /* font-family: var(--font-family); */
  font-weight: 600;
  font-size: 16px;
  /* line-height: 262%; */
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #4982CF;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  /* margin-top: 35px; */
  margin-bottom: -30px;
}

.cs-info__benefit:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.44725 24C5.84772 20.6717 6.69953 18.7646 7.92888 16.9678C9.27515 15 9.6221 13.0522 9.6221 13.0522C9.6221 13.0522 10.6804 14.428 10.257 16.5797C12.1267 14.4985 12.4796 11.1825 12.1972 9.91256C16.4234 12.8659 18.2295 19.2607 15.7954 24C28.7417 16.6751 19.0157 5.71473 17.3225 4.48011C17.8869 5.71469 17.9939 7.80471 16.8537 8.81902C14.9236 1.49999 10.1513 0 10.1513 0C10.7157 3.77447 8.10528 7.90183 5.58807 10.9859C5.49964 9.48079 5.40568 8.44223 4.61422 7.00196C4.43656 9.73607 2.34708 11.9648 1.78125 14.7042C1.01481 18.414 2.35536 21.1303 7.44725 24Z' fill='white' /%3E%3C/svg%3E");
  position: absolute;
  left: 15px;
  bottom: 5px;
  content: '';
  width: 24px;
  height: 24px;
}

.cs-info__benefit:before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='10' viewBox='0 0 50 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0L0 10H50L25 0Z' fill='%234982CF' /%3E%3C/svg%3E");
  width: 50px;
  height: 10px;
  content: '';
  left: 0;
  top: -9px;
  z-index: 9;
}

.cs-info__benefit-yellow {
  position: relative;
  /* font-family: var(--font-family); */
  font-weight: 600;
  font-size: 16px;
  /* line-height: 262%; */
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #ffd94a;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  /* margin-top: 35px; */
  margin-bottom: -30px;
}

.cs-info__ramSale {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  background: #ffd94a;
}

.cs-info__benefit-orange {
  background: #F4885A;
}

.cs-info__benefit-orange:before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='10' viewBox='0 0 50 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0L0 10H50L25 0Z' fill='%23F4885A' /%3E%3C/svg%3E");
}

.cs-info__benefit-black{
  background: #0f1414;
}

.cs-info__benefit-black:before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='10' viewBox='0 0 50 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0L0 10H50L25 0Z' fill='%230f1414' /%3E%3C/svg%3E");
}

@media (max-width:1640px) {
  .equip-list .cs-info__benefit-orange .cs-info__name {
    font-size: 14px;
}
}

@media (max-width:1550px) {
  .cs-info__benefit-orange {
    padding-left: 25px;
}
}

@media (max-width:1320px) {
  .equip-list .cs-info__benefit-orange .cs-info__name {
    font-size: 13px;
}
}

@media (max-width:1270px) {
      .cs-info__benefit-orange {
        justify-content: center;
        padding-right: inherit;
        padding-left: 50px;
        font-size: 14px;
    }
}

@media (max-width:1170px) {
  .equip-list .cs-info__benefit-orange .cs-info__name {
        font-size: 16px;
    }
}

.cs-info__in {
  padding: 2px 19px;
  border-top: 1px solid #F5F5F5;
  /* margin-top: 20px; */
  margin-bottom: 0;
}

.car-detail-info__list .cs-info__used {
  background-color: #0f1414;
  font-size: 16px;
  color: #fff;
}

.car-info__inner.car-info-model-verified {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #2ba86c;
}

.car-info-model-verified .cs-info__verified {
  border-top: none;
}

.car-info__inner.car-info-model-benefit {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #4982cf;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
}

.car-info__inner.car-info-model-benefit:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.44725 24C5.84772 20.6717 6.69953 18.7646 7.92888 16.9678C9.27515 15 9.6221 13.0522 9.6221 13.0522C9.6221 13.0522 10.6804 14.428 10.257 16.5797C12.1267 14.4985 12.4796 11.1825 12.1972 9.91256C16.4234 12.8659 18.2295 19.2607 15.7954 24C28.7417 16.6751 19.0157 5.71473 17.3225 4.48011C17.8869 5.71469 17.9939 7.80471 16.8537 8.81902C14.9236 1.49999 10.1513 0 10.1513 0C10.7157 3.77447 8.10528 7.90183 5.58807 10.9859C5.49964 9.48079 5.40568 8.44223 4.61422 7.00196C4.43656 9.73607 2.34708 11.9648 1.78125 14.7042C1.01481 18.414 2.35536 21.1303 7.44725 24Z' fill='white' /%3E%3C/svg%3E");
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 32px;
  height: 32px;
}

.car-info__inner.car-info-model-benefit:after {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='10' viewBox='0 0 50 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0L0 10H50L25 0Z' fill='%234982CF' /%3E%3C/svg%3E");
  width: 50px;
  height: 10px;
  content: '';
  left: 20px;
  top: -10px;
}

.cs-info__place {
  padding: 2px 19px;
  border-top: 1px solid #F5F5F5;
  margin-top: 0;
  margin-bottom: 0;
}

.cs-info__place .cs-info__name {
  width: 80%;
}

.cs-info__color {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  display: inline-block;
}

.cs-info__available {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #2BA86C;
}

.cs-info__available-production {
  background: #ffd94a;
}

.show-more__row {
  margin-bottom: 30px;
}

.show-more__link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 125px;
  margin-inline: auto;
  position: relative;
  border-bottom: 1px solid #4982CF;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
  /* line-height: 42px; */
  /* identical to box height, or 262% */
  transition: .25s;
  font-family: "Overpass";
  color: #000000;
  transition: .25s;
}

.show-more__link::before {
  content: "";
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  border-top: 10px solid #4982CF;
}

.show-more__link::after {
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  border-top: 9px solid #fff;
  transition: .25s;
}

.show-more__link:hover {
  color: #4982CF;
}

.show-more__link:hover::after {
  border-top: 9px solid #4982CF;
}

/* ------------------- common-sib ------------------- */



/* +++++++++++++++++ index +++++++++++++++++ */
.main-action__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.main-action__btn .main-btn {
  z-index: 9;
}

.main-stock__btn {
  display: flex;
  justify-content: end;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.main-stock__btn .main-btn {
  z-index: 9;
}

.main-portfolio__btn {
  display: flex;
  justify-content: end;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.main-portfolio__btn .main-btn {
  z-index: 7;
}


.main-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin-top: 58px;
  margin-bottom: 48px;
}

.main-action__section,
.main-stock__section,
.main-equipment__section,
.main-models__section,
.main-portfolio__section,
.main-expedition-desktop__section,
.main-follow__section {
  margin-bottom: 60px;
}

.main-slider__section {
  background: #0F1414;
}

.main-stock__btn .main-btn-white {
  margin: 0 20px;
}

.main-equipment__list {
  display: flex;
  justify-content: space-between;
}

.main-equipment__item {
  position: relative;
  background-image: linear-gradient(to top, #4982CF 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: 0.5s ease-in-out;
}

.main-equipment__item:hover {
  display: block;
  /* background: #4982CF; */
  cursor: pointer;
  box-shadow: 0px 0px 41px 0px #4982cf85;
  outline-width: 0;
  background-position: bottom;
}

.main-equipment__item:hover img {
  opacity: 0.5;
}

.main-equipment__item img {
  transition: .5s ease;
}

.main-equipment__item:first-child {
  margin-right: 16px;
}

.main-equipment__title {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.main-title__expedition {
  margin-bottom: 20px;
}

.main-hashtag {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}

.grid {
  /* background: #EEE; */
  max-width: 1920px;
  position: relative;
  height: 1100px;
  margin: 0 auto;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 10%;
}

.grid-item {
  height: 100px;
  float: left;
  /* background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px; */
  /* margin-bottom: 10px; */
  padding: 10px;
}

.grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.grid-item--width3 {
  width: 30%;
}

.grid-item--width4 {
  width: 40%;
}

.grid-item--width6 {
  width: 60%;
}

.grid-item--height4 {
  height: 43%;
}

.grid-item--height6 {
  height: 57%;
}


.main-expedition__content {
  display: inline;
  position: relative;
  transition: .5s ease-in-out;
  display: contents;
}

.main-expedition__section {
  margin-top: 60px;
}


.main-expedition__label {
  position: absolute;
  width: 63px;
  height: 130px;
  background: #4982CF;
  left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.main-expedition__label-type {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  transition: .5s ease-in-out;
}

.main-expedition__label-type img {
  width: 22px;
  display: flex;
  align-self: center;
  height: auto;
  flex-wrap: wrap;
}

.main-expedition__title {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  bottom: 35px;
  left: 30px;
  transition: .3s ease-in-out;
  z-index: 2;
  opacity: 1;
}

.main-expedition__title-big {
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 21%);
  transition: .3s ease-in-out;
  left: 30px;
  bottom: 40%;
  z-index: 2;
  opacity: 0;
}

.main-expedition__btn {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: .3s ease;
  z-index: 2;
}

.main-expedition__label-count {
  opacity: 0;
  z-index: 2;
}

.main-expedition__content-pic:hover {
  cursor: pointer;
}

.main-expedition__content-pic:hover .main-expedition__label-type {
  opacity: 0;
}

.main-expedition__content-yt:hover {
  cursor: pointer;
}

.main-expedition__content-yt:hover .main-expedition__title {
  opacity: 0;
  /* font-family: 'Oswald';
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 21%);
  bottom: 40%; */
}

.main-expedition__content-yt:hover .main-expedition__title-big {
  /* left: 0;
  bottom: 50%; */
  opacity: 1;
  /* right: 0; */
}

.main-expedition__label-count {
  opacity: 0;
  position: absolute;
  bottom: 20%;
  transition: .5s ease-in-out;
  left: 30px;
  display: flex;
}

.label-count__item {
  display: flex;
  margin-right: 10px;
}

.main-expedition__label-count img {
  display: flex;
  align-self: center;
  width: 21px;
  height: auto;
  margin-right: 5px;
}

.label-count__item-val {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
}

.main-expedition__content-pic:hover .main-expedition__label-count {
  opacity: 1;
}

.main-expedition__content-pic:hover .main-expedition__btn {
  opacity: 1;
}

.main-expedition__content-pic:hover .main-expedition__title {
  opacity: 0;
  /* font-family: 'Oswald';
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 21%);
  bottom: 40%; */
}

.main-expedition__content-pic:hover .main-expedition__title-big {
  opacity: 1;
}

.main-expedition__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 100%;
  transition: .3s ease-in-out;
}

.main-expedition__play:hover {
  opacity: .5;
  background: #4982CF;
}

.main-expedition__play svg {
  fill: #fff;
  transition: .3s ease;
  display: flex;
  align-self: center;
  margin: 0 auto;
  z-index: 2;
}

/* .main-expedition__content-yt:hover .main-expedition__play svg {
  fill: #4982CF;
} */
/* .main-expedition__content-src{
  display: none;
  width: 100%;

} */
.main-expedition__content-src {
  transition: .5s ease-in-out;
  height: 100%;
  position: relative;
  display: block;
}

.main-expedition__content-src:after {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 35%);
  height: 100%;
  width: 100%;
  content: '';
}

.main-expedition__content-pic:hover .main-expedition__content-src {
  background: #4982CF;
}

.main-expedition__content-pic:hover .main-expedition__content-src img {
  opacity: .5;
}

.main-expedition__content-yt:hover .main-expedition__content-src {
  background: #4982CF;
}

.main-expedition__content-yt:hover .main-expedition__content-src img {
  opacity: .5;
}

.main-expedition__content-src img {
  transition: .5s ease-in-out;
}

/* .main-expedition__content-src img:hover {
  opacity: .5;
} */

.main-expedition__content-yt .main-expedition__content-src {
  height: 100% !important;
}

.main-follow__list {
  display: flex;
  justify-content: space-between;
}

.main-follow__item-yt {
  width: 66.6666%;
}

.main-follow__top {
  display: flex;
  justify-content: space-between;
}

.main-follow__img {
  height: 100%;
}

.main-follow__img img {
  width: 100%;
  object-fit: cover;
  object-position: right;
  height: 100%;
}

.main-follow__video {
  position: relative;
  cursor: pointer;
}

.main-follow__video:hover {
  background: #4982cf85;
  display: block;
}

.main-follow__video img:hover {
  opacity: .5;
}

/* .main-follow__video-img:after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.main-follow__video-img:hover:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #4982cf85;
	opacity: 0.8;
} */
.main-follow__video img {
  height: 100%;
  transition: 0.2s ease-in-out;
}

.main-follow__video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 100%;
  transition: .3s ease-in-out;
}

.main-follow__video-play:hover {
  opacity: .5;
  background: #4982CF;
}

.main-follow__video-play svg {
  fill: #fff;
  transition: .3s ease;
  display: flex;
  align-self: center;
  margin: 0 auto;
}

.main-follow__video:hover svg {
  /* fill: #4982CF; */
}

.main-follow__video-src {
  /* display: none; */
  width: 100%;
}

.main-follow__title {
  display: flex;
  margin-bottom: 10px;
  height: 45px;
  align-items: center;
}

.main-follow__icon {
  width: 40px;
  margin-right: 20px;
  display: flex;
}

.main-follow__name {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-self: center;
}

.main-follow__btn {
  display: flex;
  justify-content: end;
}

.main-follow__btn-mob {
  display: none;
  margin-top: 30px;
}

.main-follow__btn-mob .main-btn {
  width: 100%;
}

.main-follow__item-vk {
  width: 32.3333%;
  border-left: 1px solid #000000;
  padding-left: 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-follow__info {
  background: #F5F5F5;
}

.main-follow__soc {
  display: flex;
  padding: 25px;
}

.main-follow__soc-elem {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.main-follow__soc-logo {
  width: 90px;
  height: auto;
  border-radius: 50%;
  margin-right: 25px;
}

.main-follow__soc-title {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}

.main-follow__soc-link {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
}

.main-follow__text {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  padding: 25px;
}

.bottom-follow__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.bottom-follow__item {
  background: #F5F5F5;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-follow__item-rt {
  width: 35%;
}

.bottom-follow__item-tg .main-follow__icon {
  max-width: 100%;
  width: inherit;
  height: 30px;
}

.bottom-follow__item-rt .main-follow__icon {
  max-width: 100%;
  width: inherit;
  height: 21px;
}

.bottom-follow__item-dz .main-follow__icon {
  max-width: 100%;
  width: inherit;
}

.bottom-follow__item .main-follow__top {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-title-flw {
  margin-bottom: 30px;
}

.main-subtitle-flw {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}

.main-flw__section {
  margin: 70px 0;
}

.main-flw-soc {
  width: 385px;
}

.main-flw-soc__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  background: #0f1414;
  padding: 35px 20px;
  text-align: center;
}

.main-flw-soc__item {
  margin: 7px 0;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-flw-soc__item:last-child {
  margin-bottom: 0;
}

.main-flw-soc__icon {
  margin: auto;
}

.main-flw-soc__btn {
  margin: 40px 0;
}

.main-flw__item-soc {
  margin: 0 60px;
}

.main-flw__item-yt {
  width: 100%;
}

.main-flw__item-yt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-flw__list {
  display: flex;
}

.main-expedition-mob__section {
  display: none;
}

.main-models-mob__section {
  display: none;
}

.main-models-mob__cars {
  width: 100%;
  background: url(/img/index/models-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  background-position-y: 10%;
}

.main-models-mob__car {
  display: none;
}

.main-models-mob__car.active {
  display: block;
}

.main-models-mob__brand-select {
  position: relative;
  z-index: 2;
}

.main-models-mob__brand-arrow {
  position: absolute;
  right: 40px;
  top: 27px;
  transition: .5s ease-in-out;
}

.main-models-mob__brand-arrow.active {
  transform: rotate(180deg);
}

.main-models-mob__brand-text {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0F1414;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.main-models-mob__brand-item {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0F1414;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.main-models-mob__brand-item:hover {
  color: #0F1414;
  background: #fff;
  font-weight: 600;
}

.main-models-mob__brand-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.main-models-mob__model-select {
  position: relative;
  z-index: 1;
}

.main-models-mob__model-arrow {
  position: absolute;
  right: 40px;
  top: 20px;
  transition: .5s ease-in-out;
}

.main-models-mob__model-arrow.active {
  transform: rotate(180deg);
}

.main-models-mob__model-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.main-models-mob__model-text {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid grey;
  padding: 15px;
}

.main-models-mob__model-item {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid grey;
  padding: 15px;
  background: #fff;
  display: none;
}

.main-models-mob__model-item:hover {
  color: #fff;
  background: #000;
  font-weight: 600;
}

.main-models-mob__model-item.active {
  display: block;
}

.main-models-mob__model-options {
  display: none;
}

.main-models-mob__car-img {
  width: 80%;
  margin-bottom: 20px;
}

.main-models-mob__car-btn {
  display: flex;
  flex-direction: column;
}

.main-models-mob__car-btn .main-btn {
  margin-top: 10px;
  width: 100%;
}

.float__menu {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}

.float-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;

}

.float-menu__item {
  position: relative;
  cursor: pointer;
  padding-left: 2px;
}

.float-menu__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #0F1414;
  color: #fff;
  z-index: 2;
  position: relative;
  transition: .25s;
}




.float-menu__link {
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 15px;
  background: #0F1414;
  color: #fff;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  width: 190px;
  transition: .25s;
  z-index: 1;
}

.float-menu__link:hover {
  color: #fff;
  background: #4982CF;

}

.float-menu__item:hover .float-menu__icon {
  color: #fff;
  background: #4982CF;
}


.float-menu__item:hover .float-menu__link {
  left: -190px;
}

.float-menu__item:not(:last-child) {
  margin-bottom: 2px;
}





@media (max-width: 1440px) {
  .main-follow__video img {
    object-fit: cover;
    object-position: right;
    height: calc(590px - 10vh);
  }

  .grid {
    height: 850px;
  }

  .card-stock__photo {

    height: 260px;

  }

  .main-flw-soc__btn {
    margin: 30px 0;
  }

  .main-flw__item-soc {
    margin: 0 40px;
  }

  .main-flw-yt iframe {
    height: 650px;
  }

}

@media (max-width: 1200px) {
  .grid {
    height: 700px;
  }
}

@media (max-width: 1024px) {
  .grid {
    height: 600px;
  }

  .grid-item {
    padding: 5px;
  }

}

@media (max-width: 800px) {
  .grid {
    height: 500px;
  }

  .main-models__brand-slide {
    max-height: 700px;
    margin-bottom: 100px;
  }

}

@media (max-width: 768px) {

  .main-action__section,
  .main-stock__section,
  .main-equipment__section,
  .main-models__section,
  .main-portfolio__section,
  .main-expedition-mob__section,
  .main-follow__section {
    margin-bottom: 20px;
  }

  .main-banner__buttons {
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .main-banner__button {
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .main-banner__button .main-btn {
    margin: 0 auto;
    border: 1px solid #fff;
    width: 230px;
  }

  .main-title {
    font-size: 42px;
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .main-slider__section {
    padding-top: 112px;
  }

  .main-stock__btn {
    display: none;
  }

  .main-equipment__list {
    flex-direction: column;
  }

  .main-equipment__item:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }

  /* .main-action__btn {
    display: none;
  } */

  .main-follow__video img {
    object-fit: contain;
    height: auto;
  }

  .main-follow__list {
    flex-direction: column;
  }

  .main-follow__item-yt,
  .main-follow__item-vk {
    width: 100%;
  }

  .main-follow__item-vk {
    border: none;
    padding: 0;
    margin-top: 50px;
  }

  .bottom-follow__list {
    flex-wrap: wrap;
  }

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

  .bottom-follow__item .main-btn {
    width: 100%;
  }

  .main-expedition-mob__section {
    display: block;
  }

  .main-expedition-desktop__section {
    display: none;
  }

  .main-models-desktop__section {
    display: none;
  }

  .main-models-mob__section {
    display: block;
  }

  .main-expedition__content {
    display: block;
    height: 100%;
    width: inherit;
  }

  .main-expedition__btn {
    bottom: 0;
    right: 0;
  }

  .main-expedition__title {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    left: 0;
    right: 0;
  }

  .main-expedition__title-big {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    left: 0;
    right: 0;
  }

  .main-expedition__content-pic:hover .main-expedition__title {
    bottom: 50%;
  }

  .main-expedition__content-yt:hover .main-expedition__title {
    bottom: 50%;
  }

  .form__textarea {
    min-height: 100px;
  }

  .cs-info__title {
    min-height: auto;
  }
}

@media (max-width: 480px) {

  .main-banner__button {
    margin: 5px;
  }

  .main-banner__buttons {
    justify-content: center;
  }

  .main-banner__button .main-btn {
    width: 160px;
  }

  .main-title {
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .main-equipment__title {
    font-size: 18px;
    line-height: 25px;
    width: 200px;
  }

  .main-portfolio__btn .main-btn {
    width: 100%;
  }

  .main-portfolio__btn {
    position: relative;
  }

  .main-stock {
    padding-bottom: 40px;
  }

  .main-follow__name {
    font-size: 20px;
  }

  .main-follow__title {
    margin-left: 20px;
  }

  .main-follow__soc {
    padding: 10px 25px;
  }

  .main-follow__text {
    padding: 10px 25px;
  }

  .main-follow__btn-desktop {
    display: none;
  }

  .main-follow__btn-mob {
    display: block;
  }

}




/* ------------------- index ------------------- */



/* page common styles start */


.about-us__section {
  font-family: 'Overpass';
}

.about-us__section a {
  color: #000;
  transition: .25s;
}

.about-us__section a:hover {
  color: #4982CF;
}


.about-us__subheading,
.page-h4__subheading,
.page-h5__subheading {
  font-family: 'Oswald';
}

.page__table td,
.page__table th,
.page__table p {
  margin-bottom: 0;
  font-size: 14px;
  color: #0F1414;
}


.page__table th,
.page__table td {
  border: 1px solid;
  padding: 15px;
}

.page__table th,
.page__table td {
  border: 1px solid;
  padding: 15px;
}

.page__table th:not(:last-child) {
  border-right: 1px solid #fff;
}

.page__table th {
  color: #fff;
  font-size: 0.94em;
  line-height: 130%;
  border-right: 1px solid #4982CF;
  border-top: 1px solid #4982CF;
  background: #4982CF;
  border-color: #4982CF;
}

.page__table p {
  margin-bottom: 0;
}

.page__table a {
  text-decoration: none;
  color: #4982CF;
}

.page__table tr:nth-child(odd) td {
  background: #f8f9f9;
}

.page__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.page__list li {
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
}

.page__list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #4982CF;
}

.page-tabs__list {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 600;
}

.page-tabs__item {
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
  flex-grow: 1;
  padding: 15px;
  background: #f5f5f5;
  transition: .25s;
}


.page-tabs__item.active {
  color: #fff;
  background: #0f1414;
}

.page-tabs-cont__item {
  display: none;

}

.page-tabs-cont__item.active {
  display: block;
}

.page-tabs-content-list__outer {
  border: 1px solid #4982CF;

}

.page-tabs__parent {
  position: relative;

}

.page-tabs__up {
  position: fixed;
  right: 5vw;
  bottom: 25px;
  cursor: pointer;
  opacity: 0;
  transition: .5s;
  z-index: -1;
  transform: rotate(180deg);
}

.page-tabs__up.active {
  opacity: 1;
  z-index: 2;
  transform: rotate(0);

}

.page-tabs__up svg {
  width: 30px;
  height: 30px;
}



.page-tabs-cont__inner {
  padding: 50px 0;
}

.page-tabs-cont__toggler {
  display: none;
}

.consult__btn {
  margin-inline: auto;
  width: 215px;
  transform: scale(1.2);

}









@media (min-width: 769px) {
  .page-tabs__up:hover {
    color: #4982CF;
  }

}

@media (max-width: 1460px) {
  .page-tabs__list {
    font-size: 16px;
  }

}

@media (max-width: 1240px) {
  .page-tabs__item {
    width: 50%;
    justify-content: center;
    align-items: center;
    border: 1px solid #0f1414;
    font-size: 14px;
  }

  .page-tabs__item:nth-child(odd):not(:last-child) {
    border-right: none;
  }

  .page-tabs__item:not(:last-child) {
    border-bottom: none;
  }

  .page-tabs-cont__item:not(:last-child) .page-tabs-cont__toggler {
    border-bottom: 1px solid #3E3D3D;
  }

  .page-tabs-content-list__outer {
    border: none;
  }

  .page-tabs-cont__item.active .page-tabs-cont__toggler {
    color: #fff;
    background: #0F1414;
  }




}







@media (max-width: 991px) {
  .page-tabs-cont__inner {
    padding: 50px 25px;
  }

  .mob-header__logo img {
    max-width: 60px;
  }
}

@media (max-width: 768px) {

  .page__table th:first-child,
  .page__table td:first-child {
    max-width: 155px;
  }

  .page__table {
    min-width: 600px;
  }

  .page-table__holder {
    overflow: auto;
  }

  .page__table td,
  .page__table th,
  .page__table p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .page-tabs-cont__inner {
    padding: 25px 0;
  }

  .consult__btn {
    transform: scale(1);
  }



}

@media (max-width: 600px) {
  .page-tabs__item {
    width: 100%;
    font-size: 16px;

  }

  .page-tabs__item:nth-child(odd):not(:last-child) {
    border-right: 1px solid #0F1414;
  }

  .registration-form__holder .form__heading {
    max-width: 160px;
    padding: 10px;
  }

  .registration-form__holder .form__heading h3 {
    font-size: 24px;
  }

  .vue-modal-auth .form__heading {
    max-width: 160px;
    padding: 10px;
  }

  .vue-modal-auth .form__heading h3 {
    font-size: 24px;
  }

}

/*  page common styles end */


/* sticky result__col start */
@media (min-width: 1171px) {
  .result__col.desk {
    position: sticky;
    top: 0;
    max-height: calc(100svh - 71px);
    overflow-y: auto;
    transition: .25s;
  }

  .nav-down~.main .result__col.desk {
    top: 114px;
    max-height: calc(100svh - 71px - 114px);

  }

  .result__col.desk::-webkit-scrollbar {
    width: 2px;
  }

  .result__col.desk::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
  }




}


/* sticky result__col end */


/* sticky equip_additional menu */

@media (min-width: 1171px) {
  .main {
    overflow: unset;
  }

  .stock__row .equip-categories__col {
    position: sticky;
    top: 0;
    /* max-height: 100svh; */
    height: fit-content;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: .25s;
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
    border-top: 1px solid #D9D9D9;
  }

  .stock__row .equip-categories__col::-webkit-scrollbar {
    width: 2px;
  }

  .stock__row .equip-categories__col::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
  }

  .nav-down~.main .stock__row .equip-categories__col {
    top: 114px;
  }

  .equip-categories__col .equip-category__item:last-child {
    margin-bottom: 0;
  }

  .stock__row .equip-categories__col {
    overflow: hidden;
  }

  .stock__row .equip-category__list {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
  }

  .stock__row .equip-category__list {
    height: calc(100vh - 235px);
  }

  [data-type="parts"] .stock__row .equip-category__list {
    height: calc(100vh - 335px);
  }

  .header-nav .stock__row .equip-category__list {
    height: calc(100vh - 350px);
  }

  .header-nav [data-type="parts"] .stock__row .equip-category__list {
    height: calc(100vh - 450px);
  }

  .stock__row .equip-category__list::-webkit-scrollbar {
    width: 2px;
  }

  .stock__row .equip-category__list::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  #equip-list {
    margin-bottom: 50px;
  }

}

.news-detail__slider .swiper-button-next,
.news-detail__slider .swiper-button-prev {
  top: 200px;
  bottom: auto;
}

.equip__heading {
  font-size: 24px;
}

#equip-list .equip-category__title {
  justify-content: flex-start;
}

.equip-category__toggler {
  display: none;
}





.car__labels {
  top: 16px;
}

.label-fav__cloud {
  top: auto;
  bottom: -69px;
}

.label-fav__cloud-inner:before {
  transform: rotate(180deg);
  bottom: auto;
  top: -20px;
}



.main-hashtag {
  margin-bottom: 48px;
}


.news-detail__slider .swiper-pagination:not(#fake-id) {
  position: static;
  transform: translateX(0);
  margin-inline: auto;
}

.news-detail__slider .swiper-wrapper {
  padding-bottom: 20px;
}


@media (max-width: 1170px) {
  #equip-list .equip-category__img {
    padding-left: 10px;
    padding-right: 10px;
  }

  #equip-list .equip-category__title p {
    font-size: 14px;
  }

  #equip-list .equip-ar__icon {
    top: 60px;
  }

  #equip-list .equip-category__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    --gap: 10px;
    --columns: 4;
    gap: var(--gap);

  }

  #equip-list .equip-category__item {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  }

}


@media (max-width: 1024px) {
  #equip-list .equip-category__list {
    --columns: 3;

  }
}


@media (max-width: 780px) {
  #equip-list .equip-category__list {
    --columns: 2;
  }

  #equip-list .equip-ar__icon {
    top: 75px;
  }
}


@media (max-width: 768px) {

  #equip-list .mob-header__nav {
    top: 148px;
    height: calc(100svh - 148px);
  }

  .float__menu {
    top: inherit;
    bottom: 0;
    transform: inherit;
    width: 100%;
    display: none;
  }

  .float-menu__icon {
    display: none;
  }

  .float-menu__link {
    position: relative;
    width: 100%;
    left: 0;
  }

  .float-menu__item {
    padding-left: 0;
  }

  .float-menu__item:hover .float-menu__link {
    left: inherit;
  }

  .float-callback-btn {
    display: none;
    bottom: 48%;
    right: 3%;
  }

  .float-menu__link {
    padding: 12px 15px;
  }

  /* iframe#CalltouchWidgetFrame {
    right: -3% !important;
    left: inherit !important;
    bottom: 37% !important;
  } */
}


@media (max-width: 680px) {
  #equip-list .equip-category__list {
    --columns: 1;
  }

  #equip-list .equip-ar__icon {
    top: 75px;
  }

  #equip-list .equip-category__title p {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  #equip-list .equip-category__title p {
    font-size: 14px;
  }

  #equip-list .equip-ar__icon {
    top: 60px;
  }
}

@media (max-width: 680px) {
  #equip-list .equip-category__img {
    display: none;
  }

  #equip-list .equip-category__toggler {
    margin: 25px 0;
    font-weight: 600;
  }

  #equip-list .equip-category__title {
    padding: 15px;
    border-left: 1px solid #d9d9d9;
    width: 100%;
  }

  #equip-list .equip-ar__icon {
    z-index: 5;
    top: 5px;
  }

  #equip-list .equip-category__list {
    max-height: 0;
    --gap: 0px;
    overflow-y: auto;
    transition: .25s;
  }

  #equip-list .equip-category__list.active {
    max-height: 400px;
  }

  #equip-list .equip-category__list::-webkit-scrollbar {
    width: 2px;
  }

  #equip-list .equip-category__list::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
  }

  #equip-list .equip-category__item {
    margin-bottom: 0;
  }

  #equip-list .equip-category__title {
    border: none;
    border-bottom: 1px solid #000;

  }

  #equip-list .show__toggler {
    display: none;

  }

  #equip-list .show__toggler.active {
    display: inline;

  }

  #equip-list .equip-category__toggler {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    align-items: center;
    width: 100%;
  }

  #equip-list .equip-category__toggler svg {
    transition: .25s;
  }

  #equip-list .equip-category__toggler.active svg {
    transform: rotate(180deg);
  }

  #equip-list .equip__heading {
    padding: 25px;
  }

  #equip-list .equip-category__list {
    overflow-x: hidden;
  }



}



/* equip grid start */


@media (min-width: 1200px) {
  .stock__row .equip-categories__col {
    min-width: 0;
    max-width: 300px;
    margin-right: 25px;
    width: 20%;
  }

  .equip-list__col {
    width: 80%;
    flex-grow: 1;
  }

  .equip__heading {
    padding: 30px 60px;
  }

  .equip-list__col .card-stock__photo {
    height: 200px;
  }

  .equip-category__img,
  .equip-category__title {
    padding: 10px 0;
  }

  .equip-category__item .equip-ar__icon {
    top: 55px;
  }

  .equip-category__items .equip-category__icon {
    top: 65px;
  }

  .equip-list__col .cs-info__title {
    font-size: 16px;
  }

  .equip-list__col .cs-info__price {
    margin-top: 5px;
  }

  .equip-list__col .cs-info__vin {
    margin: 0;
  }

  .equip-list__col .cs-info__in {
    margin: 0;
  }



}

/* equip grid end */

.complectation-content__list .select-option-item__img {
  overflow: hidden;
  max-height: 300px;
}

.complectation-content__list .card-stock-slider.select-option-item__img {
  max-height: 300px;
}

.complectation-content__list .select-option-item__img img {
  object-fit: contain;
  height: 100%;
}

.complectation-content__list .select-option-item__info {
  height: auto;
  flex-grow: 1;
}

.preview-icon {
  z-index: 9;
}

@media (max-width: 1199px) {
  .complectation-content__list .select-option-item__img {
    overflow: hidden;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .step__controls {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .step-controls__item-text {
    width: 100%;
    order: 3;
    justify-content: center;
    margin-top: 20px;
  }

  .step__controls.fixed {
    bottom: 124px;
  }

  .float-menu__list {
    background: #fff;
  }

  .step__controls.fixed {
    padding: 15px 30px;
  }

}


#equip-list .card-stock__photo img,
#equip-additional-detail .equip-detail-slider img,
#equip-additional-card .card-stock__photo img {
  object-fit: contain;
  width: auto;
  display: block;
  margin-inline: auto;
}


.text-disclaimer {
  cursor: pointer;
  transition: .25s;
  text-decoration: underline;
}

.text-disclaimer:hover {
  color: #4982CF;
}

.disclaimers__popup {
  z-index: -1;
  opacity: 0;
  background: #fff;
  transition: .5s;
  position: fixed;
  width: 90%;
  max-width: 1200px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  max-height: 90svh;
  overflow-x: hidden;
  overflow-y: auto;

}

.disclaimers__popup.active {
  z-index: 15;
  opacity: 1;
  top: 50%;

}

.disclaimers__item {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.disclaimers-popup__inner {
  position: relative;
  padding: 70px 75px;
}

.disclaimer__trigger {
  cursor: pointer;
}

.disclaimers-popup__closer {
  cursor: pointer;
  text-align: right;
  font-size: 30px;
  /* width: 50px;
  height: 50px; */
  position: absolute;
  right: 20px;
  top: 10px;
  /* transform: rotate(45deg); */
  text-align: center;
  line-height: 50px;
  transition: .25s;
}

.disclaimers-popup__closer:hover {
  color: #4982CF;
}

@media (max-width: 768px) {
  .disclaimers-popup__inner {
    padding: 50px 55px;
  }
}



@media (max-width: 500px) {
  .disclaimers-popup__inner {
    padding: 50px 25px;
  }
}


@media (max-width:480px) {
  iframe#CalltouchWidgetFrame {
    left: -3% !important;
    right: inherit !important;
    bottom: 5% !important;
  }
}





/* equip search styles +++++++++++++++++++++++  */

.equip-search__wrap {
  padding: 0;
  margin-bottom: 0;
  background: #F5F5F5;
  --inputHeight: 70px;
  border-bottom: none;
}

.equip-search__wrap .search-btns__delimiter {
  height: var(--inputHeight);
  margin: 0;
}

.equip-search__wrap .search-form__btn {
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--inputHeight);

}

.equip-search__wrap .search-form__input {
  height: var(--inputHeight);
  background: none;
  padding: 0 60px;
}

.search-form-input__wrap {
  position: relative;

}

.fake-placeholder {
  position: absolute;
  left: 60px;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%) scale(1);
  font-family: Oswald;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  z-index: 2;
  transition: .25s;
  opacity: .6;

}

.fake-placeholder.hidden {
  z-index: -1;
  opacity: 0;

}





.brands__slider {
  display: none;
  overflow: hidden;
}

.brands__slider.swiper-initialized {
  display: block;
}

.brands__slide {
  flex-direction: column;
  min-width: 120px;
  height: auto;
}

.brands-slider__btn {
  padding: 17px 8px;
  border: 1px solid #F5F5F5;
  transition: .25s;
}

.brands-slider__btn:hover {
  background: #4982CF;
  color: #fff;
}

.equip-search__section {
  margin-top: 30px;
  /* margin-bottom: 75px; */
  margin-bottom: 40px;
}

.brands-slider__holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands__slider {
  margin-inline: 20px;
}

.brands__img {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DADADA;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
}

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

.equip-search-result__list {
  --gap: 15px;
  --columns: 5;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;

}

.equip-search-result__item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  position: relative;
}

.equip-search-result__item .cs-info__general a {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-family: 'Overpass';
  font-style: normal;
  text-decoration: none;
}

.shp__btn {
  margin-top: calc(26px + 5vw);
  margin-bottom: calc(26px + 5vw);
  margin-inline: auto;
}

@media (max-width: 1366px) {
  .equip-search-result__list {
    --columns: 4;

  }
}

@media (max-width: 900px) {
  .equip-search-result__list {
    --columns: 3;

  }
}

@media (max-width: 768px) {
  .equip-search__wrap {
    --inputHeight: 50px;
  }

  .equip-search__wrap .search-form__input {
    padding: 0 25px;
  }

  .fake-placeholder {
    font-size: 20px;

  }

  .equip-search__wrap .search-form__btn {
    padding: 0 15.5px;
  }
}

@media (max-width: 700px) {
  .equip-search-result__list {
    --columns: 2;
  }
}

@media (max-width: 375px) {
  .equip-search-result__list {
    --columns: 1;
  }
}


/* equip search styles -----------------------  */



/* equip filter new styles ++++++++++++++++++++ */

.eq-filter-params__list {
  display: flex;
  --eqFilterGap: 5vw;
  --columns: 5;
  gap: var(--eqFilterGap);
  display: flex;
  flex-wrap: wrap;
}

.eq-filter-params__item {
  width: calc((100% / var(--columns)) - var(--eqFilterGap) + (var(--eqFilterGap) / var(--columns)));
  /* max-width: 210px; */
  min-width: 210px;
  position: relative;
}

.eq-filter-box__price {
  max-width: 300px;
  flex-grow: 1;
}

.eq-param__name {
  font-family: Overpass;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.eq-param__name.disabled {
  cursor: default;
  opacity: 0.4;
}

.eq-filter-price__name {
  font-family: Overpass;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;

}

.eq-param-name__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transition: .25s;
  transform: translateY(-50%) rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0;
}

.eq-param__name.js-active .eq-param-name__icon {
  transform: translateY(-50%) rotate(180deg);

}

.eq-param-list__outer {
  overflow: hidden;
  max-height: 0;
  transition: .25s;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
}


.eq-param-list__wrap {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.eq-param__search {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  padding: 5px 5px 10px 5px;
}

.eq-param__search .form__input {
  font-weight: 400;
  border-bottom: 1px solid #d1d1d1;
}

.eq-param__name.js-active~.eq-param-list__outer {
  max-height: 300px;
  scrollbar-width: thin;
  overflow-y: auto;
}

.eq-param__item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.eq-vals__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 17px;
}


.eq-vals__item {
  font-family: Overpass;
  font-size: 13px;
  font-weight: 300;
  background: #4982CF;
  border-radius: 16px;
  color: #fff;
  position: relative;

  display: inline-block;
  padding: 7px 28px 4px 14px;
  line-height: 1;
  margin: 0 4px 4px;
  border: 1px solid #4982CF;
  min-width: 97px;
}


.eq-val__icon {

  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: .25s;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4982CF;
  color: #fff;

  top: 50%;
  transform: translateY(-50%);
}

.eq-val__icon:hover {
  background: #fff;
  color: #4982CF;
}

.eq-price__range {
  position: relative;
}

.eq-price-range__dot {
  position: absolute;
  top: -8.5px;
  width: 17px;
  height: 17px;
  border: 1px solid #ACABAB;
  background: #fff;
  border-radius: 50%;
  transition: .25s;
  cursor: pointer;
}



.eq-price-dot__min {
  left: 0;
}

.eq-price-dot__max {
  right: 0;
}

.eq-price-range__dot.active {
  border: 1px solid #4982CF;
  background: #4982CF;
}


.eq-price-range__slider {
  height: 1px;
  width: 100%;
  background: #F5F5F5;
}

.eq-price__vals {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eq-price__val {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-family: Overpass;
  font-size: 15px;
  font-weight: 300;
  line-height: 18.99px;
  text-align: left;

  width: calc(50% - 14px);
}






@media (min-width: 769px) {
  .eq-price-range__dot:hover {
    border: 1px solid #4982CF;
    background: #4982CF;
  }
}


@media (max-width: 1800px) {
  .nf-menu__holder {
    right: 75px;
  }

  .eq-filter-params__list {
    --eqFilterGap: calc(25px + 2vw)
  }
}

@media (max-width: 1630px) {
  .eq-filter-params__list {
    --columns: 4;
  }

  .eq-filter-params__item {
    flex-grow: 0;
  }
}

@media (max-width: 1300px) {
  .eq-filter-params__list {
    --columns: 3;
  }

  .eq-filter-params__item {
    flex-grow: 0;
  }
}


@media (max-width: 735px) {
  .eq-filter-params__list {
    --columns: 2;
  }
}



@media (max-width: 500px) {
  .eq-filter-params__item {
    min-width: 0;
  }

  .eq-filter-params__list {
    --eqFilterGap: 25px;
  }

  .eq-vals__item {
    font-size: 12px;
    min-width: 75px;

  }

  .equip-filter__label {
    font-size: 13px;
  }

  .equip-filter__label .checkbox__visible {
    transform: scale(.7);
    margin-right: 5px;
  }

  .eq-param__item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .eq-vals__list {
    margin-top: 12px;
  }

  .eq-filter-box__price {
    max-width: 100%;
    flex-grow: 1;
  }

  .eq-vals__item {
    padding-top: 5px;
    padding-bottom: 3px;

  }

  .eq-val__icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 425px) {
  .equip-filter__label {
    font-size: 12px;
  }
}


/* equip filter new styles -------------------- */


/* 21-06-24  breadcrumbs styles */

@media (max-width: 768px) {
  .container-breadcrumb {
    margin-top: 120px;
  }
}


/* 05-07-24  */

.news-detail__container {
  max-width: 1200px;
}


/* 10-07-24 altai styles */



.altai__section {
  overflow-x: hidden;
}

div.altai-see__ul {
  width: 100%;
}

.altai-see__row {
  --marginX: 8px;
  display: flex;
  column-gap: var(--marginX);
  --elementOffset: calc(var(--marginX) / 2);

  flex-wrap: wrap;

}

.height100 {
  height: 100%;
}

.altai-see__row img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.altai-see__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 8px;
}



.altai-see__col_1 {
  width: calc(100% / 12 * 1 - var(--elementOffset));
}

.altai-see__col_2 {
  width: calc(100% / 12 * 2 - var(--elementOffset));
}

.altai-see__col_3 {
  width: calc(100% / 12 * 3 - var(--elementOffset));
}

.altai-see__col_4 {
  width: calc(100% / 12 * 4 - var(--elementOffset));
}

.altai-see__col_5 {
  width: calc(100% / 12 * 5 - var(--elementOffset));
}

.altai-see__col_6 {
  width: calc(100% / 12 * 6 - var(--elementOffset));
}

.altai-see__col_7 {
  width: calc(100% / 12 * 7 - var(--elementOffset));
}

.altai-see__col_8 {
  width: calc(100% / 12 * 8 - var(--elementOffset));
}


.altai-see__col_9 {
  width: calc(100% / 12 * 9 - var(--elementOffset));
}

.altai-see__col_10 {
  width: calc(100% / 12 * 10 - var(--elementOffset));
}

.altai-see__col_11 {
  width: calc(100% / 12 * 11 - var(--elementOffset));
}

.altai-see__col_12 {
  width: 100%;
}

.show__640 {
  display: none;
}




.kolsky__expedition-0 .mangistau__expedition-elem.altai__expedition-elem {
  background-image: url(/img/altai/d0-min.png);
}

.kolsky__expedition-1 .mangistau__expedition-elem.altai__expedition-elem {
  background-image: url(/img/altai/d1-min.png);
}

.kolsky__expedition-2 .mangistau__expedition-elem.altai__expedition-elem {
  background-image: url(/img/altai/d2-min.png);
}

.kolsky__expedition-3 .mangistau__expedition-elem.altai__expedition-elem {
  background-image: url(/img/altai/d3-min.png);
}

.kolsky__expedition-4 .mangistau__expedition-elem.altai__expedition-elem {
  background-image: url(/img/altai/d4-min.png);
}

.kolsky__expedition-5 .mangistau__expedition-elem.altai__expedition-elem {
  background-image: url(/img/altai/d5-min.png);
}

.kolsky__expedition-6 .mangistau__expedition-elem.altai__expedition-elem {
  background-image: url(/img/altai/d6-min.png);
}

.altai____expedition-flag {
  left: -70px;
}

.start-expedition__flag {
  background: #4982cf;
}

.fitnish-expedition__flag {
  background: #e05c5c;
}


.altai__incprice-left {
  background: url(/img/altai/incprice-min.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(60% - 5.5px);
}

.altai__incprice-left {
  background: url(/img/kavkaz/incprice-min.png) no-repeat;
  background-size: cover;
}

.altai__incprice-price {
  width: calc(40% - 5.5px);
}


.altai__incprice-price .kolsky__price-all {
  padding-left: 0;
}

.altai__all-name {
  color: #4982CF;
  margin-bottom: 45px;
}



.altai__price {
  display: flex;
  align-items: center;
  --altPriceGap: 1vw;
}

.altai-price__item {
  text-align: center;
  width: calc(100% / 2 - var(--altPriceGap));
}

.altai-price__delimiter {
  margin-inline: var(--altPriceGap);
  height: 98px;
  width: 1px;
  background: #000;
}

.altai__team {
  margin-top: 30px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-family: Overpass;
}


.altai-price-item__name {
  font-weight: 500;
  font-size: 19px;
  line-height: 221%;
  margin-bottom: 20px;
  font-family: Overpass;


}

.altai-price__disclaimer {
  margin-top: 20px;
  font-family: Overpass;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #000;
}

.altai-price-item__val {
  font-weight: 600;
  font-size: 64px;
  font-size: calc(12px + 2.7vw);
  line-height: 66%;
  font-family: Oswald;

}

.altai__incprice-price .mangistau__all-inner {
  height: auto;
  padding: 20px;
}

.altai__incprice-center1,
.altai__incprice-center2 {
  width: 40%;
}

.altai__incprice-right {
  width: 20%;
}

.altai-see-col__inner {
  position: relative;
  height: 100%;
}

.rub__symbol {
  font-family: Overpass;
}

.kavkaz__all-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 41px;
  line-height: 1.1;
  background: #4982cf;
  padding: 10px;
}

.kavkaz__all-title span {
  display: block;
  font-size: 20px;
  font-family: Overpass;
  margin-top: 5px;
}

.kavkaz__price {
  padding: 0 20px;
}

.kavkaz-price__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dotted #000;
}

.kavkaz-price__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.kavkaz-price__item:first-child {
  padding-top: 0;
}

.kavkaz-price-item__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-family: Overpass;
}

.kavkaz-price-item__val {
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  font-family: Oswald;
}

.atr-club__spoiler-date span {
  padding-left: 0;
  display: block;
}

.atr-club__spoiler-date {
  min-width: 310px;
}

.atr-club__spoiler-date,
.atr-club__spoiler-btn {
  width: calc(100% / 3);
}

.atr-club__spoiler-close {
  width: auto;
  padding: 10px calc(10px + 3vw);
}

.atr-club__spoiler-btn {
  display: flex;
  justify-content: flex-end;
}

.atr-club__spoiler-close.blue {
  border: 2px solid #4982CF;
  color: #4982CF;
}

.atr-club__section {
  overflow: hidden;
}




/* baikal start */
.baikal__route-lvl,
.baikal__lvl-img {
  background: #4982cf;
}

.baikal__pics {
  width: 100%;
}

.notExp__holder {
  position: relative;
  padding: 55px 30px;
  margin-top: 10px;
}

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

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



.notExp__text {
  display: flex;

  font-family: Overpass;
  font-weight: 700;
  font-size: 19px;
  line-height: 147%;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.notExp__text p {
  max-width: 738px;
  margin-bottom: 0;
}



.baikal__item {}

.baikal__item p {
  font-family: Overpass, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  /* max-width: 400px;
  padding-left: 35px; */
  margin-bottom: 16px;

}

.baikal__item span {
  background: #4982cf;
  padding: 4px 4px;
  display: inline-block;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
  color: #fff;
}



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


.baikal__row {
  display: flex;
  justify-content: space-between;
  --colGap: 10px;
  --wideCol: calc(33% - var(--colGap) / 2);
  --narrowCol: calc(34% - var(--colGap) / 2);

  --itemGap: 27px;
}


.baikal-inner__row {
  display: flex;
  justify-content: space-between;
}

.baikal__col:nth-child(1),
.baikal__col:nth-child(3) {
  width: var(--wideCol);
}

.baikal__col:nth-child(2) {
  width: var(--narrowCol);
}

.baikal__item {
  margin-bottom: 10px;
}

.baikal__item_1 {
  width: calc(65.7% - var(--itemGap) / 2);

}

.baikal__item_2 {
  width: calc(34.3% - var(--itemGap) / 2);
  margin-bottom: 14px;

}

.baikal__item_4,
.baikal__item_6 {
  padding-left: var(--itemGap);
  padding-right: var(--itemGap);
}

.baikal__item_5 {
  margin-top: var(--itemGap);
}

.baikal__item_6 {
  padding-top: 25px;
}

.baikal__item_7 {
  width: calc(39% - var(--itemGap) / 2);
}

.baikal__item_8 {
  width: calc(61% - var(--itemGap) / 2);
}

.baikal__item_1 {
  padding-left: 50px;
}

.baikal__item_8 {
  padding-right: 50px;
}


@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.ticker {

  border-top: 1px solid #4982CF;
  border-bottom: 1px solid #4982CF;
  overflow: hidden;
  /* margin-top: 55px; */
}

.ticker__in {
  display: flex;
  width: fit-content;
  animation: ticker 16s linear infinite;
  -webkit-transform-style: preserve-3d;
  /* Фикс возможного глюка с морганием в Сафари */
}

.ticker__item {
  padding: .5em .75em;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  /* Фикс возможного глюка с морганием в Сафари */

  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  color: #4982cf;
  text-transform: uppercase;
}


.baikal-details__holder {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.baikal-details__item {
  width: calc(100% / 2 - 36px / 2);
  display: flex;
  align-items: center;
}


.baikal-details__name {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 41px;
  line-height: 102%;
  color: #000;
  margin-bottom: 45px;
}

.baikal-details__list {
  padding-left: 0;
  list-style: none;
}

.baikal-details-list__item {
  font-family: Overpass, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 153%;
  color: #000;
  margin-bottom: 25px;
}

.baikal-details__item {
  --imgWidth: 40.5%;
  --imgGap: 30px;
  display: flex;
  justify-content: space-between;
}

.baikal-details__img {
  width: var(--imgWidth);
}

.baikal-details__img img {
  width: 100%;
  object-fit: cover;
  height: 274px;
}

.baikal-details__info {
  width: calc(100% - var(--imgWidth) - var(--imgGap));
  padding-right: 15px;
}

.baikal-details-list__item span {
  color: #4982cf;
}

.kavkaz-details-list__item-span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 21px;
}

.baikal__expedition .kolsky__expedition-1 .altai__expedition-elem {
  background-image: url(/img/baikal/d1-min.jpg);
}

.baikal__expedition .kolsky__expedition-2 .altai__expedition-elem {
  background-image: url(/img/baikal/d2-min.jpg);
}

.baikal__expedition .kolsky__expedition-3 .altai__expedition-elem {
  background-image: url(/img/baikal/d3-min.jpg);
}

.baikal__expedition .kolsky__expedition-4 .altai__expedition-elem {
  background-image: url(/img/baikal/d4-min.jpg);
}

.baikal__expedition .kolsky__expedition-4 .altai__expedition-elem {
  background-image: url(/img/baikal/d4-min.jpg);
}


.kavkaz__expedition-1 .kavkaz__expedition-elem {
  background-image: url(/img/kavkaz/d1-min.jpg);
}

.kavkaz__expedition-2 .kavkaz__expedition-elem {
  background-image: url(/img/kavkaz/d2-min.jpg);
}

.kavkaz__expedition-3 .kavkaz__expedition-elem {
  background-image: url(/img/kavkaz/d3-min.jpg);
}

.kavkaz__expedition-4 .kavkaz__expedition-elem {
  background-image: url(/img/kavkaz/d4-min.jpg);
}

.kavkaz__expedition-5 .kavkaz__expedition-elem {
  background-image: url(/img/kavkaz/d5-min.jpg);
}

.kavkaz__expedition-6 .kavkaz__expedition-elem {
  background-image: url(/img/kavkaz/d6-min.jpg);
}

.kavkaz__expedition-7 .kavkaz__expedition-elem {
  background-image: url(/img/kavkaz/d7-min.jpg);
}


.baikal__expedition .mangistau__expedition-left {
  max-width: 75%;
}


.baikal-day__inner {
  display: flex;
  justify-content: space-between;
  --dayInfoWidth: 57%;
  --dayInfoGap: 50px;
  width: 100%;
  /* align-items: center; */
}

.baikal-day__info {
  width: calc(var(--dayInfoWidth) - var(--dayInfoGap) / 2);
  padding-top: 40px;
}

.baikal-day__imgs {
  width: calc(100% - var(--dayInfoWidth) - var(--dayInfoGap) / 2);
  margin-right: -50px;
}

.baikal-day__imgs img {
  width: 100%;
}

.baikal-day__imgs img:not(:last-child) {
  margin-bottom: 10px;

}

.baikal-day__info p {
  font-family: Overpass, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 153%;
  color: #000;

}

.baikal-day__info p:not(:last-child) {
  margin-bottom: 25px;

}

.baikal__explore-info {
  top: 2%;
}

.baikal__explore-title {
  margin-bottom: 40px;
}


.baikal__exp {
  --seeGap: 10px;
}

.baikal-see__row {
  display: flex;
  justify-content: space-between;
}


.baikal-see__row:nth-child(1) .altai-see__col:nth-child(1) {
  width: calc(82% - var(--seeGap) / 2);
}

.baikal-see__row:nth-child(1) .altai-see__col:nth-child(2) {
  width: calc(18% - var(--seeGap) / 2);
}

.baikal-see__row:nth-child(2) .altai-see__col:nth-child(1) {
  width: calc(64% - var(--seeGap) / 2);
}

.baikal-see__row:nth-child(2) .altai-see__col:nth-child(2) {
  width: calc(36% - var(--seeGap) / 2);
}


.baikal-see__row:nth-child(1) .altai-see__col:nth-child(1) img,
.baikal-see__row:nth-child(1) .altai-see__col:nth-child(2) img {
  height: 595px;
}

.baikal-see__row:nth-child(2) .altai-see__col:nth-child(1) img,
.baikal-see__row:nth-child(2) .altai-see__col:nth-child(2) img {
  height: 296px;
}

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

.join__item {
  width: 50%;
}

.join__item:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.join__heading {
  text-align: center;

  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 72%;
  color: #000;
  margin-bottom: 55px;
}

.join__item a {
  margin-inline: auto;
}

.join__row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.baikal-lvl__item .mangistau__lvl-img {
  border: none;
}

.baikal-lvl__item.active .mangistau__lvl-img {
  border: 1px solid #fff
}

.baikal-lvl__item.active .mangistau__lvl-text {
  color: #fff;
}







@media(max-width: 1750px) {
  .baikal__explore-title {
    font-size: 3.2vw;
  }

}


@media (max-width: 1600px) {
  .baikal__item_1 {
    padding-left: 15px;
  }

  .baikal__row {
    flex-wrap: wrap;
  }

  .baikal__col:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .baikal__col:nth-child(2),
  .baikal__col:nth-child(3) {
    width: calc(100% / 2 - var(--colGap) / 2);
  }

  .baikal__item_1 {
    width: calc(75% - var(--itemGap) / 2);
  }

  .baikal__item_2 {
    width: calc(25% - var(--itemGap) / 2);
  }

  .baikal__col:nth-child(1) .baikal-inner__row {
    width: calc(100% / 2 - var(--colGap) / 2);
  }

  .baikal__item_3 {
    width: calc(100% / 2 - var(--colGap) / 2);
  }

  .baikal__item_4 {
    padding-left: 15px;
  }

  .baikal__item_7 {
    width: calc(25% - var(--itemGap) / 2);
  }

  .baikal__item_8 {
    padding-right: 15px;
    width: calc(75% - var(--itemGap) / 2);

  }

  .baikal__item_5 {
    margin-top: 0;
  }

  .baikal__item_6 {
    padding-left: 15px;
  }

  .baikal__explore-text {
    font-size: 21px;
  }
}

@media(max-width: 1366px) {
  .baikal-details__holder {
    display: block;
  }

  .baikal-details__item {
    width: 100%;
    align-items: flex-start;
  }

  .baikal-details__item:not(:last-child) {
    margin-bottom: 35px;
  }

  .baikal-details__img img {
    height: 200px;

  }

  .baikal-details__name {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .baikal-details__item:not(:last-child) {
    margin-bottom: 32px;
  }

  .baikal-details__item {
    --imgWidth: 30%;
    --imgGap: 15px;

  }

  .baikal__explore-title {
    margin-bottom: 30px;
  }

  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(1) img,
  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(2) img {
    height: 470px;
  }

  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(1) img,
  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(2) img {
    height: 200px;
  }

}


@media(max-width: 1024px) {
  .baikal__col:nth-child(1) .baikal-inner__row {
    width: calc(70% - var(--colGap) / 2);
  }

  .baikal__item_3 {
    width: calc(30% - var(--colGap) / 2);
  }

  .baikal__col:nth-child(2) {
    width: calc(45% - var(--colGap) / 2);
  }

  .baikal__col:nth-child(3) {
    width: calc(55% - var(--colGap) / 2);
  }

  .baikal__item_7 {
    width: calc(33% - var(--itemGap) / 2);
  }

  .baikal__item_8 {
    width: calc(67% - var(--itemGap) / 2);
    padding-top: var(--colGap);
  }

  .baikal__item_4,
  .baikal__item_6 {
    padding-right: 15px;
  }

  .baikal-day__imgs {
    margin-right: 0;
  }

  .baikal-day__info {
    padding-top: 0;
  }

  .baikal-day__inner {
    --dayInfoWidth: 47%;
    --dayInfoGap: 20px;
  }


  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(1) img,
  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(2) img {
    height: 450px;
  }

  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(1) img,
  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(2) img {
    height: 300px;
  }

  .join__heading {
    font-size: calc(12px + 3.5vw);
  }

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

}

@media(max-width: 900px) {
  .baikal__row .baikal__col {
    width: 100%;
  }

  .baikal__item_4 {
    margin-bottom: var(--itemGap);
  }

  .baikal__item_9 {
    height: 50vw;
  }

}

@media(max-width: 768px) {
  .baikal__row {
    --itemGap: 15px;
  }

  .baikal__col:nth-child(1) {
    flex-wrap: wrap;
  }

  .baikal__col:nth-child(1) .baikal-inner__row,
  .baikal__item_3 {
    width: 100%;
  }

  .baikal__item_4 {
    margin-top: var(--itemGap);
  }

  .baikal__item_6 {
    padding-top: var(--itemGap);
  }

  .baikal__item_7 {
    width: calc(25% - var(--itemGap) / 2);
  }

  .baikal__item_8 {
    width: calc(75% - var(--itemGap) / 2);
    padding-top: 0;
  }

  .baikal__item_2,
  .baikal__item_7 {
    margin-bottom: var(--itemGap);
  }

  .baikal-day__inner {
    flex-wrap: wrap;
  }

  .baikal-day__info,
  .baikal-day__imgs {
    width: 100%;
  }

  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(1) {
    width: 100%;
  }

  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(2) {
    display: none;
  }

  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(1),
  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(2) {
    width: calc(50% - var(--seeGap) / 2);
  }



  .join__row {
    flex-direction: column;
  }


  .join__heading {
    margin-bottom: 50px;
    margin-top: 50px;
  }




  .join__item {
    width: 100%;
  }

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


}


@media(max-width: 640px) {
  .baikal__explore-title:not(#fake-id) {
    font-size: calc(10px + 2vw);
    margin-bottom: 3vw;
  }

  .baikal__explore-text {
    font-size: 18px;
    line-height: 1.3;
  }

  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(1):not(#fake-id) img,
  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(2):not(#fake-id) img {
    height: 460px;
  }

  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(1):not(#fake-id) img,
  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(2):not(#fake-id) img {
    height: 340px;
  }

  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(1),
  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(2) {
    width: 100%;
  }
}

@media(max-width: 500px) {

  .baikal__item_1 {
    width: 100%;
    order: 2;
    padding-right: 15px;
  }

  .baikal__item_2 {
    width: 100%;
    order: 1;
    display: none;
  }

  .baikal__col:nth-child(1) .baikal-inner__row {
    flex-wrap: wrap;
  }

  .baikal__item img {
    object-position: center 67%;
    height: auto;
    height: 50vw;
  }

  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(1):not(#fake-id) img,
  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(2):not(#fake-id) img {
    height: 360px;
  }

  .join__heading {
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 36px;
  }

  .baikal__explore-title br,
  .baikal__explore-text br {
    display: none;
  }
}

@media(max-width: 425px) {
  .baikal__col:nth-child(3) .baikal-inner__row {
    flex-wrap: wrap;

  }

  .baikal__item_7,
  .baikal__item_8 {
    width: 100%;
  }

  .baikal__item_7 img {
    object-position: 0 49%;
  }

  .baikal__item_8 {
    padding-left: 15px;
    padding-top: var(--itemGap);
  }

  .baikal-details__item {
    flex-direction: column-reverse;
  }

  .baikal-details__img {
    width: 100%;
    margin-bottom: 25px;
  }

  .baikal-details__info {
    width: 100%;
    padding: 0 15px;
  }

  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(1):not(#fake-id) img,
  .baikal-see__row:nth-child(2) .altai-see__col:nth-child(2):not(#fake-id) img {
    height: 260px;
  }

}









/* baikal end */



@media (min-width: 1920px) {
  .altai-price-item__val {
    font-size: 64px;
  }
}



@media (max-width: 1400px) {
  .altai-price-item__val {
    font-size: calc(8px + 2.5vw);

  }

}

@media (max-width: 1300px) {
  .altai__price {
    flex-wrap: wrap;
  }

  .altai-price__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
  }

  .altai-price__delimiter {
    height: 1px;
    width: 100%;
    margin-inline: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .altai-price-item__name,
  .altai-price-item__val {
    margin-bottom: 0;
    line-height: 1;
  }

  .altai__incprice-price .mangistau__all-inner {
    padding: 25px;
  }

}


@media (max-width: 1280px) {

  .main-flw-soc__title {
    font-size: 28px;
    padding: 30px 20px;
  }

  .main-flw-soc__item {
    margin: 5px 0;
  }

  .main-flw-soc__btn {
    margin: 25px 0;
  }

  .main-flw-soc {
    width: 350px;
  }

  .main-flw-yt iframe {
    height: 570px;
  }

  .altai-see__col_1280-1 {
    width: calc(100% / 12 * 1 - var(--elementOffset));
  }

  .altai-see__col_1280-2 {
    width: calc(100% / 12 * 2 - var(--elementOffset));
  }

  .altai-see__col_1280-3 {
    width: calc(100% / 12 * 3 - var(--elementOffset));
  }

  .altai-see__col_1280-4 {
    width: calc(100% / 12 * 4 - var(--elementOffset));
  }

  .altai-see__col_1280-5 {
    width: calc(100% / 12 * 5 - var(--elementOffset));
  }

  .altai-see__col_1280-6 {
    width: calc(100% / 12 * 6 - var(--elementOffset));
  }

  .altai-see__col_1280-7 {
    width: calc(100% / 12 * 7 - var(--elementOffset));
  }

  .altai-see__col_1280-8 {
    width: calc(100% / 12 * 8 - var(--elementOffset));
  }

  .altai-see__col_1280-9 {
    width: calc(100% / 12 * 9 - var(--elementOffset));
  }

  .altai-see__col_1280-10 {
    width: calc(100% / 12 * 10 - var(--elementOffset));
  }

  .altai-see__col_1280-11 {
    width: calc(100% / 12 * 11 - var(--elementOffset));
  }

  .altai-see__col_1280-12 {
    width: 100%;
  }

  .altai-see__col img:not(.height100) {
    height: 300px;
  }

  .altai-see__col {
    margin-bottom: var(--elementOffset);
  }

  .altai__exp .altai-see__col {
    margin-bottom: calc(var(--elementOffset) * 2);
  }

  div.altai-see__ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 100%;
  }

  .altai__incprice-center1,
  .altai__incprice-center2 {
    width: 50%;
  }

  .altai__incprice-right {
    display: none;
  }

  .altai-price-item__name {
    font-size: 16px;
  }

  .altai-price-item__val {
    font-size: calc(8px + 2vw);
  }

  .altai-see-col__inner .kolsky-explore__bottom-inner {
    top: 50%;
    transform: translateY(-50%);
  }

  .atr-club__spoiler-close {
    font-size: 14px;
  }

}

@media (max-width: 1024px) {

  .main-flw-soc__title {
    font-size: 24px;
    padding: 20px;
  }

  .main-flw-soc__btn {
    margin: 20px 0;
  }

  .main-flw-soc__icon img {
    width: 90%;
  }

  .main-flw__item-soc {
    margin: 0 20px;
  }

  .main-flw-yt iframe {
    height: 495px;
  }

  .altai__incprice-left,
  .altai__incprice-price {
    width: 100%;
  }

  .kavkaz__incprice-left {
    background-size: cover;
  }

  .altai__all-name {
    margin-top: 0;
  }

  .altai-price-item__name {
    font-size: 19px;
  }

  .altai-price-item__val {
    font-size: calc(12px + 2.7vw);
  }

  .altai__incprice-center1,
  .altai__incprice-center2 {
    width: 100%;
  }

  .altai__incprice-center1 .mangistau__off-title,
  .altai__incprice-center1 .mangistau__incprice-list {
    padding: 0;
  }

  .altai__incprice-price .mangistau__all-inner {
    padding: 30px;
  }

  .altai-see__col_1024-1 {
    width: calc(100% / 12 * 1 - var(--elementOffset));
  }

  .altai-see__col_1024-2 {
    width: calc(100% / 12 * 2 - var(--elementOffset));
  }

  .altai-see__col_1024-3 {
    width: calc(100% / 12 * 3 - var(--elementOffset));
  }

  .altai-see__col_1024-4 {
    width: calc(100% / 12 * 4 - var(--elementOffset));
  }

  .altai-see__col_1024-5 {
    width: calc(100% / 12 * 5 - var(--elementOffset));
  }

  .altai-see__col_1024-6 {
    width: calc(100% / 12 * 6 - var(--elementOffset));
  }

  .altai-see__col_1024-7 {
    width: calc(100% / 12 * 7 - var(--elementOffset));
  }

  .altai-see__col_1024-8 {
    width: calc(100% / 12 * 8 - var(--elementOffset));
  }

  .altai-see__col_1024-9 {
    width: calc(100% / 12 * 9 - var(--elementOffset));
  }

  .altai-see__col_1024-10 {
    width: calc(100% / 12 * 10 - var(--elementOffset));
  }

  .altai-see__col_1024-11 {
    width: calc(100% / 12 * 11 - var(--elementOffset));
  }

  .altai-see__col_1024-12 {
    width: 100%;
  }

  .height-1024-300 {
    height: 300px;
  }

  .altai-see-col__inner .altai__explore-info {
    top: 50%;
    transform: translateY(-50%);
  }

  .atr-club__spoiler-close {
    font-size: 20px;
  }

  .atr-club__about-item:nth-child(2) {
    width: calc(100% - 25px * 2);
  }

  .atr-club__about-item:not(:nth-child(2)) {
    width: calc(100% / 3);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .atr-club__about-item img {
    width: 100%;
  }


}


@media (max-width: 900px) {

  .main-flw-soc {
    width: 100%;
    margin-bottom: 15px;
  }

  .main-flw__list {
    flex-direction: column-reverse;
  }

  .atr-club__spoiler-inner {
    background-size: cover;
  }

  .card-gallery__image img {
    width: 100%;
  }

  .atr-club__spoiler-date {
    width: 100%;
    margin-bottom: 10px;
  }

  .atr-club__spoiler-date span {
    display: inline;
  }

  .atr-club__spoiler-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .atr-club__spoiler-btn,
  .atr-club__spoiler-close {
    width: calc(100% / 2 - 25px * 2);
    margin-inline: 25px;
    max-width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


@media (max-width: 768px) {

  .main-flw-soc__item {
    margin: 7px 0;
  }

  .main-flw-soc__title {
    font-size: 30px;
    padding: 30px 20px;
  }

  .main-flw-soc__icon img {
    width: 100%;
  }

  .main-flw-soc__btn {
    margin: 30px 0;
  }

  .main-subtitle-flw {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 26px;
  }

  .main-title-flw {
    margin-bottom: 20px;
  }

  .altai__exp .mangistau__explore-info,
  .altai__exp .mangistau__explore-item {
    height: auto;
  }
}


@media (max-width: 640px) {
  .main-flw-yt iframe {
    height: 350px;
  }

  div.altai-see__col {
    width: 100%;
  }

  .altai-see__col img:not(#fake-id) {
    height: 400px;
    object-position: bottom;
  }

  .show__640 {
    display: block;
  }

  .hide__640 {
    display: none;
  }

  .altai__incprice-price .mangistau__all-inner {
    padding: 10px;
  }

  .altai-price-item__name {
    font-size: 16px;
  }

  .altai__all-name {
    margin-bottom: 35px;
  }

  .altai-price__delimiter {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .altai__team {
    font-size: 16px;
    margin-top: 20px;
  }

  .altai__explore-title {
    font-size: calc(10px + 3vw);
    margin-bottom: 4vw;
  }

  /* .altai__exp .altai-see__col img:not(#fake-id) {
    height: 300px;

  } */
}


@media (max-width: 480px) {
  .main-flw-soc__title {
    font-size: 24px;
    padding: 20px;
  }

  .main-flw-soc__btn {
    margin: 20px 0;
  }

  .main-subtitle-flw {
    font-size: 22px;
  }

  .main-flw-yt iframe {
    height: 260px;
  }

  .altai__expedition-elem {
    padding: 10px 15px 10px 70px;
  }

  .altai____expedition-flag {
    left: -75px;
  }

  .altai__exp .mangistau__explore-info {
    padding: 15px;
  }

  .atr-club__about-item img {
    height: 100%;
  }

  .atr-club__spoiler-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 225px;
  }

  .atr-club__spoiler-date span {
    display: block;
  }

  .atr-club__spoiler-btn a {
    text-align: center;
  }

  .atr-club__spoiler-btn,
  .atr-club__spoiler-close {
    max-width: 300px;
    width: 100%;
    max-width: 190px;
  }
}

@media (max-width: 425px) {
  .altai__expedition .mangistau__expedition-date {
    font-size: 30px;
  }

  /* .atr-club__about-item:not(:nth-child(2)) {
    width: 100%;
  } */
}



/* 18-07-24 */
.select-opt-item-price__wrap {
  display: flex;
}


.select-opt-item-price__wrap .select-option-item-num__old {
  margin-right: 10px;
}

.select-option-item-num__old span {
  color: #7E7E7E;
  position: relative;
  display: inline-block;
}

.select-option-item-num__old span::before {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  background: #7E7E7E;
  top: calc(50% - 1px);
  left: -5px;
  position: absolute;
}

.result__card .select-option-item-num__old {
  font-size: 25px;
}

.res-conf__price .select-option-item-num__old {
  font-size: 28px;
  text-align: center;
}

@media (max-width: 768px) {
  .step__controls.fixed {
    bottom: 0;
  }

  .conf-dwnld__btn:last-child {
    margin-left: 0;
  }

  .res-conf__price .select-option-item-num__old {
    font-size: 20px;
  }

  .step__controls {
    bottom: -60px;
  }
}


/* configurator hero car +++++++++++++ */

.configurator-hero__section {
  --font-family: 'Overpass', sans-serif;
  --second-family: 'Oswald', sans-serif;

}

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

.c-hero-blogger {
  margin-bottom: 75px;
}

.c-hero__holder {
  display: flex;
  justify-content: space-between;
  background: #4982cf;
}

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

.c-hero__img {
  /* margin-right: 65px; */
  min-width: 185px;
  width: calc(25% - 32.5px);
}

.c-hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: #fff;
  width: calc(75% - 32.5px);
  margin-top: 15px;
  margin-bottom: 15px;

}

.c-hero__img img {
  /* height: 128px; */
  width: auto;
  max-width: 100%;
  object-fit: cover;
}

.c-hero__price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 67%;
  text-align: right;
  margin-left: 15px;
  color: #fff;
  min-width: max-content;
}

.c-hero__buy,
.c-hero-btns__holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-hero-btns__holder {
  margin-right: 35px;
  margin-left: 60px;
}

.c-hero-btns__holder .main-btn-black {
  border: 1px solid #000;
}

.c-hero-btns__holder .main-btn:last-child {
  margin-left: 20px;
}

.hero-modal-chars__holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 1656px;
  transition: .5s;
  box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.09);

}

.hero-modal-chars__holder.active {
  z-index: 15;
  opacity: 1;
  transition: .5s;
}

.hero-modal-chars-holder__inner {
  padding: 88px 55px;
  max-height: 95vh;
  overflow: auto;
}


.hero-chars-table__heading {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 78%;
  color: #fff;
  background: #000;
  padding: 20px;
  text-align: center;
}

.hero-modal__content {
  display: flex;
  justify-content: space-between;
  --gap: 54px;
}

.hero-modal-chars__table {
  width: calc(60% - var(--gap) / 2);
}

.hero-modal__card {
  width: calc(40% - var(--gap) / 2);
  display: flex;
  flex-direction: column;

}

.vid-trigger__icon {
  color: #4982CF;
  margin-left: 25px;
}

.hero-modal-card-video__link {
  display: flex;
  align-items: center;
  padding: 7.5px 25px;
  border: 1px solid #fff;
  border-right-color: #000;
  transition: .25s;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.hero-modal-card__header {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.hero-modal-card-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.hero-modal-card-header__blogger {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  max-width: 284px;
  background: #4982cf;
  padding: 6.5px 25px;
  width: 100%;
  text-align: center;

}

.hero-modal-card-header__title {
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #fff;
}

.hero-modal-card__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-modal-card-info__delimiter {
  margin-inline: 100px;
  height: 27px;
  width: 1px;
  background: #000;
}

.hero-modal-card__main {
  background: #f5f5f5;
  padding-bottom: 30px;
}

.hero-modal-card-info-compl__title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 117%;
  color: #000;
}

.hero-modal-card-info-compl__val {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  color: #4982cf;
}

.hero-modal-card__img img {
  width: 100%;
  height: 329px;
  object-fit: cover;
}

.hero-modal-card__price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 67%;
  text-align: center;
  color: #000;
  margin-top: 55px;
  padding-left: 25px;
}

.hero-chars__checkbox+svg {
  transition: .25s;
  transform: scale(0);
}

.hero-chars__checkbox:checked+svg {
  transform: scale(.7);
}

.hero-modal__btn {
  width: 100%;
  cursor: pointer;
  margin-top: 25px;
}

.hero-chars__checkbox {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -2;
}

.hero-chars-table-block-item__lable {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  cursor: pointer;
  height: 100%;
}

.hero-chars-table-block-item__left {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.hero-chars-table__content {
  max-width: 716px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.hero-chars-table-block-item-title__icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #ACABAB;
  position: relative;
  margin-right: 10px;
}


.hero-chars-table-block-item-title__icon svg {
  position: absolute;
  top: 2px;
  left: 1px;
}

.hero-chars-table-block__heading {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  color: #acabab;
  margin-bottom: 10px;
}

.hero-chars-table-block__item {
  width: 100%;
  align-items: center;
  display: flex;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;

}

.hero-chars-table-block__item:last-child {
  border-bottom: 1px solid #d9d9d9;

}

.hero-chars-table-block-item-title__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #000;
  max-width: 450px;
}

.hero-chars-table-block-item__price {

  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: #000;
  /* min-width: 90px; */
  margin-left: 25px;
  justify-content: flex-end;
}

.hero-chars-table__block:not(:first-child) {
  margin-top: 42px;
}

.hero-modal__closer {
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: none;
  color: #010101;
  transition: .25s;
  cursor: pointer;
}

.hero-chars-table-block-item__price {
  text-align: right;
  display: flex;
  align-items: center;
}

.hero-chars-table-block-item__qnty {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: #4982cf;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #000;
}


.hero-chars-table-block-item-price__val {
  min-width: 85px;
}

.hero-chars-table-block-item__qnty {
  min-width: 75px;
}

@media(min-width: 769px) {

  .c-hero-btns__holder .main-btn-black:hover {
    border: 1px solid #fff;
  }

  .main-btn-transparent:hover {
    background: #000;
    border: 1px solid #000;
  }

  .hero-modal-card-video__link:hover {
    color: #4982cf;
    border-color: #4982CF;
  }
}

@media(max-width: 1700px) {
  .hero-modal-card-info__delimiter {
    margin-inline: 4vw;
  }
}


@media(max-width: 1440px) {

  .c-hero__img img {

    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .c-hero__price {
    font-size: calc(4px + 1.7vw);

  }

  .c-hero__img {
    margin-right: 25px;
    height: 100%;
  }

  .c-hero-btns__holder {
    margin-left: 25px;
    margin-right: 25px;
  }

  .kavkaz-price-item__val {
    font-size: 44px;
  }

  .kavkaz-price-item__name {
    font-size: 16px;
  }
}

@media(max-width: 1420px) {
  .hero-chars-table__content {
    max-width: 100%;
    margin-inline: 0;
  }

  .hero-modal-card__img img {
    height: auto;
  }

  .hero-modal-card-header__blogger {
    max-width: max-content;
    padding: 6.5px 35px;
  }

  .hero-modal__content {

    --gap: 40px;
  }

  .hero-modal-chars__table {
    width: calc(55% - var(--gap) / 2);
  }

  .hero-modal__card {
    width: calc(45% - var(--gap) / 2);

  }

  .hero-chars-table-block__item {
    height: auto;

  }


}



@media(max-width: 1280px) {
  .c-hero__title {
    max-width: 500px;
    margin-right: 15px;
  }

  .hero-modal-card__info {
    justify-content: space-around;
    padding: 0 15px;
  }

  .hero-modal-card-info__delimiter {
    margin-inline: 0;
  }

  .baikal__explore-text {
    font-size: 18px;
  }

  .kavkaz__price {
    padding: 0;
  }
}

@media(max-width: 1024px) {
  .c-hero__holder {
    flex-direction: column;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .c-hero__title {
    max-width: 100%;
    margin-right: 0;
    max-width: 240px;
  }

  .c-hero-btns__holder {
    margin-right: 0;
    margin-left: 0;

  }

  .c-hero__buy {
    margin-top: 35px;
    margin-bottom: 35px;
    flex-direction: column;
  }

  .c-hero__price {
    font-size: calc(4px + 2.7vw);
    margin-bottom: 30px;
    text-align: center;
    margin-left: 0;
    min-width: auto;

  }

  .c-hero__info {
    margin-top: 30px;
  }

  .hero-modal-card__info {

    margin-top: 25px;
    margin-bottom: 25px;
  }

  .hero-modal-card__price {
    margin-top: 0;
    font-size: 26px;
  }

  .hero-modal-card-info-compl__title,
  .hero-modal-card-info-compl__val {
    font-size: 21px;
  }

  .hero-modal-card-header__blogger {
    font-size: 16px;
    height: 44.5px;
    display: flex;
    align-items: center;
  }

  .hero-chars-table__heading {
    font-size: 30px;
  }

  .hero-modal-card-header__title {
    font-size: 28px;
    margin-top: 10px;
  }

  .hero-modal-card__header {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .hero-modal-card-video__link {
    padding: 7.5px 15px;
  }

  .hero-chars-table__block:not(:first-child) .hero-chars-table-block-item__price {
    min-width: 134px;
  }

  .c-hero__img,
  .c-hero__title {
    width: auto;
  }
}


@media(max-width: 1000px) {
  .hero-modal__content {
    --gap: 20px;
  }

  .vid-trigger__icon {
    margin-left: 5px;
  }

  .hero-modal-chars__table,
  .hero-modal__card {
    width: calc(50% - var(--gap) / 2);
  }

  .baikal__explore-text {
    font-size: 16px;
  }
}


@media(max-width: 768px) {
  .c-hero__price {
    font-size: 30px;
  }

  .hero-modal__content {
    flex-wrap: wrap;
  }

  .hero-modal-chars__table,
  .hero-modal__card {
    width: 100%;
  }

  .hero-modal__card {
    order: 1;
    margin-bottom: 35px;
  }

  .hero-modal-chars__table {
    order: 2;
  }

  .hero-modal-card-header__blogger {
    font-size: 21px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 284px;
  }

  .hero-modal-card-video__link {
    padding: 7.5px 25px;
  }

  .vid-trigger__icon {
    margin-left: 25px;
  }

  .hero-modal-card__header {

    padding-top: 0;
    padding-bottom: 25px;
  }

  .hero-modal-card-header__blogger {
    font-size: 16px;
    height: 44.5px;
    display: flex;
    align-items: center;
  }

  .hero-modal-card-header__title {
    margin-top: 25px;
    font-size: 38px;
  }

  .hero-modal__closer {
    right: 20px;
    top: 20px;
  }

  .hero-modal-chars-holder__inner {
    padding: 55px;
  }

  .hero-modal-card-header__top {
    flex-direction: column;
  }

  .hero-modal-card-header__blogger {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .hero-modal-card-video__link {
    border-right-color: #fff;
  }

  .hero-modal-card-info-compl__title,
  .hero-modal-card-info-compl__val {
    font-size: 18px;
  }

  .kavkaz__all-title {
    font-size: 32px;
  }

  .kavkaz__all-title span {
    font-size: 18px;
  }
}

@media (max-width:640px) {
  .baikal__explore-text {
    font-size: 15px;
  }
}


@media(max-width: 580px) {
  .c-hero__holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-hero__img img {
    height: 128px;
    min-width: 230px;
  }

  .hero-chars-table-block-item-title__text,
  .hero-chars-table-block-item__qnty {
    font-size: 14px;
  }

  .hero-chars-table-block-item__lable {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-chars-table-block-item__price {
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    min-width: auto;
  }

  .hero-chars-table-block-item__left {
    align-items: flex-start;
  }

  .hero-chars-table__heading {
    font-size: 20px;
  }

  .hero-modal__closer {
    transform: scale(.7);
    right: 7px;
    top: 7px;
  }

  .hero-modal-chars-holder__inner {
    padding: 35px;
  }

  .hero-chars-table-block-item-price__val {
    min-width: auto;
  }


}

@media(max-width: 510px) {

  .c-hero__info,
  .c-hero-btns__holder {
    flex-direction: column;
  }

  .c-hero__img {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .c-hero__title {
    max-width: 100%;
    text-align: center;
  }

  .c-hero-btns__holder .main-btn:last-child {
    margin-left: 0;
    margin-top: 15px;
  }

  .hero-modal-card-header__title {
    font-size: 28px;
    margin-top: 10px;
  }

  .hero-modal-card__header {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-modal-card-header__title {
    margin-top: 25px;
    font-size: 30px;
  }

  .hero-chars-table__content,
  .hero-chars-table__block:not(:first-child) {
    margin-top: 20px;
  }


}

@media (max-width:480px) {
  .kavkaz-price__item {
    flex-direction: column;
  }
}

@media(max-width: 400px) {
  .hero-modal-card__info {
    flex-direction: column;
  }

  .hero-modal-card-info__delimiter {
    width: 27px;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .hero-modal-card-header__title {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
  }
}

/* configurator hero car ------------- */


/* configurator start page images ++++++++++  */

.config-links__list {
  --gap: 15px;
}

.conf-item__img {
  padding-bottom: var(--gap);
  background: #fff;
  position: relative;
}

.conf-img__overlay {
  position: absolute;
  left: 0;
  bottom: var(--gap);
  background: rgba(73, 130, 207, .5);
  width: 100%;
  height: 0;
  transition: .25s;
}

.config-links__list .conf-item__img img {
  width: 100%;
  height: 19.27vw;
  object-fit: cover;
}


.config-links__list .conf-link__item {
  width: calc(100% / 3 - var(--gap) / 2);
}

.configurator__banner {
  margin-bottom: 60px;
  margin-top: 112px;
}

.configurator__banner-transparent {
  position: relative;
}


.conf-banner__text {
  font-family: 'Overpass', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 128%;
  text-transform: uppercase;
  color: #fff;
  max-width: 965px;
  position: relative;
  z-index: 2;
}

.conf-banner__action {
  font-family: 'Overpass', sans-serif;
  font-weight: 700;
  font-size: 1.1vw;
  line-height: 128%;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  line-height: 1.5;
}

.conf-banner__action span {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  display: block;
}


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


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


.step {
  margin-bottom: 60px;
}




@media(min-width: 769px) {
  .config-links__list .conf-link__item:hover .conf-img__overlay {
    height: calc(100% - var(--gap));
  }
}

@media(max-width: 1280px) {
  .configurator__banner {
    margin-top: 109px;
  }

  .configurator__banner-transparent:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
  }
}



@media(max-width: 1024px) {
  .conf-banner__text {
    font-size: calc(12px + 3vw);
  }

  /* .conf-banner__action {
    font-size: 28px;
  } */
}

@media(max-width: 768px) {
  .config-links__list .conf-link__item {
    width: 100%;
    margin-bottom: 25px;
  }

  .config-links__list .conf-item__img img {
    width: 100%;
    height: 55vw;
  }

  .conf-banner__img {
    position: static;
    height: 50vw;
  }

  .conf-banner__img img {
    object-position: 90%;
  }

  .configurator__banner {
    margin-top: 148px;
  }

  .configurator__banner-transparent:after {
    display: none;
  }

}


/* 04-12-24  */

.conf-banner__h1 {

  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
}


.conf-banner__inner {
  padding: 5.5vw 9.3vw 9.8vw;
  position: relative;
}

.conf-banner__info {
  position: relative;
  z-index: 2;
}

.conf-banner__text {
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 124%;
  color: #fff;
  max-width: 651px;
}

@media(max-width: 768px) {
  .car-info__inner.car-info-model-benefit {
    font-size: 15px;
  }

  .conf-banner__info {
    background: #000;
    padding: 25px 25px;
  }

  .conf-banner__inner {
    padding: 0
  }

  .conf-banner__text {
    max-width: 100%;
  }

  .conf-banner__h1 {
    font-size: calc(12px + 5vw);
  }

  .conf-banner__text {
    font-size: calc(8px + 2.5vw);
    line-height: 1.3;
  }

  /* .conf-banner__h1 {
    display: none;
  }

  .conf-banner__text {
    display: none;
  } */

  .conf-banner__action {
    margin-top: 0;
    font-size: 3vw;
  }
}

@media(max-width: 425px) {

  .conf-banner__h1,
  .conf-banner__action span {
    font-size: calc(12px + 4vw);
  }

  .conf-banner__text {
    font-size: calc(8px + 2vw);

  }
}

@media(max-width: 375px) {
  .configurator__banner {
    margin-top: 145px;
  }
}



/* configurator start page images ----------  */

/* configurator final price styles ++++++++++  */

.trigger-background.trigger-classic.trigger-font-size:not(#fake) {
  width: auto !important;
}

@media(min-width: 1025px) {
  .step__controls.fixed .step-controls__item-text {
    transform: translateY(-56px);
    padding: 10px 10px 0;
    background: #fff;
  }
}



/* configurator final price styles ----------  */



/* configurator bloger styles ++++++++  */
.c-bloger__holder {
  position: relative;
}

.c-bloger__buy {
  position: absolute;
  right: 50px;
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

.c-bloger-btns__holder {
  display: flex;
  justify-content: flex-end;
}

.c-blogger__img img {
  /* height: 500px; */
  /* width: 100%; */
}

.c-bloger__price {
  font-family: 'Overpass', sans-serif;
  font-weight: 500;
  font-size: 49px;
  color: #fff;
  line-height: 1;
}

.c-bloger-btns__holder .main-btn {
  padding: 14px 70px;
  height: auto;
  width: auto;
  max-width: 226px;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.c-bloger-btns__holder .main-btn:last-child,
.c-bloger-btns__holder {
  margin-left: 20px;
}

.c-bloger__info {
  display: none;
}

@media(max-width: 1300px) {
  .c-bloger__price {
    font-size: 39px;
  }

  .c-bloger-btns__holder .main-btn {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 4vw;
  }
}

@media(max-width: 1024px) {
  .c-bloger__buy {
    position: relative;
    left: 0;
    bottom: 0;
    background: #000;
    /* margin-left: -15px;
    width: calc(100% + 30px); */
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media(max-width: 768px) {
  .c-bloger__buy {
    /* justify-content: space-between; */
  }

  .c-bloger__info {
    display: block;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    width: 100%;
    text-transform: uppercase;
  }

  .c-bloger__car {
    font-family: serif;
    font-size: calc(14px + 5vw);
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
  }

  .c-bloger__name {
    margin-top: 25px;
    font-family: serif;
    font-size: calc(8px + 3vw);
    line-height: 1.2;

    font-family: 'Oswald', sans-serif;
  }


}

@media(max-width: 640px) {
  .c-bloger__price {
    font-size: calc(8px + 3vw);
  }
}

@media(max-width: 500px) {
  .c-bloger__buy {
    flex-direction: column;
  }

  .c-bloger-btns__holder .main-btn:last-child,
  .c-bloger-btns__holder {
    margin-left: 0;
  }

  .c-bloger-btns__holder {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
  }

  .c-bloger-btns__holder .main-btn {
    width: 100%;
    max-width: 100%;
  }

  .c-bloger-btns__holder .main-btn:not(:last-child) {
    margin-bottom: 15px;
  }

  .c-bloger__price {
    font-size: calc(8px + 7vw);
  }

  .c-bloger__buy {
    padding: 25px 15px;
  }
}

@media(max-width: 425px) {
  .c-bloger__car {
    font-size: calc(14px + 4vw);
  }
}



/* configurator bloger styles --------  */





/* region select styles ++++++++  */
.region-select__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  transition: .25s;
  color: #fff;
  margin-right: 30px;
  font-family: 'Overpass', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.region-select__btn svg {
  max-width: 100%;
  max-height: 100%;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
  position: relative;
  bottom: 1px;
}

.region-select__holder {
  position: relative;
}

.region-confirm__modal {
  position: absolute;
  right: -57px;
  top: calc(100% + 7px);
  background: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.11);
  width: 100vw;
  max-width: 460px;
  color: #000;
  transition: .5s;
  max-height: 0;
  overflow: hidden;
  z-index: 4;
}

.region-confirm__modal.js-active {
  max-height: 300px;
}

.region-select__holder svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.region-confirm__closer,
.region-select__closer {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: .25s;
  color: #ACABAB;
}

.region-confirm__closer svg,
.region-confirm__city svg,
.region-select__closer svg {
  width: 20px;
  height: 20px;
}

.region-confirm-modal__inner {
  position: relative;
  padding: 20px 35px;
}

.region-confirm__title {
  font-family: 'Overpass', sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  margin-bottom: 7px;

}

.region-confirm__city {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #000;
  margin-bottom: 25px;
}

.region-confirm__city svg {
  margin-right: 8px;
}

.region-confirm__btns .region-confirm__btn {
  border: 1px solid #000;
  width: calc(100% / 2 - 5px);
  transition: .25s;
}

.region-confirm__btns {
  display: flex;
  justify-content: space-between;
}

.region-select__modal {
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translateX(-50%) scale(0);
  width: 90vw;
  max-width: 500px;
  transition: .5s;
  background: #fff;

  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.11);

  opacity: 0;
  z-index: -1;
}

.region-select__modal.js-active {
  opacity: 1;
  z-index: 5;
  transform: translateX(-50%) scale(1);
}

.region-select-modal__inner {
  padding: 25px 45px;
  position: relative;
}

.main-btn.main-btn__white {
  background: #fff;
  color: #000;
}

.region-select__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #000;
  text-align: center;
}

.region-select__input {
  appearance: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  outline: none;
}

.region-select-input__holder {
  position: relative;
  margin-top: 20px;
}

.region-input__placeholder {
  position: absolute;
  top: 12px;
  left: 20px;
  transition: .25s;
  font-family: Overpass, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #acabab;
}


.region-input__placeholder.up {
  top: -17px;
  left: 0;
  font-size: 12px;
}

.region-select__heading {
  font-family: Overpass, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #acabab;
  margin-top: 25px;
  margin-bottom: 10px;
}

.regions__list {
  max-height: 391px;
  /* height: 41vh; */
  height: 28.5vh;
  overflow: auto;
  scrollbar-color: #4982CF #d9d9d9;
  scrollbar-width: thin;
}


.regions__list::-webkit-scrollbar {
  width: 5px;
}

.regions__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #d9d9d9;
  border-radius: 10px;
}

.regions__list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #4982CF;
}


.regions__item {
  cursor: pointer;
  transition: .25s;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #000;
}

.regions__item.js-active {
  color: #4982CF;
}



@media(min-width: 769px) {

  .region-select__btn:hover,
  .region-confirm__closer:hover,
  .region-select__closer:hover {
    color: #4982CF;
  }

  .regions__item:hover {
    color: #4982CF;
  }

  .region-confirm__btns .region-confirm-btn__ok:hover {
    border: 1px solid #4982CF;
  }

  .region-confirm__btns .region-confirm-btn__change:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }

}


@media(max-width: 1024px) {
  .mob-header-top__left {
    display: flex;
  }

  .region-select__btn svg {
    bottom: 0;
    width: 19px;
    height: 19px;
    min-width: 19px;
    margin-right: 0;
  }

  .region-select__btn {
    margin-right: 25px;
  }

  .region-select__btn span {
    display: none;
  }

  .region-confirm__modal {
    top: calc(100% + 12px);
  }

}

@media(max-width: 768px) {
  .region-confirm__modal {
    right: auto;
    left: 25px;

  }

  .region-select__holder {
    order: 3;
  }

  .region-select__btn span {
    display: inline;
  }

  .region-select__btn {
    margin-right: 0;
    margin-left: 25px;
  }

  .region-select__btn svg {
    margin-right: 6px;
  }

  .region-confirm__modal {
    top: calc(100% + 10px);
  }
}

@media(max-width: 600px) {
  .region-confirm__modal {
    max-width: calc(100vw - 125px);
    left: -20px;
  }
}

@media(max-width: 460px) {
  .region-confirm__modal {
    max-width: calc(100vw - 1.5rem);
    left: -125px;
    /* width: 100vw; */
  }

  .region-confirm-modal__inner {
    padding: 20px;
  }

  .region-select__btn span {
    display: none;
  }

  .region-select-modal__inner {
    padding: 25px;
  }
}


@media(max-width: 360px) {
  .region-confirm__btns {
    flex-direction: column;
    align-items: center;
  }

  .region-confirm__btns .region-confirm__btn {
    width: 100%;
  }

  .region-confirm__btns .region-confirm__btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* region select styles --------  */


/* shop detail ++++++++ */
.swiper-thumbs .swiper-slide {
  height: auto;
  cursor: pointer;
}

@media(min-width: 992px) {
  #equip-additional-detail .equip-detail-slider img {
    max-height: 500px;
  }

  .equip-chars-tabs__content {
    font-size: 17px;
  }

  .equip-info__disclaimer-item {
    font-size: 16px;
  }
}

/* shop detail -------- */


/* 25.03.25 conf-r */
.res-conf__btns {
  width: 29%;
  min-width: 284px;
}

.res-conf__btns .res-conf__btns-wrap {
  display: none;
}

.send-conf__btn {
  padding: 27px 13px 24px;
  height: auto;
  background: rgb(73, 130, 207);
  transition: .25s;
  line-height: 1;
  font-size: 19px;
  /* border: 1px solid rgb(73, 130, 207); */
}

.send-conf__text {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.send-conf__text span {
  color: #4982CF;
  /* font-size: 38px; */
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
}


.animate-conf__btn {
  position: relative;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
}

.animate-conf__btn span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #335D95, #79a4db);
  animation: animate1 2s linear infinite;
}

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

  100% {
    transform: translateX(100%);
  }
}

.animate-conf__btn span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #335D95, #79a4db);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.animate-conf__btn span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #335D95, #4074b8);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animate-conf__btn span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #335D95, #4074b8);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}







@media(min-width: 769px) {
  .send-conf__btn:hover {
    color: #fff;
    background: #000;
  }
}


@media(max-width: 1640px) {

  .send-conf__text span {
    font-size: 16px;
  }



}

@media(max-width: 970px) {

  .res-conf__btns {
    width: 100%;
    max-width: 500px;
  }

}



/* complectation-content__groups +++++++ */
.complectation-content-groups-item__heading {
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  padding-left: 25px;
  padding-right: 25px;
  transition: .25s;
  background: #f5f5f5;

}

.complectation-content-groups-item__heading.active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.complectation-content-groups-item__heading .ar__icon {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.complectation-content-groups__item+.complectation-content-groups__item {
  margin-top: 15px;
}


.complectation-groups-item__info .row {
  margin-top: 35px;
}

.complectation-content-groups-item__heading.active .ar__icon {
  transform: rotate(180deg);
  color: #fff;
}

@media(min-width: 769px) {
  .complectation-content-groups-item__heading:not(.active):hover {
    background: #000;
    color: #fff;
  }
}




/* стили дла демонстрации аккордеона +++++++++ */
.complectation-groups-item__info {
  overflow: hidden;
  max-height: 0;
  transition: .5s;
}

.complectation-content-groups-item__heading.active~.complectation-groups-item__info {
  max-height: 1000px;
}

/* стили дла демонстрации аккордеона -------- */

/* complectation-content__groups --------------- */



/* ural +++++++++++++++ */

.ural__pics-item {
  position: relative;
}

.ural-pics-item__txt {
  font-family: Overpass;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0%;

  position: absolute;
  width: 90%;
  max-width: 543px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.ural-pics-item__txt p {
  margin-bottom: 0;
}

.ural__route-lvl {
  width: 45.5%;
  padding-bottom: 0;
}

.offroad-type__holder {
  font-family: Overpass;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  border-top: 1px dashed #fff;
  padding: 11px 0;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  margin-top: 38px;

}

.offroad-type__inner,
.offroad-type__val {
  display: flex;
  align-items: center;
}

.offroad-type__title {
  margin-right: 22px;
}

.offroad-type__icon {
  margin-right: 11px;
}

.ural__col p {
  font-family: Overpass, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  margin-bottom: 16px;
}

.ural__col span {
  font-family: Oswald;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #4074b8;

}

.ural__row {
  display: flex;
  justify-content: space-between;

}

.ural__col img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}



.ural__row.level_1>.ural__col:nth-child(1) {
  width: calc(41.4% - 27px / 2);
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.ural__row.level_1>.ural__col:nth-child(2) {
  width: calc((100% - 41.4%) - 27px / 2);
}

.ural__row.level_1>.ural__col:nth-child(1) img {
  margin-bottom: 28px;
}




.ural__row.level_2>.ural__col:nth-child(1) {
  width: calc(51.4% - 55px / 2);
}

.ural__row.level_2>.ural__col:nth-child(2) {
  width: calc(48.6% - 55px / 2);
}


.ural__row.level_2>.ural__col:nth-child(1) p {
  padding-left: 30px;
}

.ural__row.level_2>.ural__col:nth-child(1) img {
  margin-top: 36px;
}

.ural__row.level_2~img {
  margin-top: 25px;
}

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

.uralDetails__col {
  width: calc(100% / 3 - 78px / 2);
}

.uralDetails__col p {
  margin-bottom: 0;
}

.uralDetails__col p+img,
.uralDetails__col ul+img {
  margin-top: 30px;
}

.uralDetails__col p,
.uralDetails__col ul {
  font-family: Overpass;
  line-height: 118%;
  font-size: 17px;

}

.uralDetails__col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.uralDetails__col li {
  display: flex;
  --gap: 24px;
  --iconSize: 48px;
  margin-bottom: 20px;
}

.uralDetails__col .list__icon {
  margin-right: var(--gap);
  width: var(--iconSize);
  height: var(--iconSize);
  display: flex;
  align-items: center;
  justify-content: center;
}

.uralDetails__col .list__txt {
  width: calc(100% - var(--iconSize) - var(--gap));
}


.uralDetails__row.level_2>.uralDetails__col:nth-child(1) {
  width: calc(23% - 30px / 2);
}

.uralDetails__row.level_2>.uralDetails__col:nth-child(2) {
  width: calc(77% - 30px / 2);
}

.uralDetails__row.level_2>.uralDetails__col:nth-child(1) img {
  width: 100%;
  object-fit: cover;
}

.uralDetails__col:nth-child(3)>img {
  margin-top: 20px;
}

.uralDetails__text {
  margin-bottom: 30px;
}

.expedition__item:nth-child(1) .expedition__day {
  background-image: url(/img/ural/d1.jpg);
}

.expedition__item:nth-child(2) .expedition__day {
  background-image: url(/img/ural/d2.jpg);
}

.expedition__item:nth-child(3) .expedition__day {
  background-image: url(/img/ural/d3.jpg);
}

.expedition__item:nth-child(4) .expedition__day {
  background-image: url(/img/ural/d4.jpg);
}

.expedition__item:nth-child(5) .expedition__day {
  background-image: url(/img/ural/d5.jpg);
}

.expedition__item:nth-child(6) .expedition__day {
  background-image: url(/img/ural/d6.jpg);
}

.expedition__item:nth-child(7) .expedition__day {
  background-image: url(/img/ural/d7.jpg);
}

.uralNotExp__block {
  margin-top: 25px;

}

.ural__notExpTxt {
  justify-content: center;
}

.ural__notExpTxt p {
  max-width: 802px;
  font-weight: 600;
  font-size: 24px;
  line-height: 153%;
  text-align: center;
  color: #000;
}



.ural__incprice {
  --gap: 12px;
  --priceWidth: 36.5%;
}

.uralIncPrice__left {
  width: calc(100% - var(--priceWidth) - var(--gap) / 2);
  background-image: url(/img/ural/pr_bg.jpg);
}

.uralIncPrice__right {
  width: calc(var(--priceWidth) - var(--gap) / 2);
}

.uralLvl__item.last .mangistau__lvl-text {
  color: #000;
}

.mangistau__btns-item.color__dark {
  color: #000;
  border-color: #000;
}


.uralLvl__item.last .baikal__lvl-img {
  color: #000;
  border-color: #000;
}

.ural__price-all {
  border: 2px solid #4982cf;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ural__all-title {
  font-family: Oswald;
  background: #4982cf;
  text-align: center;
  font-weight: 500;
  font-size: 41px;
  line-height: 102%;
  color: #fff;
  padding: 22px;
}

.ural__all-title span {
  display: block;
  text-align: center;
  font-family: Overpass;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
}

.ural__all-inner {
  padding: 33px 53px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ural-price__item {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.ural-price__item:not(:first-child) {
  padding-top: 37px;
}

.ural-price__item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px dashed #000;
}

.ural-price-item__name {
  font-family: Overpass;
  font-weight: 500;
  font-size: 19px;
  line-height: 221%;
  color: #000;
}

.ural-price-item__val {
  font-family: Oswald;
  font-weight: 600;
  font-size: 64px;
  line-height: 66%;
  color: #000;
}

.weather__row {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  --gap: 26px;
  --imgWidth: 28.4%;
}

.weather__col:nth-child(1) {
  width: calc(var(--imgWidth) - var(--gap) / 2);
}

.weather__col:nth-child(2) {
  width: calc(100% - var(--imgWidth) - var(--gap) / 2);
}

.weatherCol__inner {
  position: relative;
  height: 100%;
}

.weather__icon {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  z-index: 2;
}

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

.weather__txt {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 95%;
  max-width: 406px;

  transform: translateX(-50%);
  z-index: 2;

  font-family: Overpass;
  font-weight: 700;
  font-size: 19px;
  line-height: 137%;
  color: #fff;
}


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

}

.weater__item {
  width: calc(100% / 2);
  padding-top: 24px;
  padding-bottom: 24px;
}

.weater__item:nth-child(1),
.weater__item:nth-child(2) {
  border-bottom: 1px solid #000;

}

.weater__item .weatherItem__inner {
  padding: 0 44px;
  border-left: 1px solid #000;
}


.weatherItem__title {
  font-family: Oswald;
  font-weight: 400;
  font-size: 27px;
  line-height: 89%;
  color: #4982cf;
  text-align: center;
  margin-bottom: 10px;
  min-height: 48px;
}

.weatherItem__descr {
  font-family: Overpass;
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: #000;
}


.uralExplore__txt {
  max-width: 968px;
}



@media(max-width: 1600px) {
  .ural-price-item__val {
    font-size: 44px;
  }
}





@media(max-width: 1500px) {
  .ural__row.level_1>.ural__col:nth-child(1) {
    width: calc(25% - 15px / 2);
  }

  .ural__row.level_1>.ural__col:nth-child(2) {
    width: calc(75% - 15px / 2);
  }





}



@media(max-width: 1300px) {


  .ural__row.level_2>.ural__col:nth-child(1),
  .ural__row.level_2>.ural__col:nth-child(2) {
    width: 100%;
  }

  .ural__row.ural__row.level_2 {
    flex-wrap: wrap;
  }

  .ural__row.level_2>.ural__col:nth-child(1) p {
    padding-left: 0;
  }

  .ural__row.level_2>.ural__col:nth-child(2) img {
    max-height: 200px;
  }


  .ural__row.level_1>.ural__col:nth-child(1) {
    width: calc(35% - 40px / 2);
  }

  .ural__row.level_1>.ural__col:nth-child(2) {
    width: calc(65% - 40px / 2);
  }

  .ural__all-inner {
    padding: 25px;
  }



}



@media(max-width: 1280px) {
  .ural__route-lvl {
    width: 50%;
  }
}

@media(max-width: 1260px) {
  .uralDetails__row:not(.level_2) {}


  .uralDetails__col {
    width: calc(100% / 3 - 40px / 2);
  }

  .ural-price-item__val {
    font-size: 34px;
  }
}

@media(max-width: 1100px) {
  .uralDetails__row {
    flex-wrap: wrap;
  }

  .uralDetails__col {
    width: 100%;
    margin-bottom: 30px;
  }

  .uralDetails__row>.uralDetails__col:nth-child(1) {
    display: flex;
    justify-content: space-between;
  }

  .uralDetails__row>.uralDetails__col:nth-child(1) .uralDetails__text {
    width: calc(50% - 15px);
  }

  .uralDetails__row>.uralDetails__col:nth-child(1) img {
    width: calc(50% - 15px);
    object-fit: cover;
  }

  .uralDetails__row.level_2>.uralDetails__col:nth-child(1) {
    width: calc(15% - 30px / 2);
  }

  .uralDetails__row.level_2>.uralDetails__col:nth-child(2) {
    width: calc(85% - 30px / 2);
  }

  .uralDetails__col:nth-child(3)>img {
    margin-top: 10px;
    width: 100%;
  }

}




@media(max-width: 1024px) {
  .ural__route-lvl {
    width: 100%;
  }

  .ural__row {
    flex-direction: column;
  }

  .ural__row.level_1>.ural__col:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

  }

  .ural__row.level_1>.ural__col:nth-child(1) img {
    width: calc(30% - 15px);
    margin-bottom: 15px;
  }

  .ural__row.level_1>.ural__col:nth-child(1) p:nth-child(2) {
    width: calc(70% - 15px);

  }

  .ural__row.level_1>.ural__col:nth-child(1) p:nth-child(3) {
    width: 100%;

  }

  .ural__row.level_1>.ural__col:nth-child(2) {
    width: 100%;
  }

  .uralIncPrice__left,
  .uralIncPrice__right {
    width: 100%;
  }

  .weater__item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .weatherItem__title {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .weater__item:nth-child(3) {
    border-bottom: 1px solid #000
  }

  .weater__item .weatherItem__inner {
    padding: 0 20px;

  }

  .weather__row {
    --imgWidth: 40%;
    --gap: 20px;
  }



}


@media(max-width: 900px) {
  .ural-pics-item__txt {
    top: 15px;
    font-size: 14px;
    line-height: 1.2;
  }



  .ural__route-lvl+.baikal__route-pics .kolsky__pics-item img {
    object-position: center;
  }
}

@media(max-width: 768px) {
  .uralDetails__row>.uralDetails__col:nth-child(1) .uralDetails__text {
    width: calc(70% - 15px);
  }

  .uralDetails__row>.uralDetails__col:nth-child(1) img {
    width: calc(30% - 15px);

  }


  .weather__row {
    flex-wrap: wrap;
  }

  .weather__row .weather__col {
    width: 100%;
  }

  .weather__bg {
    height: 400px;
  }

  .weater__item .weatherItem__inner {
    border-left: none;
    padding: 25px 0;

  }

  .weater__item:nth-child(1),
  .weater__item:nth-child(2),
  .weater__item:nth-child(3) {
    border-bottom: none;
  }

  .weatherItem__title {
    margin-bottom: 20px;
  }

  .weater__item {
    padding: 0 25px;
    border: none;
  }

  .weater__item:not(:last-child) .weatherItem__inner {
    border-bottom: 1px solid #000;
  }

}




@media(max-width: 660px) {

  .ural__row.level_1>.ural__col:nth-child(1) img,
  .ural__row.level_1>.ural__col:nth-child(1) p:nth-child(2) {
    width: 100%;
  }

  .ural__row.level_2>.ural__col:nth-child(2) img {
    max-height: none;
  }

  .uralDetails__row.level_2>.uralDetails__col:nth-child(1) {
    width: calc(25% - 20px / 2);
  }

  .uralDetails__row.level_2>.uralDetails__col:nth-child(2) {
    width: calc(75% - 20px / 2);
  }

  .ural__notExpTxt p {
    font-size: 20px;
  }


}


@media(max-width: 590px) {
  .ural__pics-item:nth-child(2) img {
    height: 300px;
  }

  .uralDetails__row>.uralDetails__col:nth-child(1) {
    flex-wrap: wrap;
  }

  .uralDetails__row>.uralDetails__col:nth-child(1) .uralDetails__text {
    width: 100%;
  }

  .uralDetails__row>.uralDetails__col:nth-child(1) img {
    width: 100%;

  }
}

@media(max-width: 480px) {
  .ural-price__item {
    flex-direction: column;
  }

  .ural-price__item:not(:first-child) {
    padding-top: 20px;
  }

  .ural-price__item:not(:last-child) {
    padding-bottom: 20px;
  }


}




@media(max-width: 425px) {
  .ural__route-lvl+.baikal__route-pics .kolsky__pics-item {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }

  .ural__route-lvl+.baikal__route-pics .baikal__pics {
    display: block;
  }

  .ural__pics-item:nth-child(2) img {
    height: 280px;
  }

  .uralDetails__row.level_2>.uralDetails__col:nth-child(1) {
    display: none;
  }

  .uralDetails__row.level_2>.uralDetails__col:nth-child(2) {
    width: 100%;
  }

  .uralDetails__col .list__icon {
    margin-right: 24px;
    width: var(--iconSize);
    height: var(--iconSize);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .uralDetails__col li {
    --gap: 15px;
    --iconSize: 34px;
  }




}

/* ural --------------- */



/* compare +++++++++++++++++ */

.label-fav__cloud-goto {
  bottom: -120px;
  width: 210px;
}

.label-fav__cloud-goto .label-fav__cloud-inner {
  padding: 10px;
}

.label-goto__btn {
  cursor: pointer;
  width: 100%;
  height: 40px;
  border: 1px solid #0F1414;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #0F1414;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  transition: .25s;
}

.label-goto__btn:first-child {
  margin-bottom: 5px;
}

.label-goto__btn:hover {
  color: #fff;
  background: #0F1414;
}

.label-fav__cloud-goto .label-goto__btn:first-child {
  margin-bottom: 5px;
}

.label-goto__btn-blue {
  border: 1px solid #4982cf;
  color: #4982cf;
}

.label-goto__btn-blue:hover {
  background: #4982cf;
  color: #fff;
}


#comparison-catalog .compare__card .cs-info__title {
  font-size: 31px;
  text-align: center;
}

.cars__section .favorites-nav {
  margin-bottom: 35px;
}

.compare__container {
  --font-family: 'Overpass', sans-serif;
  margin-bottom: 55px;
}

.compare__links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.compare__link {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 15px;
  margin-bottom: 15px;

  text-decoration: none;

  display: flex;
  align-items: center;
}

.compare__link span {
  color: #4982cf;
}

.compare__link p {
  margin-bottom: 0;
  display: inline;
}

.compare__link:hover p {
  color: #000;


}

.compare__link svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
}

.compareLinkIcon {
  width: 29px;
  height: 29px;
  min-width: 29px;
  margin-right: 5px;

}

.compare__link:first-child:hover .compareLink__txt span {
  text-decoration: underline;
}

.compare__link:last-child:hover .compareLink__txt p {
  text-decoration: underline;
}

.compare__row {
  display: flex;
  width: auto;
  height: inherit;
}

.compare__column {
  width: calc(100% / 4);
  height: inherit;
  background: transparent;
  display: block;
  text-align: inherit;
  margin-top: 1px;
  margin-left: 1px;
}

.compare__column:not(:last-child) {
  border-right: 1px solid #f5f5f5;
}

.compare__card .cs-info__title {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}

.compare__column .compare__card {
  margin-inline: 15px;
  padding-bottom: 75px;
  height: 100%;
}

.compare__column .cs-info__vinnumber {
  line-height: 1.3;
}

.compare__column .cs-info {
  margin-top: 15px;
}

.compare__column .cs-info__price {
  margin-top: 15px;
}

.compare__column:first-child .compare__card {
  margin-left: 0;
}


.compare__labels {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin: 35px auto;
  flex-wrap: wrap;
}

.compare__label {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #000;
  background: #f5f5f5;
  padding: 13px 45px 12px 35px;
  text-decoration: none;
  line-height: 1;
  transition: .25s ease;
  position: relative;
}

.compare__label .compare__label-remove {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3841_5689)'%3E%3Cpath d='M6.27484 5.9988L11.9434 0.330281C12.0189 0.254715 12.0189 0.132222 11.9434 0.0566564C11.8678 -0.0188855 11.7453 -0.0188855 11.6697 0.0566564L6.00121 5.72517L0.332699 0.0566564C0.255827 -0.0175793 0.133334 -0.0154506 0.0590743 0.0614216C-0.0133472 0.136407 -0.0133472 0.255295 0.0590743 0.330281L5.72759 5.9988L0.0590743 11.6673C-0.0177979 11.7416 -0.0199265 11.8641 0.0543333 11.9409C0.128593 12.0178 0.251085 12.0199 0.327958 11.9457C0.329578 11.9441 0.331151 11.9425 0.332699 11.9409L6.00121 6.27242L11.6697 11.9409C11.7466 12.0152 11.8691 12.0131 11.9434 11.9362C12.0158 11.8612 12.0158 11.7423 11.9434 11.6673L6.27484 5.9988Z' fill='black' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3841_5689'%3E%3Crect width='12' height='12' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  right: 15px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  transition: .25s ease;
}

.compare__label.active,
.compare__label:hover {
  background: #0f1414;
  color: #fff;
}

.compare__label.active .compare__label-remove,
.compare__label-remove:hover,
.compare__label:hover .compare__label-remove {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3841_5689)'%3E%3Cpath d='M6.27484 5.9988L11.9434 0.330281C12.0189 0.254715 12.0189 0.132222 11.9434 0.0566564C11.8678 -0.0188855 11.7453 -0.0188855 11.6697 0.0566564L6.00121 5.72517L0.332699 0.0566564C0.255827 -0.0175793 0.133334 -0.0154506 0.0590743 0.0614216C-0.0133472 0.136407 -0.0133472 0.255295 0.0590743 0.330281L5.72759 5.9988L0.0590743 11.6673C-0.0177979 11.7416 -0.0199265 11.8641 0.0543333 11.9409C0.128593 12.0178 0.251085 12.0199 0.327958 11.9457C0.329578 11.9441 0.331151 11.9425 0.332699 11.9409L6.00121 6.27242L11.6697 11.9409C11.7466 12.0152 11.8691 12.0131 11.9434 11.9362C12.0158 11.8612 12.0158 11.7423 11.9434 11.6673L6.27484 5.9988Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3841_5689'%3E%3Crect width='12' height='12' fill='black' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.card-label__compare {
  display: flex;
  margin-top: 10px;
}

.compare-btns {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  align-items: center;
}

.compare-btn__basket .active svg path {
  fill: #4982CF;
}

.compare-btn__basket svg path {
  transition: .25s ease;
  fill: #848484;
}

.compare-btn__basket:hover svg path {
  fill: #4982CF;
}

.compare__card-plus {
  height: 100%;
}

.compare__card .main-stock__item:hover {
  box-shadow: 0px 0px 20px rgba(73, 130, 207, 0.3);
}

.compare__card-add {
  cursor: pointer;
  outline: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  transition: .25s ease;
  width: 100%;
}

.compare__card-add:hover {
  box-shadow: 0px 0px 20px rgba(73, 130, 207, 0.3);
}

.compare__card-add:hover .compare__card-add__btn {
  color: #0F1414;
  border: 1px solid #0F1414;
}

.compare__card-add:hover .compare__card-add__text {
  color: #4982cf;
}

.compare__card-add__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.compare__card-add__btn {
  font-family: var(--font-family);
  font-weight: 100;
  font-size: 64px;
  line-height: 66%;
  color: #4982cf;
  border: 1px solid #4982cf;
  padding: 15px 28px;
  display: inline-block;
  transition: .25s ease;
}

.compare__card-add__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  margin-top: 30px;
  transition: .25s ease;
  text-align: center;
  padding: 0 10px;
}

.compare-btn__more {
  width: 100%;
  max-width: 190px;
  max-width: calc(160px + 1.5vw);
  font-size: calc(13px + .1vw);
}

.compare__table-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 0;
  padding-left: 20px;
  height: 120px;
  border-bottom: 1px solid #f5f5f5;
}

.compare__table-item__differences {
  border-top: 1px solid #f5f5f5;
  height: 75px;
}

.compare__table-item__different {
  /* background: rgba(73, 130, 207, 0.07); */
  position: relative;
}

.compare__table-item__different:after {
  position: absolute;
  background: rgba(73, 130, 207, 0.07);
  width: 1000%;
  height: 100%;
  content: '';
  left: -15%;
  top: 0;
  border-bottom: 1px solid #fff;
}

.compare__table-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000;
  height: 100%;
  min-height: 30px;
}

.compare__table-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  color: #000;
  margin-top: 25px;
  height: 100%;
}

.compare__table-available {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #2BA86C;
  margin-right: 5px;
}

.compare__table-available-production {
  background: #ffd94a;
}

.compare__table-switch {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-left: 35px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
}

.compare__table-switch .compare__table-switch__checkbox {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 48px;
  height: 24px;
  vertical-align: top;
  background: #eee;
  transition: .2s;
}

.compare__table-switch .compare__table-switch__checkbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;

  background: #4982cf;
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, .3); */
  transition: .15s;
}

.compare__table-switch input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.compare__table-switch input[type=checkbox]:checked+.compare__table-switch__checkbox {
  background: #f5f5f5;
}

.compare__table-switch input[type=checkbox]:checked+.compare__table-switch__checkbox:before {
  transform: translateX(28px);
}

.compare__table-switch input[type="checkbox"]:not(:disabled)+.compare__table-switch__checkbox {
  cursor: pointer;
}

.compare__table-switch input[type=checkbox]:disabled+.compare__table-switch__checkbox {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, .1);
}

.compare__table-switch input[type=checkbox]:disabled+.compare__table-switch__checkbox:before {
  background: #eee;
}

.compare__table-switch.focused .compare__table-switch__checkbox:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}

.compare__row-swiper {
  width: inherit;
  height: inherit;
}

.compare__row-swiper .swiper-button-next,
.compare__row-swiper .swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
  transition: background .2s;
  box-shadow: 0 4px 21px 0 rgb(73 130 207 / 52%);
}

.compare__row-swiper .swiper-button-next:after,
.compare__row-swiper .swiper-rtl .swiper-button-prev:after,
.compare__row-swiper .swiper-button-prev:after,
.compare__row-swiper .swiper-rtl .swiper-button-next:after {
  font-size: 20px;
}


.cars__section #compare .favorites-nav {
  margin-bottom: 20px;
}

#compare .favorites-nav__item-text {
  padding: 15px 40px;
}

#compare .favorites-nav__item-num {
  padding: 15px 27px;
}

#compare .compare__link {
  margin-bottom: 10px;
}

#compare .compare__labels {
  margin: 20px auto;
}

#compare .compare__column .compare__card {
  margin-inline: 10px;
  padding-bottom: 10px;
}

#compare .card-stock__photo {
  height: 150px;
}

#compare .card-stock__photo .swiper-slide img {
  max-width: 250px;
  object-fit: contain;
}

#compare .compare-btns {
  padding: 5px 20px;
}

#compare .compare-btn__more {
  max-width: calc(135px + 1.5vw);
  font-size: calc(13px + .1vw);
  height: 30px;
  padding: 5px 0;
}

#compare .compare__card .cs-info__title {
  font-size: calc(16px + .07vw);
  min-height: 35px;
}

#compare .compare__column .cs-info__price {
  font-size: calc(20px + .15vw);
}

#compare .compare__column .cs-info__price {
  margin-top: 5px;
}

#compare .compare__table-title {
  min-height: 25px;
  font-size: calc(15px + .2vw);
}

#compare .compare__table-text {
  margin-top: 15px;
  font-size: calc(13px + .15vw);
  overflow: auto;
}

#compare .compare__table-item {
  padding: 15px;
  height: 100px;
}

#compare .cs-info__year {
  line-height: 1.2;
}

#compare .compare__table-item__differences {
  height: 55px;
}

#compare #comparison-catalog .compare__table-text {
  margin-top: 10px;
}

#compare #comparison-catalog .compare__table-item {
  padding: 10px 15px;
  height: 80px;
}

#compare #comparison-catalog .compare__table-item__differences {
  height: 55px;
}

@media (max-width:1920px) {
  .compare__table-text {
    font-size: calc(14px + .15vw);
  }

  .compare__table-title {
    font-size: calc(16px + .2vw);
  }

  .compare__card-add__text {
    font-size: calc(13px + .2vw);
  }

  .compare__card .cs-info__title {
    font-size: calc(16px + .2vw);
  }

  .compare__column .cs-info__price {
    font-size: calc(20px + .3vw);
  }
}

@media (max-width:1365px) {
    .cs-info__benefit {
    justify-content: end;
    padding-right: 15px;
  font-size: 14px;
}
.equip-list .cs-info__name {
    font-size: 14px;
}
}

@media (max-width:1280px) {
  .compare__table-switch {
    margin-left: 15px;
  }

  #comparison-catalog .compare__card .cs-info__title {
    font-size: 26px;
  }
}

@media (max-width:1200px) {


  .compare__column .compare__card {
    margin-inline: 10px;
  }

  .compare__link {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .compare__labels {
    gap: 7px;
    margin: 25px auto;
  }

  .compare__label {
    font-size: 13px;
    padding: 10px 35px 9px 15px;
  }

  .compare__column .compare__card {
    padding-bottom: 35px;
  }

  .compare__card .cs-info__title {
    font-size: 16px;
  }

  .compare__card .cs-info__price {
    font-size: 20px;
  }

  .compare__card .card-stock__photo {
    height: 180px;
  }

  .compare-btn__more {
    width: 150px;
    height: 36px;
    font-size: 13px;
  }

  .compare__card-add__btn {
    font-size: 50px;
    line-height: 55%;
  }

  .compare__table-title {
    font-size: 16px;
  }

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

  .compare__table-item {
    padding: 15px;
    height: 90px;
  }

  .compare__table-text {
    margin-top: 15px;
  }

  .compare__table-item__differences {
    height: 60px;
  }
}

/* compare --------------- */



/* stock detail btns +++++++++++++++ */
.stockDetailBtns__holder {
  display: flex;
  justify-content: space-between;
  padding-inline: 20px;

  flex-wrap: wrap;
}

.stockDetail__btn {
  margin: 0;
  width: calc(100% / 2 - 12.5px);
  max-width: 100%;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 25px;
  /* box-shadow: 0 0 5px grey; */
  border: 1px solid transparent;
  transition: .25s;
}

.stockDetail__btn.__blue {
  background: #4982CF;
}

.stockDetail__btn.__light {
  background: #fff;
  color: #000;
  border-color: #000;
}

.stockDetail__btn-noMg {
    margin-bottom: 0;
}

.stockDetail__btn.__anim {
  margin-inline: auto;
  margin-bottom: 0;
}

.car-detail-slider-mfp a.first {
  max-width: none;
  width: 100%;
  max-height: 550px;
}

.car-detail-slider-mfp a:not(.first) {
  max-width: calc(25% - 8px);
  max-height: 143px;
}

@media (max-width:1199px) {
    .cs-info__benefit {
    justify-content: center;
    padding-right: 0;
  font-size: 16px;
}
.equip-list .cs-info__name {
    font-size: 16px;
}

}


@media(min-width: 769px) {
  .stockDetail__btn.__blue:hover {
    background: #0f1414;
  }

  .stockDetail__btn.__light:hover {
    background: #4982CF;
    color: #fff;
    border-color: #4982CF;
  }
}

@media (max-width: 1199px) {
  .car-detail-slider-mfp a:not(.first) {
    max-width: calc(33% - 6px);
  }
}



@media(max-width: 1070px) {
  .stockDetail__btn {
    width: 100%;
  }
}

@media(max-width: 991px) {
  .stockDetail__btn {
    width: calc(100% / 2 - 12.5px);
  }
}

@media(max-width: 570px) {
  .stockDetail__btn {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .car-detail-slider-mfp a:not(.first) {
    max-width: calc(50% - 3px);
  }

  .car-info__free-btns__item:last-child .car-detail__btn {
    margin-bottom: 0;
  }
}

/* stock detail btns --------------- */





/* kirgizia */

.kirgizia__route-lvl {
  width: 50%;
  background-image: url('/img/kirgizia/marshrut1.png');
  padding-top: 50px;
  background-size: cover;
}

.kirgizia__route-pics {
  width: 50%;
}

.kirgizia__pics-item {
  position: relative;
}

.kirgizia-pics-item__txt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 30px;
  font-weight: 500;
  font-family: "Overpass", sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.kirgizia-pics-item__km {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px 30px;
  color: #fff;
  font-family: "Overpass", sans-serif;
}

.kirgizia-pics-item__km-desk {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.kirgizia-pics-item__km-val {
  font-family: "Oswald", sans-serif;
  font-size: 82px;
  font-size: calc(22px + 3vw);
  line-height: 1.1;
}

.kirgizia__route-lvl .mangistau__lvl-btns {
  width: 100%;
  justify-content: space-between;
  border-radius: 29px;
  border: 1px solid #fff;
  align-items: center;
}

.kirgizia__route-lvl .mangistau__btns-item {
  width: 33.3333%;
  border: none;
}

.kirgizia__route-lvl .mangistau__btns-item.active {
  background: #fff;
  color: #4982cf;
  border-radius: 29px;
}

.kirgizia__route-lvl .offroad-type__holder {
  border: none;
}

.kirgizia__route-lvl .mangistau__lvl-list {
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 29px;
  justify-content: space-evenly;
  align-items: center;
}

.kirgizia__route-lvl .mangistau__lvl-item {
  flex-direction: row;
  padding: 0 20px;
}

.kirgizia__route-lvl .mangistau__lvl-item.active {
  background: #fff;
  color: #4982cf;
  border-radius: 29px;
}

.kirgizia__route-lvl .mangistau__lvl-item.active .mangistau__lvl-text {
  color: #4982cf;
  font-weight: 400;
}

.kirgizia__route-lvl .mangistau__lvl-item.active svg path {
  fill: #4982cf;
}

.kirgizia__route-lvl .mangistau__lvl-img {
  margin: 10px;
  width: 35px;
  height: 35px;
  border: none;
  background: none;
}

.kirgizia__route-lvl .mangistau__lvl-img:after {
  display: none;
}

.kirgizia__route-lvl .offroad-type__title {
  width: 18%;
  margin-right: 11px;
}

.kirgizia__route-lvl .offroad-type__descr {
  width: 80%;
}

.kirgizia__special-route {
  margin: 25px 0;
  padding: 12px 0;
  border-top: 1px dashed #4982cf;
  border-bottom: 1px dashed #4982cf;
}

.kirgizia__special-route__inner {
  display: flex;
  align-items: center;
}

.kirgizia__special-route__title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  margin-right: 50px;
}

.kirgizia__special-route__text {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.ural__row.kirgizia__row.level_2>.ural__col:nth-child(1) img {
  margin-top: 0;
}

.kirgizia__live-eat {
  display: flex;
  margin: 50px auto;
}

.kirgizia__live-eat__item:nth-child(1) {
  width: 21%;
}

.kirgizia__live-eat__item:nth-child(2) {
  padding: 30px 65px;
  width: 33%;
}

.kirgizia__live-eat__item:nth-child(3) {
  width: 46%;
}

.kirgizia__live-eat__text {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
}

.kirgizia__live-eat__item .mangistau__title {
  margin: 0;
  margin-bottom: 25px;
}

.kirgizia__live-eat__item img {
  width: 100%;
}

.kirgizia__expedition-btn__km {
  position: absolute;
  top: -10px;
  right: 0;
  font-family: "Overpass", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
}

.kirgizia__expedition-inner {
  position: relative;
}

.kirgizia__expedition .expedition__item:nth-child(1) .expedition__day {
  background-image: url('/img/kirgizia/d1.png');
}

.kirgizia__expedition .expedition__item:nth-child(2) .expedition__day {
  background-image: url('/img/kirgizia/d2.png');
}

.kirgizia__expedition .expedition__item:nth-child(3) .expedition__day {
  background-image: url('/img/kirgizia/d3.png');
}

.kirgizia__expedition .expedition__item:nth-child(4) .expedition__day {
  background-image: url('/img/kirgizia/d4.png');
}

.kirgizia__expedition .expedition__item:nth-child(5) .expedition__day {
  background-image: url('/img/kirgizia/d5.png');
}

.kirgizia__expedition .expedition__item:nth-child(6) .expedition__day {
  background-image: url('/img/kirgizia/d6.png');
}

.kirgizia__incprice-left {
  width: calc(100% - var(--priceWidth) - var(--gap) / 2);
  background-image: url('/img/kirgizia/all-exclusive.png');
  background-size: cover;
}

.kirgizia__incprice-left .mangistau__title {
  color: #fff;
}

.kirgizia__incprice-left .mangistau__incprice-item {
  color: #fff;
}

.kirgizia__all-title {
  padding: 10px;
}

.kirgizia__incprice-center {
  width: 40%;
}

.kirgizia__incprice-right {
  width: 60%;
}

.baikal-see__row:nth-child(1) .altai-see__col:nth-child(1).kirgizia-see__col {
  width: calc(64% - var(--seeGap) / 2);
}

.baikal-see__row:nth-child(1) .altai-see__col:nth-child(2).kirgizia-see__col {
  width: calc(36% - var(--seeGap) / 2);
}

.kirgizia__explore-text__mini {
  font-size: 20px;
  margin: 0;
}

.kirgizia__explore-btn {
  margin-top: 40px;
}

.kirgizia__explore-text span {
  background: #fff;
  color: #4982cf;
  padding: 0 5px;
}

.kirgizia-see__col_12 {
  position: relative;
}

.kirgizia-see__col_12-text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 80px;
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

.kirgizia-see__col_12-text span {
  padding: 0 5px;
  background: #fff;
  color: #4982cf;
}

.kirgizia__weather {
  background-image: url('/img/kirgizia/weather.png');
  background-size: cover;
}

.kirgizia__weather-list {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.kirgizia__weather-item:first-child {
  display: flex;
  align-items: baseline;
}

.kirgizia__weather-item {
  margin: 30px 0;
  padding: 0 45px;
}

.kirgizia__weather-item:not(:last-child) .kirgizia__weather-item__inner:after {
  position: absolute;
  right: -40px;
  top: -20px;
  content: "";
  width: 1px;
  height: 160px;
  border-right: 1px dashed #fff;
}

.kirgizia__weather-item__logo {
  margin-right: 70px;
}

.kirgizia__weather-item__logo p {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}

.kirgizia__weather-item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.kirgizia__weather-item__title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 23px;
}

.kirgizia__weather-item__text {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
}

.kirgizia__guide {
  margin: 45px 0;
}

.kirgizia__guide-list {
  display: flex;
  align-items: end;
}

.kirgizia__guide-item:nth-child(1) {
  width: 9%;
  margin-right: 30px;
}

.kirgizia__guide-item:nth-child(2) {
  width: 51%;
  padding-right: 75px;
}

.kirgizia__guide-item__title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 41px;
  line-height: 1.1;
  color: #000;
}

.kirgizia__guide-item__subtitle {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.1;
  color: #000;
  margin: 30px 0;
}

.kirgizia__guide-item__li {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
}

.kirgizia__guide-item__li span {
  color: #4982cf;
}

.kirgizia__guide-item:nth-child(3) {
  width: 40%;
}

.kirgizia__guide-item .mangistau__price-docs {
  padding-right: 80px;
  margin-bottom: 20px;
}

@media (max-width:1640px) {
  .kirgizia__live-eat__item:nth-child(2) {
    padding: 30px;
  }

  .kirgizia__live-eat {
    margin-bottom: 0;
  }

  .kirgizia-see__col_12-text {
    padding: 40px;
  }

  .kirgizia__route-lvl .mangistau__lvl-item {
    padding: 0 5px;
  }

  .kirgizia__live-eat__item .mangistau__title {
    font-size: 30px;
  }

  .baikal__explore-title.kirgizia__explore-title {
    font-size: 2.8vw;
  }
}

@media (max-width:1440px) {
  .kirgizia__explore-text {
    font-size: 18px;
  }

  .kirgizia__explore-text__mini {
    font-size: 16px;
  }

  .kirgizia__guide-item__title {
    font-size: 38px;
  }

  .kirgizia__guide-item__subtitle {
    margin: 20px 0;
  }

  .kirgizia__guide-item .mangistau__price-docs {
    padding-right: 20px;
  }

  .kirgizia__guide-item .kolsky__docs-name {
    max-width: 180px;
  }
}

@media (max-width:1366px) {
  .kirgizia__route-pics .kolsky__pics-item:nth-child(1) {
    display: none;
  }

  .kirgizia__route-pics {
    width: 45%;
  }

  .kirgizia__route-lvl {
    width: 55%;
    margin-right: 10px;
  }

  .kirgizia__guide-item:nth-child(1) {
    display: none;
  }

  .kirgizia__guide-item:nth-child(2) {
    width: 60%;
    padding-right: 45px;
    padding-left: 20px;
  }

  .kirgizia__weather-item__logo {
    margin-right: 40px;
  }

  .kirgizia__weather-item {
    margin: 20px 0;
    padding: 0 30px;
  }

  .kirgizia__weather-item:not(:last-child) .kirgizia__weather-item__inner:after {
    right: -30px;
  }
}

@media (max-width:1280px) {
  .kirgizia__incprice-right {
    display: block;
  }

  .kirgizia__expedition-btn__km {
    font-size: 16px;
  }

  .kirgizia__live-eat {
    flex-wrap: wrap;
  }

  .kirgizia__live-eat__item:nth-child(1) {
    width: 25%;
  }

  .kirgizia__live-eat__item:nth-child(2) {
    width: 75%;
  }

  .kirgizia__live-eat__item:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }

  .kirgizia__exp .altai-see__row.baikal-see__row {
    flex-wrap: wrap;
  }

  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(1).kirgizia-see__col {
    width: 100%;
  }

  .baikal-see__row:nth-child(1) .altai-see__col:nth-child(2).kirgizia-see__col {
    width: 100%;
  }

  .baikal-see__row:nth-child(1) .kirgizia-see__col:nth-child(2) img {
    height: 250px;
  }

  .kirgizia__expedition-inner .mangistau__expedition-date {
    font-size: 50px;
  }
}

@media (max-width:1200px) {
  .kirgizia__incprice-right {
    width: 50%;
  }

  .kirgizia__incprice-center {
    width: 50%;
  }

  .kirgizia__incprice {
    flex-wrap: wrap;
  }

  .kirgizia__incprice-left {
    width: 100%;
  }

  .kirgizia__incprice-price {
    width: 100%;
    margin-top: 10px;
  }

  .kirgizia__guide {
    margin-bottom: 0;
  }

  .kirgizia__guide-list {
    flex-wrap: wrap;
  }

  .kirgizia__guide-item:nth-child(1) {
    display: block;
    order: 1;
    width: 10%;
    margin: 0;
  }

  .kirgizia__guide-item:nth-child(2) {
    width: 100%;
    padding-right: 45px;
    padding-left: 20px;
    order: 0;
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
  }

  .kirgizia__guide-item:nth-child(3) {
    width: 90%;
    padding: 0 25px;
    margin-top: 25px;
  }

  .kirgizia__guide-item:nth-child(3) img {
    width: 100%;
  }

  .kirgizia__route {
    flex-wrap: wrap;
  }

  .kirgizia__route-lvl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .kirgizia__route-lvl .mangistau__lvl-item {
    padding: 0 20px;
  }

  .kirgizia__route-pics .kolsky__pics-item:nth-child(1) {
    display: block;
    width: 20%;
  }

  .kirgizia__route-pics {
    width: 100%;
    height: 300px;
  }

  .kirgizia__pics-item {
    width: 80%;
  }
}

@media (max-width:1024px) {
  .kirgizia__route-lvl .mangistau__lvl-list {
    max-width: 100%;
  }

  .ural__row.level_1>.ural__col:nth-child(1) img {
    width: 100%;
  }

  .kirgizia__live-eat__item:nth-child(1) {
    display: none;
  }

  .kirgizia__live-eat__item:nth-child(2) {
    width: 100%;
    padding: 20px;
  }

  .kirgizia__incprice-center {
    width: 100%;
  }

  .kirgizia__incprice-right {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .kirgizia__guide-item:nth-child(1) {
    display: none;
  }

  .kirgizia__guide-item:nth-child(3) {
    width: 100%;
  }
}

@media (max-width:800px) {
  .kirgizia__route-lvl .mangistau__lvl-item {
    padding: 0 10px;
  }

  .kirgizia__route-lvl .mangistau__lvl-img {
    margin: 10px;
    width: 25px;
    height: 25px;
  }

  .kirgizia__route-lvl .mangistau__lvl-text {
    font-size: 14px;
  }

  .kirgizia__route-lvl .mangistau__btns-item {
    font-size: 14px;
    padding: 10px;
  }

  .kirgizia-pics-item__txt {
    padding: 30px;
  }

  .kirgizia__live-eat {
    margin-top: 0;
  }

  .kirgizia__expedition-inner .mangistau__expedition-date {
    font-size: 40px;
  }

  .kirgizia__expedition-btn__km {
    font-size: 12px;
  }

  .kirgizia__weather-list {
    flex-wrap: wrap;
  }

  .kirgizia__weather-item {
    width: 100%;
  }

  .kirgizia__weather-item:first-child {
    align-items: center;
    flex-direction: column;
  }

  .kirgizia__weather-item:not(:last-child) .kirgizia__weather-item__inner:after {
    display: none;
  }

  .kirgizia__weather {
    background-image: url('/img/kirgizia/all-exclusive.png');
  }

  .kirgizia__weather-item__logo {
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .kirgizia__weather-item__logo svg {
    width: 50px;
    height: 50px;
    text-align: center;
  }

  .kirgizia__weather-item__logo p {
    font-size: 28px;
    margin-top: 10px;
  }

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

  .kirgizia__weather-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
  }
}

@media (max-width:768px) {
  .baikal-see__row:nth-child(1) .kirgizia-see__col:nth-child(2) {
    display: block;
  }

  .baikal-see__row:nth-child(1) .kirgizia-see__col:nth-child(2) img {
    height: 300px;
  }

  .kirgizia__route-pics .kolsky__pics-item:nth-child(1) {
    display: none;
  }

  .kirgizia__pics-item {
    width: 100%;
  }

  .kirgizia__special-route__inner {
    flex-direction: column;
  }

  .kirgizia__special-route__title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width:640px) {
  .kirgizia-see__col_12-text {
    top: 50%;
    transform: translateY(-50%);
  }

  .kirgizia__route-lvl .mangistau__lvl-item {
    padding: 0 20px;
    width: 50%;
    justify-content: center;
  }

  .kirgizia__route-lvl .offroad-type__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .kirgizia__route-lvl .offroad-type__title {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .kirgizia__guide-item__title {
    font-size: 30px;
  }

  .kirgizia__expedition-inner .mangistau__expedition-date {
    font-size: 30px;
  }
}

@media (max-width:500px) {
  .kirgizia__route-lvl .mangistau__btns-item {
    width: 100%;
  }

  .kirgizia__route-lvl .mangistau__lvl-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .kirgizia__route-pics {
    height: 350px;
  }
}

@media (max-width:450px) {
  .kirgizia-see__col_12-text {
    padding: 20px;
    font-size: 17px;
  }

  .baikal-see__row:nth-child(1) .kirgizia-see__col:nth-child(1):not(#fake-id) img {
    height: 560px;
  }
}

/* kirgizia */



/* about us new */
.aboutUsCreate__text-mob {
  display: none;
}

.aboutUs__banner {
  position: relative;
  margin-top: 20px;
}

.main-banner__info-mobTwenty {
  display: none;
}

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

.aboutUsBanner__head {
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.aboutUsBanner__titleH2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 41px;
  font-size: calc(16px + 1.3vw);
  line-height: 1.2;
  color: #000;
  margin: 45px 0;
}

.aboutUsBanner-levels__list {
  display: flex;
  align-items: center;
}

.aboutUsBanner-levels__img {
  position: relative;
}

.aboutUsBanner-levels__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
}

.aboutUsBanner-levels__desc span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 96px;
  font-size: calc(22px + 3.8vw);
  line-height: 1;
  color: #fff;
  padding: 15px 0 0 30px;
}

.aboutUsBanner-levels__item:nth-child(2) .aboutUsBanner-levels__desc span {
  background: #4982cf;
  padding: 15px 30px;
  padding-bottom: 0px;
}

.aboutUsBanner-levels__text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  font-size: calc(16px + .2vw);
  line-height: 1.3;
  color: #fff;
  margin-left: 30px;
  max-width: 350px;
  padding-right: 10px;
}

.aboutUsBanner__levels-inner {
  display: flex;
  gap: 50px;
  margin: 40px 0;
}

.aboutUsBanner__levels-one {
  width: 50%;
}

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

.aboutUsBanner__levels-two {
  width: 50%;
  font-family: var(--font-family);
  font-size: 17px;
  line-height: 1.5;
  color: #000;
}

.aboutUsBanner__levels-two p {
  margin-bottom: 40px;
  margin-bottom: calc(15px + 1.3vw);
}

.aboutUsBanner-tuning__banner {
  position: relative;
}

.aboutUsBanner-tuning__banner img {
  width: 100%;
}

.aboutUsBanner-tuning__container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.aboutUsBanner-tuning__desc {
  width: 43%;
  color: #fff;
  font-family: var(--font-family);
  padding-top: 7%;
}

.aboutUsBanner-tuning__text {
  font-size: 23px;
  font-size: calc(16px + .35vw);
  line-height: 1.3;
  margin-bottom: 45px;
}

.aboutUsBanner-tuning__text span {
  padding: 5px 10px;
  background: #4982cf;
  font-weight: 700;
}

.aboutUsBanner-tuning__miniText {
  font-size: 19px;
  font-size: calc(15px + .2vw);
}

.aboutUsBanner__at {
  margin-top: 95px;
  margin-bottom: 30px;
}

.aboutUsBanner-at__top {
  display: flex;
}

.aboutUsBanner-atTop__start {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  width: 46%;
  padding-right: 60px;
}

.aboutUsBanner-atTop__start span {
  padding: 5px 10px;
  color: #fff;
  background: #4982cf;
}

.aboutUsBanner-atTop__end {
  width: 54%;
}

.aboutUsBanner-atTop__list {
  display: flex;
  gap: 25px;
}

.aboutUsBanner-atTop__item {
  position: relative;
  padding-left: 25px;
  width: 50%;
}

.aboutUsBanner-atTop__title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 94px;
  font-size: calc(20px + 3.8vw);
  line-height: 1;
  color: #4982cf;
}

.aboutUsBanner-atTop__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-top: 40px;
}

.aboutUsBanner-atTop__item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 90%;
  border-left: 2px solid #4982cf;
}

.aboutUsBanner-at__btm {
  margin-top: 95px;
}

.aboutUsBanner-atBtm {
  display: flex;
}

.aboutUsBanner-atBtm__title {
  position: relative;
  height: 100%;
}

.aboutUsBanner-atBtm__title img {
  height: 100%;
  object-fit: cover;
}

.aboutUsBanner-atBtm__titleVal {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 41px;
  line-height: 1;
  color: #fff;
  transform: rotate(-90deg);
  left: 10%;
  top: 30%;
}

.aboutUsBanner-atBtm__table {
  display: flex;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.aboutUsBanner-atBtm__tableInner {
  padding-left: 60px;
}

.aboutUsBanner-atBtm__tableTr {
  display: flex;
}

.aboutUsBanner-atBtm__tableTr:not(:last-child) {
  border-bottom: 1px dashed #000;
}

.aboutUsBanner-atBtm__tableTd {
  position: relative;
  display: flex;
  align-items: center;
}

.aboutUsBanner-atBtm__tableTd:first-child {
  width: 55%;
  padding: 15px 0;
}

.aboutUsBanner-atBtm__tableTd:last-child {
  width: 45%;
  border-left: 1px solid #000;
}

.aboutUsBanner-atBtm__tableTr:first-child .aboutUsBanner-atBtm__tableTd {
  padding-top: 75px;
}

.aboutUsBanner-atBtm__tableTd-label {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  padding: 5px 45px;
  background: #4982cf;
  display: flex;
  position: absolute;
  right: 15%;
  top: 0;
  text-align: center;
  width: max-content;
}

.aboutUsBanner-atBtm__tableTdList {
  display: flex;
  align-items: center;
}

.aboutUsBanner-atBtm__tableTdAt {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1;
  color: #fff;
  background: #4982cf;
  padding: 50px 0;
  text-align: center;
}

.aboutUsBanner-atBtm__tableTdAt-inner {
  width: 276px;
}

.aboutUsBanner-atBtm__tableTdText {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  padding-left: 65px;
  padding-right: 25px;
}

.aboutUsBanner-atBtm__tableTdUl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  padding-left: 65px;
  padding-right: 25px;
}

.aboutUsBanner-atBtm__tableTdLi {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.aboutUsBanner-atBtm__tableTdLi:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #4982cf;
  border-radius: 8px;
}

.aboutUsBanner-atBtm__desclaimer {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  margin-top: 25px;
}

.aboutUsEdit {
  display: flex;
}

.aboutUsEdit__col {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.aboutUsEdit__col:not(:last-child) {
  border-right: 1px solid #000;
}

.aboutUsEdit__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 1.3;
  color: #fff;
  background: #4982cf;
  padding: 0px 30px;
  display: inline-block;
  margin-bottom: 50px;
}

.aboutUsEdit__ul {
  padding: 0 30px;
  margin-bottom: 20px;
}

.aboutUsEdit__li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}

.aboutUsEdit__li:after {
  position: absolute;
  content: '';
  left: 0;
  top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5006 36.7312C20.0291 36.7312 19.6448 36.3468 19.6448 35.8753C19.6448 35.4038 20.0291 35.0194 20.5006 35.0194C23.8524 35.0194 27.1221 33.8509 29.7103 31.7241C32.2984 29.5972 34.087 26.6196 34.7379 23.3344C35.3939 20.0493 34.8814 16.6104 33.3029 13.6584C31.7244 10.7013 29.1516 8.36945 26.0561 7.0882C22.9606 5.80695 19.491 5.63782 16.2828 6.60645C13.0745 7.5802 10.2865 9.6507 8.42614 12.4336C6.56576 15.2216 5.72014 18.5887 6.04814 21.9251C6.37614 25.2614 7.86239 28.3979 10.2301 30.7708C10.5633 31.1039 10.5633 31.6472 10.2301 31.9803C9.89702 32.3134 9.35377 32.3134 9.02064 31.9803C6.37614 29.3307 4.71564 25.8201 4.35176 22.0891C3.98276 18.3632 4.92576 14.5963 7.00651 11.4803C9.08727 8.36945 12.2084 6.05807 15.7908 4.97157C19.3731 3.88507 23.2528 4.0747 26.7121 5.5097C30.1715 6.9447 33.0518 9.5482 34.8148 12.8538C36.5778 16.1543 37.1518 19.9981 36.4189 23.6727C35.686 27.3473 33.6924 30.6786 30.7968 33.0514C27.9011 35.4192 24.247 36.7312 20.5006 36.7312Z' fill='%234982CF' /%3E%3Cpath d='M18.6845 27.3666C17.6133 27.3666 16.8651 26.6183 15.5428 25.2909L13.0623 22.8104C12.7292 22.4773 12.7292 21.9341 13.0623 21.6009C13.3955 21.2678 13.9387 21.2678 14.2718 21.6009L16.7523 24.0814C17.7107 25.0398 18.3411 25.6702 18.7203 25.6548C19.0945 25.6394 19.6685 24.9527 20.5346 23.9123L26.6795 16.5374C26.9818 16.1736 27.52 16.1274 27.8838 16.4298C28.2477 16.7322 28.2938 17.2703 27.9915 17.6342L21.8415 25.0039C20.6012 26.4902 19.9196 27.3102 18.7921 27.3614C18.7562 27.3614 18.7203 27.3666 18.6845 27.3666Z' fill='%234982CF' /%3E%3C/svg%3E");
  width: 41px;
  height: 41px;
}

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

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

.aboutUs__feedback {
  margin-top: 30px;
  margin-bottom: 50px;
}

.aboutUsFeedback {
  position: relative;
}

.aboutUsFeedback img {
  width: 100%;
}

.aboutUsFeedback__form {
  position: absolute;
  top: 0;
  left: 22%;
  max-width: 460px;
  background: linear-gradient(180deg, rgba(15, 20, 20, 0.8) 0%, rgb(15 20 20 / 0%) 100%);
  height: 100%;
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutUsFeedback__form-text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.aboutUsFeedback__form-list {
  display: flex;
  justify-content: center;
  margin: 35px 0;
}

.aboutUsFeedback__form-icon {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 22px;
}

a.main-btn.aboutUsFeedback__form-btn {
  width: 100%;
  color: #fff;
}

.aboutUsCreate {
  position: relative;
}

.aboutUsCreate img {
  width: 100%;
}


.aboutUsCreate__plus {
  position: absolute;
  width: 46px;
  height: 46px;
  background: #ffffffcc;
  border-radius: 50%;
  font-size: 39px;
  color: #4982cf;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s ease;
  cursor: pointer;
  animation: animate_grow 2s infinite;
}

.aboutUsCreate__plus-inner {
  padding-top: 10px;
  transition: .25s ease;
}

.aboutUsCreate__plus:hover .aboutUsCreate__plus-inner,
.aboutUsCreate__plus.active .aboutUsCreate__plus-inner {
  transform: rotate(45deg);
  color: #fff;
}

.aboutUsCreate__plus:hover,
.aboutUsCreate__plus.active {
  background: #89BBFF;
  animation: none;
}

.aboutUsCreate__tooltip {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  background: #fff;
  width: max-content;
  padding: 5px 20px;
  position: absolute;
  display: none;
  z-index: 3;
}

.aboutUsCreate__plus:hover .aboutUsCreate__tooltip,
.aboutUsCreate__plus.active .aboutUsCreate__tooltip {
  display: block;
}

@keyframes animate_grow {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

#aboutUsCreate__plus1 {
  left: 21%;
  top: 54%;
}

#aboutUsCreate__plus1 .aboutUsCreate__tooltip {
  right: 48px;
  bottom: 48px;
  border-bottom-right-radius: 10px;
}

#aboutUsCreate__plus2 {
  top: 48%;
  left: 26%;
}

#aboutUsCreate__plus2 .aboutUsCreate__tooltip {
  left: 48px;
  bottom: 48px;
  border-bottom-left-radius: 10px;
}

#aboutUsCreate__plus3 {
  left: 27%;
  top: 70%;
}

#aboutUsCreate__plus3 .aboutUsCreate__tooltip {
  right: 48px;
  top: 48px;
  border-top-right-radius: 10px;
}

#aboutUsCreate__plus4 {
  left: 35%;
  top: 62%;
}

#aboutUsCreate__plus4 .aboutUsCreate__tooltip {
  left: 48px;
  bottom: 48px;
  border-bottom-left-radius: 10px;
}

#aboutUsCreate__plus5 {
  left: 36%;
  top: 78%;
}

#aboutUsCreate__plus5 .aboutUsCreate__tooltip {
  left: 48px;
  top: 48px;
  border-top-left-radius: 10px;
}

#aboutUsCreate__plus6 {
  left: 63%;
  top: 59%;
}

#aboutUsCreate__plus6 .aboutUsCreate__tooltip {
  right: 48px;
  bottom: 48px;
  border-bottom-right-radius: 10px;
}

#aboutUsCreate__plus7 {
  top: 44%;
  left: 73%;
}

#aboutUsCreate__plus7 .aboutUsCreate__tooltip {
  right: 48px;
  bottom: 48px;
  border-bottom-right-radius: 10px;
}

#aboutUsCreate__plus8 {
  top: 52%;
  left: 74%;
}

#aboutUsCreate__plus8 .aboutUsCreate__tooltip {
  left: 48px;
  bottom: 48px;
  border-bottom-left-radius: 10px;
}

#aboutUsCreate__plus9 {
  top: 62%;
  left: 73%;
}

#aboutUsCreate__plus9 .aboutUsCreate__tooltip {
  right: 48px;
  top: 48px;
  border-top-right-radius: 10px;
}

#aboutUsCreate__plus10 {
  top: 59%;
  left: 81%;
}

#aboutUsCreate__plus10 .aboutUsCreate__tooltip {
  left: 48px;
  bottom: 48px;
  border-bottom-left-radius: 10px;
}

#aboutUsCreate__plus11 {
  top: 29%;
  left: 80%;
}

#aboutUsCreate__plus11 .aboutUsCreate__tooltip {
  right: 48px;
  top: 48px;
  border-top-right-radius: 10px;
}

#aboutUsCreate__plus12 {
  top: 35%;
  left: 48%;
}

#aboutUsCreate__plus12 .aboutUsCreate__tooltip {
  right: 48px;
  top: 48px;
  border-top-right-radius: 10px;
}

#aboutUsCreate__plus13 {
  top: 52%;
  left: 62%;
}

#aboutUsCreate__plus13 .aboutUsCreate__tooltip {
  right: 48px;
  top: 48px;
  border-top-right-radius: 10px;
}

#aboutUsCreate__plus14 {
  top: 20%;
  left: 56%;
}

#aboutUsCreate__plus14 .aboutUsCreate__tooltip {
  right: 48px;
  bottom: 48px;
  border-bottom-right-radius: 10px;
}

.aboutUsCreate__list {
  display: flex;
  gap: 20px;
  margin: 20px auto;
  max-width: 1920px;
}

.aboutUsCreate__item {
  position: relative;
}

.aboutUsCreate__item img {
  width: 100%;
}

.aboutUsCreate__item-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 35px 25px;
  color: #fff;
}

.aboutUsCreate__item-text span {
  background: #4982cf;
  padding: 5px 10px;
}

.aboutUsTech__inner {
  position: relative;
}

.aboutUsTech__inner img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.aboutUsTech__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  display: flex;
  align-items: center;
}

.aboutUsTech__desc {
  padding: 15px;
  padding-left: 75px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
}

.aboutUsTech__desc span {
  padding: 5px 10px;
  background: #4982cf;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 153%;
  color: #fff;
}

@media (max-width:1640px) {
  .aboutUsBanner__desc {
    width: inherit;
  }

  .aboutUsBanner-tuning__desc {
    padding-top: 5%;
  }

  .aboutUsBanner-atTop__start {
    padding-right: 30px;
  }

  .aboutUsBanner-atTop__title {
    font-size: calc(20px + 3vw);
  }

  .aboutUsBanner-atTop__text {
    font-size: 17px;
    margin-top: 20px;
  }

  .aboutUsBanner__at {
    margin-top: 60px;
  }

  .aboutUsBanner-at__btm {
    margin-top: 60px;
  }

  .aboutUsBanner-atBtm__tableTdAt {
    padding: 40px 0;
  }

  .aboutUsBanner-atBtm__tableTdAt-inner {
    width: 250px;
  }
}

@media (max-width:1440px) {
  .aboutUsBanner__levels-inner {
    gap: 25px;
  }

  .aboutUsBanner__levels-two {
    font-size: 15px;
  }

  .aboutUsBanner__levels-two p {
    margin-bottom: 15px;
  }

  .aboutUsBanner-tuning__banner img {
    height: 450px;
    object-fit: cover;
  }

  .aboutUsBanner-atBtm__titleVal {
    font-size: 38px;
    left: 0%;
    top: 25%;
  }

  .aboutUsEdit__li {
    margin-bottom: 15px;
  }

  .aboutUsEdit__ul {
    padding: 0 15px;
  }

  .aboutUsFeedback img {
    height: 400px;
    object-fit: cover;
  }

  .aboutUsBanner-atBtm__tableTdUl {
    padding-left: 45px;
  }

  .aboutUsBanner-atBtm__tableTdText {
    padding-left: 45px;
  }

  .aboutUsCreate__item-text {
    padding: 25px 15px;
  }

  .aboutUsTech__container {
    width: 57%;
  }
}

@media (max-width:1366px) {
  .aboutUsBanner-levels__text {
    font-size: calc(16px + .1vw);
  }

  .aboutUsBanner-levels__desc span {
    font-size: calc(22px + 3.3vw);
  }

  .aboutUsBanner-levels__item:nth-child(2) .aboutUsBanner-levels__desc span {
    padding: 15px 25px;
  }

  .aboutUsCreate__tooltip {
    font-size: 15px;
  }

  .aboutUsEdit__title {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .aboutUsCreate__plus {
    width: 35px;
    height: 35px;
  }


  #aboutUsCreate__plus1 .aboutUsCreate__tooltip {
    right: 35px;
    bottom: 35px;
  }

  #aboutUsCreate__plus2 .aboutUsCreate__tooltip {
    left: 35px;
    bottom: 35px;
  }

  #aboutUsCreate__plus3 .aboutUsCreate__tooltip {
    right: 35px;
    top: 35px;
  }

  #aboutUsCreate__plus4 .aboutUsCreate__tooltip {
    left: 35px;
    bottom: 35px;
  }

  #aboutUsCreate__plus5 .aboutUsCreate__tooltip {
    left: 35px;
    top: 35px;
  }

  #aboutUsCreate__plus6 .aboutUsCreate__tooltip {
    right: 35px;
    bottom: 35px;
  }

  #aboutUsCreate__plus7 .aboutUsCreate__tooltip {
    right: 35px;
    bottom: 35px;
  }

  #aboutUsCreate__plus8 .aboutUsCreate__tooltip {
    left: 35px;
    bottom: 35px;
  }

  #aboutUsCreate__plus9 .aboutUsCreate__tooltip {
    right: 35px;
    top: 35px;
  }

  #aboutUsCreate__plus10 .aboutUsCreate__tooltip {
    left: 35px;
    bottom: 35px;
  }

  #aboutUsCreate__plus11 .aboutUsCreate__tooltip {
    right: 35px;
    top: 35px;
  }

  #aboutUsCreate__plus12 .aboutUsCreate__tooltip {
    right: 35px;
    top: 35px;
  }

  #aboutUsCreate__plus13 .aboutUsCreate__tooltip {
    right: 35px;
    top: 35px;
  }

  #aboutUsCreate__plus14 .aboutUsCreate__tooltip {
    right: 35px;
    bottom: 35px;
  }

  .aboutUsTech__desc {
    padding-left: 0;
  }
}

@media (max-width:1280px) {
  .aboutUsBanner-atBtm__tableTdUl {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .aboutUsBanner-atBtm__tableTdUl {
    font-size: 15px;
  }

  .aboutUsBanner-atBtm__tableTdText {
    font-size: 15px;
  }

  .aboutUsBanner-atBtm__tableTr:first-child .aboutUsBanner-atBtm__tableTd {
    padding-top: 60px;
  }

  .aboutUsFeedback__form {
    left: 15%;
  }
}

@media (max-width:1200px) {
  .aboutUsEdit__ul {
    padding: 0;
  }

  .aboutUsEdit__col:not(:last-child) {
    border-right: none;
  }

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

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

  .aboutUsBanner-levels__text {
    font-size: 16px;
  }

  .aboutUsBanner-tuning__text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .aboutUsBanner-tuning__miniText {
    font-size: 15px;
  }

  .aboutUsBanner-tuning__banner img {
    height: 350px;
  }

  .aboutUsBanner-atTop__list {
    flex-wrap: wrap;
  }

  .aboutUsBanner-atTop__end {
    width: 50%;
  }

  .aboutUsBanner-atTop__start {
    width: 50%;
  }

  .aboutUsBanner-atTop__item {
    width: 100%;
    padding: 0;
  }

  .aboutUsBanner-atBtm__tableTdLi {
    margin-bottom: 7px;
  }

  .aboutUsBanner-atBtm__tableTdUl {
    padding-left: 25px;
  }

  .aboutUsBanner-atBtm__tableTdText {
    padding-left: 25px;
  }

  .aboutUsBanner-atBtm__tableInner {
    padding-left: 25px;
  }

  .aboutUsBanner-atBtm__tableTd-label {
    font-size: 22px;
    right: 10%;
  }

  .aboutUsFeedback img {
    height: 350px;
  }

  .aboutUsFeedback__form-text {
    font-size: 17px;
  }

  .aboutUsFeedback__form-icon {
    width: 50px;
    height: 50px;
    margin: 0 15px;
  }

  .aboutUsCreate__tooltip {
    font-size: 14px;
  }

  .aboutUsBanner-atTop__start {
    font-size: 16px;
  }

  .aboutUsCreate__item img {
    height: 390px;
    object-fit: cover;
  }

  .aboutUsCreate__item-text {
    font-size: 19px;
  }

  .aboutUsEdit {
    flex-direction: column;
  }

  .aboutUsEdit__col {
    width: 100%;
    margin-bottom: 25px;
  }

  .aboutUsEdit__img img {
    max-height: 400px;
  }

  .aboutUsCreate__list {
    flex-wrap: wrap;
  }

  .aboutUsCreate__list {
    flex-wrap: wrap;
  }

  #aboutUsCreate__plus10 .aboutUsCreate__tooltip {
    right: 35px;
    left: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  #aboutUsCreate__plus8 .aboutUsCreate__tooltip {
    right: 35px;
    left: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  #aboutUsCreate__plus3 .aboutUsCreate__tooltip {
    left: 35px;
    right: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
  }

  #aboutUsCreate__plus1 .aboutUsCreate__tooltip {
    left: 35px;
    right: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .aboutUsCreate__item {
    width: calc(50% - 10px);
  }

  .aboutUsBanner-atBtm__titleVal {
    font-size: 32px;
  }

  .aboutUsBanner-atBtm__tableTdAt-inner {
    width: 200px;
  }
}

@media (max-width:1024px) {
  .aboutUsBanner__levels-inner {
    flex-wrap: wrap;
  }

  .aboutUsBanner__levels-one {
    width: 100%;
    height: 300px;
  }

  .aboutUsBanner__levels-two {
    width: 100%;
  }

  .aboutUsFeedback img {
    height: 300px;
  }

  .aboutUsFeedback__form {
    left: 0;
  }

  .aboutUsCreate__item img {
    height: 350px;
  }

  .aboutUsBanner__levels-two {
    font-size: 16px;
  }

  .aboutUsFeedback__form {
    left: 0;
  }

  #aboutUsCreate__plus5 .aboutUsCreate__tooltip {
    bottom: 35px;
    top: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .aboutUsCreate__tooltip {
    max-width: 250px;
  }

  .aboutUsCreate__tooltip br {
    display: none;
  }

  .aboutUsCreate__plus {
    width: 29px;
    height: 28px;
    font-size: 33px;
  }

  .aboutUsTech__container {
    width: 80%;
  }

  .aboutUsTech__desc {
    font-size: 16px;
  }
}

@media (max-width:960px) {
  .aboutUsCreate__item-text {
    font-size: 16px;
  }

  .aboutUsCreate__item img {
    height: 300px;
  }

  .aboutUsBanner-atBtm__tableTd-label {
    right: 0;
  }

  .aboutUsBanner-tuning__desc {
    width: 60%;
  }
}

@media (max-width:840px) {
  .aboutUsBanner-levels__list {
    flex-wrap: wrap;
  }

  .aboutUsBanner-levels__item {
    width: 100%;
  }

  .aboutUsBanner-levels__img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .aboutUsBanner-levels__item-center .aboutUsBanner-levels__img img {
    height: auto;
  }

  .aboutUsBanner-levels__item-center {
    margin: 10px 0;
  }

  .aboutUsBanner-levels__text {
    font-size: 18px;
    max-width: 100%;
  }

  .aboutUsBanner-at__top {
    flex-direction: column-reverse;
  }

  .aboutUsBanner-atTop__start {
    padding: 0;
    width: 100%;
    margin-top: 25px;
  }

  .aboutUsBanner-atTop__end {
    width: 100%;
  }

  .aboutUsBanner-atTop__item:after {
    display: none;
  }

  .aboutUsBanner-tuning__desc {
    width: 70%;
    padding-top: 10%;
  }

  .aboutUsBanner-atBtm__compl {
    display: none;
  }

  .aboutUsBanner-atBtm__table {
    border-left: 1px solid #000;
  }

  .aboutUsBanner-atBtm__tableInner {
    padding-left: 0;
  }

  .aboutUsCreate__tooltip {
    max-width: 200px;
    font-size: 13px;
  }

  .aboutUsCreate__item img {
    height: 250px;
  }
}

@media (max-width:768px) {
  .configurator__banner {
    margin-bottom: 20px;
  }
  .c-bloger-btns__holder .main-btn {
    font-size: 14px;
    padding: 10px 4vw;
}
  .main-models-mob__brand-item {
    font-size: 24px;
    padding: 10px;
  }
  .main-models-mob__brand-text {
    font-weight: 400;
    font-size: 24px;
    padding: 10px;
  }
  .main-banner__info-descTwenty {
    display: none;
  }

  .main-banner__info-mobTwenty {
    display: block;
    position: relative;
  }

  .aboutUsCreate__plus {
    display: none;
  }

  .aboutUsCreate__text-mob {
    display: block;
    padding: 25px 10px;
  }

  .aboutUsCreate__text-mob__li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
  }

  .aboutUsCreate__text-mob__li:after {
    position: absolute;
    content: '';
    left: 0;
    top: -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5006 36.7312C20.0291 36.7312 19.6448 36.3468 19.6448 35.8753C19.6448 35.4038 20.0291 35.0194 20.5006 35.0194C23.8524 35.0194 27.1221 33.8509 29.7103 31.7241C32.2984 29.5972 34.087 26.6196 34.7379 23.3344C35.3939 20.0493 34.8814 16.6104 33.3029 13.6584C31.7244 10.7013 29.1516 8.36945 26.0561 7.0882C22.9606 5.80695 19.491 5.63782 16.2828 6.60645C13.0745 7.5802 10.2865 9.6507 8.42614 12.4336C6.56576 15.2216 5.72014 18.5887 6.04814 21.9251C6.37614 25.2614 7.86239 28.3979 10.2301 30.7708C10.5633 31.1039 10.5633 31.6472 10.2301 31.9803C9.89702 32.3134 9.35377 32.3134 9.02064 31.9803C6.37614 29.3307 4.71564 25.8201 4.35176 22.0891C3.98276 18.3632 4.92576 14.5963 7.00651 11.4803C9.08727 8.36945 12.2084 6.05807 15.7908 4.97157C19.3731 3.88507 23.2528 4.0747 26.7121 5.5097C30.1715 6.9447 33.0518 9.5482 34.8148 12.8538C36.5778 16.1543 37.1518 19.9981 36.4189 23.6727C35.686 27.3473 33.6924 30.6786 30.7968 33.0514C27.9011 35.4192 24.247 36.7312 20.5006 36.7312Z' fill='%234982CF' /%3E%3Cpath d='M18.6845 27.3666C17.6133 27.3666 16.8651 26.6183 15.5428 25.2909L13.0623 22.8104C12.7292 22.4773 12.7292 21.9341 13.0623 21.6009C13.3955 21.2678 13.9387 21.2678 14.2718 21.6009L16.7523 24.0814C17.7107 25.0398 18.3411 25.6702 18.7203 25.6548C19.0945 25.6394 19.6685 24.9527 20.5346 23.9123L26.6795 16.5374C26.9818 16.1736 27.52 16.1274 27.8838 16.4298C28.2477 16.7322 28.2938 17.2703 27.9915 17.6342L21.8415 25.0039C20.6012 26.4902 19.9196 27.3102 18.7921 27.3614C18.7562 27.3614 18.7203 27.3666 18.6845 27.3666Z' fill='%234982CF' /%3E%3C/svg%3E");
    width: 41px;
    height: 41px;
  }

  .aboutUsTech__container {
    width: 100%;
  }
}

@media (max-width:640px) {
  .twentytwenty-container img {
    height: 300px;
    object-fit: cover;
  }

  .aboutUsBanner__head {
    margin-top: 30px;
  }

  .aboutUsBanner__titleH2 {
    margin: 25px 0;
  }

  .aboutUsBanner-atBtm__tableTd-label {
    font-size: 18px;
    padding: 5px 15px;
  }

  .aboutUsBanner-atBtm__tableTdAt-inner {
    width: 100%;
    font-size: 30px;
  }

  .aboutUsBanner-atBtm__tableTdList {
    flex-direction: column;
  }

  .aboutUsBanner-atBtm__tableTdAt {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }

  .aboutUsBanner-atBtm__tableTdList {
    width: 100%;
    text-align: center;
  }

  .aboutUsBanner-atBtm__tableTd:first-child {
    width: 50%;
  }

  .aboutUsBanner-atBtm__tableTd:last-child {
    width: 50%;
  }

  .aboutUsBanner-atBtm__tableTr:first-child .aboutUsBanner-atBtm__tableTd {
    padding-top: 40px;
  }
}

@media (max-width:500px) {
  .twentytwenty-container img {
    height: 250px;
  }

  .aboutUsBanner-levels__img img {
    height: inherit;
  }

  .aboutUsEdit__img img {
    max-height: 300px;
  }

  .aboutUsBanner-tuning__desc {
    width: 100%;
    padding: 25px 10px;
  }

  .aboutUsBanner-levels__text {
    font-size: 16px;
  }

  .aboutUsFeedback__form {
    max-width: 100%;
    width: 100%;
  }

  .aboutUsCreate__item {
    width: 100%;
  }

  .aboutUsBanner-atBtm__tableTdUl {
    font-size: 13px;
    padding: 10px;
  }

  .aboutUsBanner-atBtm__tableTdAt-inner {
    font-size: 25px;
  }

  .aboutUsBanner-atBtm__tableTdAt {
    padding: 15px;
    margin-bottom: 10px;
  }

  .aboutUsBanner-atBtm__tableTdText {
    padding: 10px;
  }

  .aboutUsTech__inner img {
    min-height: 400px;
  }

  .aboutUsTech__desc br {
    display: none;
  }

  .aboutUsTech__desc {
    padding-right: 0;
  }
}

@media (max-width:420px) {
  .twentytwenty-container img {
    height: 200px;
  }

  .aboutUsBanner__head {
    margin-top: 15px;
    font-size: 18px;
  }

  .aboutUsBanner__levels-one {
    height: auto;
  }

  .aboutUsCreate__item img {
    height: auto;
  }

  .aboutUsFeedback__form {
    padding: 0 20px;
  }

  .aboutUsFeedback__form-text br {
    display: none;
  }
}

/* about us new */


/* stock search */

.cars-list-search {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  align-items: center;
}

.cars-list-search__input {
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #7e7e7e;
  border: none;
  outline: none;
  padding: 10px 0;
  width: 100%;
  transition: .25s ease;
}

.cars-list-search__inner {
  width: calc(100% - 150px);
}

.cars-list-search__search {
  border-right: 1px solid #d9d9d9;
}

.cars-list-search__btn {
  padding: 10px 25px;
  cursor: pointer;
}

.cars-list__search {
  margin-bottom: 55px;
  margin-bottom: calc(25px + 1.5vw);
}

.cars-list-search__btn svg path {
  transition: .25s ease;
}

.cars-list-search__btn:hover svg path {
  fill: #4982CF;
}

@media (max-width:768px) {
  .cars-list-search__input {
    font-size: 18px;
  }

  .cars-list-search__btn {
    padding: 10px 15px;
  }
}

/* stock search */






/* fortune +++++++++++++++++++++++ */




.fortune__modal {
  --bgColor: #4982cf;
}



/* общие настройки страницы */
.fortune__holder {
  /* подключаем сетку */
  /* display: grid; */
  /* ставим всё по центру */
  /* place-items: center; */
  /* если что-то не помещается на своё место — скрываем то, что не поместилось */
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
  /* width: 100%; */
  /* position: fixed;
  right: -50%;
  top: 0; */

}

.fortuneModal__wheel {
  background: var(--bgColor);
}

.fortune__holder .deal-wheel {
  transform: translateX(50%);
}



/* общий блок для всех элементов */
.deal-wheel {
  /* задаём переменные блока, внутри которого всё будет рисоваться */
  /* размеры колеса */
  --size: clamp(250px, 63vmin, 610px);
  /* clamp — функция CSS, которая задаёт три размера: минимальное, предпочтительное и максимальное. В данном случае мы хотим, чтобы колесо было не меньше 250 пикселей, не больше 700 пикселей, но в идеале — 80% от безопасно малой высоты окна браузера */
  /* настройки яркости и заливки фона секторов. Нам понадобится описать поведение градиента, это у нас делается через много переменных */
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
      hsl(var(--lg-hs) 20%) var(--lg-stop) 100%);
  /* добавляем позиционирование относительно других элементов */
  position: relative;
  /* подключаем стандартную CSS-сетку */
  display: grid;
  grid-gap: calc(var(--size) / 20);
  /* выравниваем содержимое блока по центру */
  align-items: center;
  /* задаём имена областей внутри сетки — в CSS теперь можно прямо назвать эти области */
  grid-template-areas:
    "spinner"
    "trigger";
  /* устанавливаем размер шрифта */
  font-size: calc(var(--size) / 46);

  line-height: 1;

  /* font-family: 'Oswald', sans-serif; */
  font-family: "Overpass", sans-serif;
}

/* всё, что относится ко внутренним элементам главного блока, будет находиться в области сетки с названием spinner */
.deal-wheel>* {
  grid-area: spinner;
}






/* сектор колеса */
.spinner {
  /* добавляем относительное позиционирование */
  position: relative;
  /* подключаем сетку */
  display: grid;
  /* выравниваем всё по центру */
  align-items: center;
  /* добавляем элемент в сетку */
  grid-template-areas: "spinner";
  /* устанавливаем размеры */
  width: var(--size);
  height: var(--size);
  /* поворачиваем элемент  */
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  /* рисуем круглую обводку, а всё, что не поместится, — будет скрыто за кругом */
  border-radius: 50%;
  border: 10px solid #fff;
}



/* всё, что внутри этого блока, будет находиться в области сетки с названием spinner */
.spinner * {
  grid-area: spinner;
}

.spinner::before {
  content: '';
  width: 20%;
  height: 20%;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 1;

}

.spinner::after {
  content: '';
  width: 10%;
  height: 10%;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--bgColor);
  position: absolute;
  z-index: 2;

}

/* текст на секторах */
.prize {
  /* включаем «гибкую» вёрстку */
  display: flex;
  align-items: center;
  /* задаём отступы от краёв блока */
  padding: 0 calc(var(--size) / 7) 0 calc(var(--size) / 30);
  /* устанавливаем размеры */
  width: 50%;
  height: 50%;
  /* устанавливаем координаты, относительно которых будем вращать текст */
  transform-origin: center right;
  /* поворачиваем текст */
  transform: rotate(var(--rotate));
  /* запрещаем пользователю выделять мышкой текст на секторах */
  user-select: none;
}





/* кнопка запуска колеса */


/* если кнопка нажата и неактивна */
.fortuneModalInfo__btn:disabled {
  /* меняем внешний вид курсора */
  cursor: progress;
  /* делаем кнопку полупрозрачной */
  opacity: 0.25;
}


/* язычок */
.ticker {
  /* добавляем относительное позиционирование */
  position: relative;
  /* устанавливаем размеры */
  left: calc(var(--size) / -15);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  /* фон язычка */
  background: var(--lg);
  /* делаем так, чтобы язычок был выше колеса */
  z-index: 1;
  /* форма язычка */
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
  /* устанавливаем точку, относительно которой будет вращаться язычок при движении колеса */
  transform-origin: center left;
}


/* анимация вращения */
.is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

/* анимация движения язычка */
.is-spinning .ticker {
  animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}


/* эффект, когда колесо задевает язычок при вращении */
@keyframes tick {
  40% {
    /* чуть поворачиваем язычок наверх в середине анимации */
    transform: rotate(-12deg);
  }
}

.sector__icon {
  position: absolute;
  left: -20px;
  width: 30px;
  height: 30px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);


}

.sector__line {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 5px;
  left: 0;

  transform: rotate(var(--lineRotation));
  transform-origin: right center;

}

/* анимируем выпавший сектор */
.prize.selected .text {
  /* делаем текст белым */
  color: white;
  /* настраиваем длительность анимации */
  animation: selected 800ms ease;
}

/* настраиваем анимацию текста на выпавшем секторе по кадрам */
@keyframes selected {

  /* что происходит на 25% от начала анимации */
  25% {
    /* увеличиваем текст в 1,25 раза */
    transform: scale(1.25);
    /* добавляем тексту тень */
    text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
  }

  40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
  }

  60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
  }

  75% {
    transform: scale(0.98);
  }

  85% {
    transform: scale(1);
  }
}





.fortune__modal {
  max-width: 1107px;
  position: fixed;
  width: 90vw;
  left: 50%;
  top: calc((100% + 109px) / 2);
  transform: translate(-50%, -50%);

  z-index: 15;

}

.fortuneModal__overlay {
  z-index: 14;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
}


.fortuneModal__row {
  display: flex;
  justify-content: space-between;

  --wheelWidth: 486px;
}





.fortuneModal__wheel {
  width: var(--wheelWidth);
  background: var(--bgColor);

  box-shadow: 25px 0 62px 0 rgba(55, 102, 166, 0.41);
  /* background: #4982cf; */
  position: relative;
  z-index: 2;

}

.fortuneModal__info {
  width: calc(100% - var(--wheelWidth));
  background: #fff;
  box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.25);
  /* background: #fff; */
  position: relative;
  z-index: 1;
}





.fortuneModalInfo__inner,
.fortuneModalInfoSucess__inner {
  height: 100%;
  position: relative;
}

.fortuneModalText__inner {
  padding: 130px 95px 130px 75px;
  height: 100%;

}


.fortuneModalInfo__sucess .fortuneModalText__inner {
  padding-top: 80px;
}




.fortuneModalInfo__title {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 128%;
  text-transform: uppercase;
  color: #000;
}

.fortuneModalSuccessCongrats__title {
  font-family: Overpass, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  text-transform: uppercase;
  color: #4982cf;
  margin-bottom: 40px;
}


.fortuneModalInfo__sucess {
  background: #fff;
  /* position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; */
}




.fortuneModalInfo__descr {
  font-family: Overpass, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  margin-top: 40px;
}

.fortuneModalInfo__txt {
  height: 100%;
}



.fortune__btn {
  margin-top: 80px;
  font-family: Overpass, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 18px 84px 14px;
  background: #4982cf;
}





.fortuneModal__closer {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 3;
  transition: .25s;
  cursor: pointer;
}

.fortuneModal__closer:hover {
  color: #4982CF;
}

.fortuneModalSuccess__title {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 128%;
  text-transform: uppercase;
  color: #000;
  margin-top: 30px;
}

.fortuneModalSuccess__descr {
  font-family: Overpass, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #4982cf;
}



@media(width <=1200px) {
  .fortuneModal__row {
    --wheelWidth: 40vw;
  }

  .fortuneModalText__inner {
    padding: 80px 35px 70px 45px;
  }


  .fortuneModalInfo__title,
  .fortuneModalSuccess__title {
    font-size: 30px;
  }

  .fortune__btn {
    margin-top: 10vw;
  }


}

@media(width <=900px) {

  .fortune__btn {
    padding: 10px 30px;
  }

}


@media(width <=768px) {




  .fortuneModalInfo__title {
    font-size: calc(8px + 3vw);

  }

  .fortuneModalSuccess__title {
    font-size: calc(8px + 2.5vw);
  }

  .fortuneModalInfo__descr {
    font-size: 18px;
  }

  .fortune__btn {
    font-size: 18px;
  }

  .fortuneModalSuccessCongrats__title {
    font-size: 30px;
  }

  .fortuneModalInfo__sucess .fortuneModalText__inner {
    padding: 80px 25px 70px 25px;
  }
}

@media(width <=600px) {
  .fortuneModal__row {
    flex-direction: column;

  }

  .fortuneModal__row .fortuneModal__col {
    width: 100%;
  }

  .fortune__holder {
    justify-content: center;
    padding: 0;
  }

  .fortune__holder .deal-wheel {
    transform: translate(0, 43%) rotate(90deg);
    margin-top: -34%;
  }

  .deal-wheel {
    --size: clamp(250px, 80vw, 580px);
    display: flex;
    flex-direction: row-reverse;
  }

  .ticker {
    left: calc(var(--size) / 10);

  }

  .fortuneModalText__inner,
  .fortuneModalInfo__sucess .fortuneModalText__inner {
    padding: 50px 35px 35px 35px;
  }

  .fortuneModalSuccessCongrats__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .fortuneModalSuccess__descr {
    font-size: 18px;
  }

  .fortuneModalSuccess__title {
    margin-top: 20px;
  }

  .fortune__btn {
    margin-top: 40px;
    width: 100%;
  }


  .fortuneModal__closer {
    top: 15px;
    right: 15px;
  }

  .fortuneModalInfo__descr {
    font-size: 16px;
    margin-top: 20px;
  }

  .sector__icon {
    left: -15px;
    width: 15px;
    height: 15px;
    width: 10px;
    height: 10px;
  }

  .fortuneModal__closer {
    width: 20px;
    height: 20px;
  }

  .fortuneModal__closer svg {
    max-width: 100%;
    max-height: 100%;
  }

}


@media(width <=400px) {
  .fortuneModalSuccessCongrats__title {
    font-size: 24px;
  }

  .fortune__btn {
    font-size: 16px;
  }

}

/* fortune ----------------------- */


/* menu +++++++++++++ */

.header {
  --headerDeskHeight: 118px;
}

.sub-nav {
  top: var(--headerDeskHeight)
}


.mark-item__cars {
 
  overflow: auto;
   max-height: 556px;
}

.mark-item__cars::-webkit-scrollbar {
  width: 2px;
}

.mark-item__cars::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

@media(width <=1259px) {
  .mark-item__cars {
    max-height: 473px;
  }
}
@media(width <=1100px) {
  .mark-item__cars {
    max-height: 407px;
  }
}


@media(width <=1760px) {
  .mark-item-cars__inner {
    padding: 25px;
  }

  .mark__list {
    max-width: 460px;
  }
}

@media(width <=1440px) {
  a.mark-cars__link {
    font-size: 15px;
  }
}

@media(width <=1366px) {

  .mark__menu,
  div.sub-nav__menu {
    width: 80%;
    min-width: max-content;
  }

  .header {
    --headerDeskHeight: 109px;
  }
}

@media(width <=1300px) {
  a.mark-cars__link {
    font-size: 14px;
  }
}

@media(width <=1280px) {
  .header {
    --headerDeskHeight: 103px;
  }
}

@media(width <=1200px) {
  ul.mark__list {
    max-width: 240px;
  }
}

@media(width <=1024px) {
  .header {
    --mobHeaderHeight: 154px;
  }

  .mob-nav__item a.mob-nav__link br {
    display: none;
  }

  .mob-header__nav {
    top: var(--mobHeaderHeight);
    height: calc(100vh - var(--mobHeaderHeight));
  }

  a.mark-cars__link {
    font-size: 16px;
  }

  .mob-submenu-item__heading.active + .mob-submenu-item__models {
    max-height: 1500px;
  }

}

@media(width <=991px) {
  .header {
    --mobHeaderHeight: 116px;
  }
}

@media(width <=980px) {
  .header {
    --mobHeaderHeight: 131px;
  }
}

@media(width <=768px) {
  .header {
    --mobHeaderHeight: 157px;
  }
}

@media(width <=425px) {
  .header {
    --mobHeaderHeight: 155px;
  }
}

@media(width <=393px) {
  .header {
    --mobHeaderHeight: 155px;
  }
}

@media(width <=375px) {
  .header {
    --mobHeaderHeight: 153px;
  }
}

.atr-modal__link-reg {
  color: #4982cf;
  font-weight: 600;
  cursor: pointer;
}

/* menu ------------- */
