.t-store__card__mark {
    font-size: 13px;
    width: 80px;
    border-radius: 7px;
    opacity: .75
}


 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #566d90;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

@media (min-width:1px) and (max-width:980px) {
.t-store__card__mark {
        display: none;
}

.t-store__filter__item-controls-container {
    max-height: 285px;
}  
    
.t-descr_xxs {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #333;
} 

.t-product__option-variants_radio {
    width: 70px;
    height: 70px;
} 

  /* Скругление углов pop-up*/
  .t-popup__container{
        border-radius: 7px;
        border: 2px solid #004972;
        
    }
 /* Скругление верхних углов изображения в pop-up*/
    .t702__img{
        border-radius: 7px 7px 0px 0px;
    }
 /* Ширина поля ввода*/
    .t702 .t-input{
        width: 100% !important;
    }
 /* Центровка поля ввода*/
    .t702 .t-input-block{
        text-align: center;
}
 /* Ширина кнопки*/
    .t702 .t-submit{
        width: 70% !important;
}
    
.t-store__card__mark {
    font-size: 13px;
    width: 80px;
    border-radius: 7px;
    opacity: .75
}

.t951__sidebar .t-store__filter__item {
    margin-right: initial;
    margin-bottom: 18px;
}

.t-popup .t754__btn-wrapper {
        display: none;
    }