

/* Start:/local/templates/silamarket/css/internal.css?1748840053842*/
nav {
    border-radius: 15px !important;
}

.inner-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 40px 0;
    height: 290px;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


.inner-hero-content {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inner-hero p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
/* End */


/* Start:/local/templates/silamarket/css/catalog/sections.css?17519994204021*/
    /* Основные стили для плиток каталога */
    .catalog-grid-container {
        margin-top: 30px;
    }
    
    .catalog-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
    
    .category-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        position: relative;
        height: 290px; /* Фиксированная высота карточки */
    }
    
    .category-card:hover {
        transform: translateY(-5px);
    }
    
    .category-header {
        height: 100%;
        background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }
    
    .category-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(0,9,44,0.9) 0%, rgba(0,9,44,0.5) 50%, rgba(0,9,44,0.3) 100%);
    }
    
    .category-title {
        color: white;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        z-index: 2;
        text-decoration: none;
        transition: all 0.2s ease;
        padding: 10px 0;
    }
    
    .subcategories-container {
        position: relative;
        z-index: 2;
        margin-top: auto;
    }
    
    .subcategories-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .subcategory-item {
        padding: 6px 0;
    }
    
    .subcategory-item a {
        color: rgba(255,255,255,0.9);
        text-decoration: none;
        font-size: 14px;
        transition: padding 0.2s ease;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .subcategory-item a:hover {
        border-left: 2px solid #fff;
        padding-left: 10px;
    }
    
    .subcategory-more {
        position: relative;
        display: inline-block;
        padding: 6px 0;
    }
    
    .more-dots {
        color: white;
        cursor: pointer;
        font-size: 18px;
        display: inline-block;
        padding: 0 5px;
    }
    
    .more-tooltip {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 0;
        background: white;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        min-width: 200px;
        z-index: 10;
    }
    
    .more-tooltip a {
        display: block;
        color: #303030;
        text-decoration: none;
        padding: 5px 0;
        font-size: 14px;
        white-space: nowrap;
    }
    
    .more-tooltip a:hover {
        color: #D61A19;
    }
    
    .subcategory-more:hover .more-tooltip {
        display: block;
    }
    
    .view-all {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed rgba(255,255,255,0.3);
    }
    
    .view-all a {
        color: white;
        font-weight: 600;
        font-size: 13px;
        opacity: 0.8;
    }
    
    .view-all a:hover {
        color: #D61A19;
        opacity: 1;
    }
    
    @media (max-width: 1024px) {
        .catalog-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    @media (max-width: 768px) {
        .catalog-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
    }
    
    @media (max-width: 480px) {
        .catalog-grid {
            grid-template-columns: 1fr;
        }
        
        .category-card {
            height: 220px;
        }
    }

/* End */
/* /local/templates/silamarket/css/internal.css?1748840053842 */
/* /local/templates/silamarket/css/catalog/sections.css?17519994204021 */
