

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/last_link_dc/style.css?1722499473639*/
.bx-breadcrumb {
	margin: 10px 0;
	z-index: 10;
	position: relative;
}
.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;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	color: #808080;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/mod/style.css?17458292841122*/
.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%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17149767628849*/
/* line */

.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: 170px;
	height: 170px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-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;
}

.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 { 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 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 { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 10px; }
.sort_container { margin-bottom: 20px; }
.sort_types, .sort_title { display: inline-block; }
.sort_type { margin: 0 10px; }

a:hover .arrow_cur{
	display: none;
}
a .arrow_rev{
	 display: none;
}

a:hover .arrow_rev{
	display: inherit;
}



a .arrow_new{
	visibility: hidden;
}

a:hover .arrow_new{
	visibility: visible;
}

.bx_catalog_tile .bx_catalog_tile_category_title {
	font-size: 28px;
}

.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;
	box-sizing: border-box;
	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: none; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	/*overflow: hidden;*/
	margin: 0 auto;
	width: 100%;
	height: 290px;
	min-height: 150px;
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile_category_count{
	text-align: center;
	color: #000;
	text-decoration: none;
/*
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
	text-overflow: ellipsis;*/

}

.bx_catalog_tile_category_wrapper{
	/*border: 2px solid rgba(0,0,0,0);*/
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 10px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 1);
}

.bx_catalog_tile_category_wrapper:hover{
	/*border: 2px solid #fd4c00;*/
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(253, 76, 0, 1);
	-moz-box-shadow: 0px 0px 15px -5px rgba(253, 76, 0, 1);
	box-shadow: 0px 0px 15px -5px rgba(253, 76, 0, 1);
}


.bx_catalog_tile_category_wrapper img{
	height: 14px;
	vertical-align: inherit;
	margin-left: 10px;
}


.bx_catalog_tile_category_wrapper img.def{
	display: inline-block;
}

.bx_catalog_tile_category_wrapper img.act{
	display: none;
}
.bx_catalog_tile_category_wrapper:hover img.def{
	display: none;
}

.bx_catalog_tile_category_wrapper:hover img.act{
	display: inline-block;
}


.bx_catalog_tile_category_inner_a{
vertical-align: bottom;
display: table-cell;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: MyriadProBold, serif;
}


.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

.bx_catalog_tile a.bx_catalog_tile_img{
	text-decoration: none;
}



@media (max-width: 991px) {
	.bx_catalog_tile_category_count{
		font-size: 12px;
		height: 17px;
		line-height: 12px;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    .bx_catalog_tile .bx_catalog_tile_title {
        height: 38px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    .bx_catalog_tile .bx_catalog_tile_title {
        height: 52px;
    }
	.bx_catalog_tile .bx_catalog_tile_img {
		height: 230px;
	}
}

@media (max-width: 767px) and (min-width: 576px) {
    .bx_catalog_tile .bx_catalog_tile_title {
        font-size: 14px;
        height: 52px;
    }
	.bx_catalog_tile .bx_catalog_tile_img {
		height: 200px;
	}
}
@media (max-width: 575px) {
    .bx_catalog_tile .bx_catalog_tile_title {
        font-size: 14px;
        height: 38px;
    }
	.bx_catalog_tile .bx_catalog_tile_img {
		height: 200px;
	}
}
@media (min-width: 768px) {
    .bx_catalog_tile .bx_catalog_tile_title {
        font-size: 16px;

    }
}

@media (max-width: 575px) {
    .bx_catalog_tile .bx_catalog_tile_ul li {
        padding: 0;
        width: 48%;
        margin: 0 1% 20px;
    }
    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(2n+1) { clear: both; }

}

@media (min-width: 576px) {
    .bx_catalog_tile .bx_catalog_tile_ul li {
        padding: 0;
        width: 23%;
        margin: 0 1% 20px;
    }
    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }

}

.bx_catalog_tile_child_links{
    text-align: left;
    margin-left: 12px;
	margin-top: 10px;
    font-size: 14px;
}



/* 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;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.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 { transition: all 0.3s ease; }

ul.mobile_cat li > a {display:block; height:200px;background-size: contain;background-repeat: no-repeat;border: 1px solid #ccc;border-radius: 2px;background-color: #fff;background-position: center;}
ul.mobile_cat li > h2 {margin-bottom: 5px!important;margin-top: 0px;background:#808080;padding-bottom: 10px;text-align: center;}
ul.mobile_cat li > h2 a {font-size: 13px!important;color:white;}

@media (max-width: 576px) {
	.mobile_cat {display:block!important;}
	.full_text, .not_mobile_cat {display:none!important;}
}

.bx_catalog_tile_category_wrapper .section-icon-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 14;
	width: 40px;
	height: 40px;
}

.bx_catalog_tile_category_wrapper .section-icon-wrapper .section-icon{
	width: 40px;
	height: 40px;
	margin-left: -5px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/last_link_dc/style.css?1722499473639 */
/* /bitrix/templates/.default/components/bitrix/catalog/mod/style.css?17458292841122 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17149767628849 */
