.conditions__info-context h4 {
    font-weight: 700;
    margin-bottom: 4px;
}

.conditions__info-context p {
    color: var(--colorGreyBlack);
}

.new-cars__filter-btn {
    text-align: center;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.carousel__item img, .carousel__item svg {
    max-height: 50px;
}

.carousel__item-brand {
    padding: unset;
}

.present__form-submit {
    background: #dc4729;
    color: #fff;
}

.all-auto__item-buttons-credit {
    text-align: center;
}

.price-popup {
    min-width: 320px;
}

.price-popup.price-header-popup {
    left: -100px;
}

.footer__contacts-btn {
    margin-top: unset;
}

#telephone .window-popup-top-title {
    font-size: 20px;
}

.popup-logo {
    margin-bottom: 20px;
}

a.footer__bottom-text {
    text-decoration: underline;
}

.footer__contacts-connection .promotion__item-buttons-link {
    color: #fff;
    margin-top: 12px;
    max-width: 250px;
}

.popup-dev .window-popup-top-title {
    font-size: 24px;
    line-height: 50px;
}

.window-popup-advertising {
    display: flex;
}

.window-popup-advertising picture {
    margin: auto;
}

.all-auto__item-photo-img {
    object-fit: scale-down;
}

.window-popup-subtitle span {
    color: var(--colorElem);
}

.window-popup-subtitle {
    color: unset;
}

.used-popup .window-popup-advertising picture {
    height: 100%;
}

.used-popup .window-popup-advertising img {
    height: 100%;
    object-fit: cover;
}

.gallery__item img {
    height: 100%;
    object-fit: cover;
}

.all-auto {
    margin-top: 200px;
}

.all-auto.active {
    margin-top: 200px;
}

.conditions__info-context { font-size: 16px; line-height: 22px; text-align: justify; }
.conditions__info-context p { margin-bottom: 15px; color: var(--colorGreyBlack);}
.conditions__info-context h2 { margin-bottom: 15px; margin-top: 10px; }
.conditions__info-context ul { margin-bottom: 15px; margin-left: 20px; color: var(--colorGreyBlack);}
.conditions__info-context ul li { list-style: disc; }
.conditions__info-context ol { margin-bottom: 15px; margin-left: 20px; }
.conditions__info-context a {text-decoration: none;}

.mileage__item-photo-img {
    object-fit: cover;
}

.header__main-logo img {
    max-height: 40px;
    width: 100%;
}

.breadcrumbs-black {
    margin: 0 0 16px 0;
}

.breadcrumbs-black li {
    color: var(--colorGreyGap);
}

.header__main-right .header__main-right-button {
    background-color: var(--colorElem);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px;
    color: var(--colorWhite);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer-telephone {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.promo__window-title {
    font-size: 32px;
    max-width: unset;
}

.top-banner {
    cursor: pointer;
}

@media (max-width: 750px) {
    .all-auto {
        margin-top: 250px;
    }
}

@media (max-width: 1025px) {
    .all-auto.active {
        margin-top: 350px;
    }
}

@media (max-width: 500px) {
    .all-auto__pagination {
        display: flex !important;
    }

    .all-auto.active {
        margin-top: 315px;
    }

    .all-auto__pagination-item {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .all-auto__pagination svg:hover {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .popular {
        margin-top: 40px;
    }
    .all-auto__pagination-item.active {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .mileage__item-photo {
        max-height: unset;
    }

    .mileage__item-photo picture{
        max-height: unset;
    }

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

.equipment__top-title span {
    display: block;
}

.calculator__title span { 
    display: block;
}

@media (max-width: 1024px) {
    .price-popup.price-header-popup {
        left: 0px;
    }
    .footer__contacts-connection {
        display: block;
    }
    .popup-dev .window-popup-top-title {
        max-width: unset;
    }
    .mileage__item-photo-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        object-fit: cover;
    }
    .equipment__top-title span {
        display: unset;
        text-transform: uppercase;
    }
    .calculator__title span {
        display: unset;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) { 
    .equipment__top-title span {
        font-size: 21px;
        line-height: 25px;
    }
    .equipment__top-title {
        font-size: 21px;
        line-height: 25px;
    }
    .calculator__title span {
        font-size: 21px;
        line-height: 25px;  
    }
    .calculator__title {
        font-size: 21px;
        line-height: 25px;  
    }
}

@media (max-width: 500px) {
    .footer__contacts-connection .promotion__item-buttons-link {
        width: 100%;
        max-width: unset;
    }
}

.all-auto__item-buttons-compare.active svg {
    stroke: var(--colorElem)!important;
}

.detal-header__top-compare.active svg {
    stroke: var(--colorElem)!important;
}

.btn-compare-car.active svg {
    stroke: var(--colorElem)!important;
}

.compare-popup__wrap{
    width: unset;
    flex-wrap: wrap;
    flex-direction: column;
}

.compare-popup__text {
    padding-top: 5px;
}

.compare-popup__head-close{
    display: flex;
}

.compare-popup__btn{
    line-height: unset;
}

.compare-popup__head-top{
    gap: 20px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.stock-cars__head{
    top:unset;
}

.compare-popup__wrap{
    max-height: 140px;
}

.header__main-mobil-item{
    height: 60px;
}

.privacy-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 80px 0;
}
.privacy-container ul {
    margin-left: 20px;
}

.privacy-container p {
    padding-top: 20px;
}

.privacy-container li {
    list-style: disc;
    padding-left: 10px;
}

.privacy-container .popular__top-title {
    font-size: 28px;
}

.privacy.baner__window-title {
    font-size: 32px;
}

.model-content__heading-404 {
    font-size: 40px;
}

.buttons-404 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.section-404 {
    padding: 160px 0;
}

.model-content__heading-404 {
    margin-bottom: 40px;
}

.telephone__mobile {
    display: none;
}

.header__main-logo img {
    object-position: left;
}

@media (max-width: 1024px) {
    .window-popup-advertising img {
        height: 100%;
    }
}

@media (max-width: 1100px) {
    .telephone__mobile {
        display: block;
        margin-bottom: unset;
    }

    .telephone__mobile .callback-button__icon {
        width: 32px;
        height: 32px;
    }

   header .telephone__desktop {
        display: none;
    }
}

.calculator__filter .credit-payment svg {
    stroke: none;
    vertical-align: sub;
}

.header-popup__info-btn {
    color: #fff;
}

.footer__logo img {
    object-position: left;
}

.section-header {
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 40px;
}
.section-header__heading {
color: #000;
font-size: 36px;
font-weight: 900;
line-height: 44px;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 20px;
font-family: inherit;
text-align: center;
}
.section-header__addons {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.section-policy a {
display: inline;
text-decoration: underline;
}
.section-policy h2 {
font-size: 20px;
margin-top: 30px;
margin-bottom: 15px;
}
.section-policy h3 {
font-size: 18px;
margin-top: 25px;
margin-bottom: 10px;
}
.section-policy p {
margin-bottom: 15px;
text-align: justify;
}
.section-policy ul {
margin-bottom: 15px;
padding-left: 20px;
}
.section-policy li {
margin-bottom: 8px;
}
.section-policy .section {
margin-bottom: 30px;
}
@media (max-width: 768px) {
.section-header__heading {
font-size: 24px;
line-height: 30px;
text-align: center;
}
.section-header__heading:before {
display: none;
}
.section-policy p {
font-size:16px;
}
}

.h-1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
}

.new-cars__filter-reset.is-disabled {
    opacity: 0.3;
    pointer-events: none;
    background-color: #f2f3f7;
}

.new-cars__filter-reset.is-disabled .new-cars__filter-reset-text {
	cursor: not-allowed;
}

.new-cars__filter-top-buttons-btn.active{
    cursor: not-allowed;
}

.top-banner {
  background-color: #ea7a54;
  color: #fff;
  background-image: url(../images/top-banner-bg.jpg);
  background-size: cover;
  background-position: center;

  font-family: "Roboto Flex", monospace;
}
.top-banner .btn-close {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px;
  transition: 0.2s;
  transition-property: transform;
}
.top-banner .btn-close::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7L7 17M7 7L17 17' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top-banner .btn-close:hover {
  transform: rotate(0.25turn);
}
.top-banner__inner {
  position: relative;
}
.top-banner__asset {
  position: absolute;
  width: 260px;
  top: 70px;
}
.top-banner__head {
  padding: 24px 16px 0;
  margin-bottom: 66px;
}
.top-banner__title {
  font-size: 25px;
  text-transform: uppercase;
}
.top-banner__title b {
  font-weight: 700;
  font-size: 23px;
  display: block;
}
.top-banner__bottom {
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.top-banner__timer {
  font-size: 12px;
  white-space: nowrap;
}
.top-banner__timer b {
  font-weight: 700;
}
.top-banner__button {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 16px;
  background-color: var(--colorBlack);
  transition: var(--transition);
  border-radius: 8px;
  color: var(--colorWhite);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 240px;
  gap: 10px;
}
.top-banner__button::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H20M20 12L14 6M20 12L14 18' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H20M20 12L14 6M20 12L14 18' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 767px) {
  .top-banner {
    background-image: url(../images/top-banner-bg-m.jpg);
  }
  .top-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  .top-banner__button {
    background-color: var(--colorElem);
  }
}
@media (min-width: 768px) {
  .top-banner__inner {
    display: grid;
    grid-template-columns: minmax(240px, 3.4fr) 4.4fr minmax(48px, 1fr);
    grid-gap: 20px;
    align-items: center;
  }
  .top-banner__inner > * {
    min-width: 0;
  }
  .top-banner__asset {
    position: static;
    width: auto;
    align-self: end;
    margin: 24px 0;
    max-width: 556px;
    margin-left: -55px;
  }
  .top-banner__content {
    padding: 32px 0;
  }
  .top-banner__title {
    font-size: 40px;
    line-height: 1.2;
  }
  .top-banner__title b {
    font-size: unset;
    display: inline;
  }
  .top-banner__head {
    margin-bottom: 20px;
    padding: 0;
  }
  .top-banner__bottom {
    padding: 0 0 0 24px;
    border-radius: 8px;
    align-items: unset;
  }
  .top-banner__timer {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.4;
    gap: 12px;
    padding: 8px 0;
  }
  .top-banner__timer b {
    font-size: 28px;
    line-height: 1.15;
  }
  .top-banner .btn-close {
    margin: 24px 0;
  }
}
@media (min-width: 768px) {
  .top-banner__title {
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top-banner__title {
    font-size: 38px;
  }
  .top-banner__bottom {
    padding: 0 0 0 16px;
  }
  .top-banner__timer {
    font-size: 20px;
  }
  .top-banner__timer b {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .top-banner__title {
    font-size: 28px;
  }
  .top-banner__bottom {
    padding: 0 0 0 16px;
  }
  .top-banner__timer {
    font-size: 16px;
  }
}
.detal-sticky__top-wrapper {
    position: sticky;
    z-index: 3;
    top: 67px;
    height: 0;
}
.detal-sticky__top-wrapper .detal-sticky {
    position: static !important;
}
.footer__contacts-connection {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.footer-telephone.telephone__desktop {
    margin: 0;
}

.seo-text { font-size: 16px; line-height: 22px; text-align: justify;margin-bottom: 80px;margin-top: 80px;}
.seo-text p { margin-bottom: 15px; }
.seo-text h2 { margin-bottom: 15px; margin-top: 10px; font-size: 26px; }
.seo-text h3 { margin-bottom: 5px; margin-top: 10px; font-size: 22px; }
.seo-text ul { margin-bottom: 15px; margin-left: 20px; }
.seo-text ol { margin-bottom: 15px; margin-left: 20px; }
.seo-text a {
    text-decoration: none;
    display: inline-block;
    pointer-events:auto;
}
.seo-text h2 span span {
    font-size: 26px;
}

.seo-text h3 span span {
    font-weight: 500;
}

.seo-text li {
    list-style: disc;
}

.footer__contacts-connection {
    margin-top: 12px;
}
@media (max-width: 1100px) {
    .seo-text h2 span span {
        font-size: 20px;
    }
    .seo-text > * {
        text-align: left !important;
    }
    .seo-text h2 {
        font-size: 20px;
    }
    .seo-text h3 {
        font-size: 18px;
    }

    body:has(.fixed_price) .callback-button {
        display: none;
    }
}

@media (max-width: 768px) {
    .new-cars__filter-tabs--new-cars .new-cars__filter-tabs--item {
        max-width: 100%;
        flex-grow: 1;
    }
    .new-cars__filter-bottom-select-model {
        flex-basis: 100% !important;
        flex-shrink: 0 !important;
    }
    .new-cars__filter-bottom-select-model .new-cars__filter-bottom-select:nth-child(1) .select2-selection {
        border-radius: 8px 0 0 8px;
    }
    .new-cars__filter-bottom-select-model .new-cars__filter-bottom-select:nth-child(2) .select2-selection {
        border-radius: 0 8px 8px 0;
    }
    .new-cars__filter-tabs--new-cars .new-cars__filter-tabs--item:nth-child(4) .select2-selection {
        border-radius: 8px;
    }

    .footer__contacts-connection {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 20px;
        justify-content: flex-start; 
    }
}

