    .t842__inner-col {
        border-radius:5px!important;
    }
    .t842__bgimg {
        border-radius:5px!important;
    }
    .t165__img {
        border-radius:5px!important;
    }
    .t728__wrapper {
       border-radius:5px!important; 
    }
    .t728__bgimg {
        border-radius:5px!important;
    }
    .t889__blocktext-wrapper {
        border-radius:5px!important;
    }
    .t889__blockimg-img {
        border-radius:5px!important;
    }
    
    .t604__imgwrapper .t-slds__bgimg {
    height: 75%;
    margin: auto;
    transition: height ease-in-out .3s !important;
}
.t604 .t-slds__item_active  .t604__imgwrapper .t-slds__bgimg{
     height: 100%;
}
    .t-store__pagination__item {
        opacity: 1!important;
    }
    
    .t-store__pagination__item_active {
        border: 2px solid!important;
        border-color:#ff8800!important;
    }
.t604  .t-slds__bgimg {
    background-position: center;
}

.t395__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;  /* center  центр - flex-start  слева -  flex-end справа  */
    
}
.t395__title {
    line-height: 0.8;
}
.t395__tab {
    box-shadow: inset 0 0 0 1px #cecece; /*Контур вкладки*/
    border-radius: 30px;
    margin-right: 15px; /*left - отступ слева*/
    margin-bottom: 18px;
    display: inline-block;
    width: fit-content;
}
.t395__tab_active {
    box-shadow: inset 0 0 0 0px #ffcf7b, 0 0 2px 0 #ffcf7b; /*Контур активной вкладки*/
}
.t-store__card__bgimg {
    top:0px!important;
}
@media screen and (max-width: 960px){
.t395__wrapper_mobile {display: none}
.t395__wrapper {
    justify-content: flex-start;  /* center  центр - flex-start  слева -  flex-end справа  */
}
.t395__title { 
    font-size: 13px !important;
     line-height: 0.5;
}
.t395__tab {
    margin-right: 5px;
    margin-left: 5px; /*left - отступ слева*/
    margin-bottom: 15px;
}
}
