.catalog {
	padding-top: 30px;
	margin-bottom: 100px;
}

.catalog__body {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.catalog__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
}

.catalog__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.catalog__stock {
	margin-top: 20px;
}

.head-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 5px;
}

.head-catalog__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
	color: #000000;
}

.head-catalog__counts {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #858585;
	margin-top: 2px;
}

.sidebar-catalog__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}

.sidebar-catalog__section:not(:last-child) {
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}

.sidebar-catalog__body {
	margin-top: 20px;
}

.top-sidebar-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #bdbdbd;
	padding: 20px 20px;
	margin: 0px -20px 30px;
}

.top-sidebar-catalog__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}

.top-sidebar-catalog__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
}

.top-sidebar-catalog__close img {
	width: 100%;
	height: 100%;
}

.stock-catalog__banner {
	width: 100%;
	margin-bottom: 30px;
}

.stock-catalog__banner img {
	width: 100%;
	max-width: 100%;
}

.stock-catalog__banner_notebook {
	display: none;
}

.stock-catalog__banner_tab {
	display: none;
}

.stock-catalog__banner_mob {
	display: none;
}

.stock-catalog__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
}

.stock-catalog__description > *:not(:last-child) {
	margin-bottom: 10px;
}

.stock-catalog__description b {
	font-weight: 500;
}

.stock-catalog__description h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	margin-bottom: 15px;
}

.head-sidebar-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.head-sidebar-catalog._active .head-sidebar-catalog__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.head-sidebar-catalog__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}

.head-sidebar-catalog__clear {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #e92f48;
	margin-left: 5px;
	margin-right: 5px;
}

.head-sidebar-catalog__arrow {
	margin-left: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.list-sidebar-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
	max-height: 245px;
	overflow-y: auto;
	margin-right: -8px;
	padding-right: 8px;
}

.list-sidebar-catalog::-webkit-scrollbar {
	width: 15px;
	background: #f6f6f6;
}

.list-sidebar-catalog::-webkit-scrollbar-thumb {
	background: #c0c0c0;
}

.list-sidebar-catalog__item .checkbox {
	display: block;
}

.ranger-sidebar-catalog__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.ranger-sidebar-catalog__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px) / 2);
	flex: 0 0 calc((100% - 20px) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
	padding: 0px 10px;
	height: 38px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
}

.ranger-sidebar-catalog__prefix {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.ranger-sidebar-catalog__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	min-width: 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.ranger-sidebar-catalog__slider {
	margin-top: 35px;
}

.main-catalog__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}

.main-catalog__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 3) / 4);
	flex: 0 0 calc((100% - 30px * 3) / 4);
	padding: 20px;
}

.main-catalog__product .price-product__value {
	font-size: 18px;
	line-height: 23px;
}
.mb-1 {
	margin-bottom: 1rem;
}
.main-catalog__product .price-product__old {
	font-size: 14px;
	line-height: 18px;
}
.main-catalog__product .retail_price {
	font-size: 14px;
}
.main-catalog__paggination {
	margin-top: 30px;
}

.category-seo {
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.82);
}

.category-seo > *:first-child {
	margin-top: 0;
}

.category-seo > *:last-child {
	margin-bottom: 0;
}

.category-seo p,
.category-seo ul,
.category-seo ol,
.category-seo blockquote,
.category-seo table,
.category-seo h2,
.category-seo h3,
.category-seo h4 {
	margin-bottom: 14px;
}

.category-seo ul,
.category-seo ol {
	padding-left: 22px;
}

.category-seo ul li {
	list-style: disc;
}

.category-seo ol li {
	list-style: decimal;
}

.category-seo a {
	color: #000000;
	text-decoration: underline;
}

.category-seo strong,
.category-seo b {
	font-weight: 700;
}

.head-main-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-bottom: 20px;
}

.head-main-catalog__counts {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #858585;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.head-main-catalog__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.head-main-catalog__filter {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 20px;
	min-height: 100%;
	background: #000;
	border-radius: 999px;
}

.head-main-catalog__select {
	width: 100%;
}

.head-main-catalog__select .select__title {
	border: 1px solid #858585;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
}

.head-main-catalog__select .select__value {
	width: 100%;
}

.paggination-main-catalog__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.paggination-main-catalog__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #c8c8c8;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #c8c8c8;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.paggination-main-catalog__item._more {
	border: none;
}

.paggination-main-catalog__item._active {
	border-color: #e92f48;
	color: #e92f48;
}
