.rs-17 .rs-catalog {
	padding-bottom: 50px;
}

.rs-17 .rs-catalog .panel-heading {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
}

.rs-17 .rs-catalog .panel-heading,
.rs-17 .rs-catalog .panel-group .panel {
	border-radius: 0;
	border: none;
}

.rs-17 .rs-catalog .panel-title {
	color: #212121;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rs-17 .rs-catalog .panel-title > a:first-child {
	flex: 1;
	color: #212121;
	text-decoration: none;
}

.rs-17 .rs-catalog .panel-title > a:first-child:hover,
.rs-17 .rs-catalog .panel-title > a:first-child:focus {
	color: #121314;
	text-decoration: none;
}

.rs-17 .rs-catalog .panel-title .category-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	color: #212121;
	text-decoration: none;
	cursor: pointer;
	flex-shrink: 0;
	background: none;
	border: none;
	outline: none;
}

.rs-17 .rs-catalog .panel-title .category-toggle:hover,
.rs-17 .rs-catalog .panel-title .category-toggle:focus {
	color: #121314;
	text-decoration: none;
	outline: none;
}

.rs-17 .rs-catalog .panel-title .category-toggle i {
	transform: rotate(0deg);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.rs-17 .rs-catalog .panel-title .category-toggle:not(.collapsed) i {
	transform: rotate(-90deg);
}

.rs-17 .rs-catalog .nav-stacked li a {
	border-bottom: solid 1px #eee;
	margin: 0;

	&:last-child {
		/* border-bottom: none; */
	}
}

.rs-17 .rs-catalog .nav-stacked li>.children {
	display: none;
}

.rs-17 .rs-catalog .nav-stacked .current-cat li>.children {
	display: block;
}

/*.rs-17 .rs-catalog .nav-stacked li.current-cat>.children,
.rs-17 .rs-catalog .nav-stacked li.current-cat-parent>.children,
.rs-17 .rs-catalog .nav-stacked li.current-cat-ancestor>.children {
	display: block;
	list-style: none;
	margin: 0 9px 0;
	border-radius: 0;
	border-left: 1px solid #dddddd;
	padding: 0;
}*/

/*.rs-17 .rs-catalog .nav-stacked>li.current-cat-parent>.children,
.rs-17 .rs-catalog .nav-stacked>li.current-cat-parent>.children .current-cat>.children {
	display: block;
	list-style: none;
	margin: 0 9px 0;
	border-radius: 0;
	border-left: 1px solid #dddddd;
	padding: 0;
}*/

.price-sales {
	color: #004280;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	.price_main {
		color: #4B4B4B;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
}

.rs-17 .rs-catalog .nav-stacked>li.current-cat,
.rs-17 .rs-catalog .nav-stacked li.current-cat>a,
.rs-17 .rs-catalog .nav-stacked>li.current-cat-parent,
.rs-17 .rs-catalog .nav-stacked>li.current-cat-ancestor>a {
	font-weight: 700;
}

.rs-17 .rs-catalog .nav-stacked li a:hover {
	font-weight: 700;
	text-decoration: none;
}

.rs-17 .rs-catalog .nav-stacked>li:last-child {
	border-bottom: none;
	/* margin-bottom: -15px; */
}

.rs-17 .rs-catalog .nav-stacked>li:last-child a {
	border-bottom: none;
	/* margin-bottom: -15px; */
}

.rs-17 .rs-catalog .nav-stacked li>a,
.rs-17 .rs-catalog .nav-stacked li {
	background: none;
	font-weight: 400;
	color: #424242;
	margin-bottom: 0;
}

.rs-17 .rs-catalog .nav-stacked>li>.badge {
	position: absolute;
	top: 14px;
	right: 0;
}

.rs-17 .rs-catalog .nav-stacked li a {
	padding: 12px;
	transition: none;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
}

.rs-17 .rs-catalog .nav-stacked>li>a:hover,
.rs-17 .rs-catalog .nav-stacked>li>a:focus,
.rs-17 .rs-catalog .nav-stacked>li.active>a,
.rs-17 .rs-catalog .nav-stacked>li.active {
	font-weight: 700;
	text-decoration: none;
	outline: none;
}

.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children {
	position: static;
	float: none;
	box-shadow: none;
	margin: 0;
	border-radius: 0;
	border: none;
	padding: 0;
	list-style: none;
	margin: 0;
}

.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li>a,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children>li>a,
.rs-17 .rs-catalog .nav-stacked>li.current-cat-parent>.children>li>a,
.rs-17 .rs-catalog .nav-stacked>li.current-cat-ancestor>.children>li>a {}

.rs-17 .rs-catalog .nav-stacked>li.current-cat-parent>.children li>.children li>.badge,
.rs-17 .rs-catalog .nav-stacked>li.current-cat-parent>.children>li>.badge,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children li>.badge,
.rs-17 .rs-catalog .nav-stacked li.current-cat-ancestor>.children li>.badge {
	display: none;
}

.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li>a:hover,
.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li>a:focus,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children>li>a:hover,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children>li>a:focus {
	font-weight: 700;
	background: none;
	text-decoration: none;
}

.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.open>.dropdown-menu,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children>li>.children,
.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.dropdown-submenu>.dropdown-menu {
	position: static;
	float: none;
	box-shadow: none;
	margin: 0 15px 0;
	border-radius: 0;
	border: none;
	border-left: 1px solid #dddddd;
	padding: 0;
	list-style: none;
}

.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.open>.dropdown-menu>li>a,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children>li>.children>li>a,
.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.dropdown-submenu>.dropdown-menu>li>a {
	white-space: normal;
	font-size: 12px;
	padding: 3px 16px;
	line-height: 1.5;
	transition: none;
	background: none;
	color: #424242;
}

.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.open>.dropdown-menu>li>a:hover,
.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.open>.dropdown-menu>li>a:focus,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children>li>.children>li>a:hover,
.rs-17 .rs-catalog .nav-stacked>li.current-cat>.children>li>.children>li>a:focus,
.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.dropdown-submenu>.dropdown-menu>li>a:hover,
.rs-17 .rs-catalog .nav-stacked>li.open>.dropdown-menu>li.dropdown-submenu>.dropdown-menu>li>a:focus {
	font-weight: 700;
	background: none;
	text-decoration: none;
}

.rs-17 .rs-catalog .nav-stacked>li>a>.badge {
	color: #fff;
	background-color: #777777;
	font-weight: 400;
	font-size: 11px;
}

.rs-17 .rs-catalog .nav-stacked>li+li {
	margin-top: 0;
}

.rs-17 .rs-catalog .panel .panel-body label {
	font-size: 13px;
	font-weight: 600;
	color: #454545;
	margin-bottom: 10px;
}

.rs-17 .rs-catalog .panel .panel-body input[type="radio"],
.rs-17 .rs-catalog .panel .panel-body input[type="checkbox"] {
	margin-top: 0;
	margin-right: 12px;
}

.rs-17 .rs-catalog .color-filter span {
	border: 1px solid #DDDDDD;
	display: inline-block;
	height: 14px;
	margin: 0 3px 0 1px;
	width: 14px;
}

.rs-17 .rs-catalog .maxheight300 {
	max-height: 300px;
}

.rs-17 .rs-catalog .category-top h1 {
	font-size: 28px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.rs-17 .rs-catalog .category-top h1 {
		font-size: 20px;
	}
}

.rs-17 .rs-catalog .category-top p {
	margin-bottom: 15px;
}

.rs-17 .rs-catalog .img-banner {
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.rs-17 .rs-catalog .img-banner img {
	width: 100%;
}

/* Текущая категория и подкатегории - горизонтальный скролл */
.rs-17 .rs-catalog .current-category-navigation {
	margin-bottom: 20px;
}

.rs-17 .rs-catalog .category-navigation-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.rs-17 .rs-catalog .category-navigation-scroll {
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	flex: 1;
	padding-bottom: 5px;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
	position: relative;
}

.rs-17 .rs-catalog .category-navigation-scroll::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.rs-17 .rs-catalog .category-navigation-wrapper.has-scroll .category-navigation-scroll::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	z-index: 2;
}

.rs-17 .rs-catalog .category-nav-item {
	padding: 0 24px;
	background-color: #fff;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.3s ease;
	flex-shrink: 0;
	color: #4B4B4B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 36px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #E0E0E0;
	position: relative;
	z-index: 2;
}

.rs-17 .rs-catalog .category-nav-item:hover {
	background-color: #f5f5f5;
	border-color: #85B42B;
	color: #1b1b1b;
	text-decoration: none;
}

.rs-17 .rs-catalog .category-nav-item.active {
	background-color: rgba(133, 180, 43, 0.08);
	border-color: #85B42B;
	border-bottom: 2px solid #85B42B;

}

.rs-17 .rs-catalog .category-nav-scroll-btn {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background:transparent;
	border-radius: 50%;
	color: #A1A1A1;
	cursor: pointer;
	flex-shrink: 0;
	transition: all 0.3s ease;
	outline: none;
	position: absolute;
	left: auto;
	right: -8px;
	z-index: 3;
}

.rs-17 .rs-catalog .category-nav-scroll-btn:hover {
	color: #000;
}

.rs-17 .rs-catalog .category-nav-scroll-btn:active {
	transform: scale(0.95);
}

.rs-17 .rs-catalog .category-nav-scroll-btn i {
	font-size: 14px;
}

.rs-17 .rs-catalog .category-navigation-wrapper.has-scroll .category-nav-scroll-right {
	display: flex;
}

.rs-17 .rs-catalog .product-filter {
	padding-bottom: 7px;
}

.rs-17 .rs-catalog .product-filter p {
	font-size: 14px;
	margin-top: 7px;
	color: #000;
	font-weight: 300;
	margin-bottom: 0;
}

.rs-17 .rs-catalog .change-view {
	margin-right: 10px;
}

.rs-17 .rs-catalog .change-view a {
	border: 1px solid #CCCCCC;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	height: 34px;
	line-height: 23px;
	margin-left: 5px;
	overflow: hidden;
	padding: 5px 8px;
	border-radius: 3px;
	color: #444444;
	outline: none;
}

.rs-17 .rs-catalog .change-view a:hover,
.rs-17 .rs-catalog .change-view a:focus,
.rs-17 .rs-catalog .change-view a.active {
	color: #121314;
	border-color: #121314;
}

.rs-17 .rs-catalog .product-item {
	transition: all 0.3s ease 0s;
	border-radius: 12px;
}

.rs-17 .rs-catalog .product-item .price-block {
	margin-top: 30px;
	visibility: hidden;
}

.rs-17 .rs-catalog .list-view .product-item {
	display: block;
	height: auto !important;
	width: 100% !important;
	overflow: hidden;
	margin-bottom: 20px;
	min-height: auto;
}

.rs-17 .rs-catalog .quickview {
	display: block;
	top: 50%;
	margin-top: -25px;
	max-height: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
	visibility: hidden;
}

.rs-17 .rs-catalog .product-item h4 {
	margin: 0;
	height: 42px;
	overflow: hidden;
	display: block;
	line-height: 21px;
	margin: 20px 0 5px;
	padding: 0;
}

.rs-17 .rs-catalog .product-item h4 a {
	font-weight: 700;
	color: #424242;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 18px;
}

.rs-17 .rs-catalog.description {
	padding-left: 5px;
	padding-right: 5px;
}

.rs-17 .rs-catalog .description p {
	color: #616161;
	font-size: 14px;
	height: 40px;
	line-height: 18px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

.rs-17 .rs-catalog .product {
	display: block;
	height: auto;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	text-align: center;
	overflow: hidden;
}

.rs-17 .rs-catalog .list-view .product {
	padding-right: 20px;
}


.rs-17 .rs-catalog .product-image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.rs-17 .rs-catalog .list-view .product-image {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	max-height: 260px;
	max-width: 350px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	padding-right: 20px;
	background: #fff;
}

.rs-17 .rs-catalog .product-image a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

/*.rs-17 .rs-catalog .product:hover .product-image>a {*/
/*	-moz-transform: scale3d(1.1, 1.1, 1) rotate(-1.5deg);*/
/*	-ms-transform: scale3d(1.1, 1.1, 1) rotate(-1.5deg);*/
/*	-o-transform: scale3d(1.1, 1.1, 1) rotate(-1.5deg);*/
/*	-webkit-transform: scale3d(1.1, 1.1, 1) rotate(-1.5deg);*/
/*	transform: scale3d(1.1, 1.1, 1) rotate(-1.5deg);*/
/*}*/

.rs-17 .rs-catalog .promotion {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 0;
	height: 25px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.rs-17 .rs-catalog .promotion li {
	display: inline-block;
	margin-left: -4px;
}

.rs-17 .rs-catalog .promotion li:last-child {
	border-radius: 0 4px 4px 0;
}

.rs-17 .rs-catalog .new {
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	height: 100%;
	padding: 3px 10px;
	background-color: #4ec67f;
}

.rs-17 .rs-catalog .discount {
	background: #e64c3c;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 100%;
	padding: 3px 9px;
	text-transform: uppercase;
}

.rs-17 .rs-catalog .price {
	font-size: 16px;
	font-weight: 700;
	color: #424242;
	line-height: 1.5;
}

.rs-17 .rs-catalog .price>span {
	margin-right: 3px;
	margin-left: 3px;
}

/*.rs-17 .rs-catalog  .price-standard {
    font-size: 14px;
    font-weight:400;
    color: #a6a6a6;
	line-height: 1.5;
	text-decoration: line-through;
}*/
.rs-17 .price-standard {
	font-size: 14px;
	font-weight: 400;
	color: #a6a6a6;
	line-height: 1.5;
	text-decoration: line-through;
}

.rs-17 .rs-catalog .list-view .price-block,
.rs-17 .rs-catalog .list-view .price,
.rs-17 .rs-catalog .list-view .action-control {
	text-align: right;
}

.rs-17 .rs-catalog .sub-description {
	font-weight: 300;
	color: #616161;
	line-height: 1.7;
}

.rs-17 .rs-catalog .sub-description p {
	margin: 0 auto;
}

.rs-17 .rs-catalog .sub-description.sub-description_color>span {
	text-indent: -9999px;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 5px 1px 0;
	border-radius: 50%;
}

.rs-17 .rs-catalog .product-filter .count {
	font-family: 'Montserrat', sans-serif;
}

.rs-17 .rs-catalog .list-view .description {
	margin: 0 auto;
	min-height: auto;
	max-width: 100%;
	text-align: right;
}

.rs-17 .rs-catalog .action-control {
	border: 0;
	display: block;
	height: auto;
	padding: 5px 0 0;
	width: 100%;
}

.rs-17 .rs-catalog .action-control .btn-color {
	background-color: #85B42B;
	font-weight: 700;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.2);*/
	color: #fff;
}

.rs-17 .rs-catalog .action-control .btn-color:hover,
.rs-17 .rs-catalog .action-control .btn-color:focus {
	background-color: #74A11E;
}

.rs-17 .rs-catalog .product:hover .btn-quickview {
	visibility: visible;
	opacity: 0.85;
	-webkit-opacity: 0.85;
	-ms-opacity: 0.85;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}

.rs-17 .rs-catalog .category-footer {
	border-top: solid 1px #eee;
	padding-top: 20px;
	margin-top: 0;
}

.rs-17 .rs-catalog .pagination>li>a,
.rs-17 .rs-catalog .pagination>li>span {
	font-size: 12px;
	color: #7c7c7c;
}

.rs-17 .rs-catalog .pagination {
	margin-top: 0;
	margin-bottom: 10px;
}

.rs-17 .rs-catalog .pagination>.active>a {
	background-color: #c2c2c2;
	border-color: #c2c2c2;
	color: #fff;
}

.rs-17 .rs-catalog .select2-container .select2-selection--single {
	height: 34px;
}

.rs-17 .rs-catalog .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
	color: #424242;
}

.rs-17 .rs-catalog .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.rs-17 .rs-catalog .priceFilterBody .form-group {
	max-width: 30%;
	float: left;
}

.rs-17 .rs-catalog .priceFilterBody .btn {
	background-color: #778899;
	color: #fff;
	text-shadow: 0 1px 0 #abb0b4;
	font-weight: 600;
	border: none;
	padding: 7px 12px;
	margin-left: 15px;
	transition: all 0.5s;
	outline: none;
}

.rs-17 .rs-catalog .priceFilterBody .btn:focus,
.rs-17 .rs-catalog .priceFilterBody .btn:active {
	outline: none;
}

.rs-17 .rs-catalog .priceFilterBody .btn:hover {
	background-color: #696969;
}

.rs-17 .rs-catalog .priceFilterBody .sp {
	padding: 5px;
}

.rs-17 .rs-catalog .category-top h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}

.rs-17 .rs-catalog .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #c2c2c2 !important;
	width: 8px;
}

.rs-17 .rs-catalog .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
}

.rs-17 .rs-catalog .panel-bottom {
	margin-top: 15px;
}

.rs-17 .rs-catalog .panel-bottom-block {
	padding-left: 0;
	padding-right: 0;
}

.rs-17 .rs-catalog .panel-bottom .panel-bottom-block+.panel-bottom-block {
	padding-left: 15px;
}

.rs-17 .rs-catalog .panel-bottom-block .btn {
	width: 100%;
	font-weight: 600;
	padding: 6px 12px;
}

.rs-17 .rs-catalog .panel-bottom-block .btn-default {
	background-color: #bdc3c7;
	color: #fff;
	text-shadow: 0 1px 0 #abb0b4;
	border: none;
	padding: 7px 12px;
}

.rs-17 .rs-catalog form {
	margin-bottom: 0;
}

.rs-17 .rs-catalog .select2-container {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	line-height: 34px;
	height: 34px;
	padding-left: 8px;
	box-sizing: border-box;
	color: #6d6d6d;
}

.rs-17 .rs-catalog .select2-container__option {
	line-height: 34px;
	color: #424242;
}
.rs-17 .rs-catalog .price-sort-label {
	color: #4B4B4B;
	font-size: 14px;
	font-weight: 400;
	svg {
		display: none;
	}
}


@media (max-width: 1199px) {
	.rs-17 .rs-catalog .priceFilterBody .form-group {
		width: 100%;
		max-width: none;
	}

	.rs-17 .rs-catalog .priceFilterBody .sp {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rs-17 .rs-catalog .action-control .btn {
		padding: 3px 6px;
		font-size: 13px;
	}
}

@media (min-width: 495px) and (max-width: 765px) {
	.rs-17 .rs-catalog .action-control .btn {
		padding: 6px 12px;
	}
}

@media (max-width: 460px) {
	.rs-17 .rs-catalog .action-control .btn {
		padding: 6px 12px;
	}
}

@media (max-width: 991px) {
	.rs-17 .rs-catalog .priceFilterBody .form-group {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.rs-17 .rs-catalog .panel-bottom .panel-bottom-block+.panel-bottom-block {
		padding-left: 0;
	}

	.rs-17 .rs-catalog .panel-bottom-block .btn {
		margin-bottom: 10px;
	}

	.rs-17 [id^="rs_woocommerce_reset_button"] {
		padding: 15px;
		background-color: #fff;
		border: 1px solid #ddd;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	}

	.rs-17 [id^="rs_woocommerce_reset_button"] .action-control {
		padding: 0;
	}

}

@media (max-width: 767px) {
	.rs-17 .rs-catalog .product-filter {
		display: flex;
		align-items: center;
		gap: 8px;
		flex-wrap: wrap;
	}

	.rs-17 .rs-catalog .product-filter .pull-left {
		float: none !important;
		text-align: left;
	}

	.rs-17 .rs-catalog .change-order {
		margin: 0;
		flex: 1;
		min-width: 0;
	}

	.rs-17 .rs-catalog .woocommerce-ordering {
		display: flex;
		align-items: center;
		gap: 4px;
		flex-wrap: nowrap;
	}

	.rs-17 .rs-catalog .woocommerce-ordering > span:first-child {
		display: none;
	}

	.rs-17 .rs-catalog .price-sort-label {
		white-space: nowrap;
		font-size: 14px;
		display: flex;
		align-items: center;
		gap: 5px;
		svg {
			display: block;
		}
	}

	.rs-17 .rs-catalog .price-sort-arrow {
		flex-shrink: 0;
	}

	.rs-17 .rs-catalog .change-view {
		margin-top: 0;
		float: none !important;
		display: none;
	}

	.rs-17 .rs-catalog .category-footer p {
		text-align: left;
	}

	.rs-17 .rs-catalog .filter-show {
		background-color: #85B42B;
		color: #fff;
		border: none;
		border-radius: 6px;
		padding: 0;
		cursor: pointer;
		width: 40px;
		height: 40px;
		min-height: 34px;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.rs-17 .rs-catalog .filter-show:hover {
		background-color: #45a049;
	}

	.rs-17 .rs-catalog .filter-show .count {
		display: none !important;
	}

	.rs-17 .rs-catalog .filter-show i {
		font-size: 14px;
	}

	.rs-17 .rs-catalog .select2-container {
		margin-top: 0;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.xsResponse .product-item {
		width: 100% !important;
	}

	.rs-17 .rs-catalog .list-view .product-image {
		display: block;
		float: none;
		max-height: 500px;
		max-width: 100%;
		overflow: hidden;
		padding-right: 0;
		text-align: center;
	}

	.rs-17 .rs-catalog .list-view .product {
		padding-right: 0;
	}

	.rs-17 .rs-catalog .list-view h4,
	.rs-17 .rs-catalog .list-view .description,
	.rs-17 .rs-catalog .list-view h4,
	.rs-17 .rs-catalog .list-view .price,
	.rs-17 .rs-catalog .list-view .action-control,
	.rs-17 .rs-catalog .list-view .price-block,
	.rs-17 .rs-catalog .list-view .description p {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.rs-17 .rs-catalog .woocommerce-ordering {
		padding: 0;
		margin-right: 0;
	}
}

/* Стили для стрелки сортировки по цене */
.rs-17 .rs-catalog .woocommerce-ordering {
	display: flex;
	align-items: center;
	gap: 4px;
}

.rs-17 .rs-catalog .price-sort-arrow {
	display: flex;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	height: 24px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #004280;
	transition: opacity 0.2s;
	position: relative;
}

.rs-17 .rs-catalog .price-sort-arrow:hover {
	opacity: 0.7;
}

.rs-17 .rs-catalog .price-sort-arrow svg {
	width: 16px;
	height: 16px;
}

.rs-17 .rs-catalog .price-sort-arrow svg.up {
	transform: rotate(180deg);
}


.rs-17 .rs-catalog .gridlist-toggle {
	float: right;
	margin: 0 10px 0 0 !important;
	clear: none;
	padding: 0 !important;
}

.rs-17 .rs-catalog .gridlist-toggle a {
	background-color: transparent;
	color: #ccc;
	padding: 5px 8px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: normal;
	height: 34px;
	line-height: 23px;
	margin-left: 8px;
	overflow: hidden;
	cursor: pointer;
}

.rs-17 .rs-catalog .gridlist-toggle .dashicons:before,
.gridlist-toggle .dashicons {
	font-size: 22px;
	width: inherit !important;
}

.rs-17 .rs-catalog .gridlist-toggle a.active {
	color: #121314;
	border-color: #121314;
}


.catalog_loader_wrap {
	text-align: center;
}

.catalog_loader_image {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../../img/loader.gif) no-repeat;
}

.rs-17 .rs-catalog .button {
	border: 0;
	background-color: transparent;
	border-color: #43454b;
	color: #333;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
}

.rs-17 .rs-catalog .added_to_cart {
	display: block;
	text-decoration: none;
}

.rs-17 .rs-catalog button a.added {
	/*color: transparent;*/
}

.rs-17 .rs-catalog .woocommerce-product-details__short-description {
	display: none;
}

.rs-17 .rs-catalog .wc-forward {
	display: none;
}

.rs-17 .rs-catalog .bg-success {
	padding: 15px;
	border-radius: 4px;
}

.rs-17 .rs-catalog .success {
	color: green !important;
	font-weight: bold;
}

.rs-17 .rs-catalog .description h4 {
	clear: none;
}

.rs-17 .rs-catalog .woocommerce-pagination .page-numbers li a:hover,
.rs-17 .rs-catalog .woocommerce-pagination .page-numbers li a:focus {
	text-decoration: none;
}

.rs-17 .rs-catalog .widget.woocommerce.widget_product_categories {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.rs-17 .rs-catalog .widget_product_categories ul li::before,
.rs-17 .rs-catalog .widget_product_categories ul li.current-cat::before {
	content: none;
}

.rs-17 .rs-catalog .widget_product_categories ul li {
	padding-left: 0;
	margin-bottom: 0;
}

.rs-17 .rs-catalog .widget .widget-title,
.rs-17 .rs-catalog .widget .widgettitle {
	padding: 0;
	margin-bottom: 0;
}

.panel-body {
	padding: 0;
}

.rs-17 .rs-catalog .panel-default .panel-heading {
	display: block;
	color: #424242;
	background-color: #f5f5f5;
}

.rs-17 .rs-catalog .panel-group .panel>.panel {
	margin-top: 8px;
	border: 1px solid #EEE;
	border-top: 4px solid #85B42B;
	border-radius: 8px;
}

.rs-17 .rs-catalog {
	color: #4B4B4B;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}

.rs-17 .rs-catalog h4 a {
	font-weight: 600;
}

.rs-17 .rs-catalog .widget_layered_nav ul li {
	margin-bottom: 0;
}

.rs-17 .rs-catalog .widget_layered_nav li::before {
	content: none;
}

.rs-17 .rs-catalog .color-square {
	display: inline-block;
	height: 22px;
	margin: -6px 0px -6px 10px;
	width: 22px;
	min-width: 22px;
	position: absolute;
	top: 28px;
	z-index: 0;
	border-radius: 4px;
}

.rs-17 .rs-catalog .widget_layered_nav ul {
	margin-bottom: 15px;
}

.rs-17 .rs-catalog .widget_layered_nav ul li {
	padding-left: 0;
}

.rs-17 .rs-catalog .woocommerce-widget-layered-nav-dropdown {
	margin: 10px 0 10px 20px;
	min-height: 16px;
	font-size: 14px;
}

.rs-17 .rs-catalog .woocommerce-widget-layered-nav-dropdown option {}


.rs-17 .rs-catalog .catalog-description h4 {
	margin: 0;
	height: 42px;
	overflow: hidden;
	display: block;
	line-height: 21px;
	margin: 20px 0 5px;
	padding: 0;
	font-weight: 700;
	color: #424242;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}

.rs-17 .rs-catalog .product-category>div {
	display: none;
}

.rs-17 .rs-catalog .widget_price_filter .ui-slider .ui-slider-handle {
	margin-left: 0;
}

.rs-17 .rs-catalog .widget_price_filter .ui-slider .ui-slider-handle:focus {
	outline: none;
}

.rs-17 .rs-catalog .price_slider {
	margin-left: 0em;
	margin-right: 1em;
}

.rs-17 .rs-catalog .widget_price_filter .ui-slider .ui-slider-range {
	margin-left: 1em;
}

.rs-17 .rs-catalog .panel-collapse.collapse[aria-expanded="false"]>div {
	display: none;
}

.rs-17 .rs-catalog .widget_price_filter .price_slider_amount {
	text-align: left;
}

@media (max-width: 991px) {
	.rs-17 .rs-catalog .product-filter {
		margin-top: 16px;
		position: relative;
	}

	.rs-17 .sidebar-panel {
		position: absolute;
		width: 100%;
		z-index: 30;
		top: 100%;
		padding: 0;
		background: #fff;
	}

	.rs-17 .panel-group {
		margin-bottom: 0;
	}

	.rs-17 .sidebar-panel .widget {
		margin: 0 auto;
	}

	.rs-17 .rs-catalog #collapseCategory .panel-body {
		padding: 0 15px 15px 0;
	}

	.rs-17 .rs-catalog #collapseCategory .panel-body ul {
		margin: 0;
	}

	.rs-17 .rs-catalog .breadcrumbs {
		position: relative;
	}

	.rs-17 .rs-catalog .change-view .grid-view,
	.rs-17 .rs-catalog .change-view .list-view {
		display: none;
	}

	/*.rs-17 .rs-catalog .breadcrumbs:after {
		position: absolute;
		content: '\25b7';
		top: 8px;
		right: 20px;
		transition: all 0.5s;
	}
	.rs-17 .rs-catalog .breadcrumbs[aria-expanded='true']:after {
		content: '\25b6';
		transform: rotate(90deg);
	}*/
	.rs-17 .rs-catalog .breadcrumbs .category-switch {
		width: 30px;
		height: 30px;
		position: relative;
		top: 0;
		right: 5px;
		transition: all 0.5s;
		z-index: 10;
		cursor: pointer;
		text-align: center;
		line-height: 30px;
		display: inline-block;
	}

	.rs-17 .rs-catalog .breadcrumbs .category-switch[aria-expanded='true'] {
		transform: rotate(90deg);
	}

	#accordionNo {
		display: none;
	}
}

.rs-17 .rs-catalog .filter-show {
	background-color: #fff;
	border-bottom: 1px dashed #aaa;
	border-radius: 0;
	line-height: 34px;
	height: 34px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	box-sizing: border-box;
	display: inline-block;
}
.panel-title {
	font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
	.rs-17 .rs-catalog .filter-show {
		background-color: #85B42B;
		color: #fff;
		border: none;
		border-radius: 4px;
		padding: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 14px;
		line-height: 1.2;
		height: auto;
		min-height: 34px;
		margin: 0;
	}

	.rs-17 .rs-catalog .filter-show:hover {
		background-color: #45a049;
	}

	.rs-17 .rs-catalog .filter-show .count {
		display: none !important;
	}

	.rs-17 .rs-catalog .filter-show i {
		font-size: 14px;
	}

	/* Мобильный попап с фильтром по цене (Bootstrap modal) */
	#mobilePriceFilterModal .modal-dialog {
		margin: 0;
		max-width: 100%;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-end;
	}

	#mobilePriceFilterModal .modal-content {
		border: none;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

	#mobilePriceFilterModal .modal-header {
		padding: 20px;
		border-bottom: 1px solid #e0e0e0;
		display: flex;
		align-items: center;
		position: relative;
	}

	#mobilePriceFilterModal .modal-header .modal-title {
		font-size: 18px;
		font-weight: 700;
		color: #000;
		margin: 0;
		letter-spacing: 0.5px;
	}

	#mobilePriceFilterModal .modal-header .close {
		background-color: #85B42B;
		color: #fff;
		opacity: 1;
		width: 32px;
		height: 32px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 0;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		border: none;
		cursor: pointer;
	}

	#mobilePriceFilterModal .modal-header .close svg {
		width: 20px;
		height: 20px;
	}

	#mobilePriceFilterModal .modal-header .close:hover {
		background-color: #45a049;
	}

	#mobilePriceFilterModal .modal-body {
		overflow-y: auto;
		padding: 20px;
		flex: 1;
	}

	#mobilePriceFilterModal .mobile-price-filter {
		padding: 0;
	}

	#mobilePriceFilterModal .price-filter-section {
		padding: 0;
	}

	#mobilePriceFilterModal .price-filter-title {
		font-size: 16px;
		font-weight: 600;
		color: #000;
		margin: 0 0 16px 0;
	}

	#mobilePriceFilterModal .mobile-price-slider-wrapper {
		padding: 0;
	}


	#mobilePriceFilterModal .mobile-price-slider.ui-slider {
		height: 6px;
		position: relative;
		margin: 12px 0 10px;
		border-radius: 2px;
		border: 1px solid rgba(0, 0, 0, 0.06);
		background: #FAFAFA;
	}

	#mobilePriceFilterModal .mobile-price-slider .ui-slider-handle {
		background: #85B42B;
		border-radius: 4px;
		width: 28px;
		height: 16px;
		top: -6px;
		cursor: pointer;
		border: none;
		position: absolute;
		z-index: 2;
		outline: none;
	}

	#mobilePriceFilterModal .mobile-price-slider .ui-slider-handle:hover,
	#mobilePriceFilterModal .mobile-price-slider .ui-slider-handle:focus {
		background: #45a049;
	}

	#mobilePriceFilterModal .mobile-price-slider .ui-slider-range {
		border-radius: 3px;
		height: 100%;
		top: 0;
		position: absolute;
		background: transparent;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
	}

	#mobilePriceFilterModal .price_slider_amount {
		margin-top: 20px;
	}

	#mobilePriceFilterModal .price_inputs {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 12px;
		margin-bottom: 36px;
		gap: 8px;
	}

	#mobilePriceFilterModal .price_inputs_item {
		border-radius: 6px;
		border: 1px solid #EBEBEB;
		background: #FFF;
		padding: 0 10px;
		display: flex;
		flex: 1 0 0;
		align-items: center;
		gap: 8px;
		height: 40px;
	}

	#mobilePriceFilterModal .price_inputs_item .price_input_label {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		opacity: 0.6;
		color: #4B4B4B;
	}

	#mobilePriceFilterModal .price_inputs_item input[type="text"] {
		width: 50px;
		height: auto;
		padding: 0;
		border: none;
		background-color: #fff;
		box-shadow: none;
		display: inline-block !important;
		vertical-align: middle;
		margin-bottom: 0;
		text-align: center;
		color: #4B4B4B;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		flex: 1;
	}
	.rs-17 .rs-catalog .product-filter {
		padding-bottom: 16px;
	}
	.rs-17 .rs-catalog .current-category-navigation {
		margin-bottom: 0;
	}
	.rs-17 .rs-catalog .category-navigation-scroll {
		padding-bottom: 0px;
	}


	#mobilePriceFilterModal .reset_price_filter {
		line-height: 1;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		padding-bottom: 0;
	}

	#mobilePriceFilterModal .reset_price_filter a {
		color: #004280;
		text-align: center;
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;

		border-bottom: 1px solid #0056b3;
	}


	#mobilePriceFilterModal .btn-apply-filter {
		background-color: #85B42B;
		color: #fff;
		border: none;
		border-radius: 8px;
		padding: 12px 40px;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		width: 100%;
		margin-top: 16px;
		margin-bottom: 0;
		transition: background-color 0.3s;
	}
}

.rs-17 .rs-catalog .product-image img {
	height: auto;
	width: 100%;
	margin: auto;
	mix-blend-mode: darken;
}

.price ins {
	font-weight: 700;
}

.price del {
	font-size: 14px;
}

@media (max-width: 767px) {


	.rs-17 .rs-catalog .product-image {
		height: auto !important;
	}

	.rs-17 .rs-catalog .product-image img {
		height: auto;
		min-width: 100%;
	}

	.rs-17 .rs-catalog .price span {
		margin-left: 5px;
	}

}

@media (max-width: 962px) {
	.rs-17 .rs-catalog .quickview {
		display: none;
	}
}

.rs-17 .rs-catalog .action-control .addBascetAjax,
.addBascetAjax {
	padding: 0;
}

.rs-17 .addBascetAjax .button {
	padding: 6px 12px;
	display: none;

}

.rs-17 .rs-catalog.no-breadcrumb {
	padding-top: 40px;
}

.sidebar-panel .widget_layered_nav .checkbox {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	position: relative;
	min-width: 22px;
	margin-right: 10px;
}

.sidebar-panel .widget_layered_nav .cat-item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.sidebar-panel .widget_layered_nav .cat-item.current-cat .checkbox:after,
.sidebar-panel .widget_layered_nav .cat-item.current-cat .checkbox:before {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #000;
	box-shadow: 0 1px 6px 2px rgba(255, 255, 255, 0.5);
}

.sidebar-panel .widget_layered_nav .cat-item.current-cat .checkbox:before {
	transform: rotate(60deg);
	bottom: 7px;
	left: 3px;
	width: 10px;
}

.sidebar-panel .widget_layered_nav .cat-item.current-cat .checkbox:after {
	transform: rotate(-60deg);
	bottom: 14px;
	left: 5px;
	width: 22px;
}

/* Старые стили для .filter-show .count - переопределены в @media (max-width: 991px) */

/* Price Filter Widget Styles */
.rs-17 .rs-catalog .widget_price_filter .ui-slider {
	height: 6px;
	position: relative;
	margin: 12px 0 10px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #FAFAFA;
}


.rs-17 .rs-catalog .widget_price_filter .ui-slider .ui-slider-range {
	border-radius: 3px;
	height: 100%;
	top: 0;
	position: absolute;
	background: transparent;


}
.rs-17 .rs-catalog .price_inputs_item .price_input_label {

	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	opacity: 0.6;
	color: #4B4B4B;
}

.price_inputs_item {
	border-radius: 6px;
	border: 1px solid #EBEBEB;
	background: #FFF;
	padding: 0 10px;
	display: flex;
	flex: 1 0 0;
	font-family: "Open Sans", sans-serif;
}

.rs-17 .rs-catalog .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #85B42B;
	border-radius: 4px;
	width: 20px;
	height: 14px;
	top: 0;
	margin-left: -11px;
	cursor: pointer;
	border: none;
	position: absolute;
	z-index: 2;
	outline: none;
}

.rs-17 .rs-catalog .price_inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
	margin-bottom: 12px;
	gap: 8px;
}

.rs-17 .rs-catalog .price_input_label {
	color: #999;
	margin-right: 8px;
	font-size: 14px;
	font-weight: 400;
}

.rs-17 .rs-catalog .widget_price_filter .price_slider_amount input[type="text"] {
	width: 50px;
	height: auto;
	padding: 0;
	border: none;
	background-color: #fff;
	box-shadow: none;
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 0;
	text-align: center;
	color: #4B4B4B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.rs-17 .rs-catalog .reset_price_filter {
	line-height: 1;
}
.rs-17 .rs-catalog .reset_price_filter a {
	color: #0056b3;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px dashed #0056b3;
}
#collapsePrice {
	padding: 0 16px 16px;
}
.rs-17 .rs-catalog .panel-group .panel.widget_price_filter {
	border-radius: 4px;
	border: 1px solid #EEE;
	border-top: 4px solid #85B42B;
	margin-bottom: 32px;
	position: relative;
	&:after {
		content:'';
		position: absolute;
		bottom: -16px;
		background: #EBEBEB;
		width: 100%;
		height: 1px;

	}

}

.rs-17 .rs-catalog .reset_price_filter a:hover {
	text-decoration: none;
	border-bottom: none;
}

/* Hide the default price label if it appears */
.rs-17 .rs-catalog .price_label {
	display: none !important;
}

.rent-instruction {
	font-size: 18px;
}
/* 1. Находим любой нумерованный список внутри вашего блока */
.rent-instruction ol {
	counter-reset: rent-counter; /* Создаем счетчик */
	list-style: none !important; /* Убираем стандартные цифры */
	padding: 0 !important;
	margin: 0 !important;

	/* Сетка для карточек */
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* 2. Оформляем пункты списка (карточки) */
.rent-instruction ol li {
	position: relative;
	background-color: #FAFAFA;
	border: 1px solid rgba(0, 0, 0, 0.05); /* Легкая рамка */
	border-radius: 12px;
	padding: 20px;

	/* Увеличиваем счетчик */
	counter-increment: rent-counter;

	/* Сброс стилей текста, чтобы не мешали */
	line-height: 1.5;
	font-family: inherit;
}

/* 3. Делаем цифру (01, 02...) */
.rent-instruction ol li::before {
	content: "0" counter(rent-counter);
	margin-right: 8px;
	display: inline-block;
	color: #004280;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

/* 4. Стилизуем заголовок (тег <b>) */
.rent-instruction ol li b {
	color: #222;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	line-height: normal;
}

/* 5. ВАЖНО: Скрываем тег <br>, который ломает верстку */
.rent-instruction ol li br {
	display: none;
}

/* 6. ВАЖНО: Переносим описание (тег <span>) вниз */
.rent-instruction ol li span {
	display: block !important; /* Принудительно делаем блоком, чтобы упал на новую строку */
	margin-top: 12px; /* Отступ от заголовка (gap) */
	color: #555;
	font-size: 18px; /* Опционально, корректировка размера */
}

@media (max-width: 650px) {
	.rent-instruction ol li b,
	.rent-instruction ol li::before{
		font-size: 16px;
	}
	.rent-instruction ol li span {
		font-size: 14px;
		margin-top: 5px;
	}
	.rs-17 .rs-catalog .category-navigation-scroll {
		gap: 4px;
	}
	.rs-17 .rs-catalog .category-nav-item {
		border-radius: 6px;
		border: 1px solid #E0E0E0;
	}
	.rs-17 .rs-catalog .category-nav-item.active {
		border: 1px solid #85B42B;
	}
	.rs-17 .rs-catalog .price-sort-arrow {
		border-radius: 6px;
		border: 1px solid #EBEBEB;
		background: #FFF;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0 16px;
	}

	.rent-instruction {
		font-size: 16px;
	}
}
