

/* Start:/bitrix/templates/.default/components/bitrix/news.list/top.tag/style.css?17175731441517*/
.header-n__modal a{
	color: #fff;
}
.header-n__modal span.js-top-popup_btn {
	background: #fff;
	padding: 3px 30px;
	color: #000;
	border-radius: 5px;
	margin-left: 15px;
	cursor: pointer;
}
.header-n__modal span.js-top-popup_btn:hover{
	opacity: 0.8;
}
@media (max-width: 640px){
	.header-n__modal {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header-n__modal span.js-top-popup_btn {
		margin-left: 0;
		margin-top: 15px;
	}
}
.overlay_popup {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}
.window_popup {
	position: fixed;
	z-index: 1000;
	width: 50%;
	background: #fff;
	padding: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.window_popup,
.overlay_popup{
	display: none;
}
.close_popup {
	width: 25px;
	height: 25px;
	background: url(/adds/img/close.png) no-repeat center;
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}
.big__row + .big__row{
	margin-top: 50px;
}
.small__row + .small__row{
	margin-top: 25px;
}
.small__row span {
	font-weight: 700;
	display: block;
}
@media (max-width: 992px){
	.window_popup {
		width: 80%;
	}
}
@media (max-width: 767px){
	.window_popup {
		padding: 25px;
	}
	.close_popup {
		top: 5px;
		right: 5px;
		width: 15px;
		height: 15px;
	}
}
@media (max-width: 767px) and (max-height: 895px) {
.window_popup {
    height: 90%;
}
.big__row {
    overflow-y: scroll;
    height: 100%;
}
}
.header-n__modal._warning {
    background: red !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/header-menu/style.css?16687927777305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/.default/components/electrostyle/search.title/activ-search-new-fws/style.css?16944308566707*/
div.title-search-result {
	/*border:1px solid #c6c6c6;*/
	display:none;
	overflow:hidden;
	z-index:205;
	width: auto !important;
	/*top: 35px;*/
	/*top: 445px !important;*/
	width: 100% !important;
    box-sizing: border-box;
    margin-top: -2px;
    left: 0 !important;
    z-index: 1000;
    background: #f7f7f7;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 100% !important;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:11px;
	padding-bottom:11px;
	text-align:left;
	white-space:nowrap;
	border-bottom: 2px solid #f1f1f1;
}

table.title-search-result td.title-search-item {
    padding-left: 20px;
    padding-right: 20px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	/*color:#cf0000;*/
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#e2f2fa;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
	background-color: #2c30cc !important;
}

table.title-search-result td.title-search-all a{
	text-decoration:none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
    display: block;
    background-color: #2c30cc !important;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/.default/components/electrostyle/search.title/activ-search-new-fws/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
	top: 40px;
}
.pr_1, .pr_2 {
    display: flex;
    flex-direction: column;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
}
.pr_1 .val {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.pr_2 {
    margin: 15px 0;
}
.pr_2 .val {
    font-weight: bold;
    font-size: 16px;
}
#form_search {
	position: relative;
	z-index: 2
}

#contacts .contacts .about .about__content,
.form-search {
	width: 100% !important;
}

.search_result.active {
	display: flex;
	justify-content: space-between;
	background: #fff;
	overflow: auto;
	max-height: 50vh;
	height: 100%;
	z-index: 999;
}

.search_result.active .left {
	width: 30%
}

.search_result.active .right {
	width: 65%
}

.search_result {
	margin-top: -3px;
	padding-top: 20px;
	border: 1px solid #cdcdcd;
	z-index: 1;
	border-radius: 0 0 5px 5px;
	display: none;
}

.col-md-6.right {
	margin-top: -16px;
	margin-right: -18px
}

.search_result .cat-all.active .items-count,
.search_result .search-cat.active .cat-count {
	width: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #1241ce;
	font-size: 11px;
	border-radius: 2px
}

.search_result .cat-all .items-count,
.search_result .search-cat .cat-count {
	width: 22px;
	line-height: 22px;
	text-align: center;
	color: #566b75;
	border-radius: 2px;
	background: #e3ecef;
	font-size: 11px;
}

.search-item {
	display: flex;
	align-items: center;
	padding: 18px 16px;
	border-bottom: 1px solid #e3ecef;
}

.search-cat,
.cat-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	border-bottom: 1px solid #f1f6f7;
	font-size: 16px;
	color: #263238;
	text-align: left;
	line-height: 19px;
	cursor: pointer
}

.cat-all.active,
.search-cat.active {
	background: #E3ECEF;
}

.search-cat:hover,
.cat-all:hover {
	color: #6639b6;
	cursor: pointer
}

.search_result div:after {
	display: none;
}

.search-item__img {
	width: 50px;
	min-width: 50px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.search-item__thumb {
	width: auto;
	max-width: 50px;
	height: auto;
	max-height: 50px;
}

.search-item__info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-item__name {
	max-width: 400px
}

.search-item__title {
	font-size: 14px;
	color: #263238;
	text-decoration: none;
}

.search-item__title:hover,
.search-item__title:active {
	color: #6639b6;
}

.form-search__input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	padding: 0 20px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}

.form-search__submit {
	border: none;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 40px;
	background: url(/verstka/images/search-icon.png) center center no-repeat;
}

.search-item__in_stock {
	margin-left: auto;
	margin-right: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #757575;
}

@media (max-width: 625px) {
	.search_result.active {
		flex-wrap: wrap;
		height: calc(100vh - 140px);
		max-height: unset;
		/* margin-left: -20px; */
		/* margin-right: -15px; */
	}

	.search_result.active .left {
		display: none;
	}

	.search_result.active .right {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.search_result.active .search-item__info {
		flex-wrap: wrap;
	}

	.search-item__in_stock {
		margin: 0
	}

	.search-item__price-current {
		margin-right: auto;
		font-weight: bold;
	}
	.form-search__submit {
		border: none;
		outline: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
		width: 60px;
		height: 40px;
		background: url(/verstka/images/close-icon-n.png) center center no-repeat;
	}
}

.form-search__reset {
		border: none;
		outline: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
		width: 60px;
		height: 40px;
		background: url(/verstka/images/close-icon-n.png) center center no-repeat;
}

@media (min-width: 1100px) {
	.form-search__reset {
		display:none;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/style.css?16687927768385*/
.bx_cart_block{
	/*color:#404040;*/
	font-size:12px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space: normal;
	line-height: normal !important;
}
.bx_cart_block.bx_cart_fixed{
	border:1px solid #b7b7b7;
	background:#fff;
	max-height: 100%;
	width:100%;
	overflow: hidden;
	border-radius:3px;
	position:fixed;
	z-index:1000;
	width:210px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	/*max-height:100%;*/
	
}
.bx_cart_block.bx_cart_fixed.top 	{top:5px}
.bx_cart_block.bx_cart_fixed.right 	{right:5px}
.bx_cart_block.bx_cart_fixed.bottom {bottom:5px}
.bx_cart_block.bx_cart_fixed.left 	{left:5px}
.bx_cart_block.bx_cart_fixed.max_height{top:5px;bottom:5px}
/**/
.bx_cart_block.bx_cart_sidebar 			.bx_small_cart{padding:10px 8px;}
.bx_cart_block.bx_cart_fixed 			.bx_small_cart{padding:10px 8px;line-height: 18px;}
.bx_cart_block.bx_cart_fixed.min 						{min-height:88px}
.bx_cart_block.bx_cart_fixed.min		.bx_small_cart{padding:10px 8px}
/*.bx_cart_block.bx_cart_fixed.max_height .bx_small_cart{padding:10px 8px }*/
.bx_cart_block .bx_small_cart .icon_cart,
.bx_cart_block .bx_small_cart .icon_info,
.bx_cart_block .bx_small_cart .icon_spacer,
.bx_cart_block .bx_small_cart .icon_profile{
	display:inline-block;
	width:20px;
	height:14px;
	margin-right:3px;	
	position: relative;
	margin-bottom: -3px;
}
/*
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/cart.png)    no-repeat top center}
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/cart.png)    no-repeat top center}
.bx_cart_sidebar .bx_small_cart .icon_profile{background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/profile.png) no-repeat top center}
*/

.bx_cart_block .bx_small_cart .icon_cart{background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/cart.png)    no-repeat top center}
.bx_cart_block .bx_small_cart .icon_profile{background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/profile.png) no-repeat top center}
.bx_cart_block .bx_small_cart .icon_info{background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/info.png) no-repeat top center}

.bx_cart_block .bx_small_cart a{font-weight:bold;/*color:#404040*/}
.bx_cart_block .bx_small_cart a:hover{text-decoration:none}
.bx_cart_block .bx_small_cart .link_profile{font-weight:normal}
.bx_cart_block .bx_small_cart .link_another{font-weight:normal; margin-left:26px;}

.bx_cart_block 							.bx_item_listincart{position:relative;width:100%}
.bx_cart_block.bx_cart_fixed 			.bx_item_listincart{padding-bottom:21px}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart{
	position: absolute;
	bottom: 0;
	/*height: 100%;*/
	top: 70px;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top2{top: 55px;}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top1{top: 40px;}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{	top:auto !important}

.bx_cart_block 				 		 	.bx_item_listincart .bx_itemlist_container{/*padding-bottom:21px;*/padding-top:10px;width:100%}
.bx_cart_block.bx_cart_fixed 		 	.bx_item_listincart .bx_itemlist_container{position:relative}
/*.bx_cart_block.bx_cart_sidebar .bx_title_component{*/
	/*margin:10px;*/
	/*padding:10px 0 17px;*/
	/*font-size:18px;*/
	/*line-height:20px;*/
	/*color:#000;*/
	/*vertical-align:middle;*/
	/*border-bottom:1px solid #E5E5E5;*/
/*}*/
/*.bx_cart_block.bx_cart_sidebar .bx_title_component .cart_icon_big{*/
	/*line-height:20px;*/
	/*height:20px;*/
	/*width:25px;*/
	/*background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/cart_big.png) no-repeat center;*/
/*}*/
/*.bx_cart_block.bx_cart_sidebar.close 	.bx_item_listincart{height:0;overflow:hidden}*/
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow:auto;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_itemlist_container{
	position: absolute;
	bottom: 80px;
	top: 0;
}
.bx_cart_block.bx_cart_fixed.close.top{bottom:auto}
.bx_cart_block.bx_cart_fixed.close.bottom{top:auto}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{height:0;overflow:hidden}

.bx_cart_block.bx_cart_fixed .bx_item_listincart .status{
	width:100%;
	background:#f7f7f7;
	position:absolute;
	bottom:0;
	z-index:120;
	text-align:center;
	font-size:12px;
	color:#4f4f4f;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:3px;
	border-radius:0 0 2px 2px ;
}

.bx_cart_block 					.bx_item_listincart .status:hover{background:#ececec;cursor:pointer}
.bx_cart_block 					.bx_item_listincart .bx_itemincart{
	position:relative;
	padding:0 10px;
	margin-bottom:15px;
}
.bx_cart_block 					.bx_item_listincart .bx_item_status{
	font-weight:bold;
	padding:3px;
	background:#ebebeb;
	margin:0 10px 20px;
	line-height:16px;
	font-size:13px;
	/*height:16px;*/
	border-radius:3px;
	text-align:center;
}
/*.bx_cart_block.bx_cart_fixed    .bx_item_listincart .bx_itemincart{position:relative}*/
.bx_cart_block .bx_item_listincart .bx_item_delete{
	background:url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/images/delete_item.png) no-repeat center;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:-3px;
	cursor:pointer;
	opacity: .2;
}
.bx_cart_block .bx_item_listincart .bx_item_delete:hover{opacity: 1;}
.bx_cart_block .bx_item_listincart .bx_item_img_container{
	text-align:center;
	padding-bottom:16px;
	color:#3f3f3f;
	font-size:12px;
}
.bx_cart_block .bx_item_listincart .bx_item_img_container a{}
.bx_cart_block .bx_item_listincart .bx_item_img_container a img{
	max-width:90px;
	height:auto;
	border:1px solid #e6e6e6;
}
.bx_cart_block .bx_item_listincart .bx_item_title{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_title a{
	font-size:13px;
	color:#3f3f3f;
	text-decoration:none;
}
.bx_cart_block .bx_item_listincart .bx_item_title a:hover{text-decoration:underline}
.bx_cart_block .bx_item_listincart .bx_item_price{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_price .bx_item_oldprice{
	text-decoration:line-through;
	color:#b0b0b0;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
}
.bx_cart_block .bx_item_listincart .bx_item_col_summ{
	font-size:12px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:10px;
}
.bx_cart_block .bx_item_listincart .bx_itemincart:last-child .bx_item_col_summ{border-bottom:none}
.bx_cart_block .bx_item_hr{
	border:none;
	border-top:1px solid #e5e5e5;
	width:100%;
	margin:11px 0;
}
.bx_cart_block .bx_item_listincart .bx_button_container{
	/*height:62px;*/
	width:100%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:15px 10px;
	text-align:center;
}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_button_container{position:relative}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_button_container{
	position:absolute;
	bottom:21px;
}


/* buttons */
.bx_cart_block .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
}

.bx_cart_block .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_cart_block .bx_bt_button_type_2:hover 		{background:#fff}
.bx_cart_block .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_cart_block .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}

.bx_cart_block .bx_small.bx_bt_button_type_2 		{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:hover 	{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:active 	{ }


.bx_cart_block .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}

.bx_cart_block .bx_medium.bx_bt_button_type_2 		{font-weight:bold}
.bx_cart_block .bx_medium.bx_bt_button_type_2:hover{ }
.bx_cart_block .bx_medium.bx_bt_button_type_2:active{ }



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.small/micro_cart/style.css?17014172473162*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}


/*.mini_cart_wrap_all{
	width: 420px;
	border: 2px solid #f7f7f7;
	background-color: #ffffff;
    position: absolute;
    top: 150px;
    left: -125px;
    z-index: 3;
    display: none;
}*/
/*.mini_cart_items{

}
.mini_cart_item{
    padding-bottom: 5px;
    border-bottom: 2px solid #f7f7f7;
}
.mini_cart_item .mini_cart_item_img{
	float: left;
    box-sizing: border-box;
    padding: 10px 10px 0px 10px;
    width: 60px;
    max-height: 50px;
}
.mini_cart_item .mini_cart_item_img img{
	max-width: 40px;
	max-height: 40px;
	width: 100%;
}
.mini_cart_item .mini_cart_item_name{
    float: left;
    width: 355px;
    position: relative;
}
.mini_cart_item .mini_cart_item_name .mini_cart_item_name_text{
	color: #1241ce;
	font-size: 14px;
	font-weight: 400;
    padding-right: 20px;
    line-height: 20px;
    padding-top: 7px;
    text-align: left;
}
.mini_cart_item .mini_cart_item_name .mini_cart_item_del{
    height: 13px;
    width: 14px;
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.mini_cart_item .mini_cart_item_name .mini_cart_item_del .icon{
	background: url(/img/icons/x-small.png);
    display: block;
	height: 13px;
    width: 14px;
}
.mini_cart_item .mini_cart_item_quantity{
    margin-left: 60px;
    width: 355px;
    padding-right: 10px;
    box-sizing: border-box;
}
.mini_cart_item .mini_cart_item_quantity .mini_cart_item_quantity_info{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	float: left;
}
.mini_cart_item .mini_cart_item_quantity .mini_cart_item_quantity_total{
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	float: right;
}
.mini_cart_totals{
	background-color: #f7f7f7;
	margin-bottom: 2px;
    padding: 5px 15px 5px 15px;
}
.mini_cart_totals_text{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
    float: left;
}
.mini_cart_total{
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	float: right;
}
.mini_cart_btns{
	background-color: #f7f7f7;
    padding: 5px 15px 5px 15px;
}
.mini_cart_btn_cart{
    width: 190px;
    float: left;
}
.mini_cart_btn_cart a{
	background: transparent;
	border-radius: 6px;
	display: block;
	color: #4f53d4;
	font-size: 14px;
    font-weight: 400;
	height: 38px;
	line-height: 38px;
    padding: 0 15px;
    text-align: center;
	border: 1px solid #4f53d4;
}
.mini_cart_btn_cart a:hover{
	background: #1241ce;
	color: #fff;
	border: 1px solid #4f53d4;
}
.mini_cart_btn_make{
    width: 190px;
    float: right;
}
.mini_cart_btn_make a{
	background: #1241ce;
    border-radius: 6px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    text-align: center;
    border: 1px solid #4f53d4;
}
.mini_cart_btn_make a:hover{
	background: transparent;
	color: #4f53d4;
	border: 1px solid #4f53d4;
}*/
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.small/mini_cart_new/style.css?16687927733162*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}


/*.mini_cart_wrap_all{
	width: 420px;
	border: 2px solid #f7f7f7;
	background-color: #ffffff;
    position: absolute;
    top: 150px;
    left: -125px;
    z-index: 3;
    display: none;
}*/
/*.mini_cart_items{

}
.mini_cart_item{
    padding-bottom: 5px;
    border-bottom: 2px solid #f7f7f7;
}
.mini_cart_item .mini_cart_item_img{
	float: left;
    box-sizing: border-box;
    padding: 10px 10px 0px 10px;
    width: 60px;
    max-height: 50px;
}
.mini_cart_item .mini_cart_item_img img{
	max-width: 40px;
	max-height: 40px;
	width: 100%;
}
.mini_cart_item .mini_cart_item_name{
    float: left;
    width: 355px;
    position: relative;
}
.mini_cart_item .mini_cart_item_name .mini_cart_item_name_text{
	color: #1241ce;
	font-size: 14px;
	font-weight: 400;
    padding-right: 20px;
    line-height: 20px;
    padding-top: 7px;
    text-align: left;
}
.mini_cart_item .mini_cart_item_name .mini_cart_item_del{
    height: 13px;
    width: 14px;
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.mini_cart_item .mini_cart_item_name .mini_cart_item_del .icon{
	background: url(/img/icons/x-small.png);
    display: block;
	height: 13px;
    width: 14px;
}
.mini_cart_item .mini_cart_item_quantity{
    margin-left: 60px;
    width: 355px;
    padding-right: 10px;
    box-sizing: border-box;
}
.mini_cart_item .mini_cart_item_quantity .mini_cart_item_quantity_info{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	float: left;
}
.mini_cart_item .mini_cart_item_quantity .mini_cart_item_quantity_total{
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	float: right;
}
.mini_cart_totals{
	background-color: #f7f7f7;
	margin-bottom: 2px;
    padding: 5px 15px 5px 15px;
}
.mini_cart_totals_text{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
    float: left;
}
.mini_cart_total{
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	float: right;
}
.mini_cart_btns{
	background-color: #f7f7f7;
    padding: 5px 15px 5px 15px;
}
.mini_cart_btn_cart{
    width: 190px;
    float: left;
}
.mini_cart_btn_cart a{
	background: transparent;
	border-radius: 6px;
	display: block;
	color: #4f53d4;
	font-size: 14px;
    font-weight: 400;
	height: 38px;
	line-height: 38px;
    padding: 0 15px;
    text-align: center;
	border: 1px solid #4f53d4;
}
.mini_cart_btn_cart a:hover{
	background: #1241ce;
	color: #fff;
	border: 1px solid #4f53d4;
}
.mini_cart_btn_make{
    width: 190px;
    float: right;
}
.mini_cart_btn_make a{
	background: #1241ce;
    border-radius: 6px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    text-align: center;
    border: 1px solid #4f53d4;
}
.mini_cart_btn_make a:hover{
	background: transparent;
	color: #4f53d4;
	border: 1px solid #4f53d4;
}*/
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.min.css?1668792817448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1668792822420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/.default/components/h2o/buyoneclick/one_click/style.css?16687927707491*/
.clr{
    clear: both;
}




.h2o_component{
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
    font-family: 'Open Sans';
}
.h2o_component{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
.h2o_component .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px 15px;
    border: none;
    font-size: 30px;
}
.h2o_component .modal-body{
	position: relative;
    /*padding: 30px;*/
    padding: 20px 30px 20px 30px;
    font-size: 18px;
}
.h2o_component .modal-body p{
	
}
.h2o_component .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
.h2o_component .form-row:after {
    content: "";
    display: table;
    clear: both;
}
.h2o_component .form-row:first-child {
    margin-top: 0; 
}
.h2o_component .form-cell-3 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 30%;
}
.h2o_component .form-cell-3:last-child {
    margin-right: 0; 
}
.h2o_component .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 68%;
}
.h2o_component .form-cell-9:last-child {
    margin-right: 0; 
}
.h2o_component label{
	font-weight: normal;
	font-size: 18px;
 	
}
.h2o_component input[type=text]{
	height: 32px;
}
/*.h2o_component input[type=text].error{
	box-shadow: 0 0 0 1px red;
}*/
.h2o_component textarea{
	height: 112px;
}
.h2o_component input[type=text], .h2o_component textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
.h2o_component input[type=text]{
    width: 100%;
    border: none;
    border-bottom: 1px solid #aba9ab;
    color: #000000;
    font-size: 23px;
    font-weight: 300;
    padding: 0;
}
.h2o_component .button_wrap{
	text-align: right;
}
.h2o_component .item_current_price {
	font-size: 30px;
	color: #6fc7d0;
}
/*.h2o_component button{
	width: 131px;
	padding-bottom: 4px;
	text-align: center;
	font-size: 24px;
	border: none;
	background: #48a7bb;
	background: linear-gradient(to top, #48a7bb, #84dce1);
	color: #fff;
	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
    float: right;
}
.h2o_component button:hover {
    opacity: 0.6;
}*/
.h2o_component small.error{
	color: red;
}
@media screen and (min-width: 600px){
	.h2o_component{
		width: 550px;
	}
}
@media screen and (max-width: 600px){
	.h2o_component .form-cell-3{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .form-cell-6:nth-child(2n){
		float: none!important;
		text-align: left!important;
	}
	.h2o_component .form-cell-9{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .modal-header{
		font-size: 25px!important;
	}
}
.h2o_component .transparent_input {
    border: none!important;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 60px!important;
    text-align: center!important;
}
.h2o_component .bx_small.bx_bt_button_type_2:hover, .h2o_component .bx_small.bx_bt_button_type_2:focus {
	text-decoration: none;
}
.h2o_component .form-cell-6{
	display: inline-block;
	text-align: left;
 	width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}






.h2o_component input[type="radio"] {
    display:none;            
}
 
.h2o_component input[type="radio"] + label {
  font: 18px bold;
  font-family: 'Open Sans';
  color: #444;
  cursor: pointer;
}

.h2o_component input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px 0 0;
    background-image: url(/bitrix/templates/.default/components/h2o/buyoneclick/one_click/images/radio_b1c.png);
    background-repeat: no-repeat;
}
.h2o_component input[type="radio"] + label::before {
    background-position: 0px 0px;
}
.h2o_component input[type="radio"] + label:hover::before {
    background-position: -16px 0px;
}
.h2o_component input[type="radio"]:checked + label::before {
    background-position: -33px 0px;
}
.h2o_component input[type="radio"]:disabled + label::before {
    background-position: -49px 0px;
}
.h2o_component .offers_list{
	padding: 0;
}
.h2o_component .offers_list li{
	list-style: none;
}
.h2o_component .button_set_quantity{
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
    color: #656565;
    text-shadow: 0 1px 0 #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}

#popup-window-overlay-call_feedback{
	opacity: 1 !important;
    background: rgba(79, 83, 212, 0.4) !important;
}

#call_feedback .popup-window-light{
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
}
#call_feedback .popup-window-top-row, #call_feedback .popup-window-bottom-row{
	display: none;
}
#call_feedback .popup-window-close-icon{
    background: url(/adds/img/close.png) center center no-repeat;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 25px;
}
#call_feedback .modal_title{
	color: #000000;
	font-size: 23px;
	font-weight: 400;
}
.h2o_component .form-cell-3 label{
	color: #000000;
	font-size: 23px;
	font-weight: 300;
}
.h2o_component .form-cell-3 label span{
    color: #ff5864;
}
#h2o_preorder_button_submit{
	border-radius: 8px;
	background-color: #2129cb;
	color: #ffffff;
	font-size: 23px;
	font-weight: 300;
	border: none;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
}
.h2o_component input[type=text].error {
    border-bottom: 1px solid #dc281e;
    text-align: right;
    color: #dc281e;
    font-size: 23px;
    font-weight: 300;
}
.h2o_component input[type=text].error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dc281e;
}
.h2o_component input[type=text].error::-moz-placeholder { /* Firefox 19+ */
  color: #dc281e;
}
.h2o_component input[type=text].error:-ms-input-placeholder { /* IE 10+ */
  color: #dc281e;
}
.h2o_component input[type=text].error:-moz-placeholder { /* Firefox 18- */
  color: #dc281e;
}
.sale_order_full_table{
	display: none;
}
.modal_success_oneclick p{
    color: #000000;
    margin: 0;
    font-size: 23px;
    font-weight: 300;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/top.tag/style.css?17175731441517 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/header-menu/style.css?16687927777305 */
/* /bitrix/templates/.default/components/electrostyle/search.title/activ-search-new-fws/style.css?16944308566707 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-new/style.css?16687927768385 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.small/micro_cart/style.css?17014172473162 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.small/mini_cart_new/style.css?16687927733162 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.min.css?1668792817448 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1668792822420 */
/* /bitrix/templates/.default/components/h2o/buyoneclick/one_click/style.css?16687927707491 */
