

/* Start:/bitrix/templates/tuvix_azure/components/bitrix/catalog/tuvix/style.css?1750564377796*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
span.bx_catalog_tile_title {
    overflow: hidden;
    display: inline-block;
    height: 30px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 100%;
	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%;
	}

}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/catalog.smart.filter/visual_horizontal/style.css?17505643776409*/
.up-down-rotate {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(180deg);
}

.up-down
{
    width: 25px;
    height: 25px;
    float: right;
    color: #6a6e72;
    background: #f5f5f5;
    font-size: 23px;
    text-align: center;
    border-radius: 50%;
    font-weight: lighter;
    margin: 5px;
    border: 1px solid #6a6e72;
    line-height: 22px;
}

.anker
{
display:none;
}

.bx_filter_horizontal span.disabled {
	color: #9b9b9b !important;
	text-shadow: none !important;
}
.bx_filter_horizontal{}
.bx_filter_horizontal .bx_filter_section {
	position: relative;
	background: #fff;
	border-bottom: solid 1px #ddd;
}
.bx_filter_horizontal .bx_filter_title {
	font-weight: 500;
	color: #444;
	font-size: 18px;
	padding-bottom: 10px;
	/*margin-bottom: 15px;*/
	border-bottom: solid 1px #eee;
	cursor: pointer;
}
.bx_filter_horizontal .bx_filter_container {
	overflow: hidden;
	float: left;
	padding: 0 2%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 33%;max-height: 300px;
    overflow-y: auto;
}
.bx_filter_horizontal .bx_filter_container:nth-child(4n+4){clear: both}
.bx_filter_horizontal .bx_filter_container_title {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
.bx_filter_horizontal .bx_filter_block{padding: 0}
.bx-no-touch .bx_filter_horizontal .bx_filter_block{
	/*	display: block  !important;
		opacity: 1 		!important;
		height: auto 	!important;*/
}
.bx_filter_horizontal .bx_filter_block span{
	display: block;
	min-height: 28px;
}
.bx_filter_horizontal .bx_filter_block span input[type=checkbox]{
	position: relative;
}
.bx_filter_horizontal .bx_filter_block span label{
	line-height: 18px;
	font-size: 13px;
	cursor: pointer;
}

.bx_filter_horizontal .bx_filter_param_area{margin-bottom: 20px}
.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block{
	width: 50%;
	float: left;
	text-align: right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: #3f3f3f;
	font-size: 11px;
}
.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
	max-width:70px;
	display: inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 6px;
	height: 35px;
}
.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block input{
	border: none;
	max-width:70px;
	width: 100%;
	height: 35px;
	border-radius: 6px;
	display: inline-block;
	margin: 0;
	padding: 0 4px;
	background: #fff;
	border: solid 1px #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline: none;
}
.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block:first-child{text-align:left}
.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block{float:left}

.bx_filter_horizontal .bx_ui_slider_track{
	margin: 15px 10px 10px;
	background: #eee;
	height: 6px;
	position: relative;
	border-radius: 6px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
.bx_filter_horizontal .bx_ui_slider_range{
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_filter_horizontal .bx_ui_slider_handle{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
}

.bx_filter_horizontal .bx_ui_slider_handle:active {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.bx_filter_horizontal .bx_ui_slider_handle.left {margin-left: -10px}
.bx_filter_horizontal .bx_ui_slider_handle.right{margin-right:-10px}

.bx_filter_horizontal .bx_filter_control_section{
	position: relative;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px
}
.bx_filter_horizontal .bx_filter_search_button{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
	height: 35px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	border-style: none;
	cursor: pointer;
	outline: none;
}
.bx_filter_horizontal .bx_filter_search_button:hover{
	background: #1e2023;
}
.bx_filter_horizontal .bx_filter_search_button:active{
	background: #1e2023;
	box-shadow: 0 0 0 3px #1e2023;
}
.bx_filter_horizontal .bx_filter_search_button_del {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 15px;
	height: 35px;
	border-radius: 30px;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	border-style: none;
	cursor: pointer;
	background: #fff;
	border: solid 1px #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline: none;
}

.bx_filter_horizontal .bx_filter_popup_result {
	position: absolute;
	top: 5px;
	display: none;
	height: 25px;
	border-radius: 4px;
	color: #777;
	background: #fff;
	border: solid 1px #ddd;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	padding: 0 10px;
	margin-left: 0px;
}

.bx_filter_horizontal .bx_filter_popup_result:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: -7px;
	background: url(/bitrix/templates/tuvix_azure/components/bitrix/catalog.smart.filter/visual_horizontal/images/left_str.png) no-repeat center center;
}

@media (max-width:750px){
	.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block input{max-width:50px}
}
@media (max-width:640px){
	.bx-touch .bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block input{max-width:70px}
	.bx-touch .bx_filter_horizontal .bx_filter_container{
		width: 50%;
	}
	.bx-touch .bx_filter_horizontal .bx_filter_container:nth-child(3n+3){clear:none}
	.bx-touch .bx_filter_horizontal .bx_filter_container:nth-child(2n+2){clear:both}
}
@media (min-width:640px){
	.bx_filter_horizontal .bx_filter_block{
		/*		display: block  !important;
				opacity: 1 		!important;
				height: auto 	!important;*/
	}
}

@media (max-width:450px){
	.bx-touch .bx_filter_horizontal .bx_filter_container{
		float: none;
		width: 100%;
	}
	.bx-touch .bx_filter_horizontal .bx_filter_container:nth-child(3n+3){clear:none}
	.bx-touch .bx_filter_horizontal .bx_filter_container:nth-child(2n+2){clear:none}

}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175056437851*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/catalog.section.list/template1/style.css?17505643777307*/
/* 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:22%;
	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: 100%;
	height: 200px;
	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 */
/* /bitrix/templates/tuvix_azure/components/bitrix/catalog/tuvix/style.css?1750564377796 */
/* /bitrix/templates/tuvix_azure/components/bitrix/catalog.smart.filter/visual_horizontal/style.css?17505643776409 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175056437851 */
/* /bitrix/templates/tuvix_azure/components/bitrix/catalog.section.list/template1/style.css?17505643777307 */
