

/* Start:/local/templates/main/components/bitrix/news/template1/style.css?177253530711024*/
.sub_h1_title {
	display: block;
	font-size: 14px;
	color: #adadad;
	line-height: 1;
	padding: 10px 0 0 0;
}
.subsections_space {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;	
	margin: 0 0 14px 0;
}
.subsections_space a {
	background: #FFF;
	padding: 7px 14px;
	font-size: 16px;
	color: #303030;
	border: 1px solid #dadada;
	text-decoration: none !important;
}
.subsections_space a:hover {
	color: #FFF;
	background-color: #303030;
}
.multi-filters {
	background-color: #ffffff;
	border: 1px solid #dadada;
	user-select: none;
}
.multi-filters-title {
	font-family: 'Gilroy-SemiBold';
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	color: #303030;
	height: 50px;
	padding: 0 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.multi-filters-title .multi-filters-mobile {
	display: none;
}
.multi-filters > article {
	font-family: 'Gilroy-SemiBold';
	font-size: 14px;
	cursor: pointer;
}
.multi-filters > article button {
	position: relative;
}
.multi-filters > article button:hover {
	background: #dfdfdf;
}
.multi-filters > article button::before {
	content: "";
	display: block;
	position: absolute;
	width:	9px;
	height: 9px;
	right:	13px;
	top:	15px;
	margin-top: -4px;

	border-top: 2px solid #000;
	border-right: 2px solid #000;

	transform: rotate(135deg);
	transition: all linear 0.3s;
}
.multi-filters > article button.focus {
	color: #fff;
	background-color: #005398;
	b {
		color: #fff;
	}
}
.multi-filters > article button.focus::before {
	top: 19px;
	border-color: #FFF;
	transform: rotate(315deg);
}
.multi-filters > article > button {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.1;
	border: none;
	background: #FFF;
	padding: 11px 30px 11px 12px;
	border-top: 1px solid #dadada;
}
.multi-filters > .multi-filter-clear {
	border-top: 1px solid #dadada;
}
.multi-filters > article > button b {
	color: #005398;
}
.multi-filters > article > label {
	display: none;
}
.multi-filters > article > label.active {
	max-height: 400px;
	overflow-y: auto;
}
.multi-filters > article > button.focus ~ label {
	display: block;
}
.multi-filters > article > button.focus ~ label > * {
	display: block;
	padding: 8px 16px;
	text-decoration: none !important;
}
.multi-filters > article > button.focus ~ label > *.disabled {
	color: #adadad;
	background: #f3f3f3;
}

.multi-filters > article > label a.filter-selected {
	color: #000;
	background: #f3f3f3;
}
.multi-filters > article > label a:hover {
	color: #000;
	background: #dfdfdf;
}
.mobile-box-button {
	display: none;
}

@media (max-width: 992px) {
	.subsections_space {
		height: 0px;
	        opacity: 0;
		display: none;
	}
	.subsections_space.active {
	        opacity: 1;
		height: fit-content;
		display: flex;
	}
	.multi-filters {
		border: none;
		padding: 0 40px 40px 40px;
	}
	.multi-filters-title {
		height: 65px;
		padding: 0px;
		margin: 0 -30px 0 0;
	}
	.multi-filters-title .multi-filters-mobile {
		display: block;
		position: relative;
		width: 50px;
		height: 50px;
		padding: 0;
		border: none;
		background: #FFF;
	}
	.multi-filters-title .multi-filters-mobile::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 20px;
		background: #000;
		transform: rotate(45deg);
		right: 25px;
		top: 14px;
	}
	.multi-filters-title .multi-filters-mobile::before {
		content: '';
		position: absolute;
		width: 2px;
		height: 20px;
		background: #000;
		transform: rotate(-45deg);
		right: 25px;
		top: 14px;
	}
	.multi-filters > article {
		margin: 0 0 10px 0;
		border: 1px solid #dadada;
	}
	.multi-filters > article > div {
		border: none;
	}
	.multi-filters > article > button {
		border: none;
		color: #212529;
	}
	.mobile-box {
		gap: 10px;
		display: flex;
	}
	.mobile-box-button {
		flex: 1;
		gap: 12px;
		background: #FFF;
		padding: 8px 16px;
		font-size: 16px;
		color: #303030;
		display: flex;
		align-items: center;
		margin: 0 0 8px 0;
		height: fit-content;
		line-height: 1;
		border-radius: 8px;
		border: 1px solid #dadada;
	}
	.right-catalog.active {
		overflow-y: scroll;
		max-height: 100%;
	}
	.mobile-box-button:hover {
		color: #FFF;
		background-color: #303030;
	}
	.wrapper-section-mobile {
		position: relative;
		padding: 8px 34px 8px 16px;
	}
	.wrapper-section-mobile::before {
		top: 13px;
		content: '';
		position: absolute;
		right: 14px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
		transition: 0.2s all;
	}
	.mobile-box-button:hover::before {
		border-color: #fff;
	}
	.mobile-box-button.open::before {
		top: 11px;
		transform: rotate(135deg);
	}
}
@media (max-width: 570px){
	.wrapper-section-mobile::before {
		top: 11px;
	}	
	.mobile-box-button.open::before {
		top: 9px;
	}
}
.item-box {
	display: flex;
	margin: -1px 0 0 0;
	padding: 0 8px 0 0;
	border: 1px solid #00000000;
}
.item-box:not(:last-child) {
	border-bottom: 1px solid #dadada;
}
.item-box:hover {
	z-index: 1;
	position: relative;
	border: 1px solid #000;
}
.item-box .item-img {
	display: block;
	min-width: 66px;
	padding: 6px 0 6px 6px;
}
.item-box .item-img div {
	width: 60px;
	height: 60px;
	min-width: 60px;
	max-height: 60px;
	display: flex;	
	justify-content: center;
	align-items: center;
}
.item-box .item-img img {

}

.item-box .item-info {
	gap: 10px;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
}
.item-box .item-info a {
	display: flex;
	flex: 1 1 auto;
	padding: 0 12px;
	height: 100%;
	line-height: 1.1;
	align-items: center;
}
.item-box .item-info a:hover {
	color: #979797;
	text-decoration: none;
}
.item-box .item-info .item-info-a {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
}
.item-box .item-info .item-info-b {
	gap: 6px;
	display: flex;	
	align-items: center;
}
.d-btn-action {
	cursor: pointer;
	width: 47px;
	min-width: 47px;
	height: 38px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dadada;
}
.d-btn-action:hover, 
.d-btn-action.active {
	background: #005398;
	svg path {
		fill: #FFF;
		stroke: #FFF;
	}
}
.item-box .d-btn-action:first-child {
	grid-area: C;
}
.item-box .d-btn-action:last-child {
	grid-area: D;
}
.d-order-btn {
	grid-area: E;
	font-size: 17px;
	font-family: 'Gilroy-Regular';
	border-radius: 8px;
	min-width: fit-content !important;
	display: flex;
	white-space: nowrap;
	padding: 8px 16px !important;	
	height: fit-content !important;
}
.item-box .item-info button {
	min-width: 40px;
}

.item-box .item-info b {
	padding: 0 6px;
	font-size: 17px;
	white-space: nowrap;
	font-family: 'Gilroy-SemiBold';
}
.item-box .item-price {
	line-height: 1;
	min-width: fit-content;
}
.multi-filter-clear {
	display: flex;
	text-decoration: none;
	justify-content: center;
	padding: 8px 10px;
	font-size: 14px;
}
div.pagination {
	margin: 14px 0;
	width: 100%;
	gap: 6px;
	justify-content: center;
}
div.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;	
	padding: 6px 14px;
	font-size: 14px;
	color: #000;
	border: 1px solid #dadada;
}
div.pagination a.active {
	color: #FFF;
	background: #005398;
}
div.pagination a:hover {
	color: #000;
	text-decoration: none;
	background: #e9ecef;
}

@media (max-width: 1399px){
	.subsections_space a {
		padding: 5px 14px;
		font-size: 14px;
	}
}
@media (max-width: 992px){
	.item-box .item-info {
		padding: 8px 0;
	}
	.item-box .item-info a {
		width: 100%;       
		padding-top: 5px;
		align-items: start;
	}
	.item-box .item-info .item-info-a {
        	display: flex;
	        flex-direction: column;
	}
	.item-box .item-info .item-info-b {
		display: grid;
		grid-template-areas:
			"C D"
			"E E"
		;
	        grid-template-columns: 100% auto;
	        justify-content: end;
	}
	.item-box .item-info .item-info-b > * {
		justify-self: end;
	}
	.item-box .d-btn-action:first-child {

	}
	.item-box .d-btn-action:last-child {

	}
	.item-box .item-price {
        	text-align: end;
	        align-self: end;
	        width: 100%;
		padding: 0 0 6px 0;
	}
	.item-box .item-info {
		gap: 2px 8px;
	}
}
@media (max-width: 570px){
	.subsections_space a {
		line-height: 1;
		padding: 8px 14px;
	}
	.item-box {
		margin: 0 10px;
		padding: 0;
		flex-direction: column;
	}
	.item-box .item-img {
		margin: 0 auto;
		padding: 6px;
	}
	.item-box .item-info {
		gap: 12px;
		padding: 8px;
		flex-direction: column;
	}
	.item-box .item-info a,
	.item-box .item-price {
		padding: 0;
		text-align: center;
		justify-content: center;
	}
	.item-box .item-info .item-info-a {
		gap: 12px;
		width: 100%;
	}
	.item-box .item-info .item-info-b {
		gap: 12px;
	        width: 100%;
		display: flex;
		justify-content: center;
	}
	div.pagination a {
		padding: 6px 10px;
	}
	.item-box .item-info b {
		font-size: 19px;
	}
	.mobile-box-button {
		gap: 6px;
		font-size: 14px;
		padding: 6px 12px;
	}
}





/**/
.mobSectButs{
	display: none;
}
@media (max-width: 736px) {
	.subCatalogSections{
		display: none;
	}
	.mobSectButs{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.mobSectButs .subFilterBut,
	.mobSectButs .subSectBut{
		padding: 8px 10px 9px 35px;
		cursor: pointer;
		font-size:14px;
		line-height: 14px;
		font-weight: bold;
		transition: background-color ease 0.3s;
	}
	.mobSectButs .subSectBut{
		background: #e5e5e5 url(/local/img/subcats.svg) no-repeat 11px center;
		width: calc(50% - 2px);
		min-width: calc(50% - 2px);
		margin-right: 2px;
	}
	.mobSectButs .subFilterBut{
		background: #e5e5e5 url(/local/img/subfilter.svg) no-repeat 11px center;
		width:100%;
	}
	.mobSectButs .subFilterBut:hover,
	.mobSectButs .subSectBut:hover{
		background-color: #cbcbcb;
		transition: background-color ease 0.3s;
	}
	.right-catalog{
		position: fixed !important;
		top: 0;
		opacity:0;
		left: -105%;
		width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 0;
		transition: left ease 0.3s, opacity ease 0.3s;
	}
	.right-catalog.active {
		opacity: 1;
		left: 0;
		z-index: 50;
		transition: left ease 0.3s, opacity ease 0.3s;
	}
	.filters .bx_filter_title{
		position: relative;
	}
	.filters .bx_filter_title:after{
		content: "";
		display:block;
		position: absolute;
		right:10px;
		top:50%;
		width: 34px;
		height: 34px;
		background: url(/local/img/close.svg) no-repeat center;
		background-size: 24px;
		cursor: pointer;
		margin-top: -17px;
	}
	.filters-list{
		max-height: calc(100vh - 156px);
		overflow-y: auto;
	}
	div#bx-panel{
		display: none !important;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news/template1/style.css?177253530711024 */
