.text-secondary {
	color: #919399;
}

.text-primary {
	color: #2C2D2E;
}

.text-red {
	color: #E31E24;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.not-scroll {
	overflow: hidden;
}

html main {
	padding-top: 65px;
}

.custom-container {
	width: 100%;
	padding: 0 24px;
	max-width: 1184px;
	margin: 0 auto;
}

h1 {
	max-width: 800px;
	text-align: left;
}

.door-banner {
	margin-bottom: 24px;
}

.door-banner img {
	width: 100%;
}

.section-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 32px;
	border-bottom: 1px solid #BFC1C7;
	flex-wrap: wrap;
}

.section-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-list__item.active .section-list__item-name {
	color: #2C2D2E;
	font-family: HelveticaNeueCyr-Medium;
}

.section-list__item.active .section-list__item-image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	width: 48px;
	height: 48px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1713_185)'%3E%3Cpath d='M34.6091 16.3846C35.3416 17.1171 35.3416 18.3043 34.6091 19.0364L22.0305 31.6154C21.2981 32.3474 20.1112 32.3474 19.3788 31.6154L13.3909 25.6271C12.6584 24.895 12.6584 23.7078 13.3909 22.9757C14.1229 22.2433 15.3102 22.2433 16.0422 22.9757L20.7045 27.6379L31.9574 16.3846C32.6898 15.6526 33.8771 15.6526 34.6091 16.3846ZM48 24C48 37.266 37.2642 48 24 48C10.734 48 0 37.2642 0 24C0 10.734 10.7358 0 24 0C37.266 0 48 10.7358 48 24ZM44.25 24C44.25 12.8068 35.1918 3.75 24 3.75C12.8068 3.75 3.75 12.8082 3.75 24C3.75 35.1932 12.8082 44.25 24 44.25C35.1932 44.25 44.25 35.1918 44.25 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1713_185'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: cover;
}

.section-list__item.active .section-list__item-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 16px;
	background: rgb(145 147 153 / 70%);
}

.section-list__item:not(:last-child) {
	margin-right: 16px;
}

.section-list__item-ico {
	width: 128px;
	height: 128px;
}

.section-list__item-image {
	margin-bottom: 16px;
	position: relative;
}

.section-list__item-name {
	color: #919399;
	font-size: 18px;
	line-height: normal;
	text-align: center;
}

.catalog {
	display: grid;
	grid-template-columns: 200px auto;
	column-gap: 48px;
	position: relative;
	align-items: flex-start;
}

.sort {
	width: 100%;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sort__items {
	display: flex;
}

.sort__item {
	color: #30C2FF;
	margin-left: 8px;
	display: flex;
	align-items: center;
}

.sort__items-title {
	margin-right: 4px;
	display: flex;
	align-items: center;
}

.sort-dropdown {
	max-width: 192px;
	position: relative;
}

.sort-dropdown-mobile {
	display: none;
}

.sort-dropdown._open .sort-dropdown-list {
	display: block;
}

.sort-dropdown__head {
	border: 1px solid #E0E2E7;
	height: 40px;
	width: 192px;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 0 11px 0 16px;
	border-radius: 3px;
}

.sort-dropdown__head > svg {
	margin-left: 8px;
}

.sort-dropdown-list {
	display: none;
	border: 1px solid #008CDB;
	border-radius: 3px;
	position: absolute;
    width: 100%;
    top: calc(100% + 8px);
	z-index: 1;
	background: #fff;
}

.sort-dropdown-list__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
	color: #515257;
	padding: 10px 12px 6px 12px;
	transition: 0.3s;
}

.sort-dropdown-list__item:hover {
	background: #DAF4FF;
}

.sort-dropdown-list__item._selected {
	color: #008CDB;
}

.sort-dropdown-list__item > svg {
	margin-left: 4px;
	flex: 0 0 10px;
}

.open-filter {
	display: none;
	align-items: center;
	font-size: 13px;
	line-height: 18px;
	background: none;
	border: none;
	padding: 0;
	margin-right: 8px;
}

.open-filter__count {
	display: flex;
	margin-right: 6px;
	position: relative;
}

.open-filter__count-value {
	background: #E31E24;
	border-radius: 50%;
	color: #FFF;
	font-size: 10px;
	line-height: normal;
	width: 12px;
	height: 12px;
	text-align: center;
	position: absolute;
	top: -4px;
	right: -6px;
}

.select-filter {
	display: flex;
	margin-bottom: 24px;
	overflow: auto;
}

.select-filter .selected-items{
	display: flex;
}

.select-filter__item {
	margin-right: 8px;
	border-radius: 20px;
	border: 2px solid #30C2FF;
	background: #FFF;
	padding: 6px 8px;
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}

.select-filter__item-delete {
	cursor: pointer;
	display: flex;
	margin-left: 7px;
	border: none;
	padding: 0;
	background: #fff;
	white-space: nowrap;
}

.select-filter-reset {
	border-radius: 20px;
	background: #F0F2F4;
	padding: 8px;
	font-size: 14px;
	line-height: normal;
	cursor: pointer;
	white-space: nowrap;
}

.catalog-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 48px 40px;
	margin-bottom: 32px;
}

.catalog-item {
	position: relative;
	padding: 16px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 32px 0px rgba(0, 16, 61, 0.16);
}

.catalog-item:hover {
	border-radius: 5px 5px 0 0;
}

.catalog-item:hover .catalog-item-colors {
	display: flex;
}

.catalog-item__image {
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 280px;
	max-height: 280px;
}

.catalog-item__image img {
	max-height: 275px;
}

.catalog-item__name {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}

.catalog-item__descr {
	margin-bottom: 8px;
	color: #919399;
	font-size: 12px;
	line-height: 140%;
}

.catalog-item__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.catalog-item__price {
	color: #E91A23;
	font-size: 18px;
	line-height: 1;
	margin-right: 8px;
}

.catalog-item-order {
	color: #2C2D2E;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #E91A23;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-family: 'HelveticaNeueCyr-Medium';
	width: 104px;
	text-align: center;
}

.catalog-item-discount {
	background: #E91A23;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
	border-radius: 6px;
	margin-right: 8px;
	height: 24px;
}

.catalog-item-labels {
	display: flex;
	position: absolute;
    left: 48px;
    top: 16px;
}

.catalog-item-label__item {
	padding: 4px 7px;
	border-radius: 5px;
	font-size: 11px;
	font-family: 'HelveticaNeueCyr-Medium';
	line-height: 86.5%;
	height: 24px;
	text-transform: uppercase;
	color: #fff;
}

.catalog-item-label__item._color {
	background: #008CDB;
	padding: 7px 7px;
	margin-right: 8px;
}

.catalog-item-label__item._red {
	background: #E31E24;
	padding: 4px 6px;
}

.catalog-item-label__item._new {
	background: #0DC268;
	font-size: 16px;
	font-weight: 700;
	font-family: "HelveticaNeueCyrRoman", Helvetica;
}

.catalog-item-colors {
	flex-wrap: wrap;
	display: none;
	position: absolute;
	bottom: auto;
	left: 0;
	background: #fff;
	z-index: 1;
	padding: 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 16, 61, 0.16);
	width: 100%;
}

.catalog-item-colors__item {
	margin-right: 5px;
	margin-bottom: 7px;
	position: relative;
	padding: 1px;
}

.catalog-item-colors__item.active::after {
	content: "";
	border: 2px solid #30C2FF;
	border-radius: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.catalog-item-adv {
	position: absolute;
	right: 16px;
	top: 16px;
}

.catalog-item-adv__item {
	position: relative;
	display: flex;
}

.catalog-item-adv__item svg {
	color: #BFC1C7;
}

.bx-no-touch .catalog-item-adv__item:hover .catalog-item-adv__item-text {
	opacity: 1;
	visibility: visible;
}

.catalog-item-adv__item:hover svg {
	color: #30C2FF;
}

.catalog-item-adv__item:not(:last-child) {
	margin-bottom: 8px;
}

.catalog-item-adv__item-text {
	padding: 8px;
	box-shadow: 0px 4px 32px 0px rgba(0, 16, 61, 0.16);
	position: absolute;
	z-index: 1;
	left: 40px;
	top: -50%;
	background: #fff;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	border-radius: 5px;
	width: 155px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.catalog-item-adv__item-text::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #ffffff transparent transparent;
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.articles-pagination {
	display: flex;
	justify-content: flex-end;
}

.articles-pagination__item {
	padding: 8px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 2px solid #fff;
	color: #2C2D2E;
}

.articles-pagination__item:not(:last-child) {
	margin-right: 16px;
}

a.articles-pagination__item:visited {
	color: #2C2D2E;
}

span.articles-pagination__item._disabled {
	color: #757D8A;
}

span.articles-pagination__item._disabled:hover {
	border: 2px solid #fff;
	cursor: default;
}

span.articles-pagination__item.active,
a.articles-pagination__item:hover {
	border: 2px solid #008CDB;
}

.filter__close {
	position: absolute;
	top: 8px;
	right: 24px;
	display: none;
}

.filter__name {
	display: none;
	font-size: 17px;
	font-family: 'HelveticaNeueCyr-Medium';
	line-height: 24px;
	margin-bottom: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid #BFC1C7;
	text-align: center;
}

.filter-fields {
	margin-bottom: 24px;
}

.filter-field:not(:last-child) {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #BFC1C7;
}

.filter-field__dropdown {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-bottom: 8px; */
	cursor: pointer;
}

/* .filter-field__dropdown._close {
	margin-bottom: 0;
} */

.filter-field__dropdown._close img {
	transform: rotate(180deg);
}

.filter-field__name {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

.catalog-list-footer {
	display: flex;
	justify-content: flex-end;
}

.catalog-more {
	border-radius: 4px;
	background: #E91A23;
	width: 240px;
	color: #FFF;
	font-size: 14px;
	font-family: 'HelveticaNeueCyr-Medium';
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 100px;
	height: 40px;
}

.set-filter,
.reset-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	line-height: normal;
	padding: 12px 24px;
	width: 100%;
	cursor: pointer;
}

.set-filter {
	background: #E31E24;
	color: #FFF;
	margin-bottom: 8px;
}

.reset-filter {
	border: 1px solid #E31E24;
	color: #424242;
	background: #fff;
}

.filter-field__values {
	margin-top: 8px;
}

.filter-field__values_color {
	display: flex;
	flex-wrap: wrap;
}

.checkbox {
	display: flex;
	cursor: pointer;
	margin-bottom: 8px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #2C2D2E;
}

.checkbox input {
	display: none;
}

.checkbox input[disabled]+.checkbox__mark {
	border: 2px solid #D2D2D2;
}

.checkbox input[disabled]~.checkbox__name {
	color: #9F9F9F;
}

.checkbox__mark {
	content: "";
	display: block;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 2px solid #757D8A;
	margin-right: 6px;
}

.checkbox input:checked+.checkbox__mark {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4.5 7L10.5 1' stroke='%2330C2FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #30C2FF;
}

.checkbox-color {
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	position: relative;
}

.checkbox-color:hover .checkbox-color__name {
	opacity: 1;
	visibility: visible;
}

.checkbox-color input {
	display: none;
}

.checkbox-color input[disabled]+.checkbox-color__wrap::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id=' Outline / close'%3E%3Cpath id='Verctor' fill-rule='evenodd' clip-rule='evenodd' d='M15.65 14L20.6585 8.99155C21.1146 8.53538 21.1146 7.79805 20.6585 7.34188C20.2023 6.88571 19.465 6.88571 19.0088 7.34188L14.0003 12.3504L8.99179 7.34188C8.53562 6.88571 7.79829 6.88571 7.34212 7.34188C6.88596 7.79805 6.88596 8.53538 7.34212 8.99155L12.3506 14L7.34212 19.0085C6.88596 19.4647 6.88596 20.202 7.34212 20.6582C7.56962 20.8857 7.86829 21 8.16696 21C8.46562 21 8.76429 20.8857 8.99179 20.6582L14.0003 15.6497L19.0088 20.6582C19.2363 20.8857 19.535 21 19.8336 21C20.1323 21 20.431 20.8857 20.6585 20.6582C21.1146 20.202 21.1146 19.4647 20.6585 19.0085L15.65 14Z' fill='%232C2D2E'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.32);
}
.checkbox-color.disabled{
	display: none;
}
.checkbox-color.disabled .checkbox-color__wrap::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id=' Outline / close'%3E%3Cpath id='Verctor' fill-rule='evenodd' clip-rule='evenodd' d='M15.65 14L20.6585 8.99155C21.1146 8.53538 21.1146 7.79805 20.6585 7.34188C20.2023 6.88571 19.465 6.88571 19.0088 7.34188L14.0003 12.3504L8.99179 7.34188C8.53562 6.88571 7.79829 6.88571 7.34212 7.34188C6.88596 7.79805 6.88596 8.53538 7.34212 8.99155L12.3506 14L7.34212 19.0085C6.88596 19.4647 6.88596 20.202 7.34212 20.6582C7.56962 20.8857 7.86829 21 8.16696 21C8.46562 21 8.76429 20.8857 8.99179 20.6582L14.0003 15.6497L19.0088 20.6582C19.2363 20.8857 19.535 21 19.8336 21C20.1323 21 20.431 20.8857 20.6585 20.6582C21.1146 20.202 21.1146 19.4647 20.6585 19.0085L15.65 14Z' fill='%232C2D2E'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.32);
}

.checkbox-color .checkbox-color__wrap {
	position: relative;
}

.checkbox-color .bx-filter-btn-color-icon {
	border: 2px solid #fff;
}

.checkbox-color input:checked+.checkbox-color__wrap .bx-filter-btn-color-icon {
	border: 2px solid #30C2FF;
	border-radius: 6px;
}

.checkbox-color__name {
	padding: 4px 8px;
	font-size: 13px;
	line-height: 20px;
	border-radius: 4px;
	font-weight: 400;
	background: #FFF;
	box-shadow: 0px 4px 32px 0px rgba(0, 16, 61, 0.16);
	position: absolute;
	z-index: 1;
	top: calc(100% + 4px);
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.checkbox-dropdown {}

.checkbox-dropdown__items {
	margin-left: 10px;
	padding-left: 12px;
	border-left: 1px solid rgba(0, 16, 61, 0.12);
}

.checkbox-dropdown__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.checkbox-dropdown__head .checkbox {
	margin-bottom: 0;
}

.checkbox-dropdown__open {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 11H9C8.45 11 8 11.45 8 12C8 12.55 8.45 13 9 13H15C15.55 13 16 12.55 16 12C16 11.45 15.55 11 15 11ZM19 18C19 18.551 18.552 19 18 19H6C5.448 19 5 18.551 5 18V6C5 5.449 5.448 5 6 5H18C18.552 5 19 5.449 19 6V18ZM18 3H6C4.346 3 3 4.346 3 6V18C3 19.654 4.346 21 6 21H18C19.654 21 21 19.654 21 18V6C21 4.346 19.654 3 18 3Z' fill='%2330C2FF'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	border: none;
	cursor: pointer;
}

.checkbox-dropdown__open._close {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 11H13V9C13 8.45 12.55 8 12 8C11.45 8 11 8.45 11 9V11H9C8.45 11 8 11.45 8 12C8 12.55 8.45 13 9 13H11V15C11 15.55 11.45 16 12 16C12.55 16 13 15.55 13 15V13H15C15.55 13 16 12.55 16 12C16 11.45 15.55 11 15 11ZM19 18C19 18.551 18.552 19 18 19H6C5.448 19 5 18.551 5 18V6C5 5.449 5.448 5 6 5H18C18.552 5 19 5.449 19 6V18ZM18 3H6C4.346 3 3 4.346 3 6V18C3 19.654 4.346 21 6 21H18C19.654 21 21 19.654 21 18V6C21 4.346 19.654 3 18 3Z' fill='%2330C2FF'/%3E%3C/svg%3E");
}

.price {
	display: grid;
	column-gap: 8px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 16px;
}

.price__input {
	border-radius: 5px;
	border: 1px solid #BFC1C7;
	background: #FFF;
	height: 32px;
	width: 96px;
	padding: 0 8px;
	width: 100%;
	outline: none;
}

.price__input:focus {
	border: 1px solid #30C2FF;
}

.adv-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.adv-list__item {
	text-align: center;
	max-width: 176px;
}

.adv-list__item:not(:last-child) {
	margin-right: 16px;
}

.adv-list__item-ico {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}

.adv-list__item-name {
	font-size: 15px;
	line-height: 20px;
}

@media (max-width: 1157px) {
	html main {
		padding-top: 0;
	}
}

@media (max-width: 1023px) {
	h1 {
		margin-bottom: 16px;
	}

	.section-list__item-ico {
		width: 104px;
		height: 104px;
		margin-bottom: 8px;
	}

	.section-list__item.active::after {
		width: 40px;
		height: 40px;
	}

	.section-list__item-name {
		font-size: 13px;
		max-width: 120px;
	}

	.section-list__item.active::after {
		top: 30px;
	}

	.catalog {
		display: block;
	}

	.filter {
		display: none;
		position: fixed;
		z-index: 99;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		padding: 16px 24px;
		overflow: auto;
	}

	.filter._open {
		display: block;
	}

	.filter__name,
	.filter__close {
		display: block;
	}

	.set-filter {
		position: sticky;
		bottom: 52px;
	}

	.reset-filter {
		position: sticky;
		bottom: 0;
	}

	.open-filter {
		display: flex;
	}

	.section-list {
		margin-bottom: 14px;
	}

	.select-filter {
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	.sort {
		flex-direction: row-reverse;
	}

	.sort__item {
		font-size: 13px;
	}

	.catalog-list-footer {
		justify-content: space-between;
	}

	.catalog-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 16px;
	}

	.catalog-item {
		box-shadow: none;
		padding: 8px 8px 16px 8px;
		border-radius: 5px;
		border: 1px solid #D2D2D2;
	}

	.catalog-item__image {
		min-height: 128px;
		max-height: 128px;
	}

	.catalog-item__image img {
		max-height: 128px;
	}

	.catalog-item__name {
		color: #4D5054;
		font-size: 12px;
		line-height: 130%;
	}

	.catalog-item__descr {
		display: none;
	}

	.catalog-item__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.catalog-item__price {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 17px;
	}

	.catalog-item-order {
		text-align: center;
		width: 100%;
	}

	.catalog-item-adv {
		display: none;
	}

	.catalog-item-label {
		display: none;
	}

	.checkbox-color img {
		width: 42px;
	}

	.checkbox-color__name {
		display: none;
	}

	.adv-list__item-ico {
		justify-content: flex-start;
	}

	.adv-list__item-name {
		font-weight: 700;
	}

	.adv-list__item {
		text-align: left;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 20px;
	}

	.custom-container {
		padding: 0 16px;
	}

	.catalog-list {
		grid-template-columns: 1fr 1fr;
	}

	.catalog-list-footer {
		flex-direction: column;
		align-items: center;
	}

	.catalog-more {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.articles-pagination {
		justify-content: center;
	}

	.section-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 16px;
	}

	.filter {
		padding: 16px;
	}

	.checkbox-color__name {
		left: 0;
		transform: none;
	}

	.filter__close {
		right: 16px;
	}

	.sort {
		justify-content: space-between;
	}

	.sort-dropdown {
		display: none;
	}
	
	.sort-dropdown-mobile {
		display: block;
	}

	.sort-dropdown-list {
		width: 140px;
		right: 0;
		top: 100%;
	}

	.sort-dropdown__head {
		width: auto;
		border: none;
		padding: 0;
		color: #30C2FF;
	}

	.sort__items-title {
		display: none;
	}

	.adv-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.catalog-item-order {
		font-size: 12px;
	}

	.catalog-item-labels {
		top: 8px;
		left: 8px;
	}

	.catalog-item:hover .catalog-item-colors {
		display: none;
	}
}

@media (max-width: 479px) {
	.catalog-more {
		width: 100%;
	}

	.section-list__item:not(:last-child) {
		margin-right: 0;
	}
}

.bx-filter-btn-color-icon{
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 4px;
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1) inset;
}

/*
* 	Result Popup
*
*/

/* .bx-filter-popup-result{
	display: inline-block;
    position: absolute;
    right: 210px;
    width: 110px;
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 5px;
} */

.bx-filter .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: 5px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	background-color: #f3f4f6;
	border-radius: 10px;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 105%;
}
.bx-filter .bx-filter-popup-result.left {
	right: 105%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .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;
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}