

/* Start:/local/templates/.default/components/bitrix/catalog/catalog_ajax/style.css?17448988786149*/
.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_links {
	gap: 10px;
	display: flex;
	white-space: nowrap;
	overflow: auto;
}

.catalog_link {
	color: black;
	cursor: pointer;
	font-weight: 500;
	padding: 16px;
	background: white;
	border-radius: 10px;
	text-decoration: none;
}

.catalog_sortContainer {
	display: inline-block;
	position: relative;
}

.catalog_sortContainer button {
	background-color: #FFFFFF;
	border: none;
	border-radius: 10px;
	padding: 13px 10px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 200px;
}

.catalog_sortContainer .catalog_sortOptions.open  {
	display: block;
}

.catalog_sortContainer .catalog_sortOptions {
	background: #FFFFFF;
	display: none;
	position: absolute;
	top: 45px;
	transition: 0.2s;
	width: 200px;
	border-radius: 10px;
	z-index: 1000;
	font-size: 16px;
}

.catalog_sortContainer a {
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	padding: 10px 13px;
	display: block;
}

.catalog_sortContainer a:hover {
	background-color: hsl(0, 0%, 82%);
	transition: 0.2s;
}

.catalog_sortContainer button:before {
	content: url("data:image/svg+xml, <svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.41071 19.8469V6.25M7.41071 6.25L3.75 10.2491M7.41071 6.25L11.0714 10.2491' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M18.3925 6.24999L18.3925 19.8469M18.3925 19.8469L22.5762 15.8478M18.3925 19.8469L14.2088 15.8478' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	height: 25px;
	width: 25px;
}

.catalog_sortContainer button:after {
	content: url("data:image/svg+xml, <svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 10L12 15C10.0474 13.0474 8.95262 11.9526 7 10' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	height: 25px;
	width: 25px;
}


.catalog_sortContainer .sort_selected {
	cursor: default;
}

.catalog_activeFilter,
.catalog_allFiltersBtn {
	display: flex;
    padding: 13px;
    background: #293EF2;
    color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
	height: 52px;
	white-space: nowrap;
}

.catalog_allFiltersBtn::after {
	content: url("data:image/svg+xml, <svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.5 6.25L12.5 18.75M6.25 12.5H18.75' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
	height: 25px;
}

.catalog_filterOptions {
	gap: 10px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.catalog_filterBackground {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(1px);
}

.catalog_activeFilter {
	background: #F8F9FD;
	color: #000;
	max-width: 400px;
}

.catalog_activeFilter::after {
	content: url("data:image/svg+xml, <svg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.75 6.25L19.25 18.75M19.25 6.25L6.75 18.75' stroke='gray' stroke-width='2' stroke-linecap='round'/></svg>");
	height: 25px;
    width: 25px;
}

.catalog_activeFilter > span {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog_sectionName {
	display: flex;
	align-items: baseline;
	gap: 0 10px;
}

.catalog_sectionName h1 {
	font-size: 37px;
	font-weight: 600;
	line-height: 44.78px;
}

.catalog_sectionName-count {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	color: #5B5B5B;
}

.catalog_clearFiltersBtn {
	display: none;
    font-size: 16px;
    font-weight: 500;
    color: #5287FF;
}

.catalog_clearFiltersBtn.visible {
	display: block;
}

.catalog_FilterAside{
	padding: 14px 36px;
	overflow-y: scroll;
	height: 100vh;
}

.catalog_FilterAsideWrap {
	padding-right: 20px;
    height: 100vh;
    position: absolute;
    right: 0;
    background: white;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.16);
    min-width: 480px;

}

.catalog_FilterAsideWrap::-webkit-scrollbar {
    width: 12px;
    height: auto;
    background-color: unset;
}

.catalog_FilterAsideWrap::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

.catalog_FilterAsideWrap::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}

@media screen and (max-width: 480px) {
	.catalog_FilterAsideWrap{
		min-width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.catalog_sectionName {
		flex-direction: column;
	}

	.catalog_sectionName h1 {
		font-size: 22px;
		font-weight: 500;
		line-height: 24px;
		margin-top: 40px;
        margin-bottom: 20px;
	}

	.catalog_link{
		padding: 10px;
	}

	.catalog_activeFilter, .catalog_allFiltersBtn {
		height: 42px;
	}

	.catalog_sortContainer button {
		padding: 9px;
	}

	.catalog_clearFiltersBtn {
		font-size: 15px;
	}
}

/* End */


/* Start:/local/templates/.default/components/my/catalog.smart.filter/filter.chair_adaptive/style.css?17350289154122*/
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	padding: 4px 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.btn--big:last-of-type {
	margin-bottom: 0;
}

.btn.btn--big,
.btn.btn--big:hover {
	background-color: #479fe6;
	border: 1px solid #479fe6;
	box-shadow: 0 2px 0 0 #1b82dc !important;
	transition: 0.2s;
}

.btn.btn--red,
.btn.btn--red:hover {
	background: #f62b3e;
	border: 1px solid #f62b3e;
	box-shadow: 0 2px 0 0 #af1a1a !important;
}

.btn.btn--red:disabled {
	color: #000;
	background: #e1e1e1;
	border: 1px solid transparent;
	box-shadow: 0 2px 0 #cbcbcb !important;
	cursor: not-allowed;
}

.catalogFilter_buttons {
	flex-direction: column;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	padding-bottom: 10px;
	visibility: hidden;
}

.catalogFilter_buttons.active {
	visibility: visible;
	padding-top: 12px;
    background: white;
}

.catalogFilter_name {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 6px;
}

.catalogFilter_select {
	display: flex;
    padding: 13px 10px;
    background: #1232CC08;
    border-radius: 10px;
    color: black;
    justify-content: space-between;	
}

.catalogFilter_select > .catalogFilter_selectedElements {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.catalogFilter_options {
	display: flex;
    flex-direction: column;
    gap: 4px;
}

.inputImitation.checkbox,
.inputImitation.radio {
	background: transparent;
}

.catalogFilter_row {
	margin-top: 20px;
}

.catalogFilter_form {
	max-width: 408px;
}

.js_filterOptionList{
	display: none;
	transition: 0.2s;
}

.js_filterOptionList.open{
	height: fit-content;
	display: block;
}

.js_catalogFilterDropdown.open svg {
	transform: rotate(180deg);
}

.catalogFilter_textInputContainer {
	border-radius: 10px;
    border: 1px solid #1232CC40;
    padding: 13px 10px;
	flex-grow: 1;
}

.catalogFilter_textInputContainer .prefix {
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #5B5B5B;
}

.catalogFilter_textInputContainer .textInput {
	font-size: 16px;
	line-height: 25px;
	border: none;
	color: black;
	background: transparent;
}

.catalogFilter__price {
	margin-bottom: 20px;
}

.catalogFilter_sliderHandler{
	position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    border-bottom: 0;
    border-radius: 50%;
    background-color: #293EF2;
}

.catalogFilter_sliderHandler.right {
	transform: translate(50%, -50%);
}

.catalogFilter_sliderHandler.left {
	transform: translate(-50%, -50%);
}

.catalogFilter_priceSliderContainer {
	margin: 13px 12px 0;
    padding-bottom: 2px;
    position: relative;
    width: 94%;
}

.inputImitation.checkbox.checked {
	background: #293EF2;
}

.inputImitation.checkbox.checked svg {
	bottom: 5px;
    left: 3px;
}

.catalogFilter_btn {
	transition: .2s;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
}

input.catalogFilter_submitBtn {
	background: #293EF2;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 12px 6px;
    height: 44px;
	margin-bottom: 10px;
}

input.catalogFilter_clearBtn {
	background: #FFFFFF;
    color: #293EF2;
    border-radius: 8px;
    padding: 12px 6px;
    height: 44px;
	border: 1px solid #293EF2
}

input.catalogFilter_clearBtn:hover {
	background: #FFFFFF;
    color: #4d5efa;
	border: 1px solid #293EF2
}

input.catalogFilter_submitBtn:hover {
	background: #4d5efa;
}

.catlog_filter-radio-dot{
	background: #293EF2;
    border-radius: 50%;
    display: block;
    height: 10px;
    line-height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.2px;
    width: 10px;
    position: relative;
    left: 0.2px;
}

.catalogFilter_closeBtn {
	position: absolute;
    right: 0;
	cursor: pointer;
}

.catalogFilter_closeBtn svg {
	cursor: pointer;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/adaptive/style.css?17350289152131*/
div.modern-page-navigation {
	display: flex;
    padding: 0.5em 0;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
	width: 100%;
}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots,
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first
{
	text-decoration: none;
    font-size: 14px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

div.modern-page-navigation a.modern-page-dots {
	min-width: auto;
}

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
	color: #fff;
	background: radial-gradient(1289.98% 275.1% at 118.84% -36.54%, #ff979a 0, #ff585d 18.0000007153%, #ff3b41 33.0000013113%, #f2282f 54.5000016689%, #e3272e 73.0000019073%, #da262d 91.0000026226%, #ce242b 99.0000009537%);
	border-radius: 4px;
}

a.page-number,
a.modern-page-dots,
a.page-number:visited {
	color: #82858a;
}

a.modern-page-previous,
a.modern-page-next{
	padding: 0.75em 0.8em !important;
	border: 2px solid #ed282f;
	color: #ed282f;
}

a.modern-page-previous::after,
a.modern-page-next::after {
	display: inline-block;
	width: 14px;
    height: 14px;
  	content: '';
	background: #ed282f;
	-webkit-mask: url("data:image/svg+xml, <svg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 6H0m9-5 5 5-5 5' stroke='currentColor' stroke-width='2'/></svg>") center no-repeat;
	mask: url("data:image/svg+xml, <svg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 6H0m9-5 5 5-5 5' stroke='currentColor' stroke-width='2'/></svg>") center no-repeat;
}

a.modern-page-previous::after{
	transform: rotate(180deg);
}

@media (max-width: 405px){
	div.modern-page-navigation a,
	span.modern-page-current,
	span.modern-page-dots,
	div.modern-page-navigation a.modern-page-first,
	div.modern-page-navigation span.modern-page-first
	{
		min-width: 35px;
		min-height: 35px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog_ajax/style.css?17448988786149 */
/* /local/templates/.default/components/my/catalog.smart.filter/filter.chair_adaptive/style.css?17350289154122 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/adaptive/style.css?17350289152131 */
