

/* Start:/local/templates/ve/components/bitrix/catalog/main/style.min.css?17695156671775*/
.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%;
	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 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* Smart Sticky Sidebar */
.sidebar_wrap {
	position: relative;
}

.sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	will-change: transform;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 99;
}

@media (max-width: 968px) {
	.sidebar {
		position: relative !important;
		transform: none !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
	}

	.sidebar_wrap {
		height: auto !important;
		min-height: auto !important;
	}

	/* Ensure sidebar is visible when active on mobile */
	.catalog_sidebar.active .sidebar {
		position: relative !important;
		z-index: 1000;
		display: contents !important;
	}

	.sidebar {
		display: contents !important;
	}

	.catalog_sidebar.active {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
	}
}
/* End */


/* Start:/local/templates/ve/components/bitrix/catalog.smart.filter/.default/style.css?17695156672120*/
.sidebar_wrap .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.sidebar_wrap .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.sidebar_wrap .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/ve/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.sidebar_wrap .bx-filter-popup-result.right {
	left: 97%;
}
.sidebar_wrap .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.sidebar_wrap .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.sidebar_wrap .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.sidebar_wrap .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .sidebar_wrap .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .sidebar_wrap .bx-filter-popup-result br{display: none;}
	.sidebar_wrap .bx-filter-popup-result .arrow {
		display: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/sidebar/style.css?17695156672023*/
/**
 * Sticky Sidebar Styles
 * Common styles for synchronized sticky sidebar behavior
 */

/* Wrapper container for sticky sidebar */
.sidebar_wrap {
    position: relative;
}

/* Sidebar element with absolute positioning for transform-based animation */
.sidebar_wrap > .sidebar,
.sidebar_wrap > .catalog_sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 99;
}

/* Mobile reset - disable sticky behavior */
@media (max-width: 968px) {
    .sidebar_wrap > .sidebar,
    .sidebar_wrap > .catalog_sidebar {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
    }

    .sidebar_wrap {
        height: auto !important;
        min-height: auto !important;
    }

    /* Ensure sidebar is visible when active on mobile */
    .catalog_sidebar.active .sidebar {
        position: relative !important;
        z-index: 1000;
        display: contents !important;
    }

    .sidebar_wrap > .sidebar {
        display: contents !important;
    }

    .catalog_sidebar.active {
        display: block !important;
        height: 100vh !important;
        max-height: 100vh !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
}

/* ===== Nested mode (Universal) ===== */
/* Use .sidebar-nested class to disable inner sticky behavior when component 
   is placed inside another sticky wrapper */
.sidebar_wrap.sidebar-nested {
    position: static;
    min-height: auto;
    width: 100% !important; /* Take full width of parent sticky .sidebar */
}

.catalog_sidebar.sidebar-nested {
    position: static;
    top: auto;
    left: auto;
    width: 100% !important;
    transform: none !important;
    will-change: auto;
}

/* End */
/* /local/templates/ve/components/bitrix/catalog/main/style.min.css?17695156671775 */
/* /local/templates/ve/components/bitrix/catalog.smart.filter/.default/style.css?17695156672120 */
/* /local/templates/.default/components/bitrix/catalog.section.list/sidebar/style.css?17695156672023 */
