/*------------- str user_log -------------*/


.h_zakaz, .h_ball, .h_user, .h_pos, .h_chk {
	height: 30px;
	/*position: relative;*/
    display: inline-flex;
	/*float: left;*/

}

.no_left{
	margin-left: 0;
}
.h_zakaz a h3{
	display: inline-block;
	height: 30px;
	width: 60px;
	margin-left: 15px;
	/*background: #e0e4e5;*/
	/*float: left;*/
	color: #315564;
	text-align: center;
	font-size: 16px;
	font-family: PFDinDisplayPro-Med;
	line-height: 30px;
	border-radius: 3px;
}

.h_chk a h3{
	display: inline-block;
	height: 30px;
	width: 80px;
	/*background: #e0e4e5;*/
	/*float: left;*/
	margin-left: 37px;;
	color: #315564;
	text-align: center;
	font-size: 16px;
	font-family: PFDinDisplayPro-Med;
	line-height: 30px;
	border-radius: 3px;
}

.h_pos a h3{
	display: inline-block;
	height: 30px;
	width: 70px;
	/*background: #e0e4e5;*/
	/*float: left;*/
	margin-left: 28px;
	color: #315564;
	text-align: center;
	font-size: 16px;
	font-family: PFDinDisplayPro-Med;
	line-height: 30px;
	border-radius: 3px;
}



.h_zakaz span, .h_pos span,.h_chk span{
	display: inline-block;
	min-width: 7px;
	height: 16px;
	padding: 0 5px;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	margin-left: 4px;
	/*float: left;*/
	font-size: 12px;
	font-family: PFDinDisplayPro-Med;
	margin-top: 8px;
	color: #FFF;
}

.h_zakaz span.r_gr{
	background: #57a427;
}

.h_pos span.r_sil{
	background: #718892;
}

.h_pos span.r_red{
	background: #f24d42;
}
.h_chk span.r_yel{
	background: #ffa500;
}

.h_ball a h3{
	display: block;
	height: 30px;
	width: 87px;
	float: left;
	margin-left: 57px;
	color: #315564;
	text-align: center;
	font-size: 16px;
	font-family: PFDinDisplayPro-Med;
	line-height: 30px;
}
.h_ball span{
	display: block;
	min-width: 39px;
	height: 24px;
	padding: 0 5px;
	float: left;
	background: #35b5df;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	font-family: PFDinDisplayPro-Med;
	line-height: 24px;
	margin-top: 3px;
	color: #FFF;
	margin-left: 7px;
}

.h_user{
	/*float: right;*/
	margin-right: 3px;
}
.h_user a h3{
    display: block;
	height: 30px;
    max-width: 200px;
    overflow: hidden;
	float: left;
	color: #35b5df;
	text-align: right;
	font-size: 16px;
	font-family: PFDinDisplayPro-Med;
	line-height: 30px;
}
.h_user a h3:hover{
	color: #315564;
	text-decoration: underline;
}

.h_user span.r_ava{
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	margin-left: 15px;
	/*float: left;*/
	border: 3px solid #d5eaf1;
	color: #FFF;
	background: #35b5df;
	/*float: left;*/
	margin-top: 1px;
}

.h_zakaz a h3:hover, .h_ball a h3:hover, .h_pos a h3:hover, .h_chk a h3:hover{
	color: #35b5df;
}


.logout{
	/*float: left;*/
}
.logout a{
	/*float: left;*/
	margin-left: 17px;
	color: #35b5df;
	text-align: center;
	font-size: 16px;
	font-family: PFDinDisplayPro-Med;
	line-height: 30px;
	
}

.logout a:hover{
	color: #315564;
	text-decoration: underline;
}

.logo_block .h_news {
	display: block;
	width: 120px;
	float: left;
	margin-left: 41px;
	margin-top: 16px;
}
.logo_block .h_news_link {
	color: #35b5df;
	font-family: PFDinDisplayPro-Med;
	font-size: 16px;
	white-space: nowrap;
	cursor:pointer;
	float:left;
}
.logo_block .h_slog {
	display: block;
	width: 250px;
	float: left;
	margin-left: 41px;
	margin-top: 16px;
}
.logo_block .h_slog > *{
    font-family: CenturySchlbkCyrillicBTBold !important;
	color: #315564 !important;
	font-size: 18px !important;
    text-align:center;

}
.timer{
  /*width: 113dpx;*/
    height: 40px;
  background: #D9F1F9;
  float: left;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 7px;
  margin-left: 15px;
  border-radius: 2px;
  color: #35B5DF;
  padding-left: 3px;
  padding-right: 3px;
}

.h_ticket{
	width: 123px;
	height: 34px;
	background: url('/uploads/images/h_ticet.png')no-repeat;
	float: left;
	text-align: center;
	margin-left: 57px;
	margin-top: 10px;
}
.h_ticket a{

	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 34px;
	font-family: PFDinDisplayPro-Bold;
	font-weight: bold;
	padding-left: 35px;
}

.h_ticket span.h_tic_coll{
	display: none;
    /*display: inline-block;*/
	position: absolute;
	min-width: 6px;
	height: 16px;
	padding: 0 5px;
	line-height: 16px;
	border-radius: 50%;
	color: #FFF;
	background: #cf4a4a;
	margin-left: 7px;
	margin-top: -5px;
	font-size: 12px;
	font-weight: bold; 
}

.h_nime_text{
	
	height: 35px;
	float: left;
	font-family: PFDinDisplayPro-Med;
	margin-left: 15px;
    padding-left: 8px;
    /*margin-right: 10px;*/
	margin-top: 9px;
}

.h_nime_text h4{
	display: block;
	float: left;
	color: #4c4c4c;
	font-size: 18px;
	font-family: PFDinDisplayPro-Med;
	
}
.h_nime_text a{
	display: block;
	float: left;
	color: #57a427;
	font-size: 18px;
	margin-left: 5px;
	font-family: PFDinDisplayPro-Med;
}

.h_nime_text p{
	line-height: 20px;
	font-size: 14px;
	color: #4c4c4c;
	font-family: PFDinDisplayPro-Med;
	
}

.news_home{
	width: 100%;
	margin-top: -15px;
	margin-bottom: 60px;
}

.news_home h2{
	color: #718892;
	text-align: center;
	border-bottom: 3px solid #99d9f0;
	line-height: 63px;
	margin-bottom: 32px;
}

.last_news_home{
	width: 100%;
}

.last_news_home li{
	list-style: none;
	display: block;
	clear: both;
	margin-top: 2px;
}

.last_news_home li a h3{
	display: block;
	color: #57a427;
	font-size: 18px;
	font-family:PFDinDisplayPro-Med;
	border-bottom:1px solid #CCE4BE; 
	width: 100%;
	line-height: 40px;
	text-align: left;
}

.last_news_home p{
	font-family: PFDinDisplayProReg;
	font-size: 18px;
	color: #315564;
	padding: 8px 0;
	line-height: 21px;
}

.h_news_bott{
	width: 100%;
	height: 30px;
}

.h_news_data{
	width: 300px;
	font-family: PFDinDisplayProReg;
	font-size: 14px;
	float: left;
	color: rgba(49, 85, 100, 0.7);
	padding: 13px 0;
}
.h_news_more{
	width: 300px;
	
	float: right;
	text-align: right;
}
.h_news_more a{
	font-family: PFDinDisplayProReg;
	font-size: 14px;
	color:  rgba(49, 85, 100, 0.7);
	padding: 13px 0;
}

.h_news_more a:hover{
	color:  rgba(49, 85, 100, 1);
}

.how_start{
	width: 910px;
	margin-top: 32px;
	margin-bottom: 15px;
}

.how_start li{
	display:block;
	width: 910px;
	height: 95px;
	list-style: none;
	clear: both;
	padding-left: 109px;
	margin: 0 25px;
}

.how_start li.me_seif{background:url('/uploads/images/me_seif.png')no-repeat center left;	}

.how_start li.me_serv{	background:url('/uploads/images/me_serv.png')no-repeat center left;}

.how_start li.me_list{	background:url('/uploads/images/me_list_shop.png')no-repeat center left;}

.how_start li.me_ball{	background:url('/uploads/images/me_ball.png')no-repeat center left;}

.how_start li.me_faq{	background:url('/uploads/images/me_faq.png')no-repeat center left;}

.s_v_al{
	height: 95px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.how_start li p{
	display: inline-block;
/*	height: 25px;*/
	width: 825px;
	float: left;
/*margin-top: 38px;*/
	vertical-align: middle;
line-height: 20px;
	
}

.how_start li p a{
	display: inline;
	float: left;
	color: #35b5df;
	font-size: 22px;
	font-family: PFDinDisplayProReg;
	margin-right: 3px;
	line-height: 20px;
}


.how_start li span.start_text{
display: inlinek;
	font-size: 22px;
	font-family: PFDinDisplayProReg;
	color: #464646;
	line-height: 20px;
}


.sec_4_home{
  width: 100%;
  height: 535px;
  margin-bottom: 2px;
}


.sec_4_home .calc{
  position: absolute;
  width: 100%;
  height: 490px;
  background:url('/uploads/images/fon_calc_home.png')repeat-x;
 padding-top: 50px;

}
.sec_4_home .calc h2{
  color: #FFF;
  display: block;
  width: 540px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 65px;
}



.calc_home .calkul input{
  width: 266px;
  height: 32px;
  border: 2px solid #315564;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  float: right;
  text-align: left;
  font-size: 14px;
  font-family: PFDinDisplayPro-Bold;
  padding: 0 25px;
  color: #26363f;
  margin-bottom: 15px;

}
/*------------- end str user_log -------------*/
.shop-green {
    color: #57a427 !important;
}
.shop-red {
    color: red !important;
}