/* МОБИЛЬНЫЕ СТИЛИ ДЛЯ SEO-ARTICLE.COM */
@media screen and (max-width: 768px) {
    
    /* ОСНОВНОЙ КОНТЕЙНЕР - ПОЛНАЯ ШИРИНА */
    table[width="770"] {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* ОСНОВНАЯ ТАБЛИЦА КОНТЕНТА */
    table[cellpadding="5"][bgcolor="#FFFFFF"] {
        width: 100% !important;
    }
    
    /* НАВИГАЦИЯ - ВЕРТИКАЛЬНАЯ */
    table[bgcolor="#5B5E2D"] td {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 8px 0 !important;
        border: none !important;
    }
    
    /* ШАПКА - АДАПТИВНАЯ */
    .style1 {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    
    h2.style1 {
        font-size: 20px !important;
        margin: 10px 0 !important;
    }
    
    /* КОНТЕНТ - УВЕЛИЧЕННЫЙ ШРИФТ */
    .bodytext10 {
        font-size: 16px !important; /* Mobile minimum */
        line-height: 1.6 !important;
        padding: 0 10px !important;
    }
    
    .style9 {
        font-size: 18px !important;
        font-weight: bold !important;
        margin: 20px 0 10px 0 !important;
    }
    
    /* ТАБЛИЦЫ - АДАПТИВНЫЕ */
    table[width="100%"] {
        width: 100% !important;
        font-size: 14px !important;
    }
    
    table td, table th {
        padding: 8px 4px !important;
        word-break: break-word !important;
    }
    
    /* СТОРОННИЕ БЛОКИ - СТЕКИНГ */
    tr[bgcolor="#5B5E2D"]:nth-child(2) td {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 10px 0 !important;
    }
    
    /* ИЗОБРАЖЕНИЯ - АДАПТИВНЫЕ */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    img[width="185"], img[width="163"] {
        width: 120px !important;
        height: auto !important;
    }
    
    /* НАВИГАЦИОННЫЕ ССЫЛКИ */
    .nav_link {
        font-size: 14px !important;
        display: block !important;
        margin: 5px 0 !important;
    }
    
    /* СПИСКИ - УЛУЧШЕННЫЕ */
    ul, ol {
        padding-left: 20px !important;
        margin: 15px 0 !important;
    }
    
    li {
        margin-bottom: 8px !important;
        padding: 4px 0 !important;
    }
    
    /* ОТСТУПЫ ДЛЯ ЧИТАЕМОСТИ */
    p {
        margin-bottom: 15px !important;
    }
    
    /* ФУТЕР */
    .style14 {
        font-size: 11px !important;
    }
}

/* ТАБЛЕТЫ */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    table[width="770"] {
        width: 95% !important;
        margin: 0 auto !important;
    }
    
    .bodytext10 {
        font-size: 14px !important;
    }
}

/* СВЕРНУТЫЕ ЭКРАНЫ */
@media screen and (max-width: 480px) {
    .bodytext10 {
        font-size: 18px !important; /* Larger text for tiny screens */
    }
    
    .style9 {
        font-size: 20px !important;
    }
    
    table td, table th {
        display: block !important;
        width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box;
    }
    
    table[border="1"] {
        border-collapse: collapse !important;
    }
}
