

/* Start:/kompanii/styles_filter.css?15728968741*/
	
/* End */


/* Start:/bitrix/components/ch/change.company.fields/templates/catalog/style.css?15728968424653*/
	#derections_list .direction_item{
		border: 3px solid #c5c5c5;
		padding: 5px;
		display: inline-block;
		color: white;
		background: #54b754;
		border-radius: 20px;
		font-size: 14px;
		position:relative;
		margin-bottom: 16px;
		margin-right: 7px;
	}
	#derections_list .direction_item .close_cross{
		position: absolute;
		color: white;
		background: #5464b7;
		font-size: 14px;
		width: 27px;
		height: 27px;
		border: 3px solid #c5c5c5;
		cursor: pointer;
		padding: 0px;
		text-align: center;
		border-radius: 20px;
		line-height: 20px;
		top: -18px;
		right: -10px;
		font-weight:bold;
	}
	#derections_list .direction_item .direction_arrow{
	    font-size: 18px;
		color: #bb0000;
	}
	
	
	
	#company_profile_table_services_tree_catalog{/*margin-left:5px;*/}
								#company_profile_table_services_tree_catalog .row{margin-left:0px;margin-right:0px;}
								.show{display:block !important;}
								.hide{display:none !important;}
								
								#company_profile_table_services_tree_catalog .fst_level_element{background:transparent;color:white;}
									#company_profile_table_services_tree_catalog .fst_level_element .serv_chose1{background:#9f0016;color:white;padding:4px;}
									#company_profile_table_services_tree_catalog .scnd_level_element{background:transparent;color:black;}
										#company_profile_table_services_tree_catalog .thrd_level_element{background:transparent;}
											#company_profile_table_services_tree_catalog .frth_level_element{background:transparent;}
										
								#company_profile_table_services_tree_catalog .fst_level_element .serv_chose1{font-size:14px;}
									#company_profile_table_services_tree_catalog .scnd_level_element .serv_chose2{font-size:13px;}
										#company_profile_table_services_tree_catalog .thrd_level_element .serv_chose3{font-size:12px;}
											#company_profile_table_services_tree_catalog .frth_level_element .serv_chose4{font-size:12px;}
										
										#company_profile_table_services_tree_catalog .thrd_level_element .direct_chose3{font-size:12px;}
										#company_profile_table_services_tree_catalog .one_outer_direction{margin-bottom:15px;}
											#company_profile_table_services_tree_catalog .hide_d{display:none;}
											#company_profile_table_services_tree_catalog .hide_dd{display:none;}
											
											#company_profile_table_services_tree_catalog  .direct_chose3 .one_outer_direction .direction_self{
												padding-left:0px;
											}
											
											
										#company_profile_table_services_tree_catalog .scnd_level_element .direct_chose2{font-size:13px;}
										
										
										
										
			.dispnone{display:none !important;}
									.one_outer_direction{background:transparent;padding-left:5px;padding-right:5px;padding-bottom:5px;}
										.one_outer_direction .direction_self{padding-left:15px;font-size:13px;}
											.directions_fromto_cont{background:transparent;padding-left:5px;padding-right:5px;padding-bottom:5px;}
												.directions_fromto_cont .directions_from,
												.directions_fromto_cont .directions_to{background: transparent;}
												
												
									.btn_download{
										background-image: url('/images/decor1.png');
										background-repeat: no-repeat;
										background-position-x: right;
										padding-right: 49px;
									}
									.btn_price{
										background-image:url('/images/decor2.png');
										background-repeat: no-repeat;
										background-position-x: right;
										padding-right: 49px;
									}
									
									
									
									.btn_filt_select{
										background:#9f0016;
										color:white;
										padding: 10px;
										border-radius: 23px;
										display: inline-block;
										border: 0px;
										border-style: none;
										outline-style: none;
										padding-left: 15px;
										padding-right: 15px;
									}
									.btn_filt_reset{
										background:#4c5363;
										color:white;
										padding: 10px;
										border-radius: 23px;
										display: inline-block;
										border: 0px;
										border-style: none;
										outline-style: none;
										padding-left: 15px;
										padding-right: 15px;
									}
									
									
									
									
									
									
.kompany_name_outer a{color:black !important;font-weight:bold;}
.fst_level_element{
	margin-top:10px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:5px;
}
#filter_outer_div .one_serv_filt_section{
	margin-left: -15px;
	margin-right: -10px;
	background: #d7d0ca;
}

.row.one_comp_outer.top3abs{background: #d7d0ca;}
.row.one_comp_outer.top3rub{background: #d7d0ca;}
/* End */


/* Start:/bitrix/components/ch/show.infoblock/templates/.default/style.css?15728977301104*/
div.statistic-table {
	color: #696C72;
	background-color:#EBECF3;
	border:1px solid #B7BCDB;
	padding:5px;
	width:85px;
	padding-bottom:15px;
	font-size: 10px;
}
div.statistic-table .container {
	position:relative;
	display:block;
	width:100%;
}
div.statistic-table .inner {
	display:block;
	width:100%;
}
div.statistic-table .inner-dots {
	display:block;
	width:100%;
	/* This is the way how browser should draw dotted border
	border-bottom:dotted 1px #696C72;
	But we have to use image in order to draw border correctly with IE*/
	padding-bottom: 1px;
	background: url(/bitrix/components/ch/show.infoblock/templates/.default/images/dots.gif) repeat-x bottom;
}
div.statistic-table .left {
	float:left;
	position:relative;
	left:0px;
	top:2px;
	background-color:#EBECF3;
}
div.statistic-table .right {
	float:right;
	position:relative;
	right:0px;
	top:2px;
	background-color:#EBECF3;
}
div.statistic-table .clear {
	clear:both;
}
div.statistic-table  a {
	color: #696C72;
	text-decoration: none;
}
div.statistic-table  a:hover {
	text-decoration: underline;
}
div.statistic-table .today {
	color: #FF7979;
}
div.statistic-table .today a {
	color: #FF7979;
}

/* End */
/* /kompanii/styles_filter.css?15728968741 */
/* /bitrix/components/ch/change.company.fields/templates/catalog/style.css?15728968424653 */
/* /bitrix/components/ch/show.infoblock/templates/.default/style.css?15728977301104 */
