

/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/catalog/catalog_all/style.css?17056354661597*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}


.type_show {
    margin: 0 0 5px;
    /*padding-bottom: 15px;*/
    /*text-align: right;*/
    font-size: 20px !important;
}

.type_show a{
    color: #5B5B5B;
    /*background-color: white;*/
    /*border-color: #E4E4E4;*/
    margin-left: 2px;
}



.type_show .actived{
    color: #E0E0E0;
    /*background-color: #E0E0E0;*/
    /*border-color: #C9C9C9;*/
    color: #B2B2B2;
}

.type_show {text-align: right; }







.sort_catalog {
	margin: 0 0 20px;

    /*padding-bottom: 15px;*/
    /*text-align: right;*/
    font-size: 13px;
}

.sort_catalog .btn {
    color: #5B5B5B;
    background-color: white;
    border-color: #E4E4E4;
    margin-right: 5px;
}

.sort_catalog .actived{
    color: #E0E0E0;
    background-color: #E0E0E0;
    border-color: #C9C9C9;
    color: black;
}

.all_count {font-size: 13px; margin: 0px 10px 0 0; vertical-align: top; padding: 5px 0 0; display: inline-block;}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/catalog/catalog_all/bitrix/catalog.section.list/.default/style.css?170373913011075*/
/* 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: 0 15px 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; margin: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
	padding: 0;
}
/*.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: red;*/
	white-space: nowrap;
	/*font-size: 18px;*/
	text-transform: uppercase !important;
}
.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: 38px;
}
.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;
	}
*/
.new-categories {list-style: none;padding: 0;margin: 0;display: -ms-grid;display: grid;}@media screen and (min-width: 768px) {.new-categories {grid-template-columns: repeat(2, 1fr);}}.bx_sitemap_ul.new-categories > .new-category {position: relative;z-index: 0;border: 1px solid #ddd;padding: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-transition: -webkit-box-shadow .2s;transition: -webkit-box-shadow .2s;-o-transition: box-shadow .2s;transition: box-shadow .2s;transition: box-shadow .2s, -webkit-box-shadow .2s;margin-bottom: -1px;}.bx_sitemap_ul.new-categories > .new-category:hover {z-index: 10;-webkit-box-shadow: 0 0 1rem rgba(0,0,0,.2);box-shadow: 0 0 1rem rgba(0,0,0,.2);}@media screen and (min-width: 768px) {.bx_sitemap_ul.new-categories > .new-category:nth-child(2n+1) {margin-right: -1px;}}@media screen and (min-width: 420px) {.bx_sitemap_ul.new-categories > .new-category {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}.bx_sitemap_ul.new-categories > .new-category:before {display: none;}.new-category__img, .new-category__main {max-width: 100%;}.new-category__main {text-align: right;}.new-category__img {margin-bottom: 10px;display: block;overflow: hidden;}.new-category__img img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}@media screen and (min-width: 420px) {.new-category__img {-webkit-box-flex: 0;-ms-flex: 0 0 30%;flex: 0 0 30%;max-width: 30%;margin-bottom: 0;}.new-category__main {-webkit-box-flex: 0;-ms-flex: 0 0 calc(70% - 20px);flex: 0 0 calc(70% - 20px);max-width: calc(70% - 20px);}}.new-category .new-category__name {display: block;}.new-category .new-category__name, .new-category .new-category__name + ul {text-align: left;}.new-category .new-category__name a, .new-category .new-category__name + ul a {color: #cd3367;}.new-category .new-category__name a:hover, .new-category .new-category__name + ul a:hover {color: #000;}.new-category .new-category__name a {font-weight: bold;font-size: 18px;white-space: normal;line-height: 1.3;}.new-category .new-category__name a span {font-size: 14px;color: #aaaaaa;}.new-category .new-category__name + ul {list-style: none;padding-left: 0;margin: 0;}.new-category .new-category__name + ul:not(:first-child) {margin-bottom: 20px;}.new-category .new-category__name + ul li {margin-bottom: 5px;}.new-category .new-category__name + ul li:nth-child(4) ~ li {display: none;}.new-category .new-category__name + ul li:last-child {margin-bottom: 0;}.new-category .new-category__name + ul .bx_sitemap_li_title {margin: 0;}.new-category .new-category__name + ul a {font-size: 14px;white-space: normal;}.new-category__more-btn {-webkit-appearance: none;-moz-appearance: none;appearance: none;display: inline-block;font-size: 12px;padding: 6px 10px;color: #cd3367;font-weight: bold;background-color: #fff;border: 1px solid #cd3367;min-width: 80px;-webkit-transition: background-color .2s;-o-transition: background-color .2s;transition: background-color .2s;}.new-category__more-btn:hover {color: #fff;background-color: #cd3367;}	
h2.new-category__name{margin:0;}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/catalog/catalog_all/bitrix/catalog.compare.list/.default/style.css?17037391301320*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.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;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/catalog/catalog_all/style.css?17056354661597 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/catalog/catalog_all/bitrix/catalog.section.list/.default/style.css?170373913011075 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/catalog/catalog_all/bitrix/catalog.compare.list/.default/style.css?17037391301320 */
