@media (max-width: 1200px)
{  
    .text{margin:0; width:auto; padding: 6px;}
    
    /* На мобильных изображения в одну колонку */
    .gallery {
        width: 100%;
    }
    
    .gallery .fimg {
        width: 100%;
    }
    
    .gallery .fimg img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: none !important;
    }
    .reltit {font-size:16px;}
    .brm {margin:0;}
    .mobile-menu{display:block;width:100%;}
    .floating1{display:none; }
    .page{  width:100%; padding:0;}
    .cat {border:0px;}
    .menu{display:none;}
    .mobile-menu{display:block;}
    nav{margin:0;background:none;}
    .menu li{display:block;margin:0;}
    .menu li a {background:#ffffff;color:#797979;border-top:1px solid #e0e0e0;border-left:3px solid #ffffff;}
    .menu li a:hover, .menu li:hover > a{background:#f0f0f0;color:#797979;border-left:3px solid #9CA3DA;}
    .menu ul {display:block;position:relative;top:0;left:0;width:98%;padding:1%;}
    .menu ul ul {left:0;}   
    .rightcol{    width:100%; }
    .leftcol{    width:100%; }
    
    /* Скрываем десктопное меню на мобильных */
    .main-navigation {
        display: none !important;
    }
    
    /* Показываем кнопку мобильного меню */
    .menugg {
        display: block !important;
    }
    
    /* Адаптация шапки для мобильных */
    .header-top {
        flex-direction: column;
        align-items: flex-start;
        padding: var(--spacing-md);
    }
    
    .logo {
        margin-bottom: var(--spacing-sm);
    }
    
    .header-search {
        width: 100%;
        max-width: 100%;
        margin: var(--spacing-sm) 0;
    }

}
@media (max-width: 800px)
{.cat img, .top {     display:none;  }

    .searchmain {width:100%}
    .short3
    {   width:100%;   }
    .ccatl2 {display:none; }
 
    
    .menu-popup li { width:100%;}
}
@media (max-width: 420px)
{
    .short3 {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        max-width: 100%;
    }
    .cat233 {width:auto;}
    .sc3t {
        height: auto;
        max-width: 100%;
    }
    .sc3t img {
        width: 100%; 
        height: auto;
    }
    .page {
        margin: 0 !important; 
        padding: 0 !important;
    } 
    .short2, .short3 {
        width: 100% !important;
        max-width: 100%;
    }
    .drekl {display:none;}
    h1 {font-size:1.5em;}

    .cat h2, .cat h3 {font-size:15px;}
    .cat p {font-size:12px;}
    .itemcatsmotrt {width:100%;}
    .menu-popup li { width:100%;}
    
    /* Галерея - одна колонка */
    .gallery {
        grid-template-columns: 1fr !important;
    }
    
    .gallery .fimg {
        max-width: 100% !important;
    }
    
    /* Блок "Другие фото" - одна колонка */
    .text .other-photos {
        grid-template-columns: 1fr !important;
    }
}