

/* 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:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175863796251*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/vyaz/components/bitrix/catalog/catalog_v2/style.css?17823120451897 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175863796251 */
