/***********
CATALOG ST320N
***********/


/*do not show out of stock*/
.js-store-prod-sold-out {
    display: none;
}

@media screen and (max-width: 960px) {
    /*category tags wrapper*/
    .t-store__parts-switch-wrapper {
        text-align: left !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
        
    /*category tag*/
    .js-store-parts-switcher {
        border: 1px solid #333333;
        padding: 0.5rem 1rem;
        line-height: 1;
        margin: 0px !important;
        font-size: 12px;
    }
    
    /*category tag (active)*/
    .js-store-parts-switcher.t-active {
        border-color: #C6C6C6;
    }
    
    /*tag+filter*/
    .js-store-parts-select-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    /*tag+filter background*/
    .js-store-parts-select-container.t951__sidebar.t951__sidebar_sticky {
        padding: 0px !important;
    }
    
    /*product grid*/
    .t951__grid-cont.t951__container_mobile-grid {
        padding: 0px;
    }
}


/*КАРТОЧКИ ТОВАРА*/
/*кнопка избранного */
a.t1002__addBtn {
    height: 45px;
    width: 45px;
    border-radius: 0px !important;
    margin-left: 0px; 
}

a.t1002__addBtn:hover {
    border-radius: 0px !important;
}
@media screen and (max-width: 480px) {
    a.t1002__addBtn {
        height: 50px;
        width: 50px;
        margin-left: 4px; 
    }
}

/* вам может понравиться */
.t-store__relevants__title {
        font-size: 60px !important;
        color: #333333;
    }
@media screen and (max-width: 480px) {
    /* табы разделов*/
    .t-store__tabs__item-title {
        font-size: 16px;
    }

    /* вам может понравиться */
    .t-store__relevants__title {
        font-size: 20px !important;
    }

    /* скрываем скролл */
    .t-store__scroll-icon-wrapper {
        display: none !important;
    }
}

/*метки на карточках товара*/
.t-store__card__mark {
    /* font-size: 10px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 5px 4px 5px;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 4px;
}
/*положение метки на карточке товара*/
.t-store__card__mark-wrapper {
    top: 16px;
    left: 16px !important;
}
/*подложка в каталоге*/
@media screen and (mшт-width: 960px) {
    .js-store-parts-select-container.t951__sidebar.t951__sidebar_sticky {
        background-color: #F4F4F4 !important;
    }
}
/*отступ между карточками товара*/
.t-clear.t-store__grid-separator {
    margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
    .js-product.t-store__card {
        margin-bottom: 40px;
    }
}

/*оступ у открытой карточки товара*/
.t-store.t-store__prod-snippet__container {
    padding-top: 30px;
    padding-bottom: 0px;
}

/*MAIN HERO SLIDER CR30N*/
    .t734__descr a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        margin-top: 2rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #333333 !important;
        color: #333333 !important;
    }
    
    .t734__descr a:after {
        content: '';
        width: 1rem;
        height: 1rem;
        background-image: url(https://static.tildacdn.com/tild3933-3563-4665-b831-333435333833/arrow-black.svg);
        background-repeat: no-repeat;
        transition: all 0.3s ease;
    }
/*Слайд 100vh    */
@media screen and (min-width: 1200px) {
.t734 .t-cover__wrapper.t-valign_middle {
    height: 800px !important;
}

.t734 .t-cover__carrier {
    height: 800px !important;
}

.t734 .t-cover {
    height: 800px !important;
}

.t734 .t-slds__items-wrapper {
    height: 800px !important;
}
}
    
@media screen and (max-width: 960px) { 
    /*Текст снизу*/
    .t734 .t-cover__wrapper {
        /*vertical-align: bottom;*/
    }
    .t734__textwrapper {
        /*background-color: #ffffff2e;*/
        /*backdrop-filter: blur(5px);*/
        /*-webkit-backdrop-filter: blur(5px);*/
        /*padding: 24px !important;*/
        /*margin: 0 35px;*/
    }
    
    /*выравнивание*/
    .t734__textwrapper.t-align_left {
        text-align: center;
    }

    /*отступ у кнопки*/
    .t734__button {
        padding-top: 1.5rem;
    }
    /*кнопка*/
    .t734__button {
        font-size: 16px;
        line-height: 1;
    }
    
    .t734 a.t-btn.t-btn_md {
        height: 52px;
    }
    
    /*слайд во всю высоту*/
    .t734 .t-slds__items-wrapper {
        height: calc(100svh - 45px) !important;
    }
    
    .t734 .t-slds__item {
        height: inherit;
    }
    
    .t734__slds-wrapper.t-slds__wrapper {
        height: inherit;
    }
    
    .t734 .t-cover {
        height: 100svh !important;
    }
    
    .t734 .t-cover__carrier {
        background-size: cover;
        height: calc(100svh - 45px) !important;
    }
}
@media screen and (min-width: 961px) {
    .t734__textwrapper {
        display: flex;
        align-content: flex-start;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .t734__title {
        width: 33.3%;
        max-width: 360px;
    }
    
    .t734__descr {
        margin-top: 0;
        width: 25%;
        max-width: 260px;
    }
    
    .t734__descr a:hover:after {
        transform: rotate(-90deg);
    }
}

/*FORM CN501N*/
.t718 .t-input-block {
    margin-bottom: 0.5rem !important;
}

button.t-submit {
    height: auto;
    padding: 0.5rem 6.5rem;
}

@media screen and (max-width: 960px){ 
    .t718 .t718__contentwrapper {
        text-align: left;
    }
    button.t-submit {
        padding: 1rem 6.5rem;
    }

}

/*STYLE ZERO BLOCK*/
.link-block {
    border-bottom: 1px solid #c7c7c7;
}


/*Футер FT301*/
@media screen and (max-width: 480px){ 
.t344__col:nth-child(2) .t344__title {
    /*color:  red !important;*/
    /*display: none !important;*/
}
@media screen and (max-width: 480px){ 
    .t344 .t-container.t-align_left {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .t344__col {
        width: 50% !important;
    }
}

.t344__col:nth-child(1) .t344__descr li:last-child {
    margin-bottom: 10px;
}

.t344__col:first-child {
    margin-bottom: 0;
}
}
