

/* Start:/bitrix/components/bitrix/catalog.search/templates/.default/style.css?1746624000163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/bitrix/templates/web20/components/bitrix/catalog.section.list/template1/style.css?17466239447305*/
/* 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: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: 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 */


/* Start:/bitrix/components/bitrix/main.feedback/templates/.default/style.min.css?1746623997251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/bitrix/templates/.default/components/altasib/feedback.form/theme4/style.css?17466239447737*/
.alx_feed_back_theme1
{
	padding: 0px;
	margin: 0px;
	text-transform:none !important;
	text-align:left !important;
	line-height:normal !important;
	text-decoration:none !important;
}
.alx_feed_back_theme1 *
{
	text-transform:none !important;
	text-align:left !important;
	line-height:normal !important;
	text-decoration:none !important;
}
.alx_feed_back_theme1 form
{
	padding: 0px;
	margin: 0px;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block
{
	padding: 10px 10px 8px 10px !important;
	margin: 0px 0px 27px 0px !important;
	background-image:url(/bitrix/templates/.default/components/altasib/feedback.form/theme4/images/bg_mess.png);
	background-position:0px 0px;
	border: 1px solid #959595 !important;
}
*html .alx_feed_back_theme1 .alx_feed_back_form_error_block
{
	-background-image:url(/bitrix/templates/.default/components/altasib/feedback.form/theme4/images/spacer.gif);
	-background-position:0px 0px;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block td
{
	vertical-align:top;
	text-align:left;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_pic
{
	vertical-align:top;
	text-align:left;
	width:10px;
	padding-left:1px !important;
	padding-top:3px !important;
	border-right:1px solid #D7D7D7 !important;
	padding-right:11px !important;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block .alx_feed_back_form_title_error
{
	margin: 0px 0px 4px 0px;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block .alx_feed_back_form_error_td_list
{
	padding-left:10px;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block .alx_feed_back_form_mess_ok_td_list
{
	padding-left:10px;
	vertical-align:middle;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block ul
{
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block ul li
{
	padding: 0px 0px 4px 8px;
	margin: 0px;
	display:block;
	list-style:none !important;
	background:transparent !important;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block ul li:before
{
	content: '' !important;
}
.alx_feed_back_theme1 .alx_feed_back_form_error_block ul li span
{
	position:relative;
	z-index:1;
	margin-left:-8px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles
{
	padding: 0px;
	margin: 11px 0px 0px 0px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
*html .alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole
{
	position:relative;
	z-index:1;
	zoom:1;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_name
{
	padding: 0px;
	margin: 0px 0px 6px 0px;

}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg
{
	border:1px solid #959595;
	background:#ffffff;
	padding: 6px 8px 6px 8px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg input
{
	width:100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background:transparent;
}
*html .alx_feed_back_theme1 .alx_feed_back_form_textarea_bg
{
	overflow:visible;
	border: 0px;
	position:relative;
	zoom:1;

}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg textarea
{
	width:100%;
	padding: 0px !important;
	margin: 0px;
	border: 0px;
	z-index:100;
	height:77px;
	overflow:auto;
	background:transparent;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_submit_block
{
	margin: 23px 0px 0px 0px;
	padding: 0px;
	display:block;
	float:left;
	border:1px solid #959595;
	background:url(/bitrix/templates/.default/components/altasib/feedback.form/theme4/images/bg_submit.gif) 0px 0px repeat-x;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_submit_block input
{
	border: 0px;
	cursor:pointer;
	height:28px;
	overflow:visible;
	font:normal 12px tahoma, sans-serif;
	/*color:#818181;*/
	color:black;
	padding: 0px 40px 0px 40px;
	background:transparent;

}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputtext_bg select
{
	width:100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_file
{
	border:1px solid #959595;
	background:#ffffff;
	position:relative;
	z-index:1;
	overflow:hidden;
	padding: 6px 8px 6px 8px;

}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_button
{
	position:absolute;
	right: -1px;
	height:100%;
	top: -1px;
	z-index:1;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_button .alx_feed_back_form_file_button_bg
{
	display:block;
	height:100%;
	color:#818181;
	float:right;
	border:1px solid #959595 !important;
	background:url(/bitrix/templates/.default/components/altasib/feedback.form/theme4/images/bg_submit.gif) 0px 0px repeat-x #E6E6E6;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_button .alx_feed_back_form_file_button_bg span
{
	padding: 6px 30px 6px 30px;
	display:block;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_filename
{
	padding: 0px;
	margin: 0px;
	white-space:nowrap;
}
*html .alx_feed_back_theme1 .alx_feed_back_form_feedback_poles div
{
	zoom:1;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputfile_s
{
	width:100%;
	font-size:200px;
	z-index:1000;
	position:absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputfile_s div
{
	width:100px;
	font-size:200px;
	z-index:1000;
	position:absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	right: 0px;
	zoom:1;
	overflow:hidden;
	height:100px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputfile_s .alx_feed_back_form_file_input_add
{
	width:100%;
	font-size:200px;
	z-index:1000;
	position:absolute;
	padding: 0px;
	margin: 0px;
	filter: alpha(Opacity=0);
 	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	top: 0px;
	right: 0px;
	cursor:pointer;
	cursor:hand;
}
*html .alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputfile_s .alx_feed_back_form_file_input_add
{
	display:block;
	height:100px;
	width:100px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	zoom:1;
	border:0px solid red;
}
*:first-child+html .alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputfile_s .alx_feed_back_form_file_input_add
{
	display:block;
	height:100px;
	width:100px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	zoom:1;
	border:0px solid red;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_calendar
{
	position:relative;
	z-index:2;
	zoom:1;	
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_calendar .alx_feed_back_form_calendar_icon
{
	position:absolute;
	top:3px;
	right:5px;	
}

.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg {
	margin-left: 20px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg .alx_feed_back_form_checkbox {
	margin-bottom: 8px;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg .alx_feed_back_form_checkbox input {
	vertical-align: baseline;
	margin: 0 !important;
}
.alx_feed_back_theme1 .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg .alx_feed_back_form_checkbox label {
	vertical-align: middle;
}
/* End */
/* /bitrix/components/bitrix/catalog.search/templates/.default/style.css?1746624000163 */
/* /bitrix/templates/web20/components/bitrix/catalog.section.list/template1/style.css?17466239447305 */
/* /bitrix/components/bitrix/main.feedback/templates/.default/style.min.css?1746623997251 */
/* /bitrix/templates/.default/components/altasib/feedback.form/theme4/style.css?17466239447737 */
