
    /* Общие стили Статьи в Города */
    .main-paragraph {
        margin-left: 7px; 
        margin-right: 7px;
    }
    .main-paragraph h1, 
    .main-paragraph h2, 
    .main-paragraph h3 {
        color:#333;
        text-align:left;
        margin:15px 0;
        line-height:1.5;
    }
    
    .main-paragraph h1 {
        font-size:1.6rem;
        font-weight:700;
        padding-bottom:12px;
    }
    .main-paragraph h2 {
        font-size:1.3rem;
        font-weight:600;
        padding-bottom:5px;
        border-bottom:1px solid #969799;
    }
    .main-paragraph h3 {
        font-size:20px;
        font-weight:700;
    }
    .main-paragraph p {
        font-size:18px;
        line-height:1.5;
        margin:0 0 1rem;
        text-align:left;
    }
    .easyshop_item_description h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px; 
}
    /* Адрес и время работы */
    .store-address,
    .store-hours {
        color:#7a7a7b;
        line-height:1.5;
        font-size:1.11em;
    }
    .store-address { margin-left:10px; }
    .store-address h2,
    .store-hours h2 { 
        color:#5d676f; 
        font-weight:300; 
        border-bottom: none !important;
    }
    .store-address a { color:#993301; }
    
    /* Таблица */
    .store-hours table {
        border-collapse:collapse;
        margin-top:10px;
    }
    .store-hours td {
        padding:5px 10px;
        text-align:left;
        border:none;
    }
    
    /* Список */
    ul.custom-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

ul.custom-list li {
    position: relative;
    padding-left: 28px;
}

ul.custom-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c00;
    font-weight: bold;
}
    ul.custom-list li { margin-bottom:1rem; }
    
    /* Блок картинка + текст */
    .image-text-block-arcticles {
        display:flex;
        align-items: center;
        gap:20px;
        width:900px;
        margin:20px auto;
        overflow-wrap:break-word;
    }
    .image-wrapper-arcticles img {
        max-width:100%;
        border-radius:6px;
    }
    .text-wrapper-arcticles {
        width:300px;
        padding-left:25px;
        font-size:18px;
        line-height:1.5;
    }
    .text-wrapper-arcticles a {
        text-decoration:underline;
        font-weight:500;
    }    
    /* Блок картинка + текст */
.articles-block {
margin-top: 20px;
}

.articles-block h3 {
font-size: 1.2rem;
margin-bottom: 12px;
color: #6b6b6b;
}

.articles-list {
display: flex;
gap: 12px;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding-bottom: 4px;
}

.article-card {
flex: 0 0 180px;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
text-decoration: none;
color: inherit;
scroll-snap-align: start;
transition: transform 0.2s ease;
}

.article-card:hover {
transform: translateY(-3px);
}

.article-card img {
width: 100%;
height: 110px;
object-fit: cover;
}

.article-card span {
display: block;
padding: 8px;
font-size: 0.9rem;
line-height: 1.3;
}
.articles-list {
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
.swipe-hint {
text-align: center;
font-size: 0.8rem;
color: #888;
margin-top: 6px;
}
.articles-list {
    padding-left: 16px;
}

.article-card {
    flex: 0 0 150px; /* было 180px */
}
}



            /* Блок характеристик в карточках */
    .features-section {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    }
    .features-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    }
    .features-list dl {
    margin: 0;
    }
    .features-list .feature-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    }
    .features-list dt {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
    }
    .features-list dd {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 0 0;
    }
    
    /* Контейнер всего блока аксессуаров */
.accessories-box {
    text-align: center;
    padding: 7px;
    width: 100%;
}

.accessories-box h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    max-width: 900px;
    margin: auto;
}

.accessories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin: 10px 0;
}

.accessory-content {
    flex: 0 0 250px;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;

    text-decoration: none;
    color: inherit;

    background: #fff;
    transition: all 0.2s ease;
}
.accessory-content:hover {
    border-color: #c00;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.accessory-content figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.accessory-content img {
    width: 100%;
    max-width: 140px;
    height: 120px;
    object-fit: contain;
}
.accessory-content figcaption {
    margin-top: 12px;
    font-size: 15px;
    color: #333;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.accessories-box .accessories .accessory-content figcaption.gray {
    color: #848484;
}
@media (max-width: 600px) {

    .accessories {
        display: flex;
        flex-wrap: nowrap; /* убираем перенос */
        overflow-x: auto;
        gap: 12px;
        padding-left: 16px;
        padding-right: 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .accessory-content {
        flex: 0 0 120px; /* примерно 2.3 карточки на экране */
        scroll-snap-align: start;
        padding: 10px;
    }

    .accessory-content img {
        max-width: 90px;
        height: 90px;
    }

}
/* Блок популярные запросы в карточках */

.popular-queries {
background-color: #f9f9f9; 
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
padding: 16px;
margin: 32px auto;
max-width: 1024px;
}

.popular-queries h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
color: #333;
}

.queries-list {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 12px 16px;
padding: 0;
margin: 0;
}

.queries-list li {
margin: 0;
white-space: nowrap;
}

.nav-item {
text-decoration: none;
color: #6b6b6b;
font-size: 16px;
transition: color 0.2s ease;
}

.nav-item:hover {
color: #d60038;
text-decoration: underline;
}

@media (max-width: 600px) {
.popular-queries {
padding: 12px;
}

.popular-queries h2 {
font-size: 16px;
margin-bottom: 8px;
}

.queries-list {
gap: 10px 14px;
}

.nav-item {
font-size: 14px;
}
}
/* Стили для списка услуг */
.services-list {
list-style-type: none;
padding: 0;
}
.services-list li {
margin-bottom: 8px;
border-bottom: 1px dashed #ccc; 
padding-bottom: 8px;
}
.services-list a {
text-decoration: none;
color: #007bff; 
}
/* Стили для списка городов */
.cities-list {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
}
.cities-list li {
margin-right: 16px;
margin-bottom: 8px;
}
.cities-list a {
text-decoration: none;
color: #007bff; 
}
    /* Мобильная версия */
    @media (max-width:600px) {
        .image-text-block-arcticles {
            flex-direction:column;
            width:100%;
        }
        .text-wrapper-arcticles {
            width:100%;
            padding-left:0;
        }
        .image-wrapper-arcticles img {
            width:100%;
            border-radius:0;
        }
    }
