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

.btn-border.active {
    background-color: #eee;
}

.btn-border.active:hover {
    background-color: var(--secondary);
}

.feedback__form .app-btn__tg svg {
    fill: #2aabee !important;
}

.feedback__form .app-btn__max svg {
    fill: #007aff !important;
}

.msgs__max:hover {
    border-color: #007aff;
}

.card__tg svg {
    fill: #2aabee !important;
}

.card__tg:hover {
    background: #2aabee !important;
    border-color: #2aabee !important;
}

.card__tg:hover svg {
    fill: white !important;
}

.menu__link.tg {
    border-color: #2aabee !important;
}

.menu__link.tg svg {
    fill: #2aabee !important;
}

.menu__link.max{
    border-color: #007aff !important;
}

.menu__link.max svg {
    fill: #0099ff !important;
}

.btn-holder {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center;
}

.footer__wrap {
    border-radius: 0;
}

.car-card--two {
    grid-template-columns: 1fr 646px;
    margin-bottom: 30px
}

.car-card--two .car-card__header {
    grid-area: 1/1/2/2;
    padding-left: 0
}

.car-card--two .car-card__left {
    grid-area: 1/2/5/3
}

.car-card--two .car-card__right {
    grid-area: 2/1/3/2
}

.car-card--two .car-card__footer {
    grid-area: 3/1/4/2;
    padding: 0
}

.car-card--two .specifs {
    grid-template-columns: 100%;
    margin-bottom: 50px;
    padding: 20px 0 0;
    background: 0 0
}

.car-card--two .btn {
    width: 410px;
    height: 75px;
    font-size: 18px
}

.car-card__price {
    margin: 0 0 20px;
    color: var(--primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

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

.specifs__item span {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%
}

.specifs__item span:first-child {
    flex: none;
    width: 140px;
    font-weight: 400
}

.specifs__item a {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%;
    text-decoration: underline;
}

.specifs__item a:hover {
    text-decoration: none;
}

.car-sets__section {
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: #fff;
    transition: .3s linear
}

.car-sets__section.open {
    border-color: var(--secondary)
}

.car-sets__section.open .car-sets__qnt {
    color: var(--secondary)
}

.car-sets__section.open .car-sets__icon {
    transform: rotateX(180deg)
}

.car-sets__section.open .car-sets__icon svg {
    fill: var(--secondary)
}

.car-sets__section.open .car-sets__list {
    display: block
}

.car-sets__section:last-child {
    margin-bottom: 0
}

.car-sets__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer
}

.car-sets__img {
    width: 132px;
    height: 82px;
    margin-right: 40px
}

.car-sets__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.car-sets__info {
    margin-right: 20px
}

.car-sets__info p {
    margin: 0;
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.car-sets__info p:nth-child(2) {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400
}

.car-sets__info p:nth-child(2) span {
    margin-right: 12px
}

.car-sets__qnt {
    flex: none;
    margin-left: auto;
    color: #798383;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    transition: .3s linear
}

.car-sets__icon {
    flex: none;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    transition: .3s linear
}

.car-sets__icon svg {
    width: 100%;
    height: 100%;
    fill: #798383;
    transition: .3s linear
}

.car-sets__list {
    display: none;
    padding-top: 30px
}

.car-sets__item {
    display: block;
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    transition: .3s linear
}

.car-sets__item.active {
    color: var(--secondary)
}

.car-sets__item:hover {
    background: #f8f7f7
}

.car-media__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

.car-media__nav {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px
}

.car-media__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    height: 48px;
    padding: 4px 24px;
    border-radius: 40px;
    border: 1px solid var(--border);
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s linear
}

.car-media__nav a.active,
.car-media__nav a:hover {
    border-color: var(--secondary);
    color: var(--secondary)
}

.car-media__colors {
    flex: none;
    display: flex;
    gap: 10px
}

.car-media__colors a {
    width: 30px;
    height: 30px;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid transparent;
    overflow: hidden;
    transition: .3s linear
}

.car-media__colors a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.car-media__colors a.active,
.car-media__colors a:hover {
    border-color: var(--secondary)
}

.car-media__carousel {
    margin: 0 -10px 24px
}

.car-media__carousel .slick-slide {
    padding: 0 10px
}

.car-media__bigimg {
    aspect-ratio: 1.9;
    border-radius: 50px;
    overflow: hidden
}

.car-media__bigimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.car-media__thumbs {
    margin: 0 -6px;
    padding-bottom: 80px
}

.car-media__thumbs .slick-slide {
    width: 227px;
    height: 160px;
    padding: 0 6px
}

.car-media__thumbs .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid #ced7d9;
    border-radius: 50%;
    background: 0 0;
    cursor: pointer;
    transition: .3s linear
}

.car-media__thumbs .slick-arrow:hover {
    border-color: var(--primary)
}

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

.car-media__thumbs .slick-arrow.prev {
    right: 90px
}

.car-media__thumbs .slick-arrow.next {
    right: 10px
}

.car-media__thumbs .slick-arrow.next svg {
    transform: rotate(180deg)
}

.car-media__img {
    border-radius: 20px;
    overflow: hidden
}

.car-media__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.car-media__panorama {
    height: 914px;
    border-radius: 20px
}


.car-gallery {
    border-radius: 50px;
    overflow: hidden;
    padding: 50px 40px;
    background: #fff
}

.car-gallery .item {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex !important;
    height: 385px;
    padding: 0 10px
}

.car-gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}

.car-gallery .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: 0 0;
    cursor: pointer;
    transition: .3s linear
}

.car-gallery .slick-arrow:hover {
    border-color: var(--font-dark)
}

.car-gallery .slick-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--font-dark)
}

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

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

.car-gallery .slick-arrow.next svg {
    transform: rotate(180deg)
}

.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, .5);
    transition: .3s linear
}

.car-gallery .slick-dots li.slick-active button {
    width: 54px
}

.dark .car-gallery .slick-arrow svg {
    stroke: #282f2f
}

.dark .car-gallery .slick-arrow:hover {
    border-color: #282f2f
}

.car-media__panorama {
    height: 914px;
    border-radius: 20px
}

@media screen and (max-width:1739px) {
    .box__wrap--first {
        padding: 40px 0;
    }

    .first-left {
        padding-left: 0;
    }
    .car-card--two {
        grid-template-columns: repeat(2, calc(50% - 10px))
    }

    .car-gallery {
        padding: 40px 30px
    }

    .car-gallery .item {
        height: 295px
    }

    .car-gallery .slick-arrow {
        width: 50px;
        height: 50px
    }

    .car-gallery .slick-dots {
        bottom: 20px
    }
    .car-media__panorama {
        height: auto;
        aspect-ratio: 1.87
    }
}

@media screen and (max-width:1199px) {
    .car-sets__qnt span {
        display: none
    }
    .car-gallery .item {
        height: 244px
    }
}

@media screen and (max-width:1023px) {
    .car-card--two {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        margin-bottom: 80px
    }

    .car-card--two .car-card__left {
        grid-area: 3/1/4/2
    }

    .car-card--two .car-card__footer {
        grid-area: 4/1/5/2
    }

    .car-sets__img {
        display: none
    }

    .car-media__nav {
        margin-left: calc(((100vw - 760px)/ 2 + 55px) * -1);
        margin-right: calc(((100vw - 760px)/ 2 + 55px) * -1);
        padding-left: calc((100vw - 760px)/ 2 + 55px);
        padding-right: calc((100vw - 760px)/ 2 + 55px)
    }

    .car-media__bigimg {
        border-radius: 30px
    }

    .car-media__thumbs {
        padding-bottom: 60px
    }

    .car-media__thumbs .slick-list {
        overflow: visible
    }

    .car-media__thumbs .slick-slide {
        width: 127px;
        height: 84px
    }

    .car-media__img {
        border-radius: 15px
    }


    .car-gallery {
        padding: 20px 10px 40px;
        border-radius: 30px
    }

    .car-gallery .item {
        height: auto;
        aspect-ratio: 2
    }

    .car-gallery .item img {
        border-radius: 15px
    }

    .car-gallery .slick-dots {
        bottom: 14px
    }

    .car-gallery .slick-dots li button {
        width: 6px;
        height: 6px
    }

}


@media screen and (max-width:767px) {
    .car-gallery .slick-arrow.prev {
        left: 0
    }

    .car-gallery .slick-arrow.next {
        right: 0
    }
}

@media screen and (max-width:575px) {
    .car-card--two .specifs {
        padding-top: 0;
        margin-bottom: 20px
    }

    .car-card--two .btn {
        width: 100%;
        height: 58px;
        font-size: 12px
    }

    .car-card__price {
        font-size: 20px
    }

    .specifs__item {
        gap: 16px
    }

    .specifs__item span {
        font-size: 12px
    }

    .specifs__item span:first-child {
        width: 100px
    }
}


@media screen and (max-width:480px) {
    .car-gallery,
    .car-gallery .item img,
    .car-other__item,
    .card-moto,
    .card-moto__img {
        border-radius: 10px
    }
}



/*  DEV */
.car-media__colors span{
    cursor: pointer;
}

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

.form-group__double .select2 {
    width: 50%;
    padding-left: 30px;
    background-color: #fff;
}

.form-group__double .select2.select2-container:first-of-type {
    border-right: 1px solid var(--border);
}

.form-group__double .select2-container--default .select2-selection--single {
    border: none;
}

.cont-images-auto {
    border-radius: 50px;
    overflow: hidden;
    padding: 50px 40px;
    background: #fff;
}

.d-none {
    display: none;
}


.china-top-flex {
    display: flex;
    justify-content: space-between;
}

.china-top-flex .menu__link--btn {
    display: inline;
    height: 50px;
}

@media screen and (max-width:1739px) {
    .china-top-flex .menu__link--btn {
        height: 36px;
    }
}

@media screen and (max-width:1023px) {
    .china-top-flex {
        display: block;
    }
}

.carrd-offer-button button {
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px;
}


.filter .link-btn {
    grid-column-start: -3;
    grid-column-end: -2;
    align-items: center;
    justify-content: center;
}

div.footer__wrap .oferta_info {
    color: rgba(230, 230, 230, .5);
    font-size:12px;
    padding:16px 0;
}

.deposit {

}
.deposit .form-group {
    margin-bottom: 20px;
}
.deposit__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.deposit__list a {
    display: flex;
    padding: 10px;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--font-dark);
    background: #fff;
    border: 1px solid var(--border);
    transition: .3s linear;
}
.deposit__list a.active, .deposit__list a:hover {
    background: #0b2f63;
    color: #ffffff;
}
.deposit .btn {
    margin: 0 auto;
    font-size: 18px;
    cursor: pointer;
}

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

.filter-links {
    display: contents;
}

.filter-links a {
    justify-content: center;
}

.contacts__item {
    cursor: pointer;
}

.ws-chat-mobile .ws-chat-btn-el-container {
    bottom: 20% !important;
}

@media screen and (max-width:575px) {
    .filter-menu__checkbox {
        position: relative;
    }
    .car-media__nav {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.modal__inner {
    padding: 50px;
}

.modal__inner .form-checkbox {
    justify-content: start;
    margin-bottom: 15px;
}

.card__wa {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 33px;
    height: 33px;
    border: 1px solid rgba(134, 134, 134, .2);
    transition: .3s linear;
}

.card__wa svg {
    width: 18px;
    height: 18px;
    fill: #1bae3d;
    transition: .3s linear;
}

.card__wa:hover {
    background: #1bae3d;
    border-color: #1bae3d
}

.card__wa:hover svg {
    fill: #fff
}

@media screen and (max-width: 1739px) {
    .card-row__price-toggle > span {height: 33px;}
}

@media screen and (max-width: 1199px) {
    .card-row__price-toggle > span {height: 33px;}
}


.menu__link.wa {
    padding:0 8px;
    height:37px;
    border:1px solid #3dbf00;
}

.menu__link.wa svg.whatsapp {
    width:20px;
    height:20px;
    border:0;
    fill:#3dbf00;
}

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




.first-left .msgs a.msgs__wa {
    height:64px;
    width:64px;
    border:0;
    background:var(--secondary);
}

.request__desc .msgs a.msgs__wa {
    height:72px;
    width:72px;
    border:0;
    background:var(--secondary);
}

.request__desc .msgs a.msgs__wa svg {
    width:36px;
    height:36px;
}

.first-left .msgs a.msgs__wa:hover,
.request__desc .msgs a.msgs__wa:hover {
    border:0;
    background:#fff;
}

.first-left .btn {
    height:64px;
}

@media screen and (max-width: 1739px) {
    .request__desc .msgs a.msgs__wa {
        height:62px;
        width:62px;
    }
}

@media screen and (max-width: 1199px) {
    .first-left .msgs a.msgs__wa {
        height:60px;
        width:60px;
    }
        
    .request__desc .msgs a.msgs__wa {
        height:59px;
        width:59px;
    }
}

@media screen and (max-width: 1023px) {
    .first-left .msgs a.msgs__wa {
        height: 50px;
        width: 50px;
    }
    .first-left .btn {
        height: 50px;
    }
}

@media screen and (max-width: 575px) {
    .request__desc .msgs a.msgs__wa {
        height:45px;
        width:45px;
    }
    .request__desc .msgs a.msgs__wa svg {
          width:24px;
          height:24px;
      }
}



.first-left .msgs a.msgs__wa svg {
    width:36px;
    height:36px;
}



.carrd-offer-button {
    display:flex;
    gap:10px;
    margin-top:15px;
    grid-area: 2 / 1 / 3 / 3;
}

.carrd-offer-button button {
    margin-top:0;
}

.carrd-offer-button span.msgs__wa {
    height:30px;
    width:30px;
}

.card-stock__desc {
    row-gap: 20px;
}

@media screen and (max-width: 1739px) {
    .card-stock__desc {
        row-gap: 10px;
    }
}

.card-stock__info {
    grid-area: 3 / 1 / 3 / 3;
}

.s-request {
    padding: 84px 70px 84px 70px;
}

.s-request__footer a.msgs__wa {
    width:70px;
    height:70px;
}

.s-request__footer a.msgs__wa svg {
    width:36px;
    height:36px;
}

@media screen and (max-width: 1739px) {
    .s-request {
        padding: 50px 40px;
    }
    .s-request__btn,
    .s-request__full-btn {
        width:180px;
    }
    .s-request__footer a.msgs__wa {
        width:58px;
        height:58px;
    }
}

@media screen and (max-width: 1199px) {
    .s-request {
        padding: 43px 30px;
    }
    
    .s-request__btn,
    .s-request__full-btn {
        width:240px;
    }
    
    .s-request__footer {
        display:flex;
        flex-direction:initial;
        max-width: 250px;
    }
    
    .s-request__footer a.msgs__wa {
        width:55px;
        height:55px;
    }
}

@media screen and (max-width: 575px) {
    .s-request__footer a.msgs__wa {
        width:45px;
        height:45px;
    }
    .request .msgs {
        gap: 5px;
    }
    .request .btn {
        width: 150px;
    }
    .gallery__carousel img {
        object-fit: contain;
        height: auto;
    }
}



.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 {
    margin-bottom: 0 !important;
    max-width: 100% !important;
}


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

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



/* Feedback form  */


.feedback {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 90px 0;
    background: #dee8ff;
}

.feedback__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.feedback__left {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px));
    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
}

@media screen and (max-width: 991px) {
    .feedback__left {
        width: calc(((100% - ((12 - 1) * 30px)) / 12 * 10) + ((10 - 1) * 30px));
    }
}

.feedback__right {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 5) + ((5 - 1) * 30px));
    margin-left: calc(((100% - ((12 - 1) * 30px))/ 12 * 1) + (1 * 30px))
}

@media screen and (max-width: 1749px) {
    .feedback__right {
        width: calc(((100% - ((12 - 1) * 30px)) / 12 * 6) + ((6 - 1) * 30px));
        margin-left: calc(((100% - ((12 - 1) * 30px)) / 12 * 0) + (0 * 30px));
    }
}

.feedback__img {
    height: auto;
    border-radius: 4px;
    overflow: hidden
}

.feedback__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feedback .section-title {
    padding-right: 50px
}

@media screen and (max-width: 1199px) {
    .feedback__right {
        display: none;
    }
}

@media screen and (max-width: 1365px) {
    .feedback .section-title {
        padding: 0;
        margin:0 0 32px 0;
    }
}

.feedback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.feedback__form .form-group:first-child,
.feedback__form .form-group:nth-child(2) {
    width: calc((100% - 15px) / 2)
}

.feedback .msgs {
    margin-top: auto
}

.feedback .wa-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-top: 40px
}

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

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

.feedback__form .app-btn.wa svg {
    width: 48px;
    height: 48px;
    fill: none
}

@media (min-width: 1366px) {
    .feedback__form .app-btn.wa svg {
        width:56px;
        height: 56px
    }
}

.feedback__form .buttons {
    width: 100%;
}

.feedback__form .buttons {
    max-width: 100%;
    display: flex;
    gap: 10px;
    padding-top: 45px;
}

.feedback__form .form-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: 320px;
    height: 62px;
    border: none;
    border-radius: 4px;
    background: #1c62c8;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}


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

.feedback__form .app-btn.wa {
    flex-grow: 0;
    width: 74px;
    padding: 0;
    margin-left: 0;
    background: none;
}

.feedback .msgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

@media (max-width:575px) {
    .feedback__form .buttons {
        gap: 5px;
    }
    .feedback__form .app-btn.wa {
        width: 30px;
    }
    .feedback__form .form-btn {
        margin-top: 0;
        padding: 0 25px;
        width: 255px;
        flex-grow: 1;
    }
    .feedback .msgs {
        display: none;
    }
}

.feedback .msgs svg {
    width: 32px;
    height: 32px;
}

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


.feedback .msgs__wa {
    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
}

.feedback .msgs__wa svg {
    width: 24px;
    height: 24px;
    fill: #1bae3d;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.feedback .msgs__wa:hover {
    background: #1bae3d;
    border-color: #1bae3d
}

.feedback .msgs__wa:hover svg {
    fill: #fff
}

.feedback .msgs__tg {
    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
}

.feedback .msgs__tg svg {
    width: 32px;
    height: 32px;
    fill: #2aabee;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.feedback .msgs__tg:hover {
    background: #2aabee;
    border-color: #2aabee
}

.feedback .msgs__tg:hover svg {
    fill: #fff
}

.feedback .msgs__yt {
    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
}

.feedback .msgs__yt svg {
    width: 34px;
    height: 34px;
    fill: #bd0505;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.feedback .msgs__yt:hover {
    background: #bd0505;
    border-color: #bd0505
}

.feedback .msgs__yt:hover svg {
    fill: #fff
}

body.dark .feedback .msgs__wa {
    background: #1bae3d;
    border-color: #1bae3d
}

body.dark .feedback .msgs__wa svg {
    fill: #fff
}

body.dark .feedback .msgs__wa:hover {
    background-color: transparent
}

body.dark .feedback .msgs__wa:hover svg {
    fill: #1bae3d
}

body.dark .feedback .msgs__yt {
    background: #bd0505;
    border-color: #bd0505
}

body.dark .feedback .msgs__yt svg {
    fill: #fff
}

body.dark .feedback .msgs__yt:hover {
    background-color: transparent
}

body.dark .feedback .msgs__yt:hover svg {
    fill: #bd0505
}

body.dark .feedback .msgs__tg {
    background: #2aabee;
    border-color: #2aabee
}

body.dark .feedback .msgs__tg svg {
    fill: #fff
}

body.dark .feedback .msgs__tg:hover {
    background-color: transparent
}

body.dark .feedback .msgs__tg:hover svg {
    fill: #2aabee
}

.msgs .msgs__max svg {
    fill: #007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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




@media screen and (max-width: 575px) {
    .feedback .msgs__vk {
        background:#07F;
        border-color: #07F
    }

    .feedback .msgs__vk svg {
        fill: #fff
    }

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

    .feedback .msgs__vkV svg {
        fill: #fff
    }

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

    .feedback .msgs__ru svg {
        fill: #fff
    }
}

.app-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;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 190px;
    height: 50px;
    margin-left: 25px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 4px;
    background: #1c62c8;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

@media screen and (max-width: 1749px) {
    .app-btn {
        width: 160px;
        height: 42px;
        margin-left: 20px;
        font-size: 16px;
    }
}

body.dark .feedback {
    background: #1c3147
}


.footerbar .t-social {
    gap:10px;
}



/* 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.box_size {
    width:368px;
}

.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.box_size {
        width:250px;
    }

    .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.box_size {
        width:150px;
    }

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

@media screen and (max-width: 1023px) {
    .card-row-gallery.box_size {
        width:173px;
    }
}

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

@media screen and (max-width: 767px) {
    .card-row-gallery.box_size {
        width:225px;
    }

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

@media screen and (max-width: 575px) {
    .card-row-gallery.box_size {
        width:100%;
    }
    .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;
}

.qr_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 36px 0 0 0;
    padding-right: 40px;
    justify-content: end;
}
.product-info__text {
    margin: 0;
    color: #626e8c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.qr_box img {
    max-width: 160px;
}
@media screen and (max-width: 575px) {
    .qr_box {padding-right: 0px;}
    .product-info__text {
        font-size: 14px;
        text-align: center;
    }
}



.hits-in-main .card {
    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)
}

.hits-in-main .card__img {
    display: block;
    padding: 12px
}

.hits-in-main .card__img img {
    width: 100%;
    height: 265px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

.hits-in-main .card__title {
    display: block;
    margin: 18px 12px 0;
    color: #22335d;
    text-align: center;
    /*font-family: Bebas;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    min-height: 50px;
}

.hits-in-main .card__year {
    margin: 0 0 auto;
    color: rgba(34,51,93,.7);
    text-align: center;
    font-size: 16px;
    line-height: 130%
}

.hits-in-main .card__info {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 20px
}

.hits-in-main .card__info span {
    color: #a7a8aa;
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    border-right: 1px solid #a7a8aa
}

.hits-in-main .card__info span:last-child {
    border-right: 0
}

.hits-in-main .card__footer {
    margin-top: 30px;
    padding: 30px 12px;
    border-radius: 4px;
    background: #dee8ff
}

.hits-in-main .card__price {
    display: block;
    margin: 0;
    color: #22335d;
    text-align: center;
    /*font-family: Bebas;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.hits-in-main .card__price span {
    margin-left: 4px;
    //font-family:'Roboto';
    font-weight: 600
}

.hits-in-main .card__cat {
    margin: 0;
    color: #626e8c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}

.hits-in-main .card__bottom {
    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;
    gap: 15px;
    margin-top: 30px
}

.hits-in-main .card__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: 250px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #1c62c8;
    color: #1c62c8;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.hits-in-main .card__btn:hover {
    background: #1c62c8;
    color: #fff
}

.hits-in-main .card__wa {
    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;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    border: 1px solid rgba(134,134,134,.2);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
}

.hits-in-main .card__wa svg {
    width: 24px;
    height: 24px;
    fill: #1bae3d;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.hits-in-main .card__wa:hover {
    background: #1bae3d;
    border-color: #1bae3d
}

.hits-in-main .card__wa:hover svg {
    fill: #fff
}

.hits-in-main .card__type {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    top: 12px;
    left: 12px;
    padding: 20px 0;
    width: 60px;
    height: 265px;
    border-radius: 4px
}

.hits-in-main .card__type svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.hits-in-main .card__type span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    color: #fff;
    /*font-family: Bebas;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.hits-in-main .card--hybrid .card__type {
    background: rgba(45,101,183,.7)
}

.hits-in-main .card--ecar .card__type {
    background: rgba(46,166,65,.7)
}

.hits-in-main .card--turbo .card__type {
    background: rgba(191,194,42,.7)
}

.hits-in-main .card__label {
    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;
    gap: 4px;
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 12px;
    border-radius: 4px;
    padding: 10px
}

.hits-in-main .card__label svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.hits-in-main .card__label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #fff
}

.hits-in-main .card__label--hit {
    background: #ed1c24
}

.hits-in-main .card__label--hit svg {
    fill: none;
    stroke: #fff
}

.hits-in-main .card__label--new {
    background: #2ea641
}

.select2-container--default .select2-dropdown {
    z-index: 99 !important;
}

.box__title {
    display: block;
    font-size: 1.5em;
    margin: 20px 0;
    font-weight: 700;
}



a.sets-catalog__link.priority span {
    font-weight: 700;
}

a.sets-catalog__link.hidden {
    display:none;
}

a.sets-catalog__link.show_more {
    justify-content: center;
}

a.sets-catalog__link.show_more span {
    display: block;
    text-align: center;
    color: #1d3671;
    cursor: pointer;
}




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

.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: 48px 0;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.visible-text p:first-child {
    margin-top: 0;
    padding- top: 0;
}

.image-text__holder {
    display: flex;
    gap: 20px;
}

.image-text__holder.image-top {
    flex-direction: column-reverse;
}

.image-text__holder.image-left {
    flex-direction: row-reverse;
}

.image-text__holder.image-right .image-holder,
.image-text__holder.image-left .image-holder {
    width: 30%;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .sub-text {margin-top: 80px;}
}
@media (max-width: 768px) {
    .image-text__holder.image-right .image-holder,
    .image-text__holder.image-left .image-holder {
        width: 30%;
    }
}

.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;
    width: 100%
}

.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% var(--secondary);
    background-size: 24px 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: .8;
    transition: 1s;
    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: .5s
}

.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;
    overflow: hidden;
    max-height: 310px;
    height: 310px;
}

@media (min-width: 1200px) and (max-width:1739px) {
    .review-card___video,
    .review-card___video.youtube {
        height:208px;
        max-height:208px;
    }
}

@media (min-width: 1025px) and (max-width:1199px) {
    .review-card___video,
    .review-card___video.youtube {
        height:174px;
        max-height:174px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .review-card___video {
        height: 200px;
        max-height:200px
    }
}

@media (max-width: 767px) {
    .review-card___video {
        height: 168px;
        max-height:168px
    }
}


.hits__link.bold, .hits__link:first-child {
    font-weight: 600;
}

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

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

.car-card__links > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 12px 26px;
    color: var(--font-dark);
    background: #fff;
    transition: all .25s linear;
}

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




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


/*
.testimonials {
    margin-top: 100px
}
*/

.testimonials__wrap {
    padding-bottom: 50px;
    border-radius: 10px;
    background: #fff
}

.testimonials__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: 40px;
    margin-top: 40px
}

.testimonials__item {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(134,134,134,.2)
}

.testimonials__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.testimonials__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: 370px;
    height: 54px;
    margin-top: 40px;
    border-radius: 4px;
    border: 1px solid #1c62c8;
    color: #1c62c8;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.testimonials__btn:hover {
    background: #1c62c8;
    color: #fff
}

body.dark .testimonials__wrap {
    background: #1c3147
}

body.dark .testimonials__btn {
    border: 1px solid #264362;
    background: #284666;
    color: #fff
}

body.dark .testimonials__btn:hover {
    background: #1c62c8
}


.car-review {
    display: grid;
    grid-template-columns: 1fr 660px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.car-review__left {
    padding-right: 60px;
    border-right: 1px solid rgba(134,134,134,.2)
}

.car-review__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-top: 10px
}

.car-review__toggle span {
    color: #1c62c8;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.car-review__toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #1c62c8;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.car-review__toggle:hover span {
    color: #3c85f1
}

.car-review__toggle:hover svg {
    stroke: #3c85f1
}

.car-review__toggle.open svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.car-review__text {
    max-height: 156px;
    overflow: hidden;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.car-review__text.open {
    max-height: 1000px
}

.car-review__text p {
    margin: 0;
    /*color: #22335d;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.car-review__right {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 32px
}

.car-review__img {
    height: 180px
}

.car-review__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*border-radius: 10px*/
}

.car-review__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.car-review__name img {
    width: 26px;
    height: 26px
}

.car-review__date {
    margin: 8px 0 0;
    color: #626e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.car-review__car {
    margin: 24px 0 0;
    /*color: #22335d;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.car-review__info {
    margin: 8px 0 0;
    /*color: #626e8c;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

body.dark .car-review__text p {
    color: #d2d9eb
}

body.dark .car-review__toggle span {
    color: #fff
}

body.dark .car-review__toggle svg {
    stroke: #fff
}

body.dark .car-review__car,body.dark .car-review__name {
    color: #fff
}

body.dark .car-review__date,body.dark .car-review__info {
    color: #d2d9eb
}

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

.car-brands__link.hide {
    display: none;
}

.car-brands__link.show-more {
    border-bottom: 1px dashed var(--primary);
}

.car-brands__link.show-more:hover {
    border-bottom-color: transparent;
}

@media screen and (max-width: 1365px) {
    .car-review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap:40px
    }

    .car-review__left {
        padding-right: 0;
        border-right:none
    }
}
@media screen and (max-width: 767px) {

    .testimonials__list {
        gap: 30px;
        margin-top:30px
    }

    .testimonials__item {
        padding-bottom:30px
    }

    .testimonials__btn {
        height: 52px;
        margin-top: 30px;
        font-size:16px
    }
    
    .car-review__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap:16px
    }

    .car-review__img {
        width:240px
    }

    .card-stock__desc {
        height: auto;
    }
}

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

.links-holder a {
    padding: 12px 20px;
    border: 1px solid var(--border);
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray);
    background: #fff;
    transition: .3s linear;
}

.links-holder a:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.toggle-text {
    display: none;
}

.toggle-text__btn {
    width: fit-content;
    cursor: pointer;
}
.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;
}

.comparison__title {
    background: #fff;
    padding: 14px;
}

.comparison__table {
    padding-top: 0;
}

.comparison__item .comparison__col {
    padding-left: 14px;
}

.comparison__item .comparison__col:last-child {
    background: #fff;
}

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

.links__holder > a {
    color: #22335d;
}

.links__holder > a:hover {
    opacity: .8;
}

.comparison {
    margin: 0;
    padding: 0 60px 60px;
}

.comparison__section {
    margin-bottom: 15px;
}

.sets-table table td:last-child span {
    display: block;
    width: 20px;
    height: 20px;
    color: var(--secondary);
    cursor: pointer
}

.sets-table table td:last-child span svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--secondary);
    transition: .3s linear
}

.btn-link {
    font-size: 18px;
    @media (width <= 1739px) {
        font-size: 16px;
    }
    @media (width <= 1023px) {
        font-size: 14px;
    }
}

.hot-news {
    width: 100%;
    margin: -20px 0 30px;
    @media (width <= 768px) {
        margin-top: -5px;
    }
}
.hot-news__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    background: var(--secondary);
    padding: 15px 20px;
    color: #fff;
}
.hot-news__date {
    font-size: 14px;
    padding: 5px 12px;
    background: #fff;
    color: var(--secondary);
}
.hot-news__views {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.hot-news__views svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.accordion {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-top: 50px;
    row-gap: 15px;
    @media (width <= 575px) {
        margin-top: 30px;
    }
}

.accordion__col {
    width: calc(((100% - ((12 - 1) * 30px)) / 12 * 6) + ((6 - 1) * 30px));
    color: #22335d;
    @media (width: <= 991px) {
        width: 100%;
    }
}

.accordion__item {
    margin-top: 20px;
    padding: 35px;
    border: 1px solid rgba(134, 134, 134, .2);
    background: #dee8ff;
    transition: background .3s  linear;
    border-radius: 8px;
    @media (width <= 991px) {
        margin-top: 15px;
        padding: 25px 30px;
    }
    @media (width <= 991px) {
        margin-top: 10px;
        padding: 16px 10px;
    }
}

.accordion__item.open {
    background: #fff;
}

.accordion__item:first-child {
    margin-top: 0;
}

.accordion__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion__header span {
    width: calc(100% - 34px);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -.02em;
    color: #22335d;
    @media (width <= 575px) {
        font-size: 16px;
    }
}

.accordion__header svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #22335d;
    transition: .3s linear;
}

.accordion__text {
    display: none;
    padding-top: 10px;
    font-size: 16px;
}

.accordion__item.open .accordion__text {
    display: block;
}

.answer-block .section-title {
    text-transform: uppercase;
}

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

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

