@media screen and (max-width: 640px) {
    .t-name_md {
        font-size: 22px!important;
    }
}
@media screen and (max-width: 1200px) {
    .t-name_md {
        font-size: 22px!important;
    }
}
@media screen and (max-width: 640px) {
    .t-name_xl {
        font-size: 18px!important;
    }
}
@media screen and (max-width: 640px) {
    .t-name_xl {
        font-size: 14px !important;
    }
}
style attribute {
    font-size: 18px;
    font-weight: 300;
}
.t-store__card__price .t-store__card__price-item .t-name .t-name_xs{
    font-size: 18px!important;
    font-weight: 300;
}

.t-store__prod-popup__name {
    font-weight: 600!important;
}