:root {
    --accent-color: #121314;
    --accent-dark: #00CABF;
    --cards-border-radius: 12px;
    --cards-border-color: rgba(0, 0, 0, 0.1);
    --modelcard-col-gap: 48px;
    --modelcard-row-gap: 32px;
}

* {
    letter-spacing: -0.02rem;
}
.t886__btn {
    height: 28px;
    line-height: 1.3;
}

@media(max-width: 640px) {
    .t-heading_lg {
        font-size: 20px!important;
    }
    .t390__descr p {
            word-break: break-word;
    }
}
.t-input {
    line-height:4;
}

.t-store__card__price_old:after, .t-store__prod-popup__price_old:after, .t744__price_old:after {
    top: 44%;
}

.js-store-prod-btn2 .t-store__card__btn-text {
    color: #ffffff;
    position: relative;
  display: inline-block;
  line-height:1;

}
.js-store-prod-btn2 .t-store__card__btn-text::after {
  content: ' по спецпредложению';
  color: #00CABF;
}

.js-store-prod-btn2 .t-store__card__btn-text::before {
  content: 'Узнать стоимость';
}

.js-store-prod-btn2 .t-store__card__btn-text span{
  visibility: hidden; 
}
.js-store-prod-btn2:hover .t-store__card__btn-text::after {
  color: #000000; 
  transition: color 0.2s ease-in-out;
}

@media(max-width:960px) {
    .js-store-prod-btn2:hover .t-store__card__btn-text::after {
  color: #00CABF; 
}
}

.t450__menu__content {
    display:none;
}

#rec755569095 .t-container {
    max-width:97vw;
}

#rec755569095 .t1025 .t-store__grid-cont {
     max-width:100vw;
}

.t744 .js-product-single {
    max-width:97vw!important;
}

#nav633394158 {
    border-bottom: 1px solid #e5e5e5;
    backdrop-filter: blur(20px);
}

.uc-hide {
    display: none;
}

.hero-bullet-list li:not(:first-child) {
    margin-top: 12px;
}

.hero-bullet-list li::marker {
    color: var(--accent-color);
    font-size: 24px;
}

.button-accent {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: var(--accent-color);
    color: white !important;
    font-family: 'Haval', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    transition: background-color 200ms ease-out;
    box-sizing: border-box;
    text-transform: uppercase;
}

.button-accent:hover {
    background: var(--accent-dark);
    color: #000 !important;
}

.button-second {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--accent-color);
    color: black !important;
    font-family: 'Haval', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;

    box-sizing: border-box;
    text-transform: uppercase;
}

.button-second:hover {
    background: #00CABF;
    color: #000 !important;
    transition: background-color 200ms ease-out, color 200ms ease-out;
    border: 0px;
}

/*Карточка модельного ряда*/

.t744 .js-product-single {
    display: flex;
    gap: 32px;

    padding: 48px;
    max-width: 1366px;

    border-radius: var(--cards-border-radius);
    border: 1px solid var(--cards-border-color);
    background: #fff;
    background-image: url(https://static.tildacdn.com/tild6464-6632-4232-b865-613166366536/Frame_112.jpg);
    background-size: contain;
    background-repeat: no-repeat;

    box-sizing: border-box;
}

.t744 .js-product-single .t744__col_first {
    padding-right: var(--modelcard-col-gap);
    border-right: 1px solid var(--cards-border-color);
}

.t744 .js-product {
    transition: box-shadow 200ms ease-out;
}

.t744 .js-product:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.t744 .js-product-single::before,
.t744 .js-product-single::after {
    content: unset;
}

.t744 .js-product-single .t744__col {
    margin: 0 !important;
    border: none !important;
}

.t744 .js-product-single .t744__title-wrapper {
    margin-bottom: 12px;
}

/*.t744__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.t744__title::after {
    content: 'Авто в наличии';
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    padding-left: 24px;
    background-size: 16px 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.5C17 13.9183 13.4183 17.5 9 17.5C4.58172 17.5 1 13.9183 1 9.5C1 5.08172 4.58172 1.5 9 1.5C10.2552 1.5 11.4428 1.78906 12.5 2.30423M15.5 4.5L8.5 11.5L6.5 9.5' stroke='%234DA621' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
} */

.t744__title_small {
    display: none;
}

.t744__price {
    display: inline-flex;
    width: max-content;
    padding: 6px 8px;

    font-size: 14px;
    font-weight: 400;
    line-height: 1;

    border-radius: 4px;
    background: #00CABF;
}

.t744__price::before {
    content: 'от ';
    margin-right: 8px;
}

.t744__price_old {
    margin-left: 20px;

    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.t744 .t-product__option-variants_regular {
    display: none !important;
}

.t744 .t-product__option-title {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    padding: 0 !important;
}

.t744 .js-product-option {
    display: flex;
    align-items: center;
    gap: 8px;
    --bg-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4417 2.92495L12.9084 5.85828C13.1084 6.26662 13.6417 6.65828 14.0917 6.73328L16.75 7.17495C18.45 7.45828 18.85 8.69162 17.625 9.90828L15.5584 11.975C15.2084 12.325 15.0167 13 15.125 13.4833L15.7167 16.0416C16.1834 18.0666 15.1084 18.85 13.3167 17.7916L10.825 16.3166C10.375 16.05 9.63338 16.05 9.17505 16.3166L6.68338 17.7916C4.90005 18.85 3.81671 18.0583 4.28338 16.0416L4.87505 13.4833C4.98338 13 4.79171 12.325 4.44171 11.975L2.37505 9.90828C1.15838 8.69162 1.55005 7.45828 3.25005 7.17495L5.90838 6.73328C6.35005 6.65828 6.88338 6.26662 7.08338 5.85828L8.55005 2.92495C9.35005 1.33328 10.65 1.33328 11.4417 2.92495Z' stroke='%23D6141E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.t744 .js-product-option::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: var(--bg-image);
}

.t744 .js-product-controls-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    column-gap: 16px;
}

.t744 .js-product-edition-option {
    margin: 0 0 var(--modelcard-row-gap) 0 !important;
    grid-column: 1 / 3;
}

.t744 .t-product__option-variants {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 4px;
    margin: 12px 0 0 0 !important;
}

.t744 .t-product__option-item {
    padding: 0 !important;
    margin-bottom: 0 !important;
    max-width: 48px;
}

.t744 .t-product__option-checkmark_color {
    margin: 0 !important;
    width: 100% !important;
    height: 32px !important;
    border-radius: 8px !important;
    border: 2px solid #fff !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
    transition: box-shadow 200ms ease-out;
}

.t744 .t-product__option-item_active .t-product__option-checkmark_color {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.t744 .t-product__option-checkmark_color::before,
.t744 .t-product__option-checkmark_color::after {
    content: unset !important;
}

.t744 .t-product__option-title_radio {
    display: none;
}

.t744__descr {
    display: none;
}

.t744__btn-wrapper {
    display: flex;
    gap: 8px;
    margin: auto 0 0 0 !important;
}

.t744__btn-wrapper > * {
    width: 100%;
}

.t744__info {
    height: 100%;
}

.t744__textwrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.t744 .t-slds__container {
    border-radius: 8px;
}

.t744 .t-slds__thumbsbullet-wrapper {
    display: flex;
    height: 64px;
}

.t744 .t-slds__thumbsbullet,
.t744 .t-slds__thumbsbullet-border {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-height: 64px;
    border-radius: 8px;
}

.t744 .t-slds__thumbsbullet .t-slds__bgimg {
    padding: 0 !important;
    height: 100%;
}

.t744 .t-slds__thumbsbullet:nth-child(n+5) {
    display: none;
}

.t744 .t-slds__arrow-left {
    left: 4px;
}

.t744 .t-slds__arrow-right {
    right: 4px;
}

/*Карточки комплектаций*/

/*.t1025 .js-store-parts-switcher:nth-child(-n+2) {*/
/*    display: none;*/
/*}*/

.t-container {
    max-width: 1366px;
}

.t1025 .t-store__grid-cont {
    max-width: 1366px;
    margin-left:0px;
}

.t1025 .t-store__parts-switch-btn-all {
    display: none;
}

.t1025 .t-store__card {
    justify-content: space-evenly;
    margin-bottom: 16px;
    padding: 5px 48px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: var(--cards-border-radius);
}

.t1025 .t-store__card__contentwrapper {
    display: grid;
}

.t1025 .t-store__card__textwrapper {
    grid-column: 2;
    display:flex;
    align-items: center;
    min-width: 240px;
    gap: 98px;
    height:90px;
}

.t1025 .t-store__card__descr {
    margin-top:0px !important;
}

#rec755569095 .t-typography__title {
    width: 130px;
}

#rec755569095 .t-typography__descr {
    width: 250px;
}

.t1025 .t-store__card__price-buttons {
    width: unset !important;
    grid-column: 3 / 4;
    justify-content: right;
}

.t1025 .t-store__card__price-wrapper {
    flex-direction: column;
}

.t1025 .js-product-price::before {
    content: 'от ';
}

.t1025 .t-store__card__price_old {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.t1025 .t-store__parts-switch-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    margin-bottom: 24px;
    padding: 0 8px;
}

.t1025 .t-store__parts-switch-btn {
    width: 100%;
    padding: 8px 24px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.t1025 .t-store__parts-switch-btn.t-active {
    color: #000;
    opacity: 1;
    border-bottom: 2px solid var(--accent-color);
    font-weight: 600;
}

.t1025 .t-store__scroll-icon-wrapper {
    display: none;
}

.t1025 .t-store__filter__options_center {
    text-align: left;
}

.t1025 .t-store__filter__item-title {
    font-size: 14px;
}

.t1014__img {
    max-width: 75%;
    margin: 48px auto 0 auto;
    max-height: 200px;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .t744 .js-product-single {
        max-width: 940px;
        padding: 32px;
    }

    .t744__btn-wrapper,
    .js-product-controls-wrapper {
        margin-top: 16px !important;
    }
    
    .t1025 .t-store__card__textwrapper {
        min-width: unset;
    }
}
@media (max-width: 1190px) {
    .t744__btn-wrapper,
    .js-product-controls-wrapper {
        flex-direction:column;
    }
        .t1025 .t-store__card {
        flex-direction: column;
        padding: 20px !important;
        gap: 16px;
    }

    .t1025 .t-store__card__contentwrapper {
        width: 100%;
    }

    .t1025 .t-store__card__textwrapper {
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


@media (max-width: 960px) {
    :root {
        --modelcard-col-gap: 24px;
        --modelcard-row-gap: 24px;
    }

    .t744 .js-product-single {
        max-width: 620px;
        padding: 24px;
        flex-direction: column;
    }

    .t744__col {
        padding: 0;
    }

    .t744 .js-product-edition-option {
        margin: var(--modelcard-row-gap) 0 var(--modelcard-row-gap) 0 !important;
    }

    .t744__btn-wrapper {
        margin-top: var(--modelcard-row-gap) !important;
    }
}

@media (max-width: 768px) {
    .t1025 .t-store__card__contentwrapper {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .t744 .js-product-single {
        max-width: 460px;
    }
}

@media (max-width: 480px) {
    .t-store__card__btn {
        max-width:300px;
    }
    .t-store__card__btn-text {
        white-space: normal;
    }
    .t1025 .t-store__card__imgwrapper_column {
        margin-right:0;
    }
    .t744 .js-product-single {
        max-width: calc(100% - 32px);
        padding: 16px;
    }

    .t744__btn-wrapper {
        flex-direction: column;
    }

    .t744 .js-product-option {
        grid-column: 1/3;
    }

    .t744__title {
        font-size: 24px;
        gap: 12px
    }

    .t744 .t-product__option {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .t744 .js-product-single {
        background-size: 70%;
    }
    
    .t744 .t-slds__arrow_container  {
        display: none;
    }

    .t1025 .t-store__card__contentwrapper {
        gap: 24px;
    }

    .t1025 .t-store__card__textwrapper {
        grid-row: 1;
        width:100%;
        grid-column: unset;
        align-items: baseline;
        height: 60px;
    }

    .t1025 .t-store__card__price-wrapper {
        margin: 0 !important;
    }
    
    .t1025 .t-store__card__contentwrapper {
        gap: 12px;
    }

    .t1025 .t-store__card__price-buttons {
        grid-column: unset;
        grid-row: 2;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .t1025 .t-store__card__btns-wrapper {
        width: 100%;
        justify-content: right;
    }
    
    .t-popup__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .hero-bullet-list li::marker {
        color: var(--accent-color);
        font-size: 16px;
    }
}

@media (min-width: 641px) {
    .t-store__card__btns-wrapper {
        flex-direction: column;
        gap:8px;
    }
}

.t-btn_sm {
    font-size: 11px;
}

.t1025 .t-store__card__price-wrapper {
    display: none;
}

.btn-t {
    border-bottom: 1px solid #E5E5E5;

}

.btn-t:Hover {
    border-bottom: 2px solid #00CABF;
    transition: 100ms ease-out;
}

.t1025 .t-store__card__btn-first_wrapper {
        align-self: stretch;
        margin-right:0px !important;
    }
    
.t1025 .t-store__grid-cont {
    max-width: 1366px;
    margin-left: auto;
}

.t-store__sort-select-wrapper {
    display: none !important;
}

.t-store__filter {
    margin-left: 0px !important;
}    
    
.t228 .t-btn {
    font-size:11px;
}
.js-store-filter {
    display: none;
}

 
