

.t-popup__container.t-width.t-width_6.t-popup__container-animated {
    border-radius: 20px !important;
}

.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: 15px;
    margin-right: 15px; /*left - отступ слева*/
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline-block;
    width: fit-content;
}
.t395__tab_active {
    box-shadow:  0 0 0 1px #a2a2a2; /*Контур активной вкладки*/
}
@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: 14px !important;
     line-height: 0.5;
}
.t395__tab {
    margin-right: 10px; /*left - отступ слева*/
    margin-bottom: 10px;
}
}

.t396__elem.zoomon {
overflow: hidden;
border-radius:20px;
}

.zoomon .tn-atom {
transition: all 0.5s ease;
border-radius:20px;
}

.zoomon .tn-atom:hover {
transform: scale(1.1);
border-radius:20px;
}


.t778__scroll-icon-wrapper {
    display: none !important;
}

.tooltip-horizontal-scroll-icon_card {
      display: none !important;
}

.tooltip-horizontal-scroll-icon_hand {
      display: none !important;
}

.t897__scroll-icon-wrapper {
        display: none !important;
}

.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 15px;
    }
    
.t603__blockimg_16-9 {
    border-radius: 15px;
    }
    
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 15px;
    }
    
@media screen and (max-width: 960px) {
.t-feed__grid-col {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 30px;
}

   .t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 15px;
    }
    
    .t603__blockimg_16-9 {
    border-radius: 15px;
    }
    
    .t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 15px;
    }
    
    .t397__select { 
        border-radius:15px;
        height:60px;
    }
    
    .t397__firefoxfix {
    top: 6px !important;
    bottom: 6px !important;
    }
    
    .t943__btn-inner {
        font-size: 20px;
    }