.t-store__card__img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    border-radius: 3px;

}

.t-store__card__textwrapper {
    padding-top: 10px;
}

.t-store__card__price-wrapper {
    margin-top: 5px;
}

/* Потоки новостей и блог */
.t-feed *,
.t-feed__item *,
.t-feed__content *,
.t-article *,
.t-article *::before,
.t-article *::after {
  font-family: 'Vela Sans', sans-serif !important;
}