

/* Start:/local/templates/vyaz/components/bitrix/catalog/catalog_v2/style.css?17823120451897*/
.catalog_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
}
.catalog_content .products-section {
	margin-bottom: 0;
}
.category_catalog_block {
	max-width: 400px;
	width: 100%;
}
.category_catalog_block .search-form {
	width: 100%;
	margin-bottom: 16px;
}
.right_block_catalog {
	max-width: 972px;
	width: 100%;
	flex: 1;
	margin-left: 20px;
}

.lazyButton {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lazyButton > button {
	max-width: 233px;
	margin-top: 40px;
}

@media (max-width: 840px) {
	.category_catalog_block {
		max-width: 100%;
		margin-bottom: 20px;
		
		display: none;
	}
	
	.right_block_catalog {
		margin-left: 0px;
	}
}

@media (max-width: 1000px) {
	/*mainpage*/
	.catalog_content {
		margin-bottom: 70px;
	}
}

@media (max-width: 500px) {
	
	.catalog_content {
		margin-bottom: 40px;
	}
}



.rightPanel {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 12px;
	right: 13px;
	z-index: 112;
}
.rightPanel .addFavorites {
	position: relative;
	top: 0 !important;
	right: 0 !important;
}
/*Compare*/
.product-item-compare {
	margin-top: 10px;
}
.product-item-compare input[type="checkbox"] {
	display: none;
}

.product-item-compare label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	color: #888;
}

.product-item-compare span {
	display: inline-flex;
	align-items: center;
}

.product-item-compare span:before {
	content: '';
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	
	background-image: url('/local/templates/vyaz/images/icons/compare.svg');
}

.product-item-compare input:checked + span:before {
	background-image: url('/local/templates/vyaz/images/icons/compare-active.svg');
}

.share-btn {
	margin-top: 2px;
}
/* End */


/* Start:/local/templates/vyaz/components/bitrix/catalog/catalog_v2/style_section_v2.css?17817165002816*/
.CatalogSort {
	display: flex;
	gap: 10px;
	margin: 30px 0 0 10px;
}

.CatalogSort__item {
	display: flex;
	align-items: center;
	gap: 6px;
	
	padding: 0 14px 0 0;
	
	
	border-radius: 4px;
	
	color: #999;
	text-decoration: none;
	
	transition: .2s;
}

.CatalogSort__item:hover {
	color: var(--accent-color-hover);
}

.CatalogSort__item.active {
	color: var(--accent-color);
	
	font-weight: 600;
}

.CatalogSort__arrow {
	font-size: 14px;
}


@media (max-width: 800px) {
	.CatalogSort {
		display: flex;
		flex-wrap: wrap;
	}
}


.main_catalog.category .products-section .products .row .product-item-small-card {
	width: calc((100% - 20px * 2) / 3);
}

@media (max-width: 700px) {
	.main_catalog.category .products-section .products .row .product-item-small-card {
		width: 100%;
	}
}


@supports (display: contents) {
	.main_catalog.category .products-section .products .row {
		display: contents; /* "убирает" обёртку из layout — дети становятся прямыми детьми body */
	}
	
	.main_catalog.category .products-section .products {
		/*display: grid;
		gap: 20px;
		grid-template-columns: repeat(3, 1fr);
		align-items: start;*/
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 20px;
	}
	/*
	.main_catalog.category .products-section .products .row .product-item-small-card {
		width: 100%;
	}
	*/
	
	.main_catalog.category .products-section .products .row .product-item-small-card {
		width: calc((100% - 20px * 2) / 3);
	}
	
	@media (max-width: 1300px) {
		.main_catalog.category .products-section .products .row .product-item-small-card {
			width: calc((100% - 20px * 1) / 2);
		}
	}
	@media (max-width: 1000px) {
		.main_catalog.category .products-section .products .row .product-item-small-card {
			width: calc((100% - 20px * 0) / 1);
		}
	}
	
	/* медиазапрос: 2 в ряд */
	@media (max-width: 800px) {
		.main_catalog.category .products-section .products {
			/*grid-template-columns: repeat(2, 1fr);*/
		}
		.main_catalog.category .products-section .products .row .product-item-small-card {
			width: calc((100% - 20px * 1) / 2);
		}
	}
	@media (max-width: 700px) {
		.main_catalog.category .products-section .products {
			/*grid-template-columns: repeat(2, 1fr);*/
		}
		.main_catalog.category .products-section .products .row .product-item-small-card {
			width: calc((100% - 20px * 1) / 2);
		}
	}
	@media (max-width: 500px) {
		.main_catalog.category .products-section .products {
			/*grid-template-columns: repeat(1, 1fr);*/
			justify-content: center;
		}
		/*.main_catalog.category .products-section .products .row .product-item-small-card {
			width: 100%;
		}*/
		.main_catalog.category .products-section .products .row .product-item-small-card {
			width: calc((100% - 5px * 1) / 2);
		}
	}
}
/* End */


/* Start:/local/templates/vyaz/css/share.css?1781543397501*/
.share-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
}
.share-desktop{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:16px;
	padding:10px;
}

.share-item{
	width:90px;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-size:12px;
}

.share-item:hover{
	opacity:.8;
}

.share-icon{
	width:48px;
	height:48px;
	display:block;
	margin:0 auto 8px;
	fill:currentColor;
}
/* End */


/* Start:/local/templates/vyaz/components/bitrix/menu/treeCatalog/style.css?17592345741585*/
.treeCatalog {
	border-radius: 10px;
	border: 1px solid #cad8c6;
	border: 1px solid rgba(222, 222, 222, 1);
	padding: 16px;
	box-sizing: border-box;
}
.treeCatalog ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

.treeCatalog ul ul {
	/*width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;*/
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 4px;
}

.treeCatalog li {
	margin: 0 0 0 0;
	padding:0;
	position:relative;
}

.treeCatalog li li {
	margin: 0 0 0 0;
	padding:0;
}
.treeCatalog li li:last-child {
	padding-bottom: 10px;
}
.treeCatalog > ul > li:not(:last-child) {
	border-bottom: 1px solid #cad8c6;
}

.treeCatalog li.menu-close ul {
	display: none;
}

.treeCatalog .item-text {

	
}
.treeCatalog li .item-text a {
	display: block;
	width: fit-content;
	margin: 0px;
	padding: 6px 0px 10px 0px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: var(--black-color);
	cursor: pointer;
}
.treeCatalog li .item-text a:not(.button):hover {
	transition: 1s;
	color: var(--accent-color);
}

.treeCatalog li li .item-text a {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 0;
}
.treeCatalog > ul > li.menu-open > .item-text > a {
	font-weight: 600;
}

.treeCatalog .arrow {
	position: absolute;
	right: 0;
	top: 2px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}
.treeCatalog .arrow svg {
	display: block;
	width: 14px;
	height: 8px;
}
.treeCatalog li:not(.menu-close) .arrow svg {
	transform: rotate(180deg);
}


/* End */


/* Start:/local/templates/vyaz/components/bitrix/catalog.compare.list/.default/style.css?1781252318680*/
.bx_catalog-compare-list{
    width:100%;
}
.bx_catalog_compare_count {
    width:100%;
    max-height:100%;
    padding:10px;
    border-radius:10px;
    background:#fff;
    margin-bottom: 20px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.bx_catalog_compare_count p {

}
.bx_catalog_compare_count .btn {
    color: var(--black-color);
}
.bx_catalog_compare_count .btn:hover {

}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round_custom/style.css?17648527072521*/
.bx-pagination {
	margin: 30px 0 0 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: transparent;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: var(--black-color);
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: var(--black-color);
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--accent-color);
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: var(--black-color);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: var(--black-color);
}


/* End */


/* Start:/local/templates/vyaz/components/bitrix/catalog.section/list_v4/style.css?1764852807109*/
.lazyButton {
	margin: 40px auto 0 auto;
	width: fit-content;
}
.lazyButton .btn {
	min-width: 230px;
}
/* End */
/* /local/templates/vyaz/components/bitrix/catalog/catalog_v2/style.css?17823120451897 */
/* /local/templates/vyaz/components/bitrix/catalog/catalog_v2/style_section_v2.css?17817165002816 */
/* /local/templates/vyaz/css/share.css?1781543397501 */
/* /local/templates/vyaz/components/bitrix/menu/treeCatalog/style.css?17592345741585 */
/* /local/templates/vyaz/components/bitrix/catalog.compare.list/.default/style.css?1781252318680 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round_custom/style.css?17648527072521 */
/* /local/templates/vyaz/components/bitrix/catalog.section/list_v4/style.css?1764852807109 */
