/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */

 :root {
    --max-container: 1740px;
    --font: 'Montserrat',sans-serif;
    --primary: #282F2F;
    --secondary: #0c635d;
    --gray: #798383;
    --green: #3DBF00;
    --red: #d51f30;
    --bg-box: #f1fcfc;
    --bg-box-gray: #EFEFEF;
    --bg-box-dark: #2E3138;
    --font-dark: #282F2F;
    --font-gray: #8E8E89;
    --border: #CED7D9;
    --bg-dark: #222222;
    --bg-card: #fff;
}

@media screen and (min-width: 1200px) and (max-width: 1739px) {
    .container {
        width: 1280px;
    }
}

.request__img {
    padding: 0;
}
.request__img img {
    object-fit:cover
}

.social__link svg {
    width: 45px;
    height: 45px;
}

.social__link--wa {
    border-color: #7ab832;
    background:#7ab832
}

.social__link--wa:hover svg {
    fill:#7ab832
}

.social__link--tg {
    border-color: #4eb4ff;
    background:#4eb4ff
}

.social__link--tg:hover svg {
    fill:#4eb4ff
}

.social__link--yt {
    border-color: #ef2222;
    background:#ef2222
}

.social__link--yt:hover svg {
    fill:#ef2222
}

.social__link--vk {
    border-color: #0077ff;
    background:#0077ff;
}

.social__link--vk:hover svg {
    fill:#0077ff
}

.social__link--dz {
    border-color: #000;
    background:#000;
}

.social__link--dz:hover svg {
    fill:#000;
}

.mobile-menu__btns .btn {
    width: auto;
}

.card-row__price-toggle>span {
    font-size: 12px;
    width: auto;
    text-align: center;
}

.catalog-grid .card .btn, .catalog .btn {
    padding: auto;
    height: 30px;
    font-size: 12px;
}

.btn__light {
    background: #fff;
    color:var(--secondary)
}
.btn__light:hover {
    background: var(--secondary);
    color:#fff;
}

.link {
    color: var(--secondary);
}

.hero-without-img {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero-without-img .hero__title, .hero-without-img .hero__text {
    color: #000;
}

.hero-without-img .filter {
    background: unset;
}

.hero-without-img .hero__text {

    margin: 0 0 50px;
}

.hero-without-img .filter {
    padding: 0 50px 50px;
}

@media screen and (max-width:1739px) {
    .catalog-grid .card .card__desc .card__car {
        min-height: 78px;
    }
    .s-request__text {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .s-request__footer .fb_auto .modal__btns {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 1539px) {
    .navbar .navbar__row .navbar__center {
        width: calc(100% / 12 * 7 - 20px);
    }
    .navbar .navbar__row .navbar__right {
        width: calc(100% / 12 * 3 - 20px);
    }
}

@media screen and (max-width: 1199px) {
    .navbar .navbar__row .navbar__center {
        width: calc(100% / 12 * 7 - 20px);
    }
    .navbar .navbar__row .navbar__right {
        width: calc(100% / 12 * 5 - 20px);
    }
}

@media screen and (max-width: 767px) {
    .navbar .navbar__row .navbar__center {
        width: calc(100% / 12 * 5 - 20px);
    }
    .navbar .navbar__row .navbar__right {
        width: calc(100% / 12 * 7 - 20px);
    }
    .navbar__contacts .office .office__icon {
        animation-name: blinker;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(1.0,0,0,1.0);
        animation-duration: 2s;
        -webkit-animation-name: blinker;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
        -webkit-animation-duration: 2s;
    }
    @keyframes blinker {
        from { opacity: 1.0; }
        to { opacity: 0.0; }
    }
    @-webkit-keyframes blinker {
        from { opacity: 1.0; }
        to { opacity: 0.0; }
    }
    .catalog-grid .card .card__desc .card__car {
        min-height: auto;
    }
    .brands.popular-brands {
        grid-template-columns: repeat(2,1fr);
    }
    .hero-without-img .filter {
        padding: 0 30px 30px;
    }
}

@media screen and (max-width: 480px) {
    .navbar .navbar__row .navbar__center {
        width: calc(100% / 12 * 8 - 20px);
    }
    .navbar .navbar__row .navbar__right {
        width: calc(100% / 12 * 4 - 20px);
    }
}


.card-row__info {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1023px) {
    .card-row__info {
        display: grid;
    }
}

@media screen and (max-width: 413px) {
    .card-row__info {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }
}

/* Блок с лого банков в карточке авто*/
.banks-block {margin-bottom: 25px;}
.banks-block__title {font-weight: 500;margin-bottom: 15px;}
.banks-holder {display: flex;flex-wrap: wrap;gap: 20px;align-items: center;}
.bank-item {width: 30%;}
@media (max-width: 575px) {
    .bank-item {width: 48%;}
}

/* Калькулятор Оценка авто */
.calc-holder {max-width: 665px;}
.rate-auto .title.mb {margin-bottom: 10px;}
.rate-auto .form-group {display:flex;gap: 20px;align-items: center;margin-bottom: 15px;}
.rate-auto .form-group .title {font-size: 16px;font-weight: 500;color: var(--primary);margin-bottom: 10px;padding-top: 25px;}
.rate-auto .form-group.title-group .title {padding-top: 0;margin-bottom: 0;}
.rate-auto .form-group label {width: 300px;margin-bottom: 0;}
.rate-auto .form-group input[type="number"],
.rate-auto .form-group input[type="text"] {width: 150px;height: 44px;}
.rate-auto .form-group input[type="checkbox"],
.rate-auto .form-group input[type="radio"] {width: 22px;height: 22px;}
.btn-holder {width: 300px;}
.final-price {width: 150px;}
.final-price span {font-size: 22px;font-weight: 500;}

@media (max-width: 575px) {
    .rate-auto .form-group label {width: 50%;margin-bottom: 0;}
    .rate-auto .form-group:not(.title-group) .title {margin-top: 30px;}
    .rate-auto .form-group input[type="number"],
    .rate-auto .form-group input[type="text"] {width: 130px;}
    .final-price__title {width: 50%;}
}

/*Кнопки переключения калькуляторов*/
@media screen and (max-width: 1739px) {
    .calc-nav .btn-border {
        padding: 14px 14px;
    }
    .calc-nav {column-gap: 14px;}
}

.advant__icon {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .advant__grid {grid-template-rows: repeat(2, 370px);}
}

.sub__seo-text .more-text {
    display: none;
    text-overflow: ellipsis;
}

.sub__seo-text .show-more {
    background: none;
    color: #007bff;
    border: none;
    border-bottom: 1px dashed #007bff;
    padding: 0 0 2px 0;
    cursor: pointer;
}
.sub__seo-text .show-more:hover {
    border-bottom-color: transparent;
}

.price-breakdown__qr-code {
	width: 360px;
    max-width: 100%;
    margin-top: 15px;
}

.menu__list {column-gap: 16px;}
.menu__link {font-size: 14px;}

.navbar__center {
    width: calc(100% / 12* 3.5 - 20px);
}

.navbar__right {
    width: calc(100% / 12* 5.5 - 20px);
    column-gap: 10px;
}

@media (width <= 1739px) {
    .navbar__center {width: calc(100% / 12* 4 - 20px);}
    .navbar__right {width: calc(100% / 12* 5 - 20px);}
    .menu__list {column-gap: 8px;}
    .menu__link,
    .nav__dropdown-toggle {font-size: 11px;line-height: 15px;}
}

.about__video {
    width: 1600px;
    height: 900px;
    margin: 30px 0;
}

.franshiza-about__video {
    width: 825px;
    height: 386px;
}

.about__video iframe,
.franshiza-about__video iframe {
    width: 100%;
    height: 100%;
}
.navbar__center .about__link {
    display: none;
    padding: 8px 10px;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1739px) {
    .about__video {width: 1020px;height: 574px;}
    .franshiza-about__video {width: 505px;height: 285px;}
}
@media (max-width: 1199px) {
    .about__video {width: 415px;height: 234px;}
}
@media (max-width: 1023px) {
    .about__video {width: 660px;height: 372px;}
    .franshiza-about__video {width: 305px;height: 172px;}
}

@media (max-width: 575px) {
    .about__video {width: 100%;height: 190px;}
    .navbar .navbar__row .navbar__center {display: flex;align-items: center;column-gap: 20px;}
    .navbar__center .about__link {display: block;}
}

.car-card--two p .btn {
    width: 100%;
    height: auto;
}

.car-card__footer {
    flex-direction: column;
}

.info-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.info-block__left,
.info-block__right {width: 46%;}
.info-block .advant__holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.info-block .advant__item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.info-block .advant__area {
    width: 30%;
    text-align: center;
}
.info-block .advant__icon {margin: 0 auto;}
.info-block .advant__name {
    font-size: 16px;
    margin-top: 20px;
}
.info-block .brands.popular-brands {
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
}
.info-block .brands.popular-brands .brands__item {
    height: 50px;
    border-radius: 10px;
}
.info-block__right ul li {
    margin: 30px 0;
}
.info-block__right .social-holder {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.info-block__right .t-social {
    min-width: 150px;
}
@media (max-width: 1199px) {
    .info-block .advant__name {
        font-size: 14px;
        margin-top: 16px;
    }
}
@media (max-width: 1023px) {
    .info-block__left,
    .info-block__right {width: 100%;}
}
@media (max-width: 575px) {
    .info-block .advant__area {width: 45%;}
    .info-block .advant__item {
        padding: 14px;
        border-radius: 8px;
    }
    .info-block .advant__name {
        font-size: 12px;
        margin-top: 12px;
    }
    .info-block .brands__item {
        font-size: 11px;
        gap: 6px;
        padding: 0 8px;
    }
    .info-block__right {font-size: 14px;}
    .info-block__right ul li {
        margin: 15px 0;
    }
}

#authFormLogin .redlink {
    color: #ef2222;
    text-decoration: underline;
}

.resultAuthForm red {
    color: #ef2222;
    font-weight: bold;
}

.price-breakdown__section {
    position: relative;
}

.price-breakdown__subtitle {
    display: flex;
    align-items: center;
    gap: 8px;
}


.review-card__time {
    @media (width <=768px) {
        position: relative;
    }
}

.calc-tooltip__icon {
    width: 18px;
    height: 18px;
    fill: red;
}

.calc-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    padding: 12px 18px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 5px #ccc;
    font-size: 13px;
    transition: opacity 0.5s, visibility 0s linear 0.5s;
}

.calc-tooltip .btn {
    margin: 20px auto 0;
    height: 30px;
    width: fit-content;
    font-size: 12px;
}

.calc-tooltip__icon:hover + .calc-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.5s, visibility 0s;
}

.calc-tooltip:hover {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;
    display: block;
}

.calc-tooltip__icon:hover + .calc-tooltip,
.calc-tooltip:hover {
    transition: none;
}

.commission-tooltip__holder {
    display: inline;
    position: relative;
    @media (width <= 768px) {
        position: static;
    }
    .span-flex {
        display: inline-flex;
        gap: 5px;
        font-size: 12px;
        color: var(--font-gray);
        align-items: center;
    }
}

.commission-tooltip__holder .span-flex:hover + .calc-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.5s, visibility 0s;
}

.calc-tooltip.commission {
    width: 600px;
    color: var(--secondary);
    @media (width <= 768px) {
        width: 100%;
        bottom: calc(100% - 25px);
    }
}

.invoice-tooltip__holder {
    display: inline;
    position: relative;
}

.invoice-tooltip__icon {
    display: inline;
    font-weight: 600;
    color: var(--secondary);
    cursor: default;
}

.invoice-tooltip__icon:hover + .invoice-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.5s, visibility 0s;
}

.invoice-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    width: 600px;
    bottom: calc(100% + 10px);
    padding: 12px 18px;
    color: var(--secondary);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 5px #ccc;
    font-size: 13px;
    transition: opacity 0.5s, visibility 0s linear 0.5s;
    &:hover {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s, visibility 0s;
        display: block;
    }
    @media (width <= 600px) {
        width: 300px;
        right: unset;
        
    }
}

.invoice-tooltip .btn {
    margin: 20px auto 0;
    height: 30px;
    width: fit-content;
    font-size: 12px;
}

.calc-table__item {
    position: relative;
}

.calc-table__item span:first-child {
    display: flex;
    align-items: center;
    gap: 8px;   
}

.calc-table__item .calc-tooltip {
    bottom: calc(100% - 20px);
}

.price-breakdown__header .calc-tooltip__icon {
    position: absolute;
    margin: 3px 0 0 7px;
}

.price-breakdown__header .calc-tooltip {
    bottom: calc(100% - 20px);
}

.card-row__price .calc-tooltip {
    bottom: calc(100% - 35px);
}

.card-row__price .calc-tooltip__icon {
    width: 18px;
    height: 18px;
    top: 5px;
}

@media screen and (max-width: 1539px) {
    .navbar .navbar__row .navbar__center {
        width: calc(100% / 12* 6 - 20px);
    }
    .navbar .navbar__row .navbar__right {
        width: calc(100% / 12* 4 - 20px);
    }
}


@media screen and (max-width: 1199px) {
    .navbar .navbar__row .navbar__center {
        width: calc(100% / 12* 4 - 20px);
    }
    .navbar .navbar__row .navbar__right {
        width: calc(100% / 12* 8 - 20px);
    }
}

@media screen and (max-width: 580px) {
    .navbar__center .about__link {
        display: none !important;
    }
}

/* Для iOS */
.hits__list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.f-contacts__row.column {
    flex-direction: column;
    align-items: start;
}
.msgs__wa.with-text {
    border: none;
    width: auto;
    gap: 8px;
}
.msgs__wa.with-text .msgs__wa__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    transition: .3s linear;
}
.msgs__wa.with-text:hover .msgs__wa__icon {
    border-color: #3dbf00;
}
.footer-email a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: var(--primary);
}
.footer-email svg {
    width: 22px;
    height: 22px;
    fill: var(--secondary);
}
.navbar__contacts .office {
    display: none;
}
.navbar__contacts:nth-child(2) {
    margin-left: 15px;
}
.office.office2 {
    display: flex;
    flex-direction: column;
}
.office2 .work-time {
    font-size: 12px;
    color: var(--primary);
}
@media (min-width: 1739px) {
    .msgs__wa {width: 44px;height: 44px;}
}
@media (max-width: 1739px) {
    .navbar__order {display: none;}
}
@media screen and (max-width: 1199px) {
    .navbar__contacts {column-gap: 10px;}
}
@media (max-width: 768px) {
    .office.office2 {display: flex;}
}

.in-stock__text {
    text-transform: uppercase;
    text-align: center;
    color: #3cb704;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.price-breakdown__header {position: relative;}
.card-row__price .info {
    margin: 0 0 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: var(--font-dark);
}
.delivery-info {display: flex;flex-direction: column;gap: 8px;margin: 25px 0;}
.calc-tooltip .delivery-info {margin: 0;}
.delivery-info__link {width:150px;font-size: 14px;font-weight: 600; color: var(--secondary);text-decoration: underline;}
.delivery-info__link:hover {text-decoration: none;}

.brands-links {display: grid;grid-template-columns: repeat(7, 1fr);gap: 10px;margin-bottom: 30px;background: #fff;border-radius: 20px;padding: 16px;}
.brands-links__item {display: none;gap: 8px;align-items: center;padding: 8px;color: #000;font-weight: 600;}
.show-more-brand {display: flex;gap: 8px;align-items: center;justify-content: space-around;padding: 8px;color: var(--gray);cursor: pointer;}
.show-more-brand img {width: 14px;height: 14px;}
@media (max-width: 1739px) {
    .brands-links {grid-template-columns: repeat(5, 1fr)};
}
@media (max-width: 1024px) {
    .brands-links {grid-template-columns: repeat(4, 1fr)};
}
@media (max-width: 768px) {
    .brands-links {grid-template-columns: repeat(2, 1fr);}
    .show-more-brand {grid-column: 1 / -1; }
}

/* Кнопка Откройте цены ниже
-----------------------------------------*/
.navbar.no-auth .navbar__right {width: calc(100% / 12* 3 - 20px);}
.navbar.no-auth .navbar-btn {width: calc(100% / 12* 2 - 20px);text-align: right;}
.navbar-btn_link {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #f33e3e;
    background: #fff;
    border: 1px solid #f33e3e;
    line-height: 18px;
    border-radius: 10px;
    transition: all .3s linear;
}
.navbar-btn_link:hover {
    background: #f33e3e;
    color: #fff;
}

@media (max-width: 1739px) {
    .navbar.no-auth .navbar__center {width: calc(100% / 12* 5 - 30px);}
    .navbar-btn_link {font-size: 11px;}
}
@media screen and (max-width: 1539px) {
    .navbar.no-auth .navbar__row .navbar-btn {width: calc(100% / 12* 2 - 40px);}
    .navbar.no-auth .navbar__row .navbar-btn a span {display: none;}
    .navbar.no-auth .navbar__row .navbar__center {width: calc(100% / 12* 4 - 40px);}
    .navbar.no-auth .navbar__row .navbar__right {width: calc(100% / 12* 6 - 60px);}
}
@media screen and (max-width: 1199px) {
    .navbar.no-auth .navbar__row .navbar__center {width: calc(100% / 12* 2 - 20px);}
    .navbar.no-auth .navbar__row .navbar-btn {width: calc(100% / 12* 3 - 20px);}
    .navbar.no-auth .navbar__row .navbar__right {width: calc(100% / 12* 7 - 20px);}
}
@media screen and (max-width: 767px) {
    .navbar .navbar__row {justify-content: space-between;}
    .navbar.no-auth .navbar__row .navbar-btn {width: calc(100% / 12* 5 - 10px);}
    .navbar.no-auth .navbar__row .navbar__right {width: calc(100% / 12* 7 - 10px);}
    .navbar__contacts:nth-child(2) {margin-left: 10px;}
    .header {margin-bottom: 10px;}
    .top__wrap {padding: 0 0 10px 0;}
    .top__center {
        justify-content: center;
        padding: 10px 0;
    }
    .top .logo img {max-height: 30px;}
}

@media (width <= 575px) {
    .navbar.no-auth .navbar__row .navbar-btn {width: calc(100% / 12* 5 - 10px);}
    .navbar .navbar__row {justify-content: space-between;}
    .navbar .navbar__row .navbar__center {
        display: flex;
        width: calc(100% / 12 * 6.5 - 20px);
    }
    .navbar .navbar__row .navbar__right {
        display: flex;
        width: calc(100% / 12* 4.5 - 10px);
        margin: 0 10px 0 0;
    }
    .menu {display: flex;}
    .menu__item {display: none;}
    .menu-btn {display: none;}
    .menu__item.mobile-visible {display: block;}
}

@media screen and (max-width: 374px) {
    .navbar.no-auth .navbar__row .navbar-btn {width: calc(100% / 12* 6 - 10px);}
    .navbar.no-auth .navbar__row .navbar__right {width: calc(100% / 12* 6 - 10px);}
}

.tabbar {
    padding: 0;
    background" none;
    width: 100vw;
}

.tabbar__holder {
    padding: 10px 10px 15px;
    background: var(--secondary);
}

.tabbar__link span {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}

.tabbar__link {
    row-gap: unset;
}

.tabbar__link svg {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}

.tabbar__menu {
    justify-content: unset;
}

.join-telegram {
    width: 100%;
    padding: 10px 0;
    background: rgba(46, 49, 56, .9);
    display: none;
}

.join-telegram__btn {
    display: flex;
    width: 220px;
    height: 32px;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
}

.city-search__link.hidden {
    display: none;
}

.show-more-cities {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
    margin: 10px 0 10px auto;
    padding: 8px;
    color: var(--gray);
    cursor: pointer;
}
.show-more-cities img {
    width: 14px;
    height: 14px;
}
.show-more-cities.open img {
    transform: rotate(180deg);
}
.show-more-cities .hide-all {
    display: none;
}

.tabbar {
    background: none;
}
.tabbar__holder {
    padding: 8px 10px;
}
.tabbar__link svg {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
}

.contract__load {
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 25px;
}
.contract__load svg {
    width: 151px;
    height: 40px;
}

// Дополнение про срочность в формы
.send-form {
    display: none;
}
.form-poll {
    display: none;
}
.form-poll__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}
.form-poll__btn {
    display: flex;
    line-height: 36px;
    padding: 0 24px;
    background: var(--secondary);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s linear;
}
.form-poll__btn:hover {
    opacity: 0.8;
}
.modal__btns button:disabled,
.modal__btns button:hover:disabled {
    color: #fff;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
    cursor: not-allowed;
    opacity: 0.6;
}

.car-card__btns-holder {
    display: flex;
    justify-content: space-between;
}
.brand-links__holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 60px 0;
}
.brand-links__holder a {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary);
    transition: all .25s linear;
}
.brand-links__holder a:hover {
    color: var(--primary);
}
.car-card__footer .brand-links__holder {
    margin: 0;
}
.brand-links__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.brand-links__item .h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--font-dark);
    min-width: 52%;
}
.brand-links__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    border-radius: 18px;
    color: #fff;
    transition: .3s linear;
}
.brand-links__item a:hover {
    color: var(--secondary);
    background: #fff;
}

.car-brands__title {
    margin: 0 0 30px 0;
}
.car-brands__row {
    margin-bottom: 50px;
}

.dropdown__grid {
    grid-template-columns: 240px 1fr;
}

.new-modal .form-group {
    display: none;
}

.new-modal .form-group.show-first {
    display: block;
}

.modal__title span {
    display: block;
    font-weight: 500;
    font-size: 30px;
}

.new-modal .form-group__phone label {
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    color: var(--font-dark);
    @media (width <= 768px) {
        font-size: 24px;
    }
}

.modal .discount,
.modal .discount:focus {
    width: 100%;
    height: 64px;
    border: 1px solid #ced7d9;
    border-radius: 10px;
    padding: 0 20px;
}

.send-phone:disabled,
.send-phone:hover:disabled,
.send-form:disabled,
.send-form:hover:disabled {
    color: #fff;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Модальная форма free-checkup
-------------------------------------*/
.first-step__holder {
    position: relative;
    top: -40px;
}

.first-step__header {
    position: sticky;
    top: 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    margin: 0 -5px 0 -5px;
}


.first-step__header .tooltip-container {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.first-step__header .tooltip-container .tooltip-title {
    
    display: inline-block;
    border-bottom: 1px dotted var(--secondary);
    color:var(--secondary);
}

.first-step__header .tooltip-container .tooltip-text {
    display: none;
}

.first-step__header .tooltip-container:hover .tooltip-text {
    position: absolute;
    z-index: 1;
    left:0;
    top: 24px;
    width: 100%;
    background: #fff;
    padding:10px;
    display: block;
    border: 1px solid var(--border);
    text-align: left;
} 




.choose-auto {
    display: none;
}

.choose-auto__btn {
    position: relative;
    width: 250px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    border: 1px solid var(--secondary);
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: var(--secondary);
    cursor: pointer;
}

.choose-auto__btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-right: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
    transform: translate(-7px, 7px) rotate(45deg);
    background: #fff;
}

#checkup-timer {
    width: 160px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: var(--secondary);
    border-radius: 10px;
}

#js-modal-free-checkup .close-btn {
    z-index: 100;
}

#js-modal-free-checkup .modal__inner-big {
    width: 820px;
    padding: 80px 75px;
}

#js-modal-free-checkup .modal__title {
    font-size: 32px;
}

#js-modal-free-checkup .modal__title span {
    display: block;
    font-weight: 700;
    font-size: 32.4px;
    text-transform: uppercase;
    background: var(--secondary);
    color: #fff;
    padding: 3px 10px;
}
.checkup__autos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.checkup__item input[type="radio"] {
    display: none;
}

.checkup__item {
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 13px;
}

.checkup__item.active {
    border-color: var(--secondary);
    background: var(--secondary);
    color: #fff;
}

.checkup__item img {
    width: 100%;
    height: auto;
}

.range-price__holder {
    width: 75%;
    margin: 20px auto;
    text-align: center;
}

.range-price__holder label {
    font-size: 30px;
}

.irs-with-grid .irs-grid {
    display: none;
}

.form-group__holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#js-modal-free-checkup .btn {
    width: fit-content;
    margin: 60px auto 0 auto;
}

#js-modal-free-checkup .js-phone-close {
    display: none;
}

.checkup-wa {
    display: none;
    max-width: 100%;
    height: auto;
    text-align: center;
}

.checkup-wa__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.modal {
    z-index: 9000000;
}

.modal__title-text {
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    color: var(--font-dark);
    @media (width <= 1024px) {
        font-size: 28px;
    }
}

input:disabled {
    background: #eee !important;
    border-color: #eee !important;
    color: #fff !important;
}

@media (max-width: 1023px) {
    #js-modal-free-checkup .modal__inner-big {width: 355px;padding: 70px 30px;}
    #js-modal-free-checkup .modal__title {padding-top: 10px;font-size: 14.3px;}
    #js-modal-free-checkup .modal__title span {font-size: 14px; padding: 3px 5px}
    .checkup__autos {grid-template-columns: repeat(2, 1fr);}
    .range-price__holder label {font-size: 17px;}
    .form-group__holder {grid-template-columns: 100%;}
}

.car-card__fav_mobile {
    border: 1px solid #3cb704;
    background: #fff;
    color: #3cb704;
    font-size: 12px;
    padding: 0 10px;
    height: 34px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s;
    width: 100%;
}

@media (min-width: 769px) {
    .car-card__fav_mobile {
        display: none;
    }
}

.car-card__fav_mobile svg {
    width: 32px;
    height: 32px;
    display: block;
    fill: #3cb704;
}

@media (max-width: 768px) {
    a.car-card__fav_mobile.sticky {
/*
      position: fixed;
      top: 50px;
      left: 10px;
      width: calc(100% - 20px);
      z-index: 1000;
*/
    }
}

.card-row__car {
    position: relative;
    @media (width > 1739px) {
        padding-top: 42px;
        margin-top: -42px;
    }
}

.card-row__heart {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.card-row__heart .fill {
    fill: #e32636;
    clip-path: inset(100% 0 0 0);
}
.card-row__heart .outline {
    fill: none;
    stroke: #e32636;
    stroke-width: 1;
}

.card-row__heart[data-percent='33'] .fill {
    clip-path: inset(67% 0 0 0);
}
.card-row__heart[data-percent='67'] .fill {
    clip-path: inset(33% 0 0 0);
}
.card-row__heart[data-percent='100'] .fill {
    clip-path: inset(0 0 0 0);
}

.action__info {
    position: absolute;
    display: none;
    top: -125px;
    right: 0px;
    padding: 20px;
    width: 320px;
    background: #fff;
    box-shadow: 0 4px 92px rgba(41, 45, 52, .1), 0 2px 24px rgba(41, 45, 52, .12);
    border-radius: 12px;
    color: var(--font-dark);
    z-index: 10000;
    font-size: 12.5px;
    &:hover {
        display: block;
    }
    & .btn {
        margin: 20px auto 0;
        width: fit-content;
    }
}

#js-modal-action .modal__title {
    margin: 0 0 10px;
}

#js-modal-action .modal__subtitle {
    text-align: center;
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 5px 10px;
    background: #383838;
    color: #fff;
}

#js-modal-action .action__auto {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.action__auto .card {
    cursor: pointer;
}

.action__auto .card.active {
    box-shadow: 0 0 10px 5px #d6d6d6;
    transform: scale(1.02);
}

.action__auto .card.active .card__desc{
    background: #f0f0f0;
}

.action__get-phone,
.js-get-phone-close {
    display: none;
}

.get-phone__title {
    text-align: center;
    margin: 0 0 15px 0;
}

.action__first-step .btn {
    background: #fff;
    color: var(--secondary);
    white-space: normal;
    text-align: center;
}

.action__first-step .btn:hover {
    background: var(--secondary);
    color: #fff;
}

@media (min-width: 1366px) {    
    .modal__inner.modal__inner-big {
        width: 1200px;
        padding: 90px 60px 60px 60px;
    }
}

@media (max-width: 920px) {
    .card-row__heart {top: -10px;left: unset;right: -28px;}
    #js-modal-action .action__auto {grid-template-columns: 100%;}
    #js-modal-action .modal__subtitle {font-size: 18px;}
}

@media (max-width: 768px) {
    #js-modal-action .action__auto {grid-template-columns: 100%;} 
}

@media (max-width: 575px) {
    .card-row__heart {top: -10px;left: unset;right: 0;}
}

.alarm__icon {
    text-align: center;
    border: 1px solid #e32636;
    color: #e32636;
}

.orange__icon{
    text-align: center;
    border: 1px solid #FF8C00;
    color: #FF8C00;
}

.gray__icon{
    text-align: center;
    border: 1px solid #555;
    color: #555;
}

.green__icon{
    text-align: center;
    border: 1px solid #006400;
    color: #006400;
}


.car__status-holder .garantee__icon, .car__status-holder .filials__icon, .car__status-holder .alarm__icon
{
    position: relative;
    width: auto;

}

.d-flex {
    display: flex;
    gap: 10px;
}
.flex-wrap {
    flex-wrap: wrap;
}

.car__status-holder .status-item {
    margin: 0 15px 15px 0;
    position: relative;
}

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


.mobile-status .garantee__icon, .mobile-status .filials__icon, .mobile-status .alarm__icon {
    position: relative;
    width: auto;
}

@media (max-width: 768px) {
    .mobile-status .trade-in__info {
        top: -120px;
        right: unset;
        left: -70px;
    }
}

.w-auto {
    width: auto;
}
.position-relative {
    position: relative;
}

.pagination__input input {
    width: 120px;
    height: 50px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    border: 1px solid #0C635D;
    border-radius: 10px;
    background: #fff;
}

.card-row__full {
    grid-column: 1 / 4;
    margin-bottom: 15px;
    height: 50px;
}

.new-icon {
    width: auto;
}

.car__status-holder.new-holder {
    align-items: baseline;
}

.mobile-status .status-item {
    margin-bottom: 15px;
}

.close-info_pop {
    text-align: right;
    font-size: 18px;
    margin-right: 15px;
    padding-bottom: 10px;
    cursor: pointer;
    z-index: 999999;
}

.mb-30 {
    margin-bottom: 30px;
}

.list-last-image {
    display: inline-block;
    position: relative;
}

.list-last-image img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

/* Создаем псевдоэлемент для текста */
.list-last-image::after {
    content: "посмотреть все фото";
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    backdrop-filter: blur(2px);
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 10;
}

.list-last-image:hover::after {
    background: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%) scale(1.05);
}

.list-last-image:hover img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.card-row-gallery .list .item .img.list-last-image {
    z-index: 5;
}

.login-btn {
    width: 30px;
    height: 30px;
}

.favorites__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    transition: .3s linear;
}

.favorites__link svg {
    width: 18px;
    height: 18px;
    fill: #e32636;
}

/* SEO блоки
------------------------*/
.seo-block {
    margin: 100px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.answer-block {
    margin: 60px 0 30px 0;
}
.answer-item {
    border-top: 1px solid rgba(134, 134, 134, .2);
    padding: 15px 0;
}

.answer-item:last-child {
    border-bottom: 1px solid rgba(134, 134, 134, .2);
}

.question {
    display: flex;
    cursor: pointer;
    gap: 15px;
    font-weight: bold;
    &:hover color: var(--secondary);
}
.question .arrow-down {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
    transform: rotate(135deg) translate(20%, 10%);
}
.question.active .arrow-down {
    transform: rotate(-45deg) translate(-60%, 20%);
}
.answer {
    display: none;
    margin: 30px 0;
}

.tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 30px 0;
    align-items: baseline;
}

.tags-items {
    display: flex;
    flex-wrap: wrap;
}

.show-all-tags {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    margin-left: 5px;
    transition: all .5s;
    border-bottom: 1px dashed #c6c6c6;
    cursor: pointer;
    @media (width <= 1023px) {
        font-size: 14px;
    }
    @media (width <= 575px) {
        font-size: 12px;
        margin-left: 0;
    }
}

.show-all-tags:hover {
    border-bottom-color: transparent;
}

.tags-items.hide-tags {
    display: none;
}

.tags-item,
.tags-item:focus {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--primary);
    text-decoration: underline;
    transition: all 0.3s linear;
    margin-right: 10px;
    white-space: nowrap;
    @media (width <= 1023px) {
        font-size: 14px;
    }
    @media (width <= 575px) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6px;
        font-size: 12px;
        margin-left: 0;
    }
}

.tags-item:hover {
    text-decoration:none;
    color: #000;
}

.tags-item.hide-tags {
    display: none;
}

.sub-text {
    margin-top: 100px;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    @media (width <= 991px) {
        margin-top: 80px;
    }
}

/* END SEO блоки
------------------------*/
.scheme__holder {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    @media (width <= 1024px) {
        grid-template-columns: repeat(4, 1fr);
    }
    @media (width <= 575px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.scheme__item {
    border-radius: 50px;
    overflow: hidden;
    @media (width <= 1024px) {
        border-radius: 30px;
    }
}

.scheme__item .scheme__step {
    height: 100%;
    padding: 28px;
    @media (width <= 1739px) {
        padding: 20px;
    }
    @media (width <= 1024px) {
        padding: 20px 18px;
    }
}

.scheme__item .scheme__num {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    background: var(--secondary);
    margin-bottom: 40px;
    @media (width <= 1024px) {
        margin-bottom: 20px;
    }
}
.scheme__item .scheme__title {
    font-size: 16px;
    margin-bottom: 6px;
    @media (width <= 1739px) {
        font-size: 14px;
        margin-bottom: 4px;
    }
}
.scheme__item .scheme__text {
    font-size: 15px;
    @media (width <= 1739px) {
        font-size: 14px;
    }
}

.scheme__item-last {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    @media (width <= 575px) {
        grid-template-columns: auto;
    }
    .scheme__item {
        grid-area: auto;
        height: 100%;
        max-height: 490px;
        @media (width <= 1023px) {
            max-height: 340px;
        }
        @media (width <= 575px) {
            max-height: 300px;
        }
    }
    .modal__btns {
        margin-top: 20px;
    }
    .s-request {
        padding: 84px;
        @media (width <= 1023px) {
            padding: 25px 29px;
        }
    }
}

.advant__title {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.advant__grid {
    grid-template-rows: repeat(1, 370px);
}

@media (width <= 767px) {
    .advant__grid {grid-template-rows: repeat(4, auto);}
    .advant__area:nth-child(4) {grid-area: 3 / 1 / 4 / 3;}
}

.dg-error-message {display: none !important;}

.filter-button {
    width:36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
}

.filter-button svg,
.filter-button img {
    width: 18px;
    height: 18px;
    fill: var(--secondary);
}

.modal__inner.full {
    transform: translateX(0);
    left:0;
    width: 100%;
    padding:24px;
}

@media (max-width:575px) {
   .modal__inner.full {
        padding:0;
        height: 100%;
        top:0;
        position: relative;
    }
    .modal__inner.full .box {
        height: 100%;
        position: relative;
    }
    .modal__inner.full .hero {
        background: none;
    }
    .modal__inner.full .hero-without-img {
        padding:0;
    }

    .modal__inner.full .hero__title {
        max-width: 320px;
    }

    .modal__inner.full .box__wrap {
        padding: 18px 10px 0 10px !important;
    }
    .modal__inner.full .close-btn {
        top: 7px;
        right: 8px;
    }
    .modal__inner.full .hero-without-img .hero__text {
        margin:0;
    }
    .modal__inner.full .filter {
        gap:2px;
    }
    .modal__inner.full .hero__footer {
        padding: 20px 20px 0 20px;
    }
}

.modal__inner.full .close-btn {
    z-index: 1000;
}

.modal__inner.full .box {
    margin:0;
}

.modal__inner.full .container {
    width: 100%;
}

@media (max-width:575px) {
    .d-flex.buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .garantee__icon,
    .filials__icon {
        position: static;
        margin:0;
    }
    .card-row__col.filials {
        margin-top: 0;
    }
}



.delivery-tabs {
    display: flex;
    margin-bottom: 30px;
    overflow-x: auto;
}

.delivery-tabs .deliv-btn {
    height: 30px;
    font-size: 12px;
    margin-right: 10px;
    background: #fff;
    color: var(--secondary);
}

.delivery-tabs .deliv-btn.active {
    background: var(--secondary);
    color: #fff;
}

.certificate-carousel {
    margin: 0 -10px
}

.certificate__holder {
    padding-top: 60px;
    padding-bottom: 60px;
}

.certificate-carousel .slick-track {
    display: flex;
    align-items: stretch
}

.certificate-carousel .slick-slide {
    height: auto;
    padding: 0 10px
}

.certificate-carousel .slick-slide > div,
.certificate-carousel .slick-slide > div > div {
    height: 100%
}

.certificate-carousel .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: -90px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid #ced7d9;
    border-radius: 50%;
    background: 0 0;
    cursor: pointer;
    transition: .3s linear;
    @media (width <= 768px) {
        top: -65px;
    }
}

.certificate-carousel .slick-arrow:hover {
    border-color: var(--primary)
}

.certificate-carousel .slick-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--primary)
}

.certificate-carousel .slick-arrow.prev {
    right: 90px
}

.certificate-carousel .slick-arrow.next {
    right: 25px
}

.certificate-carousel .slick-arrow.next svg {
    transform: rotate(180deg)
}

.certificate__item img {
    border: 1px solid var(--border);
}

.car-price__item .span-price {
    padding-left: 12px;
    padding-right: 0;
    font-weight: 600;
    color: var(--secondary);
}

.discount-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 65px;
    margin-left: 5px !important;
}

.discount-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.discount-btn:hover {
    background-color: #eaeaea;
}
.discount-value {
    margin: 0 !important;
}

.m-tooltip__phone img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.msgs__max.with-text {
    display: flex;
    width: auto;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

.msgs__max.with-text .msgs__max__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    transition: .3s linear;
}

.msgs__max img {
    width: 18px;
    height: 18px;
}

.msgs__max.with-text:hover .msgs__max__icon {
    border-color: #6f26e0;
}

footer .msgs {
    flex-direction: column;
}

footer .msgs__item span {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
}

footer .msgs__tg.with-text {
    display: flex;
    width: auto;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: none;
}

footer .msgs__tg.with-text .msgs__tg__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    transition: .3s linear;
}

footer .msgs__tg.with-text:hover .msgs__tg__icon {
    border-color: #259dd9;
}

.modal__btns.three-btns {
    grid-template-columns: repeat(3, 1fr);
    @media (width <= 768px) {
        column-gap: 5px;
    }
}

.modal__btns.three-btns .btn {
    height: 44px;
    font-size: 16px;
    @media (width <= 768px) {
        height: 38px;
        font-size: 12px;
        padding: 14px 16px;
    }
}

.auc-links {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

.auc-links .btn {
    width: 150px;
}

.price-breakdown__service {
    position: relative
}

.service__icon {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.service__info {
    position: absolute;
    display: none;
    top: 20px;
    left: -100%;
    padding: 10px 0;
    width: 780px;
    background: #fff;
    box-shadow: 0 4px 92px rgba(41, 45, 52, .1), 0 2px 24px rgba(41, 45, 52, .12);
    border-radius: 12px;
    color: var(--font-dark);
    z-index: 10000;
    font-size: 12.5px;
    @media (width <= 768px) {
        width: 320px;
        left: 0;
    }
}

.service__info-list {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    @media (width <= 768px) {
        grid-template-columns: 100%;
    }
}

.service__info-item {
    padding: 8px 18px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
}

.service__info-item:hover {
    background: #f5f5f5;
}

.price-breakdown__service:hover {
    .service__info {
        display: block;
    }
}

.green-text {
    color: green;
}

.orange-text {
    color: orange;
}

.popular-auto__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.popular-auto__items a {
    font-size: 14px;
    line-height: 54px;
    background: #fff;
    border-radius: 30px;
    padding: 0 18px;
    border: 1px solid #eeebde;
    color: var(--font-dark);
    transition: all .25s linear;
    &:hover {
        border-color: #c0c0c0;
    }
    @media (width <= 1739px) {
        font-size: 12px;
        line-height: 44px;
        padding: 0 12px;
    }
}

.modal-how-saving .modal__inner {
    width: 800px;
    padding: 60px 40px;
    max-width: 100%;
    @media (width <= 768px) {
        padding: 60px 30px 30px;
    } 
    .btn {
        width: 300px;
        margin: 30px auto 0;
    }
    .modal__text {
        margin: 30px 0 10px 0;
    }
}

.modal-how-saving .modal__btns.three-btns .btn {
    width: 100%;
    height: 44px;
    font-size: 16px;
}

.modal-how-saving .modal__title {
    font-size: 30px;
    font-weight: 600;
    span {
        color: var(--secondary);
        font-weight: 700;
        @media (width <= 768px) {
            font-size: 24px;
        }
    }
    @media (width <= 768px) {
        font-size: 20px;
    }
}

.modal-how-saving .how-saving__form {
    display: none;
}

.modal-how-saving {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999000;
    overflow-y: auto;
    display: none;
    .form-group {
        display: none;
    }
}

#js-modal-how-saving.small-modal {
    top: unset;
    left: unset;
    background: none;
    overflow: visible;
}

.modal-how-saving.small-modal .modal__inner {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 30px 20px;
    box-shadow: 0 0 5px 4px #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    @media (width <= 768px) {
        padding: 10px 20px;
    }
    .modal__title {
        font-size: 14px;
        margin-bottom: 16px;
        span {
            font-size: 14px;
        }
        @media (width <= 768px) {
            font-size: 10px;
            padding-right: 20px;
            span {
                font-size: 10px;
            }
        }
    }
    .close-btn {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        @media (width <= 768px) {
            top: 4px;
            right: 4px;
        }
    }
    .btn {
        font-size: 14px;
        height: 42px;
        width: 210px;
        margin: 0 auto;
        @media (width <= 768px) {
            font-size: 11px;
            height: 34px;
            width: 160px;
            padding: 8px 12px;
        }
    }
    .modal__btns.three-btns {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
        margin-bottom: 10px;
        @media (width <= 768px) {
            flex-wrap: wrap;
        }
    }
    .modal__btns.three-btns .btn {
        font-size: 14px;
        height: 32px;
        width: 115px;
        margin: 10px auto 0;
        pointer-events: none;
        @media (width <= 768px) {
            font-size: 8px;
            height: 26px;
            width: 76px;
        }
    }
    .form-group input.input-phone {height: 38px;}
    .form-checkbox label {display: none;}
    .how-saving__form {display: none;}
}

.close-saving {
    display: none;
}

.modal__title-form {
    display: none;
    width: 90%;
}

.msgs__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding-right: 3px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    transition: .3s linear;
}

.msgs__phone svg {
    width: 18px;
    height: 18px;
    fill: #3dbf00;
}

.m-tooltip__tg svg {
    width: 25px;
    height: 25px;
    fill: #259dd9;
    margin-right: 10px;
}

@media (width <= 768px) {
    .carousel .slick-list {
        overflow: hidden;
    }
}

.calc__border-block {
    margin: 0 -60px;
    padding: 0 60px;
    border-left: 2px solid #ffac05;
    border-right: 2px solid #ffac05;
    @media (width <= 1199px) {
        margin: 0 -40px;
        padding: 0 40px;
    }
    @media (width <= 575px) {
        margin: 0 -30px;
        padding: 0 30px;
    }
}

.partner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    transition: .3s linear;
}

.partner-btn svg {
    width: 20px;
    height: 20px;
    fill: var(--secondary);
    transition: .3s linear;
}

.err404__area.title-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dadada;
}

.err404__area.text-holder {
    height: auto;
    padding: 20px;
}

.err404__text p {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

.carousel-one .slick-arrow {display:flex;align-items:center;justify-content:center;position:absolute;z-index:10;top:40%;transform:translateY(-50%);width:50px;height:50px;padding:0;border:1px solid #fff;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;transition:.3s linear}
.carousel-one .slick-arrow:hover{background:rgba(0,0,0,.3)}
.carousel-one .slick-arrow svg{width:20px;height:20px;fill:none;stroke:#fff}
.carousel-one .slick-arrow.prev {
    left: -90px;
    @media (width <= 768px) {
        left: -70px;
    }
}
.carousel-one .slick-arrow.next {
    right: -90px;
    @media (width <= 768px) {
        right: -70px;
    }
}
.carousel-one .slick-arrow.next svg{transform:rotate(180deg)}
.carousel-one .slick-dots {margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:10px}
.carousel-one .slick-dots li{width:auto;height:auto}
.carousel-one .slick-dots li button{font-size:0;width:15px;height:15px;background:#e5e5e5;border-radius:15px;border:none;cursor:pointer;transition:.3s linear}
.carousel-one .slick-dots li button:hover,
.carousel-one .slick-dots li.slick-active button{background:var(--secondary)}

.modal__inner .scheme {
    margin-bottom: 0px;
}

.scheme__holder.carousel-one {
    display: block;
    width: 270px;
    margin: 0 auto;
    @media (width <= 768px) {
        width: 210px;
    }
}

#js-modal-liked-car .modal__title {
    @media (width <= 768px) {
        font-size: 17px;
    }
}

#js-modal-liked-car .js-modal-close {
    display: none;
}

.btn-personal {
    background: #fff;
    color: var(--secondary);
    &:hover {
        background: var(--secondary);
        color: #fff;
    }
    @media (width >= 1024px) {
        grid-column-end: -3 !important;
    }
    @media (width <= 768px) {
        font-size: 11px !important;
    }
}

.bank-item {
    position: relative;
}

.bank-item__tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: -95px;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 5px #ccc;
    font-size: 12px;
    transition: all 0.25s linear;
    @media (width <= 768px) {
        width: 300px;
        right: auto !important;
        left: 0 !important;
        & .btn {
            white-space: wrap;
            text-align: center;
        }
    }
}

.bank-item__3 .bank-item__tooltip {
    left: unset;
    right: 0;
}

.bank-item:hover .bank-item__tooltip {
    opacity: 1;
    visibility: visible;
}

.js-modal-show {
    cursor: pointer;
}

.trust-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px auto;
    width: 372px;
}

.trust-block span {
    display: flex;
    align-items: center;
    gap: 3px;
    min-width: 120px;
    & svg {
        stroke: #0c635d;
    }
    @media (width <= 768px) {
        min-width: 96px;
        font-size: 12px;
    }
}

.my-steps-ul {
    font-size: 18px;
}
.my-steps-ul li {
    margin-bottom: 10px;
}

.js-modal-call {
    cursor: pointer;
}

.mobile-hide {display: block;}
.mobile-show {display: none;}
    
@media (width <= 1024) {
    .mobile-hide {display: none;}
    .mobile-show {display: block;}
}

.car-card__btns .btn {
    width: auto;
}

.auc_list_block {
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 20px;
    display: flex;
}

.auc_list_block__tool {
    z-index: 9;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    opacity: .6;
    font-size: 14px;
    color: #000;
    transition: transform 1s ease;
    margin-right: 15px;
    position: relative;
    max-width: 300px;
}

.auc_list_block__tool::before {
    content: " ";
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    right: -5px;
    top: 16px;
    background-color: #fff;
}

.auc_list_block__icon {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    opacity: .8;
    font-size: 14px;
    color: #000;
    transition: transform 1s ease;
    height: 46px;
}

.auc_list_block:hover .auc_list_block__tool {
    opacity: .8;
}

#calc-fixed .price-breakdown__footer .btn {
     height: unset;
}

@media screen and (max-width:1023px) {
    .auc_list_block__icon {
        display: none;
    }
    .auc_list_block__tool {
        max-width: unset;
        width: 100%;
        border-radius: 0 0 30px 30px;
        text-align: center;
        opacity: .7;
    }
    .auc_list_block__tool::before {
        display: none;
    }
    .auc_list_block {
        top: unset;
        bottom: 129px;
        right: 0px;
        left: 0px;
        display: unset;
    }
}

@media screen and (max-width: 480px) {
    .auc_list_block__tool {
        border-radius: 0 0 10px 10px;
    }
}

.vercel-map {
    width: 100%;
    height: 420px;
    border: 1px solid var(--secondary);
    border-radius: 10px;
    margin-top: 40px;
}

.vercel-map__big-holder {
    height: calc(100vh - 180px);
    margin: 40px 0 40px 0;
    & .container {
        height: 100%;
    }
    @media (width <= 768px) {
        margin: 20px 0 20px 0;
    }
}

.vercel-map__big {
    width: 100%;
    height: 100%;
    border: 1px solid var(--secondary);
    border-radius: 30px;
    padding-right: 16px;
    @media (width <= 768px) {
        border-radius: 10px;
        padding: 0px
    }
}

.box__wrap {
    position: relative;
}

.brand-links__holder {
    flex-direction: row;
    position: absolute;
    top: -40px;
    right: 40px;
    padding: 0 20px;
}

.brand-links__holder a {
    font-weight: normal;
}

.map-title {
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .brand-links__holder {
        width: 100%;
        right: 0;
        justify-content: center;
    }

    .brand-links__holder a {
        text-align: center;      
    }
    .box__wrap {
        padding-top: 75px;
    }
}

.top-menu__mobile {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    background: var(--secondary);
    padding: 15px 10px;
    .top-menu__list {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }
    .top-menu__link {
        font-size: 10px;
        color: #fff;
    }
    .top-menu__link.sub-352 {
        display: none;
    }
}

.get-search-filter {
    width: 72px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 10px;
    border-radius: 16px;
    border: 1px solid rgba(174, 179, 179, .3);
    & img {
        width: 18px;
        height: 18px;
    }
}

@media (width > 768px) {
    .desktop-hide {display: none !important;}
}
@media (width <= 768px) {
    .mobile-hide {display: none !important;}
}

#js-modal-filter .hero__header {
    display: none;
}
@media (width <= 768px) {
    .navbar.fixed {position: static;}
    .navbar.fixed.scrolling {
        position: fixed;
        top: 45px;
        box-shadow: 0 0 3px 0px #ccc;
    }
    .navbar__contacts:nth-child(2) {margin-left: 0;}
}

.toggle-price-breakdown,
.price-breakdown__header .calc-tooltip__icon {
    display: none;
}

#ajax-result .toggle-price-breakdown {
    display: block;
}

.toggle-price {
    display: flex;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
    transitin: all .25s linear;
}

.toggle-price.active {
    transform: rotate(180deg);
}

.toggle-price svg {
    width: 20px;
    height: 20px;
    fill: var(--secondary);
}

.title-holder h1 {
    display: inline;
}

.title-btn {
    display: inline;
    color: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 40px;
    padding: 0 30px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.15;
    cursor: pointer;
    transition: .3s linear;
    &:hover {
        background: #fff;
    }
    @media (width <= 1739px) {
        padding: 0 25px;
        font-size: 44px;
    }
    @media (width <= 1199px) {
        margin-right: 5px;
        padding: 0 20px;
        font-size: 38px;
    }
    @media (width <= 575px) {
        font-size: 26px;
    }
    @media (width <= 400px) {
        padding: 0 15px;
        font-size: 23px;
    }
}

.title-holder .hero__title {
    @media (width <= 575px) {
        font-size: 26px;
    }
    @media (width <= 400px) {
        font-size: 23px;
    }
}






/* China Cars Rate */

.rate-info {}

.rate-info .rate-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width:1199px) {
    .rate-info .rate-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.rate-info .car-rate-photo {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width:1199px) {
    .rate-info .car-rate-photo {
        width: 100%;
    }
}

.rate-info .car-rate-photo .rate-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFCC32;
    padding:10px;
    border-radius: 30px;
    aspect-ratio: 1;
    min-width: 112px;
    font-size: 12px;
    font-weight: 400;
    color:#000;
}

.rate-info .car-rate-photo .rate-total span.rate-total-num {
    font-size: 36px;
    font-weight: 700;
}

.rate-info .car-rate-photo .car-photo img {
    display: block;
    max-width: 104px;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

@media screen and (max-width: 1199px) {
    .rate-info .car-rate-photo .car-photo img {
        max-width: 100%;
        width: auto;
        max-height: 112px;
    }
}

@media (max-width:1199px) {
    .rate-info .car-rate-photo .car-photo {
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
}


.rate-info .rate-tables {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: calc(100% - 30px - 246px);
}

@media (max-width:1199px) {
    .rate-info .rate-tables {
        flex-grow: 1;
        width: 100%;
        min-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.rate-info .rate-tables .rate-table {
    overflow: hidden;
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .rate-info .rate-tables .rate-table {
        width: 100%;
    }

    .rate-info .rate-tables .rate-table table {
        width: 100%;
    }
}

.rate-info .rate-tables .x-scroll {
    overflow-x: auto;
    max-width: 100%;
}

.rate-info .rate-tables .rate-table table tr {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .rate-info .rate-tables .rate-table table tr {
        font-size: 12px;
    }
}

.rate-info .rate-tables .rate-table table tr th:first-child,
.rate-info .rate-tables .rate-table table tr td:first-child {
    text-align: left;
}

.rate-info .rate-tables .rate-table table tr th {
    font-weight: 600;
}

.rate-info .rate-tables .rate-table table tr th,
.rate-info .rate-tables .rate-table table tr td {
    padding:5px 8px;
}

.rate-info .rate-tables .rate-table table tr td {
    border-bottom: 1px solid #E2E2E2;
}

.dark .rate-info .rate-tables .rate-table table tr td {
    border-color: var(--border);
}

.rate-info .rate-tables .rate-table table tr:last-child td {
    border-bottom: 0;
}


.rate-info .rate-tables .rate-table .green {
    color: #00A63A;
}

.rate-info .rate-tables .rate-table a {
    color: var(--secondary);
}



/* China reviews  */


.auto_reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.auto_reviews .item {
    width: calc(100% / 2 - 15px);
    padding: 30px 60px;
    background: var(--bg-box);
    border-radius: 70px;
}

.auto_reviews .item.full {
    width: 100%;
}



@media (max-width: 1499px) {
    .auto_reviews .item {
        width: 100%;
        padding: 20px 30px;
    }
}

@media screen and (max-width: 1023px) {
    .auto_reviews .item {
        border-radius: 30px;
    }
}

@media (max-width: 480px) {
    .auto_reviews .item {
        border-radius: 10px;
    }
}

.auto_reviews .item .review-head {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .auto_reviews .item .review-head {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.auto_reviews .item .review-head .user {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 30px;
}

.auto_reviews .item .review-head .user .avatar {
    max-width: 112px;
    min-width: 112px;
}

.auto_reviews .item .review-head .user .avatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}


.auto_reviews .item .review-head .user .user-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}

.auto_reviews .item .review-head .user .user-info .name {
    font-weight: 600;
}

.auto_reviews .item .review-head .car-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .auto_reviews .item .review-head .car-info {
        width: 100%;
        flex-grow: 1;
        align-items: center;
    }
}

.auto_reviews .item .review-head .car-info a {
    color: var(--secondary);
}

.auto_reviews .item .review-head .car-info .rate-main {
    padding: 10px 20px;
    border-radius: 30px;
    background: #FFCC32;
    font-weight: 700;
}

.dark .auto_reviews .item .review-head .car-info .rate-main {
    color: #000;
}


.auto_reviews .item .all_rates {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.auto_reviews .item .all_rates .rates_item {
    width: calc(100% / 5);
    font-size: 14px;
    padding: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .auto_reviews .item .all_rates .rates_item {
        width: 50%;
    }
}

.auto_reviews .item .all_rates .rates_item .rate_name {
    font-weight: 600;
    flex-grow: 1;
}


.auto_reviews .item .opinion .rev_text {
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 10px;
    position: relative;
}

.auto_reviews .item.full .opinion .rev_text {
    max-height: 2000px;
}

.auto_reviews .item .opinion .rev_text:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom:0;
    left: 0;
    width:100%;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--bg-box));
}

.auto_reviews .item.full .opinion .rev_text:after {
    display: none;
}

.auto_reviews .item .opinion .link {
    color: var(--secondary);
}



.auto_reviews .item .opinion .rev_text.open:after {
    display: none;
}

.auto_reviews .item .opinion .more {
    color: var(--secondary);
    font-weight: 600;
    cursor: pointer;
}

.auto_reviews .item .pics {
    padding-top:10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.auto_reviews .item .pics img {
    display: block;
    width: auto;
    min-width: 70px;
    height: 100px;
    background: #E2E2E2;
    border-radius: 10px;
    border: 1px solid var(--border);
}

.nowrap {
    white-space: nowrap;
}

/**
 * Блог
 */

.article .carousel-three img {
    border-radius: 0;
}

.article .carousel-three .card__img {
    border-bottom-right-radius: 0;    
    border-bottom-left-radius: 0;
}
