.t396__filter {
    z-index: 0 !important;
}

/********** ШАПКА **********/
.uc-header {
    position: fixed;
    width: 100%;
    z-index: 100;
}
 .uc-header a:hover,
 #t-footer a:hover {
     color: #000000 !important;
 }
 
 .tn-elem__8669937881739698908852 a:hover,
  #t-footer .tn-elem__8592060441738318994145 a:hover {
     color: #ffffff !important;
 }

.uc-cart {
    z-index: 200;
}

.hamb {
    opacity: 1 !important;
    z-index: 200 !important;
}
    .wrap-menu {
        width: 100% !important;
    }
    
    .show-wrap .hamb {
        opacity: 0 !important;
        z-index: 200 !important;
    }
    
    .show-wrap .hamb-close {
        opacity: 1 !important;
        z-index: 300 !important;
    }
    
    .show-wrap .hamb-close .tn-atom {
        opacity: 1 !important;
    }
    
    .show-wrap .wrap-menu {
        left: 0 !important;
        top: 64px !important;
    }
        .show-wrap .wrap-menu .tn-molecule {
            opacity: 1 !important;
        }
    
    .hide-wrap .hamb {
        opacity: 1 !important;
        z-index: 300 !important;
    }
    
    .hide-wrap .hamb-close {
        opacity: 0 !important;
        z-index: 200 !important;
    }
    
    .hide-wrap .hamb-close .tn-atom {
        opacity: 9 !important;
    }
    
    .hide-wrap .wrap-menu {
        border-top: 1px solid #D6D6D6;
        left: -10000 !important;
        top: 64px !important;
    }
        .hide-wrap .wrap-menu .tn-molecule {
            opacity: 0 !important;
        }





/********** КАТАЛОГ И ТОВАРЫ **********/
.t-store__card__bgimg,
.t-store__card__bgimg_second {
    background-size: contain;
}

.uc-catalog .t-store__card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.uc-catalog .t-store__card__btns-wrapper a {
    font-family: 'Inter Tight';
    font-size: 16px;
    height: 56px;
    width: 46%;
}

.uc-catalog .t-store__card__descr {
    margin-top: 0;
}

.uc-catalog .t-store__card .t-typography__descr {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.uc-catalog .t-store__card__price {
    font-family: 'Inter Tight';
    font-size: 20px;
    font-weight: 600 !important;
}

.uc-catalog .t776 .t-store__card__btns-wrapper {
    margin-top: 0;
    margin-bottom: 12px;
}

.t-popup .js-store-prod-name {
    font-size: 32px !important;
    font-weight: 600 !important;
}

.t-popup .js-store-prod-price {
    font-family: 'Inter Tight' !important;
    font-weight: 600 !important;
}

.t-popup .t-btn {
    background: #00C2B0 !important;
    color: #fff !important;
    font-family: 'Inter Tight' !important;
    font-size: 18px !important;
    height: 56px !important;
}





/********** БЛОГ **********/
.t-feed__post-label {
    border-radius: 600px;
}

.uc-blog .t-feed__post-popup__cover-wrapper {
    display: none;
}

.uc-blog .t-feed__post-popup__close-text,
.uc-blog .t-feed__post-popup__tag:last-child span {
    font-family: 'Inter Tight';
}










/********** АДАПТИВНОСТЬ **********/
@media (max-width: 1023px) {
    /* Частые вопросы */
    .t1119__header-title {
        font-size: 18px !important;
    }
    
    /* Каталог */
    .t-store__card__img {
        max-height: none !important;
        height: 240px !important;
        max-width: none !important;
    }
    
    .uc-catalog .t-store__card .t-typography__descr {
        font-size: 15px !important;
        line-height: 120% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .uc-catalog .t-store__card__price-wrapper {
        margin-bottom: 12px;
    }
    
    .t-store__grid-cont .t-col,
    .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
}