

/* Start:/local/templates/element-lowcost/components/bitrix/catalog/element/style.css?16606373471150*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.search-page{display:none;}
/* End */


/* 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/element/style.css?16606373471150 */
/* /local/templates/element-lowcost/components/bitrix/catalog.section.list/parent-sections/style.css?17772909331972 */
