

/* Start:/local/templates/m3/components/bitrix/catalog.element/element/style.css?17424754488765*/
.element_content {
	margin-bottom: 24px;
}
.element_content__inner {
	position: relative;
	display: flex;
}
.element_content__inner .element_gallery {
	flex: 0 0 46%;
	width: 46%;
}
.element_content__inner .element_right {
	flex: 1;
	padding-left: 30px;
	align-self: baseline;
}
.element_content__inner .element_right.has-stickers {
	padding-top: 20px;
}
.element_slider {
	border: 1px solid #D3D3D3;
	padding: 16px;
}
.element_slider__slide > a {
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
}
.element_slider__slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.element_gallery .element_slider_thumbs {
	margin-top: 30px;
}
.element_gallery .element_slider_thumbs .swiper-container {
	padding: 0 6px;
}
.element_slider_thumbs .swiper-slide img {
	width: 60px;
	height: 60px;
	border: 1px solid #D3D3D3;
	object-fit: contain;
	cursor: pointer;
}
.swiper-container {
	height: 100%;
	width: 100%;
}
.element_right .rate {
	max-width: 80%;
	margin-bottom: 30px;
}
.rate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rate .bx_item_detail_rating {
	margin-bottom: 0;
}
.rate .bx_item_detail_rating .bx_stars_bg {
	background-image: url(/local/templates/m3/img/stars1.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.rate .bx_item_detail_rating .bx_stars_container {
	width: 74px;
	height: 14px;
}
.rate .bx_item_detail_rating .bx_stars_progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFD646;
}
.rate .bx_item_detail_rating .bx_stars_rating_votes {
	font-size: 12px;
	line-height: 1;
	margin-left: 12px;
	position: relative;
    top: -1.5px;
	vertical-align: unset;
}
.add_to_favorite svg {width:22px;position: relative;top: -1px;}
.itserw_wishlist.itserw_wishlist_added svg {
	fill: var(--main_color);
	stroke: var(--main_color);
}
.product-item-detail-compare {cursor: pointer;}
.product-item-detail-compare label {margin: 0;}
.product-item-detail-compare svg{fill:#8E8E8E; cursor: pointer;}
.product-item-detail-compare:hover svg {fill: var(--main_color);}
.product-item-detail-compare span, .catalog_element .add_to_favorite {
	font-size: 14px;
	color: var(--font_color);
	text-decoration: none;
	cursor: pointer;
}
.add_to_favorite svg,
.product-item-detail-compare svg {
	margin-right: 6px;
}
.product-item-detail-properties {
	padding: 0;
	margin: 10px 0 0;
}
.product-item-detail-properties li span {
	font-weight: 700;
}
.product-item-detail-properties li::before {
	display: none;
}
.right__section__shipping,
.right__section__payment {
	display: flex;
	font-size: 13px;
	color: #8E8E8E;
}
.right__section__shipping .icon,
.right__section__payment .icon {
	width: 53px;
	height: 53px;
	background: #F9F9F9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
.right__section__shipping p span,
.right__section__payment p span {
	display: inline-block;
	font-size: 14px;
	color: #DE002B;
	border-bottom: 1px dashed #DE002B;
	font-weight: 700;
}
.element_price {
	margin-bottom: 10px;
}
.product-item-detail-price-current {
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1;
}
.product-item-detail-price-current span {
	color: #141414;
	opacity: .4;
	font-size: 14px;
	font-weight: 300;
}
.product-item-detail-price-old {
    display: inline-block;
    font-size: 28px;
	line-height: 1;
	align-items: center;
	text-decoration-line: line-through;
	margin-right: 15px;
	color: #8E8E8E;
	float: left;
}
.item_economy_price {
    display: inline-block;
    background: #48AB58;
	border-radius: 3px;
    height: 29px;
    color: #fff;
    padding-left: 16px;
	position: relative;
	margin-left: 10px;
	line-height: 29px;
	padding-right: 10px;
}
.item_economy_price:before {
    content: '';
    display: block;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
	bottom: 12px;
	left: -4px;
	z-index: 1;
}
.item_economy_price:after {
    content: '';
    display: block;
    background: #48AB58;
	width: 21px;
	height: 21px;
	transform: rotate(45deg);
	position: absolute;
	bottom: 3.7px;
	left: -9px;
	border-radius: 3px;
}
.element_availability {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.element_availability > div {
	margin-right: 30px;
}
.element_availability .element_quant_limit svg {
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.element_availability .element_quant_limit svg path {
	fill: #48AB58;
}
.section_shipping_payment > div:not(:last-child) {
	margin-bottom: 24px;
}
.catalog_element .title {
	margin: 40px 0;
	font-size: 20px;
	line-height: 28px;
}
.element_description_text {
	font-size: 16px;
	line-height: 24px;
}
.element_description_text p {
	max-width: 100%;
}
.element_props {
	font-size: 14px;
}
.element_props ul li {
	margin: 0;
}
.element_stores {
	margin-top: 10px;
}
.element_stores .catalog_item_block {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-top: none;
	border-radius: 0 !important;
}
.element_stores .catalog_item_block:first-child {
	border-top: 1px solid #D3D3D3;
}
.element_stores .catalog_items_list .catalog_item_block {
	padding: 8px 14px;
}
.element_stores .catalog_item_block .catalog_item_block__title {
	margin-bottom: 0;
}
.element_stores .catalog_item_block .product-item-button-container .btn {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.element_content .catalog_marker {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
}
.element_content .catalog_marker > div {
	margin-right: 10px;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#lightbox .lb-outerContainer,
#lightbox .lb-container {
	width: 800px !important;
	height: 500px !important;
}
#lightbox .lb-outerContainer .lb-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}
#lightbox .lb-dataContainer {
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 3;
}
#lightbox .lb-details {display: none;}
@media (max-width: 1309px) {
	.element_right_bottom > .element_props {
		padding-right: 32px;
	}
	.element_right .rate {
		max-width: 100%;
	}
	.element_slider__slide > a {
		height: 340px;
	}
}
@media (max-width: 1023px) {
	.element_content__inner {
		display: block;
	}
	.element_content__inner .element_gallery {
		flex: unset;
		width: 100%;
	}
	.element_content__inner .element_right {
		flex: unset;
		padding-left: 0;
		margin-top: 30px;
	}
	.element_content__inner .element_right.has-stickers {
		padding-top: 0;
	}
}
@media (max-width: 768px) {
	.element_content__inner .element_right {
		margin-top: 30px;
	}
	.element_gallery .element_slider_thumbs {
		margin-top: 20px;
	}
	.element_right_bottom > .element_props,
	.element_right .rate {
		margin-bottom: 30px;
	}
	.element_slider .swiper-slide img {
		object-position: center center;
	}
	.element_description_text {
		font-size: 14px;
	}
	.element_content .catalog_marker > div {margin-right:0;margin-bottom:0;}
}
@media (max-width: 576px) {
	.element_right_bottom {
		display: block;
	}
	.element_right_bottom > .element_props {
		padding-right: 0;
	}
	.product-item-detail-price-current span {
		display: inline-block;
	}
	.section_shipping_payment {
		display: flex;
	}
	.section_shipping_payment > div {
		margin-right: 24px;
	}
	.catalog_element .title {
		margin: 30px 0;
		font-size: 20px;
		line-height: 28px;
	}
	.catalog_element .catalog_items {
		margin-top: 30px;
	}
	.element_slider__slide > a {
		height: 280px;
	}
}
@media (max-width: 530px) {
	.bx-touch .element_content .bx_item_detail_rating .bx_stars_container {
		margin: 0;
		height: 14px;
	}
	.section_shipping_payment {
		display: block;
	}
	.section_shipping_payment > div {
		margin-right: 0;
	}
	.element_right .rate {
		flex-wrap: wrap;
	}
	/*.element_right .rate > div,
	.element_right .rate > a {
		flex: 0 0 50%;
	}*/
	.element_right .rate > .product-item-detail-info-container {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.element_right .product-item-detail-compare,
	.element_right .add_to_favorite {
		text-align: center;
	}
}
.product-item-detail-price-current {
	float: left;
	margin-right: 15px;
}
.catalog_element .add_to_favorite {
	padding-top: 4px;
	float: left;
}
.clear {
	clear: both;
}
.catalog_item_block .product-item-button-container .btn {
	white-space: nowrap;
}
.catalog_element_wrap .catalog_items .itserw_wishlist {
    margin-top: 0;
    text-align: left;;
}
.catalog_element_wrap .catalog_items .add_to_favorite svg {
    width: 15px;
    margin-right: 3px;
}
.catalog_element_wrap .catalog_items .itserw_wishlist a {
    font-size: 13px;
}
/* End */


/* Start:/local/templates/m3/components/bitrix/catalog.section/.default/style.css?17424754483619*/
.catalog p {max-width: 100%;}



.catalog_sort_vid {background: #F9F9F9; padding: 15px 20px; margin-bottom: 15px; display: flex; justify-content: space-between; font-size: 13px; color: var(--font_color);}
.catalog .caret {border-top-color:#8E8E8E;}
.dropdown button {-webkit-appearance: none; border: 0; background: transparent; color: var(--font_color); font-size: 13px;}
.dropdown ul {border: 0; border-radius: 0; padding: 0;}
.dropdown li:before {display: none;}
.dropdown li {height: 38px; margin-bottom: 0; padding: 0}
.dropdown li a {text-decoration: none; color: var(--font_color); height: 38px; line-height: 38px; display: block; padding: 0 20px;}
.dropdown li a:hover {background: #EEF6FB;}
.catalog_sort_vid a {text-decoration: none; color: var(--font_color); font-size: 13px;}
.catalog_stock_filtr {color: #D6D6D6;}
.catalog_sort_vid .catalog_stock_filtr a {text-decoration: underline; margin: 0 5px;}
.catalog_sort_vid .catalog_stock_filtr a:hover {text-decoration: none;}
.catalog_sort_vid .catalog_stock_filtr a.active {text-decoration: none; color: #000;}
.catalo_page_num {display: flex;}
.catalog_vid a {margin: 0 5px;}
.catalog_vid a svg {fill: #8E8E8E;}
.catalog_vid a.active svg {fill: #337FD2;}

.catalog_mobile_btn {display: none;}

@media only screen and (max-width : 1023px) {
    .catalog>.row>.col-3 {display: none;}
    .catalog>.row>.col-9 {width:100%;}


    .catalog_mobile_btn a {display: block; width: 100%; padding: 0px 12px; text-decoration: none; cursor: pointer;}
    a.show_category_btn {background: #FFFFFF;
        border: 2px solid #337FD2; height: 50px; margin-right: 6px; line-height: 46px; color: var(--main_color);     display: flex;
        justify-content: space-between;
        align-items: center;}
    a.show_filtr_btn {background: #313D50; height: 50px; margin-left: 6px; line-height: 50px; color: #fff;}
    .show_filtr_btn i {margin-right: 7px;}
    .show_category_btn>span {position: relative; display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--main_color);
        border: 2px solid var(--main_color);}
    .show_category_btn>span:before {content: ''; display: block; background: #fff; width: 12px; height: 2px; position: absolute; top:9px; left: 4px;}
    .show_category_btn>span:after {content: ''; display: block; background: #fff; width: 12px; height: 2px; position: absolute; top:9px; left: 4px; transform: rotate(-90deg);}
    .catalog-sort-mobile {display: none;}
}
@media only screen and (max-width : 767px) {
    .catalog_mobile_btn {display: flex; margin-bottom: 15px;     justify-content: flex-end;}
    .catalo_page_num .dropdown-menu {left: auto; right: 0;}


}

@media only screen and (max-width : 649px) {
    .catalog_sort_vid {display: none;}
    .catalog_mobile_btn {flex-wrap: wrap; }
    a.show_category_btn {margin: 0 0 10px;}
    a.show_filtr_btn {width: calc(100% - 57px); margin: 0;}
    .catalog-sort-mobile {display: flex; align-items: center;
        justify-content: center; width: 47px; margin-left: 10px; background: #FFFFFF;
        border: 1px solid #313D50;
        border-radius: 3px;}
    .catalog-sort-mobile .caret {display: none;}
    .catalog-sort-mobile .dropdown-menu {left: auto; right: 0;}
    .bx-section-desc {display: none;}

}
@media only screen and (max-width : 450px) {

}

.bx-pagination li:before {display: none; content: none;}
.lazy-load-btn {text-align: center;}
.lazy-load-btn svg {margin-right: 7px;}
.show_more_btn {font-weight: bold; margin: 15px auto; cursor: pointer;}
/* End */


/* Start:/local/templates/m3/components/bitrix/catalog.item/custom/style.css?17424754488490*/
.catalog_items {display: grid;grid-template-columns: repeat(3,1fr);grid-gap:12px;margin-top:40px;}
.catalog_items.max_col-4 {grid-template-columns: repeat(4,1fr);}
.catalog_items.max_col-5 {grid-template-columns: repeat(5,1fr);}
.catalog_items.max_col-5 .catalog_item .catalog_item_title {font-size:14px;line-height:18px;}
.catalog_items.max_col-5 .catalog_item .main_price, .catalog_items.max_col-5 .catalog_item .old_price {font-size:18px;line-height:24px;}
.catalog_items.max_col-5 .catalog_item .catalog_label {font-size:12px;}
.catalog_item {position: relative;}
.catalog_item_block {height: 100%;display:flex;flex-direction:column;padding: 1px;border:1px solid #DADADA;}
.catalog_item .catalog_content {padding:14px;}
.catalog_item_img {text-align: center; display: flex; align-items: center; height: 250px; flex:0 0 250px;background-size: contain;
    background-position: center; background-repeat: no-repeat;}
.catalog_item_title {font-size: 14px; line-height: 21px; color: var(--font_color);margin-bottom: 15px;}
.catalog_item_title a {color: var(--font_color); display: block;text-decoration: none;}
.catalog_items.max_col-5 .catalog_item .catalog_item_img {height:200px;flex: 0 0 200px;margin-bottom:0;}

.catalog_price_value {display: flex;align-items:center;}
.main_price,
.old_price {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
	font-weight: bold;
	margin-right: 10px;
	white-space: nowrap;
}
.old_price {
    text-decoration-line: line-through;
    color: #8E8E8E;
}

.catalog_item_hover ul {padding-left: 17px; margin: 15px 0 0;}
.catalog_item_hover li {font-size: 13px;}
.catalog_marker {position: absolute;left:3px;top:2px;display:flex;flex-wrap:wrap;align-items:flex-start;}
.catalog_items .catalog_marker > div {border-top-left-radius:0px;border-top-right-radius:0px;margin-right:5px;}
.catalog_marker .marker_discount {background: #48AB58;}
.catalog_marker .marker_hit {background: #B36CA7;}
.catalog_action {position: absolute;top:24px;right:24px;z-index:3;cursor:pointer;}
.catalog_props {margin-bottom:16px;min-height:42px;}
.catalog_props ul {margin:0;padding:0;}
.catalog_props ul li {margin:0;}
.catalog_props ul li::before {display: none;}
.catalog_props ul li span {font-weight:bold;}
.catalog_content {display:flex;flex-direction:column;justify-content:space-between;flex:1;}
.catalog_content__bottom {display:flex;flex-direction:column;justify-content:flex-end;flex:1;}
.catalog_price .product-item-quantity {font-size:13px;display:inline-block;margin-top:10px;}
.product-item-quantity svg {margin-right:5px;}
.product-item-quantity svg path {fill: #48AB58;}
.product-item-scu-container {font-size: 13px; color:#777;}
.product-item-scu-block {margin-top: 8px;}
.product-item-scu-item-list {display: flex; margin: 0 !important; padding: 0px !important;}
.product-item-scu-item-list li:before {display: none;}
.product-item-scu-item-list li {border: 1px solid #cccccc; margin-right: 5px; padding: 3px; cursor: pointer;}
.product-item-scu-item-color {width: 20px; height: 20px;}
.product-item-scu-item-list li.notallowed {opacity: 0.4; cursor: default;}
.product-item-scu-item-list li.selected {border:2px solid var(--main_color); padding: 2px;}
/*table view*/
.catalog_items.table_view {grid-template-columns: repeat(1,1fr);}
.catalog_items.table_view .catalog_item_title {font-size:16px;line-height:22px;}
.catalog_items.table_view .catalog_item_block {flex-direction:row;position:relative;}
.catalog_items.table_view .catalog_img_block {flex: 0 0 250px;width:250px;height:250px;position:relative;}
.catalog_items.table_view .catalog_img_block > a {display:block;width:100%;height:100%;}
.catalog_items.table_view .catalog_img_block img {width:100%;height:100%;object-fit:contain;object-position:top center;}
.catalog_items.table_view .catalog_item_block .catalog_header_block {
	flex: 1;
	padding: 15px 30px;
}
.catalog_items.table_view .catalog_item_block .catalog_button_block {
	flex: 0 0 20%;
	text-align: right;
}
.catalog_items.table_view .catalog_item_block .catalog_instock_art > div {
	text-align: left;
	margin: 15px 0;
}
.catalog_items.table_view .product-item-quantity {
	font-size: 16px;
}
.catalog_items.table_view .catalog_instock_art span {display: block;margin-right:0;margin-bottom:5px;font-size:16px;line-height:22px;}
.catalog_items.table_view .catalog_price > span:not(:last-child) {margin-bottom:20px;}
.catalog_items.table_view .catalog_item_block .catalog_button_block {padding: 15px 30px;}
.catalog_items.table_view .catalog_item_block .catalog_button_block .btn {
	border-radius: 12px;
    height: 48px;
    line-height: 48px;
    padding: 0 39px;
}
.catalog_label {color: #fff;font-size:14px;padding:2px 10px;border-radius:8px;display:inline-block;}
.catalog_label.marker_new {background-color:#DA001C;}
@media only screen and (max-width : 1309px) {
	.catalog_items.max_col-5 {grid-template-columns: repeat(4,1fr);}
	.catalog_item_img {height: 210px;flex:0 0 210px;}
	.catalog_marker .marker_discount, .catalog_marker .marker_hit {font-size:14px;line-height:18px;}
	.catalog_action {top:12px;right:12px;}
	.main_price, .old_price {font-size:20px;line-height:28px;}
	.catalog_items.table_view .catalog_item_block .catalog_button_block .btn {height:40px;line-height:40px;font-size:13px;padding:0 30px;}
}
@media only screen and (max-width : 1023px) {
	.catalog_items {grid-template-columns: repeat(2,1fr);}
	.catalog_items.max_col-4 {grid-template-columns: repeat(3,1fr);}
	.catalog_items.max_col-5 {grid-template-columns: repeat(3,1fr);}
	.catalog_items.table_view .catalog_img_block {flex: 0 0 160px;width:160px;height:160px;}
	.catalog_items.table_view .catalog_item_block .catalog_header_block,
	.catalog_items.table_view .catalog_item_block .catalog_button_block {padding: 10px 20px;}
	.catalog_items.table_view .catalog_item_title, .catalog_items.table_view .catalog_instock_art span,
	.catalog_items.table_view .catalog_instock_art span {font-size:14px;line-height:18px;}
}
@media only screen and (max-width : 767px) {
	.catalog_items, .catalog_items.max_col-4 {grid-template-columns: repeat(2,1fr);}
	.catalog_items.max_col-5 {grid-template-columns: repeat(2,1fr);}
	.catalog_items .catalog_item .catalog_label {font-size:12px;}
	.catalog_items.table_view .catalog_img_block {flex: 0 0 120px;width:120px;height:120px;}
	.catalog_items.table_view .catalog_item_block .catalog_price_block {flex: 0 0 30%;}
	.main_price, .old_price {font-size:18px;line-height:24px;}
}
@media only screen and (max-width : 630px) {
	.catalog_item_img {height: 180px;flex:0 0 180px;}
}
@media only screen and (max-width : 576px) {
	.catalog_items {grid-template-columns: repeat(1,1fr);}
	.catalog_item_img {height: 250px;flex: 0 0 250px;}
	.catalog_items.max_col-5 .catalog_item .catalog_price .product-item-quantity {margin-left:0;}
	.catalog_price .product-item-quantity {font-size: 12px;}
	.catalog_items.table_view .catalog_item_block .catalog_button_block {display:none;}
	.catalog_items.table_view .catalog_item_block .catalog_price_block {flex:unset;position:absolute;bottom:20px;left:160px;display:flex;z-index:11;}
	.catalog_items.table_view .catalog_price > span:not(:last-child) {margin:0 20px 0 0;}
	.catalog_items.table_view .catalog_item_block .catalog_header_block, .catalog_items.table_view .catalog_item_block .catalog_button_block {padding:8px 16px;}
	.catalog_items.max_col-5 .catalog_item .main_price, .catalog_items.max_col-5 .catalog_item .old_price {font-size:14px;line-height:18px;}
	.main_price, .old_price {margin-right:5px;}
}
@media only screen and (max-width : 480px) {
	.catalog_items.table_view .catalog_item_block .catalog_price_block {display:block;width:calc(100% - 120px);left:100px;}
	.catalog_items.table_view .catalog_price > span:not(:last-child) {margin: 0 0 10px 0;}
	.catalog_items.table_view .catalog_price > span {margin:0 0 16px 0;width:100%;text-align:left;}
}
@media only screen and (max-width : 450px) {
	.catalog_item_img {height: 220px;flex: 0 0 220px;}
}

@media only screen and (max-width : 1309px) {
    .catalog_header_block {
        width: 250px;
    }
}
.catalog_item_block .add_to_favorite svg {
    width: 18px;
    position: relative;
    top: -1px;
}
.catalog_item_block .itserw_wishlist.itserw_wishlist_added svg {
    fill: var(--main_color);
    stroke: var(--main_color);
}
.catalog_item_block .itserw_wishlist {
    margin-top: -22px;
    text-align: right;
    font-size: 13px;
}
.catalog_item_block .itserw_wishlist a {
    color: var(--font_color);
}
/* End */


/* Start:/local/templates/m3/components/bitrix/catalog.section/.default/themes/blue/style.css?1751556635825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/m3/components/bitrix/catalog.store.amount/main/style.css?1742475448133*/

.element_stores .btn.js-add_to_basket[data-is_added="y"]{
    background: var(--blue_color);
    border-color: var(--blue_color);
}

/* End */
/* /local/templates/m3/components/bitrix/catalog.element/element/style.css?17424754488765 */
/* /local/templates/m3/components/bitrix/catalog.section/.default/style.css?17424754483619 */
/* /local/templates/m3/components/bitrix/catalog.item/custom/style.css?17424754488490 */
/* /local/templates/m3/components/bitrix/catalog.section/.default/themes/blue/style.css?1751556635825 */
/* /local/templates/m3/components/bitrix/catalog.store.amount/main/style.css?1742475448133 */
