/*Отступ для всей страницы вверху (для фикс меню)*/
.t-records {
    margin-top: 95px;
}
@media screen and (max-width: 980px) {
    .t-records {
        margin-top: 80px;
    }
}
/*Отступ для всей страницы вверху*/



/*плашка на стартах продаж на главной*/
.t-card__uptitle {
    background: #ff8562 !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
}

@media screen and (max-width: 1300px) {
.t923 .t-slds__container {
    width: calc(100% - 20px) !important;
}
}
/*плашка на стартах продаж на главной*/




.t967__button {
    font-size: 16px !important;
    padding-left: 10px !important;
      padding-right: 10px !important;
    margin-left: 30px !important;

}
.t967__additional-langs {
    padding-left: 0px;
}



/*Всплывающее окно в каталоге*/
    @media (min-width: 1700px) {
        .t-store .t-popup__container {
           max-width: 80% !important;
        }
        
        .t-store .t-popup__container .t-col_6 {
           max-width: 45% !important;
        }
        
        .t-store .t-popup__container .js-store-prod-text {
            font-size: 16px !important;
        }
        .t-descr_xxs {
            font-size: 16px !important;
        }
    }
/*Всплывающее окно в каталоге*/
    
