span.bx-filter-container-modef {
	margin-left: 0;
}

.catalog-inner {
	margin-top: 80px;
	justify-content: space-between;
}

.hidden-controls {
	display: none;
}

.hidden-controls.active {
	display: block;
}

/*Антон*/
.section_left * {
    text-transform: capitalize;
}


.more-controls {
	width: 130px;
	height: 40px;
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	cursor: pointer;
	background: #F6F6F6;
	border-radius: 5px;
	margin: 26px 0 0 0;
	padding: 0 15px;
}

.more-controls.active svg {
	transform: rotate(-180deg);
}

.bx-filter .bx-ui-slider-handle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #ED1C24;
	background: #fff;
}

.section_block__wrapper {
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}

.section_block__wrapper input {
	border: 1px solid #B9C3CA;
	width: 130px;
	height: 40px;
	font-weight: 400;
	border-radius: 5px;
	flex: unset;
	max-width: unset;
}

.bx-filter .bx-ui-slider-pricebar-v {
	background-color: #ED1C24;
	height: 2px;
}

.custom-checkbox .custom-control-label::before {
	width: 16px;
	height: 16px;
	border-radius: 5px;
	border: 1px solid #B9C3CA;
}

.custom-control-label::after {
	width: 16px;
	height: 16px;
	top: 2px;
	left: -26px;
	border-radius: 5px;
}

.custom-control-label::before {
	left: -26px;
	top: 2px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #B9C3CA;
}

.custom-control-input:checked~.custom-control-label::before {
	background-color: #ED1C24;
	border-color: #ED1C24;
}

.custom-control {
	padding-left: 26px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(img/checkbox.svg);
	background-size: 100% 100%;
	background-color: #ED1C24;
}

.range-separator {
	display: block;
	width: 10px;
	height: 1px;
	background: #B9C3CA;
	margin-left: 0 !important;
}

.custom-control {
	gap: 10px;
	align-items: center;
}

.custom-control-label {
	text-transform: unset;
	display: flex;
	align-items: center;
	gap: 10px;
}

.filter-value {
	font-size: 14px;
	line-height: normal;
	color: #B9C3CA;
	margin-left: 0 !important;
	flex-shrink: 0;
}

.filters__btn--small {
	padding: 10px 15px;
	text-decoration: none !important;
	color: #fff;
	background: #ED1C24;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.filters__btn--small:hover {
	color: #fff;
}

.bx-filter-container-modef {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.section_block__content {
	position: relative;
}

.color-circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-left: 0px !important;
	border: 1px solid transparent;
}

.filters-hidden-group {
	display: none;
	width: 100%;
}

.filters-hidden-group.active {
	display: block;
}

.section_left__footer {
	justify-content: flex-start;
	align-items: center;
	gap: 20px 35px;
}

.section_left__footer .btn_custom {
	max-width: unset;
	flex: unset;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 254px;
}

.section_left__footer .btn_custom.btn-outline-primary {
	border: none;
	padding: 0;
	margin: 0;
	color: #B9C3CA;
	height: auto;
	text-align: left;
	width: auto;
}

.section_left__footer .btn_custom.btn-outline-primary:hover {
	background: transparent;
}

.catalog-heading {
	font-size: 50px;
	line-height: normal;
	margin: 0 0 40px 0;
}

.section_sort {
	display: flex;
	justify-content: flex-end;
	max-width: unset;
	flex: unset;
	margin-bottom: 0px;
}

.section_sort-inner {
	position: relative;
}


.section_left__wrapper {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 685px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
	transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
	transition: transform .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	z-index: 130;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: auto;
	padding: 35px 15px 0 15px;
	margin: 0;
}

.section_block__btn {
	padding-bottom: 30px;
}

.section_sort-head {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #F6F6F6;
	font-size: 16px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 5px;
	text-transform: none;
	cursor: pointer;
	user-select: none;
	height: 100%;
}

.section_sort-head::before {
	content: '';
	width: calc(100% - 9px);
	height: calc(100% - 9px);
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section_sort-head svg {
	position: relative;
	z-index: 5;
}

.section_sort-inner.active .section_sort-head {
	border-radius: 5px 5px 0 0;
}

.section_sort-body {
	background: #F6F6F6;
	border-radius: 0 0 5px 5px;
	padding: 0 15px 15px 15px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	margin: -5px 0 0 0;
}

.top-filters-group .btn-outline-primary.active {
	border: 1px solid black !important;
	color: black !important;
	background: transparent !important;
}

.catalog_wrapper_global .section_left__wrapper {
	top: 0 !important;
}

.btn_custom:disabled,
.top-filters-group .btn-outline-primary.active:disabled {
	color: #B9C3CA !important;
	border-color: #B9C3CA !important;
	opacity: 1;
}

.section_sort-inner.active .section_sort-body::before {
	content: '';
	width: calc(100% - 10px);
	height: calc(100% + 37px);
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: -42px;
	left: 5px;
	pointer-events: none;
}

.section_sort-inner.active svg {
	transform: rotate(-180deg);
}

.section_sort-inner.active .section_sort-body {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.section_sort-body a {
	text-decoration: none !important;
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	margin-left: 0 !important;
	position: relative;
	z-index: 5;
}

.section_sort-body a::after {
	content: none !important;
}

.section_sort.mobile {
	display: none;
}

.section_right-group {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 25px;
	padding: 10px 10px 15px 10px;
	position: sticky;
	z-index: 20;
	top: 80px;
	background: #fff;
}

.main_wrapper_global {
	overflow: clip;
}

.section_sort-head span {
	position: relative;
	z-index: 5;
	margin-left: 0;
}

.top-filters-group {
	border-radius: 10px;
	padding: 5px;
	background: #F6F6F6;
	display: flex;
	align-items: stretch;
	gap: 6px;
}

.top-filters-group .btn-outline-primary {
	font-size: 16px;
	color: #B9C3CA;
	border: 1px solid #B9C3CA;
	border-radius: 5px;
	padding: 8px 25px;
	text-transform: none;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-outline-primary.active {
	color: black;
	border-color: black;
}



.top-filters-group .btn-outline-primary:hover {
	border: 1px solid #B9C3CA;
	background: transparent;
	color: #B9C3CA;
}

.section_filter__btn {
	font-size: 16px;
	color: black;
	line-height: normal;
	padding: 8px 10px;
	background: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter-mobile-row .section_filter__btn {
	padding: 0;
}

.section_left__wrapper .col-12 {
	max-width: 391px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



.section_filter__btn span {
	margin-left: 0 !important;
}

.section_block__content {
	padding-bottom: 30px;
}

body.scroll-disabled,
.body_global.scroll-disabled {
	overflow: auto;
	overflow-x: clip;
}

.section_block {
	margin-bottom: 30px;
}

.filter-mobile-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	font-size: 26px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: none;
}

.filter-mobile-row span {
	margin-left: 0 !important;
}

.bx-filter .bx-filter-block {
	transition: none;
}

.bx-filter .bx-ui-slider-track {
	margin: 0 4px;
}

.fixed-filter-mobile {
	position: sticky;
	z-index: 200;
	bottom: 0;
	left: 0;
	width: calc(100% + 5px);
	margin-top: auto;
	padding: 60px 0 0 0;
}

.categories__item-head {
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.categories__item-head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: .3s ease-in-out;
	border: 1px solid #EEEEEE;
}

.categories__item:hover .categories__item-head::before {
	border-color: #ED1C24;
}

.fixed-filter-mobile .filters__btn--small {
	background: black;
	color: #fff;
	text-align: center;
	width: 100%;
	border-radius: 0;
	display: block;
}

.filter-mobile-row .section_filter__btn {
	position: relative;
	left: 4px;
	top: 4px;
}

.section_left__wrapper {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.section_left {
	flex-direction: column;
	flex-grow: 1;
}

.section_left * {
	flex: unset;
	max-width: unset;
}

.section_left__footer {
	padding-bottom: 30px;
	display: block;
	flex-grow: 1 !important;
}

.overlay {
	position: fixed;
	z-index: 70;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out;
}

body:has(.custom-show-menu) .overlay {
	opacity: .5;
	visibility: visible;
}

.section_right {
	margin-right: -15px;
	margin-left: -15px;
}

.btn-outline-primary.mobile {
	display: none;
}

.categories {
	margin: 80px auto;
	max-width: 1360px;
	padding: 0 30px;
	position: relative;
}

.categories .slick-disabled {
	display: none !important;
}

.categories .slick-prev,
.categories .slick-next {
	background-color: transparent;
	font-size: 0px;
	position: absolute;
	top: 50px;
	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	z-index: 2;
}

.categories .slick-prev {
	left: 0;
	background-image: url(img/bl.svg);
}

.categories .slick-next {
	right: 0;
	background-image: url(img/br.svg);
}

.categories__item {
	width: 120px;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	color: black;
	text-decoration: none !important;
	padding: 0 10px;
}

.categories__item img {
	max-width: 100%;
}

.section_block__content.filled {
	padding: 20px;
	padding-bottom: 20px;
	background: #F6F6F6;
	border-radius: 10px;
	margin: 0 0 60px 0;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #B9C3CA;
}

@media screen and (max-width: 1199px) {

	.section_block__content.filled {
		margin: 0 0 30px 0;
	}

	.fixed-filter-mobile .btn-outline-primary,
	.fixed-filter-mobile .filters__btn--small {
		padding: 10px 15px;
		min-width: 128px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.bx-filter-container-modef {
		display: none;
	}

	.fixed-filter-mobile .btn-outline-primary {
		background: #fff;
		color: #B9C3CA;
		border-radius: 5px;
		border: none;
		text-transform: uppercase;
		font-size: 14px;
		line-height: normal;
		font-family: 'Open Sans';
		font-weight: bold;
	}



	.section_left__footer .btn_custom.btn-outline-primary {
		display: none;
	}

	.section_left__footer .btn_custom {
		width: 100%;
		margin: 10px 0 0 0;
	}


	.section_filter__btn::before {
		content: none !important;
	}

	.section_left__wrapper {
		width: 100%;
	}

	.section_left__wrapper .col-12 {
		max-width: unset;
		margin-left: 0;
		margin-right: 0;
	}

	.section_sort {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {

	.section_filter__btn,
	.top-filters-group .btn-outline-primary {
		font-size: 12px;
		line-height: normal;
	}

	.section_sort-body {
		margin: 0;
		padding: 0 10px 10px 10px;
		gap: 5px;
	}

	.fixed-filter-mobile {
		padding: 40px 0 0 0;
	}

	.section_sort {
		display: none;
	}

	.section_sort.mobile {
		display: flex;
	}

	.top-filters-group .btn-outline-primary {
		display: none;
	}

	.section_sort-head,
	.section_sort-body {
		background: #fff;
	}

	.categories .slick-prev,
	.categories .slick-next {
		top: 50%;
		transform: translateY(-50%);
	}

	/*.categories {
		flex-wrap: nowrap;
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		justify-content: flex-start;
		gap: 20px;
		margin: 40px 0;
		width: calc(100% + 15px);
		padding: 0 15px 0 0;
	}

	.categories-outer.active::after {
		content: none;
	}*/

	.categories__item-head {
		width: 70px;
		height: 70px;
	}




	/*.categories-outer::after {
		content: '';
		height: 100%;
		width: 131px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		position: absolute;
		top: 0;
		right: -15px;
		pointer-events: none;
	}*/

	.filter-mobile-row {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.section_block__btn {
		padding-bottom: 15px;
	}

	.section_block {
		margin-bottom: 15px;
	}



	.section_sort,
	.section_sort-inner {
		width: 100%;
	}

	.section_sort-head {
		justify-content: space-between;
	}

	.section_sort-inner.active .section_sort-body::before {
		top: -33px;
		height: calc(100% + 29px);
	}

	.section_right-group {
		gap: 15px;
		padding: 10px;
		/*top: 50px;*/
		position: static;
	}

	.section_sort-head {
		padding: 10px;
	}



	.top-filters-group {
		width: 100%;
		display: grid;
		gap: 23px;
		grid-template-columns: repeat(2, 2fr);
	}

	.catalog-heading {
		font-size: 26px;
	}

	.catalog-inner {
		margin-top: 40px;
	}

	.section_sort-head,
	.section_sort-body a {
		font-size: 12px;
	}

	.btn-outline-primary.disabled {
		pointer-events: none;
	}

	.btn-outline-primary.mobile {
		display: flex;
		margin-left: auto;
		border: none;
		padding: 0;
		height: auto;
		color: #B9C3CA;
		text-transform: none;
	}

	.btn-outline-primary.mobile.active {
		color: black !important;
		background: transparent !important;
		border: none !important;
	}

	.btn-outline-primary.mobile.active:disabled {
		color: #B9C3CA !important;
	}

	.section_sort {
		max-width: unset;
		flex: unset;
	}

	.categories {
		margin: 40px 0;
	}
}

@media screen and (max-width: 500px) {
	.categories {
		padding: 0;
	}

	.categories .slick-arrow {
		display: none !important;
	}

	.categories__item {
		font-size: 14px;
	}

	.categories-outer {
		width: calc(100% + 15px);
	}
}

@media screen and (max-width: 370px) {
	.top-filters-group {
		grid-template-columns: 4fr;
		gap: 10px;
	}

	.section_filter__btn,
	.section_sort-head {
		justify-content: center;
	}
}