#rec514995802 .t951__cont-wrapper .t951__sidebar {
    display: none;
}

#rec515288491 .t951__cont-wrapper .t951__sidebar {
    display: none;
}

#rec515300419 .t951__cont-wrapper .t951__sidebar {
    display: none;
}


.t951__grid-cont, .t951 .js-store-grid-cont-preloader {
    width: calc(100%);
    max-width: calc(100%);
    flex-grow: 1;
}

#rec517836094 .t951__cont-wrapper .t951__sidebar {
    display: none;
}



.t-store__card__mark {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Gilroy';
    width: 74px;
    height: 28px;
    border-radius: 10px;
    background-color: #111;
}

.t-store__card__price-value {
    font-weight: 600;
    font-size: 20px;
}

.t657__text strong{
    text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 769px) {
    .t-store__card__mark-wrapper {
        position: absolute;
        right: 78%;
        top: 90%;
    }
    
    .t657__icon-close {
        display: block; 
    }
    .t-store__card__price {
        font-weight: 600;
        font-size: 20px;
        background-color: #deb178;
        border-radius: 10px;
        padding: 0px 20px 0px 20px;
        color: white;
        margin-right: 10px;
    }
    
    
    .t-store__card__bgimg, .t-store__card__bgimg_second {
        border-radius: 10px;
    }
}

@media (min-width: 960px) and (max-width: 1200px){
    .t951__grid-cont[data-col-gap='20'] {
        width: calc(100%);
        max-width: calc(100%);
    }
}
@media (min-width: 960px){
    .t-store__card__mark-wrapper {
        position: absolute;
        right: 88%;
        top: 97.2%;
    }
    
    .t-store__card__price {
        font-weight: 600;
        font-size: 20px;
        background-color: #deb178;
        border-radius: 10px;
        padding: 0px 20px 0px 20px;
        color: white;
        margin-right: 10px;
    }
    
    
    .t-store__card__bgimg, .t-store__card__bgimg_second {
        border-radius: 10px;
    }
}