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

:root {
    --gradients-max-default: radial-gradient(136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100%);
}
.chat-holder {
    z-index: 5000;
}

.pricedown {
    position: fixed;
    z-index: 7000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.button-32-height {
    height: 32px !important;
    border: 0;
    cursor: pointer;
}
/*
.quiz {
    z-index: 10000;
}*/
.inspection__item span:nth-child(2).yellow {
    color: #FFBA00;
}
.first--marquee {
    background: #22335d;
}
h3 {
    color: #22335d;
}
figure {
    margin: 0;
    display: inline;
}
figure p, figure p img, figure img {
    display: inline;
}
.hidden, .hide, .image-tab-one, .is-hidden  {
    display: none;
}
.image-tab-one.active {
    display: block;
}

.car-media__colors span{
    cursor: pointer;
}

.testimonials__btn:hover {
    color: white !important;
}

.inline-block {
    display: inline-block;
}
/*
.form-text__selected-link, 
.after-inputs a.form-text__selected-link,
.quiz-final .form-checkbox label a.form-text__selected-link,
.callback__form-text a.form-text__selected-link {
  display: inline;
  color: #ffffff;
  background-color: #1c62c8;
  text-decoration: none;
}

.form-text__selected-link:hover, 
.after-inputs a.form-text__selected-link:hover,
.quiz-final .form-checkbox label a.form-text__selected-link:hover,
.callback__form-text a.form-text__selected-link:hover {
  color: #ffffff;
  background-color: #1c62c8;
  text-decoration: none;
}
*/

.form-group a, 
.form-text__selected-link, 
.after-inputs a.form-text__selected-link,
.quiz-final .form-checkbox label a.form-text__selected-link,
.callback__form-text a.form-text__selected-link {
    display: inline;
    color: #368bd8;
    text-decoration: none;
}

.callback__form-text {
    text-align: left;
}

.car-media__header i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid lightgray;
}

.car-media__header span.active i {
    border-color: var(--secondary);
}

.image-tab-one {
    display: none;
}
.image-tab-one.active {
    display: block;
}

.vr-tab-one {
    display: none;
    height: 100%;
}
.vr-tab-one.active {
    display: block;
}

.car-media__img {
    padding: 0 5px;
}

.car-media__panorama iframe {
    border: 2px #ccc solid;
}

.dark-blue {
    color: #22335d;
}
.mt-0 {margin-top: 0 !important;}
.mt-12 {margin-top: 12px;}
.mt-20 {margin-top: 20px;}
.mt-32 {margin-top: 32px;}
.mt-100 {margin-top: 100px;}
.mb-10 {margin-bottom: 10px;}
.mb-32 {margin-bottom: 32px;}
.mb-60 {margin-bottom: 60px;}
.mb-80 {margin-bottom: 80px;}
.pr-20 {padding-right: 20px;}
.pb-50 {padding-bottom: 50px;}
.pb-100 {padding-bottom: 100px;}
.line-height-15 {line-height: 1.5;}
.text-decoratin-none {text-decoration: none !important;}
/*
.characteristics__grid {
    row-gap: 20px;
}

.characteristics__row {
    padding-bottom: 20px;
}

.characteristics__section:first-child {
    padding-right: 40px;
}

.characteristics__section:nth-child(2) {
    padding-left: 40px;
}

.characteristics__ .characteristics__item > span:nth-child(3) {
    background: #f5f8ff;
    display: block;
    color: #22335d;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    align-self: stretch;
}

@media screen and (max-width:991px) {
    .characteristics__section:nth-child(2) {
        padding-left: 0;
    }
}
*/
.d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.tocustomers--pb {
    padding-bottom: 180px;
}
.section--mt-sm {
    margin-top: 60px;
}
.brand-tags__item.active {
    background: #1c62c8;
    color:#fff
}
.brand-tags__item.active svg {
    fill:#fff;
}
.auction-sheet a {
    color: #22335d;
}
.feedback__img__stat img {
    height: 350px;
    object-fit: contain;
}
.sets .sets__item:hover {
    cursor: pointer;
}
.top-menu__row .top-menu__link.active, article a, .link {
    color: #1c62c8;
}
.auction-sheet a:hover, article a:hover, .link:hover {
    color: #1c62c8;
}
.select2-container--default .select2-selection--multiple {
	max-height: 58px !important;
}
.how-buy__text img {
    border-radius: 8px;
}
.platform__logo img {
    height: 30px;
    margin: 5px auto;
}
.article__text img.w__auto {
    width: auto;
}
.auction-sheet__text ul li ol {
    margin-top: 20px;
}
.form-group div.file input[type=file] {
    opacity: 0;
    cursor: pointer;
}
.form-group div.file {
    cursor: pointer;
    width: 100%;
    height: 54px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(134, 134, 134, .2);
    background: #fff;
    color: #22335d;
    font-size: 18px;
    letter-spacing: -.36px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    position: relative;
}
.form-group div.file:before {
    content: "Ваше фото";
    position: absolute;
    z-index: 0;
    left:20px;
    top:15px;
    cursor: pointer;
}
div.form-file .nc-field-caption {
    display: none;
}
.product__nav a {
    width: auto;
    padding: 0 20px;
}
.equipment__icon {
    display: block;
    width: 20px;
    height: 20px;
    background:url(../img/icons/checkmark.svg) left top/20px no-repeat;
}
.equipment__icon.no {
    background:url(../img/icons/none.svg) left top/20px no-repeat;
}
/*
.characteristics__item {
    padding: 10px 0;
}
.characteristics__item span:first-child {
    max-width: calc(100% - 50px);
}
.characteristics__ .characteristics__item {
    display: grid;
    grid-template-columns: minmax(0, max-content) 1fr minmax(0, 45%);
    gap: 10px;
    align-items: start;
    padding: 2px 0;
}
.characteristics__ .characteristics__item span {
    flex: none !important;
    overflow-wrap: anywhere;
    word-break: normal;
}
*/
.f-contacts__tg svg, .tg-btn--jpn svg {
    fill: #2aabee;
}
.dropdown--jpn .f-contacts__tg:hover, .tg-btn--jpn:hover {
     background-color: #2aabee;
}
.f-contacts__max svg {
    fill: #007aff;
}
.dropdown--jpn .f-contacts__max:hover, .max-btn--jpn:hover {
     background: var(--gradients-max-default);
}
.footer .f-contacts__tg:hover svg {
    fill: #1f80b2;
}
.footer .f-contacts__max:hover svg {
    fill: #005bbf;
}
#first-dropdown .f-contacts__item p:nth-child(2) {
    max-width: 150px;
}
.tg--btn {
    background-color: #2aabee;
}
.tg--btn:hover {
    background-color: #35d6ff;
}
.card__tg svg {
    fill: #2aabee;
}
.card__tg:hover {
    background-color: #2aabee;
    border-color: #2aabee;
}
.max-btn--jpn:hover svg path {
    fill: #fff !important;
}
.f-contacts__item p a:first-child {
    min-width: 160px;
    display: inline-block;
}
/*
.msgs__vk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid rgba(167, 168, 170, .35);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition:.3s linear
}

.msgs__vk svg {
    width: 28px;
    height: 28px;
    fill: #07F;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition:.3s linear
}

.msgs__vk:hover {
    background: #07F;
    border-color:#07F;
}

.msgs__vk:hover svg {
    fill:#fff;
}

.msgs__vkV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid rgba(167, 168, 170, .35);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition:.3s linear
}

.msgs__vkV svg {
    width: 28px;
    height: 28px;
    fill: #07F;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition:.3s linear
}

.msgs__vkV:hover {
    background: #07F;
    border-color:#07F;
}

.msgs__vkV:hover svg {
    fill:#fff;
}

.msgs__ru {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid rgba(167, 168, 170, .35);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition:.3s linear
}

.msgs__ru svg {
    width: 28px;
    height: 28px;
    fill: #000;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition:.3s linear
}

.msgs__ru:hover {
    background: #000;
    border-color:#000;
}

.msgs__ru:hover svg {
    fill:#fff;
}

.feedback .msgs {
    margin-top: 20px;
}

@media screen and (max-width: 575px) {    
    .msgs__vk {
        background: #07F;
        border-color:#07F;
    }
    
    .msgs__vk svg {
        fill:#fff;
    }
    
    .msgs__vkV {
        background: #07F;
        border-color:#07F;
    }
    
    .msgs__vkV svg {
        fill:#fff;
    }
    
    .msgs__ru {
        background: #000;
        border-color:#000;
    }
    
    .msgs__ru svg {
        fill:#fff;
    }

    .article__text img.w__auto {
        margin: 0;
        width: 100%;
    }
}
*/
.price-breakdown__header {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(134,134,134,.2)
}

.price-breakdown__header p {
	margin-bottom: 0;
}

.price-breakdown__header p:first-child {
    max-width: 300px;
    color: #22335d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.price-breakdown__header p:nth-child(2) {
    color: #1c62c8;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -.6px
}

div.price-breakdown__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(134,134,134,.2)
}

div.price-breakdown__section p:first-child {
    max-width: calc(100% - 120px);
    color: #626e8c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -.32px
}

div.price-breakdown__section div:nth-child(2) {
    color: #22335d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

div.price-breakdown__footer  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px;
    padding-top: 20px
}

div.price-breakdown__footer .price-breakdown__total span:first-child {
	margin-right: 6px;
}

div.price-breakdown__footer span {
    color: #22335d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

div.price-breakdown__footer a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 62px;
    border-radius: 4px;
    background: #1c62c8;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

div.price-breakdown__footer a.btn:hover {
    background: #3c85f1
}

.section__text__14 {
	margin: 32px 0 0;
    color: #626e8c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.filter label {
    margin-bottom: 0;
    white-space: nowrap;
    padding-right: 5px;
    width: 100px;
}

.no_results {
    padding:50px 15px;
    text-align: center;
    font-weight: bold;
}
/*
.tags {
    margin-bottom: 30px;
}
*/
/* catalog cars */
article.card.active {
    border:1px solid #1c62c8;
}

article.card.active .card__footer {
    border-radius: 4px 4px 8px 8px;
}

.js-price-popup {
    position: relative;
}

.js-price-popup .price-breakdown__close {
    display: none;
}

.js-price-popup .price-breakdown__close svg {
    width:16px;
}

.js-price-popup .price-breakdown--abs {
    display: none;
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    background: #fff;
    width:768px;
    padding:16px;
}
/*
.carousel div.slick-slide {
    margin-right: 10px;
}
*/
.old-version-link {
    margin-left: auto;
}
.old-version-link .app-btn {
    float: right;
}

.rutube__btn {
    background: #1C232B;
}

.rutube__btn svg {
    width: 25px;
    height: 25px;
    fill:#fff
}

.rutube__btn:hover {
    background:#000
}

.review-card___video {
    position: relative;
    display: block;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow:hidden
}

.company__header {
    bottom: 30px;
}

.feedback__btns .feedback-phone {
    display: none;
}

@media screen and (max-width: 1739px) {
    .review-card___video {
        height: 248px;
    }
    .company__header {
        bottom: 15px;
    }
    .hero-advant__title span {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .review-card___video {
        height: 248px;
    }
}

@media screen and (max-width: 1023px) {
    .review-card___video {
        height: 186px;
    }
}

@media screen and (max-width: 767px) {
    .first .first__text span {
        display: block;
    }
    .review-card___video {
        height: 270px;
    }
    .feedback__img__stat img {
        display: none;
    }
    .feedback__btns .feedback-phone {
        display: flex;
    }
    .feedback__btns .feedback-form {
        display: none;
    }
    .card__tg {
        background-color: #2aabee;
        border-color: #2aabee;
    }
    .card__tg svg {
        fill: white;
    }
    .card--pl .card__tg {
        background-color: transparent;
        border-color:rgba(134, 134, 134, .2)
    }
    .card--pl .card__tg svg {
        fill: #2aabee;
    }
    .bought {
        position: relative;
        padding-bottom:70px;
    }
    .bought .section__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width:100%
    }
}

@media screen and (max-width: 479px) {
    .review-card___video {
        height: 180px;
    }
    .feedback__btns--mobile {
        gap: 5px;
    }
}

.post-content[data-v-50780d0d] .gallery-columns-1 .gallery-item {
    width: 100%;
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-1 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-2 .gallery-item {
    width: calc(50% - 7.5px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-3 .gallery-item {
    width: calc(33.33333% - 10px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-4 .gallery-item {
    width: calc(25% - 11.25px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-5 .gallery-item {
    width: calc(20% - 12px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-5 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-6 .gallery-item {
    width: calc(16.66667% - 12.5px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-6 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-7 .gallery-item {
    width: calc(14.28571% - 12.85714px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-7 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-8 .gallery-item {
    width: calc(12.5% - 13.125px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-8 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-columns-9 .gallery-item {
    width: calc(11.11111% - 13.33333px);
    margin: 0 0 22.5px;
    border-radius:5px
}

.post-content[data-v-50780d0d] .gallery-columns-9 .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom:7.5px
}

.post-content[data-v-50780d0d] .gallery-caption {
    font-size: .75rem;
    color: #7b8691;
    line-height:1.6em
}

.block {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.block:first-child {
    padding-right: 20px;
}


/* Popups:

.modal__inner {
    background: #dee8ff;
}

.dark .modal__inner {
    background: #12273d;
}


.modal__title {
    margin-bottom: 24px;
}

.dark .modal__title {
    color:#fff;
}

.dark .modal__text {
    color:#fff;
}

.modal__inputs .form-group {
    margin-bottom: 24px;
}

.modal__btns {
    display: flex;
    gap:2%;
    margin-bottom: 16px;
}

.modal__btns>* {
    width:49%;
}

.modal__btns button {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 130%;
    height: 62px;
    border:0;
    outline: none;
}

.dark .close-btn svg {
    fill:#fff;
    stroke:#fff;
}
*/

.car-review__car.capitalize,
.review__car.capitalize {
    text-transform: capitalize;
}

.car-review__text p.review__car {
    margin: 20px 0 0;
    color: #1c62c8;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.review__text {
    margin: 0;
    color: #435275;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.review__wrap.open {
    max-height: 100%;
}

.calc-table__item input.calc-input {
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #1c62c8;
    background: #fff;
    color: #22335d;
    font-size: 18px;
    letter-spacing: -.36px;
    margin-bottom: 6px;
}

@media (max-width:767px) {
    .js-price-popup .price-breakdown--abs {
        position: fixed;
        width:100%;
        max-height: calc(100vh - 62px);
        top:62px;
        overflow-y: auto;
    }
}


li.select2-results__option--disabled {
    display: none !important;
}

/*
.filter__hidden.open {
    display: flex !important;
}
*/
.catalog__footer {
    grid-column: 1 / 5;
}

@media screen and (max-width: 1365px) {
    .catalog__footer {
        grid-column: 1 / 4;
    }
}

@media screen and (max-width: 992px) {
    .catalog__footer {
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 575px) {
    .catalog__footer {
        grid-column: 1 / 2;
    }
    .card__max {
        width: 38px;
        height: 38px;
        background: none;
        border-color: #1c62c8;
    }
}

.gallery__carousel {
    max-height: 454px;
    overflow: hidden;
}

.gallery__carousel__size {
    max-height: none;
    overflow: auto;
    border-radius: 10px;
}

.select2-search--inline {
    overflow: hidden;
}

.pagination__link {
    width:auto;
    min-width: 40px;
    padding:0 6px;
}


/* configuration

.configuration {
    margin-top: 80px;
    color: #435275;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.configuration .box__wrap {
    padding: 50px 40px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 64px;
}

.configuration .sets-catalog {
    padding-top: 24px;
}

.configuration .sets-catalog .sets-catalog__title,
.configuration .model-range__title {
    margin-bottom: 18px;
}

.configuration .sets-catalog__section {
    margin-bottom: 64px;
}

.configuration .sets-catalog__nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

@media (max-width: 1200px) {
    .configuration .sets-catalog__nav {grid-template-columns: repeat(4, 1fr);}
}

@media (max-width: 991px) {
    .configuration .sets-catalog__nav {grid-template-columns: repeat(3, 1fr);}
}

@media (max-width: 767px) {
    .configuration {font-size: 14px;}
    .configuration .sets-catalog__nav {grid-template-columns: repeat(2, 1fr);}
    .configuration .table td {white-space: nowrap;}
}

@media (max-width: 468px) {
    .configuration .sets-catalog__nav {grid-template-columns: repeat(1, 1fr);}
}

section.configuration div.sets-catalog__nav a.sets-catalog__link {
    display: flex;
    align-items: center;
    padding:10px;
    border: 1px solid #1c62c8;
    border-radius: 4px;
    color: #1c62c8;
    background: #f5f8ff;
    transition: all 1s ease;
}

section.configuration div.sets-catalog__nav a.sets-catalog__link svg {
    width: 30px;
    height: 30px;
    color: #1c62c8;
    fill: #1c62c8;
    display: block;
    margin-right: 10px;
    transition: all 1s ease;
}

section.configuration div.sets-catalog__nav a.sets-catalog__link:hover {
    background: #1c62c8;
    color:#fff;
    transition: all .5s ease;
}

section.configuration div.sets-catalog__nav a.sets-catalog__link:hover svg {
    color: #fff;
    fill: #fff;
    transition: all .5s ease;
}



section.configuration div.model-range {
    padding-top: 24px;
}

section.configuration div.model-range div.model-range__section {
    margin-bottom: 48px;
}

section.configuration div.model-range div.model-range__section div.model-range__row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 35px;
}

section.configuration div.model-range div.model-range__section a.model-range__link {
    color:#1c62c8;
}
/*
div.gnr-sets__section {
    padding-top: 24px;
}
*/

div.gnr-sets__section div.sets-carousel {
    padding:24px 30px 24px 30px;
    margin-bottom: 24px;

}

div.gnr-sets__section div.sets-carousel div.item img {
    display: block;
    width:auto;
    height:120px;
    margin-right: 10px;
}

.car-gallery .slick-arrow,
div.gnr-sets__section div.sets-carousel .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top:-27px;
    width: 54px;
    height: 54px;
    padding: 16px;
    border: none;
    border-radius: 4px;
    background: #dee8ff;
    cursor: pointer;
    transition: .3s linear;
}

div.gnr-sets__section div.sets-carousel .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: text;
}

div.gnr-sets__section div.sets-carousel .slick-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: rgba(28, 98, 200, .3);
    transition: .3s linear;
}

.car-gallery .slick-arrow.next {right:0px;}
div.gnr-sets__section div.sets-carousel .slick-arrow.next {right:-30px;}

.car-gallery .slick-arrow.prev {left:0;}
div.gnr-sets__section div.sets-carousel .slick-arrow.prev {left:-30px;}


div.gnr-sets__section div.sets-table table.table {
    width:100%;
}

div.gnr-sets__section div.sets-table {
    overflow-x:auto;
    max-width: 100%;
    border-spacing: 0px;
}

div.gnr-sets__section div.sets-table table.table tr td {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    line-height: 14px;
    padding:10px 10px 10px 0;
    margin:0;
    width: auto;
    height: auto;
}

div.gnr-sets__section div.sets-table table.table tr th {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    padding:10px 10px 10px 0;
}

div.gnr-sets__section div.sets-table table.table tr td a {
    color:#1c62c8;
}

.gnr-sets__section .sets-table .table tr td .add_compare svg {
    cursor: pointer;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--secondary);
}



.car--grid {
    display: grid;
    grid-template-columns: 480px 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}

@media (max-width: 1199px) {
    .car--grid {
        display: grid;
        grid-template-columns: 300px 1fr;
    }
}

@media (max-width: 991px) {
    .car--grid {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .car-other .car-other__grid {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
}

.car--grid .car__left {
    grid-area: 1/1/3/2;
    width: auto;
    margin: 0;
}
.car--grid .car__right {
    grid-area: 1/2/2/3;
    width: auto;
    margin: 0;
}
.car--grid .car__bottom {
    grid-area: 2/2/3/3;
    align-self: end;
}
.car__left {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 7 - 20px);
}
.car__right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 5 - 20px);
}
.car__title {
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.3;
}
.car__info {
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 50px;
}
.car__info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.33;
}
.car__info span:nth-child(even) {
    font-weight: 600;
}
.car__price {
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}
.car .btn {
    width: 410px;
    height: 75px;
    padding: 0;
    font-size: 18px;
}
.car-gallery {
    overflow: hidden;
    background: #fff;
}

.car-gallery .item {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex !important;
    height: 230px;
    padding: 0 10px;
    border-radius: 4px;
}
.car-gallery .item a {
    display: block;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.car-gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.car-gallery .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top:-27px;
    width: 54px;
    height: 54px;
    padding: 16px;
    border: none;
    border-radius: 4px;
    background: #dee8ff;
    cursor: pointer;
    transition: .3s linear;
}
.car-gallery .slick-arrow:hover {
    border-color: var(--font-dark);
}

.car-gallery .slick-arrow.prev {
    left: 10px;
}
.car-gallery .slick-arrow.next {
    right: 10px;
}



.car-gallery .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: text;
}

.car-gallery .slick-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: rgba(28, 98, 200, .3);
    transition: .3s linear;
}

.car-gallery .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 30px;
}
.car-gallery .slick-dots li {
    display: block;
}
.car-gallery .slick-dots li button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 0;
    background: rgba(206, 215, 217, 0.5);
    transition: 0.3s linear;
}
.car-gallery .slick-dots li.slick-active button {
    width: 54px;
}
.car-gallery--noarr {
    padding: 20px 10px 40px !important;
}
.car-gallery--noarr .slick-arrow {
    display: none !important;
}
.car-other__title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: var(--primary);
}
.car-other__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.car-other__item {
    display: flex;
    align-items: center;
    column-gap: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: 0.3s linear;
}
.car-other__item:hover {
    border-color: var(--secondary);
}
.car-other__img {
    width: 132px;
    height: 77px;
    padding: 5px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
.car-other__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.car-other__desc {
    width: calc(100% - 172px);
}

.car-other__name {
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}
.car-other__info p {
    margin: 0 0 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--font-dark);
}
.car-other__info p:last-child {
    margin-bottom: 0;
}
.car-other--sm .car-other__title {
    margin-bottom: 20px;
    font-size: 20px;
}
.car-other .car-other__grid {
    grid-template-columns: repeat(2, 1fr);
}


.car-other--sm .car-other__item {
    color:#22335d;
}


    .car-other--sm .car-other__item {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
        background: #f5f8ff;
        border:1px solid #dee8ff;
    }

    .car-other__item:hover {
        border-color:#1c62c8;
    }

    .car-other--sm .car-other__desc {
        width: 100%;
    }


@media (max-width: 991px) {
    .car--grid .car__bottom {
        width:100%;
        align-self: start;
    }
    .block {
        width: 100%;
    }
    .block__video {
        padding-top: 10px;
    }
}

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

@media screen and (max-width: 991px) {
    .section--mt-sm {
        margin: 24px 0;
    }
    .set {
        grid-template-columns: 100%;
        row-gap: 30px;
    }
}




/**
 * Spinner
 */
 #spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.05);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

#spinner.active {
    display: flex;
}

#spinner i {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.info-block__text ul {
    margin-top:40px
}

.info-block__text ul li {
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:130%
}

.info-block__text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#1c62c8
}

.info-block__text ul li:first-child {
    margin-top:0
}

.info-block__text ol {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    counter-reset:num
}

.info-block__text ol li {
    position: relative;
    margin-top: 20px;
    padding-left: 46px;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:130%
}

.info-block__text ol li::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    content: counter(num);
    counter-increment: num;
    min-width: 26px;
    height: 26px;
    padding: 0 4px;
    border-radius: 50%;
    background: #1c62c8;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight:400
}

.info-block__text ol li:first-child {
    margin-top:0
}

.info-block .section-title  {
    max-width: 100%;
}

.full-price__wrap .calc-table {
    margin-top: 0;
}

/* japan map 

@media screen and (min-width: 1750px) {
    .region-labels__item.hkd {
        left: 556px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1749px) {
    .region-labels__item.hkd {
        top: 57px;
        left: 353px;
    }
}

.region-labels__item.thk {
    top: 309px;
    left: 478px;
}

@media screen and (max-width: 1749px) {
    .region-labels__item.thk {
        top: 199px;
        left: 309px;
    }
}

.region-labels__item.knt {
    top: 444px;
    left: 434px;
}

@media screen and (max-width: 1749px) {
    .region-labels__item.knt {
        top: 290px;
        left: 280px;
    }
}

.region-labels__item.chb {
    top: 443px;
    left: 340px;
}

@media screen and (max-width: 1749px) {
    .region-labels__item.chb {
        top: 290px;
        left: 212px;
    }
}

.region-labels__item.kns {
    top: 500px;
    left: 257px;
}

@media screen and (max-width: 1749px) {
    .region-labels__item.kns {
        top: 330px;
        left: 156px;
    }
}

.region-labels__item.chg {
    top: 480px;
    left: 157px;
}

@media screen and (max-width: 1749px) {
    .region-labels__item.chg {
        top: 313px;
        left: 79px;
    }
}

.region-labels__item.shk {
    top: 536px;
    left: 173px;
}

@media screen and (max-width: 1749px) {
    .region-labels__item.shk {
        top: 359px;
        left: 107px;
    }
}

.region-labels__item.ksh {
    top: 582px;
    left: 52px;
}

@media screen and (max-width: 1749px) {
    .region-labels__item.ksh {
        top: 384px;
        left: 13px;
    }
}

*/

.filter-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 1739px) {
    .filter-menu__list {
        gap: 13px;
    }
}

@media screen and (max-width: 1199px) {
    .filter-menu__list {
        gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .filter-menu__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -30px;
        padding: 0 30px 10px;
    }
}

.filter-menu__checkbox {

    background-color: #ff0000;
    color: #fff;
    /*
    border: 1px solid #ced7d9;
    border-radius: 10px
    */
}

.filter-menu__checkbox label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 54px;
    padding: 0 14px 0 50px;
    font-weight: 400;
    font-size: 15px;
    color: var(--gray);
    cursor: pointer;
    min-width: 210px;
}

.filter-menu__checkbox label::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    /*border-radius: 5px*/
}

.filter-menu__checkbox input {
    display: none
}

.filter-menu__checkbox input:checked+label::before {
    background-color: #ff0000;
    background-image: url(../img/icons/checkmark-outline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    border-color: #fff;
}

.filter-menu__checkbox:hover {
    border-color: var(--primary)
}

.filter-menu__checkbox:hover label {
    color: var(--primary)
}

.filter-menu__checkbox:hover label::before {
    border-color: var(--primary)
}

.section-text {
    color: #7b8691;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    z-index: 9;
}

.hero-advant__title {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.form-group.checkbox label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.form-group.checkbox input {
    width: 20px;
    height: 20px;
}

.form-group.checkbox .form-text {
    margin: 0;
}

.menu__link.wa {
    padding: 0;
    height: 37px;
}

.menu__link.wa svg.whatsapp {
    width: 37px;
    height: 37px;
    border: 0;
    stroke: none;
}

.menu__link.wa svg.whatsapp:hover {
    border: 0;
}

.hero .buttons,
.promo .buttons,
.simple-scheme .buttons {
    max-width: 100%;
    display: flex;
    gap:10px;
    padding-top:45px;
}

.hero .buttons .app-btn,
.promo .buttons .app-btn,
.simple-scheme .buttons .app-btn {
    margin-top:0;
    padding:0 25px;
    width: auto;
    flex-grow: 1;
    max-width: 420px;
}

.hero .app-btn.wa,
.promo .app-btn.wa,
.simple-scheme .app-btn.wa {
    flex-grow: 0;
    width:74px;
    padding:0;
    margin-left: 0;
    background: none;
}

@media (max-width:1365px) {
    .hero .buttons,
    .promo .buttons,
    .simple-scheme .buttons {
        padding-top:30px;
    }
    .hero .app-btn.wa,
    .promo .app-btn.wa,
    .simple-scheme .app-btn.wa {
        width:54px;
    }
}

@media (max-width:470px) {
    .hero .app-btn.wa,
    .promo .app-btn.wa,
    .simple-scheme .app-btn.wa {
        margin-top:0;
    }
}

.hero .app-btn.wa svg,
.promo .app-btn.wa svg,
.simple-scheme .app-btn.wa svg {
    width:48px;
    height: 48px;
    fill: none;
}

@media (min-width:1366px) {
    .hero .app-btn.wa svg,
    .promo .app-btn.wa svg,
    .simple-scheme .app-btn.wa svg {
        width:56px;
        height: 56px;
    }
}
/*
section.feedback .feedback__left .msgs__item:first-child {
    display: none;
}
*/
.tg_subscribe {
    background: #bd1717;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px 15px;
    color:#fff;
    gap:15px;
    line-height: 18px;
    font-size: 14px;
}


.tg_subscribe a {
    color:#fff;
    text-decoration: none;
}

.tg_subscribe .ico a {
    display: block;
    position: relative;
    z-index: 1;
    transition:all ease 1s;
}

.tg_subscribe .ico a:after {
    content: '';
    display: block;
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 10px solid #fff;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 2s infinite;
}


.tg_subscribe .text span {
    font-family: Inter, sans-serif;
    font-weight: 600;
}

.tg_subscribe img,
.tg_subscribe svg {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}


@keyframes ring {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  95% {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  100% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
}


.tg_subscribe .text a {

}

.tg_subscribe .text .button {
    padding:2px 15px;
    background: #7a1717;
    border-radius: 15px;
    display: inline-flex;
    gap:5px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.tg_subscribe .close svg {
    cursor: pointer;
}

@media (max-width:1000px) {
    .tg_subscribe .text .button {
        margin:5px 0 0 0;
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width:575px) {
    .tg_subscribe {
        gap:10px;
        font-size: 12px;
        line-height: 18px;
    }
    .tg_subscribe .text .button {
        margin:0 0 0 5px;
    }
}



.fancybox__content {
    width:100%;
    height: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    aspect-ratio: 16 / 9 !important;
    padding:0 !important;
    background: #000;
}

.fancybox__content iframe {
    width:100%;
    height: 100%;
    max-width: 1024px !important;
    max-height: 768px !important;
    display: block !important;
    margin:0 auto;
    aspect-ratio: 16 / 9 !important;
}
/*
.review-card___video a.video {
    display: block;
    object-fit: cover;
    min-width: calc(100% + 5px);
    min-height: calc(100% + 5px);
}
*/
.review-card___video a.video:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top:50%;
    left:50%;
    margin:-24px 0 0 -24px;
    width:48px;
    height: 48px;
    background: url(../img/icons/play_white.svg) no-repeat 50% 50% #1c62c8;
    background-size: 24px 24px;
    border:1px solid #fff;
    border-radius: 100%;
    opacity: .8;
    transition: all 1s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.review-card___video:hover a.video:after {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transition: all .5s ease;
}

.review-card___video a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: calc(100% + 5px);
    min-height: calc(100% + 5px);
}

.review-card___video {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    background: #000;
}

.carousel .review-card___video {
    height: 230px;
}

@media screen and (max-width: 1739px) {
    .review-card___video {
        height: 250px;
    }
    .carousel .review-card___video {
        height: 190px;
    }
}

@media screen and (max-width: 1023px) {
    .review-card___video {
        height: 180px;
    }
    .carousel .review-card___video {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .review-card___video {
        height: 260px;
    }
    .carousel .review-card___video {
        height: 175px;
    }
}

@media screen and (max-width: 575px) {
    .review-card___video {
        height: 160px;
        border-radius: 15px;
    }

    .review-card___video a {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .review-card___video a img {
        min-width: calc(100% + 5px);
        min-height: calc(100% + 5px);
    }
}


.top-menu__row {
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
    /*
    .menu {
        display: none;
    }
    .navbar__row {
        height: 60px;
    }
    .navbar .logo {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .logo {
        width: 100px;
        height: 30px;
    }

    .login-btn {
        margin-left: auto;
    }

    .navbar .app-btn {
        display: none;
    }
    
    .menu-toggle {
        display: block;
    }
    */
}

nav.menu .menu__item .menu__link {
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 1739px) {
    nav.menu .menu__item .menu__link {
        font-size: 16px;
    }
}


/*
.top {
    display: none;
}

.top-menu__row {
    flex-wrap: nowrap;
    gap:20px;
}

.top__right .top-menu__toggle {
    display: none;
}

@media (max-width:740px) {
    .top__right .top-menu__toggle {
        position: static;
        display: block;
    }

    .top-menu__row .top-menu__link {
        display: none;
    }

    .top-menu__row .top-menu__link.active {
        display: block;
    }

    .top-menu__row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width:1099px) {
    .top {
        display: block;
    }

    .top__right {
        align-items: center;
        text-transform: none;
        flex-wrap: nowrap;
        min-height: 18px;
    }

    .top-menu__row {
        font-size: 14px;
        padding:0;
        margin:0;
        position: relative;
        min-width:130px;
        min-height: 18px;
    }

    .top-menu__row .top-menu__link.active,
    .top-menu__row .top-menu__link {
        padding:0;
        font-size: 14px;
        text-transform: none;
        color:#fff;
    }

    .top__right .top-menu__toggle {
        display: block;
        top:11px;
        right: 7px;
        cursor: pointer;
    }

    .top-menu__toggle svg {
        width: 100%;
        height: 100%;
        stroke: #fff;
    }

    nav.top-menu {
        display: none;
    }

    div.counties_box {
        display: flex;
        flex-direction: column;
        gap:10px;
        position: absolute;
        z-index: 2;
        width:100%;
        top:-10px;
        left:0;
        background: #22335d;
        padding:10px;
    }

    
    .top-menu__row .top-menu__link {
        display: none;
    }

    .top-menu__row .top-menu__link.active {
        display: block !important;
    }
}

*/
div.city_phone {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap:24px;
    color:#a7a8aa;
}

.navbar div.city_phone {
    display: none;
}

.whatsapp_dropdown {
    display: none;
}

@media (max-width:1100px) {

    /*
    div.top-menu__row {
        display: none;
    }
    */

    .top__right div.top-menu__row {
        display: flex;
    }

    div.city_phone {
        display: none;
    }

    .navbar div.city_phone {
        display: flex;
    }

    .navbar div.city_phone div.city_box {
        display: none;
    }

    .menu-toggle {
        display: none;
    }

    .whatsapp_dropdown {
        position: absolute;
        z-index: 9;
        top: calc(100% + 16px);
        left:0;
        min-width:100%;
        background: #fff;
        color:#000;

        padding:10px;
        border:1px solid rgba(18, 40, 63, .1);
        border-width: 0 1px 1px 1px;
        font-size: 16px;
        line-height: 24px;
    }

    .dark .whatsapp_dropdown {
        background: #22335d;
        color: #fff;
    }

    .wa_list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        gap:5px;
    }

    .whatsapp_dropdown svg {
        width: 28px;
        height: 28px;
        display: block;
    }
}



div.city_phone a {
    color:#1c62c8;
}

.dark div.city_phone a {
    color:#fff;
}

div.city_phone .city_box {
    display: flex;
    align-items: center;
}

div.city_phone .city_box .city__select span {
    color:#1c62c8;
    text-transform: none;
}

div.city_phone .city_box .city__label {
    text-transform: none;
    color:#a7a8aa;
}

div.city_phone .phone_box {
    text-transform: none;
    display: flex;
    gap:5px;
    align-items: center;
    position: relative;
}

div.city_phone .phone_box a.tel svg {
    fill:#22335d;
    width:42px;
    height: 42px;
}

.dark div.city_phone .phone_box a.tel svg {
    fill:#fff;
}

div.city_phone .phone_box a.tel span {
    color:#22335d;
    font-size: 30px;
    line-height: 16px;
}

.dark div.city_phone .phone_box a.tel span {
    color:#fff;
}


div.city_phone .phone_box a.tel span span {
    font-size: 12px;
    line-height: 12px;
    color:#a7a8aa;
}

div.city_phone .phone_box .wa_show {
    display: none;
}

a.logo .mobile_logo,
div.wa_mob_ico {
    display: none;
}


@media (max-width:575px) {
    div.city_phone .city_box {
        display: none;
    }

    div.city_phone .phone_box .wa_show {
        display: block;
        cursor: pointer;
    }

    div.city_phone .phone_box .wa_show.open {
        transform: rotate(180deg);
    }

    div.city_phone .phone_box .wa_show svg {
        display: block;
        width: 18px;
        height: 18px;
        fill:none;
        stroke: #22335d;
    }

    .dark div.city_phone .phone_box .wa_show svg {
        fill:#fff;
    }

    div.city_phone .phone_box a.tel svg {
        width: 26px;
        height: 26px;
    }

    div.city_phone .phone_box a.tel span {
        font-size: 20px;
        line-height: 20px;
    }

    div.city_phone .phone_box a.tel span span {
        display: none;
        font-size: 10px;
        line-height: 10px;
    }
/*
    a.logo {
        height: auto;
        width: auto;
    }

    a.logo .mobile_logo {
        display: block;
        width: 48px;
        height: 48px;
    }

    a.logo svg {
        display: none;
    }

    .login-btn {
        display: none;
    }
    div.wa_mob_ico {
        display: block;
        padding-left:10px;
    }

    div.wa_mob_ico svg {
        width:28px;
        height: 28px;
        display: block;
    }
*/
}

@media screen and (max-width: 1365px) {
    .selection_nav {
        max-width: calc(100% - 60px);
    }
}


.dropdown a.logo .mobile_logo {
    width:64px;
    height: 64px;
}


form .icon-check{right:15px !important}




.youtube__header {
    padding-right: 0;
    gap:10px;
}

@media (max-width:767px) {
    .youtube__header {
        flex-direction: row;
        justify-content: space-between;
    }
}

.youtube__header .rutube__btn.youtube {
    background: #bd0505;
    width: auto;
}

.youtube__header .rutube__btn {
    width: auto;
    padding: 0 10px;
}

.youtube__header .section-title {
    flex-grow: 1;
}

.yt-carousel.video .slick-arrow {
    top:auto;
    bottom:-25px;
    background: #1c62c8;
}

.yt-carousel.video .slick-arrow svg {
    fill: #fff;
}

.youtube__header .youtube__btn {
    width:auto;
    padding:0 15px;
}

@media (max-width:767px) {
    .youtube__header .section-title {
        width: 100%;
    }

    .youtube__header .youtube__btn {
        margin:0;
        font-size:14px;
        line-height: 16px;
        padding:0 7px;
        height: 40px;
        gap:6px;
    }

    .youtube__btn svg {
        width:18px;
        height: 18px;
    }
}

@media (max-width:575px) {
    .yt-carousel.video .slick-arrow {
        bottom:-18px;
    }
}

.yt-carousel.video .slick-arrow.prev {
    left:0;
    right: auto;
}

/*
@media screen and (max-width: 1400px) {
    .menu {display: block;}
    .navbar .logo {position: absolute;top: 20%;left: 49%;}
}
@media screen and (max-width: 1199px) {
    .menu {display: none;}
    .navbar .logo {position: static;}
}
*/

.form-group.depos select {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid rgba(134, 134, 134, .2);
    background: #fff;
    color: #22335d;
    font-size: 18px;
    letter-spacing: -.36px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.product__tags span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid #22335d;
    color: #22335d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.32px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    cursor: default;
}

.product__tags span:hover {
    background: #22335d;
    color: #fff;
}

.old-version-link .app-btn {
    width: auto;
    padding: 0 20px;
}






/* list gallery  */
.card-row-gallery {
    width: 100%
}

.card-moto .card-row-gallery {
    width: 369px
}

.card-row-gallery a.pic {
    display: block;
    width:100%;
    height: 290px;
    position: relative;
    z-index: 0;
    padding:12px;
}

.card-row-gallery span.list {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 10px
}

@media screen and (max-width: 1739px) {

    .card-row-gallery a.pic {
        height: 230px;
    }

    .card-moto__desc {
        width: calc(100% - 300px)
    }

    .card-moto .card-row-gallery {
        width: 300px
    }
}

@media screen and (max-width: 1365px) {

    .card-row-gallery a.pic {
        height: 260px;
    }
}

@media screen and (max-width: 1199px) {
    .card-row-gallery a.pic {
        height: 220px;
    }    
}

@media screen and (max-width: 991px) {
    .card-row-gallery a.pic {
        height: 250px
    }    
}

@media screen and (max-width: 767px) {
    .card-row-gallery a.pic {
        height: 184px
    }
}
/*
@media screen and (max-width: 575px) {
    .card-row-gallery a.pic {
        height: 330px
    }
}

@media screen and (max-width: 420px) {
    .card-row-gallery a.pic {
        height: 260px
    }
}
*/
.card-row-gallery span.list span.item {
    width: 25%;
    overflow: visible;
    display: block;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.card-row-gallery.two span.list span.item {
    width: 50%
}

.card-row-gallery span.list span.item span.img {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.card-row-gallery img.no_pic,
.card-row-gallery span.list span.item span.img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s ease
}

.card-row-gallery img.no_pic {
    opacity: 1
}

.card-row-gallery span.list span.item:first-child span.img {
    display: block;
    z-index: 1
}

.card-row-gallery span.list span.item:first-child span.img img {
    opacity: 1;
    transition: all 1s ease
}

.card-row-gallery img.no_pic {
    border-radius: 28px 0 0 20px
}

.card-row-gallery span.list span.item .dot_box {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    align-content: stretch
}

.card-row-gallery.two span.list span.item .dot_box {
    padding-right: 5px;
    padding-left: 5px
}

.card-row-gallery span.list span.item span.dot {
    display: block;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,.5);
    margin: 0 auto 5px auto
}

.card-row-gallery span.list span.item:hover span.dot {
    background: #1c62c8;
}

.card-row-gallery span.list span.item:hover span.img {
    display: block;
    z-index: 1
}

.card-row-gallery span.list span.item:hover span.img img {
    opacity: 1;
    transition: all 1s ease
}

.card-row-gallery div.loading {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.card-row-gallery div.loading i {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,255,255,.2);
    border-right: 1.1em solid rgba(255,255,255,.2);
    border-bottom: 1.1em solid rgba(255,255,255,.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 10em;
    height: 10em
}

div.card-row-gallery div.buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    min-height: 187px
}

div.card-row-gallery div.buttons .btn {
    width: 80%
}

div.card-row-gallery ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    padding: 5px 15px;
    gap: 10px;
    justify-content: center;
    align-items: center
}

div.card-row-gallery img.slider_pic {
    border-radius: 9px 9px 0 0;
    display: block;
    color: #fff;
    font-size: 12px;
    min-height: 187px;
    object-fit: cover;
    width: 100%;
    height: 100%
}

div.card-row-gallery ul.slick-dots li {
    overflow: hidden;
    text-indent: -999px;
    height: 4px;
    width: 40%;
    background: #333
}

div.card-row-gallery.two ul.slick-dots li {
    width: 20%
}

div.card-row-gallery ul.slick-dots li.slick-active {
    background: var(--secondary)
}

@media (max-width: 575px) {
    div.card-row-gallery span.list span.item {
        display:none
    }

    div.card-row-gallery span.list span.item:first-child {
        display: block
    }

    div.card-row-gallery span.list span.item .dot_box {
        display: none
    }
}

div.gallery_over_box {
    position: relative;
    background:#dee8ff;
}

div.gallery_over_box .card__type {
  height: calc(100% - 24px);
}

/*
div.gallery_over_box .card__type,
.card .card__type {
    background: rgba(45, 101, 183, .7);
}
*/
.select2-results__option.bold {
    font-weight: 600;
}

.select2-results__option.bold + .select2-results__option:not(.bold) {
    border-top: 2px solid #d0d2d9;
}


.select2-container--default .select2-results>.select2-results__options {
    max-height: 425px;
}


/* compl  
section.compl {
    margin-top: 80px;
}

section.compl .compl__wrap {
    padding: 50px 40px;
    border-radius: 10px;
    background: #fff;
}
*/
div.gnr-sets__section div.sets-table table.table tr td div {
    height: auto;
    overflow: hidden;
    transition: all 0.5s ease;
}

div.gnr-sets__section div.sets-table table.table tr td {
    transition: all 0.5s ease;
}

div.gnr-sets__section div.sets-table table.table tr.hidden td {
    border: none;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

div.gnr-sets__section div.sets-table table.table tr.hidden td > div {
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.show-all-btn.link {
    background: none;
    border:0;
    cursor: pointer;
    padding:5px 0;
    margin-top: 16px;
    display: flex;
    gap:5px;
    align-items: center;
}

.show-all-btn.link.open svg {
    transform: rotate(180deg);
}

/*
.qr_box {
    display: flex;
    align-items: center;
    gap:20px;
    margin:36px auto 0 auto;

}

.qr_box .product-info__text {
    margin:0;
}

.qr_box img {
    max-width: 160px;
}
*/
.f-contacts__item a {
    color: #22335d;
    transition: .3s linear;
}

.color-bd1717 {
    background-color: #bd1717;
}

.f-menu__title {
    font-weight: 700;
}

.filter__toggle {display: none;}

.filter__toggle span {
    border-bottom: 1px dashed #435275;
    font-size: 14px;
    color: #435275;
}

@media (max-width: 767px) {
    .filter__hmob {display: none;}
    .filter__toggle {display: flex;justify-content: center;padding: 10px;}
}


.filter__btn.reset__btn {
    background: #dbd9d9;
}

.seo-block {
    margin: 100px 0;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.seo-block a {
    color: inherit;
    text-decoration: underline;
}

.seo-block a:hover {
    text-decoration: none;
}

.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;
}
.question:hover {
    color: var(--secondary);
}
.question .arrow-down {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #1c62c8;
    border-right: 2px solid #1c62c8;
    transform: rotate(135deg) translate(50%, 5%);
}
.question.active .arrow-down {
    transform: rotate(-45deg) translate(-75%, 25%);
}
.answer {
    display: none;
    margin: 30px 0;
}

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

.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;
}

.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: #22335d;
    text-decoration: underline;
    transition: all 0.3s linear;
    margin-right: 10px;
}

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

@media screen and (max-width: 1023px) {
  .tags__item,
  .show-all-tags {font-size: 14px;}
}
@media screen and (max-width: 575px) {
  .tags__item,
  .show-all-tags {font-size: 12px;}
}
.tags__item:hover {
    color: var(--secondary);
    border-bottom-color: var(--secondary); 
}
*/
.links-holder {
    margin: 40px 0 20px 0;
}

.links-holder a {
    display: block;
    color: #1c62c8;
    text-decoration: none;
    margin-bottom: 20px;
}

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

.shortcode {
    margin: 30px 0;
}

.shortcode__item {
    display: flex;
    overflow-x: scroll;
    background: #282f2f;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    padding: 10px;
    white-space: nowrap;
    border-radius: 5px;
    margin-top: 10px;
}

.shortcode-section {
    margin-top: 150px;
    margin-bottom: 100px;
}


a.car__load {
    background: #bd1717;
    color:#fff;
}

a.car__load:hover {
    color:#fff;
    border-color:#dc2d2d;
}

a.car__load.disabled {
    color:#a7a8aa;
    background: none;
}

a.car__load.disabled:hover {
    cursor: not-allowed;
    border-color:rgba(134, 134, 134, .2);
}
/*
.carousel-three div.slick-slide,
.carousel-two div.slick-slide {
    margin-right: 10px;
}

.carousel-three .slick-arrow,
.carousel-two .slick-arrow {
    position: absolute;
    z-index: 10;
    top: -110px;
    display: block;
    width: 54px;
    height: 54px;
    padding: 16px;
    border: none;
    border-radius: 4px;
    background: #dee8ff;
    cursor: pointer;
}

.carousel-three .slick-arrow.next,
.carousel-two .slick-arrow.next {
    right: 15px;
}

.carousel-three .slick-arrow.prev,
.carousel-two .slick-arrow.prev {
    right: 89px;
}

.carousel-three .slick-arrow svg,
.carousel-two .slick-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: rgba(28, 98, 200, .3);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.carousel-three .slick-dots,
.carousel-two .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-three .slick-dots li,
.carousel-two .slick-dots li {
    display: block;
}

.carousel-three .slick-dots li button,
.carousel-two .slick-dots li button {
    display: block;
    width: 30px;
    height: 2px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 0;
    background: #dee8ff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.carousel-three.dots-hide .slick-dots,
.carousel-two.dots-hide .slick-dots {
    display: none !important;
    opacity: 0;
}

*/

.filter__toggle {
    display: block;
}
/*
.filter__hidden.open {
    display: flex !important;
}
*/

@media screen and (max-width: 768px) {
    .carousel .slick-dots li, .news-carousel .slick-dots li, .yt-carousel .slick-dots li {
        display: none;
    }
    /* Показываем только первые 5 точек */
    .carousel .slick-dots li:nth-child(-n+5), .news-carousel .slick-dots li:nth-child(-n+5), .yt-carousel .slick-dots li:nth-child(-n+5) {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .card-row-gallery a.pic {
        padding: 6px;
    }
    div.gallery_over_box .card__type {
        height: calc(100% - 12px);
    }
}

@media screen and (max-width: 991px) {
    .div-md {display: none;}
}

.carousel_manager {
  margin:50px -15px 0;
  padding-bottom:56px
}
.carousel_manager .slick-track {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  margin-left:0
}
.carousel_manager .slick-slide {
  height:auto
}
.carousel_manager .slick-slide>div {
  height:100%
}
.carousel_manager .item {
  height:100%;
  padding:0 15px
}
.carousel_manager .item .card {
  height:100%
}
.carousel_manager .slick-arrow {
  position:absolute;
  z-index:20;
  top:-110px;
  display:block;
  width:54px;
  height:54px;
  padding:16px;
  border:none;
  border-radius:4px;
  background:#dee8ff;
  cursor:pointer
}
.carousel_manager .slick-arrow svg {
  display:block;
  width:100%;
  height:100%;
  fill:rgba(28,98,200,.3);
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  transition:.3s linear
}
.carousel_manager .slick-arrow.prev {
  right:89px
}
.carousel_manager .slick-arrow.next {
  right:15px
}
.carousel_manager .slick-arrow:hover svg {
  fill:#1c62c8
}
.carousel_manager .slick-dots {
  margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
  position:absolute;
  z-index:10;
  left:80px;
  right:80px;
  bottom:0
}
.carousel_manager .slick-dots li {
  display:block;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:30px
}
.carousel_manager .slick-dots li button {
  display:block;
  width:100%;
  height:2px;
  padding:0;
  border:none;
  border-radius:4px;
  font-size:0;
  background:#dee8ff;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  transition:.3s linear
}
.carousel_manager .slick-dots li.slick-active button {
  background:#1c62c8
}

.pagination__list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

/* Личный кабинет */

.but__lk {
    color: #fff;
    background: #d30604;
    border-color: #d30604;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.but__lk:hover {
    background: #f90401;
    border-color: #f90401;
}

span.car__num.disabled {
    color: #a7a8aa;
    background: none;
    border: 1px solid rgba(134,134,134,0.2);
}

span.car__num.disabled:hover {
    cursor: not-allowed;
    border-color: rgba(134, 134, 134, .2);
}

.car .car__header .car__title {
    margin: 0;
}

.title__lk, .whatsapp__lk {
    font-size: 24px;
    margin: 0;
    color: #22335d;
    font-family: Inter,sans-serif;
    font-weight: 300;
    text-align: right;
    line-height: 100%;
}

.title__lk span {
    display: block;
    margin-bottom: 10px;
}

.whatsapp__lk {
    font-size: 28px;
    font-weight: 400px;
}

.notification__lk {
    display: flex;
}

.notification__lk .notification__text {
    margin-left: auto;
    right: 0;
    width: 50%;
    padding: 10px;
    background: #ABAFB4;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.info__item.no__pay {
    background: #d30604;
    padding: 3px;
}

.info__item.no__pay span {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .car__header {
        gap: 10px;
    }
    .car__btns, .title__lk {
        width: 100%;
    }
    .car__btns .title__lk {
        font-size: 18px;
    }
    .notification__lk .notification__text {
    width: 100%;
    margin-top: 10px;
    }
}

@media screen and (min-width: 992px) {

    .card-in-main .review-card__author {
        min-height: 65px;
    }
}

.info-block__row--jpn {
    -webkit-box-align: start;
    align-items: flex-start;
}
/*
.filter__hidden.open {
    display: block !important;
}
.filter__show.close {
    display: none !important;
}
*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #22335d;
}

.links-block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.link-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 20px;
    height: 50px;
    padding: 0 25px;
    background: #fff;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
    transition: .6s linear;
}

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

.link-item:hover {
    border-color: var(--gray);
}

.show-all-link {
    margin: auto;
    grid-column: 1 / -1;
    border-bottom: 1px dashed #22335d;
    cursor: pointer;
    transition: .6s linear;
}

.show-all-link:hover {
    border-bottom: 1px dashed transparent;
}

@media screen and (max-width: 1739px) {
    .links-block {gap: 14px;}
    .link-item {height: 50px;padding: 0 22px;font-size: 14px;}
}

@media screen and (max-width: 1199px) {
    .links-block {grid-template-columns: repeat(4, 1fr);}
}

@media screen and (max-width: 768px) {
    .links-block {grid-template-columns: repeat(2, 1fr);}
}

.product__wrap .section-title span {
    color: #2f6ff0;
}

/* Личный кабинет */

.car .car__header .car__title {
    margin: 0;
}

.title__lk, .whatsapp__lk { font-size: 24px;  margin: 0;
    color: #22335d;
    font-family: Inter,sans-serif;
    font-weight: 300;
    text-align: right;
    line-height:100%
}

.title__lk span {
    display: block;
    margin-bottom: 10px;
}

.whatsapp__lk {
    font-size: 28px;
    font-weight: 400px;
}

.notification__lk {
    display: flex;
}

.notification__lk .notification__text {
    margin-left: auto;
    right: 0;
    width: 50%;
    padding: 10px;
    background: #ABAFB4;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.info__item.no__pay {
    background: #d30604;
    padding: 3px;
}

.info__item.no__pay span {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .car__header {
        gap: 10px;
    }
    .car__btns, .title__lk {
        width: 100%;
    }
    .car__btns .title__lk {
        font-size: 18px;
    }
    .notification__lk .notification__text {
        width: 100%;
        margin-top: 10px;
    }
}



.ya_load .car-photo__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 234px;
    border:1px solid #eee;
}

.ya_load .car-photo__item:has(:not(svg)) {
    animation: loadingFade 1s ease-in-out infinite alternate;
}



.ya_load .car-photo__item.video {
    position: relative;
}

.ya_load .car-photo__item.video:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
    background: url(../img/icons/play_white.svg) no-repeat 50% 50% #1c62c8;
    background-size: 24px 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: .8;
    transition: all 1s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

@keyframes loadingFade {
    from {
        background-color: #fff;
    }
    to {
        background-color: #b7d4ff;
    }
}

@media (max-width:1365px) {
    .ya_load .car-photo__item {
        min-height:198px;
    }
}

@media (max-width:1199px) {
    .ya_load .car-photo__item {
        min-height:166px;
    }
}

@media (max-width:991px) {
    .ya_load .car-photo__item {
        min-height:150px;
    }
}

@media (max-width:767px) {
    .ya_load .car-photo__item {
        min-height:105px;
    }
}

@media (max-width:575px) {
    .ya_load .car-photo__item {
        min-height:131px;
    }
}

.ya_load .car-photo__item svg {
    width: 46px;
    height: 46px;
}

.tocustomers .tocustomers__item a {
    font-weight: 400;
    text-decoration: underline;
    color:#368bd8
}
.accordion__col {
    color: #22335d;
}
.accordion__col ul {
    margin-bottom: 20px;
}
.accordion__col ul li {
    position: relative;
    margin-top: 20px;
    padding-left:22px;
    color: #22335d;
}
/*
.accordion__col ul li:first-child {
    margin-top:0
}
*/
.accordion__col ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#1c62c8
}
@media screen and (max-width: 1365px) {
    .info-block__text ul li {
        font-size: 18px;
    }
}
@media screen and (max-width:991px) {
    .tocustomers--pb {
        padding-bottom: 120px;
    }
    .info-block__text ul li {
        font-size: 16px;
    }
    .credit__img {
        height: 360px;
    }
}
@media screen and (max-width:575px) {
    .tocustomers--pb {
        padding-bottom: 60px;
    }
    .info-block__text ul {
        margin-top: 20px;
    }
    .info-block__text ul li {
        font-size: 14px;
    }
    .info-block__text {
        max-height: 100%;
        overflow: auto;
    }
}



.form-code {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 18px
}

.form-code label {
    display: block;
    width: 316px;
    margin: 0 auto 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(78,78,78,.7);
    text-align: left
}

.form-code__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    width: 316px;
    margin: 0 auto 30px
}

.form-code__grid input {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    border: 1px solid #1c62c8;
    border-radius: 10px;
    background: 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
    text-align: center
}

.form-code__grid input:focus {
    border-color: var(--font-dark)
}

.form-code span {
    align-self: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: var(--font-dark)
}

.d-none {
    display: none;
}

.auc-list.auc-transfer {
    margin-bottom: 100px;
}

.auc-list.auc-transfer ul {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(34, 51, 93, .8);
    margin-left: 15px;
    margin-bottom: 50px;
}

.auc-list.auc-transfer p {
    margin-bottom: 10px;
}

.auc-list.auc-transfer p strong {
    line-height: 1.5;
}

.auc-list.auc-transfer ul li {
    padding-bottom: 5px;
}

.auc-list.auc-transfer .feedback__img img {
    height: 510px;
    width: auto;
    margin-left: auto;
}

@media screen and (max-width: 991px) {

    .feedback__call {
        max-width: unset;
        width: 100%;
    }

    .auc-list.auc-transfer ul {
        font-size: 16px;
    }

}


.feedback.referer {
    margin-top: 0;
}

.form-group .referer_comment {
    min-height: 78px;
}

@media (max-width:767px) {
    .topline__btn {
        margin-left: 0;
    }
}

.bottom__r {
    padding-top: 30px;
}

.bottom__r p {
    margin: 0;
    color: #a7a8aa;
    font-size: 16px;
    letter-spacing:-.32px
}

.bottom__r p a {
    color: #a7a8aa;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition:.3s linear
}

.bottom__r p a:hover {
    color:#1c62c8
}

.my-100 {
    margin: 100px 0;
}

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

/*
.article ul {
    list-style: square;
    padding-left: 40px;
}

.article ul li {
    margin-bottom: 6px;
}


.product-price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.product-price__list .product-price__item {
    width: 100%;
    margin-bottom: 0
}

.product-price__list .product-price__val {
    margin: 0;
    color: #22335d;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.6px;
}

.product-price__list .product-price__item:first-child .product-price__val {
    color: #1c62c8;
    font-size: 26px;
}

.product-price__title {
    margin: 0 0 16px;
    color: #22335d;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}


.product-desc__title {
    margin: 0;
    color: #22335d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.product-desc__tags {
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.product-desc__tags li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 20px;
    background: #dee8ff;
    color: #22335d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.product-desc__table:not(:last-child) {
    margin-bottom: 32px;
}

*/

#authFormLogin {
    display: none;
}

.resultAuthForm.red{
    text-align: center;
    margin: 0 0 30px;
    color: #ff0000;
    font-weight: 600;
}

.red-alert {
    color: #ff0000;
    font-weight: 600;
}

.member {
    border: none;
    background: none;
}

.member__img {
    background: none;
}


@media screen and (max-width: 991px) {
    .dropdown {
        padding-bottom: 0;
    }
}

@media (min-width:768px) {
    .top-menu__list .top-menu__link.active {
        color: #1c62c8;
    }
}

@media screen and (max-width: 767px) {
    .top-menu__left .top-menu__toggle {
        z-index: 1;
    }
}

.telegram__tags span,
.telegram__tags a {
    padding: 10px 24px;
    border-radius: 8px;
    background: #22335d;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}


.equipment__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.equipment__item {
    width: calc(50% - 15px);
    padding-left: 40px;
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: url(../img/icons/checkmark-red.svg) left top / 25px no-repeat;
}
.equipment__title {
    margin: 0 0 50px;
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.equipment__section {
    margin-bottom: 80px;
}
.insurance__header {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
}
.insurance__header p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
}
.insurance__header p:last-child {
    margin-bottom: 0;
}
.insurance__header p span {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.insurance__header p span:nth-child(2) {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex: none;
    white-space: nowrap;
    height: 32px;
    padding: 4px 16px;
    border-radius: 30px;
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.insurance__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
}
.insurance__col {
    width: calc(50% - 40px);
}
/*
.insurance__section {
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}
.insurance__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px 10px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}
.insurance__item span {
    max-width: 420px;
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.insurance__item span:nth-child(2) {
    flex: none;
    font-weight: 400;
}
*/
@media screen and (max-width: 1023px) {
    .equipment__item {
        width: 100%;
        font-size: 16px;
        background-size: 24px;
    }
    .equipment__item.no {
        background-size: 24px;
    }
    .equipment__title {
        margin-bottom: 35px;
        font-size: 20px;
    }
    .insurance__header {
        margin-bottom: 60px;
    }
    .insurance__header p span, .insurance__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .equipment__item {
        padding-left: 36px;
        font-size: 14px;
        background-size: 21px;
    }
    .equipment__item.no {
        background-size: 21px;
    }
    .equipment__title {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .insurance__header {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
    .insurance__header p span {
        font-size: 16px;
    }
    .insurance__header p span:nth-child(2) {
        height: 28px;
        font-size: 12px;
    }
    .inspection__item span, .insurance__item span {
        font-size: 14px;
    }
}

.equipment.hidden_box {
    margin-top: 50px;
}

@media screen and (min-width: 1199px) and (max-width: 1739px) {
    #range-video .section__header .section-title {
        width: 50%;
    }
}

.options_details {
    display: none;
}

.options_details.open {
    display: block;
}

.show_detail {
    cursor: pointer;
    color: #1c62c8;
}

.table-holder {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.delivery-rf {
    margin-top: 80px;
}

.delivery-rf__table {
    width: 100%;
    max-width: 1140px;
    min-width: 620px;
    margin-top: 30px;
}

.delivery-rf__table thead th {
    padding: 24px 30px 24px 0;
    text-align: left;
    border-bottom: 1px solid rgba(59, 115, 198, .15);
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    white-space: nowrap;
    @media (width <= 575px) {
        padding: 12px 30px 12px 0;
    }
}

.delivery-rf__table tbody td {
    padding: 24px 30px 24px 0;
    border-bottom: 1px solid rgba(59, 115, 198, .15);
    color: #435275;
    font-size: 18px;
    line-height: 130%;
    white-space: nowrap;
    @media (width <= 575px) {
        padding: 12px 30px 12px 0;
    }
}

.delivery-rf__city {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    gap: 10px;
    @media (width <= 920px) {
        grid-template-columns: repeat(3, 200px);
    }
    @media (width <= 575px) {
        grid-template-columns: repeat(2, 1fr);
    }
   a {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      color: #22335d;
      transition: .3s linear;
      }
}


.configuration,
.car--grid .car__right {
    font-size: 14px;
    line-height: 130%;
    color: #435275;
}

.car--grid .car__right p {
    margin: 25px 0 0;
}

.set {
    padding-top: 30px;
}


@media (max-width: 1399px) {
    .comparison__section {
        max-width: 100%;
        overflow: hidden;
    }
    .comparison__row.comparison__item {
        flex-direction: column;
    }
    .comparison__col {
        width: 100% !important;
    }
}

.car-brands__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}

.car-brands__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #22335d;
}

.link {
    font-family: var(--font-family);
    font-weight: 500;
    color: #22335d;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

.product.auction-item .slick-slide img {
    width: 100%;
}

.company__img {
    height: auto;
    aspect-ratio: unset;
}

.company__img img {
    height: auto;
}

.company__header {
    position: static;
    margin-top: 30px;
    justify-content: space-between;
}

.company__title {
    padding: 0;
    font-family: Roboto,sans-serif;
    font-size: 55px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .company__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .company__title {
        font-size: 30px;
    }
}

.company__appl {
    padding: 0 0 0 80px;
    @media(width <= 768px) {
        padding: 0;
    }
}

.card--petrol .card__type {
    background: #e68c29b3;
}

.contacts-telegram {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding:24px 0;
}

.contacts-telegram .item {
    width: calc(100% / 3 - 60px / 3);
}

@media (max-width:767px) {
    .contacts-telegram .item {
        width: 100%;
    }
}

.contacts-telegram .item a {
    color: #22335d;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}

.contacts-telegram .item a:hover {
    color:#1c62c8;
}

.mt-10 {
    margin-top: 10px !important;
}

.color-62 {
    color: #626262 !important;
}

.card--petrol .card__type {
    background: rgba(106, 92, 162, .7);
}

.catalog__footer .app-btn {
    width: 180px;
}

.hot-news {
    width: 100%;
    margin: 20px 0;
}
.hot-news__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    background: #dee8ff;
    padding: 15px 20px;
    border-radius: 8px;
    color: #22335d;
}
.hot-news__date {
    font-size: 14px;
    padding: 5px 12px;
    background: #fff;
    border-radius: 4px;
}
.hot-news__views {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.hot-news__views svg {
    width: 18px;
    height: 18px;
    fill: #22335d;
}

.card__price .price-prefix_from, .product-price__item .price-prefix_from {
    display: block;
    font-size: 14px;
    color: #6a6a6c;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: Inter, sans-serif;
}


/* Базовые переменные и утилиты */
.scheme {
  --scheme-gap: 24px;
  --scheme-side-top: 16px; /* для sticky */
  box-sizing: border-box;
}
.scheme *, .scheme *::before, .scheme *::after { box-sizing: inherit; }

/* Двухколоночный лэйаут */
.scheme__grid {
  display: grid;
  grid-template-columns: 7fr 3fr; /* ~70/30 */
  align-items: start;
  gap: 20px;
}

/* Колонки */
.scheme__col--main { min-width: 0; } /* чтобы контент не выталкивал грид */
.scheme__col--side { min-width: 0; }

/* Правую колонку фиксируем внутри окна при скролле – удобно для CTA/навигации */
@media (min-width: 992px) {
  .scheme__col--side {
    position: sticky;
    top: var(--scheme-side-top);
  }
}

/* Сайдбарные карточки – примерная стилизация, аккуратно сочетается с текущей */
.scheme-side > * {
  display: block;
  margin-bottom: 12px;
}
.scheme-side .app-btn,
.scheme-side .simple-scheme__load {
  width: 100%;
  text-align: center;
}

/* Планшеты: чуть шире контентную колонку, уже сайдбар */
@media (max-width: 1199px) {
  .scheme__grid { grid-template-columns: 2fr 1fr; }
}

/* Мобильные: одна колонка, сайдбар ниже контента */
@media (max-width: 991px) {
  .scheme__grid {
    grid-template-columns: 1fr;
  }
  .scheme__col--side {
    position: static; /* отключаем sticky на мобильном */
    top: auto;
  }
}

.brands-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
    @media (width <= 991px) {
        margin-top: 40px;
    }
    @media (width <= 575px) {
        margin-top: 30px;
    }
}

.brands-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 22px;
    border-radius: 4px;
    border: 1px solid #22335d;
    color: #22335d;
    transition: .3s linear;
}

.brands-links a:hover {
    background: #22335d;
    color: #fff;
}

.landing-text {
    color: #626e8c;
    font-size: 18px;
    line-height: 1.3;
}

.btns-holder {
    display: flex;
    gap: 15px;
    @media (width <= 768px) {
        flex-wrap: wrap;
    }
}

.bottom-umka {
    border-radius: 8px;
    padding: 30px 20px;
    background: #dee8ff;
    align-items: center;
    width: 672px;
    text-align: center;
    @media (width < 768px) {
        width: auto;
    }
}

.bottom-umka p {
    font-size: 14px;
    color: #22335d;
}

.bottom-umka__title {
    margin: 0 0 0px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.02em;
    line-height: 1.3;
    color: #22335d;
}

.bottom-umka .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid #1c62c8;
    border-radius: 8px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1c62c8;
    transition: .3s linear;
}

.bottom-umka .btn:hover {
    color: #1c62c8;
    background-color: #fff;
}

.bottom {
    @media (width < 768px) {
        flex-direction: column-reverse;
    }
}

.linking__holder {
    margin-bottom: 30px;
}

.linking__holder .tags__item {
    border-radius: 8px;
}

.brands-list__item.active {
    color: #4466ba
}

.brands-list__item.active .brands-list__icon {
    background-color: #22335d;
    border-color: #22335d
}

.brands-list__item.active .brands-list__icon svg {
    fill: #fff
}


.show-all-hide {
    grid-area: 2 / 6;
    width: fit-content;
    color: rgba(28, 98, 200, .75);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
    transition: .6s linear;
}

.show-all-hide {
    .show-all {
        display: inline;
    }
    .hide-show {
        display: none;
    }
}

.show-all-hide.open {
    grid-area: auto;
    .show-all {
        display: none;
    }
    .hide-show {
        display: inline;
    }
}

.show-all-hide:hover {
    color: #1c62c8;
}

.d-grid {
    display: grid;
}

.review__text_new {
    max-height: 130px;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.pagination--right {
    display: flex; 
}

.tags__item,
.reviews .app-btn,
.sort .select2-selection--single,
.review,
.delivery__nav a,
.promo .app-btn,
.add-services__item,
.contract-example,
.card__btn,
.contract-example,
.credit__footer .app-btn,
.credit__item,
.card-sm,
.company__btn,
.values__item,
.features,
.form-btn,
.youtube__header .youtube__btn,
.partners__item,
.scheme__nav a,
.simple-scheme__item,
.simple-scheme .app-btn,
.maps__nav a,
.blog__nav a,
.info-block__nav a,
.calc-nav__item,
.accordion__item,
.preview a,
.auctions-list,
.auction-sheet__text .app-btn,
.trade-card__btn
{
    border-radius: 8px;
}

.promo .app-btn
{
    font-family: Roboto, sans-serif;
}

.next-prev-block {
    margin-top: 0;
    padding-bottom: 30px !important;
}

.next-prev-block .slick-arrow {
    position: absolute;
    z-index: 20;
    display: block;
    padding: 20px;
    border: none;
    border-radius: 8px;
    background: #dee8ff;
    cursor: pointer;
}

.next-prev-block .slick-arrow.next {
    right: 15px;
}

.min-height-unset {
    min-height: unset;
}

.navbar__row .tg-btn--jpn, .navbar__row .max-btn--jpn {
    margin-right: 8px;
}

/* Логотипы марок в Каталог авто Японии */

.brands-list__item:nth-child(n+12) {
    display: none;
}

.auc-accordion__grid a {
    color: #22335d;
}

.button-green {
    background: #B6E377 !important;
}

.button-green:hover, .button-green.active {
    background: #41c351 !important;
    color: #fff !important;
}

.f-contacts__msgs .msgs__max:hover {
    background: var(--gradients-max-default);
}

.f-contacts__msgs .msgs__max:hover svg path {
    fill: #fff !important;
}

@media screen and (max-width: 575px) {
    .f-contacts__msgs .msgs__max {
        background: var(--gradients-max-default);
    }

    .f-contacts__msgs .msgs__max svg path {
        fill: #fff !important;
    }
}


.companyWidgets {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap
}

.companyWidgets .widget__item {
    width: 260px;
    height: 100px;
    display: flex;
    border: 1px solid #cecece;
    border-radius: 30px;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 15px;
    background: #fff
}

.companyWidgets .widget__img {
    flex: none;
    width: 85px;
    padding-right: 15px;
    border-right: 1px solid #cecece
}

.companyWidgets .widget__right {
    padding-left: 15px;
    display: flex;
    flex-direction: column
}

.companyWidgets .sites-reviews__qnt {
    font-weight: 400;
    font-size: 12px;
    color: #646464
}

.companyWidgets .widget__rating {
    display: flex;
    gap: 4px
}

.companyWidgets .widget__rating svg {
    width: 20px;
    height: 20px
}

.companyWidgets .star-full {
    fill: gold
}

.companyWidgets .star-empty {
    fill: #d3d3d3
}

.envy-form__btn.envy-success {
    background: #1cc83a;
    cursor: default;
}

.app-btn--w {
    margin-left: auto;
    width: auto;
    padding: 0 20px;
}

.form-group__mobile, .catalog-qnt-mobile {
    display: none;
}

.inspection__item {
    flex-wrap: nowrap;
}

.inspection__item span:nth-child(2) {
    white-space: nowrap;
}

.topline__icon {
    position: relative;
    display: inline-flex;
    padding: 0;
    background: none;
}

.topline__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: #fff;
    opacity: .75;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .form-group__desk, .catalog-qnt-desk {
        display: none;
    }
    .form-group__mobile, .catalog-qnt-mobile {
        display: block;
    }
}

.wesocial .tg-bots {
    margin-top: 30px;
}

.card__tg svg {
    width: 24px;
    height: 24px;
}

.auction-card__action .card__tg {
    border: 1px solid rgba(34,51,93,.2);
    border-radius: 8px;
}

@media screen and (max-width:1749px) {
    .card__tg svg {
        width: 20px;
        height: 20px;
    }
    .auction-card__action .card__tg {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width:767px) {
    .auction-card__action .card__tg {
        width: 38px;
        height: 38px;
        display: none;
    }
}

@media screen and (min-width:1366px) {
    .mob-sort {
        display: none;
    }
}

/*

.carousel-two-v2 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 0
}

.carousel-two-v2 .slick-slide {
    height: auto
}

.carousel-two-v2 .slick-slide>div {
    height: 100%
}

.carousel-two-v2 .item {
    height: 100%;
    padding: 0 15px
}

.carousel-two-v2 .item .card {
    height: 100%
}

.carousel-two-v2 .slick-arrow {
    position: absolute;
    z-index: 20;
    top: -110px;
    display: block;
    width: 54px;
    height: 54px;
    padding: 16px;
    border: none;
    border-radius: 4px;
    background: #dee8ff;
    cursor: pointer
}

.carousel-two-v2 .slick-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: rgba(28,98,200,.3);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.carousel-two-v2 .slick-arrow.prev {
    right: 89px
}

.carousel-two-v2 .slick-arrow.next {
    right: 15px
}

.carousel-two-v2 .slick-arrow:hover svg {
    fill: #1c62c8
}

.carousel-two-v2 .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: absolute;
    z-index: 10;
    left: 80px;
    right: 80px;
    bottom: 0
}

.carousel-two-v2 .slick-dots li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 30px
}

.carousel-two-v2 .slick-dots li button {
    display: block;
    width: 100%;
    height: 2px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 0;
    background: #dee8ff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.carousel-two-v2 .slick-dots li.slick-active button {
    background: #1c62c8
}

*/

/**
 * Универсальный | Преимущества New (отдельная, 4 колонки)

 
.tocustomers.tocustomers-4col .tocustomers__item {
    width: calc((100% - 120px) / 4);
}
.tocustomers.tocustomers-4col .tocustomers__item--half {
    width: calc(50% - 15px);
}

@media screen and (max-width:767px) {
.tocustomers.tocustomers-4col .tocustomers__item, .tocustomers.tocustomers-4col .tocustomers__item--half {
    width: auto;
}
} */

/* Индивидидуальные стили для китайского сайта */

.sfcar-order {
    position: relative;
    width: 100%;
    padding: 64px 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    font-family: inherit;

    --sf-blue: #0b3978;
    --sf-blue-2: #1d55b3;
    --sf-blue-hover: #164896;
    --sf-bg: #eef4fc;
    --sf-card: #ffffff;
    --sf-border: #cfdff3;
    --sf-text: #33415a;
    --sf-title: #071429;
  }

  .sfcar-order * {
    box-sizing: border-box;
  }

  .sfcar-order__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 48px;
  }

  .sfcar-order__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: end;
    width: 100%;
    margin-bottom: 20px;
    padding: 26px 24px;
    border-radius: 8px;
    background: var(--sf-bg);
    border: 1px solid var(--sf-border);
  }

  .sfcar-order__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 10px;
    padding: 0 9px;
    border-radius: 8px;
    background: #e1ebf8;
    color: var(--sf-blue);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .sfcar-order__title {
    margin: 0 0 10px;
    color: var(--sf-title);
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
  }

  .sfcar-order__desc {
    margin: 0;
    max-width: 980px;
    color: var(--sf-text);
    font-size: 15px;
    line-height: 1.65;
  }

  .sfcar-order__notice {
    padding: 16px 18px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #d5e3f5;
    color: var(--sf-text);
    font-size: 13px;
    line-height: 1.5;
  }

  .sfcar-order__notice strong {
    display: block;
    margin-bottom: 5px;
    color: var(--sf-blue);
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
  }

  .sfcar-order__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: 100%;
    margin-bottom: 20px;
  }

  .sfcar-step {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 22px 20px;
    border-radius: 8px;
    background: var(--sf-card);
    border: 1px solid var(--sf-border);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }

  .sfcar-step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--sf-blue);
  }

  .sfcar-step:hover {
    transform: translateY(-2px);
    border-color: #aac3e8;
  }

  .sfcar-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    margin-bottom: 18px;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--sf-blue-2);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }

  .sfcar-step__title {
    margin: 0 0 10px;
    color: var(--sf-title);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
  }

  .sfcar-step__text {
    margin: 0;
    color: var(--sf-text);
    font-size: 13px;
    line-height: 1.6;
  }

  .sfcar-order__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #0b3978;
    border: 1px solid #0b3978;
  }

  .sfcar-order__cta-content {
    padding: 36px 34px;
  }

  .sfcar-order__cta-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 14px;
    padding: 0 9px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .sfcar-order__cta-title {
    margin: 0 0 12px;
    max-width: 760px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 800;
  }

  .sfcar-order__cta-text {
    margin: 0 0 22px;
    max-width: 860px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.65;
  }

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

  .sfcar-order__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  }

  .sfcar-order__btn:hover {
    transform: translateY(-1px);
  }

  .sfcar-order__btn--main {
    background: #ffffff;
    color: var(--sf-blue);
  }

  .sfcar-order__btn--main:hover {
    background: #edf4ff;
    color: var(--sf-blue-hover);
  }

  .sfcar-order__btn--second {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.58);
  }

  .sfcar-order__btn--second:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sfcar-order__image {
    position: relative;
    min-height: 280px;
    background: #082a59;
  }

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

  .sfcar-order__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 57, 120, 0.32) 0%, rgba(11, 57, 120, 0.04) 100%);
    pointer-events: none;
  }

  @media (min-width: 1500px) {
    .sfcar-order__grid {
      grid-template-columns: repeat(8, 1fr);
    }

    .sfcar-step {
      min-height: 220px;
    }

    .sfcar-order__cta {
      grid-template-columns: minmax(0, 1fr) 560px;
    }
  }

  @media (max-width: 1100px) {
    .sfcar-order__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .sfcar-order__cta {
      grid-template-columns: 1fr;
    }

    .sfcar-order__image {
      order: -1;
      min-height: 300px;
    }
  }

  @media (max-width: 991px) {
    .sfcar-order {
      padding: 52px 0;
    }

    .sfcar-order__inner {
      padding: 0 24px;
    }

    .sfcar-order__top {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .sfcar-order__notice {
      max-width: 360px;
    }

    .sfcar-order__title {
      font-size: 28px;
    }
  }

  @media (max-width: 640px) {
    .sfcar-order {
      padding: 40px 0;
    }

    .sfcar-order__inner {
      padding: 0 16px;
    }

    .sfcar-order__top {
      padding: 22px 18px;
    }

    .sfcar-order__title {
      font-size: 22px;
    }

    .sfcar-order__desc {
      font-size: 13px;
    }

    .sfcar-order__grid {
      grid-template-columns: 1fr;
    }

    .sfcar-step {
      min-height: auto;
      padding: 20px 18px;
    }

    .sfcar-order__cta-content {
      padding: 26px 20px 28px;
    }

    .sfcar-order__cta-title {
      font-size: 22px;
    }

    .sfcar-order__cta-text {
      font-size: 13px;
    }

    .sfcar-order__image {
      min-height: 220px;
    }

    .sfcar-order__actions {
      flex-direction: column;
    }

    .sfcar-order__btn {
      width: 100%;
    }
  }

.sfcar-why {
    position: relative;
    width: 100%;
    padding: 64px 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    font-family: inherit;

    --sf-blue: #0b3978;
    --sf-blue-2: #1d55b3;
    --sf-blue-hover: #164896;
    --sf-bg: #eef4fc;
    --sf-card: #ffffff;
    --sf-border: #cfdff3;
    --sf-text: #33415a;
    --sf-title: #071429;
  }

  .sfcar-why * {
    box-sizing: border-box;
  }

  .sfcar-why__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 48px;
  }

  .sfcar-why__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 28px;
    align-items: end;
    width: 100%;
    margin-bottom: 20px;
    padding: 26px 24px;
    border-radius: 8px;
    background: var(--sf-bg);
    border: 1px solid var(--sf-border);
  }

  .sfcar-why__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 10px;
    padding: 0 9px;
    border-radius: 8px;
    background: #e1ebf8;
    color: var(--sf-blue);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .sfcar-why__title {
    margin: 0;
    color: var(--sf-title);
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
  }

  .sfcar-why__desc {
    margin: 0;
    color: var(--sf-text);
    font-size: 15px;
    line-height: 1.65;
  }

  .sfcar-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
  }

  .sfcar-why-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 24px 22px;
    border-radius: 8px;
    background: var(--sf-card);
    border: 1px solid var(--sf-border);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }

  .sfcar-why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--sf-blue);
  }

  .sfcar-why-card:hover {
    transform: translateY(-2px);
    border-color: #aac3e8;
  }

  .sfcar-why-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
  }

  .sfcar-why-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: var(--sf-blue-2);
    color: #ffffff;
    flex: 0 0 auto;
  }

  .sfcar-why-card__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .sfcar-why-card__num {
    color: rgba(11, 57, 120, 0.14);
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .sfcar-why-card__title {
    margin: 0 0 10px;
    color: var(--sf-title);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
  }

  .sfcar-why-card__text {
    margin: 0;
    color: var(--sf-text);
    font-size: 13px;
    line-height: 1.65;
  }

  .sfcar-why-card__accent {
    position: absolute;
    right: -32px;
    bottom: -32px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 85, 179, 0.12) 0%, rgba(29, 85, 179, 0) 70%);
    pointer-events: none;
  }

  @media (min-width: 1500px) {
    .sfcar-why__grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .sfcar-why-card {
      min-height: 270px;
    }
  }

  @media (max-width: 1100px) {
    .sfcar-why__head {
      grid-template-columns: 1fr;
      gap: 16px;
    }

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

  @media (max-width: 991px) {
    .sfcar-why {
      padding: 52px 0;
    }

    .sfcar-why__inner {
      padding: 0 24px;
    }

    .sfcar-why__title {
      font-size: 28px;
    }
  }

  @media (max-width: 640px) {
    .sfcar-why {
      padding: 40px 0;
    }

    .sfcar-why__inner {
      padding: 0 16px;
    }

    .sfcar-why__head {
      padding: 22px 18px;
    }

    .sfcar-why__title {
      font-size: 22px;
    }

    .sfcar-why__desc {
      font-size: 13px;
    }

    .sfcar-why__grid {
      grid-template-columns: 1fr;
    }

    .sfcar-why-card {
      min-height: auto;
      padding: 20px 18px;
    }

    .sfcar-why-card__num {
      font-size: 36px;
    }

    .sfcar-why-card__title {
      font-size: 16px;
    }
  }

@media (max-width: 991px) {
    .filter__deschidden.filter__hidden {
        display: block !important;
    }
}

/* Визитка сотрудника в разделе "Доставка" */

.contract-example__phone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contract-example__phone-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.contract-example__phone-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.car-card__links {
    display: flex;
    overflow-x: auto;
    margin-top: 20px;
    gap: 10px;
}

.car-card__links > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 12px 10px;
    color: #22335d;
    background: #fff;
    transition: all .25s linear;
    font-weight: 600;
}

@media screen and (max-width: 1739px) {
    .car-card__links {padding: 0;}
}
@media screen and (max-width: 575px) {
    .car-card__links {padding: 12px 0;}
}


.toggle-text {
    display: none;
}

.toggle-text__btn {
    width: fit-content;
    cursor: pointer;
    margin-top: 30px;
}
.toggle-text__btn > span {
    display: block;
    padding-bottom: 1px;
    color: var(--secondary);
    border-bottom: 1px dashed var(--secondary);
}

.toggle-text__btn > .hide-text {
    display: none;
}

.toggle-text__btn:hover > span {
    border-bottom-color: transparent;
}

.gnr-sets__section {
    overflow: hidden;
}

.gnr-sets__section .hide-sets {
    display: none;
}

.show-all-modif {
    width: fit-content;
    padding-bottom: 1px;
    border-bottom: 1px dashed var(--secondary);
    cursor: pointer;
    transition: all .25s linear;
}

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



.filter-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 50px 0;
    margin-bottom: 50px;
    white-space: nowrap
}

@media screen and (max-width: 1739px) {
    .filter-checks {
        margin-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .filter-checks {
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .filter-checks {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .filter-checks {
        flex-wrap: nowrap;
        gap: 10px;
        padding-bottom: 10px;
        overflow: auto;
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}




.selection-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;

}

.selection-card__gallery {
    width: calc(50% - 20px);
}

.selection-card__gallery .car-gallery {
    border-radius: 50px;
}



.selection-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 20px);
    border-radius: 50px;
    padding: 50px;
    background: #fff
}

.selection-card__sets {
    width: 100%
}

.selection-card__name {
    margin-bottom: 20px
}

.selection-card__name span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--primary-dark)
}

.selection-card__name h2 {
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: var(--primary-dark)
}

.selection-card__price {
    margin-top: auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: var(--secondary)
}



@media screen and (max-width: 1199px) {

    .selection-card {
        gap: 25px 20px
    }

    .selection-card__gallery {
        width: calc(50% - 10px)
    }

    .selection-card__info {
        width: calc(50% - 10px);
        padding: 40px
    }

    .selection-card__name span {
        font-size: 12px
    }

    .selection-card__name h2, .selection-card__price {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .selection-card {
        gap: 12px
    }

    .selection-card__gallery {
        width: 100%
    }

    .selection-card__info {
        width: 100%;
        margin-bottom: 13px
    }
}


.box__wrap_params {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 15px;
}

@media screen and (max-width: 1739px) {
    .box__wrap_params {
        padding: 50px 40px;
    }
}

/* Контент для раздела Калькулятор - Китай  */

.sfcar-calc-seo {
    position: relative;
    width: 100%;
    padding: 64px 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    font-family: inherit;

    --sf-blue: #0b3978;
    --sf-blue-2: #1d55b3;
    --sf-blue-hover: #164896;
    --sf-bg: #eef4fc;
    --sf-card: #ffffff;
    --sf-border: #cfdff3;
    --sf-text: #33415a;
    --sf-title: #071429;
    --sf-muted: #66758f;
  }

  .sfcar-calc-seo * {
    box-sizing: border-box;
  }

  .sfcar-calc-seo__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 48px;
  }

  .sfcar-calc-seo__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: end;
    width: 100%;
    margin-bottom: 20px;
    padding: 26px 24px;
    border-radius: 6px;
    background: var(--sf-bg);
    border: 1px solid var(--sf-border);
  }

  .sfcar-calc-seo__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 10px;
    padding: 0 9px;
    border-radius: 3px;
    background: #e1ebf8;
    color: var(--sf-blue);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .sfcar-calc-seo__title {
    margin: 0 0 10px;
    color: var(--sf-title);
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
  }

  .sfcar-calc-seo__desc {
    margin: 0;
    max-width: 980px;
    color: var(--sf-text);
    font-size: 15px;
    line-height: 1.65;
  }

  .sfcar-calc-seo__notice {
    padding: 16px 18px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #d5e3f5;
    color: var(--sf-text);
    font-size: 13px;
    line-height: 1.5;
  }

  .sfcar-calc-seo__notice strong {
    display: block;
    margin-bottom: 5px;
    color: var(--sf-blue);
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
  }

  .sfcar-calc-seo__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: 100%;
    margin-bottom: 20px;
  }

  .sfcar-calc-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 22px 20px;
    border-radius: 6px;
    background: var(--sf-card);
    border: 1px solid var(--sf-border);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }

  .sfcar-calc-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--sf-blue);
  }

  .sfcar-calc-card:hover {
    transform: translateY(-2px);
    border-color: #aac3e8;
  }

  .sfcar-calc-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    margin-bottom: 18px;
    padding: 0 10px;
    border-radius: 3px;
    background: var(--sf-blue-2);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }

  .sfcar-calc-card__title {
    margin: 0 0 10px;
    color: var(--sf-title);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
  }

  .sfcar-calc-card__text {
    margin: 0;
    color: var(--sf-text);
    font-size: 13px;
    line-height: 1.6;
  }

  .sfcar-calc-seo__info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .sfcar-calc-seo__text-box,
  .sfcar-calc-seo__side-box {
    padding: 28px 26px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid var(--sf-border);
  }

  .sfcar-calc-seo__subtitle {
    margin: 0 0 14px;
    color: var(--sf-title);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
  }

  .sfcar-calc-seo__text {
    margin: 0 0 14px;
    color: var(--sf-text);
    font-size: 15px;
    line-height: 1.65;
  }

  .sfcar-calc-seo__text:last-child {
    margin-bottom: 0;
  }

  .sfcar-calc-seo__list {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }

  .sfcar-calc-seo__list li {
    position: relative;
    padding-left: 18px;
    color: var(--sf-text);
    font-size: 14px;
    line-height: 1.5;
  }

  .sfcar-calc-seo__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sf-blue-2);
  }

  .sfcar-calc-faq {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .sfcar-calc-faq__item {
    padding: 16px 18px;
    border-radius: 5px;
    background: var(--sf-bg);
    border: 1px solid var(--sf-border);
  }

  .sfcar-calc-faq__title {
    margin: 0 0 8px;
    color: var(--sf-title);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
  }

  .sfcar-calc-faq__text {
    margin: 0;
    color: var(--sf-text);
    font-size: 13px;
    line-height: 1.6;
  }

  .sfcar-calc-seo__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: #0b3978;
    border: 1px solid #0b3978;
  }

  .sfcar-calc-seo__cta-content {
    padding: 36px 34px;
  }

  .sfcar-calc-seo__cta-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 14px;
    padding: 0 9px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .sfcar-calc-seo__cta-title {
    margin: 0 0 12px;
    max-width: 760px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 800;
  }

  .sfcar-calc-seo__cta-text {
    margin: 0 0 22px;
    max-width: 860px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.65;
  }

  .sfcar-calc-seo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .sfcar-calc-seo__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  }

  .sfcar-calc-seo__btn:hover {
    transform: translateY(-1px);
  }

  .sfcar-calc-seo__btn--main {
    background: #ffffff;
    color: var(--sf-blue);
  }

  .sfcar-calc-seo__btn--main:hover {
    background: #edf4ff;
    color: var(--sf-blue-hover);
  }

  .sfcar-calc-seo__btn--second {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.58);
  }

  .sfcar-calc-seo__btn--second:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sfcar-calc-seo__image {
    position: relative;
    min-height: 280px;
    background: #082a59;
  }

  .sfcar-calc-seo__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sfcar-calc-seo__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 57, 120, 0.32) 0%, rgba(11, 57, 120, 0.04) 100%);
    pointer-events: none;
  }

  @media (min-width: 1500px) {
    .sfcar-calc-seo__grid {
      grid-template-columns: repeat(8, 1fr);
    }

    .sfcar-calc-card {
      min-height: 220px;
    }

    .sfcar-calc-seo__cta {
      grid-template-columns: minmax(0, 1fr) 560px;
    }
  }

  @media (max-width: 1100px) {
    .sfcar-calc-seo__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .sfcar-calc-seo__info,
    .sfcar-calc-seo__cta {
      grid-template-columns: 1fr;
    }

    .sfcar-calc-seo__image {
      order: -1;
      min-height: 300px;
    }
  }

  @media (max-width: 991px) {
    .sfcar-calc-seo {
      padding: 52px 0;
    }

    .sfcar-calc-seo__inner {
      padding: 0 24px;
    }

    .sfcar-calc-seo__top {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .sfcar-calc-seo__notice {
      max-width: 360px;
    }

    .sfcar-calc-seo__title {
      font-size: 28px;
    }
  }

  @media (max-width: 640px) {
    .sfcar-calc-seo {
      padding: 40px 0;
    }

    .sfcar-calc-seo__inner {
      padding: 0 16px;
    }

    .sfcar-calc-seo__top {
      padding: 22px 18px;
    }

    .sfcar-calc-seo__title {
      font-size: 22px;
    }

    .sfcar-calc-seo__desc {
      font-size: 13px;
    }

    .sfcar-calc-seo__grid {
      grid-template-columns: 1fr;
    }

    .sfcar-calc-card {
      min-height: auto;
      padding: 20px 18px;
    }

    .sfcar-calc-seo__text-box,
    .sfcar-calc-seo__side-box {
      padding: 22px 18px;
    }

    .sfcar-calc-seo__subtitle {
      font-size: 21px;
    }

    .sfcar-calc-seo__text {
      font-size: 13px;
    }

    .sfcar-calc-seo__cta-content {
      padding: 26px 20px 28px;
    }

    .sfcar-calc-seo__cta-title {
      font-size: 22px;
    }

    .sfcar-calc-seo__cta-text {
      font-size: 13px;
    }

    .sfcar-calc-seo__image {
      min-height: 220px;
    }

    .sfcar-calc-seo__actions {
      flex-direction: column;
    }

    .sfcar-calc-seo__btn {
      width: 100%;
    }
  }

/* Ссылки для раздела Калькулятор – Китай */

.sfcar-links {
    width: 100%;
    padding: 64px 0;
    background: #fff;
    border-radius: 16px;
    font-family: inherit;
  }

  .sfcar-links * {
    box-sizing: border-box;
  }

  .sfcar-links__inner {
    padding: 0 48px;
  }

  .sfcar-links__title {
    margin: 0 0 18px;
    color: #071429;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
  }

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

  .sfcar-links__item {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #cfdff3;
    color: #0b3978;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .sfcar-links__item:hover {
    background: #eef4fc;
    border-color: #aac3e8;
  }

  @media (max-width: 640px) {
    .sfcar-links {
      padding: 26px 0;
    }

    .sfcar-links__inner {
      padding: 0 16px;
    }

    .sfcar-links__title {
      font-size: 20px;
    }

    .sfcar-links__list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .sfcar-links__item {
      width: 100%;
      justify-content: center;
    }
  }


.top-selection {
    font-family: Roboto, sans-serif;
    max-width: 100%;
}

.top-selection-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(134, 134, 134, .2);
    background: rgba(255, 255, 255, .4);
    padding: 30px;
    margin: 0 15px;
}

.top-selection-card__title {
    font-size: 1.2em;
    color: #455478;
    margin-bottom: 15px;
}

.top-selection-card__text {
    margin: 7px 0;
    display: flex;
    align-items: baseline;
    gap: 15px;

}
.top-selection-card__text span {
    color: #888;
    width: 15px;
    text-align: left;
    flex-shrink: 0;
}

.top-selection-card__link.bold {
    font-weight: 600;
}

.top-selection .news-carousel--btn-bottom .slick-arrow {
    width: 36px;
    height: 36px;
    padding: 7px;
}

.top-selection .news-carousel--btn-bottom {
    margin-top: 15px;
    padding-bottom: 50px !important;
}




/* CSS */
#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 100%;
  width: 300px;
  background: #fff;
  border: 1.5px solid #22335d;
  border-radius: 10px;
  padding: 10px;
  z-index: 9999;
  box-shadow: 0 4px 20px rgba(34, 51, 93, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width:420px) {
    #cookie-banner {
        left: 50%;
        transform: translateX(-50%);
    }
}

.cookie-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  color: #22335d;
  font-size: 18px;
  line-height: 1;
}

.cookie-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #22335d;
  padding-right: 24px;
}

.cookie-text a {
    color:#1c62c8;
    text-decoration: underline;
}

.cookie-text a:hover {
    color:#22335d;
}

.cookie-btn {
  color:#1c62c8;
  background: #fff;
  color: #22335d;
  border:1px solid #1c62c8;
  border-radius: 6px;
  padding: 7px 7px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.cookie-btn--hover,
.cookie-btn:hover {
  background: #22335d;
  color: #fff;
}

.drop-catalog__icon svg {
    fill: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s linear;
    width: 17px;
    height: 17px;
}


/**
 * Рилс видео-отзывы
 */
 
.reels-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.reels-card a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    aspect-ratio: 1080 / 1920;
    overflow: hidden;
}
.reels-card .reels-card-img {
    flex-grow: 1;
}
.reels-card .reels-card-date {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 4px 6px;
    color: #fff;
    background: #ff2b42;
    opacity: .4;
    transition: all .3s ease-in-out;
    pointer-events: none;
    z-index: 2;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
.reels-card .reels-card-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 15px 14px 20px;
    color: #fff;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    opacity: .4;
    transition: all .3s ease-in-out;
    pointer-events: none;
    gap: 10px;
    display: flex;
    align-items: center;
}
.reels-card .reels-card-icon {
    width: 26px;
    height: 26px
}
.reels-card .reels-card-title {
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.reels-card .reels-card-play {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    opacity: .4;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.reels-card:hover .reels-card-name,
.reels-card:hover .reels-card-play,
.reels-card:hover .reels-card-date {
    opacity: .9;
}
.reels-card .reels-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.carousel-reels {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 85px !important;
    margin-left: -15px;
    margin-right: -15px;
}
.carousel-reels .item {
    height: 100%;
    padding: 0 15px;
}
.carousel-blreelsocks {
    margin-left: -15px;
    margin-right: -15px;
}
.carousel-reels .slick-arrow {
    position: absolute;
    z-index: 20;
    cursor: pointer;
}
.carousel-reels .slick-arrow.prev {
    left: 15px;
}
.carousel-reels .slick-arrow.next {
    right: 15px;
}
.carousel-reels .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 30px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 20px;
    position: absolute;
    z-index: 10;
    left: 80px;
    right: 80px;
}
.carousel-reels .slick-dots li {
    display: block;
    flex-grow: 1;
    max-width: 30px;
}
.carousel-reels .slick-dots li button {
    display: block;
    width: 100%;
    height: 2px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 0;
    background: #dee8ff;
    transition: .3s linear;
    background: rgba(34, 51, 93, .3);
}
.carousel-reels .slick-dots li.slick-active button {
    background: #1c62c8;
}

.reels-fancybox-slide .fancybox__content {
    max-width: 740px !important;
    aspect-ratio: 9 / 16 !important;
}

.reels-fancybox-slide .fancybox__content iframe {
    width: 100%;
    height: 100%;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    margin: 0 auto;
    aspect-ratio: 9 / 16 !important;
}

/**
 * Отзывы для главной (карусель для групп)
 */

.reviews-grid .review-card--lg,
.reviews-grid .review-card--yt{
    min-height: 440px;
}
.reviews-grid .reviews-grid__item {
    display: flex;
}
@media screen and (max-width: 1365px) {
    .reviews-grid .review-card--lg,
    .reviews-grid .review-card--yt{
        min-height: 1px;
    }
}
.carousel-blocks {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 60px !important;
}
.carousel-blocks .item {
    height: 100%;
    padding: 0 15px;
}
.carousel-blocks {
    margin-left: -15px;
    margin-right: -15px;
}
.carousel-blocks .slick-arrow {
    position: absolute;
    z-index: 20;
    cursor: pointer;
}
.carousel-blocks .slick-arrow.prev {
    left: 15px;
}
.carousel-blocks .slick-arrow.next {
    right: 15px;
}
.carousel-blocks .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 30px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 20px;
    position: absolute;
    z-index: 10;
    left: 80px;
    right: 80px;
}
.carousel-blocks .slick-dots li {
    display: block;
    flex-grow: 1;
    max-width: 30px;
}
.carousel-blocks .slick-dots li button {
    display: block;
    width: 100%;
    height: 2px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 0;
    background: #dee8ff;
    transition: .3s linear;
    background: rgba(34, 51, 93, .3);
}
.carousel-blocks .slick-dots li.slick-active button {
    background: #1c62c8;
}


.qr_box__carousel .item div {
    text-align: center;
    color: #626e8c;
    padding:10px 0;
}

.tocustomers .tocustomers__item .buttons {
    background: #dee8ff;
    padding:30px 10px;
}

.tocustomers .tocustomers__item .buttons a.app-btn {
    color:#fff;
    text-decoration: none;
    text-align: center;
    flex-wrap: wrap;
    height: auto;
    padding:10px;
}


.cases {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

.cases .item {
    display: flex;
    width: calc(50% - 10px);
}

.cases .item .media {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    overflow: hidden;
}

.cases .item .media .media-item img {
    aspect-ratio: 9/16;
}

.cases .item .media .media-item iframe {
    max-width: 340px;
    height: auto;
    aspect-ratio: 9/16;
}

.cases .item .media .slick-dots {
    display: flex;
    gap:10px;
}

.cases .item .text {
    flex-grow: 1;
    padding:10px;
}


/**
 * Видео каналы
 */
.video-btns .yt-btn {
    margin-left: 0;
}
.video-btns {
    justify-content: space-between;
}
.video-btns .video-btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.video-btns .btns-wrap {
    margin-left: auto;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}
.vk-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    height: 59px;
    background: #222222;
    font-family: Roboto,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    transition: .3s linear
}
.vk-btn > svg {
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 1200px) {
  .video-btns {
      justify-content: flex-start;
  }
  .video-btns .video-btn {
        margin-top: 0;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
  }
  .video-btns .btns-wrap {
      width: 100%;
      margin-top: 15px;
      margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
    .video-btns .video-btn {
        height: 52px;
        font-size: 14px;
    }
    .vk-btn > svg {
        width: 18px;
        height: 18px;
    }
    .video-btns .btns-wrap {
        gap: 15px;
    }
}
@media screen and (max-width: 575px) {
    .video-btns .video-btn {
        height: 42px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-btns .btns-wrap {
        gap: 10px;
    }
    .rt-btn img.mobile {
        display: none;
    }
    .rt-btn img.desctop {
        display: block;
    }
    .rt-btn img {
        width: 26px;
        height: 26px;
        margin-bottom: 4px;
    }
    .vk-btn > svg {
        width: 16px;
        height: 16px;
    }
    .yt-btn .sub-count {
        display: none;
    }
}




.promo-carousel .slick-dots li.slick-active button {
    background: #1c62c8;
}



/* ======================================================
   ОФИСЫ В СТРАНИЦАХ ГОРОДОВ
   ====================================================== */

.sfera-office {
    --so-primary: #2364c4;
    --so-primary-hover: #1854ad;
    --so-primary-soft: #e9f1ff;

    --so-background: #f4f7fd;
    --so-card: #ffffff;
    --so-card-secondary: #f8faff;

    --so-title: #253a66;
    --so-text: #687895;
    --so-border: #dce5f2;

    --so-shadow: 0 14px 38px rgba(37, 63, 107, 0.09);
    --so-map-filter: none;

    position: relative;
    padding: 64px 0;

    background:
            radial-gradient(
                    circle at 5% 0%,
                    rgba(40, 103, 199, 0.08),
                    transparent 31%
            ),
            var(--so-background);

    color: var(--so-title);
    font-family: inherit;

    transition:
            color 0.25s ease,
            background-color 0.25s ease;
}

.sfera-office *,
.sfera-office *::before,
.sfera-office *::after {
    box-sizing: border-box;
}

html[data-theme="dark"] .sfera-office,
body[data-theme="dark"] .sfera-office,
html.dark .sfera-office,
body.dark .sfera-office,
body.dark-theme .sfera-office,
body.theme-dark .sfera-office,
body.dark-mode .sfera-office,
[data-bs-theme="dark"] .sfera-office {
    --so-primary: #72a6ee;
    --so-primary-hover: #91bdf7;
    --so-primary-soft: rgba(78, 137, 218, 0.15);

    --so-background: #101722;
    --so-card: #182233;
    --so-card-secondary: #1c283a;

    --so-title: #eef4ff;
    --so-text: #a9b7cb;
    --so-border: #2c3a50;

    --so-shadow: 0 17px 46px rgba(0, 0, 0, 0.28);

    --so-map-filter:
            grayscale(0.15)
            invert(0.88)
            hue-rotate(180deg)
            brightness(0.78)
            contrast(0.92);

    background:
            radial-gradient(
                    circle at 5% 0%,
                    rgba(77, 137, 220, 0.13),
                    transparent 32%
            ),
            var(--so-background);

    color-scheme: dark;
}


.sfera-office__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


.sfera-office__heading {
    max-width: 820px;
    margin: 0 0 30px;
}

.sfera-office__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 0 0 14px;
    padding: 7px 12px;

    border: 1px solid transparent;
    border-radius: 6px;
    background: var(--so-primary-soft);
    color: var(--so-primary);

    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    transition:
            color 0.25s ease,
            background-color 0.25s ease,
            border-color 0.25s ease;
}

html[data-theme="dark"] .sfera-office__badge,
body[data-theme="dark"] .sfera-office__badge,
html.dark .sfera-office__badge,
body.dark .sfera-office__badge,
body.dark-theme .sfera-office__badge,
body.theme-dark .sfera-office__badge,
body.dark-mode .sfera-office__badge,
[data-bs-theme="dark"] .sfera-office__badge {
    border-color: rgba(114, 166, 238, 0.16);
}

.sfera-office__main-title {
    margin: 0;

    color: var(--so-title);
    font-size: clamp(29px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-transform: uppercase;

    transition: color 0.25s ease;
}

.sfera-office__intro {
    max-width: 750px;
    margin: 16px 0 0;

    color: var(--so-text);
    font-size: 15px;
    line-height: 1.65;

    transition: color 0.25s ease;
}


.sfera-office__card {
    display: grid;
    grid-template-columns:
            minmax(0, 1.1fr)
            minmax(380px, 0.9fr);

    overflow: hidden;

    border: 1px solid var(--so-border);
    border-radius: 14px;
    background: var(--so-card);
    box-shadow: var(--so-shadow);

    transition:
            background-color 0.25s ease,
            border-color 0.25s ease,
            box-shadow 0.25s ease;
}


.sfera-office__photo {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    background: var(--so-card-secondary);
}

.sfera-office__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
            linear-gradient(
                    180deg,
                    rgba(13, 33, 64, 0.01) 40%,
                    rgba(13, 33, 64, 0.48) 100%
            );

    pointer-events: none;
}

html[data-theme="dark"] .sfera-office__photo::after,
body[data-theme="dark"] .sfera-office__photo::after,
html.dark .sfera-office__photo::after,
body.dark .sfera-office__photo::after,
body.dark-theme .sfera-office__photo::after,
body.theme-dark .sfera-office__photo::after,
body.dark-mode .sfera-office__photo::after,
[data-bs-theme="dark"] .sfera-office__photo::after {
    background:
            linear-gradient(
                    180deg,
                    rgba(6, 13, 24, 0.06) 30%,
                    rgba(6, 13, 24, 0.72) 100%
            );
}

.sfera-office__photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;

    object-fit: cover;
    object-position: center;
}

.sfera-office__photo-label {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 20px;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    min-height: 38px;
    padding: 9px 14px;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 9px 25px rgba(22, 43, 79, 0.16);
    backdrop-filter: blur(9px);

    color: #253a66;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;

    transition:
            color 0.25s ease,
            background-color 0.25s ease,
            border-color 0.25s ease;
}

html[data-theme="dark"] .sfera-office__photo-label,
body[data-theme="dark"] .sfera-office__photo-label,
html.dark .sfera-office__photo-label,
body.dark .sfera-office__photo-label,
body.dark-theme .sfera-office__photo-label,
body.theme-dark .sfera-office__photo-label,
body.dark-mode .sfera-office__photo-label,
[data-bs-theme="dark"] .sfera-office__photo-label {
    border-color: rgba(144, 176, 218, 0.18);
    background: rgba(24, 34, 51, 0.94);
    color: var(--so-title);
}

.sfera-office__point {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;

    border-radius: 50%;
    background: var(--so-primary);
    box-shadow: 0 0 0 4px rgba(35, 100, 196, 0.15);
}


.sfera-office__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px;
}

.sfera-office__content-heading {
    padding: 0 0 20px;
    border-bottom: 1px solid var(--so-border);

    transition: border-color 0.25s ease;
}

.sfera-office__eyebrow {
    display: block;
    margin: 0 0 6px;

    color: var(--so-primary);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sfera-office__city {
    margin: 0;

    color: var(--so-title);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.18;
    text-transform: uppercase;

    transition: color 0.25s ease;
}

.sfera-office__items {
    display: grid;
}

.sfera-office__item {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 13px;

    padding: 18px 0;
    border-bottom: 1px solid var(--so-border);

    transition: border-color 0.25s ease;
}

.sfera-office__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border: 1px solid transparent;
    border-radius: 8px;
    background: var(--so-primary-soft);
    color: var(--so-primary);

    transition:
            color 0.25s ease,
            background-color 0.25s ease,
            border-color 0.25s ease;
}

html[data-theme="dark"] .sfera-office__icon,
body[data-theme="dark"] .sfera-office__icon,
html.dark .sfera-office__icon,
body.dark .sfera-office__icon,
body.dark-theme .sfera-office__icon,
body.theme-dark .sfera-office__icon,
body.dark-mode .sfera-office__icon,
[data-bs-theme="dark"] .sfera-office__icon {
    border-color: rgba(114, 166, 238, 0.12);
}

.sfera-office__icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sfera-office__item-title {
    margin: 0 0 5px;

    color: var(--so-title);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-transform: uppercase;

    transition: color 0.25s ease;
}

.sfera-office__item-text {
    margin: 0;

    color: var(--so-text);
    font-size: 13px;
    line-height: 1.55;

    transition: color 0.25s ease;
}

.sfera-office__phone {
    color: var(--so-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;

    transition: color 0.2s ease;
}

.sfera-office__phone:hover {
    color: var(--so-primary-hover);
    text-decoration: underline;
}


.sfera-office__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: auto;
    padding-top: 24px;
}

.sfera-office__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 43px;
    padding: 12px 19px;

    border: 1px solid transparent;
    border-radius: 6px;

    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    cursor: pointer;

    transition:
            color 0.2s ease,
            background-color 0.2s ease,
            border-color 0.2s ease,
            transform 0.2s ease;
}

.sfera-office__button:hover {
    transform: translateY(-1px);
}

.sfera-office__button--primary {
    background: var(--so-primary);
    color: #ffffff;
}

.sfera-office__button--primary:hover {
    background: var(--so-primary-hover);
    color: #ffffff;
}

.sfera-office__button--secondary {
    border-color: var(--so-border);
    background: var(--so-card-secondary);
    color: var(--so-title);
}

.sfera-office__button--secondary:hover {
    border-color: var(--so-primary);
    background: var(--so-primary-soft);
    color: var(--so-primary);
}

.sfera-office__button svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.sfera-office__map {
    overflow: hidden;
    margin-top: 18px;

    border: 1px solid var(--so-border);
    border-radius: 14px;
    background: var(--so-card);
    box-shadow: var(--so-shadow);

    transition:
            background-color 0.25s ease,
            border-color 0.25s ease,
            box-shadow 0.25s ease;
}

.sfera-office__map-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 18px 20px;
    border-bottom: 1px solid var(--so-border);
    background: var(--so-card);

    transition:
            background-color 0.25s ease,
            border-color 0.25s ease;
}

.sfera-office__map-title {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0;

    color: var(--so-title);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;

    transition: color 0.25s ease;
}

.sfera-office__map-link {
    color: var(--so-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.sfera-office__map-link:hover {
    color: var(--so-primary-hover);
    text-decoration: underline;
}

.sfera-office__map-canvas {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: var(--so-card-secondary);
}

.sfera-office__map-canvas iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;

    filter: var(--so-map-filter);

    transition: filter 0.25s ease;
}

.sfera-office__map-canvas > div {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 920px) {
    .sfera-office {
        padding: 48px 0;
    }

    .sfera-office__card {
        grid-template-columns: 1fr;
    }

    .sfera-office__photo,
    .sfera-office__photo img {
        min-height: 390px;
    }

    .sfera-office__content {
        padding: 26px;
    }
}

@media (max-width: 600px) {
    .sfera-office {
        padding: 36px 0;
    }

    .sfera-office__container {
        width: calc(100% - 24px);
    }

    .sfera-office__heading {
        margin-bottom: 22px;
    }

    .sfera-office__badge {
        min-height: 25px;
        margin-bottom: 11px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .sfera-office__main-title {
        font-size: 27px;
        line-height: 1.12;
    }

    .sfera-office__intro {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.55;
    }

    .sfera-office__card,
    .sfera-office__map {
        border-radius: 10px;
    }

    .sfera-office__photo,
    .sfera-office__photo img {
        min-height: 250px;
    }

    .sfera-office__photo-label {
        left: 14px;
        bottom: 14px;

        min-height: 34px;
        padding: 8px 12px;

        font-size: 10px;
    }

    .sfera-office__content {
        padding: 20px 16px;
    }

    .sfera-office__content-heading {
        padding-bottom: 16px;
    }

    .sfera-office__city {
        font-size: 21px;
    }

    .sfera-office__item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 11px;
        padding: 15px 0;
    }

    .sfera-office__icon {
        width: 34px;
        height: 34px;
    }

    .sfera-office__item-text {
        font-size: 12px;
    }

    .sfera-office__phone {
        font-size: 13px;
    }

    .sfera-office__actions {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 18px;
    }

    .sfera-office__button {
        width: 100%;
        min-height: 45px;
    }

    .sfera-office__map-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 15px 16px;
    }

    .sfera-office__map-title {
        font-size: 12px;
    }

    .sfera-office__map-canvas {
        height: 320px;
    }
}

/* ======================================================
   КОНЕЦ ОФИСЫ В СТРАНИЦАХ ГОРОДОВ
   ====================================================== */

.seo-block ul {
    margin-left: 20px;
}

.seo-block ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22335d;
}

.seo-block ul li {
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
    font-style: normal;
    line-height: 130%;
}

.seo-block ol li {
    position: relative;
    margin-top: 20px;
    padding-left: 8px;
    font-style: normal;
    line-height: 130%;
}

@media screen and (max-width: 479px) {
    
    .search-select.disabled .search-select__title .mobile {
        color: rgba(68, 68, 68, .6);
    }

    .search-select .search-select__title .mobile {
        color: #22335d;
    }

}

.card__max:hover {
    border-color: #3289fc !important;
}
