.t-store__card__bgimg, .t-store__card__bgimg_second, .t-store__card__img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .1s linear;
    z-index: 2;
    border: 4px solid #F7F7F7;
    border-radius: 20px;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.t-col_3 {
    max-width: 280px;
}

@media screen and (max-width: 640px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    .t-col_3 {
    max-width: 320px;
    }
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 32px !important;
    }
}