#main,
.js-fixed_nav .wrapper {
	background-color: #f6f6f6;
}
/*.js-fixed_nav {
	background:none;
}*/
/*.b-content .wrapper {
	background-color: #f6f6f6;
}*/
#main > .wrapper {
	background-color: #fff;
}
.wrapper.text_content {
	border-radius:5px;
	padding:0 29px;
}
.b-list_accordion .cols .col-sm-9 h3 {
	margin-top:15px;
	margin-bottom:25px;
}
.b-list_accordion .col-sm-9 span {
	font-family: 'corpid_e1s_scd_bold';
}
.text_black {
	color:#000;
	font-family: 'corpid_e1s_scd_light';
}
.text_black h3 {
	color:#000;
	font-family: 'corpid_e1s_scd_regular';
}
 /*Табы*/
#pay_types {
	width:98.4%;
	height:63px;
	border-bottom: 1px solid #ddd;
	padding-top:10px;
}
#pay_types input {
	display:none;
}
#pay_types label {
	padding:6px 1px;
	display:block;
	height:64px;
	float:left;
	cursor:pointer;
}
.paytext {
	color:#000;
	vertical-align:bottom;
	text-align:center;
	font-weight:bold;
	width:18.2%;
}
#pay_types input:checked+label {
	border-bottom: 3px solid #f59d15;
	margin-bottom:12px;
	box-sizing: border-box;
}
.bottom-border {
	border-bottom: 3px solid #F59D15;
}
.info {
	background-image:url(../img/pic_info.svg);
	background-repeat:no-repeat;
	background-size:20px;
	background-position-x:15px;
	background-position-y:9px;
	padding:10px 10px 10px 50px;
	border:1px dashed #ddd;
	color:#F59D15;
	font-weight:bold;
	margin-top:10px;
}
.row-flex {
	display:flex;
	flex-flow:row wrap;
	width:100%;
	margin:0;
}
.row-flex .col-sm-9 {
	padding-left:0px;
}
.row-flex .col-sm-3 {
	display:flex;align-items:center;
}
.bigimg {
	width:80%;
	margin:25px;
	float:right;
	bottom:0px;
}
.b-list_accordion hr {
	border-top:1px dashed #ddd;
	border-bottom:0px;
	margin-top:20px;
	margin-bottom:20px;
}
.pic-seach, .pic-list, .pic-census, .pic-time {
	margin-right:10px;
	background-repeat:no-repeat;
	background-size:33px;
	background-position-y:3px;
	padding-left:55px;
	/*min-height:37px;*/
	min-height:50px;
	margin: 8px 0!important;
}
.pic-seach {
	/*background-image: url(../img/pic_search.svg);*/
	background-image: url(../img/gde.svg);
	padding-top:10px;
}
.pic-list {
	/*background-image: url(../img/pic_list.svg);*/
	background-image: url(../img/chto.svg);
	padding-top:10px;
}
.pic-census {
	/*background-image: url(../img/pic_census.svg);*/
	background-image: url(../img/commisiya.svg);
	padding-top:10px;
}
.pic-time {
	/*background-image: url(../img/pic_time.svg);*/
	background-image: url(../img/srok.svg);
	padding-top:10px;
}
.wrapper.linebottom {
	height:20px;
	background-color:#f6f6f6!important;
}
@media (max-width: 1037px) {
	#pay_types label {
		width:16.66%;
		height:52px;
	}
	.table-wrap {
		width:100%;
	}
}
@media (max-width: 990px) {
	.row-flex .col-sm-9 {
		width:100%!important;
	}
	.row-flex .col-sm-3 {
		width:100%!important;
		justify-content:center;
	}
	.bigimg {
		width:20%;
		margin:5px;
	}
}
@media (max-width: 700px) {
	#pay_types {
		height:134px;
	}
	#pay_types label {
		width:33%;
		height:62px;
		text-align:center;
	}
}
@media (max-width: 766px) {
	.b-list_accordion .col-sm-3 {
		height:140px;
		text-align:center;
	}
	.bigimg {
		float:none;
	}
}
@media (max-width: 679px) {
	table.noborders {
		width:100%;
	}
}
@media (max-width: 635px) {
	#pay_types label {
		width: 49%;
	}
	#pay_types {
		height:auto;
	}
}
@media (max-width: 565px) {
	.bigimg {
		width:30%;
	}
}
@media (max-width: 450px) {
	#pay_types label {
		width:49%;
	}
}
@media (max-width: 371px) {
	.bigimg {
		width:45%;
	}
}