/*------------- custom_services -------------*/
.no_slide{
	width: 100%;
	height: 2px;
	background: #dddedf;
	margin-top: 8px;
}
.pathway{
	height: 15px;
	width: 100%;
	margin: 20px 0;
}

.pathway a{
	float: left;
	font-family: PFDinDisplayProReg;
	font-size: 14px;
	color: #315564;
	padding-right: 4px;
	
}

.pathway span{
	float: left;
	font-family: PFDinDisplayProReg;
	font-size: 14px;
	color: #315564;
	padding-right: 4px;
}


.s_top_tab{
	width: 936px;
	margin: 0 auto;
}

.s_top_tab table {
	width: 100%;
}

.s_top_tab ul {
	width: 100%;
	display: block;
	height: 55px;
	margin-bottom: 18px;
	border-radius: 6px;
	border: 2px solid #2dabda;

}

.s_top_tab li{
	border-right: 2px solid #2dabda;
	text-align: center;
	background: #F3FBFD;
	float: left;
	display: block;
	height: 60px;
	line-height: 55px;
}
.s_top_tab li:last-child{
	border-right:0;
}

.s_top_tab li a{
	display: block;
	height: 54px;
	font-family:PFDinDisplayPro-Med;
	font-size: 18px;
	color: #34485a;
	font-weight: normal;
}
.s_top_tab li{

	text-align: center;
	background: #F3FBFD;
	
}
.s_top_tab li a{
	line-height: 54px;
	height: 54px;
	font-family:PFDinDisplayPro-Med;
	font-size: 18px;
	color: #34485a;
	font-weight: normal;
}

.s_top_tab li a:hover, .s_top_tab li a:activemy {
	background:	#CFEFF7;	   
}

.s_top_tab1, .tab_btm_t{width: 322px; border-bottom-left-radius: 6px; border-top-left-radius: 6px; }

.s_top_tab2, .tab_btm_c{width: 335px;}

.s_top_tab3, .tab_btm_b{width: 275px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

.s_filter{
	width: 940px;
	height: 31px;
	margin: 0 auto;
	margin-top: 18px;
}

.s_filter h4{
	float: left;
	display: block;
	width: 170px;
	font-family:PFDinDisplayPro-Med;
	font-size: 18px;
	color: #34485a;
	margin-right: 21px;
	margin-left: 12px;
	line-height: 30px;
}

.hist_fil h4{
	width: 395px;
	text-align: right;
	margin-right: 17px;
	font-size: 16px;
	margin-top: 4px;
}



.s_filter li{
	float: left;
	margin-right: 11px;
	border: 2px solid #d8d8de;
}

.s_filter input[type="submit"]{
	float: left;
	display: block;
	width: 135px;
	height: 31px;
	line-height: 30px;
	font-family:PFDinDisplayPro-Med;
	font-size: 16px;
}

.f_s-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
	background: #fff;
	font-size: 16px;
	font-family:  PFDinDisplayPro-Med;
 	color: #34485a;
	height: 28px;
	width: 105px;
	line-height: 28px;
}

.f_s-select:focus {
	outline: none; 
}

.f_s-select select {
	display: none;
}

.f_s-select span {
	display: block;
	cursor: pointer;
	/*padding: 1em;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	margin-right: 20px;
}

.f_s-select > span {
	padding-right: ;
}

.f_s-select > span::after,
.f_s-select .f_s-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.f_s-select > span::after {
	content: url('/uploads/images/arrow_fil.png');
	right: 5px;
	top: 16px;
}

.f_s-select .f_s-selected span::after {
	content: " ";
}

.f_s-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-70%) rotate(180deg);

}


.f_s-select .cs-options {
	position: absolute;
	/*overflow: hidden;*/
	margin-left: -2px;
	width: 100%;
	background: #FFF;
	visibility: hidden;
	color: #34485a;
	z-index: 100;
}

.f_s-select .cs-options li{
	display: block;
	width: 105px;
	padding-left: 0;
	clear: both;
	border-top: 0;
	background: #FFF;
}

.f_s-select .cs-options li:hover{
	background:#bed3dc;
}


.f_s-select.cs-active .cs-options {
	visibility: visible;
}

.f_s-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.f_s-select ul li.cs-focus span {
	background-color: #ddd;
}

.f_s-select li.cs-optgroup > span {
	cursor: default;
}

.s_btm_tab{
	width: 936px;
	margin: 0 auto;
	margin-top: 25px;
	border-radius: 6px;
	border: 2px solid #2dabda;
}

.s_btm_tab table{
	
	border-radius: 6px;
	display: block;
}

.s_btm_tab th{
	height: 60px;
	line-height: 54px;
	border-right: 2px solid #2dabda;
	border-bottom: 2px solid #2dabda;
	text-align: center;
	font-family:PFDinDisplayPro-Med;
	font-size: 16px;
	color: #34485a;
	font-weight: normal;
	background: #F3FBFD;
	
}
.s_btm_tab th:last-child{
	border-right: 0;
}
.s_btm_tab td{
	padding: 25px 60px;
	line-height: 20px;
    border-right: 2px solid #2dabda;
	border-bottom: 2px solid #2dabda;
	text-align: center;
	border-bottom: 0;
	border-top: 0;
	
}


.s_btm_tab td:last-child{
	border-right: 0;
}





/* Стили для табов-вкладок */

.tabs_block:after {
    content:"";
    display:block;
    clear:both;
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
   
}
/* список вкладок */
.tabs li {
    cursor:pointer;
    -webkit-transition:all .2s ;
    -webkit-transition-delay:.2s ;
    transition:all .2s ;
    font-family: PFDinDisplayPro-Med;
	font-size: 18px;
	color: #34485a;
}
.tabs li:hover {
    background:#e0f4fa;
    color:#4F5559; 
}

.tabs li.activemy {
    background:#D3EAF8;
    color:#4F5559; 
}
/* блоки вкладок с содержанием */
.box {
    display:none;      
}

.box, .box .usCont, .box .usOrdCont {
    width: 936px;
    margin: 0 auto; 
}
/* активный блок при загрузке */
.visible{
	display: block;
	
}


.s_Make_or{
	width: 938px;
	border: 2px solid #2DABDA;
	border-radius: 6px;
	margin-top: 16px;
	position: relative;
	margin: 0 auto;
	background: #FCFCFC;
}

.box h5{
	display: block;
	padding-left: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 184px;
	font-family: PFDinDisplayPro-Med;
	font-size: 16px;
	color: #34485a;
	line-height: 24px;
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 8px;
}

.s_Make_or label{
	display: block;
	width: 137px;
    font-family: PFDinDisplayPro-Med;
	font-size: 16px;
	color: #34485a;
	line-height: 33px;
	margin-bottom: 3px;
}

.s_Make_or input{
	height: 39px;
	width: 718px;
	border: 1px solid #a9dcf0;
	border-radius: 2px;
	margin-bottom: 5px;
	
}
.f_inp_mini li{
	width: 170px;
	float: left;
	margin-right: 12px;
	
}

.f_inp_mini li:last-child{
	margin-right: 0;
}


.f_inp_mini input{
	width: 169px;
	float: left;
}


.s_Make_or textarea{
	height: 80px;
	width: 718px;
	border: 1px solid #a9dcf0;
	border-radius: 2px;
	margin-bottom: 3px;
	resize: none;
	float: left;
	border-radius: 2px;
	
}

.s_Make_or input[type="button"].btn_green{
	width: 339px;
	height: 43px;
	float: left;
	border: none;
	font-family: PFDinDisplayPro-Med;
	font-size: 18px;
	color: #FFF
}

.s_Make_or input[type="button"].btn_blue{
	width: 339px;
	height: 43px;
	float: left;
	margin-right: 44px;
	border: none;
	font-family: PFDinDisplayPro-Med;
	font-size: 18px;
	color: #FFF
}

a.delit_punkt{
	display: block;
	width: 115px;
	height: 25px;
	float: right;
	background: url('/uploads/images/del_tovar.png')no-repeat center right;
	margin-right: 33px;
	margin-top: 40px;
}
a.delit_punkt p{
	color: #ff0000;
	font-family: PFDinDisplayPro-Med;
	font-size: 16px;
	line-height: 25px;
}

.sel_make{
	width: 718px;
	margin-bottom: 20px;
	float: left;
}

.sel_make label{
	width: 300px;	
}

.sm-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
    border: 1px solid #a9dcf0;
    border-top: 2px solid #a9dcf0;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 4px 6px #949494;
	font-size: 16px;
	font-family:  PFDinDisplayPro-Med;
 	color: #34485a;
	height: 40px;
	width: 718px;
	
}

.sm-select:focus {
	outline: none; 
}

.sm-select select {
	display: none;
}

.sm-select span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	margin-right: 20px;
	border-bottom: 1px solid #E0E0E0;

	padding-left: 15px;
}

.sm-select > span {
	padding-right: ;
}

.sm-select > span::after,
.sm-select .sm-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sm-select > span::after {
	content: url('/uploads/images/b_pres.png');
	right: 5px;
	top: 26px;
	line-height: 66px;
}

.sm-select .sm-selected span::after {
	content: " ";
}

.sm-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-70%) rotate(180deg);

}


.sm-select .cs-options {
	position: relative;
	/*overflow: hidden;*/
	margin-left: -1px;
	width: 100%;
	background: #FFF;
	visibility: hidden;
	color: #34485a;
	z-index: 100;
}

.sm-select .cs-options li{
	display: block;
	width: 100%;
	clear: both;
	border-top: 0;
	background: #FFF;
}

.sm-select .cs-options li:hover{
	background:#bed3dc;
}


.sm-select.cs-active .cs-options {
	visibility: visible;
}

.sm-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border:1px solid #a9dcf0;
	border-top: 0;
	box-shadow: 0 4px 6px #949494;
}

.sm-select ul li.cs-focus span {
	background-color: #ddd;
}

.sm-select li.cs-optgroup > span {
	cursor: default;
}

.add_tov{
	
}
.add_tov a.spoiler_links {
	display: block;
	width: 722px;
	height: 44px;
	font-size: 18px;
	font-family:  PFDinDisplayPro-Med;
 	color: #644e18;
 	background: #F5CC33;
 	border: none;
 	margin-top: 18px;
 	text-align: center;
 	line-height: 44px;
}

.add_tov a.spoiler_links:hover{
	background: #d7ae0b;
}

.spoiler_add {
    overflow:hidden;
    background: #f5f5f5;
}

.spoiler_body,  .spoiler_body1{
	display:none; /* от этого глючит jquery.toggle для tr*/ 
	cursor:pointer;
}

tr.spoiler_body, tr.spoiler_body1 {
    display: table-row; /* а так работает */
}
	
.open_or_block	{
	position: relative;
}

.open_or_block a.spoiler_links1{
	display: inline-block;
	width: 25px;
	height:25px;
    position: absolute;
    right: 20px;
	
	background: url('/uploads/images/b_pres.png')no-repeat;
}

.spoiler_body li{
	display: block;
	width: 100%;
	height: 100px;
	border-top: 2px dashed #D2CCBC;
	border-bottom: 2px dashed #D2CCBC;
	margin-top: 10px;
}

.item_data{
	font-family:  PFDinDisplayPro-Med;
 	color: #34485a;
 	font-size: 16px;
 	width: 434px;
	float: left;
 	margin-top: 6px;
}

.item_data h4{
	font-family:  PFDinDisplayPro-Med;
 	color: #34485a;
 	font-size: 16px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #DDE0E3;
	line-height: 28px;
	font-weight: normal;
}

.item_data p{
	font-family:  PFDinDisplayPro-Med;
 	color: #34485a;
 	font-size: 16px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #DDE0E3;
	line-height: 28px;
}

.item_data p.i_d_comm{
	border-bottom: 0;
}

.item_data p span{
	height: 18px;
	padding: 0 18px;
	margin: 6px 0
}


.item_data p span.i_d_sp2{
	border-right: 1px solid #DDE0E3;
	border-left: 1px solid #DDE0E3;
}

.item_data p span.i_d_sp1{
	padding-left: 0;
}


a.item_delit{
	display: block;
	width: 120px;
	height: 25px;
	float: right;
	background: url('/uploads/images/del_tovar.png')no-repeat center right;
	margin-right: 74px;
	margin-top: 35px;
}
a.item_delit p{
	color: #ff0000;
	font-family: PFDinDisplayPro-Med;
	font-size: 16px;
	line-height: 25px;
}

.dop_info{
	width: 722px;
	float: left;
	margin-top: 18px;
	margin-left: 54px;
}

.dop_info h3{
	color: #34485a;
	font-family: PFDinDisplayPro-Med;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.check_dop{
	margin-top: 33px;
	margin-bottom: 40px;
}

.check_dop li{
	width: 722px;
}

.check_dop button.btn_green{
	display: block;
	width: 722px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-family: PFDinDisplayPro-Med;
	font-size: 18px;
	color: #FFF;
	margin-left: -22px;
}

.open_or{
	width: 722px;
	float: left;
	margin-left: 47px;
	margin-top: 33px;
	border-top: 2px solid #DBDBDB;

}

.box h5.open_o{
	display: block;
	width: 936px;
	margin: 0 auto;
	font-family: PFDinDisplayPro-Med;
	font-size: 16px;
	color: #34485a;
	line-height: 35px;
	padding-left: 0;
	margin-top: 29px;
	border-top: 1px solid #EDEDED;
	
}


.open_or table{
	
	border-radius: 6px;
	display: block;
}

.open_or th{
	height: 54px;
	line-height: 54px;
	border-right: 2px solid #2dabda;
	border-bottom: 2px solid #2dabda;
	text-align: center;
	font-family:PFDinDisplayPro-Med;
	font-size: 16px;
	color: #34485a;
	font-weight: normal;
	background: #F3FBFD;
	
}
.open_or th:last-child{
	border-right: 0;
}

.open_or table.open_or_tbl{
	border-collapse:collapse;
}

 table.open_or_tbl tr{
	border-bottom: 1px solid rgba(45, 171, 218, 0.21)
}

.tab_btm_t, .tab_btm_c, .tab_btm_b{
	float: left;
	padding: 25px 0;
	line-height: 20px;
    border-right: 2px solid #2dabda;
    border-bottom: 1px solid #D3EDF7;
	text-align: center;
	border-top: 0;
	font-family:PFDinDisplayPro-Med;
	font-size: 16px;
	color: #34485a;
	font-weight: normal;
}

.tab_btm_b{
	border-right: 0;
}


/*------------- end custom_services -------------*/