

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


.bx-section-list-show-hide-button, div.bx-filter-title, h2.catalog-top-title, div.RECOMMEND-title, div.RECOMMEND2-title, div.RECOMMEND3-title, div.RECOMMEND4-title, div.RECOMMEND_OTHER-title, div.viewed-title, div.popular-title {
    color: #009933 !important;
    font: bold normal normal 18px/1 FontAwesome !important;
    margin-bottom: 10px;
text-align:left;
cursor: pointer;
}

.bx-section-list-show-hide-button:after, div.bx-filter-title:after, div.RECOMMEND-title:after, div.RECOMMEND2-title:after, div.RECOMMEND3-title:after, div.RECOMMEND4-title:after, div.RECOMMEND_OTHER-title:after, div.viewed-title:after, div.popular-title:after {
content: " \f107";
cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767px){
.col-sm-4,.col-sm-8 {width:100%;max-width:100%;flex: 0 0 100%;}
}
@media (min-width: 768px) and (max-width: 991px){
.col-sm-pull-4 {
/*    right: 25%;*/
}
.col-sm-push-8 {
/*    left: 75%;*/
}
}

.bx-section-list-show-hide-button, h2.catalog-top-title {
padding-left: 20px;
cursor: pointer;
}

.bx_catalog_tile .bx_catalog_tile_title a {overflow:visible;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/default_200426_res/style.css?17176813678212*/
/* 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-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;
}

.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;
}



.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 {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
/*	display: inline-block;*/
/*	overflow: hidden;*/
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	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; }

.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: 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;
	box-sizing: border-box;
/*	margin-bottom: 20px;*/
	padding: 1px 4px;
	width: 25%;
	list-style: none;
	text-align: center;
	border: 1px solid #ccc;
min-height: 139px !important;
}

.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;*/
width:100%;
	height: 80px;
/*	border: 1px solid #ccc;*/
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
opacity: 90%;
}
.bx_catalog_tile .bx_catalog_tile_img:hover {
opacity: 100%;
}
.bx_catalog_tile .bx_catalog_tile_title {
	margin: 5px 0 5px 0;
	padding: 0;
	vertical-align: top;
}

.bx_catalog_tile .bx_catalog_tile_title a, .bx_catalog_tile .bx_catalog_tile_title span {
	color: #4c7da6;
	font-size: 14px;
}

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

@media (min-width: 991px) and (max-width: 1199px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { min-height: 150px !important;}

	.bx_catalog_tile .bx_catalog_tile_title a, .bx_catalog_tile .bx_catalog_tile_title span {font-size: 14px; }

}

@media (min-width: 768px) and (max-width: 991px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 33%; min-height: 139px !important;}

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

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

	.bx_catalog_tile .bx_catalog_tile_title a, .bx_catalog_tile .bx_catalog_tile_title span {font-size: 13px; }

}

@media (min-width: 576px) and (max-width: 767px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 33%; min-height: 139px !important;}

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

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

	.bx_catalog_tile .bx_catalog_tile_title a, .bx_catalog_tile .bx_catalog_tile_title span {font-size: 13px; }

}

@media (min-width: 425px) and (max-width: 575px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 33%; min-height: 150px !important;}

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

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

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

}

@media (min-width: 375px) and (max-width: 424px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 33%; min-height: 150px !important;}

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

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

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


}

@media (min-width: 360px) and (max-width: 374px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 33%; min-height: 150px !important;}

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

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

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

@media (max-width: 359px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 50%; min-height: 139px !important;}

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

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(2n+1) { clear: both; }

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

}

.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 { 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;
}

.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;
}

.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; }

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

.bx_catalog_tile_title {
    line-height: 0.9;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.top/bootstrap_v4_200427_res/style.css?1705669092100*/
.product-item-title {min-height: 110px; white-space:normal !important; overflow:visible !important;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.top/bootstrap_v4_200427_res/section/style.min.css?1705668007141*/
.catalog-top-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/adaptive_catalog/style.css?17056687992213 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/default_200426_res/style.css?17176813678212 */
/* /bitrix/templates/.default/components/bitrix/catalog.top/bootstrap_v4_200427_res/style.css?1705669092100 */
/* /bitrix/templates/.default/components/bitrix/catalog.top/bootstrap_v4_200427_res/section/style.min.css?1705668007141 */
