// .t-store__card__descr {
//     display: none !important;
}
@media screen and (max-width: 479px) {
 .uc-banner-background {
    left: 0px !important;
    width: 100% !important;
 }
}
//@media screen and (min-width: 480px) {
//    .t-store__card__btn, .t-store__prod-popup__btn {
//        background-color: #198737 !important;
//        color: #ffffff !important;
//    }
//    .t-store__card__btns-wrapper {
//        margin-top: 0px !important;
//    }
//    .t-store__product-popup {
//        display: inline-block;
//        width: 49%;
//    }
//    .t-store__relevants__container {
//        display: inline-block;
//        width: 49%;
//        vertical-align: top;
    }
    /*.t-store__prod-popup__container {*/
        /*display: flex !important;*/
        /*justify-content: space-between;*/
    /*}*/
    /*.t-store__product-popup {*/
    /*    flex-direction: column;*/
    /*}*/
    .t-store__relevants__title-wrapper .t-store__relevants__title {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .t-store__relevants-grid-cont .js-product-relevant {
        width: calc(100% / 4 - 10px);
        height: 60%;
        display: flex;
        justify-content: center;
        margin: 0px;
    }
    .t-store__relevants-grid-cont .js-product-relevant  .js-store-prod-name {
        font-size: 14px;
    }
    /*.t-store__prod-popup__info {*/
    /*    text-align: center;*/
    /*}*/
    .t-store__relevants-grid-cont {
        display: flex;
        justify-content: space-around;
    }
}