.b-custom-dd {
	position: relative;
	margin-bottom: 40px;
	z-index: 2
}

.hr {
	border: none;
	height: 1px;
	background: #e8eceb
}

.b-custom-dd a {
	display: block;
	text-decoration: none;
	color: #000 !important;
}

.b-custom-dd__label {
	background: #fed800;
	padding: 20px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	transition: 200ms;
}

.b-custom-dd__label:before {
	content: "";
	position: absolute;
	right: 20px;
	top: -5px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	transform: rotate(-45deg);
}

.b-custom-dd__content {
	background: #fee44c;
	padding: 35px 20px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
}

.b-custom-dd__list {
	padding: 0;
	text-align: center;
	list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-custom-dd__list span {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #323232;
}

.b-custom-dd__title {
	min-width: 50px;
	font: normal normal normal 24px/28px "CondensedBold", "Arial", "Tahoma";
	display: inline-block;
	padding: 3px 0 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #000;
}

.b-custom-dd__l-title {
	min-width: 50px;
	font: normal normal normal 36px/40px "CondensedBold", "Arial", "Tahoma";
	display: inline-block;
	margin-bottom: 10px;
}


.b-select {
	width: 100%;
	margin-bottom: 20px;
}

.b-select .jq-selectbox__select {
    height: 45px;
    font-size: 14px;
    line-height: 46px;
    background: #fff;
    border: 1px solid #cccccc;
    color: #999999;
    padding: 0 30px 0 13px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.b-select .jq-selectbox__trigger {
    position: absolute;
    right: 15px;
    top: 20px;
    border: 6px solid transparent;
    border-top: 6px solid #999;
    margin: auto;
    z-index: 2;
}

.b-select .jq-selectbox__dropdown {
    background: #fff;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 7px 0;
    box-sizing: border-box;
}

.b-select .jq-selectbox__dropdown ul {
	padding: 0;
	margin: 0;
}

.b-select .jq-selectbox__dropdown li {
    display: block;
    padding: 7px 13px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.b-select .jq-selectbox__dropdown li:hover {
	background: #f1f1f1
}

.b-question__label {
	/*padding: 0 0 0 65px;*/
	margin: 20px 0;
	position: relative;
}

.b-question__label + .b-table {
	margin-top: 35px;
}

.b-question__label .headerstyle-2 {
	margin: 0 0 2px;
}

.b-question__label p {
	margin: 0;
}

.b-question__num {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	font-family: 'pt_sans';
	font-weight: 700;
	color: #333333;
	background: #fed800;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.green-clr {
	color: #669900;
}

.red-clr {
	color: #ff3333;
}


.b-table + .b-stat-grid {
	border-top: none;
}

.b-table table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.b-table th {
	background: #e8eceb;
	color: #323232;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid #ccc;
}

.b-table td {
	padding: 10px 20px;
	border: 1px solid #ccc;
}

.b-circle-m {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 10px 0 0;
	border-radius: 50%;
}


.b-stat-grid {
	position: relative;
	padding: 20px 20px 45px;
	margin-bottom: 40px;
	border: 1px solid #ccc;
}

.b-stat-grid__box {
	position: absolute;
	top: 10px;
	left: 20px;
	right: 20px;
	bottom: 35px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-stat-grid__line {
	position: relative;
	border-left: 1px solid #e8eceb;
}

.b-stat-grid__label {
	width: 30px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -20px;
	font-size: 10px;
	line-height: 1;
	color: #999999;
	transform: translate3d(-50%, 0, 0);
}

.b-stat__res {
	position: relative;
}

.b-stat__progress {
	margin: 0 0 2px;
	position: relative;
}

.b-stat__progress-bar {
	height: 30px;
}

.b-stat__progress-label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0 0 10px;
	font-size: 14px;
	line-height: 1;
	z-index: 2
}