

/* Start:/local/templates/element-lowcost/components/bitrix/catalog.section.list/parent-sections/style.css?17772909331972*/
.catalogue-parent-sections {
    margin: 30px 0;
}
.parent-sections-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.parent-section-card {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.section-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
}
.section-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.parent-section-card:hover .section-image img {
    transform: scale(1.05);
}
.section-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.section-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background: #888888;
    color: #fff;
}
.section-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.section-arrow {
    font-size: 28px;
    color: #fff;
    transition: transform 0.3s ease;
}
.parent-section-card:hover{
    text-decoration: none;
}
.parent-section-card:hover .section-arrow {
    transform: translateX(5px);
}
@media (max-width: 1199px) {
    .section-footer{
        padding: 20px 15px;
    }
    .section-title{
        font-size: 20px;
    }
    .section-arrow{
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .parent-sections-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .section-footer {
        padding: 20px 25px;
    }
    .section-title {
        font-size: 20px;
    }
}
@media (max-width: 480px) {    
    .section-footer {
        padding: 15px 20px;
    }
    .section-title {
        font-size: 18px;
    }
    .section-arrow {
        font-size: 24px;
    }
}
/* End */
/* /local/templates/element-lowcost/components/bitrix/catalog.section.list/parent-sections/style.css?17772909331972 */
