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

#t-footer, #t-header {
     margin-top: 0px;
}
/*Отступ для всей страницы вверху*/

.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;
        }
    }
   /*Всплывающее окно в каталоге*/