

/* Start:/local/templates/main/assets/css/style-main.css?1721987315391195*/
.slider-main__item__text__big {
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 24px;
  font-weight: 600;
  padding: 35px 20px;
  border-radius: 30px;
  margin-right: 40px;
  padding-left: 0 !important;
}
.slider-main__item__text__small {
  font-size: 30px;
  line-height: 100%;
}
.slider-main__item__btn {
  font-weight: bold;
  font-size: 18px;
  color: #141416;
  text-decoration: none;
  display: inline-block;
  padding: 22px 48px;
  background: #ffce00;
  border-radius: 6px;
  transition: 0.2s;
}
.slider-main__item__btn:hover {
  background: #fff5cc;
}
.slider-main__item__btn.active {
  color: #ffffff;
  background: #141416;
}
.slider-main-wrap {
  position: relative;
}
.slider-main-wrap.nav-white{
    max-width: 1700px;
    margin: 0 auto;
     
}

.slider-main-nav {
  display: flex;
  position: absolute;
  left: 45%;
  bottom: 24px;
  z-index: 1;
  left: 0;
  width: 100%;
  justify-content: center;
}
.slider-main-nav .owl-prev,
.slider-main-nav .owl-next {
  border: unset;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.slider-main-nav .owl-prev {
  margin-right: 16px;
}
.slider-main-nav .owl-next {
  margin-left: 16px;
}
.slider-main-nav .owl-prev,
.nav-white .slider-main-nav .owl-prev {
  background: url(/local/templates/main/assets/css/../img/slider-arrow-left-white.svg);
}
.slider-main-nav .owl-next,
.nav-white .slider-main-nav .owl-next {
  background: url(/local/templates/main/assets/css/../img/slider-arrow-right-white.svg);
}
.nav-black .slider-main-nav .owl-prev {
  background: url(/local/templates/main/assets/css/../img/slider-arrow-left-black.svg);
}
.nav-black .slider-main-nav .owl-next {
  background: url(/local/templates/main/assets/css/../img/slider-arrow-right-black.svg);
}
.slider-main-dots {
  display: flex;
  align-items: center;
}
.slider-main-nav .owl-dot {
  border: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
  transition: 0.2s;
  position: relative;
}
.slider-main-nav .owl-dot:not(:last-child) {
  margin-right: 12px;
}
.nav-white .owl-dot {
  background: url(/local/templates/main/assets/css/../img/slider-dot-white.svg);
}
.nav-black .owl-dot {
  background: url(/local/templates/main/assets/css/../img/slider-dot-black.svg);
}
.nav-white .owl-dot:not(.active):hover,
.nav-black .owl-dot:not(.active):hover {
  filter: invert(50%);
}
.slider-main-nav .owl-dot.active::before,
.slider-main-nav .owl-dot.active::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: -5px;
  left: -5px;
  border-radius: 100%;
  box-sizing: inherit;
}
.slider-main-nav .owl-dot.active::before {
  border: 2px solid transparent;
}

.nav-white .slider-main-nav .owl-dot.active::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transition: border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.nav-black .slider-main-nav .owl-dot.active::before {
  border-top-color: #292d32;
  border-right-color: #292d32;
  border-bottom-color: #292d32;
  transition: border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.slider-main-nav .owl-dot.active::after {
  border: 0 solid transparent;
}

.nav-white .slider-main-nav .owl-dot.active::after {
  border-top: 2px solid #fff;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s,
    -webkit-transform 0.4s linear 0s;
}
.nav-black .slider-main-nav .owl-dot.active::after {
  border-top: 2px solid #292d32;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s,
    -webkit-transform 0.4s linear 0s;
}
.slider-main-nav .owl-dot.active {
  border-radius: 100%;
  box-shadow: none;
}

.slider-main-nav .owl-dot.active::before,
.slider-main-nav .owl-dot.active::after {
  border-radius: 100%;
}
.section {
  padding-top: 100px;
}
.section-title {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 40px;
}
.online-services {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.online-services__item {
  text-align: center;
  text-decoration: none;
}
.online-services__item__text {
  font-weight: 500;
  font-size: 18px;
  color: #141416;
  margin-top: 15px;
}
.online-services__item__img {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(225deg, #ffce00 0%, #ffe86c 100%, #ffd600 100%);
  border-radius: 16px;
  margin: 0 auto;
}
.online-services__item:hover .online-services__item__img {
  background: #ffce00;
}

.online-services__item:hover .online-services__item__text {
  color: #a0a0a0;
}
.models {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.models__item {
  width: 33%;
  margin-bottom: 35px;
  height: 370px;
  position: relative;
  overflow: hidden;
}
.models__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.2s;
  position: relative;
  bottom: 55px;
}
img.models__item__img2 {
  display: none;
}
a.models__item__btns__more,
a.models__item__btns__avto {
  opacity: 0;
}

.models__item:hover .models__item__img1 {
  display: none;
}
.models__item:hover .models__item__img2 {
  display: block;
  position: relative;
  bottom: 55px;
}

.models__item:hover a.models__item__btns__more,
.models__item:hover a.models__item__btns__avto {
  opacity: 1;
  animation-name: Appearance;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}
.models__item__desc {
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: 0.2s;
}
.models__item__info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.models__item__info__title {
  background: #141416;
  border-radius: 6px;
  font-family: "Inter-Bold";
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 4px 8px;
  margin-right: 24px;
}
.models__item__info__price {
  margin-right: 20px;
}
.models__item__info__credit {
  font-weight: 300;
  font-size: 14px;
  color: #a0a0a0;
}
.models__item__btns {
  display: flex;
}

.models__item__btns__avto,
.models__item__btns__more,
.offers-tabs__link {
  border: 1px solid #141416;
  border-radius: 6px;
  padding: 14px 24px;
  font-size: 14px;
  color: #141416;
  text-decoration: none;
}

.models__item__btns__avto:hover,
.models__item__btns__more:hover,
.conf-section .offers-tabs__link:hover,
.offers-tabs__link:hover,
.auto-availability__link:hover {
  background: #141416;
  color: #ffffff;
}
.models__item__btns__more:hover span,
.offers-tabs__link:hover span,
.auto-availability__link:hover span {
  background: url(/local/templates/main/assets/css/../img/btn-arrow-right-wt.svg) no-repeat;
}

.models__item__btns__more span,
.offers-tabs__link span {
  width: 20px;
  background: url(/local/templates/main/assets/css/../img/btn-arrow-right.svg) no-repeat;
  margin-left: 8px;
}

.models__item__btns__avto {
  margin-right: 16px;
}
.models__item__btns__more,
.offers-tabs__link {
  display: flex;
}
.offers-tabs__link {
  order: 2;
}
.models__item__btns__more span,
.offers-tabs__link span {
  width: 20px;
  background: url(/local/templates/main/assets/css/../img/btn-arrow-right.svg) no-repeat;
  margin-left: 8px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.credit-banner {
  height: 432px;
  background: url(/local/templates/main/assets/css/../img/banner-change.jpg);
  background-size: cover;
  position: relative;
}
.credit-banner__text {
  position: absolute;
  max-width: 520px;
  background: #141416;
  color: #fff;
  height: 500px;
  right: 17.3%;
  top: -33px;
  padding: 33px 40px;
}
.credit-banner__title {
  font-size: 40px;
  font-family: "Inter-Bold";
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 24px;
}
.credit-banner__text ul {
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  list-style: none inside;
  margin: 0 0 24px;
  line-height: 130%;
}
.credit-banner__text ul li:not(:last-child) {
  margin-bottom: 7px;
}
.credit-banner__text p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 130%;
}
.credit-banner__btn {
  background: #ffce00;
  border-radius: 6px;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 21px 0;
  text-align: center;
  color: #141416;
  font-size: 18px;
  font-family: "Inter-Bold";
}
.credit-banner__btn:hover {
  background: #141416;
  color: #fff;
  border: 1px solid #fff;
}

.offers-tabs__content {
  display: none;
}
.offers-tabs__content.active {
  display: block;
}
.offers-carousel .owl-stage {
  display: flex;
}
.offers-carousel__item {
  color: #141416;
  text-decoration: none;
  display: block;
}
.offers-carousel__item__img {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.offers-carousel__item__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}
.offers-carousel__item__img:focus,
.offers-carousel__item__img:hover::after {
  transform: scale(1.05);
}
.item-full .offers-carousel__item__img:focus,
.item-full .offers-carousel__item__img:hover::after {
  transform: unset;
}

.offers-carousel__item__img span {
  float: right;
  color: #fff;
  padding: 10px 16px;
  font-size: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 0px 12px;
  font-family: "Inter-Bold";
  position: absolute;
  z-index: 1;
  right: 0;
}
.offers-carousel__item__title {
  padding: 24px 24px 12px 24px;
  font-size: 24px;
  font-family: "Inter-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 124px;
}
.offers-carousel__item__text {
  padding: 0 24px 24px;
  font-size: 16px;
}
.section .offers .offers-carousel__item {
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  height: 100%;
}
.section .offers .offers-carousel__item:hover {
  background: #fff;
}

.item-full.offers-carousel__item,
.item-full .offers-carousel__item__img {
  height: 100%;
}
.item-full .offers-carousel__item__img:hover {
  background-image: url(/local/templates/main/assets/css/../img/offer-0_hover.png) !important;
}
.offers-tabs__caption-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.model-archive-section .offers-tabs__caption {
  background: #f8f8f9;
  padding: 6px;
  border-radius: 4px;
}

.offers-tabs__caption {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none inside;
  order: 1;
  background-color: #f8f8f9;
}
.offers-tabs__caption li {
  padding: 15px 28px;
  cursor: pointer;
  transition: 0.2s;
}
.offers-tabs__caption li.active {
  background: #141416;
  border-radius: 4px;
  color: #fff;
}
.offers-carousel.owl-carousel .owl-nav button.owl-prev,
.inst-carousel.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: url(/local/templates/main/assets/css/../img/Slide-left.svg);
  position: absolute;
  top: 42%;
  left: -17px;
}
.offers-carousel.owl-carousel .owl-nav button.owl-next,
.inst-carousel.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background: url(/local/templates/main/assets/css/../img/Slide-right.svg);
  position: absolute;
  top: 42%;
  right: -17px;
}
.offers-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #141416;
}
.section-dealer {
  padding: 100px 0;
  background: url(/local/templates/main/assets/css/../img/dealer-bg.svg) left bottom no-repeat;
}
.dealer-info {
  display: flex;
  align-items: center;
}
.dealer-info__desc {
  padding-right: 50px;
}
.dealer-info__desc__title {
  font-size: 24px;
  font-family: "Inter-Bold";
  margin-bottom: 12px;
}
.dealer-info__desc__text p {
  margin: 0 0 12px 0;
}
.dealer-info__caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dealer-info__caption__item {
  display: flex;
  width: 49%;
}
.dealer-info__caption__item:first-child {
  margin-bottom: 64px;
}
.dealer-info__caption__item__title {
  font-size: 32px;
  font-family: "Inter-Bold";
  font-weight: 900;
}
.dealer-info__caption__item__text {
  font-weight: 200;
}
.dealer-info__caption__item__img {
  padding-right: 16px;
}
.section-inst .container {
  display: flex;
}
.section-inst__desc {
  padding-right: 32px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/local/templates/main/assets/img/instagram_bckground.png) top
    right no-repeat;
}
.section-inst .inst-carousel {
  width: 75.5%;
}
.inst-carousel__item {
  border: 1px solid #ccc;
  /*height: 590px;*/
}
.section-inst__title {
  font-size: 40px;
  font-family: "Inter-Bold";
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 16px;
}
.section-inst__link {
  color: #ffce00;
  font-size: 40px;
  font-family: "Inter-Bold";
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 48px;
}
.section-inst__link:hover {
  color: #141416;
}
.section-inst__text {
  font-size: 24px;
  font-family: "Inter-Bold";
  font-weight: 900;
}
.offers-carousel.owl-theme .owl-dots .owl-dot.active span,
.inst-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #141416;
  position: relative;
  padding: 5px;
}
.offers-carousel.owl-theme .owl-dots .owl-dot.active span:before,
.inst-carousel.owl-theme .owl-dots .owl-dot.active span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #141416;
  border-radius: 50%;
}
.section-map .ya-map {
  display: none;
}
.section-map .ya-map.active {
  display: block;
  height: 520px;
}
.section-map {
  display: flex;
  padding-top: 80px;
}
.section-map__map {
  position: relative;
  width: 55%;
}
.section-map__img {
  /*background: url(/local/templates/main/assets/css/../img/dealer-img.png);*/
  background-size: cover;
  width: 45%;
}
.section-map-tabs__caption {
  margin: 0;
  padding: 0;
  list-style: none inside;
  display: flex;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 32px;
  padding: 6px;
}
.section-map-tabs__caption li {
  padding: 15px 28px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}
.section-map-tabs__caption li.active {
  background: #141416;
  border-radius: 4px;
  color: #fff;
  font-family: "Inter-Bold";
}
.section-map__info {
  display: none;
}
.section-map__info.active {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1;
  top: 160px;
  left: 66px;
  padding: 30px 50px;
}

.section-map__info__title {
  font-size: 24px;
  font-family: "Inter-Bold";
  margin-bottom: 40px;
}
.section-map__info__tel {
  font-size: 18px;
  color: #141416;
  display: block;
  margin-bottom: 16px;
  font-family: "Inter-Bold";
  font-weight: 200;
}
.section-map__info__tel:hover {
  text-decoration: none;
  color: #ffce00;
}
.section-map__info__time {
  margin-bottom: 16px;
  font-family: "Inter-Bold";
  font-weight: 200;
}
.section-map__info__time span {
  font-size: 14px;
  color: #a0a0a0;
  margin-left: 10px;
  font-family: "Inter-Regular";
}
.section-map__info__scheme {
  font-size: 14px;
  color: #ffce00;
  cursor: pointer;
}
.section-subscribe {
  padding: 50px 0;
  background: #ffce00;
}
.section-subscribe .container {
  display: flex;
  align-items: start;
}
.section-subscribe__left {
  width: 45%;
}
.subscribe-form-title {
  font-size: 40px;
  font-family: "Inter-Bold";
  font-weight: 800;
  margin-bottom: 16px;
}
.subscribe-form {
  padding-left: 60px;
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscribe-form input[type="text"] {
  border: unset;
  padding: 21px 28px;
  border-radius: 6px;
  width: 53%;
}
.subscribe-form input[type="submit"] {
  border: unset;
  width: 45%;
  background: #141416;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-family: "Inter-Bold";
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
}
.subscribe-form__caption {
  margin-top: 12px;
  font-weight: 200;
  font-size: 12px;
}
.subscribe-form__caption a {
  color: #141416;
  text-decoration-skip-ink: none;
}
.footer {
  background: #141416;
  padding: 48px 0;
  color: #fff;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
.footer-col {
  width: 28%;
}
.footer-col.footer-info {
  width: 13%;
  text-align: right;
}
.footer-logo-wrap {
  margin-bottom: 32px;
}
.footer-text {
  color: #fff;
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none inside;
}
.footer-menu li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-menu li a {
  color: #fff;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
.footer-menu li a:hover {
  text-decoration: underline;
}
.footer-menu-caption {
  font-size: 14px;
  color: #a0a0a0;
  margin-bottom: 12px;
  font-family: "Inter-Bold";
}
.footer-info__call {
  border: 1px solid #ffce00;
  border-radius: 6px;
  padding: 14px 38px;
  display: block;
  margin-bottom: 24px;
  color: #ffce00;
  text-decoration: none;
  text-align: center;
}
.footer-info__call:hover {
  background: #ffce00;
  color: #141416;
}
.footer-info__socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.footer-info__socials a {
  fill: #fff;
  transition: 0.2s;
}
.footer-info__socials a:hover {
  fill: #a0a0a0;
}
.footer-info__caption {
  font-size: 14px;
  color: #a0a0a0;
  font-family: "Inter-Bold";
  margin-bottom: 8px;
}
.footer-info__tel {
  font-size: 18px;
  color: #ffce00;
  font-family: "Inter-Bold";
}
.footer-info__tel:hover {
  color: #fff;
  text-decoration: none;
}
.bottom-line {
  background: #3c3c3c;
  padding: 24px 0;
}
.bottom-line .container {
  display: flex;
  justify-content: space-between;
}
.bottom-line__left {
  font-size: 14px;
  color: #a0a0a0;
}
.bottom-line__right a {
  font-size: 14px;
  color: #a0a0a0;
  text-decoration-skip-ink: none;
}
.bottom-line__right a:not(:last-child) {
  margin-right: 30px;
}
.burger {
  display: flex;
  width: 79px;
  height: 77px;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #ebebec;
}
.burger span,
.burger span:before,
.burger span:after {
  width: 26px;
  position: absolute;
  height: 2px;
  background: #333;
  display: block;
  transition: 0.3s;
  border-radius: 5px;
}
.burger span:before {
  content: "";
  top: -6.5px;
  transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.burger span {
  top: 37px;
  left: 26px;
}
.burger span:after {
  content: "";
  bottom: -6px;
  transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.burger.active span:before {
  content: "";
  top: 0px;
  transform: rotate(45deg);
  transition: top 200ms,
    transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.burger.active span:after {
  content: "";
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 200ms,
    transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.burger.active span {
  background: rgba(255, 255, 255, 0);
}

/*  карточка товара  */

.header-car-order span.header-car-dealer {
  background: url(/local/templates/main/assets/css/../img/icon=dealer.svg) no-repeat;
}
.card-left-column .section-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.card-content .card-price {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
}
.card-content .card-info__items {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #a0a0a0;
  margin-top: 32px;
  margin-bottom: 26px;
}
.card-content .card-info__items ul {
  list-style: none;
  padding-left: 0px;
}
.card-content .card-info__items ul li {
  margin-bottom: 20px;
}
.card-info__name {
  margin-right: 25px;
}
.card-content .card-info__items ul.card-info__item li {
  color: #141416;
  font-weight: bold;
}
.card-content .card-text {
  font-size: 16px;
  line-height: 140%;
}
.card-detailed__btn {
  background: #ffce00;
  border-radius: 6px;
  text-decoration: none;
  width: calc(100% - 54px);
  display: block;
  padding: 21px 0;
  text-align: center;
  color: #141416;
  font-size: 18px;
  font-family: "Inter-Bold";
  margin: 32px 0px;
}
.card-detailed__btn:hover {
  background: #141416;
  color: #fff;
}
ul.card-services {
  padding: 10px 16px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 17px;
}
ul.card-services li {
  display: inline;
  font-size: 14px;
  line-height: 120%;
}

ul.card-services li:after {
  margin-right: 23px;
  margin-left: 7px;
  padding: 0;
  color: #141416;
  content: url(/local/templates/main/assets/css/../img/arrow-down-card.svg);
}
ul.card-services li a {
  color: #141416;
  text-decoration: none;
  text-decoration: underline;
}
.main_card ul.card-services li:last-child:after {
  content: unset;
}
ul.card-services li a:hover {
  color: #141416;
  text-decoration: none;
}
.offers__toggle__item--caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  background: #ffffff;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 23px 66px 23px 38px;
  cursor: pointer;
}
.offers__toggle__item--caption.active {
  border: 1px solid #ffce00;
}

.offers__toggle__item--caption:after {
  content: url(/local/templates/main/assets/css/../img/icon=plus.svg);
  position: absolute;
  right: 32px;
}
.offers__toggle__item--caption.active:after {
  content: url(/local/templates/main/assets/css/../img/icon=minus.svg);
  position: absolute;
  right: 32px;
}
.offers__toggle__item--caption {
  display: inline-block;
  position: relative;
}
.offers__toggle {
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ebebec;
}
.offers__toggle:last-child {
  border: unset;
}
.offers__toggle:first-child {
  padding-top: 0px;
}
.tabs-horizontal_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabs-horizontal_list li {
  padding-left: 29px;
  width: calc((100% - 130px) / 3);
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-top: 23px;
  margin-bottom: 0;
}
.tabs-horizontal_list li:before,
.tabs-vertical_list li:before {
  content: "—";
  height: 100%;
  position: absolute;
  left: 0;
}
.tabs-vertical_list {
}
.tabs-vertical_list li {
  padding-left: 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-top: 23px;
  position: relative;
}
.offers-tabs-info-wrap {
  display: flex;
  flex-wrap: wrap;
}
.offers-tabs-info-wrap .card-info__items {
  margin-right: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.card-content_bottom
  .offers-carousel__item__text
  .offers-tabs-info-wrap
  .card-info__items
  ul {
  margin-top: 0px;
  margin-bottom: 17px;
}
.card-content_bottom
  .offers-carousel__item__text
  .offers-tabs-info-wrap
  .card-info__items
  ul
  li {
  font-size: 16px;
  margin-bottom: 20px;
}
.card-content_bottom
  .offers-carousel__item__text
  .offers-tabs-info-wrap
  .card-info__items
  ul
  li:last-child {
  margin-bottom: 0px;
}
.offers-tabs-info-wrap .card-info__items:last-child {
  margin-right: 0px;
}
.card-content_bottom {
  align-items: center;
  margin-top: 33px;
}

.card-content_bottom .section-title {
  margin-bottom: 0px;
}
.card-content_bottom .card-right-column {
  background: #f8f8f9;
  border: 1px solid #f0f0f2;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 6px;
  min-height: 285px;
}
.card-right-column-mobile {
  display: none;
}
.mobile-item {
  display: none;
}

.card-content_bottom .offers-carousel__item__text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.card-content_bottom .offers-carousel__item__text ul li {
  margin-bottom: 0px;
  line-height: 140%;
}
.card-content_bottom .offers-carousel__item__text ul li:last-child {
  margin-bottom: 0px;
}
.card-content_bottom .offers-tabs__caption-wrap li {
  width: calc((100% - 0px) / 3);
  text-align: center;
}
.card-content_bottom .offers-tabs__caption-wrap {
  margin-bottom: 33px;
  flex-direction: column;
}
.card-content_bottom .offers-tabs__caption {
  flex-wrap: wrap;
  justify-content: center;
}

.card-content_bottom .offers-carousel__item__text {
  padding: 0 33px 0px;
}
.tabs-horizontal_list {
  margin-top: 5px;
}
.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-offer-top {
  background: #141416;
  color: #ffffff;
  padding-top: 83px;
  padding-bottom: 80px;
  margin-top: 100px;
}

.card-page .section-map {
  padding-top: 0px;
}
.offer-form input[type="submit"] {
  border: unset;
  width: 27%;
  background: #ffce00;
  border-radius: 6px;
  color: #141416;
  font-size: 18px;
  font-family: "Inter-Bold";
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
}
.offer-form input[type="submit"]:hover {
  background: #141416;
  color: #ffffff;
  outline: 2px solid #ffffff;
}

.offer-form input[type="text"] {
  font-size: 16px;
  line-height: 130%;
  border: unset;
  padding: 21px 28px;
  border-radius: 6px;
  width: calc(27% - 0px);
  margin-right: 10px;
}
.offer-form input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.offer-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.offer-form input[type="text"]::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.offer-form input[type="text"]:-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.offer-form input[type="text"]:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.offer-form-title {
  font-size: 40px;
  font-family: "Inter-Bold";
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 105%;
  max-width: 1180px;
}
.offer-form-text {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 38px;
}
.offer-form__caption {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  margin-top: 13px;
}
.offer-form__caption a {
  color: #ffffff;
}
.offer-form__caption a:hover {
  text-decoration: none;
}
.main_card .slider-main-nav-card {
  display: flex;
  background: rgba(248, 248, 249, 0.25);
  padding: 10px 64px;
}
.main_card .slider-main-nav {
  bottom: 0px;
}
.main_card .slider-main-nav {
  bottom: 0px;
}
.main_card .slider-main-nav .owl-prev,
.main_card .nav-white .slider-main-nav .owl-prev {
  background: url(/local/templates/main/assets/css/../img/slider-arrow-left-white-card.svg);
}
.main_card .slider-main-nav .owl-next,
.main_card .nav-white .slider-main-nav .owl-next {
  background: url(/local/templates/main/assets/css/../img/slider-arrow-right-white-card.svg);
}
.main_card .slider-main-nav .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #f8f8f9;
}
.main_card .slider-main-nav .owl-prev,
.main_card .slider-main-nav .owl-next {
  border: unset;
  width: 47px;
  height: 47px;
  cursor: pointer;
}
.main_card .slider-main-nav .owl-dot.active {
  border-radius: 100%;
  box-shadow: none;
  width: 22px;
  height: 22px;
  background: #ffffff;
}
.main_card .slider-main-nav .owl-prev {
  margin-right: 106px;
}
.main_card .slider-main-nav .owl-next {
  margin-left: 106px;
}
.card-content {
  display: flex;
  justify-content: space-between;
}
.card-content .card-left-column {
  width: calc(30% - 10px);
}
.card-content .card-right-column {
  width: calc(70% - 60px);
}

.main_card .slider-main__item {
  height: 752px;
  background-size: cover;
  position: relative;
  background-position-x: center;
}
.main_card {
  padding-top: 10px;
}
.bread_crumbs ul.breadcrumb {
  padding: 10px 0px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 17px;
}
.bread_crumbs ul.breadcrumb li {
  display: inline;
  font-size: 13px;
  line-height: 120%;
}
.bread_crumbs ul.breadcrumb li + li:before {
  padding: 8px;
  color: #a0a0a0;
  content: "—";
}
.bread_crumbs ul.breadcrumb li a {
  color: #a0a0a0;
  text-decoration: none;
}
.bread_crumbs ul.breadcrumb li a:hover {
  color: #141416;
  text-decoration: underline;
}

/*  каталог товара товара  */

.select-css {
  background: none;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  padding: 14px 50px 14px 28px;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 14px 50px 14px 28px;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.section-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-title-wrap .button_sort_top {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  padding: 14px 50px 14px 28px;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}
.section-title-wrap .button_sort_top:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  background: url(/local/templates/main/assets/css/../img/arrow-down-sort.svg);
  cursor: pointer;
}
.in_stock_only {
  font-weight: normal;
  font-size: 28px;
  line-height: 100%;
  color: #3c3c3c;
  margin-bottom: 40px;
}
.disable_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.disable_checkbox span {
  margin-right: 8px;
  font-weight: normal;
  font-size: 14px;
  color: #a0a0a0;
}
.disable_checkbox_close {
  cursor: pointer;
}
.aside_top_info {
  margin-bottom: 10px;
}
aside {
  margin-bottom: 20px;
}
.new-filters__block {
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 24px;
}
.new-filters__block-item {
  border-bottom: 1px solid #ebebec;
  margin-bottom: 26px;
  padding-bottom: 20px;
  padding-bottom: 25px;
}
.slider_bar_wrapper {
  margin-top: 26px;
}
.bx-filter .bx-filter-popup-result{
  font-size: 14px;
  font-weight: bold;
}
.new-filters__block-item--title {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #141416;
  margin-bottom: 11px;
}
.new-filters__block .ui-checkbox {
  font-size: 16px;
  font-weight: 400;
}
.ui-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.new-filters__block .ui-checkbox {
  font-size: 16px;
  font-weight: 400;
}
.ui-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ui-checkbox__control {
  position: absolute;
  z-index: -1;
  margin: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-height: 24px;
}
.new-filters__block .ui-checkbox {
  font-size: 18px;
  line-height: 120%;
}
.ui-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ui-checkbox:hover .ui-checkbox__control:not(:checked) + .ui-checkbox__box {
  border-color: #c8c9cc;
}
.new-filters__block .ui-checkbox .ui-checkbox__box {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 2px;
  top: 2px;
  left: 0px;
}
.ui-checkbox__box,
.ui-checkbox__box svg {
  display: block;
  width: 24px;
  height: 24px;
}
.ui-checkbox__box {
  position: relative;
  margin-right: 2px;
  min-width: 24px;
  line-height: 24px;
  vertical-align: top;
  cursor: pointer;
  color: #fff;

  border: 1px solid #e6e8eb;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  border-radius: 2px;
}
.ui-checkbox__box:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -8px;
  right: -8px;
  left: -8px;
  bottom: -8px;
  border: 3px solid #2da3ff;
  opacity: 0;
  -webkit-box-shadow: 0 0 4px 0 #2da3ff, inset 0 0 1px #2da3ff;
  box-shadow: 0 0 4px 0 #2da3ff, inset 0 0 1px #2da3ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.new-filters__block .ui-checkbox .ui-checkbox__box .ui-checkbox__box-check {
  width: 18px;
  height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
}
.ui-checkbox__box-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  will-change: opacity;
}
.new-filters__block .ui-checkbox .ui-checkbox__box svg {
  position: relative;
  width: 12px;
  height: 9px;
  left: 2px;
  top: 3px;
}
.ui-checkbox__box,
.ui-checkbox__box svg {
  display: block;
  width: 24px;
  height: 24px;
}
.ui-checkbox__box {
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.ui-checkbox__control:checked + .ui-checkbox__box .ui-checkbox__box-check {
  opacity: 1;
}

.new-filters__block
  .ui-checkbox
  .ui-checkbox__control:checked
  + .ui-checkbox__box
  + .ui-checkbox__text {
  font-weight: bold;
}

.ui-checkbox__control:checked + .ui-checkbox__box .ui-checkbox__box-check {
  opacity: 1;
}
.ui-checkbox__box-check img {
  border-radius: 2px;
}
.new-filters__block .ui-checkbox .ui-checkbox__text {
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 90%;
}
.new-filters__block .ui-checkbox .ui-checkbox__text a {
  text-decoration: none;
}
.ui-checkbox__text {
  display: block;
  line-height: 24px;
  vertical-align: top;
  white-space: normal;
  cursor: pointer;
}
.new-filters__block .ui-checkbox .ui-checkbox__text a,
.new-filters__block .ui-checkbox .ui-checkbox__text a:hover {
  color: #212226;
  font-size: 14px;
  pointer-events: none;
  cursor: default;
}
.new-filters__block .ui-checkbox .ui-checkbox__text-count {
  color: #7e7e7e;
  font-size: 14px;
  margin-right: 10px;
  opacity: 0.8;
  float: right;
}
.ui-tag-checkbox__content {
  border: none;
  padding: 0;
  margin: 0 0 0px;
}
.new-filters__block-item--title {
  cursor: pointer;
}
.bx-filter-parameters-box .bx-filter-block {
  display: block;
}
.bx-filter-parameters-box .bx-filter-block.active {
  display: none;
}
.bx-filter-parameters-box .new-filters__block-item--title {
  position: relative;
}
.new-filters__block-item--title:after,
.bx-filter-parameters-box .new-filters__block-item--title:after {
  content: url(/local/templates/main/assets/css/../img/arrow-filtr.svg);
  position: absolute;
  right: 0;
  margin-left: 7px;
}

.car-options__color {
  font-size: 14px;
  line-height: 120%;
  position: relative;
  text-decoration: underline;
  color: #303032;
  cursor: pointer;
}
.car-options__color:hover {
  text-decoration: none;
}
.car-options__color:after {
  content: url(/local/templates/main/assets/css/../img/arrow-filtr.svg);
  position: absolute;
  margin-left: 7px;
}

.bx-filter-parameters-box .new-filters__block-item--title.active:after {
  transform: rotate(180deg);
}

.bx-filter-parameters-box .ui-checkbox-group__checkbox:nth-of-type(n + 6) {
  display: none;
}

.ui-checkbox-group__checkbox {
  margin-bottom: 9px;
}
.ui-checkbox-group__checkboxes > .ui-checkbox-group__checkbox:last-child {
  margin-bottom: 0px;
}

body .slider_bar_input_wrapper input {
  padding: 20px 8px;
  width: 100%;
}
body .slider_bar_input_wrapper .placeinput {
  width: calc(50% - 20px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body .slider_bar_line {
  padding: 0 11px;
  color: #ebebec;
}
body .place_holder {
  z-index: 100;
  left: 10px;
  cursor: text;
  position: absolute;
  top: 11px;
  left: 11px;
  width: 100%;
  display: none;
  color: #212226;
}

body .placeinput input:invalid + .place_holder {
  display: inline;
}
body .slider_bar_input_wrapper input {
  border: 1px solid #ebebec;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
body .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}

body .ui-widget-header {
  background: #141416;
  border: 0;
}
body .ui-slider-horizontal {
  height: 2px;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  cursor: pointer;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #141416;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-radius: unset;
}
body .ui-widget-content {
  border: unset;
  background: #ebebec;
  position: relative;
}
body .slider_bar_input_wrapper {
  margin-top: 10px;
}

.color_car {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin-right: 12px;
  display: block;
  float: left;
  border: 1px solid #141416;
}
#color-red-metall {
  background: #ff4141;
}

.bx-filter-color .new-filters__block-item--title {
  margin-bottom: 24px;
}
.bx-filter-color
  .ui-checkbox-group__checkboxes
  > .ui-checkbox-group__checkbox:last-child {
  margin-bottom: 0px;
}
.bx-filter-color {
  padding-bottom: 10px;
}
.new-filters__block-item:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sort_panel {
  display: flex;
  flex-wrap: wrap;
}

.sort_panel .sort_panel-view-item {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  background: #141416;
  border-radius: 100px;
  color: #fff;
  position: relative;
  padding: 8px 38px 8px 18px;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 12px;
}
.sort_panel .sort_panel-view-item:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  background: url(/local/templates/main/assets/css/../img/add.svg);
  cursor: pointer;
}
.catalog-items_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 70px;
}
.catalog-items_list .catalog-item-card {
  width: calc((100% - 54px) / 3);
  margin-left: 18px;
  margin-bottom: 27px;
}
.catalog-items_list a.catalog-item-card {
  color: #141416;
  text-decoration: none;
}
.catalog-item-card .catalog-item-card-img img {
  display: flex;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}

.main_card .catalog-item-card .catalog-item-card-img img {
  border: 1px solid #ebebec;
  border-bottom: 0;
}
.card-page .main_card .catalog-item-card .catalog-item-card-img img {
  height: auto;
  border: none;
}
.catalog-item-card .catalog-item_name-block {
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 0px 0px 16px 16px;
  padding: 22px 24px 22px 24px;
}
.catalog-item-card .catalog-item_name {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  align-items: center;
  margin-bottom: 18px;
}
.catalog-item-card .catalog-item-item_car {
  color: #ffffff;
  background: #141416;
  border-radius: 6px;
  padding: 4px 8px;
  margin-right: 12px;
}
.catalog-item-card .catalog-item-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 15px;
}
.catalog-item-card .price_left {
  margin-right: 16px;
}
.catalog-item-card .price_right {
  color: #a0a0a0;
  font-weight: 300;
}
.catalog-item-card .catalog-sort-filtr-tag {
  display: flex;
  flex-wrap: wrap;
}
.catalog-item-card .catalog-sort-filtr-tag .catalog-sort-filtr-tag-item {
  display: flex;
  padding: 6px 16px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  background: #f8f8f9;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.catalog-item-card .catalog-sort-filtr-tag .color_car {
  width: 15px;
  height: 15px;
}
.catalog_sides-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_sides-wrapper aside {
  margin-right: 46px;
  margin-left: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(25.975% - 20px);
  flex-basis: calc(22.975% - 27px);
  max-width: calc(22.975% - 27px);
  width: calc(22.975% - 27px);
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.catalog_sides-wrapper.catalog_sides-wrapper-open aside {
  position: absolute;
  display: block;
  top: 0px;
  z-index: 999;
  background: #fff;
  transition: all 0.4s ease;
  left: -100%;
}
.catalog_sides-wrapper aside.fixed-mobile {
  left: 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.catalog_sides-wrapper .catalog-items_block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(73.925% - 11px);
  flex-basis: calc(76.925% - 18px);
  max-width: calc(76.925% - 18px);
  width: calc(76.925% - 18px);
}
/* модельный ряд  */
.model_range_of_cars .catalog-item-card .catalog-item-card-img img {
  display: flex;
  width: 100%;
  border-radius: unset;
}
.model_range_of_cars .catalog-item-card .catalog-item_name-block {
  border: unset;
  box-sizing: unset;
  border-radius: unset;
  padding: 15px 0px 5px 0px;
}
.model_range_of_cars .catalog-item-card .catalog-item-complete {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
}
.model_range_of_cars .catalog-item-card .catalog-item-item_car {
  margin-right: 20px;
}
/* оплата */
.page-404 footer,
.page-404 .bottom-line {
  display: none;
}
.page-404-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.page-404-wrapper img {
  width: calc(65% + 4px);
}
.go-back-home-404 {
  position: relative;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  color: #141416;
  line-height: 120%;
  text-decoration: none;
  padding: 14px 24px 14px 55px;
  margin-bottom: 44px;
}
.go-back-home-404:hover {
  color: #ffffff;
  background: #141416;
}
a.go-back-home-404 span {
  position: absolute;
  left: 25px;
  top: 12px;
}

a.go-back-home-404:hover svg path {
  stroke: #ffffff;
}
.info-404 {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 22px;
}
.main_404 {
  padding-top: 35px;
}
.text-404 {
  font-family: Inter-Black;
  font-weight: 400;
  font-size: 117px;
  line-height: 100%;
  color: #f8f8f9;
  text-shadow: -0 -1px 0 #ebebec, 0 -1px 0 #ebebec, -0 1px 0 #ebebec,
    0 1px 0 #ebebec, -1px -0 0 #ebebec, 1px -0 0 #ebebec, -1px 0 0 #ebebec,
    1px 0 0 #ebebec, -1px -1px 0 #ebebec, 1px -1px 0 #ebebec, -1px 1px 0 #ebebec,
    1px 1px 0 #ebebec, -1px -1px 0 #ebebec, 1px -1px 0 #ebebec,
    -1px 1px 0 #ebebec, 1px 1px 0 #ebebec;
  margin-bottom: 10px;
}

.main_payment {
  padding-top: 10px;
}
.main_payment .bread_crumbs ul.breadcrumb {
  padding: 10px 0;
}
.main_payment .section-title {
  margin-bottom: 27px;
}
.payment-form .payment-form-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #141416;
}

.payment-form .new-filters__block .ui-checkbox .ui-checkbox__box {
  border-radius: 100%;
}
.payment-form
  .ui-checkbox__control:checked
  + .ui-checkbox__box
  .ui-checkbox__box-check {
  border: #141416 solid 5px;
  border-radius: 50px;
}
.payment-form .ui-checkbox__box .ui-checkbox__box-check img {
  display: none;
}

.payment-form
  .ui-checkbox__control:checked
  + .ui-checkbox__box
  .ui-checkbox__box-check
  img {
  display: none;
}

.payment-form .new-filters__block {
  background: unset;
  border: unset;
  box-sizing: border-box;
  border-radius: 6px;
  padding-bottom: 38px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #ebebec;
  margin-bottom: 30px;
  margin-top: 13px;
}
.payment-form .ui-checkbox {
  justify-content: flex-start;
  flex-direction: unset;
}
.payment-form .new-filters__block .ui-checkbox .ui-checkbox__box {
  margin-right: 12px;
}
.payment-form .ui-checkbox-group__checkbox {
  margin-bottom: 24px;
}
.main_payment {
  margin-bottom: 100px;
}
.payment-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.payment-wrapper .payment-form {
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f8f8f9;
  padding: 28px 32px 28px 32px;
}
.payment-form input[type="text"],
.payment-form input[type="number"] {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  border: unset;
  padding: 21px 28px;
  width: 100%;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 16px;
}
.payment-form input[type="text"]::placeholder,
.payment-form input[type="number"]::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.payment-form input[type="text"]::-webkit-input-placeholder,
.payment-form input[type="number"]::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.payment-form input[type="text"]::-moz-placeholder,
.payment-form input[type="number"]::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.payment-form input[type="text"]:-moz-placeholder,
.payment-form input[type="number"]:-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.payment-form input[type="text"]:-ms-input-placeholder,
.payment-form input[type="number"]:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.payment-form input[type="submit"] {
  border: unset;
  width: 100%;
  background: #ffce00;
  border-radius: 6px;
  color: #141416;
  padding: 23px 28px;
  font-size: 18px;
  line-height: 100%;
  font-family: "Inter-Bold";
  cursor: pointer;
  margin-top: 16px;
}
.payment-form input[type="submit"]:hover {
  background: #141416;
  color: #fff;
}
.payment-form__caption {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  margin-top: 17px;
}
.payment-form__caption a {
  color: #141416;
}
.payment-form__caption a:hover {
  text-decoration: none;
}

.payment-left-column {
  width: calc(42% - 17px);
}

.payment-right-column {
  width: calc(60% - 17px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment-cards_wrap {
  width: 70%;
}

.payment-cards_wrap .payment-card_full {
  display: flex;
  margin-bottom: 80px;
}
.payment-cards_wrap .payment-card_full img.visa_full {
  width: 100%;
  border-radius: 40px;
  filter: drop-shadow(4px 4px 50px rgba(0, 0, 0, 0.1));
}

.payment-cards_wrap .payment-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-privacy_policy {
  position: relative;
  margin-bottom: 169px;
}
.privacy_policy .main_card:before {
  content: "";
  width: 335px;
  height: 490px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/local/templates/main/assets/css/../img/Frame.svg);
  z-index: -1;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-privacy_policy p {
  font-size: 16px;
  line-height: 140%;
  margin-top: 0px;
  margin-bottom: 0.98%;
}
.go-download-document {
  position: relative;
  background: #ffce00;
  border-radius: 6px;
  font-size: 14px;
  color: #141416;
  line-height: 120%;
  text-decoration: none;
  padding: 14px 50px 14px 27px;
  margin-top: 7px;
  margin-bottom: 48px;
  display: inline-block;
}
.go-download-document:hover {
  background: #141416;
  color: #fff;
}
.go-download-document:hover svg path {
  stroke: #fff;
}

a.go-download-document span {
  position: absolute;
  right: 21px;
  top: 12px;
}
.main-privacy_policy .title_h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 15px;
}
.main-privacy_policy .title_h1 {
  font-family: Inter-Black;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 75px;
}
.main-privacy_policy a {
  color: #141416;
}
.main-privacy_policy a:hover {
  text-decoration: none;
}
.main-privacy_policy {
  padding-top: 10px;
}
.main-privacy_policy .bread_crumbs ul.breadcrumb {
  padding: 10px 0;
}
.main-privacy_policy .section-title {
  margin-bottom: 40px;
  margin-top: 18px;
}

.main_otions {
  padding-top: 14px;
}
.otions-right-column img {
  width: 100%;
}
.main_otions .section-title {
  margin-bottom: 20px;
  margin-top: 0;
}
.otions-left-column-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.otions-left-column .otions_price {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
}
.otions-left-column .otions-detailed__btn {
  background: #ffce00;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  padding: 21px 48px;
  text-align: center;
  color: #141416;
  font-size: 18px;
  font-family: "Inter-Bold";
  margin-top: 25px;
}
.otions-left-column .otions-detailed__btn:hover {
  background: #ebbc00;
}

.page-otions-wrapper .offers-tabs__caption {
  width: 100%;
}

.page-otions-wrapper .offers-tabs__caption li {
  text-align: center;
  width: calc((100% - 0px) / 6);
  padding: 15px 1px;
  background: #f8f8f9;
}
.page-otions-wrapper .offers-tabs__caption li.active {
  background: #141416;
  border-radius: 4px;
  color: #fff;
}
.page-otions-wrapper .offers-tabs__caption-wrap {
  margin-bottom: 0px;
}

.offers-tabs__content.active {
  position: relative;
  animation-name: Appearance;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}

@-webkit-keyframes Appearance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes Appearance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes Appearance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-otions-wrapper .car-options__show {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  padding: 24px 0;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  margin: 32px 0;
  position: relative;
  cursor: pointer;
}
.page-otions-wrapper .car-options__show:after {
  content: url(/local/templates/main/assets/css/../img/icon=plus.svg);
  position: absolute;
  top: 23px;
  margin-left: 10px;
}
.page-otions-wrapper .offers-tabs__content {
  display: flex;
  flex-direction: column;
}
.page-otions-wrapper .car-options__flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-otions-wrapper .car-options__flex-item {
  display: flex;
  width: calc((100% - 0px) / 3);
  flex-direction: column;
  align-items: center;
  background: #f8f8f9;
  padding-top: 15px;
  padding-bottom: 17px;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
}
.page-otions-wrapper .car-options__item .car-options__name {
  padding-top: 32px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
}
.page-otions-wrapper .car-options__item:first-child .car-options__name {
  font-weight: bold;
  color: #141416;
}
.page-otions-wrapper .car-options__item:hover .car-options__name {
  font-weight: bold;
  color: #141416;
}
.page-otions-wrapper .offers-tabs__content {
  display: none;
}
.page-otions-wrapper .offers-tabs__content.active {
  display: flex;
}
.page-otions-text {
  margin-top: 67px;
  margin-bottom: 100px;
}
.page-otions-text p {
  margin-bottom: 1.25%;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
}

@media (max-width: 1700px) {
  .payment-cards_wrap {
    width: 80%;
  }
  .payment-cards_wrap .payment-card_full {
    display: flex;
    margin-bottom: 70px;
  }

  .offers-tabs-info-wrap .card-info__items {
    margin-right: 80px;
  }

  .catalog_sides-wrapper aside {
    -ms-flex-preferred-size: calc(27.975% - 27px);
    flex-basis: calc(27.975% - 27px);
    max-width: calc(27.975% - 27px);
    width: calc(27.975% - 27px);
    display: block;
  }

  .catalog_sides-wrapper .catalog-items_block {
    -ms-flex-preferred-size: calc(71.925% - 18px);
    flex-basis: calc(71.925% - 18px);
    max-width: calc(71.925% - 18px);
    width: calc(71.925% - 18px);
  }

  .offers-carousel.owl-carousel .owl-nav button.owl-prev,
  .inst-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .offers-carousel.owl-carousel .owl-nav button.owl-next,
  .inst-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .section-inst__link {
    font-size: 35px;
  }
}
@media (max-width: 1550px) {
  .header-menu .lvl-1 > a {
    font-size: 14px;
    padding-right: 24px;
  }
}
@media (max-width: 1440px) {
  .payment-cards_wrap {
    width: 88%;
  }
  .payment-cards_wrap .payment-card_full {
    display: flex;
    margin-bottom: 60px;
  }

  .card-content .card-left-column {
    width: calc(40% - 10px);
  }
  .card-content .card-right-column {
    width: calc(60% - 10px);
  }
  .offers-tabs-info-wrap .card-info__items {
    margin-right: 40px;
  }
  .catalog_sides-wrapper aside {
    margin-right: 8px;
    -ms-flex-preferred-size: calc(32.975% - 27px);
    flex-basis: calc(32.975% - 27px);
    max-width: calc(32.975% - 27px);
    width: calc(32.975% - 27px);
    display: block;
  }
  .catalog_sides-wrapper .catalog-items_block {
    -ms-flex-preferred-size: calc(70.925% - 37px);
    flex-basis: calc(70.925% - 37px);
    max-width: calc(70.925% - 37px);
    width: calc(70.925% - 37px);
  }

  .section-inst__link {
    font-size: 30px;
  }
  .footer-col.footer-info {
    width: 16%;
  }
  .footer-info__call {
    padding: 14px;
  }


  .header-menu .lvl-1.have-sub.pay-menu > a {
    padding-right: 25px;
  }
  .header-menu .lvl-1.have-sub.pay-menu > a::after {
    right: 5px;
  }
  .header-menu__sub {
    top: 57px;
  }
  .subscribe-form-title {
    font-size: 30px;
  }
  .section-map__map {
    width: 65%;
  }
  .section-map__img {
    width: 35%;
  }
  .models__item {
    height: 300px;
  }
  .section-map-tabs__caption li {
    font-size: 12px;
  }
  .header-menu__sub__link {
    font-size: 14px;
  }
  .header-menu__sub > .container {
    padding: 15px 15px 0 15px;
  }
  .dealer-info__desc {
    width: 55%;
  }
  .dealer-info__caption {
    width: 45%;
  }
  .submenu-btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .card-content .card-left-column {
    width: calc(50% - 10px);
  }
  .card-content .card-right-column {
    width: calc(50% - 10px);
  }
  .main_card .slider-main-nav-card {
    padding: 10px 10px;
  }
  .main_card .slider-main-nav .owl-prev {
    margin-right: 10px;
  }
  .slider-main-nav .owl-next {
    margin-left: 10px;
  }

  .tabs-horizontal_list li {
    width: calc((100% - 40px) / 2);
  }
  .catalog-items_list .catalog-item-card {
    width: calc((100% - 54px) / 2);
  }
  .header-menu .lvl-1 > a {
    font-size: 13px;
    padding-right: 23px;
  }
}
@media (max-width: 1200px) {
  .payment-cards_wrap {
    width: 98%;
  }
  .payment-cards .payment-cards_item img {
    width: 90px;
  }
  .payment-cards_wrap .payment-card_full {
    display: flex;
    margin-bottom: 50px;
  }
  .payment-wrapper .payment-form {
    padding: 18px 15px 18px 15px;
  }
}
@media (max-width: 1050px) {
  .payment-cards .payment-cards_item img {
    width: 80px;
  }
  .payment-cards_wrap .payment-card_full {
    display: flex;
    margin-bottom: 40px;
  }

  .card-content_bottom .offers-tabs__caption-wrap li {
    width: 100%;
    text-align: center;
  }
  .tabs-horizontal_list li {
    width: calc((100% - 20px) / 2);
  }
  .offer-form input[type="submit"] {
    width: 100%;
  }
  .offer-form input[type="text"] {
    font-size: 16px;
    line-height: 130%;
    border: unset;
    padding: 21px 28px;
    border-radius: 6px;
    width: calc(50% - 13px);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .offer-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .catalog_sides-wrapper aside {
    -ms-flex-preferred-size: calc(37.975% - 27px);
    flex-basis: calc(37.975% - 27px);
    max-width: calc(37.975% - 27px);
    width: calc(37.975% - 27px);
    display: block;
  }

  .catalog_sides-wrapper .catalog-items_block {
    -ms-flex-preferred-size: calc(68.925% - 48px);
    flex-basis: calc(68.925% - 48px);
    max-width: calc(68.925% - 48px);
    width: calc(68.925% - 48px);
  }

  .section-inst .container {
    flex-wrap: wrap;
  }
  .section-inst__desc {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
  }
  .section-inst__text {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-inst__link {
    margin-bottom: 15px;
  }
  .section-inst .inst-carousel {
    width: 100%;
  }
  /*.inst-carousel__item {
    height: 120px;
  }*/
}
@media (max-width: 1200px) {
  .burger {
    display: flex;
  }
  .header-btns {
    padding: 0 15px;
  }
  .menu-list-bottom {
    padding: 0 15px;
  }

  .burger.active + .header-menu {
    display: flex;
    padding: 0px;
  }
  .header-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
    padding: 0 15px;
    background: #fff;
    z-index: 2;
    flex-wrap: wrap;
  }
  .header-menu {
    flex-direction: column;
    border: 1px solid #ebebec;
    border-top: unset;
  }
  .header-menu .lvl-1 {
    width: 100%;
  }
  .header-menu .lvl-1 > a {
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 25px;
    margin-top: 13px;
    font-size: 16px;
    white-space: nowrap;
  }
  .header-menu .lvl-1.have-sub.pay-menu > a {
    padding-left: 0px;
  }
  .header-menu .lvl-1.have-sub > a > span:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: -20px;
    background: url(/local/templates/main/assets/css/../img/arrow-down-mob.svg) !important;
    transition: 0.2s;
  }
  .menu-item-bk {
    position: relative;
  }
  .menu-item-bk:after {
    content: "";
    width: 19px;
    height: 18px;
    position: absolute;
    left: 17px;
    cursor: pointer;
    background: url(/local/templates/main/assets/css/../img/arrow-down-mob.svg) !important;
    transform: rotate(180deg);
  }
  .header-menu__sub {
    top: 48px;
  }
  .header-btns {
    flex-direction: row;
    order: 3;
    margin-top: 25px;
    width: 100%;
    justify-content: space-evenly;
  }
  .header-car-order {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cars-menu__caption li {
    font-size: 16px;
  }
  .cars-menu__content a {
    padding-right: 5px;
    width: 32%;
  }
  .cars-menu__content a img {
    width: 95%;
  }
  .header-salon-adress__sub {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .header-salon-adress__sub__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
  }
  .header-salon-adress__sub__item__title {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .header-salon-adress__sub__item__deal {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .header-salon-adress__sub__item__tel {
    margin-top: 0;
    margin-left: 10px;
  }
  .models__item__info__title {
    font-size: 18px;
    margin-right: 10px;
  }
  .models__item__info__price {
    margin-right: 10px;
  }
}
@media (max-width: 1050px) {
  .models__item {
    width: 48%;
  }
  .section {
    padding-top: 50px;
  }
  .section-map__img {
    display: none;
  }
  .section-map__map {
    width: 100%;
  }
  .subscribe-form-title {
    font-size: 25px;
  }
  .subscribe-form input[type="submit"] {
    font-size: 15px;
  }
  .bottom-line__left {
    width: 40%;
    padding-right: 15px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer-col {
    width: 33%;
  }
  .footer-col.footer-info {
    width: 100%;
    display: flex;
    justify-content: space-between;

    margin-top: 40px;
  }
  .footer-col.footer-info > div,
  .footer-col.footer-info > a {
    margin-bottom: 0;
  }
  .footer-info__socials {
    width: 180px;
  }
  .section-inst__title {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .section-map{
    padding-top: 40px;
  }

  .section-subscribe__left {
    width: 35%;
  }
  .subscribe-form {
    width: 65%;
    padding-left: 15px;
  }
  .header-salon-adress {
    margin-left: 25px;
  }
  .section-dealer {
    background: unset;
    padding-bottom: 50px;
  }
  .dealer-info {
    flex-wrap: wrap;
  }
  .dealer-info__desc {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .dealer-info__caption {
    width: 100%;
  }
  .dealer-info__caption__item:first-child {
    margin-bottom: 30px;
  }
  .slider-main__item__text {
    top: 25px;
  }
  .slider-main__item {
    height: 350px;
  }
  .slider-main__item__text__big {
    padding: 20px 20px;
  }
  .slider-main__item__btn {
    padding: 15px 25px;
  }
}
@media (max-width: 900px) {
  .payment-cards .payment-cards_item img {
    width: 70px;
  }
  .payment-cards_wrap .payment-card_full {
    display: flex;
    margin-bottom: 30px;
  }

  .card-content_bottom .section-title {
    margin-bottom: 20px;
  }
  .card-content_bottom .offers-tabs__caption-wrap li {
    width: calc((100% - 0px) / 3);
    text-align: center;
  }
  .card-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .card-content .card-left-column {
    width: 100%;
  }
  .card-content .card-right-column {
    width: 100%;
    min-height: 100%;;
  }

  .main_card .slider-main__item {
    height: 470px;
  }
  .card-content .card-info__items {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #a0a0a0;
    margin-top: 32px;
    margin-bottom: 26px;
  }
  .card-content .card-info__items {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .card-info__name {
    margin-right: 10px;
  }
  .card-detailed__btn {
    width: 100%;
    padding: 15px 15px;
    font-size: 18px;
    margin: 20px 0px;
  }
  ul.card-services li + li:before {
    margin-right: 5px;
  }
  ul.card-services {
    padding: 10px 16px;
    margin-bottom: 10px;
  }
  .card-content_bottom {
    margin-top: 23px;
  }
  .card-content_bottom .offers-carousel__item__text {
    padding: 0 5px 0px;
  }
  .card-content .card-info__items {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .offers-tabs-info-wrap .card-info__items:last-child {
    margin-right: 0px;
  }

  .catalog_sides-wrapper aside {
    -ms-flex-preferred-size: calc(44.975% - 27px);
    flex-basis: calc(44.975% - 27px);
    max-width: calc(44.975% - 27px);
    width: calc(44.975% - 27px);
    display: block;
  }

  .catalog_sides-wrapper .catalog-items_block {
    -ms-flex-preferred-size: calc(62.925% - 48px);
    flex-basis: calc(62.925% - 48px);
    max-width: calc(62.925% - 48px);
    width: calc(62.925% - 48px);
  }

  .catalog-items_list .catalog-item-card {
    width: calc((100% - 20px) / 1);
  }

  .header-salon-adress {
    margin-left: 0;
    margin-top: 20px;
  }
  .header-contacts-wrap {
    flex-direction: column;
  }
  .header-salon-adress__sub__item__text {
    display: none;
  }
  .slider-main__item__text__big p {
    margin: 5px 0;
  }
  .slider-main__item__text__big,
  .slider-main__item__text__big p,
  .slider-main__item__text__big span {
    font-size: 20px !important;
    line-height: 30px;
  }
}

.mobile-block {
  display: none;
}

@media (max-width: 767px) {
  .payment-right-column {
    display: none;
  }
  .page-otions-wrapper .car-options__flex-item {
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 120%;
  }
  .page-otions-wrapper .car-options__item .car-options__name {
    padding-top: 29px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 120%;
  }
  .page-otions-wrapper .car-options__show {
    padding: 21px 0;
    margin: 27px 0;
  }

  .main-privacy_policy p {
    margin-bottom: 4%;
  }
  .main-privacy_policy .title_h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 65px;
  }

  .main-privacy_policy {
    position: relative;
    margin-bottom: 60px;
  }

  .payment-form .payment-form-title {
    font-size: 18px;
  }

  .payment-form .new-filters__block .ui-checkbox {
    font-size: 14px;
  }
  .payment-form .ui-checkbox-group__checkbox {
    margin-bottom: 19px;
  }

  .payment-form .new-filters__block {
    padding-bottom: 33px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 25px;
    margin-top: 8px;
  }

  .payment-form input[type="submit"] {
    margin-top: 11px;
  }

  .payment-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .payment-right-column {
    width: 100%;
    margin-bottom: 30px;
  }
  .payment-left-column {
    width: 100%;
  }
  .main_payment {
    margin-bottom: 50px;
  }
  .main_payment .section-title {
    margin-bottom: 22px;
    margin-top: 22px;
  }

  .text-404 {
    font-size: 107px;
  }
  .info-404 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 22px;
  }
  .go-back-home-404 {
    margin-bottom: 10px;
  }
  .page-404-wrapper img {
    width: calc(90% + 4px);
  }

  .offer-form-title {
    font-size: 25px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .offer-form-text {
    font-size: 16px;
  }
  .offer-form-text {
    margin-bottom: 25px;
  }
  .section-offer-top {
    padding-top: 53px;
    padding-bottom: 51px;
    margin-top: 0px;
  }

  .select-css {
    display: none;
  }
  .catalog-info .mobile-block {
    display: flex;
    width: calc(100% + 32px);
    min-width: auto;
    margin-left: -16px;
    margin-right: -16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-top: 16px;
  }
  .mobile-block-fs .select-css {
    display: block;
    color: #13151a;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    border: unset;
    width: 100%;
    background: none;
    line-height: 28px;
    padding: 10px;
    text-align: center;
  }

  .new-filters__block {
    padding: 20px 20px 120px 20px;
  }
  .new-filters__bottom {
    position: fixed;
    bottom: 67px;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }

  .new-filters__bottom .new-filters__block-buttons {
    display: block;
    padding-top: 21px;
    padding-bottom: 14px;
    border-radius: 8px;
    border-top: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
  }
  .new-filters__bottom .new-filters__block-buttons .ui-button {
    border-radius: 8px;
  }
  .new-filters__block-buttons button {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #fff;
  }
  .ui-button_theme_primary {
    color: #fff;
    background-color: #13151a;
  }
  .ui-button {
    position: relative;
    user-select: none;
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-width: 112px;
    font-size: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.2s;
  }
  .new-filters__bottom .new-filters__block-buttons .ui-button:nth-child(2) {
    height: 17px;
    margin-top: 9px;
    background: none;
  }
  .new-filters__block-buttons button:nth-child(2) {
    text-transform: none;
    font-size: 16px;
    color: #28282a;
    font-weight: 400;
  }
  .ui-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -6px;
    right: -6px;
    left: -6px;
    bottom: -6px;
    border: 3px solid #2da3ff;
    opacity: 0;
    box-shadow: 0 0 4px 0 #2da3ff, inset 0 0 1px #2da3ff;
    transition: all 0.2s;
    transform: scale(0.9);
  }
  .ui-button__icon,
  .ui-button__text {
    display: inline-block;
    line-height: 1;
  }
  .ui-button__text {
    flex-grow: 1;
    vertical-align: baseline;
    white-space: normal;
    letter-spacing: 0.4px;
  }
  .new-filters__block-buttons button:nth-child(2) {
    text-transform: none;
    font-size: 16px;
    color: #28282a;
    font-weight: 400;
  }

  .mobile_aside_close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
  }
  .fixed-mobile-open {
    display: none;
  }

  .catalog_sides-wrapper aside.fixed-mobile {
    left: 0;
    overflow-y: auto;
  }

  .mobile-block-fs .mobile-block-f {
    display: flex;
    width: calc(100% + 31px);
    min-width: auto;
    margin-left: -16px;
    margin-right: -16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-top: 16px;
  }
  .mobile-block-fs .mobile-block-f .catalog-info__mobile-filters,
  .mobile-block-fs .mobile-block-f .catalog-info__mobile-sort {
    border: 1px solid #f1f2f3;
    cursor: pointer;
  }
  .mobile-block-fs .mobile-block-f span {
    width: 50%;
    color: #13151a;
    font-size: 16px;
    font-weight: 600;
  }
  .mobile-block-fs .mobile-block-f svg {
    position: relative;
    top: 2px;
    left: -3px;
  }
  .sort_panel.mobile-block {
    display: flex;
    padding-left: 20px;
  }
  .aside_top_info {
    padding-left: 20px;
  }
  .in_stock_only {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .mobile-block {
    display: flex;
  }
  .sort_panel.mobile-block {
    display: flex;
  }
  .sort_panel {
    display: none;
  }
  .disable_checkbox {
    display: none;
  }
  .catalog_sides-wrapper {
    margin-top: 15px;
  }
  .catalog-items_list {
    justify-content: space-between;
  }
  .catalog_sides-wrapper .catalog-items_block {
    -ms-flex-preferred-size: calc(100% - 4px);
    flex-basis: calc(100% - 4px);
    max-width: calc(100% - 4px);
    width: calc(100% - 4px);
  }
  .catalog_sides-wrapper aside {
    display: none;
  }
  .catalog-items_list .catalog-item-card {
    width: calc((100% - 20px) / 2);
    margin-left: 0px;
  }

  .header-info {
    flex-wrap: wrap;
  }

  .header-contacts-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    order: 2;
    width: 60%;
  }
  .header-salon-adress {
    margin-left: 20px;
    margin-top: 0px;
  }
  .header-btns {
    flex-direction: row;
    order: 3;
    margin-top: 25px;
    width: 100%;
    justify-content: space-evenly;
  }
  .header-car-order {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .section {
    padding-top: 25px;
  }
  .section-inst__title {
    font-size: 30px;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .online-services__item__img img {
    width: 60px;
  }
  .online-services__item {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .online-services__item__text {
    font-size: 16px;
  }
  .offers {
    padding-bottom: 8px;
  }
  .offers-carousel__item__title {
    font-size: 18px;
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    min-height: auto;
  }
  .section-subscribe .container {
    flex-wrap: wrap;
  }
  .section-subscribe__left {
    width: 100%;
    margin-bottom: 25px;
  }
  .subscribe-form {
    width: 100%;
    padding-left: 0;
  }
  .credit-banner__title {
    font-size: 30px;
  }
  .credit-banner__text {
    position: static;
    margin: auto;
    height: auto;
  }
  .credit-banner {
    height: auto;
    background: unset;
  }
  .offers-tabs__caption-wrap {
    flex-wrap: wrap;
  }
  .offers-tabs__link {
    order: 1;
    margin-bottom: 25px;
  }
  .offers-tabs__caption {
    order: 2;
    width: 100%;
    flex-wrap: wrap;
  }
  .section-dealer {
    padding: 25px 0;
  }
  .models__item {
    width: 450px;
    max-width: 100%;
  }
  .footer-col {
    width: 49%;
    margin-bottom: 15px;
  }
  .footer-col.footer-info {
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;

    margin-bottom: 15px;
  }
  .bottom-line .container {
    flex-wrap: wrap;
  }
  .bottom-line__left {
    width: 100%;
    margin-bottom: 15px;
  }
  .bottom-line__right {
    width: 100%;
  }
  .section-map-tabs__caption {
    position: static;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .section-map__info {
    padding: 15px;
  }
  .section-map__info__title {
    margin-bottom: 15px;
  }
  .section-map .ya-map > ymaps {
    height: 400px !important;
  }
  .header-menu {
    flex-direction: column;
    border: 1px solid #ebebec;
    border-top: unset;
  }
  .header-menu .lvl-1 {
    width: auto;
  }

  .header-menu__sub > .container {
    flex-direction: column;
    padding: 0px 0 0 15px;
  }
  .header-menu .lvl-1.have-sub.pay-menu > a {
    margin-top: 13px;
    padding-left: 0px;
  }
  .pay-menu .header-menu__sub {
    padding: 15px;
  }
  .pay-menu .header-menu__sub a {
    font-size: 14px;
  }
  .pay-menu .header-menu__sub a:not(:last-child) {
    margin-bottom: 15px;
  }

  .cars-menu__caption li:not(:last-child) {
    margin-bottom: 15px;
  }
  .cars-menu__caption {
    margin-bottom: 20px;
  }
  .cars-menu__left {
    width: auto;
  }
  .cars-menu__content {
    width: auto;
  }
  .cars-menu__content a {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .cars-menu__right {
    width: auto;
  }


}
@media (max-width: 600px) {
  .page-otions-wrapper .offers-tabs__caption li {
    width: auto;
    padding: 15px 20px;
  }
  .page-otions-wrapper .offers {
    padding-bottom: 20px;
  }
  .page-otions-text {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .otions-right-column {
    margin-top: 15px;
  }

  .payment-cards .payment-cards_item img {
    width: 50px;
  }

  .offer-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .offer-form input[type="text"] {
    width: 100%;
  }
  .main_card .slider-main__item {
    height: 350px;
  }
  .offers__toggle__item--caption {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    background: #ffffff;
    border: 1px solid #ebebec;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 13px 54px 12px 13px;
  }
  .header-contacts-wrap {
    flex-direction: column;
    align-items: end;
  }
  .header-salon-adress {
    margin-left: 0;
    margin-top: 15px;
  }
  .header-salon-adress__sub__item {
    flex-wrap: wrap;
  }
  .header-salon-adress__sub__item__title {
    width: 100%;
  }
  .header-salon-adress__sub__item__deal {
    display: none;
  }
  .header-salon-adress__sub__item__tel {
    margin-left: 0;
    margin-top: 10px;
  }
  .dealer-info__caption__item__img img {
    width: 45px;
  }
  .dealer-info__caption__item__title {
    font-size: 24px;
  }
  .dealer-info__caption__item__text {
    font-size: 14px;
  }
  .slider-main__item__text__big {
    margin-bottom: 30px;
    margin-right: 20px;
  }
  .slider-main__item__text{
    right: 6%;
  }
  .slider-main__item__text__small {
    font-size: 20px;
  }
  .offers-tabs__caption li {
    padding: 10px 15px;
  }
  .subscribe-form {
    flex-direction: column;
  }
  .subscribe-form input[type="text"] {
    width: 330px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .subscribe-form input[type="submit"] {
    width: 330px;
    max-width: 100%;
  }
  .section-map__info {
    position: static;
  }
  .section-map .ya-map.active {
    height: 400px;
  }

  .section-map__info.active{
    top:35%;
  }

}
@media (max-width: 450px) {
  .selectContainer {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-404-wrapper img {
    width: 100%;
  }
  .main_card .slider-main__item {
    height: 242px;
  }
  .card-content_bottom .offers-carousel__item__text ul li {
    margin-top: 10px;
  }
  .card-content_bottom .offers-tabs__caption-wrap li {
    width: 100%;
    text-align: center;
  }
  .tabs-horizontal_list li {
    width: calc((100% - 20px) / 1);
  }
  .catalog-items_list .catalog-item-card {
    width: 100%;
  }
  .catalog_sides-wrapper {
    margin-top: 15px;
  }

  .header-text-bold {
    font-size: 20px;
  }
  .header-logo img {
    width: 30px;
  }
  .header-tel {
    font-size: 16px;
  }
  .header-city-adress {
    font-size: 13px;
  }
  .header-salon-adress__sub__item__title {
    font-size: 14px;
  }
  .header-salon-adress__sub__item__tel {
    font-size: 14px;
  }
  .header-btns a {
    padding: 10px;
  }
  .header-btns a span {
    width: 25px;
    height: 25px;
  }

  .footer-info__call {
    padding: 14px 8px;
  }

  .bottom-line__right a {
    display: block;
    margin-bottom: 5px;
  }
  .models__item__desc {
    bottom: 0;
  }
  .models__item__info {
    flex-wrap: wrap;
  }
  .models__item__info__title {
    margin-bottom: 5px;
  }

  .cars-menu__content a {
    width: 48%;
  }
}

/*models start*/
.models-list {
  margin-bottom: 50px;
}
.models-list > .models__item {
  margin-bottom: 50px;
}
/*models end*/

/*model start*/

/* !main */

ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: #ebebec;
  content: "-";
}

ul.breadcrumb li a {
  color: #a0a0a0;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #141416;
}

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

.mainBanner li {
  font-size: 18px;
  line-height: 140%;
  color: #141416;
}

.imageBanner {
  width: calc(60% - 41px);
  height: auto;
}
.imageBanner img {
  width: 100%;
  height: auto;
}
.titleBanner {
  width: calc(40% + 22px);
}
.mainReview-left {
  display: flex;
  flex-direction: column;
  margin-right: 54px;
}
.mainReview-left span:first-child {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 15px;
}
.mainReview-left span:last-child {
  font-size: 24px;
  line-height: 100%;
  color: #a0a0a0;
}
.mainReview-right .yellowBtn {
  margin-bottom: 12px;
}
.mainReview-right .reviewBtn:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 17px;
  margin-left: 12px;
  background: url(/local/templates/main/assets/css/../img/arrow-next-model.svg);
}
.mainReview-right .reviewBtn:hover {
  background: #141416;
  color: #fff;
}
.mainReview-right .reviewBtn:hover:after {
  background: url(/local/templates/main/assets/css/../img/arrow-next-model-w.svg);
}

.titleBanner h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 80px;
  line-height: 95%;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.mainReview {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.yellowBtn {
  align-items: center;
  padding: 22px 48px 24px;
  background: #ffce00;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
}
.yellowBtn:hover {
  background: #141416;
  color: #fff;
}

.reviewBtn {
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 88px 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
}

.request .card-services {
  margin-top: 0px;
  margin-bottom: 66px;
  margin-left: 94px;
  padding: 0px 16px;
}

.greyContainer {
  max-width: 100%;
  background: #f8f8f9;
}

/* Активная точка */

.slider .slick-dots li.slick-active button {
  background-color: #141416;
  width: 8px;
  height: 12px;
  border-radius: 50%;
}

/* !slider */

/* configurator */

.configurator-banner {
  display: flex;
  flex-wrap: wrap;
}
.configurator-banner-left {
  width: calc(60% - 23px);
  height: auto;
}
.configurator-banner-left img {
  width: 100%;
  height: auto;
}
.configurator-banner-right {
  width: calc(40% + 22px);
  margin-top: 40px;
}

.configurator {
  margin-left: 120px;
  max-width: 100%;
  height: 500px;
}

.titleConfig {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.review-360 h1 {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #141416;
}

.review-360-desc {
  font-size: 28px;
  line-height: 100%;
}
.configurator p {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 100%;
  color: #3c3c3c;
}

.selectContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}

.selectContainer .video_review {
  padding: 0;
  display: flex;
  align-items: center;
}
.selectContainer a.video_review {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #141416;
  text-decoration: none;
  margin-left: 4px;
}
.video_review-items {
  margin-left: 4px;
}
.selectContainer a.video_review:hover {
  text-decoration: underline;
}

.selectContainer img {
  width: 25px;
  height: 25px;
}

.videoReview {
  font-family: "Inter", sans-serif;
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 120%;
  color: #141416;
  margin: 10px 10px;
  cursor: pointer;
  border: none;
}

/*  */

.dropbtn {
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 50px;
  padding-right: 46px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #141416;
  width: 100%;
}

.select__head.open {
  border-radius: 6px 6px 0px 0px;
}
.dropbtn:focus {
  border-radius: 6px 6px 0 0;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.configurator-select .dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  right: 0;
  z-index: 1;
  background: #ffffff;
  padding-top: 14px;
  border-left: 1px solid #141416;
  border-right: 1px solid #141416;
  border-bottom: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #141416;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content:focus {
  border-top: none;
}

.dropdown a:active {
  background-color: #ddd;
}

.show {
  display: block;
}

/*  */

/*.configurator-red {
    background-color: #9f3129;
}

.configurator-white {
    background-color: #f0f0f0;
}

.configurator-blue {
    background-color: #445889;
}

.configurator-grey {
    background-color: #797979;
}

.configurator-silver {
    background-color: #bababa;
}

.configurator-brown {
    background-color: #795825;
}

.configurator-black {
    background-color: #000000;
}*/

#configurator-select-color > img {
  height: 19px;
  width: 19px;
  position: absolute;
  left: 22px;
  top: 13px;
}

/*.configurator-select.select-item__red::after {
    content: "";
    background-color: #9f3129;

    height: 19px;
    width: 19px;
    position: absolute;
    left: 22px;
    top: 13px;
}

.configurator-select.select-item__white::after {
    content: "";
    background-color: #f0f0f0;
    height: 19px;
    width: 19px;
    position: absolute;
    left: 22px;
    top: 13px;
}

.configurator-select.select-item__blue::after {
    content: "";
    background-color: #445889;
    height: 19px;
    width: 19px;
    position: absolute;
    left: 22px;
    top: 13px;
}

.configurator-select.select-item__grey::after {
    content: "";
    background-color: #797979;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 13px;
    left: 22px;
}

.configurator-select.select-item__silver::after {
    content: "";
    background-color: #bababa;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 13px;
    left: 22px;
}

.configurator-select.select-item__brown::after {
    content: "";
    background-color: #795825;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 13px;
    left: 22px;
}

.configurator-select.select-item__black::after {
    content: "";
    background-color: #000000;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 13px;
    left: 22px;
}*/

.square {
  height: 19px;
  width: 19px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin: 0 15px 0px 0px;
}

.square::after {
  position: absolute;
  border-radius: 50%;
  transform: rotate(40deg);
}

/*  */

.select-configurator-form {
  display: contents;
}
.configurator-selectfirst-child {
  margin-left: none;
}

.configurator-select {
  position: relative;
  display: block;
  margin-left: 10px;
}

.configurator-select:nth-child(1) {
  width: 100%;
  max-width: 132px;
}

.configurator-select:nth-child(1) .dropbtn {
  padding-left: 22px;
  padding-right: 46px;
}

.configurator-select:nth-child(2) {
  width: 100%;
  max-width: 250px;
}

.configurator-select:nth-child(2) .dropbtn {
  padding-left: 22px;
  padding-right: 46px;
}
.configurator-select:nth-child(3) {
  width: 100%;
  max-width: 268px;
}

.select__head {
  cursor: pointer;
}

.select__head::after {
  width: 12px;
  height: 7px;
  position: absolute;
  right: 20px;
  bottom: 50%;
  background: url(/local/templates/main/assets/css/../img/select__head.svg);
  transform: translateY(50%);
  content: "";
  display: block;
  transition: 0.2s ease-in;
}

.select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}

.select__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 10px;
  margin-top: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
  width: 100%;
}

.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #f8f9fa;
  padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}

.select__list .select__item {
  padding-left: 30px;
  position: relative;
  padding-right: 10px;
  padding-left: 21px;
  padding-top: 0px;
  padding-bottom: 17px;
  cursor: pointer;
  list-style-type: none;
  display: flex;
}

/* !configurator */

#alert-no-item {
  padding: 10px 20px;
  margin: 0 0 20px;
  border: 1px solid #f22828;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.75em;
  /*display: none;*/
  font-family: sans-serif;
}

.configurator-wrap {
  margin-top: 154px;
}
.configurator-wrap .configurator-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 33px;
}
.configurator-wrap .configurator-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 20px;
}
.configurator-wrap .configurator-main-left {
  width: 50%;
}
.configurator-wrap .selectContainer {
  width: 53%;
}
.configurator-wrap .configurator-desc {
  font-size: 28px;
  line-height: 100%;
}
.red_color_conf {
  font-family: Inter-Black;
  color: #eb001b;
}

.configurator-bannet-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 140%;
}
.configurator-bannet-text .configurator-banner-left img {
  width: 100%;
}
.configurator-banner-right-title {
  font-family: Inter-Black;
  font-size: 28px;
  line-height: 110%;
}
ul.configurator-banner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 24px;
  width: calc(65% + 22px);
  width: calc(65% + 24px);
}
ul.configurator-banner-list li {
  padding-left: 29px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  margin-bottom: 20px;
}
ul.configurator-banner-list li::before {
  content: "—";
  height: 100%;
  position: absolute;
  left: 0px;
}

.mainReview .mainReview-left .bold_price {
  font-family: Inter-Black;
  font-size: 32px;
  line-height: 100%;
  color: #141416;
}
.mainReview_banner .yellowBtn {
  margin-bottom: 0px;
}

.conf-section {
  background: #f8f8f9;
  margin-top: 90px;
  padding-top: 46px;
  padding-bottom: 50px;
}

.item-full.offers-conf__item,
.item-full .offers-conf__item__img {
  height: 100%;
}
.conf-section .offers-conf__item {
  width: 405.5px;
  margin-right: 16px;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.offers-conf .owl-stage {
  display: flex;
}
.conf-section .offers-conf {
  display: flex;
  justify-content: center;
}

.offers-conf__item__img {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.offers-conf__item__title {
  padding: 24px 24px 12px 24px;
  font-size: 24px;
  font-family: "Inter-Bold";
}
.offers-conf__item__text {
  padding: 0 24px 24px;
  font-size: 16px;
}
.offers-conf__item {
  color: #141416;
  text-decoration: none;
  display: block;
}
.offers-conf__item__img span {
  float: right;
  color: #fff;
  padding: 10px 16px;
  font-size: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 0px 12px;
  font-family: "Inter-Bold";
}
.offers-conf__content {
  display: flex;
  justify-content: center;
}
.conf-section .offers-tabs__caption-wrap {
  max-width: 1232px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.conf-section .section-title {
  margin-bottom: 0px;
}

.beforeAfter_slider_item {
  width: 50%;
}
.beforeAfter_slider_title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 105%;
  padding-right: 120px;
}
.slider_right_list {
  list-style: none;
  padding: 0;
}
ul.slider_right_list {
  list-style: none;
  list-style: none;
  margin-top: 49px;
  margin-bottom: 51px;
}
.beforeAfter_slider_item p {
  font-size: 16px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 26px;
}
.beforeAfter_slider_right {
  padding-left: 50px;
}
.beforeAfter_slider_item .blackBtn {
  display: inline-block;
  border: none;
  margin: 0;
  text-decoration: none;
}
.beforeAfter_slider_item .blackBtn:hover {
  box-sizing: border-box;
  outline: 2px solid #141416;
  background: #fff;
  color: #141416;
}

.condWarranty {
  position: relative;
}
.miniWhiteCircle_item_rv {
  flex-direction: row;
  align-items: center;
  display: flex;
}
.miniWhiteCircle_item_rv:hover .descr {
  display: block;
  position: absolute;
  top: 35px;
  z-index: 9999;
  width: max-content;
  width: 100%;
  top: 100px;
  left: 0;
}
.pleasure-title {
  display: flex;
  padding-top: 83px;
}
.pleasureTitle {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 105%;
  width: 42%;
}
.pleasure-desc {
  font-size: 24px;
  line-height: 120%;
  margin-top: 56px;
  margin-bottom: 32px;
}
.whiteCircle-item {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  margin-right: 16px;
  margin-left: 16px;
}
.pleasure-wrap .miniWhiteCircle {
  width: 32px;
  height: 32px;
  position: unset;
  background: url(/local/templates/main/assets/css/../img/whiteCircle-item.svg) 50% 48% !important;

  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  animation: pulse 2s infinite;
  background-size: 27%;
}

.videoReview {
  font-family: "Inter", sans-serif;
  padding: 14px 24px 14px 28px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  line-height: 120%;
  color: #141416;
  margin: 10px 10px;
  cursor: pointer;
}

.whiteContainer {
  max-width: 100%;
}

.colorSquare {
  font-size: 0;
  width: 19px;
  height: 19px;
  background: #ff4141;
  border: none;
}

.videoReview {
  border: none;
  text-align: center;
}

.btnWhiteCont {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.package {
}

h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 110%;
  color: #141416;
}

.package p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #141416;
}

.show {
  display: block;
}

.blackBtn {
  margin: 25px 0 0 0;
  padding: 22px 48px 24px;
  background: #141416;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
}

.yellowContainer {
  background: #fff5cc;
  padding-bottom: 60px;
  max-width: 100%;
}

.yellowFrameTitle {
  width: 60%;
}

.yellowFrame {
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #141416;
  background: #ffce00;
  border-radius: 6px;
  max-width: 644px;
}

.warranty {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding-bottom: 17px;
}

.condWarranty {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-right: 72px;
  width: 27%;
}

.condWarranty p {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #141416;
}

.review3D {
  position: relative;
}
.review-360-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.cloudimage-360 {
  z-index: 1;
}

.cloudimage-360-view-360-icon {
  width: 180px !important;
  height: 180px !important;
  background: url("/local/templates/main/assets/css/../img/mdi_rotate-3d.svg") 50% 50% !important;
  box-shadow: unset !important;
}
.cloudimage-360-fullscreen-icon {
  width: 48px !important;
  height: 48px !important;
  background: url("/local/templates/main/assets/css/../img/maximize-4.svg") 50% 50% !important;
  box-shadow: unset !important;
}

.section-testdrive {
  background: #f8f8f9;
  margin-top: 82px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.testdrive-form input[type="submit"] {
  border: unset;
  width: calc(20% - 0px);
  background: #141416;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Inter-Bold";
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
}
.testdrive-form input[type="submit"]:hover {
  background: #ffce00;
  color: #141416;
}
.testdrive-form input[type="text"] {
  font-size: 16px;
  line-height: 130%;
  border: unset;
  padding: 21px 28px;
  border-radius: 6px;
  width: calc(20% - 0px);
  margin-right: 10px;
}
.testdrive-form input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.testdrive-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.testdrive-form input[type="text"]::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.testdrive-form input[type="text"]:-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.testdrive-form input[type="text"]:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.testdrive-form-title {
  font-size: 40px;
  font-family: "Inter-Bold";
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 105%;
  max-width: 1180px;
}
.testdrive-form-text {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 38px;
}
.testdrive-form__caption {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  margin-top: 13px;
}
.testdrive-form__caption a {
  color: #141416;
}
.testdrive-form__caption a:hover {
  text-decoration: none;
}
.section-testdrive-wrap {
  z-index: 1;
  position: relative;
}
.section-testdrive-wrap:before {
  content: "";
  width: 982px;
  height: 523px;
  position: absolute;
  top: -188px;
  right: -148px;
  background: url(/local/templates/main/assets/css/../img/form.png);
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.camera-360-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 15px;
}
.camera-360-desc {
  font-size: 28px;
  line-height: 120%;
  color: #3c3c3c;
  margin-bottom: 41px;
}

.camera-360 .offers-tabs__caption {
  flex-direction: column;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 6px;
}
.camera-360 .offers {
  position: relative;
}
.camera-360-img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(56% + 29px);
}
.camera-360-img img {
  width: 100%;
}
.camera-360-title,
.camera-360-desc {
  width: 34%;
}
.camera-360 .offers-tabs__caption-wrap {
  width: calc(30% + 13px);
}
.camera-360 {
  margin-top: 100px;
}
.offers-tabs__caption li:hover {
  background: #141416;
  border-radius: 4px;
  color: #fff;
}

.whiteCircle {
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interactive-items {
  margin-top: 100px;
}
.interactive-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 25px;
}
.interactive-desc {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 46px;
}
.interactive-img img.imageTab {
  width: 100%;
}
.miniWhiteCircle_item {
  position: absolute;
  flex-direction: column;
  align-items: center;
}

.miniWhiteCircle {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url("/local/templates/main/assets/css/../img/int-mr.svg") 50% 48% !important;
  filter: drop-shadow(0px 2px 60px rgba(0, 0, 0, 0.1));
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  animation: pulse 2s infinite;
}
.miniWhiteCircle:hover {
  animation: unset;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.interactive-items .offers {
  position: relative;
}
.interactive-items .offers-tabs__caption-wrap {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
}
.interactive-items .offers-tabs__caption {
  padding: 6px;
  background: #fff;
  border-radius: 6px;
}
.interactive-items .offers-tabs__caption li {
  padding: 15px 80px;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
}

.miniWhiteCircle {
  position: relative;
}

.miniWhiteCircle_item:hover .descr {
  display: block;
  position: absolute;
  top: 35px;
  z-index: 9999;
  width: max-content;
}
.creditContainer-items {
  width: 100%;
  height: 433px;
  background-image: url(/local/templates/main/assets/css/../img/img-banner-car.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1720px;
  margin: 0 auto;
}
.creditContainer-items.creditHome {
  margin-top: 100px;
}
.creditContainer {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}
.creditContainer-items .container {
  position: relative;
  max-width: 1920px;
}
.cardCredit {
  position: absolute;
  width: 520px;
  right: 237px;
  top: -30px;
  display: flex;
  padding: 25px 40px;
  background: #141416;
  box-shadow: 0px 2px 60px rgb(0 0 0 / 15%);
  border-radius: 16px;
  flex-direction: column;
}

.cardCredit > .likeTitle {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 110%;
  text-transform: inherit;
  color: #ffffff;
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.cardCredit ul {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
.cardCredit li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 7px;
  padding-left: 29px;
  position: relative;
}
.cardCredit li:before {
  content: "—";
  height: 100%;
  position: absolute;
  left: 0px;
}
.cardCredit p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 12px;
}

.creditContainer .yellowBtn {
  margin-left: 0px;
  margin-right: 0;
  margin-bottom: 8px;
}
.creditContainer .yellowBtn:hover {
  box-sizing: border-box;
  outline: 2px solid #fff;
  background: #141416;
  color: #fff;
}
.beforeAfter_slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 91px;
}

.slider_right_list > li {
  list-style-type: none;
  font-size: 28px;
  line-height: 100%;
  color: #141416;
  margin-bottom: 14px;
}

.slider_right_list > li:before {
  content: "—  ";
  margin-right: 5px;
}

/* beforeAfter */

.ba-slider {
  margin-right: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.ba-slider img {
  height: auto;
  width: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  margin-left: -2px;
  background: #ffce00;
  cursor: ew-resize;
}

.handle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 49px;
  height: 49px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background-image: url(/local/templates/main/assets/css/../img/handle.svg);
  border-radius: 50%;
  cursor: pointer;

  right: -23px;
}

.draggable:after {
  width: 40px;
  height: 40px;
  background-image: url(/local/templates/main/assets/css/../img/handle.svg);
  background-size: 40px;
  right: -20px;

  line-height: 48px;
  font-size: 30px;
}

/* !beforeAfter */
.btnHeader {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.btnHeader .btnHeader-item {
  font-size: 16px;
  line-height: 120%;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 15px 25px;
  background: #f8f8f9;
  color: #141416;
  box-sizing: border-box;
  border-radius: 6px;
}

.btnHeader img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
/*model end*/

/*review model start*/
/* my */

/* tabs */

/* !tabs */
.wrapper {
  max-width: 100%;
}

/*  */

.testDrive {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #f8f8f9;
}

.form {
  display: inline;
}

.formInput {
  padding: 22px 48px 24px;
  background: #ffffff;
  border-radius: 6px;
  margin: 0px 16px;
}

.formInput::placeholder {
  margin: 0px 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}

.blackBtn {
  font-weight: bold;
  padding: 22px 48px 24px;
  background: #141416;
  border-radius: 6px;
  margin: 0px 16px;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
}

.agreement {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #141416;
}

.agreement a {
  color: #141416;
}

.testDrive img {
  margin-right: 0;
  width: 90%;
  height: 100%;
}

/*  */

.tabsHorizontal {
  display: flex;
  flex-direction: row;
}

.tabsImg {
  max-width: 965px;
  height: 490px;
  padding: 50px;
  margin: auto;
  border-radius: 16px;
}

.interactive-img {
  position: relative;
}

.addDescr {
  margin: auto;
}

.descr {
  max-width: 450px;
  display: none;
  margin-top: 17px;
  padding: 32px 40px;
  background: #ffce00;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
}

.comfort-text-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.comfort-items {
  margin-top: 113px;
}
.comfort-items img {
  width: 100%;
}
.comfort-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 25px;
}
.comfort-desc {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 40px;
}
.comfort-text-items .comfort-text-item {
  max-width: 50%;
  font-size: 18px;
  line-height: 140%;
  margin-top: 20px;
}
.comfort-text-items .comfort-text-item:first-child {
  padding-right: 30px;
}

.multimedia-items {
  margin-top: 79px;
}
.multimedia-items .offers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.multimedia-items .offers-tabs__caption-wrap {
  width: auto;
  margin-top: 16px;
  margin-bottom: 25px;
}
.multimedia-items .offers-tabs__caption {
  padding: 6px;
  background: #f8f8f9;
  border-radius: 6px;
}
.multimedia-tab-items {
  display: flex;
  flex-wrap: wrap;
}
.multimedia-tab-img {
  width: calc(60% + 20px);
  padding-right: 60px;
}

.multimedia-tab-text {
  width: calc(37% + 13px);
}
.multimedia-tab-img img {
  width: 100%;
}
.multimedia-tab-text p {
  margin-top: 0px;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
.multimedia-items .offers-tabs__caption li {
  position: relative;
}
.multimedia-items .offers-tabs__caption li {
  font-size: 14px;
  line-height: 120%;
  padding-left: 80px;
  padding-right: 48px;
}
.multimedia-items .CarPlay_tab:before {
  content: "";
  width: 27.46px;
  height: 24px;
  position: absolute;
  top: 11px;
  left: 40px;
  background: url(/local/templates/main/assets/css/../img/apple_tab.svg);
  background-size: 105%;
  transition: 0.2s;
}
.multimedia-items .Android_tab:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  left: 40px;
  background: url(/local/templates/main/assets/css/../img/android_tab.svg);
  background-size: 105%;
  transition: 0.2s;
}

.auto-sound-items {
  margin-top: 104px;
  overflow: hidden;
}

.auto-sound-container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 250px;
  z-index: 1;
}
.auto-sound-items {
  background: #000000;
}
.auto-sound-items.auto-sound-left {
  color: #ffffff;
}
.auto-sound-items .auto-sound-title {
  font-family: Inter-Black;
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 100%;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6),
    0px 0px 15px rgba(255, 255, 255, 0.45);
}
.auto-sound-left {
  width: 42%;
}
.auto-sound-desc {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  line-height: 100%;
  color: #ffffff;
}
.auto-sound-items .auto-sound-list {
  list-style: none;
  padding-left: 0;
  margin-top: 33px;
  margin-bottom: 0;
  padding-right: 40px;
}
.auto-sound-items .auto-sound-list li {
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 20px;
}
.auto-sound-container:before {
  content: "";
  width: 1197px;
  height: 665px;
  position: absolute;
  top: 0px;
  right: -95px;
  background: url(/local/templates/main/assets/css/../img/black.png);
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.auto-sound-container:after {
  content: "";
  width: 878px;
  height: 316px;
  position: absolute;
  bottom: -23px;
  left: -126px;
  background: url(/local/templates/main/assets/css/../img/Vector-line-sound.svg);
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs__nav_right {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.greenAndroid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 10px;
  border-radius: 6px;
  background: linear-gradient(
    180deg,
    #0bd319 0.01%,
    #18d722 22.01%,
    #86fc6f 99.99%
  );
}

.iconTab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contentAA {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.ul_contentAA {
  list-style: none;
}

.ul_contentAA li {
  font-size: 18px;
  line-height: 140%;
  color: #141416;
  margin: 10px;
}

.wrapRating {
  position: relative;
}

.rating {
  position: absolute;
  top: 42px;
  left: 35px;
}

.yellowBlack {
  margin: 0;
  max-width: 100%;
}

.yellowWrap {
  height: 200px;
  background: #ffce00;
}

.contBlack {
  margin-left: 30px;
}

.blackWrap {
  margin-top: -33px;
  padding: 0;
  max-width: 100%;
  background: #000000;
  padding-bottom: 60px;
}

.yellowImg {
  margin-top: -20px;
}

.yellowText {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}

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

.yellowButton {
  padding: 22px 48px 24px;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  margin: 12px 12px;
  background: #ffce00;
}

.yellowButton:hover {
  background: #000;
  color: #fff;
}

.personal {
  font-size: 12px;
  line-height: 130%;
  color: #ffffff;
}

.personal a {
  font-size: 12px;
  line-height: 130%;
  color: #ffffff;
}

.exterior-items {
  margin-top: 100px;
}
.exterior-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 24px;
}
.exterior-desc {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 38px;
}

.exterior-items .offers {
  position: relative;
}
.exterior-items .offers-tabs__caption-wrap {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
}
.exterior-items .offers-tabs__caption {
  padding: 6px;
  background: #fff;
  border-radius: 6px;
}
.exterior-items .offers-tabs__caption li {
  padding: 15px 80px;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
}

.exterior-tabs__caption-img {
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  flex-direction: column;
  position: absolute;
  top: 7px;
  right: 9px;
  z-index: 1;
  list-style: none;
  width: calc(14% + 7px);
}
.exterior-tabs__caption-img li {
  cursor: pointer;
  margin-bottom: 6px;
}
.exterior-tabs__caption-img li.active img {
  opacity: 0.3;
}
.exterior-tabs__caption-img li img {
  width: 100%;
}
.exterior-tabs__content-img img {
  width: 100%;
  border-radius: 12px;
}

.exterior-tabs__content-img {
  display: none;
}
.exterior-tabs__content-img span {
  position: absolute;
  bottom: 35px;
  left: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  width: 480px;
}

.review p {
  font-size: 28px;
  line-height: 100%;
  color: #3c3c3c;
}

.review3D {
  position: relative;
}

.arrows3D {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0px;
  right: 0;
  background: #f8f8f9;
  border-radius: 50%;
}

.arrows3D img {
  margin: 11px;
}

.menu-review-model {
  margin: 0;
  padding: 0;
  border-radius: 6px;
}

.menu-review-model a {
  padding: 17px 28px 17px;
  display: block;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #3c3c3c;
  text-decoration: none;
}

.menu-review-model ul {
  margin: 3px;
  padding: 0;
}

.menu-review-model ul {
  display: flex;
}

.menu-review-model ul li {
  list-style-type: none;
  flex-basis: auto;
  flex-grow: 1;
  background: #f8f8f9;
  text-align: center;
}

.menu-review-model ul li:hover {
  background: #141416;
}

.menu-review-model ul li:first-child {
  border-radius: 6px 0 0 6px;
}

.menu-review-model ul li:last-child {
  border-radius: 0 6px 6px 0;
}

.menu-review-model ul li a {
  padding-left: 16%;
  padding-right: 16%;
  padding-top: 17px;
  padding-bottom: 17px;

  text-decoration: none;
  color: #3c3c3c;
  display: block;
}

.menu-review-model a:hover {
  color: #fff;
}

.menu-review-model .menu-review-back {
  position: relative;
  border-radius: 6px 0 0 6px;
  background: #141416;
  color: #fff;
}
.menu-review-model .menu-review-back a {
  background: #141416;
  border-radius: 6px 0 0 6px;
  color: #fff;
}
.menu-review-model .menu-review-back span {
  position: absolute;
  left: 16%;
}

.safety-crossover-wrap {
  margin-top: 100px;
}
.safety-crossover-title {
  font-family: Inter-Black;
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 100%;
}
.safety-crossover-desc {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 6px;
}
.safety-crossover-items {
  display: flex;
  align-items: center;
}
.safety-crossover-titles {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
}
.safety-crossover-Text ul {
  margin-top: 0px;
  list-style: none;
  padding-left: 0;
}
.safety-crossover-Text ul li {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 140%;
}
.safety-crossover-items .wrapRating {
  width: 60%;
}
.safety-crossover-Text {
  width: 40%;
  padding-right: 36px;
}

.engine-items {
  display: flex;
  justify-content: space-between;
}
.engine-list li {
  font-weight: 300;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 28px;
}
.engine-wrap {
  margin-top: 50px;
}
.engine-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 25px;
}
.engine-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 45px;
}

.engine-items .offers-tabs__caption {
  padding: 6px;
  background: #f8f8f9;
  border-radius: 6px;
}
.engine-text {
     width: calc(56% - 8px);
}
.engine-img {
  width: 57%;
}
.engine-img img {
  width: 100%;
}

.engine-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 48px;
}
.engine-wrap .offers-tabs__caption {
  width: 100%;
}
.engine-wrap .offers-tabs__caption li {
  padding: 15px 27px;

  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
}

.engine-r-wrapper{
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.engine-r-wrapper .engine-list{
margin-top: 0px;
}
.engine-r{
   padding-left: 15px; 
   max-width: 350px;
}
.engine-r span{
    font-weight: 300;
font-size: 28px;
line-height: 100%;
   margin-bottom: 16px;
}
.engine-r .items-list li{
font-weight: 500;
font-size: 18px;
line-height: 140%;
margin-bottom: 16px;
}


.intelligent-system-items {
  display: flex;
}
.intelligent-system-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 66px;
}
.intelligent-system-text {
  font-size: 24px;
  line-height: 140%;
}
.intelligent-system-text p {
  margin-top: 0;
  margin-bottom: 37px;
}
.more-information {
  position: relative;
  background: #ffce00;
  padding: 0px;
  /* padding: 7px 0px; */
}
.more-information-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
.more-information-img {
  /* position: absolute;
  left: 0; */
  margin-right: 40px;
}
.more-information-btn .yellowButton {
  display: block;
  padding: 22px 110px 24px;
  margin: 16px 0px;
  text-align: center;
}
.more-information-title {
  font-family: Inter-Black;
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 16px;
}
.more-information-text {
  font-size: 16px;
  line-height: 130%;
  margin-right: 97px;
}
.more-information-items:before {
  content: "";
  width: 335px;
  height: 266px;
  position: absolute;
  top: -35px;
  left: -58px;
  background: url("/local/templates/main/assets/css/../img/Layer-2 1.png");
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.review-mode-form {
  margin-top: 0;
}

/*review model end*/

/*arhive model start*/
.bottom-seo-text p {
  font-size: 14px;
  line-height: 130%;
}
.auto-availability {
  background: #f8f8f9;
  padding: 80px 0px;
  /*padding:80px 106px;*/
}
.auto-availability .section-title {
  margin-bottom: 24px;
}
.auto-availability .section-subtitle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auto-availability .section-subtitle {
  font-family: "Inter-Regular";
  color: #3c3c3c;
  font-size: 28px;
  line-height: 100%;
}
.auto-availability__link {
  background: #fff;
  border: 1px solid #141416;
  border-radius: 6px;
  padding: 14px 24px;
  font-size: 14px;
  color: #141416;
  text-decoration: none;
  display: flex;
  height: 100%;
}
.auto-availability__link span {
  width: 20px;
  background: url(/local/templates/main/assets/css/../img/btn-arrow-right.svg) no-repeat;
  margin-left: 8px;
}
.auto-availability .buy-auto {
}
.card__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
.card__item {
  /*width: calc((100%) / 4 );*/
  margin-right: 16px;
  background: #ffffff;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
}
.card__item:last-child {
  margin-right: 0px;
}
.card__item img {
  height: 280px;
  object-fit: cover;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.card__img {
  height: 208px;
}
.card__item a {
  text-decoration: none;
}
.card__description {
  display: flex;
  flex-direction: column;
  padding: 22px 32px 24px 24px;
}
.card__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  flex-wrap:wrap;
}
.card__name {
  font-family: "Inter-Regular";
  background: #141416;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.card__subname {
  font-family: "Inter-Bold";
  font-size: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #141416;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-left: 12px;
}
.card__price-row {
  display: flex;
  margin-top: 16px;
}
.card__price {
  font-size: 18px;
  color: #141416;
  margin-right: 16px;
}
.card__credit {
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #a0a0a0;
}
.card__properties {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.card__properties-item {
  padding: 6px 16px 8px;
  background: #f8f8f9;
  border-radius: 4px;
  margin: 0px 4px 8px;
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #141416;
}
.card__properties-item.color-disc {
  display: flex;
  align-items: center;
  float: left;
}
.card__properties-item:first-child {
  padding: 6px 16px 0px;
  margin: 0px 4px 8px 0px;
}
.card__properties-item.color-disc {
  margin-bottom: 0px;
}
.properties__color--red {
  background: #ff4141;
  border-radius: 100px;
  margin-right: 8px;
  width: 15px;
  height: 15px;
}
.subscribe__block {
  height: 352px;
  background: #141414;
  position: relative;
  padding: 0px 128px;
}
.img-car {
  position: relative;
}
.img-car img {
  position: absolute;
  top: -91px;
  max-width: 602px;
  object-fit: contain;
}
.subscribe__block .subscribe__desc {
  position: absolute;
  height: 192px;
  left: 44%;
  top: 80px;
  width: 964px;
}
.subscribe__block .subscribe__button-block {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.subscribe__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 110%;
  color: #ffffff;
}
.subscribe__button-single {
  padding: 20px 46px 22px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: "Inter-Bold";
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  cursor: pointer;
}
.subscribe__button-single:hover {
  background: #ffce00;
  border: 2px solid #ffce00;
  color: #141414;
}
.subscribe__button-single:first-child {
  margin-right: 24px;
}
.card__block.owl-carousel .owl-nav button.owl-prev:before {
  content: url(/local/templates/main/assets/css/../img/left-arrow.svg);
}
.card__block.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
  left: -15px;
  background: #f8f8f9;
  border: 1px solid #ebebec;
  border-radius: 200px;
}
.card__block.owl-carousel .owl-nav button.owl-next:before {
  content: url(/local/templates/main/assets/css/../img/right-arrow.svg);
}
.card__block.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
  right: -15px;
  background: #f8f8f9;
  border: 1px solid #ebebec;
  border-radius: 200px;
}
.card__block.owl-theme .owl-dots {
  margin-top: 32px;
}
.card__block.owl-theme .owl-dots .owl-dot.active span {
  background: #141416;
  position: relative;
  padding: 5px;
}
.card__block.owl-theme .owl-dots .owl-dot.active span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #141416;
  border-radius: 50%;
}

.archive__page-banner {
  display: flex;
  flex-direction: row;
  margin-bottom: 64px;
  margin-top: 32px;
}
.banner__part-left {
  width: 50%;
  padding-top: 86px;
}
.part-left__title {
  font-family: "Inter-Bold";
  font-size: 40px;
  line-height: 110%;
  color: #141416;
  margin-bottom: 48px;
}

.banner__part-right {
  width: 50%;
  padding-left: 12px;
}
.banner__part-right img {
  max-width: 824px;
  max-height: 480px;
  width: 100%;
}
.part-left__subtitle {
  font-family: "Inter-Bold";
  font-size: 24px;
  color: #141416;
  display: block;
}
.part-left__subtitle a {
  color: #ffce00;
}
.part-left__subtitle a:hover {
  text-decoration: none;
}
.mt-16 {
  margin-top: 16px;
}
.mb-48 {
  margin-bottom: 48px;
}
.part-left__pdf-text {
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 140%;
  color: #141416;
}
.part-left__pdf-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 23px 13px 27px;
  width: 181px;
  margin-top: 16px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #141416;
  text-decoration: none;
}
.dwnlds_svg {
  display: none;
}
.part-left__pdf-btn:hover {
  background: #141416;
  color: #ffffff;
}
.part-left__pdf-btn:hover img.dwnld_svg {
  display: none;
}
.part-left__pdf-btn:hover img.dwnlds_svg {
  display: block;
}

.dwnld_svg {
  margin-left: 8px;
}
.dwnlds_svg {
  margin-left: 8px;
}
.breadcrumb__wrapper {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0px;
  margin: 24px auto 32px;
  flex-wrap: wrap;
}
.breadcrumb__item a {
  font-family: "Inter-Regular";
  font-size: 13px;
  line-height: 120%;
  color: #a0a0a0;
  text-decoration: none;
}
.breadcrumb__item:last-child a {
  color: #141416;
}
.breadcrumb__item:not(:first-child):before {
  padding: 8px;
  color: #a0a0a0;
  content: "—";
}

@media (max-width: 1700px) {
  .subscribe__block .subscribe__desc {
    width: 50%;
    left: 48%;
  }
  .subscribe__block {
    padding: 0px;
  }
  .auto-availability {
    padding: 80px 0px;
  }
}
@media (max-width: 1440px) {
  .banner__part-left {
    padding-top: 24px;
  }
  .part-left__subtitle {
    font-size: 22px;
  }
  .subscribe__block {
    padding: 0px;
  }
  .subscribe__title {
    font-size: 34px;
  }
  .subscribe__block .subscribe__desc {
    width: 50%;
    left: 50%;
  }
}
@media (max-width: 1280px) {
  .part-left__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .have-sub.pay-menu.active.active-item {
    background: #ffce00;
    border: none;
  }
  .fixed-mobile-menu-open {
    display: none;
  }

  .part-left__title {
    font-size: 36px;
  }
  .part-left__subtitle {
    font-size: 18px;
  }
  .subscribe__block {
    height: 300px;
  }
  .subscribe__block .subscribe__desc {
    top: 60px;
  }
  .subscribe__title {
    font-size: 26px;
  }
  .img-car img {
    width: 45%;
  }
  .subscribe__block .subscribe__desc {
    width: 50%;
    left: 46%;
  }
  .auto-availability .section-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1050px) {
  .more-information-text {
    margin-right: 35px;  
  }
  .part-left__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .banner__part-left {
    padding-top: 24px;
  }
  .part-left__subtitle {
    font-size: 16px;
  }
  .part-left__pdf-text {
    font-size: 15px;
  }
  .img-car img {
    top: -91px;
    max-width: 50%;
    height: unset;
  }
  .subscribe__block .subscribe__desc {
    top: 40px;
    width: 50%;
    left: 50%;
  }
  .subscribe__title {
    font-size: 22px;
  }
  .subscribe__button-single {
    padding: 16px 30px 18px;
    font-size: 16px;
  }
  .subscribe__block {
    height: 250px;
  }
  .part-left__subtitle.mb-48 {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .red_color_conf{
    color:#141416;
  }
  .part-left__title {
    font-size: 28px;
  }
  .part-left__pdf-text {
    font-size: 14px;
  }
  .subscribe__block .subscribe__desc {
    left: 46%;
    width: 50%;
    padding-left: 24px;
  }
  .auto-availability {
    padding: 80px 0px;
  }
  .auto-availability .section-subtitle-row {
    align-items: center;
  }
  .subscribe__button-single {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .banner__part-left {
    padding-top: 12px;
  }
  .part-left__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .part-left__subtitle {
    font-size: 14px;
  }
  .part-left__subtitle.mb-48 {
    margin-bottom: 18px;
  }
  .part-left__pdf-btn {
    padding: 10px;
  }
  .subscribe__button-single {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .subscribe__title {
    font-size: 18px;
  }
  .banner__part-left {
    padding-top: 0px;
  }
  .part-left__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .part-left__subtitle {
    font-size: 12px;
  }
  .part-left__subtitle.mt-16 {
    margin-top: 8px;
  }
  .subscribe__button-single {
    padding: 16px 18px 18px;
  }
  .subscribe__block {
    height: 200px;
  }
  .part-left__pdf-text {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .more-information-img {
    margin: 20px 0px;
    width: 100%;
  }
  .subscribe__title {
    font-size: 14px;
  }
  .part-left__title {
    font-size: 14px;
  }
  .subscribe__block .subscribe__button-block {
    margin-top: 20px;
  }
  .subscribe__button-single {
    padding: 12px 8px 12px;
    font-size: 10px;
  }
  .subscribe__block {
    height: 150px;
  }
  .auto-availability .section-subtitle-row {
    flex-wrap: wrap;
  }
  .auto-availability__link {
    margin-top: 25px;
  }
  .part-left__pdf-text {
    font-size: 10px;
  }
  .part-left__pdf-btn {
    font-size: 12px;
    width: 150px;
    padding: 5px;
  }
  .subscribe__block .subscribe__desc {
    top: 20px;
    left: 0%;
    width: 100%;
  }
  .img-car {
    display: none;
  }
}
@media (max-width: 450px) {
  .part-left__title {
    font-size: 24px;
  }
  .archive__page-banner {
    flex-direction: column;
  }
  .banner__part-left {
    margin-bottom: 40px;
  }
  .banner__part-left,
  .banner__part-right {
    width: 100%;
  }
  .subscribe__block .subscribe__desc {
    left: 0%;
    width: 100%;
  }
  .img-car {
    display: none;
  }
  .auto-availability .section-title {
    width: 345px;
  }
  .auto-availability .section-subtitle {
    font-size: 16px;
  }
}
/* arhive model end*/
/* options and prices start*/
.main_options {
  padding-top: 14px;
}
.options-right-column img {
  width: 100%;
}
.main_options .section-title {
  margin-bottom: 20px;
  margin-top: 0;
}
.options-left-column-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.options-left-column-content .options-left-column {
  width: 50%;
}
.options-left-column-content .options-right-column {
  width: 50%;
}

.options-left-column .options_price {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
}
.options_price_value {
  display: flex;
}
.options_price_value .bold {
  margin-right: 5px;
}
.options-left-column .options-detailed__btn {
  background: #ffce00;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  padding: 21px 48px;
  text-align: center;
  color: #141416;
  font-size: 18px;
  font-family: "Inter-Bold";
  margin-top: 25px;
}
.options-left-column .options-detailed__btn:hover {
  background: #141416;
  color: #fff;
}
.main_options
  .offers-tabs__content.active
  .car-options__item:nth-of-type(n + 9) {
  display: none;
}

.page-options-wrapper .offers-tabs__caption {
  width: 100%;
}

.page-options-wrapper .offers-tabs__caption li {
  text-align: center;
  width: calc((100% - 0px) / 6);
  padding: 15px 1px;
  background: #f8f8f9;
}
.page-options-wrapper .offers-tabs__caption li.active {
  background: #141416;
  border-radius: 4px;
  color: #fff;
}
.page-options-wrapper .offers-tabs__caption-wrap {
  margin-bottom: 0px;
}

.exterior-tabs__content-img.active {
  position: relative;
  display: block;
  animation-name: Appearance;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}

.offers-tabs__content.active {
  position: relative;
  animation-name: Appearance;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}

.page-options-wrapper .car-options__show {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  padding: 24px 0;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  margin: 32px 0;
  position: relative;
  cursor: pointer;
}
.page-options-wrapper .car-options__show:hover {
  background: #141416;
  border: 1px solid #141416;
  color: #fff;
}
.page-options-wrapper .car-options__show:after {
  content: url(/local/templates/main/assets/css/../img/icon=plus.svg);
  position: absolute;
  top: 23px;
  margin-left: 10px;
}
.page-options-wrapper .offers-tabs__content {
  display: flex;
  flex-direction: column;
}
.page-options-wrapper .car-options__flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-options-wrapper .car-options__flex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f8f9;
  padding-top: 15px;
  padding-bottom: 17px;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  word-break: break-word;
}
.page-options-wrapper .car-options__flex-item.car-options-6 {
  width: calc((100% - 0px) / 6);
}
.page-options-wrapper .car-options__flex-item.car-options-5 {
  width: calc((100% - 0px) / 5);
}
.page-options-wrapper .car-options__flex-item.car-options-4 {
  width: calc((100% - 0px) / 4);
}
.page-options-wrapper .car-options__flex-item.car-options-3 {
  width: calc((100% - 0px) / 3);
}
.page-options-wrapper .car-options__flex-item.car-options-2 {
  width: calc((100% - 0px) / 2);
}
.page-options-wrapper .car-options-1 {
  width: 100%;
}

.page-options-wrapper .car-options__item .car-options__name {
  padding-top: 32px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
}
.page-options-wrapper .car-options__item:first-child .car-options__name {
  font-family: Inter-Black;
  color: #141416;
}
.page-options-wrapper .car-options__item:first-child .car-options__flex-item {
  font-family: Inter-Black;
  color: #141416;
}
.page-options-wrapper .car-options__item:hover .car-options__name {
  font-weight: bold;
  color: #141416;
}
.page-options-wrapper .offers-tabs__content {
  display: none;
}
.page-options-wrapper .offers-tabs__content.active {
  display: flex;
}
.page-options-text {
  margin-top: 67px;
  margin-bottom: 100px;
}
.page-options-text p {
  margin-bottom: 1.25%;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .page-options-wrapper .car-options__flex-item {
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 120%;
  }
  .page-options-wrapper .car-options__item .car-options__name {
    padding-top: 29px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 120%;
  }
  .page-options-wrapper .car-options__show {
    padding: 21px 0;
    margin: 27px 0;
  }
}

@media (max-width: 600px) {
  .page-options-wrapper .offers-tabs__caption li {
    width: auto;
    padding: 15px 20px;
  }
  .page-options-wrapper .offers {
    padding-bottom: 20px;
  }
  .page-options-text {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .options-right-column {
    margin-top: 15px;
  }
}
/* options and prices end*/

/* mobile model + */
.intelligent-system-img {
  width: 50%;
}
.intelligent-system-text {
  width: 50%;
}
.intelligent-system-img img {
  width: 100%;
}
@media (max-width: 1700px) {
  .auto-sound-left {
    width: 70%;
  }

  .section-testdrive-wrap {
    padding-top: 169px;
  }
  .section-testdrive-wrap:before {
    content: "";
    position: absolute;
    top: -53px;
    right: unset;
    left: 10px;
    background-size: 400px;
    background-repeat: no-repeat;
  }
  .testdrive-form input[type="text"] {
    width: calc(37% - 0px);
  }

  .menu-review-model ul li a {
    padding-left: 0%;
    padding-right: 0%;
  }
  .menu-review-model .menu-review-back span {
    position: absolute;
    left: 5%;
  }
  .testdrive-form input[type="submit"] {
    width: calc(22% - 0px);
  }

  .exterior-tabs__caption-img {
    width: calc(17% + 12px);
  }
}

@media (max-width: 1440px) {
  .camera-360-img {
    width: calc(60% + 29px);
  }
  .miniWhiteCircle {
    width: 32px;
    height: 32px;
    position: unset;
    background: url(/local/templates/main/assets/css/../img/whiteCircle-item.svg) 50% 48% !important;
    border-radius: 50px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    animation: pulse 2s infinite;
    background-size: 27%;
  }
  .descr {
    margin-top: 5px;
    padding: 11px 5px;
    font-size: 15px;
  }

  .exterior-items .offers-tabs__caption li,
  .interactive-items .offers-tabs__caption li {
    padding: 12px 26px;
  }

  .exterior-items .offers-tabs__caption-wrap,
  .interactive-items .offers-tabs__caption-wrap {
    top: 5px;
  }

  .exterior-items .offers-tabs__caption,
  .interactive-items .offers-tabs__caption {
    padding: 3px;
  }

  .exterior-tabs__content-img span {
    font-size: 19px;
  }
}

@media (max-width: 1280px) {
  .camera-360-title,
  .camera-360-desc {
    width: 100%;
  }
  .camera-360-img {
    width: 100%;
  }

  .camera-360-img {
    position: unset;
  }

  .camera-360 .offers {
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .menu-review-model ul {
    display: flex;
    flex-direction: column;
  }
  .camera-360 .offers-tabs__caption-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .review-360-title {
    position: unset;
  }

  .cloudimage-360-view-360-icon {
    width: 100px !important;
    height: 100px !important;
    background-size: 100px !important;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
  .safety-crossover-items .wrapRating {
    width: 100%;
  }
  .rating {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    margin: 0 auto;
    display: block;
  }
  .more-information-text {
    margin-right: 0;
  }
  .more-information-btn .yellowButton {
    padding: 22px 60px 24px;
  }

  .section-testdrive-wrap {
    padding-top: 0px;
  }
  .menu-review-model ul li:hover {
    list-style-type: none;
    flex-basis: auto;
    flex-grow: 1;
    background: #f8f8f9;
    text-align: center;
  }
  .menu-review-model a:hover {
    color: #3c3c3c;
  }

  a.models__item__btns__more,
  a.models__item__btns__avto {
    opacity: 1;
  }

  .page-options-wrapper .car-options__item:hover .car-options__name {
    font-weight: 500;
    color: #a0a0a0;
  }

  .options-left-column-content .options-left-column {
    width: 100%;
  }
  .options-left-column-content .options-right-column {
    width: 100%;
  }

  .card-content_bottom .offers-carousel__item__text {
    padding: 0px 10px 48px;
    margin-bottom: 10px;
  }

  .card-content_bottom .offers-carousel__item__text {
    background: #f8f8f9;
  }
  .card-content_bottom .offers-carousel__item__text ul {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .card-content_bottom .card-right-column {
    background: unset;
    border: unset;
    border-radius: 6px;
    padding: 0px;
  }

  .click_tab_mobile {
    position: relative;

    padding: 15px;
    background: #f8f8f9;
    color: #000000;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
  }
  .click_tab_mobile.active {
    background: #141416;
    color: #fff;
  }

  .click_tab_mobile:after {
    content: url(/local/templates/main/assets/css/../img/arw1.svg);
    position: absolute;
    margin-left: 7px;
  }
  .click_tab_mobile.active:after {
    content: url(/local/templates/main/assets/css/../img/arw2.svg);
    position: absolute;
    margin-left: 7px;
  }

  .section-title {
    font-size: 24px;
  }

  .card-content_bottom {
    margin-top: 0px;
  }

  .card-right-column-mobile {
    display: block;
  }
  .main_card .slider-main-wrap .owl-carousel {
    padding-bottom: 40px;
  }
  .main_card .slider-main-nav .owl-next {
    margin-left: 20px;
  }
  .main_card .slider-main-nav .owl-prev {
    margin-right: 20px;
  }
  .model-archive-section .owl-item:first-child {
    width: 0;
    display: none;
  }
  .main_card .slider-main-nav .owl-dot.active {
    background: #000000;
  }
  .main_card .slider-main-nav .owl-dot {
    background: #000000;
  }
  .main_card .slider-main-nav .owl-prev,
  .main_card .slider-main-nav .owl-next {
    width: 27px;
    height: 27px;
  }
  .main_card .slider-main-nav .owl-prev,
  .main_card .nav-white .slider-main-nav .owl-prev {
    background: url(/local/templates/main/assets/css/../img/slider-arrow-left-white-card-bl.svg);
  }
  .main_card .slider-main-nav .owl-next,
  .main_card .nav-white .slider-main-nav .owl-next {
    background: url(/local/templates/main/assets/css/../img/slider-arrow-right-white-card-bl.svg);
  }
  .main_card .slider-main-nav-card {
    background: none;
  }
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
  .card-left-column .section-title {
    margin-bottom: 3px;
  }
  .main_card {
    padding-top: 0px;
  }
  .main_card .bread_crumbs ul.breadcrumb {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0px;
    overflow-x: scroll;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .card-detailed__btn {
    font-size: 13px;
  }
  .card-content .card-price {
    font-size: 18px;
  }
  .card-right-column-mobile {
    margin-bottom: 10px;
  }
  .card-detailed__btn {
    margin: 15px 0px;
  }
  .card-content .card-text {
    font-size: 12px;
  }
  .card-services.mobile-item {
    padding: 10px 0px;
  }
  .card-services.mobile-item li {
    font-size: 12px;
  }
  .card-content .card-info__items {
    font-size: 12px;
  }
  .price_gr {
    color: #a0a0a0;
  }

  .more-information-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-direction: column;
    padding: 10px 0;
  }

  .more-information-items:before {
    opacity: 0.4;
  }

  .safety-crossover-items {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .safety-crossover-Text {
    width: 100%;
    padding-right: 0px;
  }
  .auto-sound-left {
    width: 100%;
  }

  .engine-items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .engine-text {
    width: 100%;
  }
  .engine-img {
    width: 100%;
  }
  .intelligent-system-text {
    width: 100%;
  }

  .intelligent-system-img {
    width: 100%;
  }
  .intelligent-system-items {
    display: flex;
    flex-direction: column;
  }

  .auto-sound-items {
    margin-top: 50px;
  }
  .multimedia-items .offers-tabs__caption li {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .multimedia-items .CarPlay_tab:before {
    content: "";
    top: unset;
  }
  .multimedia-items .Android_tab:before {
    content: "";
    top: unset;
  }
  .multimedia-tab-text {
    width: 100%;
  }
  .multimedia-tab-img {
    width: 100%;
    padding-right: 0px;
  }
  .multimedia-items {
    margin-top: 49px;
  }
  .comfort-text-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }
  .comfort-text-items .comfort-text-item {
    max-width: 100%;
  }

  .comfort-items {
    margin-top: 53px;
  }
  .interactive-desc {
    margin-bottom: 26px;
  }

  .camera-360 .offers {
    padding-bottom: 0px;
  }
  .interactive-items {
    margin-top: 50px;
  }
  .exterior-items {
    margin-top: 50px;
  }
  .exterior-desc {
    margin-bottom: 28px;
  }
  .section-testdrive {
    margin-top: 42px;
  }
  .section-testdrive-wrap:before {
    content: unset;
    left: 0px;
  }
  .section-testdrive {
    padding: 50px 0;
  }

  .section-testdrive {
    margin-top: 22px;
  }
  .camera-360 {
    margin-top: 50px;
  }
  .exterior-title,
  .testdrive-form-title,
  .camera-360-title,
  .interactive-title,
  .comfort-title,
  .auto-sound-items .auto-sound-title,
  .safety-crossover-title,
  .engine-title,
  .intelligent-system-title,
  .more-information-title {
    font-size: 30px;
  }

  .exterior-tabs__content-img span {
    font-size: 16px;

    width: 300px;
  }
  .testdrive-form input[type="text"] {
    width: calc(100% - 0px);
    margin-bottom: 15px;
  }
  .testdrive-form input[type="submit"] {
    width: calc(100% - 0px);
  }

  .models__item:hover .models__item__img1 {
    display: block;
  }
  .models__item:hover .models__item__img2 {
    display: none;
  }
  .offers
    .offers-tabs__content:nth-child(2)
    .owl-carousel
    .owl-item:first-child {
    display: none;
  }
}

@media (max-width: 600px) {
  .miniWhiteCircle {
    width: 25px;
    height: 25px;
    background-size: 100px !important;
  }

  .exterior-items .offers-tabs__caption-wrap,
  .interactive-items .offers-tabs__caption-wrap {
    position: unset;
    z-index: 1;
    top: 16px;
    left: 16px;
    margin-bottom: 0;
    background: #f8f8f9;
  }
  .exterior-tabs__caption-img {
    width: calc(100% + 0px);
    flex-direction: row;

    position: unset;
    padding: 5px;
    margin: 0;
    background: #f8f8f9;
  }
  .exterior-tabs__caption-img li img {
    padding: 2px;
  }
  .exterior-items .offers-tabs__caption li,
  .interactive-items .offers-tabs__caption li {
    width: calc((100% - 0px) / 2);
    text-align: center;
  }

  .exterior-tabs__caption-img li {
    cursor: pointer;
    margin-bottom: 0px;
  }
}

@media (max-width: 450px) {
  .exterior-img {
    position: relative;
    padding-bottom: 55px;
  }
  .exterior-tabs__caption-wrap-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
  .exterior-tabs__content-img span {
    position: relative;
    bottom: 0px;
    left: 0px;
    color: #141416;
  }
}

/*  end mobile model  */

@media (max-width: 1700px) {
  .imageBanner {
    width: calc(50% - 41px);
  }
  .titleBanner h1 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .titleBanner {
    width: calc(50% + 22px);
  }

  .mainReview-left span:last-child {
    font-size: 18px;
  }
  .mainReview-left {
    margin-right: 24px;
    margin-bottom: 15px;
  }
  .mainReview-left span:first-child {
    font-size: 24px;
  }
  .mainReview-left span:first-child {
    font-size: 22px;
  }
  .mainBanner .mainBanner-wrap {
    margin-bottom: 15px;
  }
  .configurator-wrap .selectContainer {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .configurator-wrap .configurator-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 33px;
  }
  .selectContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .configurator-select {
    margin-bottom: 15px;
  }
  .selectContainer .video_review {
    margin-bottom: 15px;
  }
  .configurator-wrap .selectContainer {
    width: 100%;
  }
  .configurator-wrap .configurator-desc {
    margin-bottom: 15px;
  }

  .configurator-wrap .configurator-main-left {
    width: 100%;
  }
  .configurator-wrap .configurator-main {
    margin-bottom: 13px;
  }
  .configurator-banner-right-title {
    font-size: 23px;
  }
  ul.configurator-banner-list li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  ul.configurator-banner-list {
    width: 100%;
  }

  .conf-section .offers-conf__item {
    width: 33%;
    margin-right: 16px;
  }
  .conf-section .offers-tabs__caption-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .pleasure-title {
    display: flex;
    padding-top: 43px;
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .condWarranty {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-right: 15px;
    width: 33%;
    align-items: center;
  }

  .whiteCircle-item {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .configurator-wrap .configurator-title {
    font-size: 30px;
  }
  .beforeAfter_slider_title {
    font-size: 30px;
  }
  .pleasureTitle {
    font-size: 30px;
  }

  .creditContainer-items {
    height: auto !important;
  }
  .cardCredit {
    position: unset;
    width: 100%;
  }
  .creditContainer-items .container {
    padding: 0;
  }
  .cardCredit > .likeTitle {
    font-size: 30px;
    padding-right: 0;
  }
  .slider_right_list > li {
    font-size: 20px;
  }

  .cardCredit {
    left: unset;
    right: 20px;
  }
  .pleasureTitle {
    width: 100%;
  }
  .pleasureTitle {
    width: 100%;
    margin-bottom: 15px;
  }
  .pleasure-desc {
    margin-top: 26px;
    margin-bottom: 22px;
  }

  .beforeAfter_slider_title {
    padding-right: 0px;
  }

  .auto-availability {
    padding: 40px 0px;
  }

  .beforeAfter_slider_right {
    margin-top: 15px;
    padding-left: 0px;
  }

  .configurator-wrap {
    margin-top: 54px;
  }
  .btnHeader .btnHeader-item {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px 8px;
  }
  .conf-section .item-full {
    display: none;
  }

  .offers-conf__item__img {
    height: 200px;
  }

  .conf-section .offers-conf__item {
    width: 50%;
  }

  .beforeAfter_slider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 51px;
  }
  .beforeAfter_slider_item {
    width: 100%;
  }

  .configurator-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .configurator-banner-left {
    width: 100%;
  }

  .mainBanner .mainBanner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .configurator-banner-right {
    width: 100%;
    margin-top: 20px;
  }
  .imageBanner {
    width: 100%;
  }
  .conf-section {
    margin-top: 45px;
    padding-top: 26px;
    padding-bottom: 25px;
  }

  .titleBanner {
    width: 100%;
  }
  .mainReview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .request .card-services {
    margin-left: 0px;
    padding: 0;
  }
  .request .card-services {
    margin-bottom: 46px;
  }
}

@media (max-width: 600px) {
  .conf-section .offers-conf__item {
    margin-bottom: 20px;
  }

  .condWarranty {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .conf-section .section-title {
    margin-bottom: 15px;
  }

  .conf-section .offers-conf {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .warranty {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding-bottom: 17px;
  }
  .conf-section .offers-conf__item {
    width: 100%;
  }
}

.menu-mobile-wrap {
  margin-top: 18px;
}
.menu-mobile-wrap form {
  width: 100%;
}
.header-search-desktop_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
}
.header-search-desktop_form input.digi-instant-search {
  width: 100%;
  outline: none;
  height: 55px;
  font-size: 14px;
  line-height: 120%;
  color: #a0a0a0;
  padding-left: 15px;
  position: relative;
  border: unset;
  background: rgba(0, 0, 0, 0);
}
.header-search-desktop_form .bg-secondary {
  color: #a0a0a0;
  border-radius: 0 5px 5px 0;
  border: 0;
  padding: 8px 27px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  right: 90px;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.popup-search {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 5%);
}
.popup-search.active {
  display: flex;
}
.header-search-desktop_form.popup-search input.digi-instant-search {
  background: #fff;
  border-left: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
}
.header-search-desktop_form.popup-search .bg-secondary {
  background: #fff;
  border-right: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
  margin: 0;
  padding: 27px 27px;
}
header .menu-mobile-top.active-item {
  display: block;
}
.menu-mobile-top.active-item form {
  background: #fff;
}
.menu-mobile-wrap .configurator-select {
  display: none;
}
.menu-mobile-wrap.cars-menu-active .header-search-desktop_form {
  display: none;
}
.menu-mobile-wrap.cars-menu-active .configurator-select {
  display: block;
}
.menu-item-bk {
  display: none;
}

.menu-item-bk.bk-menu-active {
  display: block;
}
.bk-menu-active .header-search-desktop_form input.digi-instant-search {
  padding-left: 17px;
}
.header-search-desktop_form .bg-secondary:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(/local/templates/main/assets/css/../img/search-ico.svg) no-repeat !important;
  transition: 0.2s;
}

.header-menu__sub > .container.owners-container {
  justify-content: space-between;
}
.container.owners-container .submenu-btn {
  margin-bottom: 16px;
}
.owners-menu-item {
  display: flex;
  flex-direction: column;
}
.owners-menu-items {
  display: flex;
}
.owners-btn-wrap {
  display: flex;
  flex-direction: column;
}
.owners-menu-img {
  background-image: url(/local/templates/main/assets/css/../img/Rectangle568.jpg);
  width: 388px;
  height: 263px;
  position: relative;
  padding: 24px;
  border-radius: 6px;
  display: block;
}
.owners-menu-img-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  position: absolute;
  bottom: 16px;
  left: 24px;
  color: #ffffff;
}
.owners-menu-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
  margin-bottom: 14px;
}

.header-menu__sub__link {
  font-family: "Roboto", sans-serif;
}
.header-menu__sub__link {
  margin-right: 36px;
}
.owners-menu-wrap-r {
  margin-left: 0px;
}
.owners-menu-wrap-r .header-menu__sub__link {
  margin-right: 0px;
}
.submenu-btn {
  text-align: center;
}

.buyers-menu-items {
  display: flex;
}
.container.buyers-container {
  justify-content: space-between;
}
.buyers-menu-item {
  display: flex;
  flex-direction: column;
}
.buyers-menu-btn-item {
  display: flex;
  justify-content: space-between;
}
.buyers-menu-btn-item .submenu-btn {
  width: 231px;
  margin-bottom: 16px;
  margin-left: 13px;
}

.submenu-btn {
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}
.submenu-btn:hover {
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
}
.menu-list-bottom-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
  margin-top: 26px;
}
.menu-list-bottom-n {
  font-weight: 900;
  font-size: 18px;
  line-height: 120%;
  color: #141416;
}
.menu-list-bottom-adress {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #a0a0a0;
}
.menu-list-bottom-n:hover {
  color: #ffce00;
  text-decoration: none;
}
.menu-list-bottom-item-r {
  width: 133px;
  height: 64px;
  border-radius: 6px;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  background: #f8f8f9;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  justify-content: center;
}

/*  mobile menu + footer  */

@media (min-width: 1201px) {
  .header-logo-wrap-mobile {
    display: none;
  }
  .menu-list-bottom {
    display: none;
  }

  .burger {
    display: none;
  }
  .menu-mobile-top {
    display: none;
  }
}
@media (max-width: 1200px) {
  .miniWhiteCircle_item:hover .descr {
    top: 30px;
    width: auto;
  }

  .lvl-1.pay-menu {
    background: #f8f8f9;
    border-top: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
  }

  .menu-list-bottom-active {
    display: none;
  }
  .pay-menu .header-menu__sub a:not(:last-child) {
    margin-bottom: 30px;
  }
  .pay-menu-active {
    overflow: hidden;
  }
  .pay-menu-active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    top: 157px;
    background: #ffce00;
  }
  .pay-menu .header-menu__sub {
    padding: 0px;
    padding-bottom: 30px;
  }
  s .header-btns {
    flex-direction: row;
    order: 3;
    margin-top: 25px;
    width: 100%;
    justify-content: space-evenly;
  }

  .cars-menu__caption {
    display: none;
  }

  .header-search {
    display: none;
  }
  .header-menu__sub > .container {
    padding: 0;
  }

  .cars-menu__content a {
    width: 50%;
    text-align: center;
  }

  .header-menu .lvl-1.have-sub.active .header-menu__sub {
    position: unset;
    display: block;
  }
  .header-menu {
    top: 78px;
  }
  .lvl-1.active-item {
    display: none;
  }
  .lvl-1.active > a {
    display: none;
  }
  .lvl-1.active.active-item {
    display: block;
    width: 100%;
  }

  .menu-mobile-wrap {
    border-top: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    align-items: center;
    margin-bottom: 16px;
    z-index: 999;
  }
  .header-menu .lvl-1 {
    padding: 0 15px;
  }
  .menu-item-bk {
    border-right: 1px solid #ebebec;
    padding: 20px 20px 20px 47px;
    background: #f8f8f9;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
  }
  header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .header-menu-wrap nav {
    display: flex;
    flex-grow: 1;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .header-text-bold {
    font-size: 18px;
  }
  .header-text-logo-desc {
    font-size: 10px;
    line-height: 130%;
  }

  .header-logo-wrap {
    width: 100%;
  }
  .header-text-bold,
  .footer-text-bold {
    margin-bottom: 0px;
  }

  .menu-mobile-wrap .configurator-select {
    width: auto;
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;

    border: none;
  }
  .menu-mobile-wrap .configurator-select .dropbtn {
    border: none;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 14px;
    padding-right: 35px;
  }
  .menu-mobile-wrap .configurator-select .dropdown-content {
    border-left: 1px solid #ebebec;
    border-right: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
    background: #f8f8f9;
  }
  .menu-mobile-wrap .select__head::after {
    right: 16px;
  }

  .header-menu__sub.cars-menu > .container {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .header-menu__sub.cars-menu .submenu-btn {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 24px;
  }
  nav .header-menu {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), 2px 1px 2px rgba(0, 0, 0, 0.25);
    border: unset;
  }
  .fixed-none:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
  }

  body.fixed-none .header.fixed {
    position: unset !important;
  }
  .menu-mobile-wrap.bk-menu-active .header-search-desktop_form {
    background: #fff;
  }

  .header-menu__sub__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    margin-right: 15px;
    text-decoration: none;
    margin-bottom: 33px;
  }

  .header .header-info {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-menu__sub > .container.owners-container {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .owners-menu-items {
    display: flex;
    flex-direction: column;
  }
  .owners-menu-img {
    background-image: url(/local/templates/main/assets/css/../img/Rectangle568.jpg) no-repeat;
    width: 100%;
    height: 233px;
    padding: 24px;
    margin-bottom: 20px;
    justify-content: center;
    background-size: cover;
    background-position: center;
  }
  .owners-menu-title {
    font-size: 14px;
    line-height: 130%;
  }
  .owners-menu-wrap-r {
    border-top: 1px solid #ebebec;
    padding-top: 14px;
  }
  .owners-menu-item-t .header-menu__sub__link:last-child {
    margin-bottom: 22px;
    padding-top: 19px;
  }
  .buyers-menu-items {
    display: flex;
    flex-direction: column;
  }
  .buyers-menu-btn-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .buyers-menu-btn-item .submenu-btn {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
  }
}

/* footer mobile */

@media (max-width: 768px) {
  .footer-logo img {
    width: 32px;
  }
  .header-text-bold,
  .footer-text-bold {
    /*font-family: Open Sans-ExtraBold;
    font-weight: 800;
    font-size: 18px;*/
    font-family: Inter;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 0px;

    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .footer-text-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 130%;
    color: #a0a0a0;
  }
  .footer {
    padding: 22px 0;
  }
  .header-text-bold,
  .footer-text-bold {
    margin-bottom: 1px;
  }
  .footer-menu li:not(:last-child) {
    margin-bottom: 29px;
  }
  .footer-menu-caption {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
  }
  .footer-col {
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 25px;
  }

  .footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-col:nth-child(2),
  .footer-col:nth-child(3) {
    padding-bottom: 10px;
  }
  .footer-col:nth-child(2) .footer-menu,
  .footer-col:nth-child(3) .footer-menu {
    display: none;
  }
  .footer-col .footer-menu.active {
    display: block;
  }
  .footer-col {
    width: 100%;
    margin-bottom: 21px;
  }
  .footer-menu-caption {
    position: relative;
  }
  .footer-col:nth-child(2) .footer-menu-caption:after,
  .footer-col:nth-child(3) .footer-menu-caption:after {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 7px;
    margin-top: 3px;
    width: 15px;
    position: absolute;
    background: url(/local/templates/main/assets/css/../img/arrow-down.svg);
  }
  .footer-col:nth-child(2) .footer-menu-caption.active:after,
  .footer-col:nth-child(3) .footer-menu-caption.active:after {
    transform: rotate(180deg);
  }
  .footer-menu.active {
    margin-top: 34px;
    margin-bottom: 13px;
  }
  .footer-col.footer-info {
    width: 100%;
  }
  .footer-info__call {
    width: 100%;
  }
  .footer-info-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
  }
  .footer-info-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-info__socials {
    width: 232px;
    justify-content: space-between;
  }
  .footer-info__caption {
    font-size: 12px;
  }
  .footer-info__caption {
    margin-bottom: 0px;
  }
  .bottom-line {
    background: #3c3c3c;
    padding: 18px 0;
  }
  .bottom-line__left {
    width: 100%;
    margin-bottom: 26px;
  }
  .bottom-line__right a {
    display: block;
    margin-bottom: 12px;
  }
}

.plus-item-ico {
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/assets/css/../img/plus-item-ico.svg) no-repeat;
}
.minus-item-ico {
  width: 19px;
  height: 2px;
  margin: 10px 0px;
  background: url(/local/templates/main/assets/css/../img/minus-item-ico.svg) no-repeat;
}
.payment-form label.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  margin-top: -16px;
  margin-bottom: 16px;
}
#asd_subscribe_res {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

/*.configurator-banner-img img{
    display: none;
}
.configurator-banner-img img.active{
    display: block;
}*/
.configurator-banner-img img {
  display: block;
}
.select-configurator-form .select-item__white .white-car-color,
.select-configurator-form .select-item__blue .blue-car-color,
.select-configurator-form .select-item__red .red-car-color,
.select-configurator-form .select-item__grey .grey-car-color,
.select-configurator-form .select-item__silver .silver-car-color,
.select-configurator-form .select-item__brown .brown-car-color,
.select-configurator-form .select-item__black .black-car-color {
  display: block;
  animation-name: Appearance;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}
.select-configurator-form .select__item.is-checked {
  font-weight: 500;
  color: #a0a0a0;
}

.offers-tabs__text {
  display: none;
}
.offers-tabs__text.active {
  display: block;
  animation-name: Appearance;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}

.configurator_loader {
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* Второй  этап */

/*  Диагностика */

.pb-100 {
  padding-bottom: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.diagnostic-results__img {
  padding-top: 32px;
  width: 100%;
  max-width: 964px;
  display: flex;
  justify-content: end;
}
.diagnostic-results__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  padding-top: 87px;
  color: #141416;
  margin-bottom: 32px;
}
.diagnostic-results__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
}
.diagnostic-results__ul li {
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #141416;
  margin-bottom: 20px;
}
.diagnostic-results__ul li:last-child {
  margin-bottom: 0px;
}
.diagnostic-results__ul li:before {
  content: "—";
  margin-right: 12px;
}
.diagnostic-results__button {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  margin: 40px 0px 0px;
  display: block;
  padding: 22px 48px 24px;
  width: 348px;
  background: #ffce00;
  border-radius: 6px;
}
.diagnostic-results__button:hover {
  color: #fff;
  background: #141416;
  cursor: pointer;
}
.cases {
}
.cases__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #141416;
  margin-bottom: 32px;
}
.cases__wrapper,
.cases__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cases__item {
  padding: 20px 24px;
  background: #fff5cc;
  border-radius: 16px;
  width: 100%;
  margin-right: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #141416;
}
.cases__item ul {
  padding-left: 24px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cases__item p {
  margin: 0;
}
.cases__wrapper .cases__group:first-child {
  width: calc(34% - 24px);
}
.cases__wrapper .cases__group:last-child {
  width: calc(68% - 10px);
  justify-content: space-between;
}
.cases__wrapper .cases__group:last-child .cases__item {
  width: calc((100% - 16px) / 2);
  max-width: unset;
  margin-right: 0;
}
.cases__wrapper .cases__group:last-child .cases__item:nth-child(1),
.cases__wrapper .cases__group:last-child .cases__item:nth-child(2) {
  margin-bottom: 16px;
}
.case-title {
  margin-top: 0px;
}
.diagnostic-work {
}
.diagnostic-work__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.diagnostic-work__title-group {
  display: flex;
  flex-direction: column;
}
.diagnostic-work__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #141416;
  margin-bottom: 16px;
}
.diagnostic-work__subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #3c3c3c;
}
.diagnostic-work__btn {
  padding: 22px 48px 24px;
  background: #ffce00;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  width: 100%;
  max-width: 348px;
  height: 64px;
}
.diagnostic-work__btn:hover {
  color: #fff;
  background: #141416;
}
.diagnostic-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.diagnostic-group__item {
  margin-right: 16px;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 48px) / 4);
}
.diagnostic-group__item:last-child {
  margin-right: 0px;
}
.diagnostic-group__item:nth-child(4n) {
  margin-right: 0px;
}

.diagnostic-group__img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}
.diagnostic-group__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  align-items: center;
  color: #141416;
  margin-bottom: 12px;
}
.diagnostic-group__desc {
  padding: 24px;
}
.diagnostic-group__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #141416;
  margin-bottom: 16px;
}
.diagnostic-group__price {
}
.advantages--rose {
  background: rgba(255, 0, 0, 0.15);
}
.diagnostic-banner {
  display: flex;
  flex-direction: row;
}
.diagnostic-banner__left {
  padding-top: 58px;
  padding-right: 80px;
}
.diagnostic-banner__left-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #141416;
  margin-bottom: 32px;
}
.diagnostic-banner__left-subtitle {
  padding: 30px 48px 32px;
  border: 2px solid #ffce00;
  border-radius: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #141416;
  margin-bottom: 32px;
}

.diagnostic-banner__left-btn {
  padding: 22px 22px 24px;
  background: #ffce00;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  text-decoration: none;
  width: 100%;
  max-width: 348px;
  display: block;
  text-align: center;
}
.diagnostic-banner__left-btn:hover {
  color: #fff;
  background: #141416;
}
.diagnostic-banner__right {
}

.diagnostic-results__wrapper {
  display: flex;
  padding-bottom: 16px;
}
.diagnostic-results__img {
  padding-top: 32px;
  width: 100%;
  max-width: 964px;
  display: flex;
  justify-content: end;
}
.diagnostic-results__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  padding-top: 87px;
  color: #141416;
  margin-bottom: 32px;
}
.diagnostic-results__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
}
.diagnostic-results__ul li {
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #141416;
  margin-bottom: 20px;
}
.diagnostic-results__ul li:last-child {
  margin-bottom: 0px;
}

.diagnostic-results__button {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  margin: 40px 0px 0px;
  display: block;
  padding: 22px 48px 24px;
  width: 348px;
  background: #ffce00;
  border-radius: 6px;
}
.diagnostic-results__button:hover {
  color: #fff;
  background: #141416;
  cursor: pointer;
}

/* стили с архивной модели */
.breadcrumb__wrapper {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0px;
  margin: 24px auto 32px;
  flex-wrap: wrap;
}
.breadcrumb__item a {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #a0a0a0;
  text-decoration: none;
}
.breadcrumb__item:last-child a {
  color: #141416;
}
.breadcrumb__item:not(:first-child):before {
  padding: 8px;
  color: #a0a0a0;
  content: "—";
}
.diagnostic-work__btn_mob {
  display: none;
}
/*------------------*/
@media (max-width: 1700px) {
  .cases__wrapper .cases__group .cases__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .diagnostic-group {
    flex-wrap: wrap;
  }
  .diagnostic-group .diagnostic-group__item:nth-child(1),
  .diagnostic-group .diagnostic-group__item:nth-child(2) {
    margin-bottom: 16px;
  }
  .diagnostic-work__title {
    font-size: 36px;
  }
  .diagnostic-work__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .diagnostic-work__title {
    font-size: 32px;
  }
  .diagnostic-work__subtitle {
    font-size: 20px;
  }
  .diagnostic-banner__right,
  .diagnostic-banner__left {
    width: 50%;
  }
  .diagnostic-banner__right img {
    width: 100%;
  }
  .diagnostic-banner__left-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .diagnostic-results__img img {
    width: 100%;
    object-fit: contain;
  }
  .diagnostic-group {
    justify-content: center;
  }
  .diagnostic-work__title {
    font-size: 32px;
  }
  .diagnostic-work__subtitle {
    font-size: 24px;
  }
  .diagnostic-work__btn {
    padding: 22px 20px 24px;
    max-width: 300px;
    height: 64px;
  }
  .diagnostic-banner__left {
    padding-top: 16px;
  }
  .diagnostic-banner__left-title {
    font-size: 36px;
  }
  .diagnostic-banner__left-subtitle {
    font-size: 18px;
    padding: 24px 24px 26px;
  }
  .diagnostic-work .diagnostic-group {
    justify-content: space-between;
  }
}
@media (max-width: 1050px) {
  .diagnostic-work__title {
    font-size: 26px;
  }
  .diagnostic-work__subtitle {
    font-size: 16px;
  }
  .diagnostic-results__title {
    font-size: 36px;
  }
  .diagnostic-banner__left-subtitle {
    font-size: 15px;
    padding: 24px 24px 26px;
  }
  .cases__wrapper,
  .cases__group {
    flex-direction: column;
  }
  .cases__wrapper .cases__group:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .cases__wrapper .cases__group:last-child {
    width: 100%;
  }
  .cases__wrapper .cases__group:last-child .cases__item {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .diagnostic-work__title {
    font-size: 22px;
  }
  .diagnostic-work__subtitle {
    font-size: 18px;
  }
  .diagnostic-group__item {
    width: calc((100% - 64px) / 3);
  }
}
@media (max-width: 900px) {
  .diagnostic-work__title {
    font-size: 21px;
  }
  .diagnostic-work__subtitle {
    font-size: 15px;
  }
  .diagnostic-results__title {
    font-size: 30px;
  }
  .diagnostic-banner__left-title {
    font-size: 30px;
  }
  .diagnostic-banner__left-subtitle {
    padding: 18px 18px 18px;
  }
  .diagnostic-work__btn {
    padding: 22px 13px 24px;
    max-width: 270px;
    height: 64px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .diagnostic-work__btn_ds {
    display: none;
  }
  .diagnostic-work__btn_mob {
    display: block;
  }
  .diagnostic-group__item {
    margin-right: 16px;
  }
  .diagnostic-group .diagnostic-group__item:nth-child(2n) {
    margin-right: 0;
  }
  .diagnostic-group__item {
    width: calc((100% - 16px) / 2);
  }
  .diagnostic-banner__right,
  .diagnostic-banner__left {
    width: 100%;
    padding-right: 0;
  }
  .diagnostic-work__subtitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .diagnostic-results__ul {
    max-width: unset;
  }
  .diagnostic-banner__right img {
    width: 100%;
  }
  .diagnostic-group__img {
    width: 100%;
  }
  .diagnostic-group__item {
    margin-bottom: 32px;
  }
  .diagnostic-group__title {
    font-size: 18px;
  }
  .diagnostic-group .diagnostic-group__item:last-child {
    margin-bottom: 0;
  }
  .cases__wrapper .cases__group:first-child {
    width: 100%;
  }
  .diagnostic-results__wrapper,
  .cases__wrapper {
    flex-direction: column;
  }
  .diagnostic-banner {
    flex-direction: column-reverse;
  }
  .cases__wrapper .cases__group:first-child {
    justify-content: space-around;
  }
  .cases__wrapper .cases__group:last-child {
    width: 100%;
  }
  .cases__wrapper .cases__group .cases__item {
    margin-right: 0px;
  }
  .cases__wrapper .cases__group:last-child {
  }
  .cases__wrapper .cases__group:last-child .cases__item {
    width: 100%;
  }
  .diagnostic-results__img img {
    width: 100%;
  }
  .diagnostic-banner__left {
    padding-top: 58px;
    padding-right: 0px;
  }
  .diagnostic-banner__left-subtitle {
    font-size: 16px;
  }
  .diagnostic-results__title,
  .interested-user .interested-user-title,
  .diagnostic-work__title {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .diagnostic-banner__left-title {
    font-size: 24px;
  }
  .diagnostic-group__item {
    width: 100% !important;
    margin-right: 0;
  }
  .diagnostic-banner {
    flex-direction: column-reverse;
  }
  .diagnostic-work__title {
    font-size: 24px;
  }
  .diagnostic-banner__left-btn {
    margin-bottom: 32px;
  }
  .diagnostic-work__btn {
    padding: 22px 48px 24px;
    font-size: 18px;
    max-width: 348px;
  }
  .diagnostic-work__subtitle {
    margin-bottom: 32px;
  }
  .diagnostic-work__subtitle {
    font-size: 18px;
  }
}

/* selection */

.auto-availability {
  background: #f8f8f9;
  padding: 80px 0px;
  margin-top: 95px;
}
.auto-availability .section-title {
  margin-bottom: 4px;
}
.auto-availability .section-subtitle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auto-availability .section-subtitle {
  font-weight: 400;
  color: #3c3c3c;
  font-size: 28px;
  line-height: 100%;
}
.auto-availability__link {
  border: 1px solid #141416;
  border-radius: 6px;
  padding: 14px 24px;
  font-size: 14px;
  color: #141416;
  text-decoration: none;
  display: flex;
  height: 100%;
}

.interested-user .online-services {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

ul.renault-selection-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 33px;
}
ul.renault-selection-info li {
  padding-left: 29px;
  font-size: 18px;
  line-height: 140%;
  margin-top: 20px;
  position: relative;
}
ul.renault-selection-info li:before {
  content: "—";
  height: 100%;
  position: absolute;
  left: 0px;
}
.selection-detailed-btn-wrap {
  margin-top: 47px;
  display: flex;
  align-items: center;
}
.selection-detailed-btn-wrap {
  margin-top: 47px;
}
.selection-detailed-btn-wrap span {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-left: 28px;
  color: #3c3c3c;
}

.main_renault-selection {
  padding-top: 14px;
}
.renault-selection-left-column {
  width: calc(33% - 10px);
}
.renault-selection-right-column {
  width: 66%;
  position: relative;
}
.renault-selection-right-column img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.main_renault-selection .section-title {
  margin-bottom: 20px;
  margin-top: 0;
}

.renault-selection-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.renault-selection-left-column .renault-selection-description {
  font-size: 28px;
  line-height: 120%;
  color: #3c3c3c;
}
.renault-selection-left-column .renault-selection-detailed__btn {
  background: #ffce00;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  padding: 21px 48px;
  text-align: center;
  color: #141416;
  font-size: 18px;
  font-weight: 700;
}
.renault-selection-left-column .renault-selection-detailed__btn:hover {
  background: #fff5cc;
}
.renault-selection-left-column .renault-selection-detailed__btn:focus {
  background: #141416;
  color: #ffffff;
}
.mandatory-requirements-wrap {
  margin-top: 100px;
}
.mandatory-requirements-wrap .mandatory-requirements-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 17px;
}
.mandatory-requirements-wrap .mandatory-requirements-description {
  font-size: 28px;
  line-height: 120%;
  color: #3c3c3c;
  margin-bottom: 17px;
}
.mandatory-requirements-items {
  display: flex;
  flex-wrap: wrap;
}
.mandatory-requirements-item:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mandatory-requirements-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mandatory-requirements-item-wrap img {
  width: 100%;
}
.mandatory-requirements-item-wrap a {
  position: relative;
  font-size: 14px;
  line-height: 120%;
  color: #141416;
  padding-right: 15px;
  margin-top: 25px;
}
.mandatory-requirements-item-wrap a:hover {
  text-decoration: none;
}
.mandatory-requirements-item-wrap a:after {
  content: "";
  width: 12px;
  height: 13.33px;
  position: absolute;
  top: 3px;
  right: 0px;
  background: url(/local/templates/main/assets/css/../img/arrow-downrm.svg);
}

.mandatory-requirements-item {
  width: 50%;
}

ul.mandatory-requirements-list {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
ul.mandatory-requirements-list li {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
  position: relative;
  padding-left: 29px;
  padding: 10px 140px 10px 64px;
  display: flex;
  flex-direction: column;
}
ul.mandatory-requirements-list li:before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(/local/templates/main/assets/css/../img/check_mark.svg);
  position: absolute;
  left: 0px;
  top: 0px;
}

ul.mandatory-requirements-list li:nth-child(1) {
  margin-bottom: 39px;
}

ul.mandatory-requirements-list li:nth-child(2) {
  margin-bottom: 31px;
}
ul.mandatory-requirements-list li:nth-child(3) {
  margin-bottom: 19px;
}
ul.mandatory-requirements-list li:nth-child(3):before {
  content: "";
  top: 8px;
}
ul.mandatory-requirements-list li:nth-child(4):before {
  content: "";
  top: 7px;
}
ul.mandatory-requirements-list li span.mandatory-requirements-list-desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  margin-top: 7px;
}
a.mandatory-requirements-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding: 24px 48px;
  color: #141416;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}

a.mandatory-requirements-btn:hover {
  background: #f8f8f9;
}
a.mandatory-requirements-btn:focus {
  background: #f8f8f9;
  border: none;
}

.conditions-car-brands-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 16px;
}
.conditions-car-brands-wrap {
  margin-top: 60px;
}
.conditions-car-brands-wrap .conditions-car-brands-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.conditions-car-brands-text {
  max-width: unset;
  width: calc(50% - 9px);
}
.conditions-car-brands {
  display: flex;
  flex-wrap: wrap;
}
.conditions-car-brands-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #f8f8f9;
  border-radius: 6px;
  margin-right: 0px;
  margin-bottom: 16px;
  width: calc(124px - 0px);
  height: 124px;
}
.conditions-car-brands-text {
  font-size: 18px;
  line-height: 140%;
}
.benefits-program {
  margin-top: 85px;
}
.benefits-program .container {
  display: flex;
  align-items: center;
}
.benefits-program .benefits-program-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  margin-right: 100px;
}
.benefits-program .benefits-program-items {
  display: flex;
  flex-wrap: wrap;
}
.benefits-program .benefits-program-item {
  display: flex;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 40px;
  width: 39%;
  margin-right: 5%;
}
.benefits-program .benefits-program-item a {
  color: #141416;
  font-size: 24px;
  line-height: 100%;
}
.benefits-program .benefits-program-item a:hover {
  text-decoration: none;
}
.benefits-program .benefits-program-ico {
  margin-right: 16px;
}
.benefits-program .benefits-program-item:nth-child(3),
.benefits-program .benefits-program-item:nth-child(4) {
  margin-bottom: 0px;
}

.interested-user-top {
  margin-top: 46px;
}
.interested-user-top-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
ul.interested-user-top-list {
  padding-left: 23px;
  margin-top: 18px;
  margin-bottom: 18px;
}
ul.interested-user-top-list li {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 7px;
}
.interested-user {
  padding-bottom: 80px;
}
.interested-user .interested-user-wrap {
  margin-top: 88px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.interested-user-items {
  display: flex;
  width: calc(80% + 30px);
}
.interested-user .interested-user-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  width: calc(26% + 0px);
}
.interested-user-items a.interested-user-item {
  width: calc((100% - 0px) / 4);
  text-align: center;
  margin-left: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  text-decoration: none;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
}
.interested-user-items a.interested-user-item:after {
  content: "";
  width: 20px;
  background: url(/local/templates/main/assets/css/../img/btn-arrow-r.svg) no-repeat;
  margin-left: 12px;
  height: 14px;
  display: inline-flex;
  position: relative;
  top: 2px;
}

.interested-user-items a.interested-user-item:hover {
  background: #f8f8f9;
}

.interested-user-items a.interested-user-item:focus {
  background: #f8f8f9;
  border: none;
}

@media (max-width: 1700px) {
  .renault-selection-left-column {
    width: 50%;
  }
  .renault-selection-right-column {
    width: 50%;
    position: relative;
  }
  ul.mandatory-requirements-list li {
    padding: 10px 0px 10px 64px;
  }

  .benefits-program .benefits-program-item {
    margin-bottom: 40px;
    width: 45%;
    margin-right: 5%;
  }
  .benefits-program .benefits-program-item {
    font-size: 20px;
  }
  .benefits-program .benefits-program-item a {
    font-size: 20px;
  }
  .interested-user .interested-user-wrap {
    margin-top: 88px;
    margin-bottom: 100px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .interested-user .interested-user-title {
    width: 100%;
  }
  .interested-user-items {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 1640px) {
  .conditions-car-brands-item {
    width: calc(123px - 0px);
    height: 123px;
  }
}

@media (max-width: 1600px) {
  .conditions-car-brands-item {
    width: calc(119px - 0px);
    height: 119px;
  }
}

@media (max-width: 1560px) {
  .conditions-car-brands-wrap .conditions-car-brands-items {
    justify-content: unset;
  }
  .conditions-car-brands-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f8f8f9;
    border-radius: 6px;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 124px;
    height: 124px;
  }
  .conditions-car-brands-text {
    width: 100%;
  }
}

@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
}
@media (max-width: 1200px) {
  .benefits-program .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .benefits-program .benefits-program-items {
    margin-top: 35px;
  }
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
  .renault-selection-left-column {
    width: 100%;
  }
  .renault-selection-right-column {
    width: 100%;
    position: relative;
  }
  .renault-selection-right-column img {
    width: 100%;
    position: unset;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .mandatory-requirements-wrap .mandatory-requirements-title,
  .benefits-program .benefits-program-title,
  .conditions-car-brands-title,
  .interested-user .interested-user-title {
    font-size: 24px;
  }
  .renault-selection-right-column .renault-selection-mobile-img {
    display: block !important;
  }
  .renault-selection-right-column .renault-selection-desktop-img {
    display: none;
  }
  .mandatory-requirements-wrap {
    margin-top: 50px;
  }

  .mandatory-requirements-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .mandatory-requirements-item {
    width: 100%;
  }
  .interested-user-items a.interested-user-item {
    width: 200px;
    margin-bottom: 16px;
  }

  .interested-user-items {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .benefits-program .benefits-program-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .benefits-program .benefits-program-item {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
  .benefits-program .benefits-program-item:nth-child(3),
  .benefits-program .benefits-program-item:nth-child(4) {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .conditions-car-brands-item {
    width: 99px;
    height: 99px;
  }

  .interested-user-items a.interested-user-item {
    width: 100%;
    margin-left: 0px;
  }
  .selection-detailed-btn-wrap {
    margin-top: 47px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .renault-selection-left-column .renault-selection-detailed__btn {
    margin-bottom: 15px;
  }
  .selection-detailed-btn-wrap span {
    margin-left: 0px;
  }
}

/* Автомобили с пробегом в наличии */

.used_card .section-title {
  margin-top: 0px;
  margin-bottom: 12px;
}
.only-car-filters .bx-filter-param-text {
  position: relative;
  padding-right: 27px;
}
.only-car-filters .bx-filter-param-text:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  right: 0px;
  background: url(/local/templates/main/assets/css/../img/Attention-ico.svg);
}

.bx-filter-toggle .bx-filter-block {
  display: none;
}

.bx-filter-toggle .new-filters__block-item--title-toggle {
  position: relative;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
  cursor: pointer;
}
.bx-filter-toggle .new-filters__block-item--title-toggle:after {
  content: url(/local/templates/main/assets/css/../img/arrow-filtr.svg);
  position: absolute;
  right: 22px;
  margin-left: 7px;
}
.bx-filter-toggle .new-filters__block-item--title-toggle.active {
  margin-bottom: 11px;
}
.bx-filter-toggle .new-filters__block-item--title-toggle.active:after {
  transform: rotate(180deg);
}

.bx-filter-toggle .new-filters__block-item--title-toggle {
  background: #fff;
  padding-left: 27px;
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
}

body .slider_bar_input_wrapper.slider-range input {
  border: 1px solid #141416;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
body #slider-year-production .ui-state-default,
body
  #slider-year-production
  .ui-widget-content
  #slider-year-production
  .ui-state-default,
body #slider-year-production .ui-widget-header .ui-state-default {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
}
body #slider-year-production .ui-widget-header {
  background: #ebebec;
  border: 0;
}
body #slider-year-production.ui-widget-content {
  background: #fff;
}

.slider_bar_input_range input {
  color: #a0a0a0;
}
body .ui-widget-content {
  width: 92%;
  left: 10px;
}

body #slider-mileage .ui-state-default,
body #slider-mileage .ui-widget-content #slider-mileage .ui-state-default,
body #slider-mileage .ui-widget-header .ui-state-default {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
}
body #slider-mileage .ui-widget-header {
  background: #ebebec;
  border: 0;
}
body #slider-mileage.ui-widget-content {
  background: #fff;
}

.slider_bar_input_mileage input {
  color: #a0a0a0;
}

.used_card .sort_panel_wpap {
  display: flex;
}
.used_card .select-css {
  height: 48px;
  margin-bottom: 12px;
}
.used_card .select-css-wrap {
  display: flex;
  align-items: flex-end;
}
.sort_panel {
  margin-left: 18px;
  padding-right: 20px;
}

.catalog-item-card-img {
  position: relative;
}
.catalog-item-card-img .catalog-item-nameplate {
  display: flex;
  position: absolute;
  right: 0;
  color: #141416;
  padding: 10px 16px;
  font-size: 12px;
  background: #ffce00;
  border-radius: 0px 12px;
  flex-direction: column;
}

@media (max-width: 1700px) {
}
@media (max-width: 1440px) {
  .used_card .sort_panel_wpap {
    display: flex;
    flex-direction: column;

    flex-direction: column-reverse;
  }
  .used_card .select-css-wrap {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}

/* карточка автомомбили с пробегом */

.top-slide .item img {
  border-radius: 6px;
}
.after-slide-wrap .owl-prev,
.after-slide-wrap .owl-next {
  border: unset;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.after-slide-wrap .owl-prev {
  background: url(/local/templates/main/assets/css/../img/slider/Slidenext.svg);
}
.after-slide-wrap .owl-next {
  background: url(/local/templates/main/assets/css/../img/slider/Slideprev.svg);
  margin-left: 5px;
}

.after-slide-wraps {
  margin: 0 6px;
}

.after-slide-wrap {
  display: flex;
  position: absolute;

  bottom: 5px;
  z-index: 1;
  left: 0;
  width: 785px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.after-slide-wrap .after-slide-wraps{
  width: 685px;
}

.owl-prev > span, .owl-next > span {
  font-size: 0;
}
.slider-top-cards {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
}
.slider-top-cards .owl-prev {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}
.slider-top-cards .owl-next {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
}
.after-slide-wrap .img {
  width: 127px;
  height: 72px;
  background-size: cover !important;
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 6px;
}
/*.after-slide-wraps .owl-item {
  width: 127px !important;
  height: 72px !important;
}*/
.after-slide-wrap .img + .img {
  margin-left: 1px;
}
.after-slide-wrap .current .img {
  position: relative;
}

.after-slide-wrap .current .img:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 151;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 0.16352207386860995) 0%,
    rgba(0, 0, 0, 0.6) 0%
  );
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.used_card .card-content_bottom .offers-tabs__caption-wrap li {
  width: calc((100% - 0px) / 2);
  text-align: center;
  background: ;
}
.used_card .card-content_bottom .offers-tabs__caption-wrap li.active:hover {
  background: #141416;
  border-radius: 4px;
  color: #fff;
}
.used_card .card-content_bottom .offers-tabs__caption-wrap li:hover {
  background: #fff5cc;
}

.used-tabs-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.used-tabs-item {
  width: calc((100% - 120px) / 3);
}
.used-tabs-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}
.used_card .card-content_bottom .offers-carousel__item__text ul.used-tabs-list {
  list-style: disc;
  margin: 10px 0;
  padding-left: 20px;
}
.used_card
  .card-content_bottom
  .offers-carousel__item__text
  ul.used-tabs-list
  li {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.used-tabs-text {
  margin-bottom: 30px;
}
.used-tabs-text:last-child {
  margin-bottom: 13px;
}
.used_card .card-content_bottom .offers-carousel__item__text {
  padding: 0 18px 0px;
}

.card-used-content_bottom-wrap {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;
}
.card-used-content-wrap {
  width: calc((100% - 48px) / 2);
  background: #f8f8f9;
  border: 1px solid #ebebec;
  border-radius: 6px;
}
.card-used-content-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ebebec;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 120%;
}
.card-used-content-items:last-child {
  border: none;
}
.h1-title-full {
  font-weight: 900;
  font-size: 40px;
}
.card-used-content_bottom-title {
  margin-bottom: 35px;
}

.card-used-content_bottom {
  margin-top: 33px;
}

@media (max-width: 1700px) {
  .after-slide-wrap .img {
    width: 117px;
    height: 62px;
  }
  .after-slide-wrap .after-slide-wraps{
    width: 644px;
  }
  .after-slide-wrap {
    width: 745px;
  }
}
@media (max-width: 1440px) {
  .after-slide-wrap .img {
    width: 87px;
    height: 52px;
  }
  .after-slide-wrap .after-slide-wraps{
    width: 494px;
  }
  .after-slide-wrap {
    width: 595px;
  }
  .used-tabs-item {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 1280px) {
  .after-slide-wrap .img {
    width: 42px;
    height: 32px;
  }
  .after-slide-wrap .after-slide-wraps{
    width: 269px;
  }
  .after-slide-wrap {
    width: 379px;
  }
}
@media (max-width: 1200px) {
  .card-used-content-wrap {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
  .after-slide-wrap .img {
    width: 117px;
    height: 62px;
  }
}
@media (max-width: 768px) {
  .h1-title-full {
    font-size: 24px;
  }
  .card-used-content-wrap {
    width: 100%;
  }
  .card-used-content-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 10px 14px;
    flex-direction: column;
    align-items: center;
  }
  .slider-main-nav-mob {
    display: flex;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .slider-main-nav-card-mob {
    display: flex;
    padding: 10px 64px;
  }
  .slider-main-nav-card-mob .owl-carousel {
    padding-bottom: 40px;
  }
  .slider-main-nav-card-mob .owl-next {
    margin-left: 20px;
  }
  .slider-main-nav-card-mob .owl-prev {
    margin-right: 20px;
  }

  .slider-main-nav-card-mob .owl-prev,
  .slider-main-nav-card-mob .owl-next {
    width: 27px;
    height: 27px;
    border: unset;
  }
  .slider-main-nav-card-mob .owl-prev {
    background: url(/local/templates/main/assets/css/../img/slider-arrow-left-white-card-bl.svg);
  }
  .slider-main-nav-card-mob .owl-next {
    background: url(/local/templates/main/assets/css/../img/slider-arrow-right-white-card-bl.svg);
  }
  .slider-main-dots-mob {
    display: flex;
    align-items: center;
  }

  .slider-main-dots-mob .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #000000;
    border: none;
  }
  .slider-main-dots-mob .owl-dot:not(:last-child) {
    margin-right: 12px;
  }
  .slider-main-dots-mob .owl-dot,
  .slider-main-dots-mob .owl-dot span {
    padding: 0px;
    box-sizing: border-box;
  }

  .auto-availability {
    padding: 40px 0px;
    margin-top: 0px;
  }

  .slider-main-dots-mob .owl-dot.active {
    border-radius: 100%;
    box-shadow: none;
    width: 22px;
    height: 22px;
    background: #000000;
    border: none;
  }

  .slider-main-dots-mob .owl-dot.active::before {
    border-top-color: #292d32;
    border-right-color: #292d32;
    border-bottom-color: #292d32;
    transition: border-top-color 0.15s linear,
      border-right-color 0.15s linear 0.1s,
      border-bottom-color 0.15s linear 0.2s;
  }
  .slider-main-dots-mob .owl-dot.active::after {
    border-top: 2px solid #292d32;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s,
      -webkit-transform 0.4s linear 0s;
  }
}
@media (max-width: 600px) {
}
.mobile-show {
  display: none;
}
@media (max-width: 450px) {
  .used-tabs-item {
    width: 100%;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .banner-br {
    margin-top: 15px; 
  }
}

/* запчасти для оптовиков */

.h1-title {
  font-weight: 900;
  font-size: 40px;
}
.banner-align-items-center-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-align-items-center-item {
  width: 50%;
}
.banner-align-items-center-item:last-child {
  width: 30%;
}
.banner-align-items-center-item img {
  width: 100%;
  border-radius: 15px;
}
.banner-align-items-center-title {
  font-size: 40px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 23px;
}
.banner-align-items-center-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 25px;
}
ul.banner-align-items-center-list {
  list-style: none;
}
.items-list {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
}
.items-list li {
  position: relative;
  padding-left: 29px;
}
ul.items-list li:before {
  content: "—";
  height: 100%;
  position: absolute;
  left: 0px;
}
.banner-align-items-center-list {
  margin-top: 10px;
  margin-bottom: 0px;
}
.banner-align-items-center-list li {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.banner-align-items-center-list li:last-child {
  margin-bottom: 0px;
}

.cooperation-wrap .container {
  max-width: 1305px;
}
.cooperation-wrap {
  background: #fff5cc;
  padding-top: 58px;
  padding-bottom: 64px;
}
.cooperation-title {
}
.cooperation-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
}
.cooperation-item {
  display: flex;
  flex-wrap: wrap;
  margin-right: 80px;
}
.cooperation-item:last-child {
  margin-right: 0;
}
.cooperation-item-title {
  margin-left: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.page-parts-wholesale .benefits-program .benefits-program-title {
  margin-right: 0px;
  margin-bottom: 15px;
}
.benefits-program-title-items {
  width: 44%;
}
.page-parts-wholesale .benefits-program .benefits-program-items {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding-left: 87px;
}
.page-parts-wholesale .benefits-program .benefits-program-item {
  width: calc(50% - 60px);
  margin-right: 4%;
  align-items: center;
}
.page-parts-wholesale .benefits-program .benefits-program-item:nth-child(3),
.page-parts-wholesale .benefits-program .benefits-program-item:nth-child(4) {
  margin-bottom: 40px;
}
.page-parts-wholesale .benefits-program .benefits-program-item:nth-child(5),
.page-parts-wholesale .benefits-program .benefits-program-item:nth-child(6) {
  margin-bottom: 0px;
}
.benefits-program-desc {
  font-size: 28px;
  line-height: 120%;
}

.spare-parts-items {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1245px;
  margin: 0 auto;
  padding: 43px 0px;
}
.spare-parts-form {
  position: absolute;
  right: 0;
}
.spare-parts-form-wrap {
  background: #141416;
  margin-top: 98px;
}
.spare-parts-banner__text,
.spare-parts-form {
  color: #ffffff;
}
.spare-parts-banner__text {
  width: 400px;
}
.spare-parts-banner__title {
  line-height: 110%;
  margin-bottom: 24px;
}
.spare-parts-banner__text p {
  font-weight: 900;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}
.spare-parts-banner__text ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.spare-parts-banner__text ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 12px;
}
.spare-parts-banner__text ul li:last-child {
  margin-bottom: 0;
}
.spare-parts-form {
  width: 544px;
  background: #ffce00;
  box-shadow: 0px 2px 60px rgba(255, 206, 0, 0.3);
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
}
.spare-parts-form input[type="text"] {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 16px;
}
.spare-parts-form input[type="submit"] {
  border: unset;
  width: 100%;
  background: #141416;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
}
.spare-parts-form input[type="submit"]:hover {
  background: #fff5cc;
  color: #141416;
}
.spare-parts-form input[type="submit"]:hover:focus {
  background: #ffce00;
  color: #141416;
}
.spare-parts-form input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.spare-parts-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.spare-parts-form input[type="text"]::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.spare-parts-form input[type="text"]:-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.spare-parts-form input[type="text"]:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}

.spare-parts-form .subscribe-form__caption {
  color: #141416;
}
.spare-parts-form .subscribe-form__caption a:hover {
  text-decoration: none;
}

.manager-wrap {
  margin-top: 100px;
}
.manager-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.manager-item {
}
.manager-item:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(38% - 90px);
  margin-right: 155px;
}
.manager-item:last-child {
  display: flex;
  flex-direction: column;
  width: calc(43% - 90px);
  margin-bottom: 133px;
}
.manager-text-wrap {
  display: flex;
  flex-direction: column;
}
.manager-item:first-child img {
  width: 100%;
}
.manager-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 7px;
}
.manager-name-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  max-width: 400px;
  text-align: center;
}
.manager-wrap .manager-title {
  line-height: 100%;
}
.manager-text-wrap {
  width: max-content;
  padding: 32px;
  background: #fff5cc;
  border-radius: 16px;
  margin-top: 46px;
}
.manager-text-wrap a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #141416;
  text-decoration: none;
}
.manager-text-wrap a span:first-child {
  margin-right: 7px;
  display: flex;
}
.manager-text-wrap a {
  margin-bottom: 34px;
}
.manager-text-wrap a:last-child {
  margin-bottom: 0px;
}

.page-parts-wholesale .interested-user-top {
  margin-top: 96px;
  margin-bottom: 100px;
}
.page-parts-wholesale .interested-user-top-title {
  margin-bottom: 18px;
}

/* Запчасти */

.h1-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
}
.banner-align-items-center-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-align-items-center-item {
  width: 50%;
}
.banner-align-items-center-item:last-child {
  width: 30%;
}
.banner-align-items-center-item img {
  width: 100%;
}
.banner-align-items-center-title {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 23px;
}
.banner-align-items-center-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 25px;
}
ul.banner-align-items-center-list {
  list-style: none;
}
.items-list {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.items-list li {
  position: relative;
  padding-left: 29px;
}
ul.items-list li:before {
  content: "—";
  height: 100%;
  position: absolute;
  left: 0px;
}
.banner-align-items-center-list {
  margin-top: 10px;
  margin-bottom: 0px;
}
.banner-align-items-center-list li {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.banner-align-items-center-list li:last-child {
  margin-bottom: 0px;
}
.banner-align-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  background: #ffce00;
  border-radius: 6px;
  padding: 22px 48px;
  margin-top: 32px;
  text-decoration: none;
  color: #141416;
}

.banner-align-items-bt-wrap {
  margin-top: 76px;
}
.banner-align-bt-items {
  display: flex;
  flex-wrap: wrap;
}
.banner-align-bt-item:first-child {
  width: 57%;
}
.banner-align-bt-item:last-child {
  width: 41%;
}
.banner-align-bt-item:last-child img {
  width: 100%;
}
.banner-align-items-bt-title {
  line-height: 100%;
  margin-bottom: 48px;
}
.banner-align-bt-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.banner-align-bt-item ul li {
  margin-bottom: 0px;
  margin-bottom: 40px;
  padding-left: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.banner-align-bt-item ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  background: #ffce00;
}
.banner-align-bt-item ul li:last-child {
  margin-bottom: 0;
}
.banner-align-bt-item ul li span:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 4px;
}
.banner-align-bt-item ul li span:last-child {
  font-size: 18px;
  line-height: 120%;
}

.spare-parts-items {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1245px;
  margin: 0 auto;
  padding: 43px 0px;
}
.spare-parts-form {
  position: absolute;
  right: 0;
}
.spare-parts-form-wrap {
  background: #141416;
  margin-top: 52px;
}
.spare-parts-banner__text,
.spare-parts-form {
  color: #ffffff;
}
.spare-parts-banner__text {
  width: 400px;
}
.spare-parts-banner__title {
  line-height: 110%;
  margin-bottom: 24px;
}
.spare-parts-banner__text p {
  font-weight: 900;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}
.spare-parts-banner__text ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.spare-parts-banner__text ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 12px;
}
.spare-parts-banner__text ul li:last-child {
  margin-bottom: 0;
}
.spare-parts-form {
  width: 544px;
  background: #ffce00;
  box-shadow: 0px 2px 60px rgba(255, 206, 0, 0.3);
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
}
.spare-parts-form input[type="text"] {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 16px;
}
.spare-parts-form input[type="submit"] {
  border: unset;
  width: 100%;
  background: #141416;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
}
.spare-parts-form input[type="submit"]:hover {
  background: #fff5cc;
  color: #141416;
}
.spare-parts-form input[type="submit"]:hover:focus {
  background: #ffce00;
  color: #141416;
}
.spare-parts-form input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.spare-parts-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.spare-parts-form input[type="text"]::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.spare-parts-form input[type="text"]:-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.spare-parts-form input[type="text"]:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}

.spare-parts-form .subscribe-form__caption {
  color: #141416;
}
.spare-parts-form .subscribe-form__caption a:hover {
  text-decoration: none;
}

.spare-parts-ctalog-wrap {
  padding-top: 64px;
  padding-bottom: 120px;
  background: #f8f8f9;
  margin-top: 130px;
  margin-bottom: 0px;
}

.spare-parts-form-top {
  margin-top: 0;
}

.spare-parts-ctalog-title {
  line-height: 100%;
  margin-bottom: 16px;
}
.spare-parts-ctalog-desc {
  font-size: 28px;
  line-height: 120%;
}
.spare-parts-ctalog-item img {
  width: 100%;
  border-radius: 16px;
}
.spare-parts-ctalog-items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zapchasti-wrap {
  justify-content: flex-start;
}
.zapchasti-wrap .spare-parts-ctalog-item {
  margin-right: 16px;
}
.zapchasti-wrap .spare-parts-ctalog-item:nth-child(4n) {
  margin-right: 0px;
}
.spare-parts-ctalog-item {
  width: calc((100% - 50px) / 4);
  background: #ffffff;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  margin-bottom: 19px;
  display: flex;
  text-decoration: none;
}
.spare-parts-ctalog-item>a{
	display: flex;
}
.spare-parts-ctalog-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #141416;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 0 16px 0 16px;
}
/*.spare-parts-ctalog-item:last-child {
  display: flex;
  align-items: center;
  border: 3px solid #141416;
  box-sizing: border-box;
  border-radius: 16px;
}

.spare-parts-ctalog-item:last-child span {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #141416;
  position: unset;
  background: none;
  margin: 0 auto;
  text-align: center;
}*/

.select {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
  padding: 24px 28px;
  padding-right: 18px;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

.new-select {
  cursor: pointer;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}

.new-select__list {
  border: 1px solid #141416;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 65px;
  left: -1px;
  width: calc(100% + 2px);
  border-radius: 0 0px 10px 10px;
  background: #ebebec;
  z-index: 10;
}

.new-select__item:last-child {
  border-bottom: none;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 13px 28px;
}

.new-select__item span:hover {
  color: #000000;
  font-weight: 700;
}

.new-select__item:hover {
  background: #f2f2f2;
}
.new-select__item:last-child:hover {
  border-radius: 0 0px 10px 10px;
}

.new-select__item {
  border-bottom: 1px solid #141416;
  font-weight: 700;
}

.new-select:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(/local/templates/main/assets/css/../img/arrow-down-select.svg) no-repeat right center / cover;
  -webkit-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-select.on:after {
  content: "";
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-css .new-select {
  cursor: pointer;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.select-css .new-select:after {
  right: -31px;
}
.select-css .new-select__list {
  top: 46px;
}
.spare-parts-form .select:nth-child(1) {
  z-index: 2;
}
.spare-parts-form .select:nth-child(2) {
  z-index: 1;
}

.manager-wrap {
  margin-top: 100px;
}
.manager-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.manager-item {
}
.manager-item:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(38% - 90px);
  margin-right: 155px;
}
.manager-item:last-child {
  display: flex;
  flex-direction: column;
  width: calc(43% - 90px);
  margin-bottom: 133px;
}
.manager-text-wrap {
  display: flex;
  flex-direction: column;
}
.manager-item:first-child img {
  width: 100%;
}
.manager-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 7px;
}
.manager-name-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  max-width: 400px;
  text-align: center;
}
.manager-wrap .manager-title {
  line-height: 100%;
}
.manager-text-wrap {
  width: max-content;
  padding: 32px;
  background: #fff5cc;
  border-radius: 16px;
  margin-top: 46px;
}
.manager-text-wrap a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #141416;
  text-decoration: none;
}
.manager-text-wrap .manager-phone span:last-child span {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: inline-block;
}

.manager-text-wrap a span:first-child {
  margin-right: 7px;
  display: flex;
}
.manager-text-wrap a {
  margin-bottom: 34px;
}
.manager-text-wrap a:last-child {
  margin-bottom: 0px;
}

.authentication-spare-parts {
  margin-top: 136px;
}
.authentication-spare-title {
  margin-bottom: 16px;
}
.authentication-spare-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 40px;
}
.authentication-spare-list-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tooltip-item {
  cursor: pointer;
}
.tooltip-item {
  position: relative;
  display: inline-block;
}

.tooltip-item .tooltiptext {
  display: block;
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  right: -85px;
  /* Position the tooltip */
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  z-index: 1;
}
.tooltip-item:hover .tooltiptext {
  visibility: visible;
}

.authentication-spare-list-item {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  padding-left: 26px;
  position: relative;
  width: calc((100% - 0px) / 3);
}
.authentication-spare-list-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  background: #ffce00;
}
.authentication-spare-list-item svg {
  position: relative;
  top: 5px;
}
.authentication-spare-parts-wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 16px;
}
.authentication-spare-parts-img {
  width: 50%;
  position: relative;
}
.authentication-spare-parts-img img {
  width: 100%;
}
.authentication-spare-parts-img span {
  position: absolute;
  top: 0;
  left: 0;
  background: #141416;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 9px 18px;
  border-radius: 16px 0 6px 0;
}
.authentication-spare-parts-img:last-child span {
  border-radius: 0 0 6px 0;
}

.authentication-spare-parts-img:first-child img {
  border-radius: 16px 0 0 16px;
}
.authentication-spare-parts-img:last-child img {
  border-radius: 0 16px 16px 0;
}

.manager-text-tltle {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}
.manager-text-desc {
  font-size: 16px;
  line-height: 140%;
}
.manager-text-top {
  margin-bottom: 100px;
}

.page-parts-wholesale .interested-user-top {
  margin-top: 96px;
  margin-bottom: 100px;
}
.page-parts-wholesale .interested-user-top-title {
  margin-bottom: 18px;
}

.interested-user.parts-wholesale-page {
  margin-top: 100px;
}

/* gto */

.page-parts-wholesale-at .banner-align-items-center-item:first-child {
  width: calc(50% - 136px);
  margin-right: 140px;
}
.page-parts-wholesale-at
  .banner-align-items-center-item
  .banner-align-items-center-img {
  position: relative;
}
.page-parts-wholesale-at .banner-align-items-center-item img {
  z-index: 1;
}

.page-parts-wholesale-at .banner-align-items-center-desc {
  padding-right: 56px;
}
.recording-phone-wrap {
  margin-top: 78px;
}
.recording-phone-desc {
  font-size: 24px;
  line-height: 120%;
  color: #a0a0a0;
  margin-bottom: 15px;
}
.recording-phone,
.recording-phone a {
  font-size: 24px;
  line-height: 120%;
  color: #141416;
}
.recording-phone {
  margin-bottom: 15px;
}
.recording-phone:last-child {
  margin: 0;
}
.recording-phone a:hover {
  text-decoration: none;
}
.bn-banner-text {
  margin-top: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}

.price-gto-wrap {
  margin-top: 131px;
}
.price-gto-title {
  line-height: 100%;
  margin-bottom: 16px;
}
.price-gto-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 32px;
}
.price-gto-list-works {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.price-gto-list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 19px;
}
.price-gto-list li:last-child {
  margin-bottom: 0;
}
.price-gto-items {
  display: flex;
  flex-wrap: wrap;
}
.price-gto-item {
  width: 50%;
}
.price-gto-item img {
  width: 100%;
}

.pass-inspection-wrap {
  margin-top: 100px;
}
.pass-inspection-title {
  line-height: 100%;
  margin-bottom: 48px;
}
.pass-inspection-items {
  display: flex;
  flex-wrap: wrap;
}
.pass-inspection-item {
  margin-right: 48px;
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.pass-inspection-item:last-child {
  margin-right: 0px;
}
.pass-inspection-time {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #a0a0a0;
}
.pass-inspection-town {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}
.pass-inspection-adress {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}
.pass-inspection-desc {
  font-size: 18px;
  line-height: 120%;
  margin-top: 37px;
  margin-bottom: 8px;
}
.pass-inspection-tel a {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #141416;
}
.pass-inspection-tel a:hover {
  text-decoration: none;
}
.pass-inspection-btn {
  padding: 22px 48px 22px;
  text-align: center;
  color: #141416;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 34px;
}
.pass-inspection-items .pass-inspection-item:nth-child(1) {
  width: 405px;
}
.yellow-items-wrap .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yellow-items-wrap {
  margin-top: 57px;
  padding: 64px 0;
  background: #ffce00;
}
.yellow-items-items {
  display: flex;
  flex-wrap: wrap;
}
.yellow-items-items .yellow-item {
  margin-right: 100px;
}
.yellow-items-items .yellow-item:last-child {
  margin-right: 0;
}
.yellow-items-items .yellow-item-title {
  font-weight: 900;

  font-size: 24px;
  line-height: 100%;
  margin-bottom: 4px;
}
.yellow-items-items .yellow-item-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
}

.gto-bottom-text-wrap {
  margin-top: 76px;
}
.gto-bottom-text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}

.gto-bottom-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 140%;
}
.gto-bottom-text:last-child {
  margin-bottom: 0;
}

/* помощь на дороге */

.page-banner-tw .banner-align-items-center-item:first-child {
  width: calc(55% - 19px);
  margin-right: 80px;
}

.page-banner-tw .banner-align-items-center-item:last-child {
  width: 32%;
}

.page-banner-tw .banner-align-items-center-title {
  margin-bottom: 32px;
  margin-top: 0;
}
.page-banner-tw .recording-phone-wrap {
  display: inline-block;
  background: #fff5cc;
  border-radius: 16px;
  padding: 28px 32px;
  margin-top: 40px;
}
.page-banner-tw .recording-phone-desc {
  font-size: 18px;
  line-height: 120%;
  color: #141416;
  margin-bottom: 24px;
}
.page-banner-tw .recording-phone {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}
.page-banner-tw .recording-phone:last-child {
  margin: 0;
}

.parts-wholesale-text-wrap {
  margin-top: 100px;
}
.parts-wholesale-text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}
.parts-wholesale-text {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
.parts-wholesale-text-wrap ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 26px;
}
.parts-wholesale-text-wrap ul li {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.parts-wholesale-text-wrap ul li:last-child {
  margin: 0;
}

.renault-plus-wrap {
  margin-top: 100px;
}
.renault-plus-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.renault-plus-item:nth-child(1) {
  width: 42%;
}
.renault-plus-item:nth-child(2) {
  width: 58%;
}
.renault-plus-table-row {
  display: flex;
  flex-wrap: wrap;
}
.renault-plus-table-row[style*="display: block"] {
  display: flex !important;
}

.renault-plus-table-row .renault-plus-table-column {
  margin-right: 80px;
}
.renault-plus-table-row .renault-plus-table-column:last-child {
  margin: 0;
}
.renault-plus-table-row .renault-plus-table-column:nth-child(1) {
  width: 300px;
}
.renault-plus-table-row .renault-plus-table-column:nth-child(2) {
  width: 132px;
}
.renault-plus-table-row .renault-plus-table-column:nth-child(3) {
  width: 188px;
}
.renault-plus-table-column {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 24px;
}
.renault-plus-table-row:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.renault-plus-table-btn {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  padding: 24px 0;
  background: #f8f8f9;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  margin-top: 37px;
  position: relative;
  cursor: pointer;
}
.renault-plus-table-btn:after {
  content: url(/local/templates/main/assets/css/../img/icon=plus.svg);
  position: absolute;
  top: 23px;
  margin-left: 10px;
}

.renault-plus-table-row:nth-of-type(n + 8) {
  display: none;
  -webkit-transform: translateX(0);
}
.renault-plus-table-row.active {
  display: flex;

  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
.renault-plus-table-btn.active {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}

@keyframes slideUp {
  0% {
    transform: translateY(-48%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(-48%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@media screen and (min-width: 321px) {
  #header_top_menu span a:nth-child(1) {
    padding-right: 10px;
  }
  #header_top_menu span a:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }

  #header_top_menu > a {
    padding-left: 10px;
  }
}

.renault-plus-title {
  line-height: 100%;
  margin-bottom: 32px;
}
.download-program-terms {
  font-size: 14px;
  line-height: 120%;
  color: #141416;
  position: relative;
}
.download-program-terms:hover {
  text-decoration: none;
}
.download-program-terms:after {
  margin-right: 23px;
  margin-left: 7px;
  padding: 0;
  color: #141416;
  content: url(/local/templates/main/assets/css/../img/arrow-down-card.svg);
}

.full-programm-assistance-wrap {
  margin-top: 100px;
  background: linear-gradient(to right, #f8f8f9 50%, #ffce00 50%);
}
.full-programm-assistance-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f9;
}
.full-programm-assistance-item:first-child {
  width: 60%;
}
.full-programm-assistance-item:last-child {
  width: calc(40% - 10px);
  background: #ffce00;
  display: flex;
  justify-content: flex-end;
  padding: 62px 0;
  position: relative;
}

.full-programm-assistance-item:last-child:after {
  content: "";

  background: url(/local/templates/main/assets/css/../img/bg_t.svg) no-repeat;
  position: absolute;
  width: 120px;
  height: 100%;
  left: 0;
  top: 0;
}
.full-programm-assistance-img {
  z-index: 2;
}
.full-programm-assistance-img img {
  border-radius: 16px;
}
.full-programm-assistance-title {
  line-height: 100%;
  margin-bottom: 16px;
}
.full-programm-assistance-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 32px;
}
.full-programm-assistance-btn {
  padding: 22px 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  color: #141416;
  text-decoration: none;
  display: inline-block;
}

.programm-assistance-wrap {
  margin-top: 100px;
}
.programm-assistance-title {
  line-height: 100%;
  margin-bottom: 16px;
}
.programm-assistance-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 48px;
}
.programm-assistance-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.programm-assistance-item {
  width: 50%;
}
.programm-assistance-item:last-child img {
  width: 100%;
}
.programm-assistance-list-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 6px;
}

.programm-assistance-list-item {
  margin-bottom: 40px;
  padding-left: 24px;
  position: relative;
}

.rogramm-assistance-list-text {
  font-size: 18px;
  line-height: 120%;
}
.programm-assistance-list-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  background: #ffce00;
}
.programm-assistance-list-item ul {
  margin: 15px 0px;
  padding-left: 27px;
}
.programm-assistance-list-item ul li {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 15px;
}
.programm-assistance-list-item ul li:last-child {
  margin-bottom: 0;
}
.programm-assistance-tel {
  max-width: 801px;
  font-size: 18px;
  line-height: 120%;
  padding: 30px 32px;
  margin-top: 26px;
  background: #fff5cc;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.programm-assistance-tel a {
  margin-left: 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #141416;
}
.programm-assistance-tel a:hover {
  text-decoration: none;
}
.programm-assistance-list-item:last-child {
  margin-bottom: 0;
}
.programm-assistance-item:first-child {
  width: calc(52% - 20px);
}
.programm-assistance-item:last-child {
  width: calc(45% - 15px);
}

/* Кузовной ремонт */

.eliminate-body-defects-wrap {
  margin-top: 70px;
  padding-top: 76px;
  padding-bottom: 64px;
  background: #f8f8f9;
}
.eliminate-body-defects-title {
  margin-bottom: 52px;
}
.eliminate-body-defects-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eliminate-body-defects-item {
  width: calc((100% - 51px) / 4);
  position: relative;
  display: flex;
  border-radius: 16px;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
}
.eliminate-body-defects-item img {
  width: 100%;
  border-radius: 16px;
}
.eliminate-body-defects-item span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 0px 6px 0px 0px;
  padding: 8px 16px 9px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.confidence-wrap {
  margin-top: 100px;
  margin-bottom: 48px;
}
.confidence-title {
  margin-bottom: 48px;
}
.confidence-items {
  display: flex;
  flex-wrap: wrap;
}
.confidence-item {
  width: 50%;
}
.confidence-item {
  display: flex;
  margin-bottom: 40px;
}
.confidence-img {
  margin-right: 16px;
}
.confidence-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 4px;
}
.confidence-item-text {
  font-size: 18px;
  line-height: 120%;
}

.repair-cost-wrap {
  margin-top: 100px;
}
.repair-cost-title {
  margin-bottom: 40px;
}
.repair-cost-items img {
  width: 100%;
}

.body-repair-form .spare-parts-items {
  justify-content: flex-end;
  max-width: 100%;
  margin: 0;
}
.body-repair-form .spare-parts-form {
  position: unset;
}

.body-repair-form .spare-parts-banner__text {
  width: 50%;
  margin-right: 145px;
}
.body-repair-form-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.body-repair-form-list ul {
  margin-right: 47px;
}
.body-repair-form-item {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
}
.body-repair-form-item a {
  color: #ffce00;
}
.body-repair-form-item a:hover {
  text-decoration: none;
}

.auto-repair-wrap {
  margin-top: 122px;
}
.auto-repair-title {
  margin-bottom: 32px;
}
.auto-repair-top-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.auto-repair-top-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-right: 64px;
  display: flex;
  flex-direction: column;
}
.auto-repair-top-item span:first-child {
  margin-bottom: 7px;
}
.auto-repair-top-item .extra-bold {
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
}
.auto-repair-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.auto-repair-item {
  width: calc((100% - 16px) / 2);
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
}
.auto-repair-item img {
  width: 100%;
  border-radius: 25px;
}
.auto-repair-item span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  background: #141416;
  padding: 8px 16px 9px;
  border-radius: 0px 6px 0px 0px;
}
.auto-repair-slider.owl-carousel .owl-nav button.owl-prev:before {
  content: url(/local/templates/main/assets/css/../img/left-arrow.svg);
}
.auto-repair-slider.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
  left: -15px;
  background: #f8f8f9;
  border: 1px solid #ebebec;
  border-radius: 200px;
}
.auto-repair-slider.owl-carousel .owl-nav button.owl-next:before {
  content: url(/local/templates/main/assets/css/../img/right-arrow.svg);
}
.auto-repair-slider.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
  right: -15px;
  background: #f8f8f9;
  border: 1px solid #ebebec;
  border-radius: 200px;
}
.auto-repair-slider.owl-theme .owl-dots {
  margin-top: 32px;
}
.auto-repair-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #141416;
  position: relative;
  padding: 5px;
}
.auto-repair-slider.owl-theme .owl-dots .owl-dot.active span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #141416;
  border-radius: 50%;
}

.flipster__button {
  margin: -1em 0.3em;
  opacity: 0.8;
}
.flipster__button svg polyline,
.flipster__button svg {
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));
}

.flat-slider-wrap {
  margin-top: 92px;
}
.flat-slider-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flat-slider-item:first-child {
  width: 54%;
  margin-right: 78px;
}
.flat-slider-item:last-child {
  width: 40%;
}
.flat-slider-title-mobile {
  display: none;
}
.video_slide-item {
  display: flex;
  flex-direction: column;
}
.video_slide-item span {
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}
.flat-slider-title {
  margin-bottom: 16px;
}
.flat-slider-desc {
  font-size: 28px;
  line-height: 120%;
}
.video_slide-item iframe {
  border-radius: 16px;
}
.flipster__item {
  position: relative;
}
.flipster__item:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flipster__item--current:after {
  content: none;
}
.flipster__button {
  display: none;
}

.display-banner-bottom-wrap {
  margin-top: 100px;
}
.display-banner-bottom-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.display-banner-bottom-item {
  width: calc((100% - 48px) / 2);
}
.display-banner-bottom-slider img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #ebebec;
}
.display-banner-bottom-title {
  margin-bottom: 11px;
}
.display-banner-bottom-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 19px;
}
.display-banner-bottom-adress {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 32px;
}
.display-banner-bottom-tel {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #141416;
  margin-bottom: 48px;
}
.display-banner-bottom-tel:hover {
  text-decoration: none;
}
.display-banner-bottom-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  background: #ffce00;
  border-radius: 6px;
  padding: 22px 48px 24px;
  cursor: pointer;
  display: table;
}
.interested-user.body-repair-page {
  margin-top: 0px;
}

/*  Продленная гарантия */

.extended-arranty-page .banner-align-items-center-item:last-child {
  width: 38%;
}
.banner-align-btn-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-top: 48px;
}

.banner-align-btn-wrap {
  display: inline-block;
  text-align: center;
}
.extended-arranty-page .banner-align-btn {
  margin-top: 24px;
}
.banner-align-btn-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin-top: 12px;
  color: #a0a0a0;
}

.confidence-reliability-wrap {
  margin-top: 100px;
  padding: 64px 0;
  background: #ffce00;
}
.confidence-reliability-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
.confidence-reliability-title {
  margin-bottom: 32px;
}
.confidence-reliability-desc {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 120%;
  padding: 18px 32px 20px;
  background: #ffffff;
  border-radius: 6px;
  max-width: 959px;
}
.confidence-reliability-text {
  font-weight: 900;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px;
}
.confidence-reliability-text-items {
  display: flex;
  flex-wrap: wrap;
}
.confidence-reliability-text-item {
  margin-right: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.confidence-reliability-text-item:last-child {
  margin: 0;
}
.confidence-reliability-text-title {
  margin-left: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

table.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.table .odd td,
table.table tr:nth-child(odd) {
  background: #ffffff;
}
table.table td.first,
table.table th.first,
table.table td:first-child,
table.table th:first-child {
  width: auto;
  text-align: left;
}

table.table td,
table.table th {
  font-weight: 600;
  padding: 7px;
  width: auto;
  border: 1px solid #d3d1d2;
}
table.table .even td,
table.table tr:nth-child(even) {
  background: #f9f9f9;
}
.table-main-items {
  max-width: 1098px;
  margin: 0 auto;
}
.table-main-center-wrap {
  margin-top: 100px;
}
.table-main-title {
  margin-bottom: 16px;
}
.table-main-desc {
  font-size: 28px;
  line-height: 120%;
}
.table-black-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-top: 48px;
  margin-bottom: 24px;
  text-align: center;
}
.table-main-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-main-info span:first-child {
  margin-right: 50px;
}

.spare-parts-form-wrap .spare-parts-banner__desc {
  font-size: 28px;
  line-height: 100%;
}

/*  ТО Комплексный сервис  */

.servicing-car-models-wrap {
  margin-top: 100px;
  background: #f8f8f9;
  padding: 104px 0;
}
.servicing-car-models-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1458px;
  margin: 0 auto;
  align-items: center;
}
.servicing-car-models-item:first-child {
  width: 47%;
}

.servicing-car-models-item:last-child {
  width: 53%;
}
.servicing-car-models-r-items {
  display: flex;
  flex-wrap: wrap;
}
.servicing-car-models-r-items {
  margin-bottom: 20px;
}
.servicing-car-models-r-items:last-child {
  margin-bottom: 0px;
}
.servicing-car-models-r-items {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
}
.servicing-car-models-item
  .servicing-car-models-r-items
  .servicing-car-models-r-item {
  margin-right: 64px;
}
.servicing-car-models-item
  .servicing-car-models-r-items:first-child
  .servicing-car-models-r-item {
  margin-right: 64px;
}
.servicing-car-models-item
  .servicing-car-models-r-items:first-child
  .servicing-car-models-r-item:last-child, .servicing-car-models-item
  .servicing-car-models-r-items
  .servicing-car-models-r-item:last-child {
  margin-right: 0px;
}
.servicing-car-models-item
  .servicing-car-models-r-items:last-child
  .servicing-car-models-r-item {
  margin-right: 45px;
}
.servicing-car-models-item
  .servicing-car-models-r-items:last-child
  .servicing-car-models-r-item:last-child {
  margin-right: 0px;
}

.maintenance-time-wrap .offers-tabs__caption {
  flex-direction: column;
}

.maintenance-time-wrap .offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maintenance-time-wrap .offers-tabs__caption-wrap {
  width: calc(32% - 3px);
}
.maintenance-time-items {
  display: flex;
  flex-wrap: wrap;
}
.maintenance-time-item {
  width: 50%;
}
.maintenance-time-wrap {
  margin-top: 100px;
}
.maintenance-time-title {
  margin-bottom: 48px;
}
.maintenance-time-wrap .offers-tabs__caption li {
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 13px 24px;
  text-align: center;
  margin-bottom: 16px;
}
.maintenance-time-wrap .offers-tabs__caption li:last-child {
  margin-bottom: 0;
}
.maintenance-time-wrap .offers-tabs__caption {
  width: 100%;
}
.maintenance-time-wrap .offers-tabs__content {
  width: calc(62% - 10px);
}
.maintenance-time-tab-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 28px;
}
.maintenance-time-tab-text {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
}
.maintenance-time-wrap .offers-tabs__content ul li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 140%;
}

.maintenance-time-wrap .offers-tabs__content ul li:last-child {
  margin-bottom: 0px;
}
.maintenance-time-wrap .offers-tabs__content ul {
  margin-top: 0;
  margin-bottom: 32px;
}
.maintenance-time-wrap .offers-tabs__content ul:last-child {
  margin-bottom: 0px;
}
.maintenance-time-item:first-child {
  margin-right: 80px;
}
.maintenance-time-item:last-child {
  width: calc(36% - 1px);
}
.maintenance-time-conditions-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.maintenance-time-conditions {
  border: 2px solid #ffce00;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 30px 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 17px;
}
.maintenance-time-btn {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  background: #ffce00;
  border-radius: 6px;
  padding: 22px 48px 24px;
  margin-bottom: 16px;
  text-align: center;
  cursor: pointer;
}
.maintenance-time-more {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}
.maintenance-time-more a {
  color: #141416;
}
.maintenance-time-more a:hover {
  text-decoration: none;
}

.benefits-to-title {
  margin-bottom: 48px;
}
.benefits-to-items {
  margin-top: 100px;
}

.benefits-to-list-item {
  padding-left: 26px;
  padding-right: 50px;
  position: relative;
  margin-bottom: 40px;
}
.benefits-to-list-item:last-child {
  margin-bottom: 0;
}
.benefits-to-list-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  background: #ffce00;
}
.benefits-to-list-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 4px;
}
.benefits-to-list-item-text {
  font-size: 18px;
  line-height: 120%;
}

.extended-arranty-page .spare-parts-banner__text {
  width: 450px;
}
.accessories-page .spare-parts-form-wrap {
  margin-top: 0px;
}

.body-repair-page-items-wrap {
  margin-top: 100px;
}
.body-repair-page-items-title {
  margin-bottom: 16px;
}
.body-repair-page-items-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 48px;
}
.body-repair-page-items-bt {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #a0a0a0;
  margin-bottom: 24px;
}
.body-repair-page-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-repair-page-item {
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 47px;
  width: calc((100% - 32px) / 3);
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  margin-bottom: 16px;
}

.body-repair-page-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 12px;
}
.body-repair-page-item-text {
  font-size: 16px;
  line-height: 120%;
}

/* Гарантия  */

.guarantee-banner-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guarantee-banner-item:first-child {
  width: calc(25% - 13px);
}
.guarantee-banner-item:last-child {
  width: calc(67% - 8px);
}
.guarantee-banner-title {
  margin-bottom: 16px;
  margin-top: 0;
}
.guarantee-banner-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 52px;
}
.guarantee-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
  align-items: center;
}
.guarantee-row:last-child {
  margin-bottom: 0px;
}
.guarantee-row:first-child .guarantee-column:first-child {
  background: #ffce00;
  border-radius: 16px;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  width: calc(37% - 14px);
  margin-right: 48px;
  background: #ffce00;
  border-radius: 16px;
}
.guarantee-row:first-child .guarantee-column:last-child {
  width: calc(37% - 14px);
}

.guarantee-row:last-child .guarantee-column:last-child {
  background: #ffce00;
  border-radius: 16px;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-left: 48px;
  width: calc(58% - 12px);
  background: #ffce00;
  border-radius: 16px;
}
.guarantee-row:last-child .guarantee-column:first-child {
  width: calc(37% - 14px);
  padding-right: 48px;
}

.guarantee-year {
  font-size: 40px;
  line-height: 120%;
}
.guarantee-r-title,
.guarantee-l-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}
.guarantee-r-desc,
.guarantee-l-desc {
  font-size: 18px;
  line-height: 120%;
}

.guarantee-list-wrap {
  margin-top: 100px;
}
.guarantee-list-wrap .container {
  display: flex;
  flex-direction: column;
}
.guarantee-lists-title {
  margin-bottom: 16px;
}
.guarantee-list-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 48px;
}
.guarantee-list-items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.guarantee-list-items {
  width: calc((100% - 88px) / 2);
}
.guarantee-list-item {
  padding-left: 26px;
  position: relative;
  margin-bottom: 40px;
}
.guarantee-list-item:last-child {
  margin-bottom: 0;
}
.guarantee-list-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  background: #ffce00;
}
.guarantee-list-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 4px;
}
.guarantee-list-text p {
  font-size: 18px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 8px;
}
.guarantee-list-text p:last-child {
  margin-bottom: 0;
}
.guarantee-list-text a {
  color: #141416;
}
.guarantee-list-text a:hover {
  text-decoration: none;
}
.guarantee-list-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 22px 48px 24px;
  text-decoration: none;
  color: #141416;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  max-width: 475.12px;
}

section.guarantee-page .spare-parts-items {
  max-width: 1385px;
}
.guarantee-page .spare-parts-banner__text {
  width: 687px;
}
.guarantee-form-desc {
  font-size: 28px;
  line-height: 120%;
}

/*  мобильная второй этап */

body .btn-yellow-bg:hover {
  background: #fff5cc;
}
body .btn-yellow-bg:focus {
  background: #141416;
  color: #ffffff;
}
body .btn-wt-bg:hover {
  background: #f8f8f9;
  cursor: pointer;
}
body .btn-wt-bg:focus {
  background: #f8f8f9;
  border: 2px solid #f8f8f9;
}
.full-programm-assistance-btn:hover {
  background: #141416;
  color: #ffffff;
}

.btn-plus-bg:hover {
  background: #ffffff;
}
.btn-plus-bg:focus {
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
}

.maintenance-time-wrap .offers-tabs__caption li:hover {
  background: #fff5cc;
  color: #141416;
}
.maintenance-time-wrap .offers-tabs__caption li:hover {
  background: #fff5cc;
  color: #141416;
}
.maintenance-time-wrap .offers-tabs__caption li.active:hover {
  background: #141416;
  color: #fff;
}

.show-on-mobile {
  display: none !important;
}

@media (max-width: 1700px) {
  .banner-align-items-center-item:last-child {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .manager-item:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(38% - 23px);
    margin-right: 80px;
  }
  .manager-item:last-child {
    display: flex;
    flex-direction: column;
    width: calc(50% - 29px);
    margin-bottom: 133px;
  }
}
@media (max-width: 1300px) {
  .cooperation-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .flat-slider-title-mobile {
    display: block;
  }

  .manager-item:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(42% - 23px);
    margin-right: 48px;
  }
  .manager-item:last-child {
    display: flex;
    flex-direction: column;
    width: calc(58% - 29px);
    margin-bottom: 133px;
  }

  .page-parts-wholesale .benefits-program-title-items {
    width: 100%;
  }

  .page-parts-wholesale .benefits-program .benefits-program-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 1050px) {
  .spare-parts-items {
    flex-direction: column;
  }
  .spare-parts-banner__text {
    width: 100%;
    margin-bottom: 15px;
  }
  .spare-parts-form {
    position: relative;
  }
  .spare-parts-items {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .banner-align-items-center-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .banner-align-items-center-item img {
    width: 100%;
  }
  .cooperation-item {
    margin-right: 30px;
  }
  .banner-align-items-center-item {
    width: 100%;
  }
  .banner-align-items-center-item:last-child {
    width: 100%;
  }
  .cooperation-wrap {
    margin-top: 50px;
  }
  .manager-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .manager-item:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .manager-item:last-child {
    margin-top: 15px;
    width: 100%;
    margin-bottom: 66px;
  }

  .manager-text-wrap a {
    font-size: 20px;
  }
  .manager-text-wrap {
    width: 100%;
    margin-top: 46px;
  }
  .h1-title {
    font-size: 24px;
  }

  .banner-align-items-center-desc {
    font-size: 23px;
    line-height: 120%;
    margin-bottom: 25px;
  }
  .cooperation-wrap {
    margin-top: 50px;
  }
  .cooperation-wrap {
    padding-top: 28px;
    padding-bottom: 34px;
  }
  .cooperation-item {
    margin-right: 0px;
  }
  .cooperation-item-title {
    font-size: 20px;
  }
  .benefits-program {
    margin-top: 50px;
  }
  .benefits-program-desc {
    font-size: 20px;
  }
  .spare-parts-form-wrap {
    margin-top: 50px;
  }
  .manager-wrap {
    margin-top: 50px;
  }
  .manager-text-wrap {
    margin-top: 26px;
  }

  .page-parts-wholesale .interested-user-top {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .manager-item:last-child {
    margin-bottom: 26px;
  }
  .show-on-mobile {
    display: block !important;
  }
  .contacts-map-btn.show-on-mobile {
    display: flex !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .cooperation-items {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .spare-parts-form {
    width: 100%;
  }

  .page-parts-wholesale .benefits-program .benefits-program-item:nth-child(5),
  .page-parts-wholesale .benefits-program .benefits-program-item:nth-child(6) {
    margin-bottom: 40px;
  }

  .page-parts-wholesale .benefits-program .benefits-program-item {
    width: 100%;
    margin-right: 0;
    align-items: center;
  }
}
@media (max-width: 450px) {
}

@media (max-width: 1700px) {
  .banner-align-bt-item:first-child {
    width: 50%;
  }

  .banner-align-bt-item:last-child {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .spare-parts-ctalog-item {
    width: calc((100% - 50px) / 3);
  }
  .spare-parts-ctalog-items.zapchasti-wrap .spare-parts-ctalog-item {
    margin-right: 16px;
  }
  .zapchasti-wrap .spare-parts-ctalog-item:nth-child(3n) {
    margin-right: 16px;
  }
}
@media (max-width: 1280px) {
  .authentication-spare-list-item {
    width: calc((100% - 0px) / 2);
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .authentication-spare-list-item {
    font-size: 18px;
  }
  .banner-align-bt-items {
    flex-direction: column;
  }
  .banner-align-bt-item:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner-align-bt-item:last-child {
    width: 100%;
  }
  .spare-parts-ctalog-item {
    width: calc((100% - 20px) / 2);
  }
  .spare-parts-ctalog-wrap
    .spare-parts-ctalog-items.zapchasti-wrap
    .spare-parts-ctalog-item {
    margin-right: 16px;
  }
  .spare-parts-ctalog-wrap
    .zapchasti-wrap
    .spare-parts-ctalog-item:nth-child(2n) {
    margin-right: 0px;
  }
  .authentication-spare-list-items {
    flex-direction: column;
  }
  .authentication-spare-list-item {
    width: 100%;
  }

  .banner-align-items-center-desc {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .banner-align-items-center-list li {
    margin-bottom: 15px;
  }
  .banner-align-btn {
    margin-top: 22px;
  }

  .banner-align-items-bt-wrap {
    margin-top: 55px;
  }
  .banner-align-items-bt-title {
    margin-bottom: 28px;
  }
  .banner-align-bt-item ul li {
    margin-bottom: 20px;
  }
  .banner-align-bt-item ul li span:first-child {
    font-size: 20px;
  }

  .spare-parts-ctalog-wrap {
    padding-top: 34px;
    padding-bottom: 60px;
    background: #f8f8f9;
    margin-top: 55px;
    margin-bottom: 0px;
  }
  .spare-parts-ctalog-desc {
    font-size: 22px;
    line-height: 120%;
  }
  .spare-parts-ctalog-items {
    margin-top: 0px;
  }
  .spare-parts-ctalog-item span {
    font-size: 16px;

    padding: 4px 8px;
  }
  .spare-parts-ctalog-item:last-child span {
    font-size: 20px;
  }
  .spare-parts-form-top {
    margin-top: 0;
  }
  .authentication-spare-parts {
    margin-top: 66px;
  }

  .authentication-spare-desc {
    font-size: 22px;
  }

  .manager-text-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .authentication-spare-parts-wrap {
    flex-direction: column;
  }
  .authentication-spare-parts-img {
    width: 100%;
  }

  .authentication-spare-parts-img:first-child img {
    border-radius: 16px;
  }
  .authentication-spare-parts-img:last-child img {
    border-radius: 16px;
  }
  .authentication-spare-parts-img:last-child span {
    border-radius: 16px 0 6px 0;
  }
}
@media (max-width: 450px) {
  .spare-parts-ctalog-item {
    width: 100%;
  }
  .spare-parts-ctalog-wrap
    .spare-parts-ctalog-items.zapchasti-wrap
    .spare-parts-ctalog-item {
    margin-right: 0 !important;
  }
}

/* gto */

@media (max-width: 1700px) {
  .page-parts-wholesale-at .banner-align-items-center-item:first-child {
    width: calc(50% - 136px);
    margin-right: 70px;
  }
  .yellow-items-items .yellow-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .page-parts-wholesale-at .banner-align-items-center-item:first-child {
    width: calc(50% - 60px);
    margin-right: 50px;
  }
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
  .pass-inspection-btn {
    margin-top: 0px;
  }
  .pass-inspection-item {
    margin-right: 48px;
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
  }
  .pass-inspection-item {
    margin-right: 30px;

    margin-bottom: 20px;
  }
  .pass-inspection-btn {
    display: inline-block;
    width: max-content;
  }

  .pass-inspection-desc {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .pass-inspection-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .page-parts-wholesale-at .banner-align-items-center-item:first-child {
    width: 100%;
    margin-right: 50px;
  }
  .price-gto-items {
    flex-direction: column;
  }
  .price-gto-item {
    width: 100%;
  }
  .price-gto-wrap {
    margin-top: 51px;
  }
  .price-gto-desc {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .price-gto-list li {
    margin-bottom: 15px;
  }

  .yellow-items-items .yellow-item-title {
    font-weight: 900;
    font-size: 20px;
  }
  .yellow-items-wrap {
    padding: 34px 0;
  }
  .pass-inspection-wrap {
    margin-top: 50px;
  }
  .pass-inspection-title {
    line-height: 100%;
    margin-bottom: 28px;
  }

  .gto-bottom-text-wrap {
    margin-top: 46px;
  }

  .pass-inspection-items .pass-inspection-item:nth-child(1) {
    width: 100%;
  }

  .pass-inspection-adress {
    font-size: 18px;
  }
  .pass-inspection-town {
    font-size: 20px;
  }
  .recording-phone-wrap {
    margin-top: 20px;
  }
  .bn-banner-text {
    display: none;
  }
  .banner-align-items-center-item:last-child .bn-banner-text {
    display: block;
  }
}
@media (max-width: 600px) {
}
@media (max-width: 450px) {
}

/* помощь на дороге */

@media (max-width: 1700px) {
  .page-banner-tw .banner-align-items-center-item:first-child {
    width: calc(50% - 19px);
    margin-right: 60px;
  }
  .page-banner-tw .banner-align-items-center-item:last-child {
    width: 45%;
  }
  .programm-assistance-tel a {
    margin-left: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #141416;
    width: 267px;
  }

  .full-programm-assistance-item:first-child {
    width: 50%;
  }
  .full-programm-assistance-item:last-child {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1440px) {
  .full-programm-assistance-items {
    flex-direction: column;
  }
  .full-programm-assistance-item:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .full-programm-assistance-item:last-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .full-programm-assistance-item:last-child {
    width: 100%;
  }
  .full-programm-assistance-title {
    margin-top: 30px;
  }
  .full-programm-assistance-wrap {
    background: none;
  }
  .renault-plus-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }

  .renault-plus-table-row .renault-plus-table-column:nth-child(2) {
    width: 180px;
  }
  .renault-plus-table-row .renault-plus-table-column:nth-child(3) {
    width: 180px;
  }
  .renault-plus-table-row .renault-plus-table-column {
    margin-right: 20px;
  }
  .renault-plus-item:nth-child(1) {
    width: 100%;
  }
  .renault-plus-item:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .full-programm-assistance-wrap {
    overflow: hidden;
  }

  .full-programm-assistance-wrap {
    background: #ffce00;
  }
  .full-programm-assistance-item:first-child {
    background: #f8f8f9;
    margin-bottom: 0px;
    padding-bottom: 15px;
    width: calc(100% + 30px);
    position: relative;
    right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-programm-assistance-items {
    align-items: unset;
  }
  .full-programm-assistance-items {
    background: none;
  }

  .renault-plus-table-row {
    justify-content: space-between;
  }

  .renault-plus-table-row .renault-plus-table-column:nth-child(2) {
    width: 90px;
  }
  .renault-plus-table-row .renault-plus-table-column:nth-child(3) {
    width: 90px;
  }
  .renault-plus-table-row .renault-plus-table-column {
    margin-right: 20px;
  }

  .page-banner-tw .banner-align-items-center-item:first-child {
    width: 100%;
  }
  .page-banner-tw .banner-align-items-center-item:last-child {
    width: 100%;
    margin-top: 15px;
  }
  .page-banner-tw .banner-align-items-center-title {
    margin-bottom: 17px;
  }
  .banner-align-items-center-list li {
    margin-bottom: 15px;
  }
  .page-banner-tw .recording-phone-wrap {
    width: 100%;
    padding: 28px 32px;
    margin-top: 40px;
  }

  .page-banner-tw .recording-phone-desc {
    margin-bottom: 14px;
  }
  .page-banner-tw .recording-phone {
    margin-bottom: 14px;
  }
  .page-banner-tw .recording-phone {
    font-size: 22px;
  }
  .programm-assistance-items {
    flex-direction: column;
  }
  .programm-assistance-item:first-child {
    width: 100%;
  }
  .programm-assistance-item:last-child {
    width: 100%;
    margin-top: 15px;
  }

  .full-programm-assistance-item:last-child:after {
    content: unset;
  }

  .page-banner-tw .recording-phone-wrap {
    margin-top: 20px;
  }

  .page-banner-tw .recording-phone {
    font-size: 18px;
  }
  .recording-phone,
  .recording-phone a {
    font-size: 20px;
  }
  .programm-assistance-wrap {
    margin-top: 50px;
  }
  .programm-assistance-desc {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .programm-assistance-tel a {
    margin-left: 0;
  }
  .full-programm-assistance-wrap {
    margin-top: 50px;
  }
  .full-programm-assistance-desc {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .renault-plus-wrap {
    margin-top: 50px;
  }

  .parts-wholesale-text-wrap {
    margin-top: 50px;
  }
  .interested-user.parts-wholesale-page {
    margin-top: 50px;
  }
  .interested-user .interested-user-wrap {
    margin-bottom: 58px;
  }
}
@media (max-width: 600px) {
  .full-programm-assistance-img img {
    width: 100%;
  }
  .programm-assistance-tel {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .programm-assistance-tel a {
    width: auto;
    margin-top: 15px;
  }
}
@media (max-width: 450px) {
  .renault-plus-table-btn:after {
    content: url(/local/templates/main/assets/css/../img/icon=plus.svg);
    position: absolute;
    top: 23px;
    margin-left: 0px;
  }
  .renault-plus-table
    .renault-plus-table-row:first-child
    .renault-plus-table-column:first-child {
    width: 100%;
  }
  .renault-plus-table-row .renault-plus-table-column:nth-child(1) {
    width: 100%;
  }
  .renault-plus-table-column {
    margin-bottom: 5px;
  }

  .renault-plus-table-row {
    margin-bottom: 15px;
  }
}

/*  кузовной ремонт */

@media (max-width: 1700px) {
  .banner-align-items-center-items {
    align-items: flex-start;
  }
  .page-banner-tw .banner-align-items-center-item:first-child {
    width: calc(50% - 19px);
    margin-right: 40px;
  }
  .page-banner-tw .banner-align-items-center-item:last-child {
    width: 47%;
  }

  .flat-slider-item:first-child {
    width: 57%;
    margin-right: 40px;
  }
}
@media (max-width: 1440px) {
  .flat-slider-item:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .flat-slider-title {
    display: none;
  }
  .flat-slider-title-mobile {
    margin-bottom: 16px;
  }

  .flat-slider-item:last-child {
    width: 100%;
  }
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
  .flat-slider-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .eliminate-body-defects-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .eliminate-body-defects-item span {
    padding: 6px 14px 7px;
    font-size: 16px;
  }
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .flat-slider-title-mobile {
    margin-bottom: 16px;
  }
  .flat-slider-wrap {
    margin-top: 55px;
  }
  .page-banner-tw .banner-align-items-center-item:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .page-banner-tw .banner-align-items-center-item:last-child {
    width: 100%;
    margin-top: 15px;
  }
  .confidence-items {
    flex-direction: column;
  }
  .confidence-item {
    width: 100%;
  }
  .display-banner-bottom-items {
    justify-content: space-between;
    flex-direction: column;
  }
  .display-banner-bottom-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-align-items-center-desc {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page-banner-tw .banner-align-items-center-title {
    margin-bottom: 17px;
  }
  .banner-align-items-center-list li {
    margin-bottom: 15px;
  }
  .banner-align-btn {
    margin-top: 15px;
  }
  .eliminate-body-defects-wrap {
    margin-top: 30px;
    padding-top: 45px;
    padding-bottom: 34px;
  }
  .eliminate-body-defects-title {
    margin-bottom: 22px;
  }
  .confidence-wrap {
    margin-top: 50px;
    margin-bottom: 48px;
  }
  .confidence-title {
    margin-bottom: 28px;
  }
  .confidence-item-title {
    font-size: 22px;
  }
  .confidence-item {
    margin-bottom: 20px;
  }
  .repair-cost-wrap {
    margin-top: 50px;
  }
  .repair-cost-title {
    margin-bottom: 20px;
  }
  .body-repair-form .spare-parts-banner__text {
    width: 100%;
    margin-right: 0px;
  }
  .auto-repair-wrap {
    margin-top: 50px;
  }
  .auto-repair-title {
    margin-bottom: 22px;
  }
  .auto-repair-top-item {
    margin-top: 15px;
    margin-right: 20px;
  }
  .flat-slider-item:last-child {
    margin-top: 15px;
  }
  .flat-slider-desc {
    font-size: 22px;
  }
  .parts-wholesale-text-wrap {
    margin-top: 50px;
  }
  .display-banner-bottom-wrap {
    margin-top: 50px;
  }
  .parts-wholesale-text-title {
    font-size: 22px;
  }
  .display-banner-bottom-desc {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .display-banner-bottom-adress {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .display-banner-bottom-tel {
    margin-bottom: 28px;
  }
  .interested-user .interested-user-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 605px) {
  .flat-slider-item:first-child {
    width: 100%;
  }
  .auto-repair-items {
    flex-direction: column;
  }
  .auto-repair-item {
    width: 100%;
  }
  .confidence-title {
    font-size: 21px;
  }
}
@media (max-width: 450px) {
  .eliminate-body-defects-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*  кузовной ремонт  */

@media (max-width: 1700px) {
  .confidence-reliability-text-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
  .body-repair-form .spare-parts-banner__text {
    width: 100%;
    margin-right: 145px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .page-banner-tw .banner-align-items-center-item:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .extended-arranty-page .banner-align-items-center-item:last-child {
    width: 100%;
  }
  .page-banner-tw .banner-align-items-center-title {
    margin-bottom: 17px;
  }
  .banner-align-items-center-list li {
    margin-bottom: 15px;
  }
  .banner-align-btn-title {
    margin-top: 22px;
  }
  .confidence-reliability-wrap {
    margin-top: 50px;
    padding: 34px 0;
  }
  .confidence-reliability-title {
    margin-bottom: 22px;
  }
  .confidence-reliability-desc {
    margin-bottom: 15px;
    font-size: 22px;
    padding: 10px 24px 12px;
  }
  .table-main-center-wrap {
    margin-top: 50px;
  }
  .table-black-title {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 15px;
  }
  .table-main-desc {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
}
@media (max-width: 450px) {
}

/* to */

@media (max-width: 1700px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
  .servicing-car-models-items {
    align-items: flex-start;
    flex-direction: column;
  }
  .servicing-car-models-item:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .servicing-car-models-item:last-child {
    width: 100%;
  }
  .servicing-car-models-item
    .servicing-car-models-r-items:first-child
    .servicing-car-models-r-item {
    margin-right: 34px;
  }
  .servicing-car-models-item
    .servicing-car-models-r-items:last-child
    .servicing-car-models-r-item {
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  .maintenance-time-items {
    flex-direction: column;
  }
  .maintenance-time-wrap .offers-tabs__caption-wrap {
    width: 240px;
    margin-right: 40px;
  }
  .maintenance-time-item {
    width: 100%;
  }
  .maintenance-time-wrap .offers {
    justify-content: flex-start;
  }
  .maintenance-time-item:last-child {
    width: 100%;
  }
  .maintenance-time-wrap .offers-tabs__content {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .body-repair-page-item {
    width: calc((100% - 18px) / 2);
  }
  .extended-arranty-page .spare-parts-banner__text {
    width: 100%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .maintenance-time-wrap .offers-tabs__caption-wrap {
    width: 100%;
    margin-right: 0px;
  }
  .servicing-car-models-wrap {
    margin-top: 50px;
    padding: 50px 0;
  }
  .servicing-car-models-r-items {
    font-size: 22px;
  }
  .maintenance-time-wrap {
    margin-top: 50px;
  }
  .maintenance-time-title {
    margin-bottom: 22px;
  }
  .maintenance-time-tab-title {
    margin-bottom: 22px;
  }
  .maintenance-time-wrap .offers-tabs__content ul {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .maintenance-time-wrap .offers-tabs__content {
    margin-bottom: 20px;
  }
  .maintenance-time-conditions {
    padding: 21px 40px;

    margin-bottom: 17px;
  }
  .benefits-to-items {
    margin-top: 50px;
  }
  .benefits-to-title {
    margin-bottom: 15px;
  }

  .benefits-to-list-item-title {
    font-size: 20px;
  }

  .body-repair-page-items-wrap {
    margin-top: 50px;
  }
  .body-repair-page-items-desc {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .body-repair-page-items-bt {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media (max-width: 600px) {
  .servicing-car-models-r-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .servicing-car-models-item
    .servicing-car-models-r-items:first-child
    .servicing-car-models-r-item {
    margin-right: 0px;
  }
  .servicing-car-models-r-items:first-child {
    margin-bottom: 0px;
  }
  .body-repair-page-item {
    width: 100%;
  }
}
@media (max-width: 450px) {
}

/*  Гарантия  */

@media (max-width: 1700px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
  .guarantee-banner-items {
    justify-content: space-between;
    flex-direction: column;
  }
  .guarantee-banner-item:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .guarantee-banner-item:last-child {
    width: 100%;
  }
  .guarantee-list-items {
    width: 100%;
  }
  .guarantee-list-items:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
  .guarantee-page .spare-parts-banner__text {
    width: 100%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .guarantee-list-items-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .guarantee-banner-desc {
    font-size: 22px;

    margin-bottom: 0px;
  }
  .guarantee-row {
    margin-bottom: 0px;
  }
  .guarantee-banner-item img {
    display: none;
  }
  .guarantee-year {
    font-size: 20px;
  }
  .guarantee-r-title,
  .guarantee-l-title {
    font-size: 20px;
  }
  .guarantee-row {
    margin-bottom: 30px;
  }
  .guarantee-list-wrap {
    margin-top: 50px;
  }
  .guarantee-list-desc {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .guarantee-list-title {
    font-size: 20px;
  }
  .guarantee-list-item {
    margin-bottom: 20px;
  }
  .guarantee-form-desc {
    font-size: 20px;
    line-height: 120%;
  }
  .guarantee-list-items-wrap .guarantee-list-items:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .guarantee-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .guarantee-row:first-child .guarantee-column:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .guarantee-row:first-child .guarantee-column:last-child {
    width: 100%;
  }
  .guarantee-banner-item img {
    width: 100%;
  }
  .guarantee-row:last-child .guarantee-column:first-child {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .guarantee-row:last-child .guarantee-column:last-child {
    width: calc(58% - 12px);
  }
  .guarantee-row:last-child .guarantee-column:last-child {
    width: 100%;
  }

  .guarantee-row:first-child {
    flex-direction: column-reverse;
  }
  .guarantee-row:first-child .guarantee-column:first-child {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .guarantee-row {
    margin-bottom: 0px;
    position: relative;
  }
}
@media (max-width: 450px) {
}

/*  Аксессуары  */

.banner-align-items-center-wrap.page-accessories
  .banner-align-items-center-item:first-child {
  width: 41%;
  margin-right: 9.35%;
}
.banner-align-items-center-wrap.page-accessories
  .banner-align-items-center-item:last-child {
  width: 40%;
}

.servicing-comfortable-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.servicing-comfortable-item {
  width: 50%;
}
.servicing-comfortable-item:last-child {
  padding-left: 80px;
}
.servicing-comfortable-item img {
  width: 100%;
  border-radius: 16px;
}
.servicing-comfortable-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.servicing-comfortable-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}
.servicing-comfortable-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.servicing-comfortable-btn {
  outline: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  background: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: justify;
  width: 152px;
  height: 47px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: row;
  margin-right: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.servicing-comfortable-btn:hover {
  background: #fff5cc;
}
.servicing-comfortable-btn.active {
  outline: none;
  background: #141416;
  color: #ffffff;
}
.servicing-comfortable-btn.active:hover {
  background: #141416;
}
.servicing-comfortable-btn:last-child {
  margin-right: 0;
}
.servicing-comfortable-btn span {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.servicing-comfortable-bt-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.servicing-comfortable-bt-item {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-right: 48px;
  margin-top: 16px;
}
.servicing-comfortable-bt-wrap,
.servicing-comfortable-item-img {
  display: none;
}
.servicing-comfortable-bt-wrap.active {
  display: flex;
}
.servicing-comfortable-item-img.active {
  display: flex;
}

.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-items {
  justify-content: flex-start;
}

.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item > span {
  padding-right: 56px;
  text-transform: uppercase;
}

.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item {
  margin-right: 16px;
}
.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item:nth-child(4n) {
  margin-right: 0px;
}
.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item
  .ctalog-accessories-link {
  position: relative;
  padding: 0;
}

.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item:last-child
  > span
  .ctalog-accessories-link {
  position: relative;
  padding: 0;
}

.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item:last-child
  > span
  .accessories-next {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px;
  left: unset;
  background: #ffffff;
  border-radius: 0 8px 0 0px;
  border: 2px solid #141416;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item
  .accessories-next {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px;
  left: unset;
  background: #ffffff;
  border-radius: 0 8px 0 0px;
  border: 2px solid #141416;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item
  .accessories-next:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(/local/templates/main/assets/css/../img/accessories-next.svg);
  background-size: 100%;
}
.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item {
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
}
.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item:last-child
  span {
  position: absolute;
  background: #141416;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
}

.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item:last-child:hover
  > span
  .accessories-next {
  background: #fff5cc;
}

.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item:last-child
  > span
  .accessories-next:hover {
  background: #fff5cc;
}

.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item:hover
  .accessories-next {
  background: #fff5cc;
}

.spare-parts-ctalog-wrap.page-accessories
  .spare-parts-ctalog-item
  .accessories-next:hover {
  background: #fff5cc;
}

.interested-user.page-accessories {
  padding-bottom: 0;
  margin-top: 136px;
}
.extended-arranty-page.page-accessories,
.page-accessories-services {
  padding-bottom: 0;
  margin-top: 100px;
}
.page-accessories-services {
  margin-bottom: 100px;
}

@media (max-width: 1700px) {
  .banner-align-items-center-wrap.page-accessories
    .banner-align-items-center-item:first-child {
    width: calc(50% - 15px);
    margin-right: 0%;
  }
  .banner-align-items-center-wrap.page-accessories
    .banner-align-items-center-item:last-child {
    width: calc(50% - 15px);
  }

  .banner-align-items-center-wrap.page-accessories
    .banner-align-items-center-items {
    justify-content: space-between;
  }
}

@media (max-width: 1440px) {
  .servicing-comfortable-item:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 1280px) {
  .spare-parts-ctalog-wrap.page-accessories .ctalog-accessories-link {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1050px) {
  .servicing-comfortable-items {
    flex-direction: column;
  }
  .servicing-comfortable-item {
    width: 100%;
  }
  .servicing-comfortable-item:last-child {
    padding-left: 00px;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
  .banner-align-items-center-wrap.page-accessories
    .banner-align-items-center-item:first-child {
    width: 100%;
  }
  .banner-align-items-center-wrap.page-accessories
    .banner-align-items-center-item:last-child {
    width: 100%;
  }
  .page-accessories .spare-parts-ctalog-item {
    width: calc((100% - 32px) / 2);
  }
  .servicing-comfortable-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .banner-align-items-center-title {
    margin-bottom: 16px;
  }
  .servicing-comfortable-title {
    margin-bottom: 9px;
  }
  .servicing-comfortable-desc {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .servicing-comfortable-btn {
    width: 130px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: unset;
  }
  .servicing-comfortable-bt-wrap {
    margin-bottom: 17px;
  }
  .servicing-comfortable-bt-item {
    font-size: 16px;
    line-height: 120%;
    margin-right: 28px;
    margin-top: 10px;
  }
  .spare-parts-ctalog-wrap.page-accessories {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .page-accessories .spare-parts-ctalog-item {
    margin-bottom: 15px;
  }
  .interested-user.page-accessories {
    margin-top: 50px;
  }
  .extended-arranty-page.page-accessories,
  .page-accessories-services {
    padding-bottom: 0;
    margin-top: 50px;
  }
  .page-accessories-services {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
}

@media (max-width: 450px) {
  .spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item {
    width: 100%;
    margin-right: 0;
  }
  .servicing-comfortable-items {
    margin-top: 25px;
  }
  .servicing-comfortable-bt-wrap.active {
    flex-direction: column;
  }
  .servicing-comfortable-bt-item {
    margin-right: 0px;
  }
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.Interblack {
  font-weight: 800;
}

.bx-filter .bx-filter-select-block {
  background: #fff;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.bx-filter .bx-filter-select-block::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 27px;
  top: 20px;
  background: url(/local/templates/main/assets/css/../img/arrow-down-select.svg) no-repeat right center / cover;
  -webkit-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bx-filter .bx-filter-select-block.open::after {
  content: "";
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bx-filter-select-popup.new-select__list {
  position: unset;
  border: 1px solid #ebebec;
  background: #fff;
  width: 100%;
}
.popup-window[id^="smartFilterDropDown"] {
  padding: 0;
  box-shadow: unset;
  background: unset;
  box-sizing: unset;
  font: unset;
  margin-top: -7px;
}
.bx-filter-select-popup.new-select__list .new-select {
  font-weight: 500;
}
.bx-filter-select-popup.new-select__list .new-select__item {
  border-bottom: 1px solid #ebebec;
  font-weight: 500;
}
.bx-filter-select-popup.new-select__list .new-select__item:last-child {
  border-bottom: none;
}
.bx-filter-select-popup.new-select__list .new-select__item.disabled {
  display: none;
  pointer-events: none;
}
.new-filters__block .bx-filter-param-label.disabled {
  pointer-events: none;
}
.new-filters__block .bx-filter-param-label.disabled .ui-checkbox__text {
  color: #a0a0a0;
}
/*  Третий этап     */

/* Новости */

.diagnostic-work.new-page {
  padding-top: 32px;
}
.diagnostic-work.new-page .diagnostic-group__item {
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 16px;
}
.diagnostic-work.new-page .diagnostic-group__item img {
  height: auto;
  width: 100%;
}

.diagnostic-work.new-page .diagnostic-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.diagnostic-work.new-page .diagnostic-group__desc {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-page-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #141416;
  border-radius: 12px 0px 0px 0px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}
.new-page .new-page-bottom {
  margin-bottom: 16px;
}
.diagnostic-group__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  align-items: center;
  color: #141416;
  margin-bottom: 16px;
}

.new-page-btn svg {
  margin: 0 auto;
}
.new-page-text {
  background: #ebebec;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #141416;
  margin-right: 20px;
}
.new-page-data {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
}
.new-page-text-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 92%;
}
.diagnostic-work.new-page .diagnostic-group__item:hover .new-page-btn {
  background: #fff5cc;
}
.diagnostic-work.new-page .diagnostic-group__item:hover .new-page-btn svg path {
  stroke: #141416;
}

.paginate-dark.paginate-wrapper {
  display: flex;
  justify-content: center;
  margin-right: 9.5%;
}
.paginate-dark.paginate-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
.paginate-dark.paginate-wrapper ul li a {
  text-decoration: none;
  color: #141416;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 21px 22px 21px;
}
.paginate-dark.paginate-wrapper ul li a.active {
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
}
.paginate-dark.paginate-wrapper ul li .next_page,
.paginate-dark.paginate-wrapper ul li .prev_page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 21px 48px 21px;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  width: 235px;
}
.paginate-dark.paginate-wrapper ul li .next_page .paginate-arrow {
  margin-left: 12px;
}

.paginate-dark.paginate-wrapper ul li .prev_page .paginate-arrow {
  margin-right: 12px;
}

.paginate-dark.paginate-wrapper ul li .next_page {
  margin-left: 24px;
}

.paginate-dark.paginate-wrapper ul li .prev_page {
  margin-right: 24px;
}

.paginate-arrow {
  display: flex;
}
.paginate-dark.paginate-wrapper ul li .disable {
  border: 2px solid #a0a0a0;
}
.paginate-dark.paginate-wrapper ul li .disable span {
  color: #a0a0a0;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
}
.paginate-dark.paginate-wrapper ul li .disable svg path {
  stroke: #a0a0a0;
}

.select-css {
  background: none;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  padding: 14px 50px 14px 28px;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 14px 50px 14px 28px;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.section-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-title-wrap .button_sort_top {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  padding: 14px 50px 14px 28px;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}

.paginate-bottom-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 12px;
}

.paginate-bottom-wrapper .new-select__list {
  top: 57px;
}
.paginate-bottom-wrapper .new-select:after {
  position: relative;
  right: 0px;
  background: url(/local/templates/main/assets/css/../img/arrow-down-sort-gr.svg);
  margin-left: 8px;
}
.paginate-bottom-wrapper .select-css {
  border: 1px solid #ebebec;
  box-sizing: border-box;
  background: #f8f8f9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 14px 24px;
  height: 64px;
}
.paginate-bottom-wrapper .new-select {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}
.paginate-bottom-wrapper .new-select__list {
  border: 1px solid #ebebec;
}
.paginate-bottom-wrapper .new-select__item {
  border-bottom: 1px solid #ebebec;
}

@media (max-width: 1700px) {
  .new-page-text-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 92%;
    flex-direction: column;
  }
  .new-page-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .paginate-dark.paginate-wrapper ul li .next_page,
  .paginate-dark.paginate-wrapper ul li .prev_page {
    width: 140px;
  }
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
  .paginate-wrapper {
    order: 1;
  }
  .paginate-bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .paginate-dark.paginate-wrapper {
    margin-right: 0%;
  }

  .paginate-bottom-wrapper .select-css {
    margin-bottom: 16px;
  }
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
  .paginate-dark.paginate-wrapper ul li .next_page,
  .paginate-dark.paginate-wrapper ul li .prev_page {
    padding: 11px 10px 11px;
    width: auto;
  }
  .paginate-dark.paginate-wrapper ul li .next_page span,
  .paginate-dark.paginate-wrapper ul li .prev_page span {
    display: none;
  }
  .paginate-dark.paginate-wrapper ul li .next_page span.paginate-arrow,
  .paginate-dark.paginate-wrapper ul li .prev_page span.paginate-arrow {
    display: flex;
    margin: 0;
  }
  .paginate-dark.paginate-wrapper ul li a {
    padding: 10px 10px 10px;
  }
  .paginate-dark.paginate-wrapper ul li .next_page {
    margin-left: 10px;
  }
  .paginate-dark.paginate-wrapper ul li .prev_page {
    margin-right: 10px;
  }
  .diagnostic-work__subtitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .new-page .diagnostic-group__item {
    width: calc((100% - 30px) / 2);
  }
  .paginate-bottom-wrapper {
    margin-top: 15px;
  }
  .diagnostic-work__wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
}
@media (max-width: 450px) {
}

/* Детальная */

.news-page-detailed .news-page-detailed-wrapper {
  max-width: 1104px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.news-page-detailed .container {
  position: relative;
}
.news-page-detailed-title {
  margin-bottom: 32px;
}
.news-page-detailed-wrapper p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.news-page-detailed-full {
  width: 100%;
  border-radius: 16px;
}
.news-page-detailed h1 {
  margin-bottom: 32px;
}
.news-page-detailed-text img {
  width: 100%;
}
.news-page-detailed-text-bottom p {
  margin-bottom: 0;
}
.news-page-detailed-left {
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  flex-direction: column;
}
.news-page-detailed-left a {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  background: #ebebec;
  border-radius: 100px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  color: #141416;
  text-decoration: none;
  margin-bottom: 12px;
}
.news-page-detailed-data {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
}

@media (max-width: 1700px) {
  .news-page-detailed .news-page-detailed-wrapper {
    max-width: 900px;
  }
}
@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
  .news-page-detailed .news-page-detailed-wrapper {
    max-width: 100%;
  }
  .news-page-detailed-left {
    position: relative;
    top: 0;
    left: 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    align-items: center;
  }
  .news-page-detailed-left a {
    padding: 7px 16px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .news-page-detailed-wrapper p {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1050px) {
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .news-page-detailed-title {
    margin-bottom: 16px;
  }
  .news-page-detailed-full {
    width: 100%;
  }

  .news-page-detailed .news-page-detailed-wrapper {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
}
@media (max-width: 450px) {
}

/* Контакты */

.contacts-map-title {
  margin-bottom: 36px;
  margin-top: 20px;
}
.contacts-map {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 83px;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.contacts-map-item {
  width: 50%;
}
.contacts-map-item {
  padding-right: 48px;
}
.contacts-map-item iframe {
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #ebebec;
}

.contacts-map-adress-wrapper {
  margin-bottom: 32px;
}

.contacts-map-title-top {
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contacts-map-adress-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contacts-map-adress {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
  width: 100%;
}
.contacts-map-metro {
  font-size: 18px;
  line-height: 120%;
  margin-right: 32px;
}
.contacts-map-metro svg {
  margin-right: 5.88px;
}
.contacts-map-time {
  font-size: 18px;
  line-height: 120%;
  color: #a0a0a0;
}
.contacts-map-btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  padding: 22px 0px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  color: #141416;
  text-decoration: none;
  max-width: 282px;
  margin-bottom: 48px;
}
.contacts-map-tel-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contacts-map-tel-item {
  margin-right: 48px;
  display: flex;
  flex-direction: column;
}
.contacts-map-tel-item {
  font-size: 18px;
  line-height: 120%;
}
.contacts-map-tel-item a {
  font-weight: 700;
  color: #141416;
}
.contacts-map-tel-item span {
  margin-bottom: 8px;
}
.contacts-map-tel-item a:hover {
  text-decoration: none;
}

.driving-directions-title {
  margin-bottom: 40px;
}
.driving-directions-wrapper {
  display: none;
}
.driving-directions-wrapper.active {
  display: block;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  z-index: 1;
}
.driving-directions-show.active {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  z-index: 1;
  margin-top: -60px;
  border: none;
}

.driving-directions-show {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  background: #f8f8f9;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  cursor: pointer;
}
.driving-directions-show {
  margin-bottom: 93px;
}

.driving-directions-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.driving-directions-item_cl:first-child {
  width: calc(50% - 10px);
}
.driving-directions-item_cl:last-child {
  width: calc(50% - 51px);
}

.driving-directions-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #141416;
  position: relative;
  padding: 5px;
}
.driving-directions-slider.owl-theme .owl-dots .owl-dot.active span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #141416;
  border-radius: 50%;
}
.driving-directions-slider.owl-theme.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: url(/local/templates/main/assets/css/../img/Slide-left.svg);
  background-size: 40px;
  position: absolute;
  top: 42%;
  left: -25px;
}
.driving-directions-slider.owl-theme.owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: url(/local/templates/main/assets/css/../img/Slide-right.svg);
  background-size: 40px;
  position: absolute;
  top: 42%;
  right: -25px;
}
.driving-directions-slider .owl-item {
  border-radius: 16px;
  overflow: hidden;
}
.driving-directions-slider img {
  border-radius: 16px;
  overflow: hidden;
}

.driving-directions-text-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 16px;
}
.driving-directions-text {
  font-size: 18px;
  line-height: 140%;
}
.driving-directions-item {
  margin-bottom: 30px;
}

.dark-background-center {
  padding-top: 45px;
  padding-bottom: 49px;
}

.dark-background-wrapper .container {
  background: #141416;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.dark-background-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dark-background-tel-wrap {
  display: flex;
  flex-wrap: wrap;
}
.dark-background-title {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  max-width: 500px;
  margin-right: 80px;
}
.dark-background-wrapper {
  margin-top: 100px;
}
.dark-background-tel span {
  font-size: 24px;
  line-height: 120%;
  margin-right: 16px;
  color: #ffffff;
}
.dark-background-tel a {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  color: #ffce00;
}
.dark-background-tel a:hover {
  text-decoration: none;
}
.dark-background-tel {
  margin-right: 48px;
}
.dark-background-tel:last-child {
  margin-right: 0px;
}
.section-subscribe.contacts-page {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .contacts-map-item {
    width: 100%;
  }
  .contacts-map-item {
    width: 100%;
  }
  .contacts-map-item iframe {
    height: 300px;
    width: 100%;
    padding-right: 0;
  }
  .contacts-map-item {
    padding-right: 0;
  }
  .driving-directions-item {
    flex-direction: column;
  }
  .driving-directions-item_cl:first-child {
    width: 100%;
  }
  .driving-directions-item_cl:last-child {
    width: 100%;
  }
  .contacts-map-title-top {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contacts-map-adress {
    font-size: 16px;
    margin-right: 0px;
  }
  .contacts-map-time {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .contacts-map-adress-wrapper {
    margin-bottom: 15px;
  }
  .contacts-map-btn {
    margin-bottom: 20px;
  }
  .contacts-map {
    margin-bottom: 38px;
  }
  .driving-directions-show.active {
    margin-top: -20px;
  }
  .dark-background-center {
    flex-direction: column;
  }
  .dark-background-title {
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .dark-background-tel span {
    font-size: 16px;
  }
  .dark-background-tel a {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .dark-background-tel {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .section-subscribe.contacts-page {
    margin-top: 50px;
  }
}

/* о компании */

.banner-top-img-right .container {
  display: flex;
  flex-wrap: wrap;
}
.banner-top-img-right-item:first-child {
  width: calc(66% - 15px);
}
.banner-top-img-right-item:last-child {
  width: calc(35% - 2px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-top-img-title {
  margin-bottom: 32px;
  margin-top: 0;
}
.banner-top-img-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.banner-top-img-text p {
  margin-top: 0;
  margin-bottom: 33px;
}
.banner-top-img-text p:last-child {
  margin-bottom: 0px;
}

.yellow-items-left {
  margin-top: 80px;
}
.yellow-items-left .yellow-item {
  width: 380px;
  margin-right: 40px;
}
.yellow-items-left .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yellow-items-left .yellow-items-items .yellow-item-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 8px;
}
.yellow-items-left .yellow-items-items .yellow-item-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}

.slider-about-company .after-slide-wrap {
  display: flex;
  position: relative;
  bottom: 0px;
  z-index: 1;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.slider-about-company .after-slide-wrap button {
  display: none;
}
.slider-about-company .after-slide-wraps {
  margin: 0px;
}
.slider-about-company .after-slide-wraps .img:last-child {
  margin-right: 0;
}
.slider-about-company .after-slide-wraps .img:first-child {
  margin-left: 0;
}
.slider-about-company .after-slide-wrap .img {
  margin-top: 16px;
  margin-right: 16px;
  width: calc((100% - 85px) / 6);
  height: 112px;
  background-position: center;
}

.slider-about-company .after-slide-wraps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.customer-trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer-trust-item:first-child {
  width: calc(27% - 46px);
}
.customer-trust-item:last-child {
  width: calc(76% - 20px);
}
.customer-trust-block {
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 16px;
}
.customer-trust-block:last-child {
  margin-bottom: 0;
}
.customer-trust-block ul {
  margin: 0px;
}
.customer-trust-block ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 140%;
}
.customer-trust-block ul li:last-child {
  margin-bottom: 0px;
}
.customer-trust-block-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 22px;
}
.customer-trust-title {
  margin-bottom: 16px;
}
.customer-trust-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 40px;
}
.customer-trust-wrapper {
  overflow: hidden;
}

.customer-trust-img img {
  width: 100%;
}
.customer-trust-img {
  margin-bottom: 16px;
  display: flex;
}

.corporate-clients {
  background: #f8f8f9;
}
.corporate-clients .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corporate-clients-item:first-child {
  width: calc(27% - 46px);
}
.corporate-clients-item:first-child .h1-title {
  margin-top: 28px;
}
.corporate-clients-item:last-child {
  width: calc(76% - 20px);
}

.corporate-clients-img {
  background: #fff;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.corporate-clients-img img {
  max-width: 180px;
  height: 100px;
}
.corporate-clients .owl-theme .owl-nav {
  margin-top: 23px;
}

.corporate-clients-slider.owl-theme.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: 40px !important;
  top: 27%;
  right: -17px;
  background: url(/local/templates/main/assets/css/../img/Slide-right.svg);
}
.corporate-clients-slider.owl-theme.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: 40px !important;
  top: 27%;
  left: -17px;
  background: url(/local/templates/main/assets/css/../img/Slide-left.svg);
}

.corporate-clients-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #141416;
  position: relative;
  padding: 5px;
}
.corporate-clients-slider.owl-theme .owl-dots .owl-dot.active span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #141416;
  border-radius: 50%;
}
.corporate-clients {
  margin-top: 100px;
  padding-top: 64px;
  padding-bottom: 40px;
}

.history-victories {
  margin-top: 80px;
  overflow: hidden;
}
.column-count-item {
  width: 404px;
  height: 172px;
  border: 2px solid #ffce00;
  box-sizing: border-box;
  border-radius: 16px;
  margin-bottom: 16px;
}
.column-count-item:nth-child(4) {
  height: 360px;
}
.column-count-item:nth-child(8) {
  width: 824px;
}

.history-victories-title {
  margin-bottom: 16px;
}
.history-victories-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 40px;
}
.column-count-item {
  padding: 28px 32px;
}
.column-count-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 140%;
  color: #ffce00;
  margin-bottom: 4px;
}
.column-count-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
}

.attestat-wrapper {
  margin-top: 64px;
}
.attestat-wrapper .container {
  display: flex;
  flex-wrap: wrap;
}
.attestat-img {
  width: calc((100% - 64px) / 5);
  margin-right: 16px;
}
.attestat-img img {
  width: 100%;
}
.attestat-img:last-child {
  margin-right: 0px;
}

.diagnostic-work.about-company {
  padding-top: 100px;
}

@media (max-width: 1700px) {
  .slider-about-company .after-slide-wrap .img {
    height: 80px;
  }
}
@media (max-width: 1440px) {
  .corporate-clients .container {
    flex-direction: column;
  }
  .corporate-clients-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .corporate-clients-item:last-child {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .customer-trust-items {
    flex-direction: column;
  }

  .customer-trust-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .customer-trust-item:last-child {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .column-count-item {
    width: 100% !important;
    height: auto !important;
    border: 2px solid #ffce00;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1050px) {
  .slider-about-company .after-slide-wrap .img {
    height: 60px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
  .corporate-clients-item:first-child .h1-title {
    margin-top: 0px;
  }
  .banner-top-img-right .container {
    flex-direction: column;
  }
  .banner-top-img-right-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .banner-top-img-right-item:last-child {
    width: 100%;
    margin-top: 20px;
  }

  .customer-trust-img {
    margin-bottom: 16px;
    display: flex;
    width: 100%;
  }

  .banner-top-img-text p {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .banner-top-img-text p {
    font-size: 18px;
  }
  .yellow-items-left {
    margin-top: 40px;
  }
  .yellow-items-left .yellow-items-items .yellow-item-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .yellow-items-left .yellow-items-items .yellow-item-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
  }
  .yellow-items-left .yellow-item {
    width: 100%;
    margin-right: 0px;
  }
  .grid-item--width1, .grid-item--width3, .grid-item--width4, .grid-item--width5{
    display: none;
  }
  #gallery-container{
    min-height: 555px;
  }
  .customer-trust-desc {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .customer-trust-block {
    padding: 26px;
    margin-bottom: 10px;
  }

  .banner-top-img-right-item:last-child img {
    width: 120px;
  }

  .customer-trust-block-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .corporate-clients {
    margin-top: 100px;
    padding-top: 64px;
    padding-bottom: 88px;
  }

  .corporate-clients {
    margin-top: 50px;
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .history-victories {
    margin-top: 40px;
  }
  .history-victories-desc {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .column-count-item {
    padding: 22px 26px;
  }
  .attestat-wrapper .container {
    justify-content: space-between;
  }
  .attestat-img {
    width: calc((100% - 16px) / 2);
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .attestat-wrapper {
    margin-top: 32px;
  }
  .diagnostic-work.about-company {
    padding-top: 50px;
  }
  .after-slide-wrap .img {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .after-slide-wrap .img {
    height: 45px;
  }
}
@media (max-width: 450px) {
  .after-slide-wrap .img {
    height: 30px;
  }
}

/* о компании */

.work-title {
  margin-bottom: 24px;
}
.work-desc {
  font-size: 28px;
  line-height: 140%;
}
.work-desc a {
  font-size: 28px;
  line-height: 140%;
  color: #141416;
  text-decoration: none;
}
.work-desc a span:first-child {
  text-decoration: underline;
}
.work-desc a span:first-child:hover {
  text-decoration: none;
}
.work-desc a span:last-child {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #a0a0a0;
}
.work-desc a:hover {
  text-decoration: none;
}

.vacancies-tabs-wrapper {
  margin-top: 64px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.vacancies-tabs-item:last-child {
  display: flex;
  margin-right: 0px;
}
.vacancies-tabs-item {
  margin-right: 24px;
}
.vacancies-tabs-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}
.vacancies-tabs-btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  color: #141416;
  text-decoration: none;
  margin-right: 12px;
  cursor: pointer;
}
.vacancies-tabs-btn:last-child {
  margin-right: 0px;
}
.vacancies-tabs-btn.active {
  background: #141416;
  border-radius: 6px;
  color: #f8f8f9;
}
.block-vacancies-items {
  display: none;
  flex-wrap: wrap;
}
.block-vacancies-items.active {
  display: flex;
}
.block-vacancies-item {
  width: calc((100% - 33px) / 3);
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
  margin-right: 16px;
  margin-bottom: 24px;
  padding: 24px 32px;
  position: relative;
}
.block-vacancies-item:nth-child(3n) {
  margin-right: 0px;
}
.block-vacancies-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 15px;
}
.block-vacancies-text {
  font-size: 16px;
  line-height: 120%;
}
.block-vacancies-show {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-vacancies-show {
  position: absolute;
  bottom: unset;
  left: -1px;
  z-index: 1;
}

.block-vacancies-item.active {
  background: #ffffff;
  /* Black */

  border: 1px solid #141416;
  box-sizing: border-box;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.08);
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  padding-bottom: 0;
}
.block-vacancies-item .block-vacancies-show {
  display: none;
}
.block-vacancies-item.active .block-vacancies-show {
  display: block;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-top: none;
  border-radius: 0 0 6px 6px;
  width: calc(100% + 2px);
  background: #ffffff;
  padding: 12px 33px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.duties-items {
  margin-bottom: 24px;
}
.duties-items:last-child {
  margin-bottom: 0px;
}
.duties-items span {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #a0a0a0;
  margin-bottom: 16px;
  display: inline-block;
}
.duties-items ul {
  margin: 0;
}
.duties-items ul.items-list li {
  margin-bottom: 16px;
}
.duties-items ul.items-list li:last-child {
  margin-bottom: 0px;
}
.block-vacancies-btn {
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  padding: 14px 24px 14px 28px;
  background: #141416;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 7px;
  cursor: pointer;
  display: inline-block;
}
.block-vacancies-btn:hover {
  color: #141416;
  background: #fff;
  outline: 2px solid #141416;
}

.vacancies-arrow {
  position: absolute;
  right: 17px;
  top: 33px;
  cursor: pointer;
}
.vacancies-arrow.active {
  transform: rotate(180deg);
}

.benefits-program-yellow {
  background: #fff5cc;
  padding-top: 74px;
  padding-bottom: 79px;
  margin-top: 43px;
}
.benefits-program-yellow .benefits-program-item {
  width: 45%;
  margin-right: 5%;
}
.benefits-program-yellow .benefits-program-title {
  margin-right: 115px;
}

.customer-trust-wrapper.work-page {
  padding-top: 68px;
}

@media (max-width: 1050px) {
  .vacancies-tabs-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
  .vacancies-tabs-title {
    margin-bottom: 16px;
  }
  .block-vacancies-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }

  .block-vacancies-item:nth-child(2n) {
    margin-right: 0px !important;
  }
  .vacancies-arrow {
    right: 5px;
  }
  .block-vacancies-item {
    padding: 18px 18px;
  }
}

@media (max-width: 768px) {
  .vacancies-tabs-item:last-child {
    flex-direction: column;
  }
  .vacancies-tabs-btn {
    padding: 7px 16px;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .vacancies-tabs-wrapper {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .work-desc {
    font-size: 19px;
  }
  .work-desc a {
    font-size: 19px;
  }
  .vacancies-tabs-title {
    font-size: 20px;
  }
  .benefits-program-yellow .benefits-program-title {
    margin-right: 0px;
  }
  .work-desc a.phone-top {
    display: flex;
  }
  .work-desc a span:last-child {
    margin-left: 8px;
  }
}
@media (max-width: 600px) {
  .block-vacancies-item {
    width: 100%;
  }
  .block-vacancies-item {
    margin-right: 0px !important;
  }
  .benefits-program-yellow .benefits-program-item {
    width: 100%;
    margin-right: 0px;
  }
}
/* trade-in  */

.beforeAfter_slider-row-reverse .beforeAfter_slider {
  flex-direction: row-reverse;
}
.beforeAfter_slider-row-reverse .beforeAfter_slider .yellowBtn {
  display: inline-block;
}
.beforeAfter_slider_desc {
  font-size: 28px;
  line-height: 120%;
  margin-top: 16px;
  margin-bottom: 32px;
}
.beforeAfter_slider-row-reverse .items-list {
  margin-top: 32px;
  margin-bottom: 40px;
}
.beforeAfter_slider-row-reverse .items-list li {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 12px;
}
.beforeAfter_slider-row-reverse .items-list li:last-child {
  margin-bottom: 0px;
}
.beforeAfter_slider-row-reverse .beforeAfter_slider_title {
  margin-top: 0px;
}
.beforeAfter_slider-top {
  margin-top: 32px;
}

.beforeAfter_slider-top .beforeAfter_slider {
  margin-top: 0px;
}
.beforeAfter_slider-top .beforeAfter_slider {
  margin-bottom: 0;
}
.beforeAfter_slider-top .beforeAfter_slider_right {
  padding-left: 0px;
}

.diagnostic-work.Trade-in-page {
  display: flex;
}
.diagnostic-work.Trade-in-page .diagnostic-group {
  justify-content: flex-start;
}

.diagnostic-work.Trade-in-page .diagnostic-group__item {
  border: none;
}
.diagnostic-group__img {
  border: 1px solid #ebebec;
  border-bottom: none;
}
.diagnostic-work.Trade-in-page .diagnostic-group__desc {
  border: 1px solid #ebebec;
}
.diagnostic-work.Trade-in-page .diagnostic-group__item {
  width: calc((100% - 64px) / 5);
  align-items: flex-start;
  margin-right: 16px;
}
.diagnostic-work.Trade-in-page .diagnostic-group__item:nth-child(5n) {
  margin-right: 0px;
}
.trade-in-benefit__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  background: #141416;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  margin-bottom: 16px;
  width: max-content;
}
.trade-in-benefit__price {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
}
.diagnostic-work.Trade-in-page .diagnostic-group__desc {
  width: 100%;
  background: #f8f8f9;
  border-radius: 0 0 16px 16px;
}
.Trade-in-page__title {
  margin-bottom: 40px;
}
.yellow-tr-in .yellow-item {
  width: calc((100% - 144px) / 4);
}
.yellow-tr-in .container {
  display: block;
}
.yellow-tr-in .yellow-item {
  margin-right: 48px;
}
.yellow-tr-in-title {
  text-align: center;
  margin-bottom: 40px;
}
.yellow-items-left.yellow-tr-in .yellow-item-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
}
.yellow-items-left.yellow-tr-in .yellow-item-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
}
.benefits-program-bg-unset {
  background: unset;
  padding-bottom: 0;
}
.benefits-program-bg-unset .container {
  display: flex;
  align-items: flex-start;
}
.benefits-program-bg-unset .benefits-program-title {
  display: flex;
  flex-direction: column;
}
.benefits-program-bg-unset .benefits-program-title span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #a0a0a0;
  margin-top: 30px;
}
.auto-availability.trade-in-page {
  background: unset;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 100px;
}
.auto-availability-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px 48px 24px;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  margin: 0 auto;
  width: max-content;
  margin-top: 32px;
}
.faq-wtapper {
  background: #f8f8f9;
  margin-top: 100px;
  padding-bottom: 100px;
}
.faq-wtapper .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1414px;
  justify-content: space-between;
}
.faq-wtapper .faq-cl:first-child {
  width: calc(40% - 30px);
  display: flex;
  justify-content: center;
}
.faq-wtapper .faq-cl:last-child {
  width: calc(60% - 6px);
}
.faq-items {
  display: flex;
  flex-direction: column;
}
.faq-item {
  position: relative;
  background: #ffffff;
  /* Black */
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 32px;
  padding-right: 80px;
  margin-bottom: 16px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-title {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #141416;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.faq-title:after {
  content: url(/local/templates/main/assets/css/../img/icon=plus.svg);
  position: absolute;
  right: 32px;
  cursor: pointer;
}
.faq-title.active:after {
  content: url(/local/templates/main/assets/css/../img/icon=minus.svg);
  position: absolute;
  right: 32px;
  cursor: pointer;
}
.faq-text p {
  margin-top: 0;
  margin-bottom: 7px;
}
.faq-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 120%;
}
.faq-text ul {
  margin: 0;
  padding-left: 23px;
}
.faq-text ul li {
  margin-bottom: 7px;
}
.faq-text ul li:last-child {
  margin-bottom: 0px;
}
.faq-text {
  display: none;
}
@media (max-width: 1700px) {
  .diagnostic-work.Trade-in-page .diagnostic-group__item {
    width: calc((100% - 48px) / 4);
    margin-bottom: 16px;
  }
  .diagnostic-work.Trade-in-page .diagnostic-group__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .diagnostic-work.Trade-in-page .diagnostic-group__item {
    width: calc((100% - 32px) / 3);
  }
  .diagnostic-work.Trade-in-page .diagnostic-group__item {
    margin-right: 16px !important;
  }
  .diagnostic-work.Trade-in-page .diagnostic-group__item:nth-child(3n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 1280px) {
  .yellow-items-left.yellow-tr-in .yellow-item {
    width: calc((100% - 110px) / 2);
  }
}
@media (max-width: 768px) {
  .diagnostic-work.Trade-in-page .diagnostic-group__item {
    width: calc((100% - 16px) / 2);
  }
  .diagnostic-work.Trade-in-page .container .diagnostic-group__item {
    margin-right: 16px !important;
  }
  .diagnostic-work.Trade-in-page
    .container
    .diagnostic-group__item:nth-child(2n) {
    margin-right: 0px !important;
  }
  .diagnostic-work.Trade-in-page .diagnostic-group__desc {
    padding: 16px;
  }
  .beforeAfter_slider-row-reverse .beforeAfter_slider {
    flex-direction: column-reverse;
  }
  .beforeAfter_slider_desc {
    font-size: 20px;
    line-height: 120%;
    margin-top: 7px;
    margin-bottom: 15px;
  }
  .beforeAfter_slider-row-reverse .items-list {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .beforeAfter_slider-top .beforeAfter_slider_right {
    padding-bottom: 16px;
  }
  .yellow-items-left.yellow-tr-in .yellow-item {
    width: 100%;
  }
  .faq-wtapper .container {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .faq-wtapper .faq-cl:first-child {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .faq-wtapper .faq-cl:last-child {
    width: 100%;
  }
  .yellow-items-left.yellow-tr-in .yellow-item-title {
    font-size: 18px;
  }
  .yellow-items-left.yellow-tr-in .yellow-item-desc {
    font-size: 16px;
  }
  .yellow-tr-in-title {
    margin-bottom: 20px;
  }
  .benefits-program-yellow {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .auto-availability.trade-in-page {
    margin-top: 50px;
  }
  .auto-availability.trade-in-page .section-subtitle {
    font-size: 20px;
  }
  .auto-availability.trade-in-page .section-title {
    margin-bottom: 16px;
  }
  .auto-availability.trade-in-page .card__block {
    margin-top: 20px;
  }
  .faq-wtapper {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .diagnostic-work.Trade-in-page .container .diagnostic-group__item {
    width: 100%;
  }
  .diagnostic-work.Trade-in-page .container .diagnostic-group__item {
    margin-right: 0px !important;
  }
}

/* страхование */

.insurance-page .banner-align-items-center-items {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.insurance-page .banner-align-items-center-items {
  justify-content: space-between;
}

.insurance-page .banner-align-items-center-item:last-child {
  width: 58%;
}
.insurance-page .banner-align-items-center-item:first-child {
  width: calc(43% - 19px);
  margin-right: 0px;
}

.partners-slider {
  background: unset;
  padding-top: 0;
  padding-bottom: 0;
}
.partners-title {
  margin-bottom: 40px;
}
.partners-slider .owl-carousel.owl-drag .owl-item {
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
}
.partners-slider .corporate-clients-img {
  padding-top: 0px;
  padding-bottom: 0px;
}
.partners-slider img {
  max-width: unset;
  height: auto;
  object-fit: scale-down;
}

.types-insurance-items {
  display: flex;
  flex-wrap: wrap;
}
.types-insurance-item {
  width: calc((100% - 64px) / 5);
  margin-right: 16px;
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  padding-top: 28px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.types-insurance-item:last-child {
  margin-right: 0px;
}
.types-insurance-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 40px;
}
.types-insurance-item-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.types-insurance-item-text {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 24px;
}
.types-insurance-item-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  text-decoration: none;
  color: #141416;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}
.types-insurance-item-btn:hover {
  background: #141416;
  color: #fff;
}

.tooltip-item-wt {
  cursor: pointer;
}
.tooltip-item-wt {
  position: relative;
  height: 20px;
  margin-left: 8px;
}

.tooltip-item-wt .tooltiptext-wt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  visibility: hidden;
  width: 460px;
  background-color: #ffffff;
  color: #141416;
  border-radius: 6px;
  top: 25px;
  right: -355px;
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  z-index: 1;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.tooltip-item-wt:hover .tooltiptext-wt {
  visibility: visible;
}

.profitable-terms-wrapper {
  background: #fff5cc;
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.profitable-terms-title {
  margin-bottom: 40px;
  text-align: center;
}
.profitable-terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.profitable-term {
  width: 372px;
  margin-right: 48px;
  display: flex;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}
.profitable-term:last-child {
  width: 372px;
  margin-right: 0px;
}
.profitable-terms-ico {
  margin-right: 16px;
}
.profitable-terms-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}

.banner-align-items-center-wrap.insurance-bt-page
  .banner-align-items-center-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.banner-align-items-center-wrap.insurance-bt-page
  .banner-align-items-center-item:first-child {
  width: calc(55% - 15px);
}

.banner-align-items-center-wrap.insurance-bt-page
  .banner-align-items-center-item:last-child {
  width: 40%;
}
.banner-align-items-center-wrap.insurance-bt-page
  .banner-align-items-center-title {
  margin-bottom: 40px;
}

.spare-parts-form-wrap.insurance-page .spare-parts-items {
  max-width: 1382px;
}
.spare-parts-form-wrap.insurance-page .spare-parts-banner__text {
  width: 50%;
}
.spare-parts-form-wrap.insurance-page .spare-parts-banner__text p {
  font-weight: normal;
  font-size: 28px;
  line-height: 120%;
}
.spare-parts-form-wrap.insurance-page .spare-parts-items {
  padding: 77px 0px;
}

.faq-wtapper.insurance-page {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-map.insurance-page {
  padding-top: 0;
}

@media (max-width: 1700px) {
  .profitable-term {
    margin-bottom: 16px;
    margin-right: 22px;
  }
}
@media (max-width: 1440px) {
  .types-insurance-item {
    width: calc((100% - 48px) / 4);
    margin-bottom: 16px;
  }
  .types-insurance-item:nth-child(4n) {
    margin-right: 0px;
  }
}

@media (max-width: 1050px) {
  .types-insurance-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }
  .types-insurance-item:nth-child(3n) {
    margin-right: 0px !important;
  }
}

@media (max-width: 768px) {
  .banner-align-btn {
    padding: 22px 15px;
    width: 100%;
    text-align: center;
  }
  .tooltip-item-wt .tooltiptext-wt {
    padding: 15px;
    width: 297px;
    top: 25px;
    right: -194px;
  }
  .spare-parts-form-wrap.insurance-page .spare-parts-banner__text {
    width: 100%;
  }
  .spare-parts-form-wrap.insurance-page .spare-parts-items {
    padding: 30px 0px;
  }
  .spare-parts-form-wrap.insurance-page .spare-parts-banner__text p {
    font-weight: normal;
    font-size: 20px;
  }

  .banner-align-items-center-wrap.insurance-bt-page
    .banner-align-items-center-item:first-child {
    margin-bottom: 16px;
  }
  .banner-align-items-center-wrap.insurance-bt-page
    .banner-align-items-center-title {
    margin-bottom: 20px;
  }
  .insurance-bt-page {
    padding-top: 50px;
  }
  .profitable-terms-wrapper {
    margin-top: 100px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .profitable-terms-title {
    margin-bottom: 20px;
  }

  .profitable-term {
    margin-bottom: 16px;
    margin-right: 0px;
  }
  .profitable-terms-text {
    font-size: 18px;
  }

  .insurance-page .banner-align-items-center-items {
    flex-direction: column;
  }
  .insurance-page .banner-align-items-center-item:first-child {
    width: 100%;
    margin-right: 0px;
  }

  .insurance-page .banner-align-items-center-item:last-child {
    width: 100%;
    margin-bottom: 16px;
  }

  .types-insurance-items .types-insurance-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }
  .types-insurance-items .types-insurance-item:nth-child(2n) {
    margin-right: 0px !important;
  }

  .banner-align-items-center-wrap.insurance-bt-page
    .banner-align-items-center-items {
    flex-direction: column;
  }
  .banner-align-items-center-wrap.insurance-bt-page
    .banner-align-items-center-item:first-child {
    width: 100%;
  }

  .banner-align-items-center-wrap.insurance-bt-page
    .banner-align-items-center-item:last-child {
    width: 100%;
  }
  .insurance-page .banner-align-items-center-items {
    flex-direction: column-reverse;
  }
  .types-insurance-desc {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .types-insurance-item {
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .types-insurance-item-title {
    font-size: 16px;
  }
  .profitable-terms-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .types-insurance-items .types-insurance-item {
    width: 100%;
    margin-right: 0px !important;
  }
  .types-insurance-items .types-insurance-item:nth-child(2n) {
    margin-right: 0px !important;
  }

  .corporate-clients-slider.owl-theme.owl-carousel .owl-nav button.owl-prev,
  .corporate-clients-slider.owl-theme.owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
/* акции */

.akcii-data {
  margin-bottom: 12px;
}
.akcii-tabs-wrapper {
  margin-top: 24px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.akcii-tabs-item:last-child {
  display: flex;
  margin-right: 0px;
}
.akcii-tabs-item {
  margin-right: 24px;
}
.akcii-tabs-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}
.akcii-tabs-btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  color: #141416;
  text-decoration: none;
  margin-right: 12px;
}
.akcii-tabs-btn:last-child {
  margin-right: 0px;
}
.akcii-tabs-btn.active {
  background: #141416;
  border-radius: 6px;
  color: #f8f8f9;
}

@media (max-width: 768px) {
  .akcii-tabs-item:last-child {
    flex-direction: column;
  }
  .akcii-tabs-btn {
    padding: 7px 16px;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .akcii-tabs-wrapper {
    margin-top: 18px;
    margin-bottom: 15px;
  }

  .akcii-tabs-title {
    font-size: 20px;
  }
}

/*   Renault Business   */

.page-business-reverse {
  margin-top: 72px;
}
.page-business-reverse .banner-align-items-center-items {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.page-business-reverse .banner-align-items-center-item {
  width: 50%;
}
.page-business-reverse .banner-align-items-center-img {
  padding-left: 8px;
}

.spare-parts-form-wrap.business-page {
  margin-top: 120px;
}
.spare-parts-form textarea {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
  padding: 21px 28px;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 16px;
  min-height: 127px;
}

.spare-parts-form-wrap.business-page .spare-parts-items {
  max-width: 1308px;
}
.spare-parts-form-wrap.business-page .spare-parts-banner__text {
  width: 47%;
}
.spare-parts-form-wrap.business-page .spare-parts-items {
  padding-top: 73px;
  padding-bottom: 82px;
}
.spare-parts-form-wrap.business-page .spare-parts-form input[type="text"] {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
  padding: 21px 28px;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 16px;
}

.advantages-renault-business {
  margin-top: 120px;
}
.advantages-renault-business-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.advantages-renault-business-item:first-child {
  width: calc(44% - 16px);
  padding: 40px 48px;
  background: #f8f8f9;
  border-radius: 16px;
}
.advantages-renault-business-item:last-child {
  width: calc(55% - 43px);
}
ul.vertical-line-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.vertical-line-list li {
  margin-bottom: 0px;
  margin-bottom: 40px;
  padding-left: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
}
ul.vertical-line-list li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  background: #ffce00;
}
ul.vertical-line-list li:last-child {
  margin-bottom: 0;
}

.advantages-renault-business-title {
  margin-bottom: 32px;
}
.vertical-line-list-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}
.vertical-line-list-text {
  font-size: 18px;
  line-height: 120%;
}
.special-offer-renault-business-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}

ul.circle-check-mark {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.circle-check-mark li {
  margin-bottom: 0px;
  margin-bottom: 32px;
  padding-left: 53px;
  position: relative;
  display: flex;
  flex-direction: column;
}
ul.circle-check-mark li:before {
  content: "";
  background: url(/local/templates/main/assets/css/../img/circle-check-mark.svg) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
}
ul.circle-check-mark li:last-child {
  margin-bottom: 0;
}
.circle-check-mark-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}
.circle-check-mark-text {
  font-size: 16px;
  line-height: 120%;
}

@media (max-width: 768px) {
  .page-business-reverse .banner-align-items-center-items {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .page-business-reverse .banner-align-items-center-item:last-child {
    margin-bottom: 16px;
  }
  .page-business-reverse .banner-align-items-center-item {
    width: 100%;
  }
  .spare-parts-form-wrap.business-page {
    margin-top: 50px;
  }
  .spare-parts-form-wrap.business-page .spare-parts-items {
    padding-top: 22px;
    padding-bottom: 32px;
  }
  .advantages-renault-business {
    margin-top: 50px;
  }
  .advantages-renault-business-items {
    flex-direction: column;
  }
  .advantages-renault-business-item:first-child {
    width: 100%;
    margin-bottom: 16px;
    padding: 40px 28px;
  }
  .advantages-renault-business-item:last-child {
    width: 100%;
  }
  .vertical-line-list-title {
    font-size: 20px;
  }
  ul.vertical-line-list li {
    margin-bottom: 20px;
  }
  ul.circle-check-mark li {
    margin-bottom: 22px;
  }
}

/*     Кредитные программы */

.page-banner-tw.credit-programm-page .banner-align-items-center-item {
  width: 50%;
  margin-right: 0;
}
.page-banner-tw.credit-programm-page
  .banner-align-items-center-item:first-child {
  padding-right: 72px;
}
.page-banner-tw.credit-programm-page
  .banner-align-items-center-item:last-child {
  max-width: 684px;
}
.page-banner-tw.credit-programm-page .banner-align-items-center-title {
  max-width: 505px;
  margin-bottom: 16px;
}

.credit-programm-tw .container {
  max-width: 1414px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.credit-programm-tw-item {
  width: calc((100% - 16px) / 2);
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 24px 28px;
}
.credit-programm-tw-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 16px;
}
.credit-programm-tw-text {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.credit-programm-tw-item ul {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 24px;
}
.credit-programm-tw-item ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
}
.credit-programm-tw-item ul li:last-child {
  margin-bottom: 0px;
}
.credit-programm-tw-btn {
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  color: #141416;
  width: max-content;
}
.credit-programm-tw-btn:hover {
  background: #141416;
  color: #fff;
}

.credit-programm-form {
  margin-top: 120px;
  padding: 158px 0;
}
.credit-programm-form .spare-parts-items {
  max-width: 1384px;
}

.form_radio {
  margin-bottom: 12px;
}
.form_radio input[type="radio"] {
  display: none;
}
.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #141416;
}
.form_radio input:checked ~ label {
  font-weight: 700;
}
.form_radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(/local/templates/main/assets/css/../img/radio-1.svg) 0 0 no-repeat;
}

/* Checked */
.form_radio input[type="radio"]:checked + label:before {
  background: url(/local/templates/main/assets/css/../img/radio-2.svg) 0 0 no-repeat;
}

/* Hover */
.form_radio label:hover:before {
  filter: brightness(120%);
}

/* Disabled */
.form_radio input[type="radio"]:disabled + label:before {
  filter: grayscale(100%);
}
.form-radio-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 12px;
  color: #141416;
}
.form-radio-btn-wrap {
  margin-top: 17px;
  margin-bottom: 32px;
}

.credit-programm-form .spare-parts-banner__text {
  width: 56%;
}
.credit-programm-form .spare-parts-banner__text p {
  font-weight: normal;
  font-size: 28px;
  line-height: 120%;
  max-width: 682px;
}
.credit-programm-form .select {
  padding: 21px 28px;
}
.credit-programm-form .spare-parts-form input[type="text"] {
  padding: 21px 28px;
}

.interested-user.credit-page {
  margin-top: 120px;
  padding-bottom: 0px;
}
.interested-user.credit-page .interested-user-wrap {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .credit-programm-page {
    margin-top: 16px;
  }
  .page-banner-tw.credit-programm-page .banner-align-items-center-item {
    width: 100%;
  }
  .page-banner-tw.credit-programm-page
    .banner-align-items-center-item:first-child {
    padding-right: 0px;
  }
  .credit-programm-tw .container {
    justify-content: space-between;
    flex-direction: column;
  }
  .credit-programm-tw-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .credit-programm-form .spare-parts-banner__text {
    width: 100%;
  }
  .credit-programm-form {
    margin-top: 34px;
    padding: 10px 0;
  }
  .interested-user.credit-page {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .credit-programm-form .spare-parts-banner__text p {
    font-size: 20px;
  }
}

/*  классический кредит  */

.loan-page .diagnostic-group__item {
  margin-bottom: 16px;
  border: 0;
  border-radius: 0;
}
.loan-page .diagnostic-group {
  justify-content: flex-start;
}
.loan-page .diagnostic-group {
  justify-content: flex-start;
}

.loan-page .diagnostic-group img {
  width: 100%;
}
.loan-page .diagnostic-group__desc {
  width: 100%;
  padding: 0;
}
.loan-page .loan-page__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 16px;
  text-decoration: none;
}

.loan-page__table-wrap {
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 16px;
}
.loan-page__table-line {
  display: flex;
  border-bottom: 1px solid #ebebec;
}
.loan-page__table-line:last-child {
  border-bottom: 0;
}
.loan-page__table-column {
  border-right: 1px solid #ebebec;
}
.loan-page__table-column:last-child {
  border-right: 0;
}
.loan-page__table-column {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 140%;
}

.loan-page__table-column:first-child {
  width: 60%;
}
.loan-page__table-column:last-child {
  width: 40%;
  font-weight: bold;
}

.loan-page a.diagnostic-group__item {
  text-decoration: none;
  color: #141416;
}
.diagnostic-group__item.loan-page-last-text {
  justify-content: flex-end;
  color: #a0a0a0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.loan-page_title {
  margin-bottom: 16px;
}
.loan-page__desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 40px;
}

.banner-align-items-center-wrap.credit-classic-page
  .banner-align-items-center-items {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.banner-align-items-center-wrap.credit-classic-page
  .banner-align-items-center-item:first-child {
  width: calc(65% - 41px);
  margin-right: 0px;
}
@media (max-width: 1700px) {
  .banner-align-items-center-wrap.credit-classic-page
    .banner-align-items-center-item:first-child {
    width: calc(50% - 10px);
    margin-right: 0px;
  }
  .banner-align-items-center-wrap.credit-classic-page
    .banner-align-items-center-item:last-child {
    width: calc(50% - 10px);
    margin-right: 0px;
  }
}

@media (max-width: 1440px) {
  .loan-page__table-column {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 140%;
    font-size: 14px;
  }
  .loan-page__table-wrap {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .banner-align-items-center-wrap.credit-classic-page
    .banner-align-items-center-items {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .banner-align-items-center-wrap.credit-classic-page
    .banner-align-items-center-item:last-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .banner-align-items-center-wrap.credit-classic-page
    .banner-align-items-center-item:first-child {
    width: 100%;
  }
  .loan-page__desc {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*  программа поехали  */
.program-let-sgo-banner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program-let-sgo-banner .h1-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.program-let-sgo-banner-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 32px;
}
.program-let-sgo-banner-item:first-child {
  width: calc(42% - 15px);
}
.program-let-sgo-banner-item:last-child {
  width: calc(55% - 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program-let-sgo-banner-left {
  width: calc(47% - 2px);
}
.program-let-sgo-banner-right {
  width: calc(46% - 10px);
  background: #ffce00;
  border-radius: 16px;
}
.program-let-sgo-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px 48px 24px;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #141416;
  text-decoration: none;
}
.program-let-sgo-btn svg {
  margin-left: 12px;
}
.program-let-sgo-list {
  display: flex;
  align-items: flex-start;
}
.program-let-sgo-list-ico {
  margin-right: 12px;
}
.program-let-sgo-list {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 32px;
}
.program-let-sgo-list:last-child {
  margin-bottom: 0;
}
.program-let-sgo-banner-right {
  padding: 32px;
}
.program-let-sgo-gift {
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 16px;
}
.program-let-sgo-percent {
  font-size: 18px;
  line-height: 120%;
}
.program-let-sgo-list-text .tooltip-item-wt {
  margin-left: 0px;
}

.of-the-program {
  margin-top: 100px;
  background: #f8f8f9;
  padding: 120px 0;
}
.of-the-program .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.of-the-program-item:first-child {
  width: calc(35% - 38px);
}
.of-the-program-item:last-child {
  width: calc(65% - 18px);
  display: flex;
}
.of-the-program-item__title {
  margin-bottom: 16px;
}
.of-the-program-item__desc {
  font-size: 28px;
  line-height: 120%;
}
.of-the-program-item-column {
  width: calc((100% -48px) / 3);
  margin-right: 16px;
  background: #ffffff;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 29px 24px;
}

.of-the-program-item-column:last-child {
  margin-right: 0px;
}
.of-the-program-item-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.of-the-program-n {
  color: #ffce00;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  margin-right: 12px;
}
.of-the-program-item-text {
  font-size: 16px;
  line-height: 120%;
}

.note-text {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-top: 120px;
  color: #3c3c3c;
}

@media (max-width: 1440px) {
  .program-let-sgo-banner .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .program-let-sgo-banner-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .program-let-sgo-banner-item:last-child {
    width: 100%;
  }
  .of-the-program .container {
    flex-direction: column;
  }
  .of-the-program-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .of-the-program-item:last-child {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .program-let-sgo-list-text .tooltip-item-wt .tooltiptext-wt {
    right: auto;
  }
}
@media (max-width: 768px) {
  .program-let-sgo-banner-item:last-child {
    width: 100%;
    flex-direction: column;
  }
  .program-let-sgo-banner-left {
    width: 100%;
    margin-bottom: 16px;
  }
  .program-let-sgo-banner-right {
    width: 100%;
  }
  .of-the-program-item:last-child {
    width: 100%;
    flex-direction: column;
  }
  .of-the-program-item-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .program-let-sgo-banner-desc {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .program-let-sgo-list {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .program-let-sgo-banner-right {
    padding: 15px;
  }
  .program-let-sgo-gift {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .of-the-program {
    margin-top: 50px;
    padding: 50px 0;
  }
  .of-the-program-item__desc {
    font-size: 22px;
  }
  .note-text {
    margin-top: 50px;
  }
}

/*  Как оформить кредит  */

.get-loan-banner .container {
  display: flex;
  flex-wrap: wrap;
}
.get-loan-banner .container .h1-title {
  margin: 0;
}
.get-loan-item:first-child {
  width: calc(18% - 23px);
}
.get-loan-item:last-child {
  width: calc(84% - 20px);
}
.get-loan-item-column {
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 64px;
}
.get-loan-item-ico {
  margin-right: 16px;
}
.get-loan-item-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  display: flex;
  align-items: center;
}
.get-loan-item-text .tooltip-item-wt .tooltiptext-wt {
  align-items: flex-start;
  width: max-content;
  right: -50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.get-loan-item-text .tooltip-item-wt .tooltiptext-wt ol {
  padding-left: 18px;
}
.get-loan-item-text .tooltip-item-wt .tooltiptext-wt ol li {
  padding-bottom: 8px;
}
.get-loan-item-text .tooltip-item-wt .tooltiptext-wt ol li:last-child {
  padding-bottom: 0px;
}
.get-loan-banner {
  margin-top: 38px;
}

.faq-text ol {
  margin: 0;
  padding-left: 18px;
}
.faq-text ol li {
  margin-bottom: 10px;
}
.faq-text ol li:last-child {
  margin-bottom: 0px;
}
.faq-wtapper.loan-page-faq {
  margin-top: 56px;
}

@media (max-width: 1700px) {
  .get-loan-item-column {
    margin-bottom: 20px;
    margin-right: 30px;
  }
  .get-loan-item-line {
    padding-left: 20px;
  }
}
@media (max-width: 1440px) {
  .get-loan-banner .container {
    flex-direction: column;
  }
  .get-loan-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .get-loan-item:last-child {
    width: 100%;
  }

  .get-loan-item-text .tooltip-item-wt .tooltiptext-wt {
    width: 300px;
    right: auto;
    left: -72px;
  }
  .get-loan-item-text .tooltip-item-wt .tooltip-item-wt {
    position: unset;
  }
  .get-loan-item-text {
    position: relative;
  }
}

@media (max-width: 768px) {
  .get-loan-item-line {
    padding-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
  }

  .get-loan-item-column {
    margin-right: 0px;
  }
  .get-loan-item-text {
    font-size: 18px;
    position: relative;
  }
  .get-loan-item-ico {
    margin-right: 8px;
  }
}

/* Расчет кредита */

.loan-calculation {
  margin-top: 38px;
}
.loan-calculation-text p {
  font-size: 28px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 25px;
}
.loan-calculation h1 {
  margin-top: 0;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .loan-calculation-text p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .loan-calculation h1 {
    margin-bottom: 15px;
  }
}

/* кредит на автомобили с пробегом */

.used-cars-credit .banner-align-items-center-item:first-child {
  width: calc(55% - 31px);
}

.used-cars-credit .banner-align-items-center-item:last-child {
  width: calc(43% - 27px);
}
.used-cars-credit .banner-align-items-center-items {
  justify-content: space-between;
}

.used-cars-credit {
  margin-bottom: 50px;
}
.Inter-Black {
  font-weight: 900;
}
.special-program-wrap .h1-title {
  margin-bottom: 16px;
}
.special-program-wrap ul.circle-check-mark li {
  margin-bottom: 45px;
}
.special-program-desc {
  font-size: 28px;
  line-height: 120%;
}
.special-program-items {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.special-program-item:first-child {
  width: calc(36% - 29px);
  background: #ffce00;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px;
}
.special-program-bid {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 4px;
}
.special-program-bid-n {
  font-weight: 900;
  font-size: 80px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 16px;
}
.special-program-bid-text {
  font-size: 28px;
  line-height: 120%;
}

.special-program-item:last-child {
  width: calc(60% - 33px);
}
.special-program-wrap ul.circle-check-mark li:before {
  content: "";
  top: auto;
}
.special-program-wrap ul.circle-check-mark li {
  flex-direction: row;
  align-items: center;
}

.reliability-guarantees-wrap {
  background: #f8f8f9;
  padding: 64px 0;
  margin-top: 100px;
}
.reliability-guarantees-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.reliability-guarantees-item:first-child {
  width: calc(31% - 29px);
}
.reliability-guarantees-item:last-child {
  width: calc(67% - 12px);
  display: flex;
  flex-wrap: wrap;
}
.reliability-guarantees-r:first-child {
  width: calc(53% - 17px);
}
.reliability-guarantees-r:last-child {
  width: calc(46% - 10px);
}
.reliability-guarantees-r {
  margin-right: 16px;
  background: #ffffff;
  border: 2px solid #ffce00;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 20px 24px;
}
.reliability-guarantees-r:last-child {
  margin-right: 0px;
}

.reliability-guarantees-bt {
  background: #ffffff;
  border: 2px solid #ffce00;
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 17.5px 24px;
  margin-right: 48px;
}
.reliability-guarantees-bt:last-child {
  margin-right: 0px;
}
.reliability-guarantees-bt-text {
  margin-left: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 1280px) {
  .special-program-items {
    align-items: center;
    flex-direction: column;
  }
  .special-program-item:first-child {
    width: 100%;
    margin-bottom: 25px;
  }
  .special-program-item:last-child {
    width: 100%;
  }
  .reliability-guarantees-wrap .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .reliability-guarantees-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .reliability-guarantees-item:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .used-cars-credit .banner-align-items-center-item:first-child {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .used-cars-credit .banner-align-items-center-item:last-child {
    width: 100%;
  }
  .used-cars-credit {
    margin-bottom: 25px;
  }
  .special-program-desc {
    font-size: 20px;
  }
  .special-program-items {
    margin-top: 23px;
  }
  .special-program-bid-n {
    font-size: 40px;
  }
  .special-program-bid-text {
    font-size: 20px;
  }
  .reliability-guarantees-wrap {
    padding: 30px 0;
    margin-top: 50px;
  }
  .reliability-guarantees-item:last-child {
    width: 100%;
  }
  .reliability-guarantees-r:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .reliability-guarantees-r:last-child {
    width: 100%;
  }
  .reliability-guarantees-bt {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}

/* Акции типовая  */
.akcii-single .container {
  max-width: 1104px;
}
.akcii-single h1 {
  margin-top: 0;
  margin-bottom: 32px;
}
.akcii-single-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 26px;
  margin-top: 29px;
}
.akcii-single-desc {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 13px;
}
.akcii-single ul {
  margin-top: 0;
  margin-bottom: 32px;
}
.akcii-single ul li {
  margin-bottom: 20px;
}
.akcii-single ul li:last-child {
  margin-bottom: 20px;
}
.akcii-text-bottom {
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
  margin-bottom: 16px;
}
.akcii-text-bottom:last-child {
  margin-bottom: 0px;
}

.akcii-single-form {
  background: unset;
}
.akcii-single-form .container {
  background: #141416;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.akcii-single-form .spare-parts-items {
  max-width: 1323px;
  padding: 104px 0px;
}
.akcii-single-form .spare-parts-form {
  width: 420px;
  background: unset;
  box-shadow: unset;
  border-radius: unset;
  padding: unset;
}
.akcii-single-form input[type="submit"] {
  background: #ffce00;
  color: #141416;
}
.akcii-single-form .spare-parts-banner__text {
  width: 63%;
}
.akcii-single-form .subscribe-form__caption {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
}
.akcii-single-form .subscribe-form__caption a {
  color: #fff;
}

.akcii-single img {
  width: 100%;
  border-radius: 16px;
}
.section-map-action {
  padding-top: 55px;
}

@media (max-width: 768px) {
  .akcii-single-title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .akcii-single-desc {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .akcii-single ul {
    margin-bottom: 15px;
  }
  .akcii-single-form .spare-parts-items {
    padding: 50px 0px;
  }
  .akcii-single-form .spare-parts-banner__text {
    width: 100%;
  }
  .akcii-single-form .spare-parts-form {
    width: 100%;
  }
}

/* Лизинг */

.leasing-page .banner-align-items-center-desc {
  max-width: 684px;
}
.leasing-banner-text {
  font-size: 16px;
  line-height: 130%;
  max-width: 544px;
}
.leasing-page .banner-align-items-center-desc {
  margin-bottom: 52px;
}
.leasing-page .banner-align-btn {
  margin-top: 20px;
}
.leasing-page {
  margin-top: 32px;
}

.benefits-renault-seasing-program {
  margin-top: 100px;
  background: #f8f8f9;
  padding: 64px 0;
}

.benefits-renault-seasing-program .circle-check-mark {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits-renault-seasing-program ul.circle-check-mark li {
  width: calc((100% - 70px) / 2);
  flex-direction: row;
  align-items: center;
  min-height: 40px;
}
.benefits-renault-seasing-program ul.circle-check-mark li:before {
  content: "";
  top: auto;
}
.benefits-renault-seasing-program-title {
  margin-bottom: 16px;
}
.benefits-renault-seasing-program-desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 56px;
}
ul.circle-check-mark li:last-child {
  margin-bottom: 32px;
}
.benefits-renault-seasing-program-bottom {
  max-width: 684px;
  font-size: 16px;
  line-height: 130%;
}

.renault-leasing-catalog .diagnostic-group__item {
  margin-bottom: 16px;
  border: none;
}
.renault-leasing-catalog .diagnostic-group__img {
  border: none;
}
.renault-leasing-catalog .diagnostic-group__desc {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 8px;
}
.renault-leasing-catalog .trade-in-benefit__title {
  margin-bottom: 0;
  margin-right: 24px;
}
.renault-leasing-catalog .trade-in-benefit__price {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}
.renault-leasing-catalog .diagnostic-work__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px 20px 24px;
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  max-width: 447px;
  height: auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
}
.renault-leasing-catalog .diagnostic-work__btn:hover {
  color: #141416;
}

.leasing-slider .container {
  justify-content: space-between;
  flex-direction: column;
}
.leasing-slider .partners-title {
  margin-bottom: 16px;
}
.partners__desc {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 40px;
}

.renault-leasing .advantages-renault-business-item ul ul {
  padding-left: 26px;
  list-style: disc;
}
.renault-leasing .advantages-renault-business-item ul ul li {
  display: list-item;
  font-size: 18px;
  line-height: 120%;
  padding-left: 8px;
  margin-bottom: 13px;
}
.renault-leasing .advantages-renault-business-item ul ul li:last-child {
  margin-bottom: 0px;
}
.renault-leasing .advantages-renault-business-item ul ul li:before {
  content: unset;
}
.renault-leasing .advantages-renault-business-item img {
  width: 100%;
}
.renault-leasing .advantages-renault-business-item:first-child {
  width: calc(51% - 24px);
  padding: 0;
  background: unset;
  border-radius: unset;
}
.renault-leasing .advantages-renault-business-item:last-child {
  width: calc(53% - 120px);
}
.renault-leasing {
  margin-top: 100px;
}
.renault-leasing .advantages-renault-business-items {
  align-items: flex-start;
}

@media (max-width: 1280px) {
  .renault-leasing .advantages-renault-business-items {
    flex-direction: column;
  }
  .renault-leasing .advantages-renault-business-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .renault-leasing .advantages-renault-business-item:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .benefits-renault-seasing-program .circle-check-mark {
    flex-direction: column;
  }
  .benefits-renault-seasing-program ul.circle-check-mark li {
    width: 100%;
  }
  .renault-leasing-catalog .diagnostic-work__subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .leasing-slider .partners__desc {
    font-size: 20px;
  }
  .renault-leasing {
    margin-top: 50px;
  }
}

/*  сервис   */

.service-page .banner-align-items-center-items {
  justify-content: space-between;
}

.service-banner-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
}

.service-page .banner-align-items-center-item:first-child {
  width: calc(56% - 32px);
}

.service-page .banner-align-items-center-item:last-child {
  width: calc(43% - 36px);
}
.service-catalog .ctalog-accessories-link {
  text-transform: initial;
}

.spare-parts-ctalog-wrap.service-catalog .spare-parts-ctalog-item {
  border: unset;
}
.servisnye-centry-confidence {
  margin-bottom: 0;
}
.service-centers--title {
  margin-top: 75px;
}
.service-centers--title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}
.service-centers-text {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}
.servisnye-centr-offers .offers-carousel__item {
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
}
@media (max-width: 1700px) {
  .spare-parts-ctalog-wrap.page-accessories.service-catalog
    .spare-parts-ctalog-item {
    width: calc((100% - 64px) / 4);
  }
  .spare-parts-ctalog-wrap.page-accessories.service-catalog
    .spare-parts-ctalog-item:nth-child(4n) {
    margin-right: 16px;
  }
}

@media (max-width: 1440px) {
  .spare-parts-ctalog-wrap.page-accessories.service-catalog
    .spare-parts-ctalog-item {
    width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 768px) {
  .spare-parts-ctalog-wrap.page-accessories.service-catalog
    .spare-parts-ctalog-item {
    width: calc((100% - 32px) / 2);
  }
  .service-page .banner-align-items-center-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .service-page .banner-align-items-center-item:last-child {
    width: 100%;
  }
  .service-centers--title {
    margin-top: 45px;
  }
  .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .ba-slider {margin-right: 0;}
  .spare-parts-ctalog-wrap.page-accessories.service-catalog
    .spare-parts-ctalog-item,
  .spare-parts-ctalog-wrap.page-accessories.service-catalog .spare-parts-ctalog-item:nth-child(4n) {
    width: 100%;
    margin-right: 0;
  }
}
/* Отзывы */

.seo-top-wrap {
  margin-bottom: 40px;
}
.seo-top-wrap h1 {
  margin-top: 0;
  margin-bottom: 16px;
}
.seo-top-desc {
  font-size: 28px;
  line-height: 120%;
}
.reviews-content-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews-content {
  width: 50%;
  padding-right: 8px;
}
.aside-reviews {
  width: calc(43% - 30px);
}
.aside-reviews .spare-parts-form {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}
.reviews-item {
  background: #f8f8f9;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 24px;
}
.reviews-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.reviews-name {
  font-size: 16px;
  line-height: 140%;
  margin-right: 16px;
}
.reviews-data {
  font-size: 16px;
  line-height: 140%;
  color: #a0a0a0;
}
.reviews-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.aside-reviews .spare-parts-form {
  background: #141416;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.aside-reviews .form-radio-title {
  color: #ffffff;
}
.aside-reviews .form_radio label {
  color: #ffffff;
}
.aside-reviews .spare-parts-form input[type="submit"] {
  background: #ffce00;
  border-radius: 6px;
  color: #141416;
}
.aside-reviews .spare-parts-form textarea::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.aside-reviews .spare-parts-form textarea::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.aside-reviews .spare-parts-form textarea::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.aside-reviews .spare-parts-form textarea:-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.aside-reviews .spare-parts-form textarea:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}

.aside-reviews .spare-parts-form input[type="text"]::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #a0a0a0;
}
.aside-reviews .spare-parts-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.aside-reviews .spare-parts-form input[type="text"]::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.aside-reviews .spare-parts-form input[type="text"]:-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}
.aside-reviews .spare-parts-form input[type="text"]:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #141416;
}

.reviews-btn {
  border: 2px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px 48px 24px;
  margin: 0 auto;
  width: 358px;
  cursor: pointer;
}
.reviews-btn span {
  margin-right: 12px;
}
.reviews-item:last-child {
  margin-bottom: 32px;
}

.more-reviews-wrap .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.more-reviews-item:first-child {
  width: calc(42% - 15px);
  padding-right: 16px;
}
.more-reviews-item:last-child {
  width: 587px;
  background: #ffce00;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 32px;
}
.recall-score {
  font-weight: 900;
  font-size: 80px;
  line-height: 100%;
  margin-right: 8px;
}
.reviews-star {
  margin-right: 24px;
}
.recall-score-text {
  font-size: 28px;
  line-height: 120%;
}

.reviews-bottom-wrap .container {
  display: flex;
  flex-wrap: wrap;
}
.reviews-bottom-item {
  width: 364px;
  margin-right: 76px;
  text-decoration: none;
}
.reviews-bottom-item:last-child {
  margin-right: 0px;
}
.reviews-bottom-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-top: 17px;
  color: #141416;
  text-decoration: none;
}
.reviews-bottom-wrap {
  margin-top: 64px;
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .aside-reviews .spare-parts-form {
    position: relative;
    position: relative;
  }
  .reviews-content {
    width: 57%;
  }
  .reviews-bottom-item {
    margin-right: 20px;
  }
}
@media (max-width: 1050px) {
  .more-reviews-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media (max-width: 900px) {
  .reviews-content-wrap .container {
    flex-direction: column;
  }
  .reviews-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .aside-reviews {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .seo-top-desc {
    font-size: 20px;
  }
  .seo-top-wrap {
    margin-bottom: 20px;
  }
  .recall-score {
    font-size: 30px;
  }
  .recall-score-text {
    font-size: 20px;
  }
  .reviews-star svg {
    width: 40px;
  }
  .reviews-star {
    margin-right: 15px;
  }
  .reviews-bottom-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .reviews-bottom-item {
    margin-bottom: 20px;
  }
  .reviews-btn {
    width: 100%;
  }
}

/* мобильное меню адреса салонов */

.header-info.active {
  display: flex !important;
  position: absolute;
  top: 77px;
  left: 0;
  width: 100%;
}
.header-info.active .header-salon-adress__sub {
  display: flex;
  justify-content: flex-start;
}
.header-info.active .header-salon-adress__sub {
  padding-left: 15px;
}
.header-info.active .header-logo-wrap {
  display: none;
}
.header-info.active .header-btns {
  display: none;
}
.header-info.active .header-btns {
  display: none;
}
.header-info.active .burger.active + .header-menu {
  display: none;
}
header .header-menu.active {
  display: none !important;
}

/* модальное окно - формы   */

body .modal-form {
  background: #ffce00;
  box-shadow: unset;
  width: 608px;
  padding: 32px;
}
body .modal-form .fancybox-close-small {
  right: 18px;
  top: 20px;
  width: 32px;
  height: 32px;
}

body .modal-form .fancybox-close-small svg {
  display: none;
}
body .modal-form .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/local/templates/main/assets/css/../img/close-x.svg);
}
.modal-form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #141416;
  margin-bottom: 12px;
}
.modal-form-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #141416;
  margin-bottom: 32px;
}
.spare-parts-form input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.field__wrapper {
  width: 100%;
  position: relative;
  margin-top: 9px;
  margin-bottom: 32px;
  text-align: center;
}
.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.field__file-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field__file-fake {
  height: 50px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.field__file-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #141416;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 14px 24px 14px 28px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #141416;
  cursor: pointer;
}
.field__file-button:hover {
  background: #ebebec;
}
.field__file-button svg {
  margin-right: 9px;
}
.field__file-fake {
  color: #141416;
}
.field__file-fake.active {
  display: flex;
}
.spare-parts-form.modal-form input[type="text"] {
  font-weight: bold;
}
.spare-parts-form.modal-form input[type="text"]::placeholder {
  color: #a0a0a0;
  font-weight: 500;
}
.spare-parts-form.modal-form input[type="text"]::-webkit-input-placeholder {
  color: #a0a0a0;
  font-weight: 500;
}
.spare-parts-form.modal-form input[type="text"]::-moz-placeholder {
  color: #a0a0a0;
}
.spare-parts-form.modal-form input[type="text"]:-moz-placeholder {
  color: #a0a0a0;
  font-weight: 500;
}
.spare-parts-form.modal-form input[type="text"]:-ms-input-placeholder {
  color: #a0a0a0;
  font-weight: 500;
}
.new-select {
  color: #a0a0a0;
  font-weight: 500;
}
.new-select.active {
  color: #141416;
  font-weight: bold;
}
.select-wrapper {
  position: relative;
}
.select-wrapper label {
  display: none;
}
.select-wrapper.active label {
  display: block;
}
.select-wrapper label {
  font-size: 12px;
  line-height: 130%;
  color: #a0a0a0;
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 10px;
}

/* Доставка автомобиля на ТО    */

.banner-align-items-center-wrap.сar-delivery-page
  .banner-align-items-center-item:first-child {
  width: calc(55% - 18px);
}
.banner-align-items-center-wrap.сar-delivery-page
  .banner-align-items-center-item:last-child {
  width: calc(47% - 80px);
}
.banner-align-items-center-wrap.сar-delivery-page
  .banner-align-items-center-items {
  justify-content: space-between;
}
.chat-specialist {
  text-decoration: none;
  color: #141416;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  outline: 2px solid #ffce00;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 19px 48px;
  display: inline-block;
  text-align: center;
}
.chat-specialist:hover {
  background: #ffce00;
}
.car-delivery-page-btn .banner-align-btn {
  margin-right: 27px;
}
.dont-waste-time-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dont-waste-time-wrap ul.vertical-line-list li {
  margin-bottom: 36px;
}

.dont-waste-time-title {
  margin-bottom: 16px;
}
.dont-waste-time-desc {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}
.dont-waste-time-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.dont-waste-time-btn {
  background: #fff5cc;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 32px 20px;
  background: #fff5cc;
  border-radius: 6px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.dont-waste-time-item:first-child {
  width: calc(51% - 3px);
}

.dont-waste-time-item:last-child {
  width: calc(49% - 82px);
}
.dont-waste-time-item:last-child img {
  width: 100%;
}
.confidence-reliability-wrap.сar-delivery-page .confidence-reliability-text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.use-service-wrap .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.use-service-item:first-child {
  width: calc(75% - 8px);
}
.use-service-item:last-child {
  width: calc(19% - 5px);
  background: #ffffff;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  border-radius: 16px;
}
.use-service-n-wrap {
  display: flex;
  flex-wrap: wrap;
}
.use-service-n {
  display: flex;
  align-items: center;
  width: calc(32% - 10px);
  padding-right: 18px;
}
.use-service-n:last-child {
  padding-right: 0px;
}
.use-service-ico-l {
  margin-right: 12px;
}
.use-service-tetle {
  margin-bottom: 48px;
}
.use-service-form-item {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebec;
}
.use-service-form-item:last-child {
  border-bottom: unset;
}
.use-service-form-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #a0a0a0;
  margin-bottom: 16px;
}
.use-service-phone {
  color: #141416;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.use-service-phone:hover {
  text-decoration: none;
}
.use-service-form-btn {
  background: #ffce00;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  cursor: pointer;
  text-decoration: none;
  color: #141416;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  width: max-content;
}
.chat-with-specialist-btn {
  border: 1px solid #ffce00;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  color: #141416;
  width: max-content;
  text-decoration: none;
}
.chat-with-specialist-btn:hover {
  background: #ffce00;
}
.profitable-terms-wrapper.сar-delivery-page {
  padding-top: 64px;
  padding-bottom: 71px;
}
.profitable-terms-wrapper.сar-delivery-page .profitable-terms {
  justify-content: center;
}
.profitable-terms-wrapper.сar-delivery-page .profitable-term {
  width: auto;
}
.profitable-terms-wrapper.сar-delivery-page .profitable-term:last-child {
  width: auto;
}
@media (max-width: 1700px) {
  .car-delivery-page-btn .banner-align-btn {
    margin-bottom: 16px;
  }
  .banner-align-items-center-wrap.сar-delivery-page
    .banner-align-items-center-item:first-child {
    width: calc(50% - 0px);
  }
  .banner-align-items-center-wrap.сar-delivery-page
    .banner-align-items-center-item:last-child {
    width: calc(53% - 80px);
  }
  .dont-waste-time-item:first-child {
    width: calc(50% - 0px);
  }
  .dont-waste-time-item:last-child {
    width: calc(49% - 20px);
  }
  .use-service-item:last-child {
    width: calc(25% - 5px);
  }
  .car-delivery-page-btn .banner-align-btn {
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .dont-waste-time-wrap .container {
    flex-direction: column;
  }
  .dont-waste-time-item:first-child {
    width: 100%;
  }
  .dont-waste-time-item:last-child {
    width: 100%;
  }
  .car-delivery-page-btn .banner-align-btn {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  .use-service-wrap .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .use-service-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .use-service-item:last-child {
    width: 320px;
  }
  .use-service-n {
    width: calc(34% - 8px);
  }
}
@media (max-width: 992px) {
  .use-service-n-wrap {
    flex-direction: column;
  }
  .use-service-n {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0px;
  }
  .use-service-n:last-child {
    margin-bottom: 0px;
  }
  .use-service-ico-r {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-align-items-center-wrap.сar-delivery-page
    .banner-align-items-center-item:first-child {
    width: 100%;
    margin-top: 16px;
  }
  .banner-align-items-center-wrap.сar-delivery-page
    .banner-align-items-center-item:last-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .banner-align-items-center-wrap.сar-delivery-page
    .banner-align-items-center-items {
    flex-direction: column-reverse;
  }
  .car-delivery-page-btn a {
    width: 100%;
  }
  .dont-waste-time-desc {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .dont-waste-time-btn-wrap {
    margin-bottom: 15px;
  }
  .use-service-tetle {
    margin-bottom: 20px;
  }
  .profitable-terms-wrapper.сar-delivery-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .profitable-terms-wrapper.сar-delivery-page .profitable-terms-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .profitable-terms-wrapper.сar-delivery-page .profitable-terms {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .use-service-item:last-child {
    width: 100%;
  }
  .dont-waste-time-btn {
    width: 100%;
    text-align: center;
  }
}

/*  формы  */

.service-form-content-wrap{
  margin-top: 60px;
  margin-bottom: 100px;
}
.service-form-content-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-form-content {
  width: calc(40% - 48px);
}
.aside-service-form {
  width: calc(45% - 65px);
  padding-left: 80px;
}
.aside-service-form .spare-parts-form {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: #F8F8F9;
  border-radius: 16px;
  box-shadow: unset;
}
.service-form-content h1{
  margin-top: 0;
  margin-bottom: 32px;
}
.service-form-text{
 font-weight: 400;
 font-size: 28px;
 line-height: 130%;   
}
.service-form-text p{
  margin-top: 0;
  margin-bottom: 25px;
}

.service-form-text a.bold{
  color: #141416;
}
.service-form-text a.bold:hover{
  text-decoration: none;
}
.aside-service-form .form-radio-btn-wrap {
 padding: 21px 0px;
 margin-bottom: 0px;
}
.aside-service-form input[type="text"]::placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #A0A0A0;
}
.aside-service-form input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #A0A0A0;
}
.aside-service-form input[type="text"]::-moz-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #A0A0A0;
}
.aside-service-form input[type="text"]:-moz-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #A0A0A0;
}
.aside-service-form input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #A0A0A0;
}

.aside-service-form .spare-parts-form input[type="submit"]:hover {
  background: #fff5cc;
  color: #141416;
}
.aside-service-form .spare-parts-form input[type="submit"] {
  margin-top: 16px;
}
.aside-service-form .spare-parts-form .form_radio input[type="radio"]:checked + label:before {
  content: "";
  background: url(/local/templates/main/assets/css/../img/radiof-2.svg) 0 0 no-repeat;
}
.aside-service-form .spare-parts-form .form_radio label:before {
  content: "";
  background: url(/local/templates/main/assets/css/../img/radiof-1.svg) 0 0 no-repeat;
}
.aside-service-form .new-select__list{
  max-height: 192px;
  overflow-x: auto;
}
.spare-parts-form.form-select .select-wrapper:nth-of-type(1){
z-index: 3;
}
.spare-parts-form.form-select .select-wrapper:nth-of-type(2){
z-index: 2;
}
.spare-parts-form.form-select .select-wrapper:nth-of-type(3){
z-index: 1;
}

/* полоса прокрутки (скроллбар) */
.aside-service-form .new-select__list::-webkit-scrollbar {
  width: 10px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
  background-color: #ccc;
  border-bottom: 1px solid #141416;
}

/* ползунок скроллбара */
.aside-service-form .new-select__list::-webkit-scrollbar-thumb {
  background-color: #88888a;
}


/* Стрелки */

.aside-service-form .new-select__list::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

.aside-service-form .new-select__list::-webkit-scrollbar-button:vertical:end:increment {
  background:
  linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

.aside-service-form .new-select__list::-webkit-scrollbar-button:horizontal:start:decrement {
  background:
  linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

.aside-service-form .new-select__list::-webkit-scrollbar-button:horizontal:end:increment {
  background:
  linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

@media (max-width: 1700px) {
  .service-form-content {
    width: 50%;
  }
  .aside-service-form {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .service-form-content-wrap .container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .service-form-content {
    width: 100%;
  }
  .aside-service-form {
    width: 100%;
    padding-left: 0;
  }


}
@media (max-width: 768px) {
  .service-form-content-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .service-form-content h1 {
    margin-bottom: 15px;
  }
  .service-form-text {
    font-size: 18px;
  }
}

/* banner home - bottom */

.creditContainer-items .container{
  max-width: 100%;
  padding: 0;
}
.creditContainer-img{
  width: 100%;
  height: 433px; 
  overflow: hidden;

}
.creditContainer-img img{
  height: auto;
  width: 100%;
}
.creditContainer-items {
 background-image: unset;   
}
@media (max-width: 1570px){
  .cardCredit {
    right: 170px;
  }
}
@media (max-width: 1450px){
  .cardCredit {
    right: 120px;
  }
}
@media (max-width: 1340px){
  .cardCredit {
    right: 10px;
  }
}
@media (max-width: 768px){
  .creditContainer-img{
    display: none;
  }
  .spare-parts-form-wrap.insurance-page .spare-parts-banner__text {
      width: 100%;
  }
}

.code-capcha span{
  margin-bottom: 5px;
  display: block;

}
.code-capcha img{
 margin-bottom: 10px; 
}
.smp-widget-254427{
  display: none;
}
.spare-parts_ln{
  color: #ffffff;
}
.spare-parts_ln:hover{
  text-decoration: none;
}

@media (max-width: 1200px) {
  /*"Размер заголовков 28px
  Размер подзаголовков 24px
  Размер основного текста 16px"*/
  h1, .titleBanner h1 {
    font-size: 28px !important;
  }
  h2, .section-title, .beforeAfter_slider_title, .pleasureTitle, 
  .configurator-wrap .configurator-title, .mainReview .mainReview-left .bold_price, 
  .offer-form-title, .review-360-desc, .exterior-title, .testdrive-form-title, 
  .camera-360-title, .interactive-title, .comfort-title, .auto-sound-items .auto-sound-title, 
  .safety-crossover-title, .engine-title, .intelligent-system-title, .more-information-title{
    font-size: 24px !important;
  }
  h3, .auto-availability .section-subtitle, .configurator-wrap .configurator-desc, .cardCredit > .likeTitle, 
  .subscribe-form-title, .section-map__info__title, .card__subname, .slider_right_list > li, 
  .yellowFrame, .pleasure-desc, .card__name, .offers-carousel__item__title, .offer-form-text, 
  .exterior-desc, .testdrive-form-text, .camera-360-desc, .interactive-desc, .comfort-desc, .safety-crossover-desc, .safety-crossover-titles, .engine-list li {
    font-size: 20px !important;
  }
  .configurator-banner-right-title, .card-content .card-text, .card-content .card-info__items, .comfort-text-items .comfort-text-item, .safety-crossover-Text ul li, .engine-desc, .intelligent-system-text, .multimedia-tab-text p{

    font-size: 16px !important;
  }
  .card-page .section-map{
    padding-top: 20px;
  }

}

@media (max-width: 768px){
  .beforeAfter_slider_title.show-on-mobile {
      margin-bottom: 30px;
  }
  ul.slider_right_list{
    margin-top: 15px;
  }
  .offers__toggle__item--caption, .tabs-horizontal_list li{
    font-size: 14px;
  }
  .exterior-items .offers-tabs__caption-wrap, .interactive-items .offers-tabs__caption-wrap{
    margin-bottom: 30px !important;
  }

  .exterior-tabs__content-img.active{
    padding-bottom: 20px;
  }
  .more-information-img {
    display: none;
  }
  .more-information-items:before{
    background:none;
  }
  .auto-sound-container{
    padding-bottom: 50px;
  }
  .auto-sound-container:before{
    height: 500px;
  }
  .auto-sound-container:after{
    background: none;
  }
}
.download-blank {
  color: #141416;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  padding-left: 33px;
  background: url(/local/templates/main/assets/img/icon-pdf.png) left center no-repeat;
  background-size: 25px;
  display: inline-block;
  line-height: 30px;
}
.download-blank:hover {
  text-decoration: none;
}


/* новые страницы сервис */

    .subservice_pages_price{
        margin-top: 100px;
        padding-bottom: 100px;
        background: #F8F8F9;
    }
    .subservice_pages_btn{
        background: #FFFFFF;
        border: 2px solid #FFCE00;
        border-radius: 6px;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px 47px 20px;
        color: #141416;
        text-decoration: none;
        margin-left: 40px;
        
    }
    .subservice_pages_btn:hover{
        background: #FFCE00;
    }
    .subservice_pages_price .h1-title {
        margin-bottom: 48px;
    }
    .subservice_price_new{

        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        width: 165px;
        text-align: right;


    }
    .subservice_price_old {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        width: 120px;
        display: inline-block;
        text-align: right;
        margin-right: 30px;
    }
    .subservice_price_name{
     font-weight: 400;
     font-size: 24px;
     line-height: 120%;
     margin-right: 120px; 
 }
 .subservice_pages_price_item{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.subservice_pages_price_item:last-child {
    margin-bottom: 0;
}

.services_banner-text-top{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;    
}
.services_banner-text a{
    color: #141416;
    text-decoration: none;
}
.services_banner-text a:hover{
    text-decoration: underline;
}
.services_banner-wrapper{
  align-items: unset;  
}
.services_banner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services_banner-text-top{
   font-weight: 400;
   font-size: 18px;
   line-height: 120%;   
}

.services_banner-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px;    
}
.subservice_pages_wrap{
  display: flex;
  flex-wrap: wrap;

}
.subservice_pages_wrap a{
  display: flex;
  flex-wrap: wrap;  
}
.subservice_pages_wrap a{
  display: block;
  width: calc((100% - 40px) / 3 );
  margin-right: 20px;
  margin-bottom: 16px;
  border: 1px solid #141416;
  border-radius: 6px; 
  font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #141416;
    padding-top: 24px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 60px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}
.subservice_pages_wrap a:hover{
    background: #f8f8f9;
}

.subservice_pages_wrap a:nth-child(3n){
  margin-right: 0px;  
}
.subservice_pages_wrap a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/local/templates/main/assets/img/accessories-next.svg);
    background-size: 100%;
    right: 20px;
}
.subservice_pages .h1-title{
  margin-bottom: 48px;
}
.subservice_text-top-wrapper{
    margin-bottom: 100px;
}

@media (max-width: 1200px){
  .subservice_pages_price_wrap {
    display: flex;
    flex-direction: column;
} 




.subservice_pages .subservice_pages_wrap a {
    width: calc((100% - 20px) / 2 );
    margin-right: 20px;
}
.subservice_pages .subservice_pages_wrap a:nth-child(2n) {
    margin-right: 0px;
}


}

@media (max-width: 1500px){
  .subservice_pages_price_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .subservice_pages_price_item{
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    width: calc((100% - 16px) / 2);
    align-items: center;
    text-align: center;
    border: 1px solid #ebebec;
    border-radius: 16px;
    padding: 12px;
    margin-right: 16px;
  }
  .subservice_pages_price_item:nth-child(2n) {
    margin-right: 0px;
  }
  .subservice_price_name {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-right: 0!important;
    width: auto!important;
    margin-bottom: 10px;
  }
  .subservice_price_new {
    width: auto;
    margin-bottom: 5px;
  }
  .subservice_price_old{
    margin-right: 0!important;
    width: auto!important;
  }
  .subservice_pages_btn {
    margin-left: 0px;
    margin: 0 auto;
  }

}
@media (max-width: 768px){
  .subservice_pages.section .subservice_pages_wrap a {
    width: 100%;
    margin-right: 0px;
  }

  .subservice_pages_price .subservice_pages_price_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .subservice_pages_price .subservice_pages_price_item {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 960px){
 .page-business-reverse .banner-align-items-center-item:last-child{
  padding-right: 20px;
 }
}
.page-business-reverse .banner-align-items-center-item h2{
line-height: 125%;
}
.page-business-reverse  .services_banner-text-top p:first-child, .page-business-reverse  .services_banner-text-top h2:first-child{
  margin-top: 0;
}




.service-card__item{
  display: none;
}
.service-card__item:hover{
  display: flex;
  flex-direction: column;
}
.spare-parts-ctalog-item > a:hover{
  z-index: 2;
}
.service-card__item{
  position: absolute;
  top: 100%;
  z-index: 3;
  max-height: 279px;
  background: #fff;
  width: calc(100% - 1px);
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 7px;
  padding-bottom: 10px;
  outline: 1px solid #EBEBEC;
  border-radius: 0 0 16px 16px; 

}
.service-card__item_ln{
  width: 100%;
  max-height: 254px;  
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.service-card__item a{
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #3C3C3C;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 34px;
  position: relative;
  left: 2px;
  width: calc(100% - 16px);
  margin: 1px 0;
  display: flex;
  align-items: center;
}
.service-card__item a:hover{
  background: #FFF5CC;
  outline: 1px solid #889198;
  border-radius: 6px; 
  font-weight: 700;
}
.spare-parts-ctalog-item.is-active:hover img, .spare-parts-ctalog-item.is-active:hover .spare-parts-ctalog-item span{
  border-radius: 16px 16px 0 0;
}

.spare-parts-ctalog-item span {
  max-width: 400px;
}

.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item:last-child .accessories-next{
  position: absolute;
  background: #ffffff;
}
.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item:last-child .ctalog-accessories-link {
  position: relative;
}

.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item .accessories-next {
  right: 0px;
  bottom: 0px;
}
.spare-parts-ctalog-wrap.page-accessories .spare-parts-ctalog-item .ctalog-accessories-link {
  bottom: 0px;
  padding-right: 10px;
}
.spare-parts-ctalog-item.is-active  span {
  border-radius: 0 8px 0 0px!important;
}

.service-card__item a:hover:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  background: url(/local/templates/main/assets/img/accessories-next.svg);
  background-size: 100%;
}


.service-card__item_ln::-webkit-scrollbar {
  width: 3px;               /* ширина всей полосы прокрутки */
}

.service-card__item_ln::-webkit-scrollbar-track {
  background: #F8F8F9;        /* цвет зоны отслеживания */
  width: 3px; 
}

.service-card__item_ln::-webkit-scrollbar-thumb {
  background-color: #889198;    /* цвет бегунка */    
  width: 3px;   
}

.service-card__item_ln {
  scrollbar-width: thin;          /* "auto" или "thin" */
  scrollbar-color: #889198 #F8F8F9;   /* цвет бегунка и зоны отслеживания */
}
.no-active span.accessories-next{
  display: none!important;
}
.spare-parts-ctalog-item>span>a{
  text-decoration: none;
}
#bx_1373509569_4246 .ctalog-accessories-link{
  font-size: 16px;
}
table.table.specifications {
  margin-bottom: 40px;
}
table.table.specifications td, table.table.specifications th{
  font-weight: 400;
}
table.table.specifications thead td.title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
table.table.specifications thead.open .title::after {
  /* border: none;
  color: #333;
  content: "\142F";
  display: inline-block;
  font-family: AG controls!important;
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  right: 20px;
  top: 4px;
  transform: rotate(180deg);
  transition-duration: .3s;
  transition-property: transform,top; */
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 4px;
  transition: 0.2s;
  transform: rotate(180deg);
}
table.table.specifications thead.closed .title::after {
  /* border: none;
  color: #333;
  content: "\142F";
  display: inline-block;
  font-family: AG controls!important;
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  right: 20px;
  top: 4px;
  transform: rotate(0deg);
  transition-duration: .3s;
  transition-property: transform,top; */
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 4px;
  transition: 0.2s;
}
table.table.specifications thead.closed ~ tbody {
  display: none;
}
table.table.specifications tbody td:first-child {
  width: 46%;
}

@media (max-width: 768px){
}

@media (max-width: 1620px){
  .spare-parts-ctalog-item span{
    max-width: calc(100% - 55px);
  } 
}

.new-select__list::-webkit-scrollbar {
    width: 3px;
}
.new-select__list::-webkit-scrollbar-track {
    background: #F8F8F9;
    width: 3px; 
}
.new-select__list::-webkit-scrollbar-thumb {
    background-color: #889198;
    width: 3px;
}
.new-select__list {
    max-height: 286px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #889198 #F8F8F9;
}
@media (max-width: 960px) {
    .new-select__list {
        max-height: 174px;
    }
}

  .banner-top-img-right-item img.full-logo {
    height: auto;
  }

  .main-privacy_policy li {
    padding: 8px 0;
  }
  .main-privacy_policy>ol {
    padding-left: 5px;
  }
  .main-privacy_policy>ol>li {
    list-style-position: inside;
  }
  .main-privacy_policy>ol ol {
    padding-left: 25px;
  }
  .main-privacy_policy>ol>li>b+* {
    padding-top: 10px;
  }
  .main-privacy_policy>ol>li>b,
  .main-privacy_policy>ol>li::marker {
    font-size: 25px;
    font-weight: 700;
  }
  
  @media screen and (max-width:600px) {
    .main-privacy_policy>ol>li>b,
    .main-privacy_policy>ol>li::marker {
      font-size: 20px;
    }
  }
/* End */


/* Start:/local/templates/main/assets/css/owl.carousel.min.css?16596068823351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/main/assets/css/owl.theme.default.min.css?16596068821013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/main/assets/css/jquery.flipster.min.css?16596068827704*/
/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */.flipster{display:block;overflow-x:hidden;overflow-y:visible;position:relative}.flipster:focus{outline:none}.flipster__container,.flipster__item{margin:0;padding:0;list-style-type:none;position:relative}.flipster__container{display:block;white-space:nowrap;word-spacing:-0.25em;transform-origin:50% 50%;backface-visibility:hidden}.flipster__item{display:inline-block;white-space:normal;word-spacing:normal;vertical-align:bottom}.flipster--click .flipster__item--past,.flipster--click .flipster__item--future{cursor:pointer}.flipster__item img{max-width:100%}.flipster__button{position:absolute;top:50%;display:block;appearance:none;background:none;border:none;padding:0;z-index:999;cursor:pointer;font-size:15px;opacity:.5;transition:opacity 500ms ease;margin:-1em 2em}.flipster__button svg{width:2em;stroke:currentColor;fill:transparent;stroke-width:3;stroke-linecap:round}.flipster__button:hover,.flipster__button:focus{opacity:1}.flipster__button--prev{left:0}.flipster__button--next{right:0}.flipster__nav,.flipster__nav__item{list-style-type:none;margin:0;padding:0}.flipster__nav{display:block;margin:0 0 4em;text-align:center;position:relative}.flipster__nav__item{display:inline-block;margin:0 .25em}.flipster__nav__link{display:block;color:inherit;padding:.5em 1em;position:relative;overflow:hidden;transition:all 250ms ease-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster__nav__link::after{content:'';display:block;background:#232221;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transform:translateY(100%) translateY(-0.25em);transition:inherit}.flipster__nav__item--current>.flipster__nav__link,.flipster__nav__link:hover,.flipster__nav__link:focus{color:#fff}.flipster__nav__item--current>.flipster__nav__link::after,.flipster__nav__link:hover::after,.flipster__nav__link:focus::after{transform:translateY(0)}.flipster__nav__child{display:none;position:absolute;top:100%;left:0;right:0;margin-top:-1px;padding:.5em;background:#4e4441;z-index:1}.flipster__nav__child .flipster__nav__link{color:#fff}.flipster__nav__child .flipster__nav__link::after{background:#fff}.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,.flipster__nav__child .flipster__nav__link:hover,.flipster__nav__child .flipster__nav__link:focus{color:#232221}.flipster__nav__item--current .flipster__nav__child{display:block}.flipster--carousel .flipster__container,.flipster--carousel .flipster__item,.flipster--carousel .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--carousel .flipster__item{perspective:800px}.flipster--carousel .flipster__item--past,.flipster--carousel .flipster__item--future{opacity:0;transition-delay:115ms}.flipster--carousel .flipster__item--past-2,.flipster--carousel .flipster__item--future-2{opacity:.6;transition-delay:90ms}.flipster--carousel .flipster__item--past-1,.flipster--carousel .flipster__item--future-1{opacity:.8;transition-delay:60ms}.flipster--carousel .flipster__item--past .flipster__item__content{transform:translateX(100%) rotateY(-20deg) scale(.5)}.flipster--carousel .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) rotateY(40deg) scale(.65)}.flipster--carousel .flipster__item--past-1 .flipster__item__content{transform:rotateY(45deg) scale(.8)}.flipster--carousel .flipster__item--future .flipster__item__content{transform:translateX(-100%) rotateY(20deg) scale(.5)}.flipster--carousel .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) rotateY(-40deg) scale(.65)}.flipster--carousel .flipster__item--future-1 .flipster__item__content{transform:rotateY(-45deg) scale(.8)}.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content{transform:translateX(175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content{transform:translateX(-175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel .flipster__item--current .flipster__item__content{transform:translateX(0) rotateY(0deg) scale(1);transition-delay:60ms}.flipster--coverflow .flipster__container,.flipster--coverflow .flipster__item,.flipster--coverflow .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--coverflow .flipster__item{perspective:800px}.flipster--coverflow .flipster__container{padding-bottom:5%}.flipster--coverflow .flipster__item__content{transform-origin:50% 100%;box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent));-webkit-box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent))}.flipster--coverflow .flipster__item__content img:only-child{display:block}.flipster--coverflow .flipster__item--past .flipster__item__content{transform-origin:0 50%;transform:scale(.75) rotateY(55deg)}.flipster--coverflow .flipster__item--future .flipster__item__content{transform-origin:100% 50%;transform:scale(.75) rotateY(-55deg)}.flipster--coverflow .flip-current .flipster__item__content{transform:rotateY(0deg)}.flipster--flat .flipster__container,.flipster--flat .flipster__item,.flipster--flat .flipster__item__content{transition:all 400ms ease-in-out}.flipster--flat .flipster__item--past,.flipster--flat .flipster__item--future{opacity:.5}.flipster--flat .flipster__item--past .flipster__item__content{transform:scale(.75)}.flipster--flat .flipster__item--future .flipster__item__content{transform:scale(.75)}.flipster--wheel{overflow:hidden}.flipster--wheel .flipster__container,.flipster--wheel .flipster__item__content{transition:all 400ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--wheel .flipster__container{padding-bottom:20%}.flipster--wheel .flipster__item__content{transform-origin:50% 100%}.flipster--wheel .flipster__item--past .flipster__item__content{transform-origin:100% 100%}.flipster--wheel .flipster__item--future .flipster__item__content{transform-origin:0 100%}.flipster--wheel .flipster__item__content img:only-child{display:block}.flipster--wheel .flipster__item--past .flipster__item__content{opacity:0;transform:rotateZ(-80deg) translate(-170%, 110%)}.flipster--wheel .flipster__item--future .flipster__item__content{opacity:0;transform:rotateZ(80deg) translate(170%, 110%)}.flipster--wheel .flipster__item--past-3 .flipster__item__content{opacity:1;transform:rotateZ(-60deg) translate(-70%, 75%)}.flipster--wheel .flipster__item--future-3 .flipster__item__content{opacity:1;transform:rotateZ(60deg) translate(70%, 75%)}.flipster--wheel .flipster__item--past-2 .flipster__item__content{opacity:1;transform:rotateZ(-40deg) translate(-17%, 30%)}.flipster--wheel .flipster__item--future-2 .flipster__item__content{opacity:1;transform:rotateZ(40deg) translate(17%, 30%)}.flipster--wheel .flipster__item--past-1 .flipster__item__content{opacity:1;transform:rotateZ(-20deg)}.flipster--wheel .flipster__item--future-1 .flipster__item__content{opacity:1;transform:rotateZ(20deg)}.flipster--wheel .flip-current .flipster__item__content{transform:rotateX(0deg)}
/* End */


/* Start:/local/templates/main/assets/css/jquery.fancybox.min.css?165960688212795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/salon_addresses/style.css?1659606886150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/models-list-mobile/style.min.css?16596068846236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/top_submenu/style.min.css?1659606886490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/top_submenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/action_one_menu/style.css?1659606886150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/menu-list/style.min.css?16596068846236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/models-list-menu/style.min.css?16596068846236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1659606886467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/left_footer_menu/style.min.css?1659606886490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/left_footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer_menu_buyers_owners/style.min.css?1659606886490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/footer_menu_buyers_owners/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/sub_footer_menu/style.min.css?1659606886490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/sub_footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/skobeeff/feedback.ajax/css/popup-alert.css?1659606887948*/
.tip-message{
	width:237px;
	overflow:hidden;
	position:fixed;
	padding:0 0 3px;
	background:#aaa;
	top:3px;
	right:3px;
	z-index:999999999;
	display:none;
    text-align:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.red-popup-thor{background:#bd1919;}
.green-popup-thor{background:green;}
.tip-message .tip-hold{
	overflow:hidden;
	height:1%;
	padding:12px 48px 13px 17px;
	background:#aaa;
}
.red-popup-thor .tip-hold{background:#bd1919;}
.green-popup-thor .tip-hold{background:green;}
.tip-message span{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	display:block;
	line-height:14px;
	color:#fff;
	font-size: 12px;
}
.tip-message .btn-close{
	position:absolute;
	top:8px;
	right:8px;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-99999px;
	background:url(/local/components/skobeeff/feedback.ajax/css/../images/btn-tip-close.png) no-repeat;
}
.tip-message p{
    font-size: 11px;
    margin: 1px 0 3px;
}

/* End */


/* Start:/local/templates/main/styles.css?17518802682116*/
.bx-snippet--slide202209051340 {
	line-height: 1.5;
    display: inline-block;
    font-size: 48pt;
    padding: 10px;
    border: 1px solid #000;
}

.custom_main_privacy_policy a {
    color: #3c3c3c;
    text-decoration: underline;
    transition: .3s;
  }
  .custom_main_privacy_policy a:hover {
    color: #141416;
  }
  
  .custom_checkbox_wrap a {
    color: #000;
    transition: .3s;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
  .custom_checkbox_wrap a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .form_checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  
  .agreement_checkbox input {
    display: none;
  }
  .agreement_checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000;
  }
  .agreement_checkbox label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: .3s;
    box-sizing: border-box;
  }
  .agreement_checkbox input:checked+label::before {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12L10 17L19 7' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat center center;
  }
  .agreement_checkbox.error_checkbox label::before {
    border: 1px solid #ff1925;
  }
  .custom_checkbox_wrap .agreement_checkbox.error_checkbox a {
    color: #ff1925;
  }
  
  .custom_subscribe_wrap {
    margin-top: 12px;
  }
  .custom_subscribe_wrap .agreement_checkbox label {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 200;
    padding-left: 20px;
  }
  .custom_subscribe_wrap .agreement_checkbox label:before {
    width: 14px;
    height: 14px;
  }
  .custom_subscribe_wrap.custom_checkbox_wrap a:hover {
    color: #141416;
  }
/* End */


/* Start:/local/templates/main/template_styles.css?1662389526557*/
.bx-snippet--slide202209051340 {
    padding: 0 10px;
    border: none;
}
@media (max-width: 1200px) {
    .bx-snippet--slide202209051340 br {
        display: none;
    }
}
@media (max-width: 992px) {
    .bx-snippet--slide202209051340 {
        line-height: 1;
    }
}

@media (max-width: 900px) {
    .slider-main__item__text__big span.bx-snippet--slide202209051340,
    .slider-main__item__text__big .bx-snippet--slide202209051340 span {
        font-size: inherit !important;
    }
}

.bx-snippet--slide202209051340 br:last-child {
    display: none;
}
/* End */
/* /local/templates/main/assets/css/style-main.css?1721987315391195 */
/* /local/templates/main/assets/css/owl.carousel.min.css?16596068823351 */
/* /local/templates/main/assets/css/owl.theme.default.min.css?16596068821013 */
/* /local/templates/main/assets/css/jquery.flipster.min.css?16596068827704 */
/* /local/templates/main/assets/css/jquery.fancybox.min.css?165960688212795 */
/* /local/templates/main/components/bitrix/news.list/salon_addresses/style.css?1659606886150 */
/* /local/templates/main/components/bitrix/catalog.section.list/models-list-mobile/style.min.css?16596068846236 */
/* /local/templates/main/components/bitrix/menu/top_submenu/style.min.css?1659606886490 */
/* /local/templates/main/components/bitrix/news.list/action_one_menu/style.css?1659606886150 */
/* /local/templates/main/components/bitrix/catalog.section.list/menu-list/style.min.css?16596068846236 */
/* /local/templates/main/components/bitrix/catalog.section.list/models-list-menu/style.min.css?16596068846236 */
/* /local/templates/main/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1659606886467 */
/* /local/templates/main/components/bitrix/menu/left_footer_menu/style.min.css?1659606886490 */
/* /local/templates/main/components/bitrix/menu/footer_menu_buyers_owners/style.min.css?1659606886490 */
/* /local/templates/main/components/bitrix/menu/sub_footer_menu/style.min.css?1659606886490 */
/* /local/components/skobeeff/feedback.ajax/css/popup-alert.css?1659606887948 */
/* /local/templates/main/styles.css?17518802682116 */
/* /local/templates/main/template_styles.css?1662389526557 */
