

/* Start:/local/templates/ms_template_adatpive/components/bitrix/catalog/common_catalog/style.css?17791471494792*/
.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;}

/* Catalog common UI refresh */
.catalog-block-header {
    border-bottom: 2px solid rgba(34, 211, 238, 0.45);
    color: #0f172a;
    font-family: Mont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    margin: 8px 0 14px;
}

.grid .bx_content_section,
.grid .bx_sidebar,
.grid2x1 .bx_content_section,
.grid2x1 .bx_sidebar {
    margin-bottom: 18px;
}

@media (max-width: 640px) {
    .catalog-block-header {
        font-size: 14px;
    }
}

/* Mirstul catalog palette overrides */
.catalog-block-header {
    border-bottom-color: rgba(89, 156, 76, 0.35);
    color: #2e2e2e;
}

/* Catalog shell stretch for redesign pages */
.ms-page-shell {
    width: min(var(--max, 1320px), calc(100% - 28px));
    margin: 0 auto;
}

.ms-catalog-shell {
    width: min(var(--max, 1320px), calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 340px minmax(0,1fr);
    gap: 18px;
    align-items: start;
}

.ms-catalog-shell__inner {
    width: auto;
    margin: 0;
    min-width: 0;
}

.ms-catalog-shell > .sidebar_col,
.ms-catalog-shell > .catalog_section_col {
    width: auto !important;
    min-width: 0;
}

@media (max-width: 700px) {
    .ms-page-shell {
        width: min(var(--max, 1320px), calc(100% - 18px));
    }
    .ms-catalog-shell {
        width: min(var(--max, 1320px), calc(100% - 18px));
        grid-template-columns: 1fr;
    }
    .ms-catalog-shell__inner {
        width: auto;
    }
}

/* Unified category shell: full-width grid with inline filter panel */
.ms-page-shell,
.ms-catalog-shell {
    width: min(var(--max, 1320px), calc(100% - 28px));
}

.ms-catalog-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    position: relative;
}

.ms-catalog-shell__inner {
    width: 100%;
}

.ms-catalog-shell__backdrop {
    display: none !important;
}

.ms-catalog-shell__backdrop[hidden],
.ms-catalog-shell__drawer[hidden] {
    display: none !important;
}

.ms-catalog-shell__drawer {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
}

.ms-catalog-shell__drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 4px 0 2px;
}

.ms-catalog-shell__drawer-title {
    color: #2e2e2e;
    font-family: Mont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.ms-catalog-shell__drawer-close {
    display: none;
}

.ms-catalog-shell__drawer[aria-hidden="true"] {
    display: none;
}

.ms-catalog-shell__drawer[aria-hidden="false"] {
    display: block;
}

.ms-catalog-shell--has-filter:not(.is-filter-open) > .sidebar_col,
.ms-catalog-shell--has-filter:not(.is-filter-open) > .ms-catalog-shell__sidebar {
    display: none !important;
}

.ms-catalog-shell--has-filter > .catalog_section_col,
.ms-catalog-shell--has-filter > .ms-catalog-shell__inner {
    width: 100% !important;
    max-width: 100%;
}

@media (max-width: 700px) {
    .ms-page-shell,
    .ms-catalog-shell {
        width: min(var(--max, 1320px), calc(100% - 18px));
    }

    .ms-catalog-shell > .sidebar_col.ms-catalog-shell__drawer {
        width: 100%;
        padding: 0;
    }

    .ms-catalog-shell__drawer {
        width: 100%;
        padding: 0;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177788921351*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/ms_template_adatpive/components/bitrix/catalog/common_catalog/style.css?17791471494792 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177788921351 */
