.t-feed__post-popup__date.t-uptitle {
    letter-spacing: 1.5px;
    display: none;
}

@media screen and (max-width: 960px) {
    .t-feed__container_inrow1 .t-feed__post:first-child, .t-feed__container_inrow2 .t-feed__post:nth-child(-n+2), .t-feed__container_inrow3 .t-feed__post:nth-child(-n+3), .t-feed__container_inrow4 .t-feed__post:nth-child(-n+4) {
        margin-top: 60px !important;
        padding: 0px !important;
    }
}


.t-store__card__mark-wrapper {
    background-image: url(https://static.tildacdn.com/tild6261-3964-4433-b934-313736363630/like.svg);
    position: absolute;
    left: 10px;
    background-size: cover;
    top: 10px;
    z-index: 5;
}
.t-store__card__mark {
    background-color: #6495ed00 !important;
}


a.js-store-close-text.t-store__prod-popup__close-txt.t-descr.t-descr_xxs {
    color: #112620 !important;
}

.t-btn td {
    vertical-align: middle;
    font-family: 'Open Sans';
    font-weight: 400;
}

.t-popup .t-typography__title {
    font-weight: 400;
    font-family: 'RockWellMT';
    padding-top: 20px;
}

.t-popup .t-typography__descr {
    font-weight: 400;
    font-size: 14px !important;
    font-family: 'Open Sans';
}



.js-product .t-product__option-variants_custom .t-product__option-title {
    line-height: normal;
    padding-bottom: 0;
    font-size: 16px !important;
}

.t-store .t-product__option-title {
    padding-bottom: 3px;
    font-size: 16px !important;
}

.t-popup .t-store__prod-popup__price {
    font-weight: 400;
    font-size: 20px !important;
}


.t-feed__button-readmore .t-btn {
    margin-top: 25px;
    width: 100% !important;
}


.t-feed__col-grid__wrapper {
    justify-content: space-between !important;
}


.t395__tab{
    /* margin-right: 20px !important; */
    border-radius: 30px !important;
}


.t395__tab {
    position: static !important;
}

.t395__wrapper {
  gap: 10px !important;
}


.t-feed__post-popup__close-text {
    display: inline-block;
    font-family: 'Open Sans' !important;
}



.t-feed__post-popup__close-text {
    display: inline-block;
    font-family: 'Open Sans' !important;
    font-size: 20px !important;
    color: #112620 !important;
}


/*изменение размера заголовка в новостях*/
@media screen and (min-width: 640px) {
    .t-title_xxs { 
        font-size: 46px;
    }
}


@media screen and (min-width: 1200px) {
    .t-title_xxs {
        font-size: 60px;
    }
}

@media screen and (max-width: 640px) {
    .t-title_xxs {
        font-size: 36px;
    }
}