/*.glasmorphizm {*/

/*backdrop-filter: blur( 6px );*/
/*border-radius: 25px;*/
/*filter: drop-shadow(2px 4px 4px rgba(0,0,0,0.7))*/


/*}*/

/*.t778__col .t778__wrapper {*/
/*backdrop-filter: blur( 6px ); */
/*background-color: rgba(255,255,255,0.2);*/
/*border-radius: 25px;*/
/*shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*}*/

/*Тень для текста*/
/*.textshadow {*/
/*  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*}*/

/*.t795__title {*/
/*  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*}*/

/*.t795__descr {*/
/*  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*}*/

/*.t-menu__link-item {*/
/*  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*}*/

/*.t228__right_descr {*/
/*  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*}*/

/*.t228__right_social_links_item {*/
/*  filter: drop-shadow(2px 4px 4px rgba(0,0,0,0.7))*/
/*}*/

/*.t228__imgwrapper {*/
/*  filter: drop-shadow(2px 4px 4px rgba(0,0,0,0.7))*/
/*}*/

/*.t-name {*/
/*  filter: drop-shadow(2px 4px 4px rgba(0,0,0,0.7))*/
/*}*/

/*.t-title {*/
/*  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*}*/

/*.t-descr {*/
/*  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);*/
/*  color: #fff;*/
/*}*/

    
@media screen and (min-width: 980px){
.t-store__relevants__container .t-container {
    max-width: 100vw !important;
    padding: 0px 20px !important;    /*Отступы по бокам экрана*/
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr) );  /*Минимальная ширина карточки*/
    gap: 0px 0px;  /*Отступ между карточками, первое значение – по оси Y, второе – по оси X*/
}

.t-store__relevants__container .t-container:before,
.t-store__relevants__container .t-container:after{
    display: none !important;
}

.t-store__relevants__container .t-col {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.js-product.t-store__card.t-col.t-col_3.t-align_center.js-product-relevant.t-item.t-animate.t-animate_started:nth-child(-n+2){
    margin: 5px !important;
    height: auto;
}

.t-store__relevants__container .t-slds__arrow-left {
        left: auto;
        right: 0%;
}
.t-store__relevants__container .t-slds__arrow-right {
        left: auto;
        left: 0%;
}
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #131313 !important;
    }
}


     .t-store .t-store__tabs {
    margin-top: 20px;
    margin-left: 0px;
}

.t-redactor__text a {
    background-color: black;
    padding: 20px 40px;
    font-family: 'Shatl';
    font-weight: 600;
}