

/* Start:/bitrix/templates/climateon/components/bitrix/catalog/yf-catalog-main/style.css?15939584122422*/
.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;
}
.add_functions{
    margin: 10px 0px;
}
div.yf_sort{
    width:45%;
    float:left;
    background-color: #dbe0e8;
    padding: 3px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #88acb9;
    margin-right:10px;
}
.compare_product{
    float:left;
    width:49%;
}
.compare_product a.compare_link{
    text-decoration: none;
    padding: 5px 20px;
    display: block;
    float:right;
    background: #70bb18;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;

    -webkit-transition: width 5s linear;
    -moz-transition: width 5s linear;
    -ms-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
}
.compare_product a.compare_link:hover{
    background: #7ec629;
    text-decoration: none;
}

.sorttext, .sortbutton{
    float:left;
    padding: 5px 5px 5px 0px;
}
a.sortbutton{
    text-decoration: underline;
    margin-left: 20px;
    padding: 5px 30px 5px 5px;
}
a.sortbutton.current{
    /*background-color: #006d78;*/
    color: #D61818;
}
a.sortbutton.asc{
    background-image: url('/bitrix/templates/climateon/components/bitrix/catalog/yf-catalog-main/images/sort_down.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}
a.sortbutton.desc{
    background-image: url('/bitrix/templates/climateon/components/bitrix/catalog/yf-catalog-main/images/sort_up.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}
@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%;
	}
    a.sortbutton{
        padding: 0px 30px 5px 0px;
        margin-left: 0px;
    }
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}
    a.sortbutton{
        padding: 0px 30px 5px 0px;
        margin-left: 0px;
    }

}
/* End */


/* Start:/bitrix/templates/climateon/components/bitrix/catalog/yf-catalog-main/bitrix/catalog.section.list/.default/style.css?17326023589186*/
/* 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 0px;
  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 !important;
  vertical-align: top;
  line-height: 14px;
  text-transform: capitalize !important;
}
.bx_catalog_text li {
	width: 18%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}
.bx_catalog_text .bx_catalog_text_title a{
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  text-decoration: none;
  display: block;
  background-color: #5DABB3;
  min-height: 40px;
}
.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;
	list-style: none;
	text-align: center;
	width: 25%;
	padding: 0 10px;
}
.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;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
	text-decoration: none;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: underline;}
.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: 0px;}
.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{*/
/*	line-height: 14px;*/
/*    float: left;*/
/*    margin-right: 30px;*/
/*    padding:0px;*/
/*    background-image: none;*/
/*}*/

.bx_sitemap .bx_sitemap_ul li{
	/*float: left;*/
	background: transparent;
	margin: 5px 30px 30px 0px;
	padding: 0px;
	width: 45%;
}
.left-zone ul {
	list-style: none;
	display: flex
;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	font-size: 16px;
	/*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;*/
/*}*/

.bx_sitemap .bx_sitemap_li_title a {
	padding: 10px 15px;
	background: #065762;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.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_sitemap .bx_sitemap_ul li{
		width: 100%;
	}
	.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;
	}
.bx_catalog_list_home .bx_catalog_item_title {
	height: 64px;
}
.bx_catalog_list_home.bx_blue .bx_bt_button {
	background-color: #E68110 !important;
}
.bx_catalog_list_home .bx_catalog_item_title a {
	color: #343A4A;
}
.bx_catalog_list_home.bx_blue .bx_bt_button, .bx_catalog_list_home.bx_blue .bx_bt_button_type_2 {
	border: 2px solid #69A1C2;
	color: #414240;
}
.bx_catalog_list_home .bx_col_input {
	background-color: #89B9D6;
	border: 2px solid #69A1C2 !important;
	color: #fff;
	padding: 4.5px 3px !important;
}

.catJs li {
	float: none!important;
	display: inline-block;
}

.bx_sitemap_li_title a:hover {
	background-color: #98c638 !important;
}
/*@media (max-width: 848px) and (min-width: 718px) {*/
/*	.catJs li {*/
/*		width: 40%;*/
/*	}*/
/*}*/

/*@media (max-width: 717px) and (min-width: 500px) {*/
/*	.catJs li {*/
/*		width: 30%;*/
/*	}*/
/*}*/

/*@media (max-width: 499px) {*/
/*	.catJs li {*/
/*		width: 100%;*/
/*	}*/
/*}*/
/* End */
/* /bitrix/templates/climateon/components/bitrix/catalog/yf-catalog-main/style.css?15939584122422 */
/* /bitrix/templates/climateon/components/bitrix/catalog/yf-catalog-main/bitrix/catalog.section.list/.default/style.css?17326023589186 */
