

/* Start:/local/templates/divanom/components/bitrix/catalog/catalog/style.css?17301036271411*/
.section__sort__btn{
	cursor: pointer;
	position: relative;
}
.section__sort__drop{
	display: none;
	position: absolute;
	width: 340rem;
	top: 100%;
	right: 0;
	background: var(--white, #FFF);
	border: 1rem solid var(--Dim-Grey-200, #E9E9E9);
	filter: drop-shadow(0px 10rem 35rem rgba(62, 60, 60, 0.08));
	z-index: 1;
	border-radius: 12rem;
	padding: 24rem;
	max-height: 600rem;
	overflow: auto;
}
.section__sort__item{
	display: flex;
	font-size: 24rem;
	font-weight: 400;
	line-height: 40rem;
	cursor: pointer;
	word-break: break-all;
}
.section__sort__btn.active .section__sort__drop{
	display: flex;
	flex-direction: column;
}
.seo__link{
	position: absolute;
	left: -2000px;
}
.section__seo__text{
	border-top: 2rem solid var(--Dim-Grey-200, #E9E9E9);
	padding-top: 64rem;
	padding-bottom: 64rem;
	font-size: 32rem;
	line-height: 36rem;
}
.section__seo__text p + p{
	padding-top: 32rem;
}
.section__seo__text h2{
	font-weight: 600;
	font-size: large;
}
@media (max-width: 991.98px){
	.section__sort__drop{
		width: 260rem;
	}
	.section__sort__item{
		font-size: 18rem;
		line-height: 30rem;
	}
	.section__seo__text{
		padding-top: 32rem;
		padding-bottom: 32rem;
		font-size: 16rem;
		line-height: 20rem;
	}
	.section__seo__text p + p{
		padding-top: 16rem;
	}
}
@media (max-width: 767.98px){
	.section__sort__drop{
		right: auto;
	}
}
/* End */


/* Start:/local/templates/divanom/components/bitrix/breadcrumb/breadcrumb/style.css?1714715698916*/
.breadcrumbs{
	margin-top: 32rem;
	margin-bottom: 48rem;
}
.breadcrumb{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumb__item{
	display: flex;
	color: #696969;
	font-size: 16rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24rem;
	text-transform: uppercase;
}
a.breadcrumb__item:after{
	content: '';
	width: 24rem;
	height: 24rem;
	display: inline-block;
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23696969' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	margin-left: 8rem;
	margin-right: 8rem;
}
.breadcrumb__item svg{
	width: 24rem;
	height: 24rem;
}
@media (max-width: 991.98px){
	.breadcrumbs{
		margin-top: 24rem;
		margin-bottom: 24rem;
	}
}
/* End */


/* Start:/local/templates/divanom/components/bitrix/catalog.section.list/prefilter/style.css?17157617232473*/
.categories__list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 64rem;
}
.categories__item{
	position: relative;
	border-radius: 8rem;
	background: var(--white, #FFF);
	box-shadow: 0px 0px 20rem 0rem rgba(0, 0, 0, 0.12);
	width: 200rem;
	height: 130rem;
	padding: 10rem;
	margin-right: 46rem;
}
.categories__item:nth-child(10n){
	margin-right: 0rem;
}
.categories__item__name{
	position: absolute;
	width: 100%;
	bottom: 10rem;
	text-align: center;
	font-size: 14rem;
	font-style: normal;
	font-weight: 600;
	line-height: 20rem;
	color: var(--black, #1F1F1F);
	text-align: center;
	left: 0;
	padding: 0 10rem;
}
.categories__item__img{
	position: absolute;
	top: 10rem;
	left:50%;
	max-width: 90%;
	max-height: 80rem;
	transform: translate(-50%,0%);
}
.section__tags{
	margin-bottom: 8rem;
}
.section__tag__list{
	display: flex;
	flex-wrap: wrap;
}
.swiper-slide.section__tag{
	width: auto;
	color: var(--grey, var(--Dim-Grey-600, #696969));
	margin-right: 24rem;
	margin-bottom: 24rem;
	display: flex;
	font-size: 24rem;
	font-style: normal;
	font-weight: 400;
	line-height: 28rem;
	padding: 10rem 16rem;
	justify-content: center;
	align-items: center;
	border-radius: 8rem;
	border: 2rem solid var(--Dim-Grey-200, #E9E9E9);
}
@media (max-width: 991.98px){
	.categories__list{
		margin-bottom: 8rem;
	}
	.categories__item{
		width: calc((100% - 100rem) / 6);
		height: 62rem;
		margin-right: 20rem;
		padding: 5rem;
		margin-bottom: 16rem;
	}
	.categories__item:nth-child(10n){
		margin-right: 26rem;
	}
	.categories__item:nth-child(6n){
		margin-right:0rem;
	}
	.categories__item__name{
		font-size: 8rem;
		line-height: 10rem;
		bottom: 5rem;
	}
	.section__tags{
		margin-bottom: 16rem;
	}
	.section__tag__list{
		flex-wrap: nowrap;
	}
	.swiper-slide.section__tag{
		padding: 8rem 16rem;
		font-size: 16rem;
		line-height: 22rem;
		margin-right: 16rem;
		margin-bottom: 16rem;
	}
	.categories__item__img{
		max-height: 32rem;
	}
}
@media (max-width: 767.98px){
	.categories__list{
		margin-bottom: 0rem;
	}
	.categories__item{
		width: calc((100% - 52rem) / 3);
		height: 80rem;
		margin-right: 26rem;
		margin-bottom: 24rem;
	}
	.categories__item:nth-child(3n){
		margin-right:0rem;
	}
	.section__tags{
		margin-bottom: 0rem;
		padding-bottom: 16rem;
		border-bottom: 2rem solid #E9E9E9;
	}
	.categories__item__img{
		max-height: 48rem;
	}
}
/* End */


/* Start:/local/templates/divanom/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?171698824116174*/
.section__filter__reset--btn{
	display: none;
}
.section__filter__items{
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: var(--white, #FFF);
	border: 1rem solid var(--Dim-Grey-200, #E9E9E9);
	filter: drop-shadow(0px 10rem 35rem rgba(62, 60, 60, 0.08));
	z-index: 1;
	border-radius: 12rem;
	padding: 24rem;
	max-height: 600rem;
    overflow: auto;
}
.section__filter__block:nth-child(n+7){
	display: none;
}
.section__filters.more .section__filter__block:nth-child(n+7){
	display: flex;
}


/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 26rem 8rem;
}

.smart-filter-slider-track {
	position: relative;
	height: 2rem;
	background: #696969;
}

.smart-filter-slider-range { z-index: 80; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16rem;
	height: 16rem;
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -8rem;
	border-radius: 8rem;
	background: var(--black, #1F1F1F);
}

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -8rem;
	border-radius: 8rem;
	background: var(--black, #1F1F1F);
}

/*endregion*/

.section__filter__btns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 24rem;
	/* min-height: 40rem; */
}
.section__filter__all{
	color: var(--black, #1F1F1F);
	font-size: 24rem;
	font-style: normal;
	font-weight: 400;
	line-height: 28rem; 
	display: flex;
	align-items: center;
	cursor: pointer;
}
.section__filter__all:after{
	margin-left: 8rem;
	margin-right: 64rem;
	display: flex;
	width: 24rem;
	height: 24rem;
	content: '';
	background-size: 100%; 
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14L12.0008 9.42L17 14' stroke='%231F1F1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.section__filter__all.more:after{
	transform: rotate(180deg)
}
.section__filter__reset{
	color: var(--red, #9F0E10);
	font-size: 24rem;
	font-style: normal;
	font-weight: 400;
	line-height: 28rem; 
	display: flex;
	align-items: center;
	cursor: pointer;
}
.section__filter__reset:after{
	margin-left: 8rem;
	display: flex;
	width: 24rem;
	height: 24rem;
	content: '';
	background-size: 100%; 
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4099 11.9999L17.7099 7.70994C17.8982 7.52164 18.004 7.26624 18.004 6.99994C18.004 6.73364 17.8982 6.47825 17.7099 6.28994C17.5216 6.10164 17.2662 5.99585 16.9999 5.99585C16.7336 5.99585 16.4782 6.10164 16.2899 6.28994L11.9999 10.5899L7.70994 6.28994C7.52164 6.10164 7.26624 5.99585 6.99994 5.99585C6.73364 5.99585 6.47824 6.10164 6.28994 6.28994C6.10164 6.47825 5.99585 6.73364 5.99585 6.99994C5.99585 7.26624 6.10164 7.52164 6.28994 7.70994L10.5899 11.9999L6.28994 16.2899C6.19621 16.3829 6.12182 16.4935 6.07105 16.6154C6.02028 16.7372 5.99414 16.8679 5.99414 16.9999C5.99414 17.132 6.02028 17.2627 6.07105 17.3845C6.12182 17.5064 6.19621 17.617 6.28994 17.7099C6.3829 17.8037 6.4935 17.8781 6.61536 17.9288C6.73722 17.9796 6.86793 18.0057 6.99994 18.0057C7.13195 18.0057 7.26266 17.9796 7.38452 17.9288C7.50638 17.8781 7.61698 17.8037 7.70994 17.7099L11.9999 13.4099L16.2899 17.7099C16.3829 17.8037 16.4935 17.8781 16.6154 17.9288C16.7372 17.9796 16.8679 18.0057 16.9999 18.0057C17.132 18.0057 17.2627 17.9796 17.3845 17.9288C17.5064 17.8781 17.617 17.8037 17.7099 17.7099C17.8037 17.617 17.8781 17.5064 17.9288 17.3845C17.9796 17.2627 18.0057 17.132 18.0057 16.9999C18.0057 16.8679 17.9796 16.7372 17.9288 16.6154C17.8781 16.4935 17.8037 16.3829 17.7099 16.2899L13.4099 11.9999Z' fill='%239F0E10'/%3E%3C/svg%3E%0A");
}
.section__filters{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2rem solid var(--Dim-Grey-200, #E9E9E9);
}
.section__filter__block{
	flex-wrap: wrap;
	margin-right: 32rem;
	margin-bottom: 32rem;
	position: relative;
	width: calc((100% - 160rem) / 6);
}
.section__filter__block:nth-child(6n){
	margin-right: 0rem;
}
.section__filter__block__header{
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 16rem 24rem;
	width: 100%;
	border-radius: 12rem;
	background: var(--Dim-Grey-200, #E9E9E9);
	position: relative;
}
.section__filter__name{
	color: var(--grey, #6C757D);
	font-size: 20rem;
	font-weight: 400;
	line-height: 24rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 26rem;
}
.section__filter__drop{
	width: 24rem;
	height: 24rem;
	position: absolute;
	right: 24rem;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14L12.0008 9.42L17 14' stroke='%23696969' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.bx-active .section__filter__drop{
	transform: translateY(-50%) rotate(180deg);
}
.section__filter__checkbox{
	margin-right: 24rem;
	width: 16rem;
	height: 16rem;
	border-radius: 4rem;
	border: 1rem solid var(--Dim-Grey-200, #E9E9E9);
	background: var(--white, #FFF);
}
.section__filter__item{
	display: flex;
}
.section__filter__item + .section__filter__item{
	margin-top: 24rem;
}
.section__filter__item input{
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.section__filter__item__label{
	display: flex;
	font-size: 20rem;
	font-weight: 400;
	line-height: 24rem;
	cursor: pointer;
	word-break: auto-phrase;
}
.section__filter__item__label:before{
	position: relative;
	top: 3rem;
	content: '';
	width: 16rem;
	height: 16rem;
	margin-right: 24rem;
	border-radius: 4rem;
	border: 1rem solid var(--Dim-Grey-200, #E9E9E9);
	background: var(--white, #FFF);
	overflow: hidden;
	display: block;
	flex-shrink: 0;
}
.section__filter__item__label.disabled{
	opacity: 0.3;
	pointer-events: none;
}
.section__filter__item input:checked + .section__filter__item__label:before{
	background: #666666;	
}
.section__filter__item__radio_label{
	display: flex;
	font-size: 20rem;
	font-weight: 400;
	line-height: 24rem;
	cursor: pointer;
}
.section__filter__item__radio_label:before{
	position: relative;
	top: 3rem;
	content: '';
	width: 16rem;
	height: 16rem;
	margin-right: 24rem;
	border-radius: 24rem;
	border: 1rem solid var(--Dim-Grey-200, #E9E9E9);
	background: var(--white, #FFF);
	overflow: hidden;
	display: block;
}
.section__filter__item input:checked + .section__filter__item__radio_label:before{
	background: #666666;	
}
.section__filter__prices{
	display: flex;
	justify-content: space-between;
}
.section__filter__price{
	width: calc(50% - 16rem);
}
.main-price{
	width: 100%;
}
.max-price{
	text-align: right;
	width: 100%;
}
.smart-filter-popup-result{
	margin-right: 64rem;
	display: flex;
	font-size: 24rem;
	font-style: normal;
	align-items: center;
}
.smart-filter-popup-result a{
	text-decoration: none;
}
.section__filter__mobile__header{
	display: none;
}
.used__filters{
	display: flex;
	flex-wrap: wrap;
	margin-top: 24rem;
	order: -1;
}
.used__filter{
		text-align: center;
    justify-content: center;
    color: var(--grey, #6C757D);
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    display: inline-flex;
    height: 40rem;
    padding: 12rem 16rem;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8rem;
    border: 1rem solid var(--Dim-Grey-200, #E9E9E9);
    margin-right: 16rem;
    margin-bottom: 16rem;
}
.used__filter__item{
	display: flex;
}
.used__filter__item span:nth-child(n+2)::before{
	content: ', ';
}
.used__filter__remove{
    display: flex;
    cursor: pointer;
    opacity: 1;
    width: 24rem;
    height: 24rem;
		margin-left: 15rem;
    align-items: center;
    justify-content: center;
		background-size: 24rem 24rem;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4099 12.0002L17.7099 7.71019C17.8982 7.52188 18.004 7.26649 18.004 7.00019C18.004 6.73388 17.8982 6.47849 17.7099 6.29019C17.5216 6.10188 17.2662 5.99609 16.9999 5.99609C16.7336 5.99609 16.4782 6.10188 16.2899 6.29019L11.9999 10.5902L7.70994 6.29019C7.52164 6.10188 7.26624 5.99609 6.99994 5.99609C6.73364 5.99609 6.47824 6.10188 6.28994 6.29019C6.10164 6.47849 5.99585 6.73388 5.99585 7.00019C5.99585 7.26649 6.10164 7.52188 6.28994 7.71019L10.5899 12.0002L6.28994 16.2902C6.19621 16.3831 6.12182 16.4937 6.07105 16.6156C6.02028 16.7375 5.99414 16.8682 5.99414 17.0002C5.99414 17.1322 6.02028 17.2629 6.07105 17.3848C6.12182 17.5066 6.19621 17.6172 6.28994 17.7102C6.3829 17.8039 6.4935 17.8783 6.61536 17.9291C6.73722 17.9798 6.86793 18.006 6.99994 18.006C7.13195 18.006 7.26266 17.9798 7.38452 17.9291C7.50638 17.8783 7.61698 17.8039 7.70994 17.7102L11.9999 13.4102L16.2899 17.7102C16.3829 17.8039 16.4935 17.8783 16.6154 17.9291C16.7372 17.9798 16.8679 18.006 16.9999 18.006C17.132 18.006 17.2627 17.9798 17.3845 17.9291C17.5064 17.8783 17.617 17.8039 17.7099 17.7102C17.8037 17.6172 17.8781 17.5066 17.9288 17.3848C17.9796 17.2629 18.0057 17.1322 18.0057 17.0002C18.0057 16.8682 17.9796 16.7375 17.9288 16.6156C17.8781 16.4937 17.8037 16.3831 17.7099 16.2902L13.4099 12.0002Z" fill="%239F0E10"/></svg>');
}
.section__filter__reset{
	text-align: center;
	justify-content: center;
	color: var(--red, #9F0E10);
	font-size: 16rem;
	font-style: normal;
	font-weight: 400;
	line-height: 20rem; 
	display: inline-flex;
	height: 40rem;
	padding: 12rem 16rem;
	align-items: center;
	gap: 16rem;
	flex-shrink: 0;
	border-radius: 8rem;
	border: 1rem solid var(--red, #9F0E10);
	margin-right: 32rem;
	margin-bottom: 32rem;
}
.section__filter__reset::after{
	content: none;
}
.smart-filter-popup-result a{
	border-radius: 8rem;
	border: 1rem solid var(--black, #1F1F1F);
	background: var(--black, #1F1F1F);
	display: inline-flex;
	height: 40rem;
	padding: 12rem 16rem;
	align-items: center;
	flex-shrink: 0;
	color: var(--white, #FFF);
	font-size: 16rem;
	font-style: normal;
	font-weight: 400;
	line-height: 20rem;
	margin-left: 32rem;
}
.smart-filter-form{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.section__filter{
	position: relative;
    z-index: 2;
}
@media (max-width: 991.98px){
	.section__filter__all{
		font-size: 16rem;
		line-height: 24rem;
	}
	.section__filter__all:after{
		margin-right: 32rem;
	}
	.section__filter__reset{
		font-size: 16rem;
		line-height: 24rem;
	}
	.section__filter__block{
		margin-right: 20rem;
		margin-bottom: 20rem;
		position: relative;
		width: calc((100% - 40rem) / 3);
	}
	.section__filter__block:nth-child(6n) {
		margin-right: 20rem;
	}
	.section__filter__block:nth-child(3n) {
		margin-right: 0rem;
	}
	.section__filter__block__header{
		padding: 8rem 16rem;
	}
	.section__filter__name{
		font-size: 16rem;
		line-height: 24rem;
	}
	.section__filter__drop{
		right: 16rem;
	}
}
@media (max-width: 767.98px){
	.section__filter__mobile__header{
		display: block;
		position: relative;
		padding: 64rem 24rem 32rem;
	}
	.section__filter__mobile__title{
		text-align: center;
		color: var(--black, #1F1F1F);
		font-size: 20rem;
		font-weight: 400;
		line-height: 24rem;
	}
	.section__filter__mobile__close{
		position: absolute;
		top: 24rem;
		right: 0rem;
		width: 24rem;
		height: 24rem;
		cursor: pointer;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4099 12.0002L17.7099 7.71019C17.8982 7.52188 18.004 7.26649 18.004 7.00019C18.004 6.73388 17.8982 6.47849 17.7099 6.29019C17.5216 6.10188 17.2662 5.99609 16.9999 5.99609C16.7336 5.99609 16.4782 6.10188 16.2899 6.29019L11.9999 10.5902L7.70994 6.29019C7.52164 6.10188 7.26624 5.99609 6.99994 5.99609C6.73364 5.99609 6.47824 6.10188 6.28994 6.29019C6.10164 6.47849 5.99585 6.73388 5.99585 7.00019C5.99585 7.26649 6.10164 7.52188 6.28994 7.71019L10.5899 12.0002L6.28994 16.2902C6.19621 16.3831 6.12182 16.4937 6.07105 16.6156C6.02028 16.7375 5.99414 16.8682 5.99414 17.0002C5.99414 17.1322 6.02028 17.2629 6.07105 17.3848C6.12182 17.5066 6.19621 17.6172 6.28994 17.7102C6.3829 17.8039 6.4935 17.8783 6.61536 17.9291C6.73722 17.9798 6.86793 18.006 6.99994 18.006C7.13195 18.006 7.26266 17.9798 7.38452 17.9291C7.50638 17.8783 7.61698 17.8039 7.70994 17.7102L11.9999 13.4102L16.2899 17.7102C16.3829 17.8039 16.4935 17.8783 16.6154 17.9291C16.7372 17.9798 16.8679 18.006 16.9999 18.006C17.132 18.006 17.2627 17.9798 17.3845 17.9291C17.5064 17.8783 17.617 17.8039 17.7099 17.7102C17.8037 17.6172 17.8781 17.5066 17.9288 17.3848C17.9796 17.2629 18.0057 17.1322 18.0057 17.0002C18.0057 16.8682 17.9796 16.7375 17.9288 16.6156C17.8781 16.4937 17.8037 16.3831 17.7099 16.2902L13.4099 12.0002Z" fill="%231F1F1F"/></svg>');
	}
	.smart-filter-form > *{
		width: 100%;
	}
	.section__filter{
		display: none;
		position: fixed;
		top: 0;
		z-index: 10000;
		background: #fff;
		width: 100%;
		overflow: auto;
		max-height: 100vh;
	}
	.section__filter.open_m{
		display: block;
	}
	.section__filter__btn{
		cursor: pointer;
		position: absolute;
		width: 24rem;
		height: 24rem;
		top: 2rem;
		right: 24rem;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.40039 4.7999L12.0004 4.7999M2.40039 11.9999H12.0004M12.0004 11.9999V14.3999M12.0004 11.9999V9.5999M2.40039 19.1999H7.20039M12.0004 19.1999L21.6004 19.1999M16.8004 11.9999H21.6004M16.8004 4.7999L21.6004 4.7999M16.8004 4.7999V7.1999M16.8004 4.7999V2.3999M7.80039 21.5999V16.7999" stroke="%231F1F1F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	}
	.section__filter__block{
		width: 100%;
		margin-right: 0;
	}
	.section__filter__items{
		position: static;
	}
	.section__filter__btns{
		order: 1;
	}
	.section__filters{
		border-bottom: 0;
	}
	.smart-filter-popup-result{
		width: 100%;
		margin-top: 16rem;
		border-top: 2rem solid #E9E9E9;
		padding-top: 24rem;
		display: flex!important;
		flex-direction: column;
		align-items: center;
		color: var(--black, #1F1F1F);
		font-size: 16rem;
		font-style: normal;
		font-weight: 400;
		line-height: 22rem;
		margin-right: 0;
	}
	.section__filter__reset{
		text-align: center;
		justify-content: center;
		color: var(--red, #9F0E10);
		font-size: 16rem;
		font-style: normal;
		font-weight: 400;
		line-height: 20rem; 
		display: inline-flex;
		height: 40rem;
		padding: 12rem 16rem;
		align-items: center;
		flex-shrink: 0;
		border-radius: 8rem;
		border: 1rem solid var(--red, #9F0E10);
	}
	.section__filter__reset::after{
		content: none;
	}
	.smart-filter-popup-result a{
		margin-left: 0;
		margin-top: 24rem;
		border-radius: 8rem;
		border: 1rem solid var(--black, #1F1F1F);
		background: var(--black, #1F1F1F);
		display: inline-flex;
		height: 40rem;
		padding: 12rem 16rem;
		align-items: center;
		flex-shrink: 0;
		color: var(--white, #FFF);
		font-size: 16rem;
		font-style: normal;
		font-weight: 400;
		line-height: 20rem;
	}
}
/* End */


/* Start:/local/templates/divanom/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?1714218855800*/
.section__pagination{
	margin-top:64rem;
}
.section__pagination__list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.section__pagination__item{
	width: 40rem;
	height: 40rem;
	border-radius: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black, #1F1F1F);
	font-size: 16rem;
	font-style: normal;
	font-weight: 600;
	line-height: 24rem; 
	border-radius: 8rem;
	border: 1rem solid var(--red, #9F0E10);
	margin: 0 8rem;
}
span.section__pagination__item{
	border: 1rem solid var(--red, #9F0E10);
	background: var(--red, #9F0E10);
	color: #FFF;
}
.section__pagination__dots{
	border: 1rem solid transparent;
	margin: 0 8rem;
}
@media (max-width: 767.98px){
	.section__pagination__item--m{
		display: none; 
	}
}
/* End */


/* Start:/local/templates/divanom/components/bitrix/catalog.section/bootstrap_v4/style.css?172171526715771*/
.item__wrap{
	margin-bottom: 64rem;
}
.items{
	padding-top: 64rem;
	padding-bottom: 64rem;
}
.items__title{
	padding-bottom: 32rem;
	color: var(--black, #1F1F1F);
	font-size: 32rem;
	line-height: 36rem;
	font-weight: 600;
}
.item_name{
	text-align: center;
	margin-top: 32rem;
	font-size: 24rem;
	line-height: 28rem;
	color: var(--black, #1F1F1F);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_art{
	display: inline-block;
	margin-top: 24rem;
	color: var(--grey, var(--Dim-Grey-600, #696969));
	font-size: 18rem;
	line-height: 24rem; 
}
.item_art__size:not(:empty){
	display: inline-block;
	color: var(--black, var(--Dim-Grey-600, #1F1F1F));
	font-size: 20rem;
	line-height: 24rem; 
	padding-right: 10rem;
	margin-right: 10rem;
	border-right: 2rem solid var(--grey, var(--Dim-Grey-600, #696969));
}
.item_price{
	margin-top: 24rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item_price--old{
	color: var(--grey, var(--Dim-Grey-600, #696969));
	font-size: 18rem;
	line-height: normal;
	text-decoration-line: line-through;
}
.item_price--discont{
	margin: 0 8rem;
	border-radius: 4rem;
	background: var(--red, #9F0E10);
	padding: 4rem;
	color: var(--white, #FFF);
	font-size: 14rem;
	line-height: 18rem;
	font-weight: 600;
}
.item_price--current{
	color: var(--black, #1F1F1F);
	font-size: 24rem;
	font-weight: 600;
	line-height: 28rem;
}
.item_btn{
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-top: 24rem;
	color: var(--white, #FFF);
	font-size: 20rem;
	line-height: 24rem;
	padding: 12rem 16rem 12rem 56rem;
	border-radius: 8rem;
	background: var(--black, #1F1F1F);
	background-position: 16rem 50%;
	background-repeat: no-repeat;
	background-size: 24rem;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.39999 1.99268C1.84771 1.99268 1.39999 2.44039 1.39999 2.99268C1.39999 3.54496 1.84771 3.99268 2.39999 3.99268V1.99268ZM4.69253 2.99268L5.65776 2.73126C5.5397 2.29536 5.14414 1.99268 4.69253 1.99268V2.99268ZM8.4179 16.7479L7.45268 17.0093C7.58295 17.4903 8.04747 17.802 8.54194 17.7402L8.4179 16.7479ZM19.8806 15.3151L20.0046 16.3073C20.4293 16.2543 20.7731 15.9368 20.8598 15.5177L19.8806 15.3151ZM21.6 7.00462L22.5793 7.20722C22.6402 6.91271 22.5653 6.60641 22.3754 6.37319C22.1855 6.13998 21.9007 6.00462 21.6 6.00462V7.00462ZM5.7791 7.00462L4.81387 7.26603L5.7791 7.00462ZM2.39999 3.99268H4.69253V1.99268H2.39999V3.99268ZM8.54194 17.7402L20.0046 16.3073L19.7566 14.3228L8.29387 15.7556L8.54194 17.7402ZM20.8598 15.5177L22.5793 7.20722L20.6207 6.80201L18.9013 15.1125L20.8598 15.5177ZM3.7273 3.25409L4.81387 7.26603L6.74432 6.7432L5.65776 2.73126L3.7273 3.25409ZM4.81387 7.26603L7.45268 17.0093L9.38313 16.4865L6.74432 6.7432L4.81387 7.26603ZM21.6 6.00462H5.7791V8.00462H21.6V6.00462ZM11 20.4999C11 20.7761 10.7761 20.9999 10.5 20.9999V22.9999C11.8807 22.9999 13 21.8807 13 20.4999H11ZM10.5 20.9999C10.2239 20.9999 9.99999 20.7761 9.99999 20.4999H7.99999C7.99999 21.8807 9.11928 22.9999 10.5 22.9999V20.9999ZM9.99999 20.4999C9.99999 20.2238 10.2239 19.9999 10.5 19.9999V17.9999C9.11928 17.9999 7.99999 19.1192 7.99999 20.4999H9.99999ZM10.5 19.9999C10.7761 19.9999 11 20.2238 11 20.4999H13C13 19.1192 11.8807 17.9999 10.5 17.9999V19.9999ZM19 20.4999C19 20.7761 18.7761 20.9999 18.5 20.9999V22.9999C19.8807 22.9999 21 21.8807 21 20.4999H19ZM18.5 20.9999C18.2239 20.9999 18 20.7761 18 20.4999H16C16 21.8807 17.1193 22.9999 18.5 22.9999V20.9999ZM18 20.4999C18 20.2238 18.2239 19.9999 18.5 19.9999V17.9999C17.1193 17.9999 16 19.1192 16 20.4999H18ZM18.5 19.9999C18.7761 19.9999 19 20.2238 19 20.4999H21C21 19.1192 19.8807 17.9999 18.5 17.9999V19.9999Z' fill='white'/%3E%3C/svg%3E%0A");
}
.item_btn.incart{
	background-color: var(--red, #9F0E10);
}
.item_btn:hover{
	background-color: var(--red, #9F0E10);
}
.items__row_container{
	position: relative;
}
.items__row{
	display: flex;
	flex-wrap :wrap;
}
.items__row.swiper-wrapper{
	flex-wrap :unset;
}
.item__wrap{
	width: calc((100% - 360rem) / 3);
}
.item{
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.item__wrap:not(:nth-child(3n+1)){
	margin-left: 180rem;
}
.swiper-slide.item__wrap{
	margin-left: unset;
	margin-right: 180rem;
	margin-bottom: 0;
}
.item_fav:hover::before{
	position: absolute;
	right: calc(100% + 10rem);
	top: 50%;
	transform: translateY(-50%);
	content: 'В избранное';
	color: var(--black, #1F1F1F);
	font-size: 18rem;
	font-weight: 400;
	line-height: 28rem;
	display: inline-flex;
	padding: 10px 12px;
	align-items: center;
	gap: 16px;
	border-radius: 8px;
	background: var(--white, #FFF);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
	white-space: nowrap;
}
.item_fav.infavor:hover::before{
	content: 'Добавлено в избранное';
}
.item:hover .item_fav{
	cursor: pointer;
	position: absolute;
	top: 22rem;
	right: 25rem;
	width: 32rem;
	height: 32rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.07519 8.27513C6.27536 7.07532 7.90294 6.4013 9.59999 6.4013C11.297 6.4013 12.9246 7.07532 14.1248 8.27513L16 10.1487L17.8752 8.27513C18.4656 7.66387 19.1718 7.1763 19.9526 6.84088C20.7334 6.50547 21.5732 6.32892 22.423 6.32153C23.2728 6.31415 24.1156 6.47608 24.9021 6.79787C25.6886 7.11967 26.4032 7.59489 27.0041 8.19581C27.605 8.79672 28.0802 9.51129 28.402 10.2978C28.7238 11.0844 28.8858 11.9271 28.8784 12.7769C28.871 13.6267 28.6945 14.4665 28.359 15.2473C28.0236 16.0281 27.536 16.7344 26.9248 17.3247L16 28.2511L5.07519 17.3247C3.87537 16.1246 3.20135 14.497 3.20135 12.7999C3.20135 11.1029 3.87537 9.47531 5.07519 8.27513V8.27513Z' stroke='%23696969' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.item:hover .item_fav.infavor{
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.07519 8.27513C6.27536 7.07532 7.90294 6.4013 9.59999 6.4013C11.297 6.4013 12.9246 7.07532 14.1248 8.27513L16 10.1487L17.8752 8.27513C18.4656 7.66387 19.1718 7.1763 19.9526 6.84088C20.7334 6.50547 21.5732 6.32892 22.423 6.32153C23.2728 6.31415 24.1156 6.47608 24.9021 6.79787C25.6886 7.11967 26.4032 7.59489 27.0041 8.19581C27.605 8.79672 28.0802 9.51129 28.402 10.2978C28.7238 11.0844 28.8858 11.9271 28.8784 12.7769C28.871 13.6267 28.6945 14.4665 28.359 15.2473C28.0236 16.0281 27.536 16.7344 26.9248 17.3247L16 28.2511L5.07519 17.3247C3.87537 16.1246 3.20135 14.497 3.20135 12.7999C3.20135 11.1029 3.87537 9.47531 5.07519 8.27513V8.27513Z' stroke='%239F0E10' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.item:hover .item_compare{
	cursor: pointer;
	position: absolute;
	top: 72rem;
	right: 29rem;
	width: 24rem;
	height: 24rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.40039 20.7V7.90005M8.80039 20.7V13.2334M15.2004 20.7V3.30005M21.6004 20.7V7.90005" stroke="%23696969" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.item_compare:hover::before{
	position: absolute;
	right: calc(100% + 10rem);
	top: 50%;
	transform: translateY(-50%);
	content: 'В сравнения';
	color: var(--black, #1F1F1F);
	font-size: 18rem;
	font-weight: 400;
	line-height: 28rem;
	display: inline-flex;
	padding: 10px 12px;
	align-items: center;
	gap: 16px;
	border-radius: 8px;
	background: var(--white, #FFF);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
	white-space: nowrap;
}
.item_compare.incompare:hover::before{
	content: 'Добавлено в сравнения';
}
.item:hover .item_compare.incompare{
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.40039 20.7V7.90005M8.80039 20.7V13.2334M15.2004 20.7V3.30005M21.6004 20.7V7.90005" stroke="%239F0E10" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.item_img{
	border-radius: 26rem;
	width: 100%;
	padding-top: 73%;
	position: relative;
}
.item_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.items__slider_prev{
	width: 48rem;
	height: 48rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	background-repeat: no-repeat;
	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%3Ccircle cx='24' cy='24' r='24' fill='%231F1F1F'/%3E%3Cpath d='M36 23C36.5523 23 37 23.4477 37 24C37 24.5523 36.5523 25 36 25V23ZM11.2929 24.7071C10.9024 24.3166 10.9024 23.6834 11.2929 23.2929L17.6569 16.9289C18.0474 16.5384 18.6805 16.5384 19.0711 16.9289C19.4616 17.3195 19.4616 17.9526 19.0711 18.3431L13.4142 24L19.0711 29.6569C19.4616 30.0474 19.4616 30.6805 19.0711 31.0711C18.6805 31.4616 18.0474 31.4616 17.6569 31.0711L11.2929 24.7071ZM36 25L12 25V23L36 23V25Z' fill='white'/%3E%3C/svg%3E%0A");
	cursor: pointer;
	z-index:1;
}
.items__slider_prev:hover{
	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%3Ccircle cx='24' cy='24' r='24' fill='%239F0E10'/%3E%3Cpath d='M36 23C36.5523 23 37 23.4477 37 24C37 24.5523 36.5523 25 36 25V23ZM11.2929 24.7071C10.9024 24.3166 10.9024 23.6834 11.2929 23.2929L17.6569 16.9289C18.0474 16.5384 18.6805 16.5384 19.0711 16.9289C19.4616 17.3195 19.4616 17.9526 19.0711 18.3431L13.4142 24L19.0711 29.6569C19.4616 30.0474 19.4616 30.6805 19.0711 31.0711C18.6805 31.4616 18.0474 31.4616 17.6569 31.0711L11.2929 24.7071ZM36 25L12 25V23L36 23V25Z' fill='white'/%3E%3C/svg%3E%0A");
}
.items__slider_next{
	width: 48rem;
	height: 48rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-size: 100%;
	background-repeat: no-repeat;
	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%3Ccircle cx='24' cy='24' r='24' fill='%231F1F1F'/%3E%3Cpath d='M12 23C11.4477 23 11 23.4477 11 24C11 24.5523 11.4477 25 12 25V23ZM36.7071 24.7071C37.0976 24.3166 37.0976 23.6834 36.7071 23.2929L30.3431 16.9289C29.9526 16.5384 29.3195 16.5384 28.9289 16.9289C28.5384 17.3195 28.5384 17.9526 28.9289 18.3431L34.5858 24L28.9289 29.6569C28.5384 30.0474 28.5384 30.6805 28.9289 31.0711C29.3195 31.4616 29.9526 31.4616 30.3431 31.0711L36.7071 24.7071ZM12 25L36 25V23L12 23V25Z' fill='white'/%3E%3C/svg%3E%0A");
	cursor: pointer;
	z-index:1;
}
.items__slider_next:hover{
	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%3Ccircle cx='24' cy='24' r='24' fill='%239F0E10'/%3E%3Cpath d='M12 23C11.4477 23 11 23.4477 11 24C11 24.5523 11.4477 25 12 25V23ZM36.7071 24.7071C37.0976 24.3166 37.0976 23.6834 36.7071 23.2929L30.3431 16.9289C29.9526 16.5384 29.3195 16.5384 28.9289 16.9289C28.5384 17.3195 28.5384 17.9526 28.9289 18.3431L34.5858 24L28.9289 29.6569C28.5384 30.0474 28.5384 30.6805 28.9289 31.0711C29.3195 31.4616 29.9526 31.4616 30.3431 31.0711L36.7071 24.7071ZM12 25L36 25V23L12 23V25Z' fill='white'/%3E%3C/svg%3E%0A");
}
.section__more__btns{
	display: flex;
	justify-content: center;
}
.section__more__btn{
	margin-top:64rem;
	border-radius: 8rem;
	border: 1rem solid #000;
	display: inline-flex;
	padding: 12rem 16rem;
	align-items: center;
	color: var(--black, #1F1F1F);
	font-size: 20rem;
	font-weight: 400;
	line-height: 24rem; 
	background: #fff;
	cursor: pointer;
}
.section__title__container{
	position: relative;
}
.section__title{
	margin-bottom: 32rem;
	font-size: 32rem;
	font-style: normal;
	font-weight: 600;
	line-height: 36rem;
	color: var(--black, #1F1F1F);
	text-transform: uppercase;
}
.section__sort__wrap{
	display: flex;
	justify-content: flex-end;
}
.section__sort{
	margin-top: 32rem;
	margin-bottom: 32rem;
}
.section__sort__btn{
	color: var(--black, #1F1F1F);
	font-size: 24rem;
	font-style: normal;
	font-weight: 400;
	line-height: 28rem;
	display: flex;
	align-items: center;
	margin-left: auto;
}
.section__sort__btn:after{
	content: '';
	margin-left: 24rem;
	width: 24rem;
	height: 24rem;
	background-size: 100%; 
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10.0049L12.0008 14.5849L17 10.0049' stroke='%231F1F1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.category__colors{
	margin-top: 64rem;
	border-bottom: 2rem solid #E9E9E9;
}
@media (max-width: 991.98px){
	.category__colors{
		margin-top: 32rem;
		border-bottom: 2rem solid #E9E9E9;
	}
	.section__title{
		margin-bottom: 24rem;
		font-size: 24rem;
		line-height: 28rem;
	}
	.item__wrap{
		width: calc((100% - 160rem) / 3);
	}
	.item__wrap:not(:nth-child(3n+1)) {
		margin-left: 80rem;
	}
	.swiper-slide.item__wrap:not(:nth-child(3n+1)) {
		margin-left: unset;
	}
	.items__title{
		font-size: 20rem;
		margin-bottom: 16rem;
		line-height: 24rem;
	}
	.items {
		padding-top: 32rem;
		padding-bottom: 32rem;
	}
	.item_name{
		margin-top: 8rem;
		font-size: 14rem;
		line-height: 18rem;
	}
	.item_price{
		margin-top: 16rem;
	}
	.item_price--old{
		font-size: 10rem;
		line-height: normal;
	}
	.item_price--discont{
		font-size: 12rem;
		line-height: 16rem;
	}
	.item_price--current{
		font-size: 14rem;
		line-height: 28rem;
	}
	.item_art{
		margin-top: 8rem;
		font-size: 12rem;
		line-height: 16rem;
		text-align: center;
	}
  .item_art__size:not(:empty){
		font-size: 14rem;
		line-height: 18rem;
		border-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 5rem;
	}
	.item_btn{
		margin-top: 16rem;
		background-size: 24rem;
		background-position: 10rem 50%;
		padding: 6rem 10rem 6rem 50rem; 
		font-size: 18rem;
		line-height: 28rem;
	}
	.items__slider_prev{
		display: none;
	}
	.items__slider_next{
		display: none;
	}
	.item:hover .item_fav{
		right: 0;
		top: 0;
		width: 24rem;
		height: 24rem;
	}
	.item:hover .item_compare{
		right: 0;
		top: 36rem;
		width: 24rem;
		height: 24rem;
	}
	.section__sort{
		margin-top: 24rem;
		margin-bottom: 24rem;
	}
	.section__sort__btn{
		font-size: 16rem;
		line-height: 24rem;
	}
	.item_fav:hover::before{
		display:none;
	}
	.item_compare:hover::before{
		display:none;
	}
}
@media (max-width: 767.98px){
	.section__title{
		padding-right: 30rem;
	}
	.section__sort{
		margin-top: 24rem;
		margin-bottom: 24rem;
	}
	.section__sort__btn{
		margin-left: unset;
		margin-right: auto;
	}
	.item__wrap{
		width: 100%;
		margin-left: 0!important;
	}
	.category .item_name{
		margin-top: 16rem;
        font-size: 20rem;
        line-height: 24rem;
	}
	.category .item_art{
		margin-top: 16rem;
        font-size: 16rem;
        line-height: 24rem;
	}
	.category  .item_art__size:not(:empty){
		font-size: 18rem;
		line-height: 24rem; 
	}
	.category .item_price--old{
        font-size: 14rem;
        line-height: 20rem;
	}
	.category .item_price--discont{
        font-size: 12rem;
        line-height: 18rem;
	}
	.category .item_price--current{
        font-size: 20rem;
        line-height: 24rem;
	}
	.category .item_btn{
        font-size: 20rem;
        line-height: 24rem;
		padding: 12rem 16rem 12rem 50rem;
	}
}
/* End */


/* Start:/local/templates/divanom/components/bitrix/catalog.item/bootstrap_v4/style.css?1734455599113*/
.item_btn_disabled{
	pointer-events: none;
	background: gray;
	padding: 16rem 24rem 16rem 24rem;
	cursor: 
}
/* End */
/* /local/templates/divanom/components/bitrix/catalog/catalog/style.css?17301036271411 */
/* /local/templates/divanom/components/bitrix/breadcrumb/breadcrumb/style.css?1714715698916 */
/* /local/templates/divanom/components/bitrix/catalog.section.list/prefilter/style.css?17157617232473 */
/* /local/templates/divanom/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?171698824116174 */
/* /local/templates/divanom/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?1714218855800 */
/* /local/templates/divanom/components/bitrix/catalog.section/bootstrap_v4/style.css?172171526715771 */
/* /local/templates/divanom/components/bitrix/catalog.item/bootstrap_v4/style.css?1734455599113 */
