/* SEO overrides - tomskbeer.ru */
/* Package 2: H3 to H1 page titles */
/* Created: 2026-07-19 */
.catalog_block.catalog_page .title h1.seo-h1,
.container > .title h1.seo-h1,
.news .title h1.seo-h1 {
    font-size: 56px;
}
@media (max-width: 1199px) {
    .catalog_block.catalog_page .title h1.seo-h1,
    .container > .title h1.seo-h1,
    .news .title h1.seo-h1 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .catalog_block.catalog_page .title h1.seo-h1,
    .container > .title h1.seo-h1,
    .news .title h1.seo-h1 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .catalog_block.catalog_page .title h1.seo-h1,
    .container > .title h1.seo-h1,
    .news .title h1.seo-h1 {
        font-size: 24px;
    }
}