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

figure {
    margin: 0;
}

.dark-blue {
    color: #22335d;
}

.mt-12 {
    margin-top: 12px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-100 {
    margin-top: 100px;
}

.hide {
    display: none;
}

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

.select2-search--inline {
	position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    padding:15px;
}

.platform__logo img {
    height: 30px;
    margin: 5px auto;
}

.article__text img.w__auto {
    width: auto;
}

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

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

@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) {
    .review-card___video {
        height: 270px;
    }
    .feedback__img__stat img {
        display: none;
    }
}

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

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

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

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


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


/* configuration */

section.configuration {
    margin-top: 80px;
}

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

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

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

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

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

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

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

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

@media (max-width: 468px) {
    section.configuration div.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;
}

div.gnr-sets__section div.sets-table table.table tr td span.add_compare svg {
    width:24px;
    height: 24px;
    fill:#1c62c8;
}



.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) {
    .set {
        grid-template-columns: 100%;
        row-gap: 30px;
    }
}

.comparison__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.comparison__section.open .comparison__title svg {
    transform: rotateX(180deg);
}

.set .comparison__section {
    display: block;
}

.comparison__title span,
.comparison__year {
    font-size: 16px;
    color:#1c62c8;
}

.comparison__table {
    display: none;
    padding-top: 14px;
}

.comparison__row {
    display: flex;
}

.set .comparison__section.open .comparison__table {
    display: block;
}

.comparison__item .comparison__col {
    padding: 14px 0;
    border-top: 1px solid #ced7d9;
}

.set .comparison__row.comparison__item .comparison__col {
    width: 50%;
    min-width: 1px;
    padding-right: 50px;
}


/**
 * 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;
    }
}

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

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

.form-group a {
    color: #1c62c8;
}



.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,
.feedback__form .buttons {
    max-width: 100%;
    display: flex;
    gap:10px;
    padding-top:45px;
}

.feedback__form .buttons {
    width: 100%;
}

.hero .buttons .app-btn,
.promo .buttons .app-btn,
.simple-scheme .buttons .app-btn,
.feedback__form .form-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,
.feedback__form .app-btn.wa {
    flex-grow: 0;
    width:74px;
    padding:0;
    margin-left: 0;
    background: none;
}

.feedback__form .app-btn.wa {
    width:62px;
    height: 62px;
}

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

@media (max-width:767px) {
    .feedback__form .app-btn.wa {
        width: 52px;
        height: 52px;
    }
}



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

.hero .app-btn.wa svg,
.promo .app-btn.wa svg,
.simple-scheme .app-btn.wa svg,
.feedback__form .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,
    .feedback__form .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;
}

.h3 {
    font-family: Bebas;
    font-size: 26px;
    font-style: normal; font-weight:700;
    line-height: 1;
}

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

.seo-block ul {
    list-style: disc;
    padding-left: 40px; 
}

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

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

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

.popular-models {
    margin: 100px 0;
}

.popular-models__row {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.popular-models__row a {
    color: #12283f;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    transition: .3s linear;
}

.popular-models__row a:hover {
    color: #1c62c8;
}

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

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

/**
 * Универсальный | Преимущества New (отдельная, 4 колонки)
 */
 
.tocustomers.tocustomers-4col .tocustomers__item {
    width: calc((100% - 120px) / 4);
}

/**
 * Видео каналы
 */
.video-btns .yt-btn {
    marrgin-left: 0;
}
.video-btns .vk-btn {
    margin-left: auto;
}
.vk-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    width: 194px;
    height: 59px;
    background: #222222;
    font-family: Roboto,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    transition: .3s linear
}




