/* цвет placeholder */

::-webkit-input-placeholder {
	color: #fff;
	font-family: "Century Gothic";
}

:-moz-placeholder {
	opacity: 1;
	color: #fff;
	font-family: "Century Gothic";
}

::-moz-placeholder {
	opacity: 1;
	color: #fff;
	font-family: "Century Gothic";
}

:-ms-input-placeholder {
	color: #fff;
	font-family: "Century Gothic";
}


#call-back-popup ::-webkit-input-placeholder,
#using-wr ::-webkit-input-placeholder,
#free-complect-wr ::-webkit-input-placeholder {
	color: #000;
}

#call-back-popup :-moz-placeholder,
#using-wr :-moz-placeholder,
#free-complect-wr :-moz-placeholder {
	color: #000;
}

#call-back-popup ::-moz-placeholder,
#using-wr ::-moz-placeholder,
#free-complect-wr ::-moz-placeholder {
	color: #000;
}

#call-back-popup :-ms-input-placeholder,
#using-wr :-ms-input-placeholder,
#free-complect-wr :-ms-input-placeholder {
	color: #000;
}
/* цвет placeholder */

input:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus::-moz-placeholder {
	opacity: 0;
}

input:focus:-moz-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder {
	opacity: 0;
}

body {
	color: #232222;
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: 400;
	line-height: 35px;
}

#wrapper {
	min-width: 1160px;
	/* ширина центральной части + 20px */
	overflow: hidden;
}

.main {
	max-width: 1140px;
	/* ширина центральной части */
	margin: auto;
}

input[type=text],
textarea {
	font-family: 'Arial', sans-serif;
	/* указать шрифт */
	font-size: 19px;
	display: inline-block;
	width: 77%;
	height: 52px;
	margin-bottom: 10px;
	padding: 0 3%;
	color: #000;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn {
	display: inline-block;
	color: #000;
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: 400;
	line-height: 44px;
	width: 198px;
	height: 44px;
	border: 3px solid #323232;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-decoration: none;
	outline-style: none;
}

.btn:hover {
	color: #fff;
	background: #006ab2;
	border: 3px solid #006ab2;
}

.btn:active {
	color: #fff;
	background: #0060a2;
	border: 3px solid #005087;
}


/* ---MainStyles--- */

.top-btn {
	display: block;
	position: fixed;
	bottom: 10%;
	right: 10px;
	background: url(../img/top-btn-arrow.png) no-repeat center 20px, #fff;
	width: 81px;
	height: 81px;
	background-color: white;
	border: 4px solid #0068ae;
	box-shadow: 0 0 5px rgba(1, 2, 2, 0.75);
	color: black;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: 700;
	line-height: 115px;
	text-align: center;
	text-decoration: none;
	z-index: 88;
	opacity: .3;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.top-btn:hover {
	opacity: 1;
}

#header-wr,
#footer-wr {
	padding-top: 14px;
	background: url(../img/bg-header.jpg) repeat left top;
}

#header-wr .title,
#footer-wr .title {
	color: #242424;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: 400;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	padding-right: 11px;
}

#header-wr .idenium .title,
#footer-wr .idenium .title {
	float: left;
	width: 650px;
	margin-left: 245px;
}

#header-wr .idenium .title span {
	line-height: 29px;
}

.blb-logo {
	float: left;
	margin-right: 220px;
	padding-top: 58px;
}

#header-wr .idenium .blb-logo {
	margin-right: 140px;
	padding-top: 30px;
}

.blb-logo img {
	display: block;
	max-width: 254px;
	height: auto;
	float: left;
}

.bio-time-logo {
	padding-top: 26px;
	float: left;
}

.bio-time-logo img {
	display: block;
	max-width: 196px;
	height: auto;
	float: left;
}

.bio-time-logo span {
	color: #242424;
	font-size: 16px;
	line-height: 102px;
	margin-left: 13px;
}

.idenium-logo {
	padding-top: 7px;
	float: left;
}

.idenium-logo img {
	display: block;
	max-width: 261px;
	height: auto;
	float: left;
}

.idenium-logo span {
	color: #242424;
	font-size: 16px;
	line-height: 97px;
	margin-left: 36px;
}

#header-wr .contacts,
#footer-wr .contacts {
	width: 215px;
	float: right;
	text-align: center;
	margin-right: 18px;
}

#header-wr .idenium .contacts,
#footer-wr .idenium .contacts {
	padding-top: 18px;
}

#header-wr .contacts .phones,
#footer-wr .contacts .phones {
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: right;
}

#header-wr .contacts p,
#footer-wr .contacts p {
	color: #000;
	font-size: 20px;
	line-height: 15px;
	margin-bottom: 15px;
}

#header-wr .contacts .btn,
#footer-wr .contacts .btn {
	float: right;
	background: url(../img/phone-btn-icon.png) no-repeat 175px center;
	padding-right: 10px;
	margin-bottom: 15px;
}

#header-wr .btn:hover,
#footer-wr .btn:hover {
	background: url(../img/phone-btn-hover-icon.png) no-repeat 175px center, #006ab2;
}

#header-wr .btn:active,
#footer-wr .btn:active {
	background: url(../img/phone-btn-hover-icon.png) no-repeat 175px center, #006ab2;
}

#header-wr .mail,
#footer-wr .mail {
	color: #010101;
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
}

#header-wr .description,
#footer-wr .description {
	float: right;
	text-align: center;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#header-wr .idenium .description,
#footer-wr .idenium .description {
	padding-top: 0;
	padding-bottom: 4px;
	padding-right: 20px;
	line-height: 24px;
}

#header-wr .idenium .description p,
#footer-wr .idenium .description p {
	line-height: 21px;
}

#header-wr .idenium .description p {
	padding-right: 10px;
	line-height: 21px;
	padding-bottom: 2;
}

#header-wr .description p,
#footer-wr .description p {
	color: #1e1d1d;
	line-height: 20px;
	margin-bottom: 5px;
}

#slider-section-1-wr {
	padding: 32px 0 68px;
	background: url(../img/bg-slider-section-1.jpg) no-repeat center center;
	background-size: cover;
}

.slider-1 {
	width: 1092px;
	height: 422px;
	border: 1px solid rgba(0, 0, 0, 0.47);
	padding: 5px;
	/*overflow: hidden;*/
	margin: 0 auto;
}
.slider-1 .bx-wrapper .bx-viewport {
    height: 422px;
}
.slider-1 li {
	position: relative;
	width: 1092px;
	height: 422px;
}

.slider-1 li .bg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1091px;
}

.slider-1 li .clock {
	position: absolute;
	max-width: 644px;
	bottom: 2px;
	left: 180px;
}

.slider-1 li .text {
	width: 329px;
	background: rgba(1, 9, 21, .84);
	padding: 60px 25px 25px;
	min-height: 170px;
	max-height: 220px;
	position: absolute;
	top: 84px;
	right: 10px;
	color: white;
	font-size: 19px;
	line-height: 31px;
	overflow: hidden;
}

.idenium .slider-1 li .text {
	width: 472px;
	padding: 32px 35px 18px;
	min-height: 246px;
	max-height: 270px;
	top: 58px;
	right: 15px;
	font-size: 18px;
	line-height: 31px;
}

.idenium .slider-1 li .text .title {
	color: white;
	font-size: 26px;
	font-weight: 700;
	line-height: 31px;
	margin-bottom: 35px;
}

.idenium .slider-1 li .text .list-item {
	color: white;
	font-size: 18px;
	line-height: 31px;
	padding-left: 19px;
	position: relative;
}

.idenium .slider-1 li .text .list-item-1 {
	margin-bottom: 30px;
}

.idenium .slider-1 li .text .list-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 10px;
	height: 10px;
	background: #fff;
}

#presentation-slider-wr {
	min-height: 750px;
	padding: 35px 0 33px;
	background: url(../img/bg-presentation-slider.jpg) no-repeat center center;
	background-size: cover;
}

.idenium-presentation-slider-wr {
	background: url(../img/bg-idenium-presentation-slider.jpg) no-repeat center center;
}

h2 {
	color: #fff;
	font-family: "Century Gothic";
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	padding-left: 30px;
	margin-bottom: 16px;
}

#presentation-tabs .tabs {
	width: 906px;
	height: 482px;
	margin: 0 auto;
	margin-bottom: 6px;
}

#presentation-tabs .tabs iframe {
	width: 906px;
	height: 482px;
}

.presentation-slider li {
	width: 236px;
	height: 133px;
}

.presentation-slider li img {
	display: block;
	margin: 0 auto;
	width: 226px;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, .25);
}

#presentation-tabs .bx-wrapper {
	width: 730px;
	padding-right: 23px;
}

#presentation-tabs .bx-wrapper .bx-viewport {
	width: 725px;
}

#presentation-tabs .bx-viewport {
	width: 725px;
}

#presentation-tabs .bx-wrapper .bx-prev, #news-wr  .bx-wrapper .bx-prev{
	left: -57px;
	background: url(../img/bxslider/presentation-slider-controls.png) no-repeat center top;
}

#presentation-tabs .bx-wrapper .bx-controls-direction a {
	width: 31px;
	height: 90px;
	margin-top: -45px;
}

#presentation-tabs .bx-wrapper .bx-next, #news-wr  .bx-wrapper .bx-next{
	right: -48px;
	background: url(../img/bxslider/presentation-slider-controls.png) no-repeat center bottom;
}

#news-wr .bx-wrapper{
	min-width: 960px !important;
}

#news-wr .bx-wrapper .bx-viewport{
	height: 203px !important;
}

#presentation-tabs .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}

#complect-wr {
	padding: 35px 0 20px;
	color: #000;
	background: url(../img/bg-slider-section-1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

#complect-wr:before {
	content: '';
	position: absolute;
	width: 3000px;
	height: 5px;
	top: 100%;
	background: transparent;
	left: -1000px;
	background: url(../img/complect-wr-shadow.jpg) repeat-x left center;
}

#complect-wr h2 {
	color: #000;
	font-size: 40px;
	line-height: 141px;
	padding: 0;
	margin-bottom: -152px;
	
}

.complect-item {
	width: 185px;
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 42px;
}

.complect-item p {
	min-height: 60px;
	margin-bottom: 8px;
}

.more-btn {
	color: white;
	font-size: 15px;
	line-height: 77px;
	width: 161px;
	height: 77px;
	background-color: #0068ae;
	padding: 0;
	border: 0;
}

.more-btn:hover {
	background: #0080d6;
	border: 0;
}

.more-btn:active {
	background: #0098fe;
	border: 0;
}

.item-1 {
	float: left;
	margin-left: 89px;
	padding-top: 10px;
}

.item-1 p {
	min-height: 50px;
}

.item-2 {
	float: right;
	margin-right: 86px;
}

.complect-item-wrap {
	position: relative;
}

.complect-item-wrap:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -1000px;
	width: 4000px;
	height: 1px;
	background: black;
}

.interview-list-wrap {
	padding-top: 35px;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 33px;
	position: relative;
}

.interview-list-wrap:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -227px;
	width: 457px;
	height: 3px;
	background: #0068ae;
}

.interview-list-wrap p {
	max-width: 810px;
	margin: 0 auto;
	margin-bottom: 22px;
	padding-right: 20px;
}

.blue-btn {
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	width: 253px;
	height: 52px;
	background-color: #0068ae;
	border: 0;
}

.blue-btn:hover {
	background-color: #0080d6;
	border: 0;
}

.blue-btn:active {
	background-color: #0098fe;
	border: 0;
}

#effective-wr {
	padding: 61px 0 30px;
	font-size: 0;
	background: url(../img/bg-effective.jpg) repeat center center;
}

#effective-wr h2 {
	color: #252525;
	font-size: 31px;
	line-height: 26px;
	padding: 0;
	padding-right: 30px;
	margin-bottom: 82px;
}

#effective-wr .icon-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 340px;
	padding: 0;
	margin: 0;
	color: #252525;
	font-family: 'Verdana';
	font-size: 14px;
	line-height: 26px;
	float: none;
	margin-bottom: 57px;
}

#effective-wr .idenium .icon-item {
	margin-bottom: 37px;
}

#effective-wr .icon-item .link {
	color: #0068ae;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}

#effective-wr .icon-item .link:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 10px;
	width: 90%;
	height: 1px;
	border-bottom: 2px dotted #0068ae;
}

#effective-wr .icon-item .link:hover {
	color: #0098fe;
}

#effective-wr .icon-item .link:hover:before {
	content: '';
	border-bottom: 2px dotted #0098fe;
}

#effective-wr .icon-item .icon {
	width: 147px;
	height: 147px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: url(../img/effective-section/icon-border.png) no-repeat center center;
}

#effective-wr .item-1 .icon {
	margin-bottom: 25px;
	background: url(../img/effective-section/icon-sprite.png) 23px 17px, url(../img/effective-section/icon-border.png) no-repeat center center;
}

#effective-wr .item-2 {
	margin-left: 60px;
	width: 360px;
}

#effective-wr .item-2 .icon {
	background: url(../img/effective-section/icon-sprite.png) -223px 20px, url(../img/effective-section/icon-border.png) no-repeat right center;
}

#effective-wr .item-3 {
	margin-left: 40px;
}

#effective-wr .item-3 .icon {
	background: url(../img/effective-section/icon-sprite.png) -500px 17px, url(../img/effective-section/icon-border.png) no-repeat right center;
	padding-left: 20px;
}

#effective-wr .item-4 {
	margin-left: 5px;
	margin-bottom: 65px;
}

#effective-wr .item-4 .icon {
	background: url(../img/effective-section/icon-sprite.png) 25px -320px, url(../img/effective-section/icon-border.png) no-repeat left center;
	padding-left: 10px;
}

#effective-wr .item-5 {
	margin-left: 45px;
	margin-bottom: 65px;
}

#effective-wr .item-5 .icon {
	background: url(../img/effective-section/icon-sprite.png) -193px -320px, url(../img/effective-section/icon-border.png) no-repeat right center;
	padding-left: 30px;
}

#effective-wr .item-6 {
	margin-left: 69px;
	margin-bottom: 65px;
}

#effective-wr .item-6 .icon {
	background: url(../img/effective-section/icon-sprite.png) -497px -320px, url(../img/effective-section/icon-border.png) no-repeat right center;
	padding-left: 30px;
}

#effective-wr .idenium .item-1 .icon {
	margin-bottom: 25px;
	background: url(../img/effective-section/idenium-icon-sprite.png) 30px 31px, url(../img/effective-section/icon-border.png) no-repeat left center;
	padding-right: 10px;
}

#effective-wr .idenium .item-2 {
	margin-left: 60px;
	width: 360px;
}

#effective-wr .idenium .item-2 .icon {
	background: url(../img/effective-section/idenium-icon-sprite.png) -386px 32px, url(../img/effective-section/icon-border.png) no-repeat right center;
}

#effective-wr .idenium .item-3 {
	margin-left: 40px;
}

#effective-wr .idenium .item-3 .icon {
	background: url(../img/effective-section/idenium-icon-sprite.png) -758px 31px, url(../img/effective-section/icon-border.png) no-repeat right center;
	padding-left: 38px;
}

#effective-wr .idenium .item-4 {
	margin-left: 5px;
	margin-bottom: 65px;
}

#effective-wr .idenium .item-4 .icon {
	background: url(../img/effective-section/idenium-icon-sprite.png) 30px -308px, url(../img/effective-section/icon-border.png) no-repeat left center;
	padding-left: 28px;
}

#effective-wr .idenium .item-5 {
	margin-left: 45px;
	margin-bottom: 65px;
}

#effective-wr .idenium .item-5 .icon {
	background: url(../img/effective-section/idenium-icon-sprite.png) -352px -308px, url(../img/effective-section/icon-border.png) no-repeat right center;
	padding-left: 30px;
}

#effective-wr .idenium .item-6 {
	margin-left: 69px;
	margin-bottom: 65px;
}

#effective-wr .idenium .item-6 .icon {
	background: url(../img/effective-section/idenium-icon-sprite.png) -762px -308px, url(../img/effective-section/icon-border.png) no-repeat right center;
	padding-left: 30px;
}

.bordered-btn {
	margin: 0 auto;
	display: block;
	width: 384px;
	height: 44px;
	border: 9px solid #0068ae;
	color: #252525;
	font-size: 18px;
	line-height: 44px;
	margin-bottom: 30px;
}

.bordered-btn:hover {
	background-color: #0068ae;
	border: 9px solid #0068ae;
}

.bordered-btn:active {
	background-color: #0078c8;
	border: 9px solid #0068ae;
}

#test-wr {
	padding: 30px 0 15px;
	background: #0b344d;
}

#test-wr h2 {
	color: white;
	line-height: 38px;
	font-size: 34px;
	font-weight: 700;
	padding: 0;
}

#test-wr h2 span {
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 42px;
}

.arrow-wr {
	position: relative;
	background: url(../img/bg-arrow-section.jpg) no-repeat center center;
	background-size: cover;
	padding: 30px 0 22px;
	color: black;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
}

.arrow-wr:before {
	content: '';
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	height: 19px;
	bottom: -25px;
	background: url(../img/bg-arrow-section-2.png) no-repeat center center;
	background-size: contain;
}

.arrow-wr p {
	max-width: 840px;
	margin: 0 auto;
}

.idenium-arrow-wr p {
	max-width: 1000px;
	padding-left: 20px;
}

#economy-wr {
	padding: 80px 0 56px;
}

#economy-wr h2 {
	color: #000;
	max-width: 540px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 36px;
	padding: 0;
	margin-bottom: 60px;
}

.graph {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.economy-list {
	float: right;
	width: 426px;
	font-size: 0;
	margin-right: 20px;
	padding-top: 16px;
}

.economy-list li {
	list-style: none;
	color: #000;
	font-size: 19px;
	line-height: 37px;
	position: relative;
	padding-top: 2px;
}

.economy-list li span {
	font-weight: 700;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	left: -50px;
	top: -3px;
}

.economy-list li .blue {
	background: #b1c5e3;
}

.economy-list li .red {
	background: #e97c30;
}

.economy-list li .gray {
	background: #a3a3a3;
}

.economy-list li .yellow {
	background: #fbbd00;
}

.economy-list li .line {
	display: inline-block;
	width: 20px;
	vertical-align: top;
}

.economy-list li p {
	display: inline-block;
	width: 400px;
	vertical-align: top;
}

#calculator-wr {
	padding: 42px 0 46px;
	background: url(../img/bg-calulator.jpg) no-repeat center center;
	background-size: cover;
}

#calculator-wr h2 {
	position: relative;
	color: #fffefe;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin-bottom: 45px;
}

#calculator-wr h2:before {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -521px;
	background: url(../img/calculator-title-line.png) no-repeat center center;
	width: 1042px;
	height: 1px;
}

#calculator-wr .calculator-form {
    width: 987px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    vertical-align: top;
    margin-bottom: 40px;
}

#calculator-wr .calculator-form input {
    color: #fffefe;
    font-size: 16px;
    line-height: 61px;
    width: 297px;
    height: 61px;
    border: 1px solid rgba(255, 255, 255, .61);
    padding: 0 15px;
    border-radius: 0;
    background: transparent;
    margin: 0 7px;
    margin-bottom: 30px;
}


/* цвет placeholder */

#calculator-wr .calculator-form::-webkit-input-placeholder {
	color: #fffefe;
}

#calculator-wr .calculator-form:-moz-placeholder {
	opacity: 1;
	color: #fffefe;
}

#calculator-wr .calculator-form::-moz-placeholder {
	opacity: 1;
	color: #fffefe;
}

#calculator-wr .calculator-form:-ms-input-placeholder {
	color: #fffefe;
}

#calculator-wr .calculator-form .blue-btn {
	width: 314px;
	height: 63px;
	background-color: #006ab2;
	margin-left: 5px;
}

#calculator-wr .calculator-form .blue-btn:hover {
	background-color: #0080d6;
}

#calculator-wr .calculator-form .blue-btn:active {
	background-color: #0098fe;
}

#calculator-wr .calculator-form .result {
    border-top: 3px solid #fff;
    padding-top: 30px;
    width: 500px;
    margin: auto;
}

#calculator-wr .calculator-form .result p {
    color: #fffefe;
    font-size: 37px;
    line-height: 30px;
    text-align: center;
}

#calculator-wr .call-back-form-wrap {
	width: 490px;
	padding: 15px;
	background: rgba(0, 0, 0, .59);
	margin: 0 auto;
}

#calculator-wr .call-back-form {
	border: 1px solid rgba(255, 255, 255, .26);
	padding: 19px;
}

#calculator-wr .call-back-form .form-title {
	color: #fffefe;
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 29px;
}

#calculator-wr .call-back-form input {
	width: 290px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.54);
	padding: 0 8px;
	color: white;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 50px;
	margin: 0 auto;
	display: block;
	margin-bottom: 8px;
	background: transparent;
	border-radius: 0;
}

#calculator-wr .call-back-form input[type="email"] {
	margin-bottom: 15px;
}

#calculator-wr .call-back-form .blue-btn {
	display: block;
	margin: 0 auto;
	width: 308px;
	margin-bottom: 16px;
}

#reliability-wr {
	padding: 43px 0 19px;
	font-size: 0;
	background: url(../img/bg-slider-section-1.jpg) no-repeat center center;
	background-size: cover;
}

#reliability-wr h2 {
	max-width: 600px;
	padding: 0;
	color: #232222;
	font-size: 29px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 auto;
	margin-bottom: 60px;
}

#reliability-wr .idenium h2 {
	max-width: 640px;
	margin-bottom: 62px;
	line-height: 30px;
}

#reliability-wr .icon-item {
	float: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin-bottom: 50px;
	color: #232222;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	position: relative;
}

#reliability-wr .icon-item .icon {
	width: 130px;
	height: 130px;
	border-radius: 4px;
	background: #0b344d;
	margin: 0 auto;
	margin-bottom: 22px;
}

#reliability-wr .icon-item:before {
	content: '';
	position: absolute;
	top: 145px;
	left: 0;
	background: url(../img/reliability-icon-line.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 1px;
}

#reliability-wr .idenium .item-1 {
	width: 360px;
}

#reliability-wr .idenium .item-2 {
	margin-left: 43px;
}

#reliability-wr .idenium .item-5 {
	width: 343px;
	margin-bottom: 24px;
}

#reliability-wr .idenium .item-6 {
	margin-left: 63px;
	margin-bottom: 24px;
}

#reliability-wr .idenium .item-7 {
	margin-left: 200px;
	margin-bottom: 67px;
}

#reliability-wr .idenium .item-8 {
	margin-left: 57px;
	width: 372px;
	margin-bottom: 67px;
}

#reliability-wr .item-2 {
	margin-left: 73px;
}

#reliability-wr .item-3 {
	margin-left: 77px;
}

#reliability-wr .item-4 {
	margin-left: 1px;
	margin-bottom: 34px;
}

#reliability-wr .item-5 {
	margin-left: 73px;
	margin-bottom: 34px;
}

#reliability-wr .item-6 {
	margin-left: 76px;
	margin-bottom: 34px;
}

#reliability-wr .item-1 .icon {
	background: url(../img/reliability-section/icon-1.png) no-repeat center center, #0b344d;
}

#reliability-wr .item-2 .icon {
	background: url(../img/reliability-section/icon-2.png) no-repeat center center, #0b344d;
}

#reliability-wr .item-3 .icon {
	background: url(../img/reliability-section/icon-3.png) no-repeat center center, #0b344d;
}

#reliability-wr .item-4 .icon {
	background: url(../img/reliability-section/icon-4.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .item-5 .icon {
	background: url(../img/reliability-section/icon-5.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .item-6 .icon {
	background: url(../img/reliability-section/icon-6.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .idenium .item-3 .icon {
	background: url(../img/reliability-section/idenium-icon-3.png) no-repeat center center, #0b344d;
}

#reliability-wr .idenium .item-4 .icon {
	background: url(../img/reliability-section/idenium-icon-4.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .idenium .item-5 .icon {
	background: url(../img/reliability-section/idenium-icon-5.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .idenium .item-6 .icon {
	background: url(../img/reliability-section/idenium-icon-6.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .idenium .item-7 .icon {
	background: url(../img/reliability-section/idenium-icon-7.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .idenium .item-8 .icon {
	background: url(../img/reliability-section/idenium-icon-8.png) no-repeat center center, #0b344d;
	margin-bottom: 34px;
}

#reliability-wr .bordered-btn {
	color: #232222;
	font-size: 17px;
	line-height: 48px;
	width: 524px;
	height: 48px;
}

#reliability-wr .idenium .bordered-btn {
	margin-bottom: 50px;
}

#reliability-wr .bordered-btn:hover {
	color: #fff;
}

#reliability-wr .bordered-btn:active {
	color: #fff;
}

#demo-wr {
	padding: 35px 0 20px;
	background: url(../img/bg-demo.jpg)repeat center center;
	background-size: cover;
}

#demo-wr h2 {
	padding: 0;
	line-height: 53px;
	font-size: 26px;
	margin-bottom: 29px;
}

#demo-wr .idenium h2 {
	padding-top: 6px;
}

#demo-wr h2 span {
	font-size: 36px;
	font-weight: 700;
}

#demo-wr .bordered-btn {
	color: #fff;
	font-size: 18px;
	line-height: 57px;
	width: 356px;
	height: 57px;
	background-color: rgba(0, 0, 0, 0.15);
	border: 5px solid white;
}

#demo-wr .bordered-btn:hover {
	background-color: rgba(0, 0, 0, 0.49);
	border: 5px solid white;
}

#demo-wr .bordered-btn:active {
	background-color: rgba(0, 0, 0, 0.63);
	border: 5px solid white;
}

#preim-wr {
	padding: 47px 0 22px;
	background: url(../img/bg-preim.png) no-repeat center center, #fff;
	background-size: cover;
}

#preim-wr .idenium {
	padding-top: 8px;
}

#preim-wr h2 {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	padding: 0;
	margin-bottom: 44px;
}

.preim-list {
	max-width: 1000px;
	margin-left: 80px;
	margin-bottom: 25px;
}

.idenium .preim-list {
	max-width: 1006px;
	margin-left: 59px;
	margin-bottom: 41px;
}

.preim-list li {
	list-style: none;
	padding-left: 75px;
	background: url(../img/preim-icons-sprite.png) no-repeat left top;
	float: none;
	min-height: 50px;
	margin: 0;
	margin-bottom: 5px;
}

.idenium .preim-list li {
	list-style: none;
	padding-left: 75px;
	background: url(../img/preim-idenium-icons-sprite.png) no-repeat left top;
	float: none;
	min-height: 50px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 32px;
}

.preim-list .item-1 {
	background-position: 2px 8px;
}

.preim-list .item-2 {
	background-position: 0px -88px;
}

.preim-list .item-3 {
	background-position: 2px -165px;
	margin-bottom: 10px;
}

.preim-list .item-4 {
	background-position: 2px -279px;
	padding-top: 10px;
}

.preim-list .item-5 {
	background-position: 2px -395px;
	padding-top: 8px;
	line-height: 30px;
	margin-bottom: 20px;
}

.preim-list .item-6 {
	background-position: 2px -515px;
	padding-top: 10px;
	margin-bottom: 2px;
}

.preim-list .item-7 {
	background-position: 2px -645px;
	padding-top: 13px;
}

.idenium .preim-list .item-1 {
	background-position: 2px 19px;
}

.idenium .preim-list .item-2 {
	background-position: 0px -105px;
}

.idenium .preim-list .item-3 {
	background-position: 2px -193px;
	margin-bottom: 10px;
}

.idenium .preim-list .item-4 {
	background-position: 2px -281px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.idenium .preim-list .item-5 {
	background-position: 2px -364px;
	margin-bottom: 25px;
}

.idenium .preim-list .item-6 {
	background-position: 2px -475px;
	padding-top: 10px;
	margin-bottom: 2px;
}

#preim-wr .bordered-btn {
	color: white;
	font-size: 16px;
	width: 410px;
	height: 62px;
	border: 1px solid #0068ae;
	background: transparent;
	padding: 4px;
	line-height: 62px;
}

#preim-wr .idenium .bordered-btn {
	margin-bottom: 18px;
}

#preim-wr .bordered-btn:hover {
	border: 1px solid #038be6;
}

#preim-wr .bordered-btn:active {
	border: 1px solid #005995;
}

.bordered-btn span {
	display: block;
	width: 410px;
	height: 62px;
	background-color: #0068ae;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.bordered-btn:hover span {
	background-color: #038be6;
}

.bordered-btn:active span {
	background-color: #005995;
}

#arrow-2-wr {
	padding-bottom: 30px;
}

#arrow-2-wr p {
	color: black;
	font-family: "Century Gothic";
	font-weight: 400;
	font-size: 21px;
}

#arrow-2-wr span {
	font-size: 35px;
	display: block;
	line-height: 30px;
}

#arrow-3-wr {
	padding-top: 10px;
	padding-bottom: 12px;
}

#arrow-3-wr p {
	color: black;
	font-family: "Century Gothic";
	font-weight: 400;
	font-size: 21px;
	max-width: 100%;
}

#arrow-3-wr span {
	font-size: 35px;
	display: block;
	line-height: 37px;
}

#using-wr {
	padding: 54px 0 25px;
	font-size: 0;
}

#using-wr .idenium {
	padding-top: 10px;
}

#using-wr .item {
	display: inline-block;
	vertical-align: top;
	padding: 20px 40px;
	background: #fff;
	float: none;
	margin: 0 0 47px 0;
	box-shadow: 0 0 8px rgba(1, 1, 1, 0.13);
	text-align: center;
	color: black;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}

#using-wr .item:before {
	content: '';
	background: url(../img/using-item-shadow.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 24px;
	position: absolute;
	top: 100%;
	left: 0;
}

#using-wr .item .more-btn-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 104, 174, .86);
	box-shadow: 0 0 8px rgba(1, 1, 1, 0.13);
	opacity: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#using-wr .item:hover .more-btn-wrap {
	opacity: 1;
}

#using-wr .item .more-btn-wrap .btn {
	color: white;
	font-size: 17px;
	font-weight: 700;
	line-height: 36px;
	text-transform: lowercase;
	display: block;
	margin: 0 auto;
	max-width: 155px;
	width: 85%;
	height: 36px;
	border: 6px solid white;
	margin-top: 47px;
}

#using-wr .item .more-btn-wrap .btn:hover {
	background-color: rgba(0, 0, 0, 0.34);
}

#using-wr .item .more-btn-wrap .btn:active {
	background-color: rgba(21, 21, 21, 0.26);
}

#using-wr .item .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#using-wr .item {
	margin-bottom: 42px;
}

#using-wr .item-1 {
	margin-left: 40px;
	padding: 20px 32px 0;
}

#using-wr .item-1 .icon {
	margin-bottom: 3px;
	background: url(../img/using-section/icon-1.png) no-repeat center center;
}

#using-wr .item-5 .icon {
	margin-bottom: 3px;
	background: url(../img/using-section/icon-5.png) no-repeat center center;
}

#using-wr .item-2 .icon {
	background: url(../img/using-section/icon-2.png) no-repeat center center;
}

#using-wr .item-3 .icon {
	background: url(../img/using-section/icon-3.png) no-repeat center center;
}

#using-wr .item-4 .icon {
	background: url(../img/using-section/icon-4.png) no-repeat center center;
}

#using-wr .item-6 .icon {
	background: url(../img/using-section/icon-6.png) no-repeat center 15px;
}

#using-wr .item-7 .icon {
	background: url(../img/using-section/icon-7.png) no-repeat center 10px;
}

#using-wr .item-8 .icon {
	background: url(../img/using-section/icon-8.png) no-repeat center 10px;
}

#using-wr .item-9 .icon {
	background: url(../img/using-section/icon-9.png) no-repeat center 10px;
}

#using-wr .idenium .item-1 .icon {
	margin-bottom: 3px;
	background: url(../img/using-section/idenium-icon-1.png) no-repeat center center;
}

#using-wr .idenium .item-5 .icon {
	margin-bottom: 3px;
	background: url(../img/using-section/idenium-icon-5.png) no-repeat center center;
}

#using-wr .idenium .item-2 .icon {
	background: url(../img/using-section/idenium-icon-2.png) no-repeat center center;
	margin-bottom: 0;
}

#using-wr .idenium .item-3 .icon {
	background: url(../img/using-section/idenium-icon-3.png) no-repeat center 5px;
}

#using-wr .idenium .item-4 .icon {
	background: url(../img/using-section/idenium-icon-4.png) no-repeat center 5px;
}

#using-wr .idenium .item-6 .icon {
	background: url(../img/using-section/idenium-icon-6.png) no-repeat 5px -2px;
}

#using-wr .idenium .item-7 .icon {
	background: url(../img/using-section/idenium-icon-7.png) no-repeat center center;
}

#using-wr .idenium .item-8 .icon {
	background: url(../img/using-section/icon-8.png) no-repeat center 5px;
}

#using-wr .idenium .item-9 .icon {
	background: none;
}

#using-wr .item-2 {
	margin-left: 24px;
	padding: 20px 40px;
}

#using-wr .item-3 {
	margin-left: 24px;
	padding: 20px 41px;
}

#using-wr .item-4 {
	margin-left: 26px;
	padding: 20px 37px;
}

#using-wr .item-5 {
	margin-left: 24px;
	padding: 20px 32px;
}

#using-wr .item-6 {
	margin-left: 165px;
	padding: 20px 39px;
	margin-bottom: 40px;
}

#using-wr .item-7 {
	margin-left: 26px;
	padding: 20px 25px;
	margin-bottom: 40px;
}

#using-wr .item-8 {
	margin-left: 27px;
	padding: 20px 52px;
	margin-bottom: 40px;
}

#using-wr .item-9 {
	margin-left: 27px;
	padding: 20px 39px;
	margin-bottom: 40px;
}

#using-wr .idenium .item-1 {
	margin-left: 37px;
	padding: 27px 40px 0;
}

#using-wr .idenium .item-1 p {
	min-height: 44px;
}

#using-wr .idenium .item-5 p {
	min-height: 44px;
}

#using-wr .idenium .item-2 {
	margin-left: 26px;
	padding: 29px 51px 22px;
}

#using-wr .idenium .item-3 {
	margin-left: 23px;
	padding: 20px 76px;
}

#using-wr .idenium .item-4 {
	margin-left: 26px;
	padding: 20px 55px;
}

#using-wr .idenium .item-5 {
	margin-left: 24px;
	padding: 27px 25px 0;
}

#using-wr .idenium .item-6 {
	margin-left: 98px;
	padding: 20px 9px;
	margin-bottom: 66px;
}

#using-wr .idenium .item-7 {
	margin-left: 25px;
	padding: 20px 25px;
	margin-bottom: 66px;
}

#using-wr .idenium .item-8 {
	margin-left: 27px;
	padding: 20px 27px;
	margin-bottom: 66px;
}

#using-wr .idenium .item-9 {
	margin-left: 27px;
	padding: 20px 17px;
	margin-bottom: 66px;
}

#using-wr form{
	text-align: center;
}
#using-wr form input {
    width: 311px;
    height: 54px;
    background-color: white;
    border: 1px solid rgba(1, 1, 1, 0.16);
    box-shadow: 0 0 8px rgba(1, 1, 1, 0.13);
    color: black;
    font-size: 20px;
    line-height: 54px;
    padding: 0 22px;
    display: inline-block;
    margin: 0 11px;
    margin-bottom: 26px;
    border-radius: 0;
}

#using-wr form::-webkit-input-placeholder {
	color: #000;
}

#using-wr form:-moz-placeholder {
	opacity: 1;
	color: #000;
}

#using-wr form::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#using-wr form:-ms-input-placeholder {
	color: #000;
}

#using-wr .bordered-btn span {
	color: white;
	font-size: 16px;
	line-height: 60px;
	width: 408px;
	height: 60px;
	background-color: #0068ae;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#using-wr .bordered-btn {
    width: 408px;
    height: 60px;
	border: 1px solid #0068ae;
	padding: 4px;
	background: transparent;
	margin-bottom: 0;
}
#using-wr button.bordered-btn {

	width: 418px;
	height: 70px;
}

#using-wr .bordered-btn:hover {
	border: 1px solid #038be6;
}

#using-wr .bordered-btn:active {
	border: 1px solid #005995;
}

#using-wr .bordered-btn span {
	background-color: #0068ae;
}

#using-wr .bordered-btn:hover span {
	background-color: #038be6;
}

#using-wr .bordered-btn:active span {
	background-color: #005995;
}

#consultation-wr {
	padding: 30px 0 0;
	background: url(../img/bg-consultation.jpg) center center;
	background-size: cover;
}

#consultation-wr .title {
	color: white;
	font-family: "Century Gothic";
	line-height: 23px;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 46px;
}

#consultation-wr .title span {
	font-size: 31px;
	font-weight: 700;
	display: block;
	line-height: 55px;
	margin-bottom: 5px;
}

#consultation-wr .consusltation-form {
	width: 1037px;
	padding-left: 16px;
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 40px;
}

#consultation-wr input {
	color: #fffefe;
	vertical-align: top;
	font-size: 16px;
	line-height: 50px;
	width: 286px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .61);
	padding: 0 15px;
	border-radius: 0;
	background: transparent;
	margin-bottom: 30px;
}

#consultation-wr input[type="tel"] {
	margin-left: 12px;
	margin-right: 11px;
}

#consultation-wr .bordered-btn {
	vertical-align: top;
	display: inline-block;
	color: white;
	font-size: 17px;
	line-height: 44px;
	width: 374px;
	height: 52px;
	background-color: rgba(0, 0, 0, 0.14);
	border: 3px solid #7dd0dd;
}

#consultation-wr .bordered-btn:hover {
	background-color: rgba(125, 208, 221, 0.39);
}

#consultation-wr .bordered-btn:active {
	background-color: rgba(125, 208, 221, 0.15);
}


/* цвет placeholder */

#calculator-wr .calculator-form::-webkit-input-placeholder {
	color: #fffefe;
}

#calculator-wr .calculator-form:-moz-placeholder {
	opacity: 1;
	color: #fffefe;
}

#calculator-wr .calculator-form::-moz-placeholder {
	opacity: 1;
	color: #fffefe;
}

#calculator-wr .calculator-form:-ms-input-placeholder {
	color: #fffefe;
}

#logos-slider-wr {
	padding: 38px 0 72px;
	background: url(../img/bg-logos-slider.jpg) no-repeat center center;
	background-size: cover;
}

#logos-slider-wr h2 {
	color: black;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 55px;
	padding: 0;
	padding-right: 27px;
}

#logos-slider-wr .idenium h2 {
	line-height: 30px;
}

#logos-slider-wr .bx-wrapper .bx-prev, #partners-wr  .bx-wrapper .bx-prev{
	left: -69px;
	background: url(../img/logos-slider-section/logos-slider-controls.png) no-repeat center top;
}

#logos-slider-wr .bx-wrapper .bx-next, #partners-wr  .bx-wrapper .bx-next{
	right: -84px;
	background: url(../img/logos-slider-section/logos-slider-controls.png) no-repeat center bottom;
}

#partners-wr .bx-wrapper .bx-prev, #partners-wr .bx-wrapper .bx-next{
	width: 56px !important;
    height: 180px !important;
}

#partners-wr .bx-wrapper .bx-viewport{
	height: 454px !important;
	width: 102% !important;
}
#partners-wr .bx-wrapper{
	max-width: 960px !important;
}

#partners-wr .bx-wrapper li img{
	width: 431px !important;
}
#logos-slider-wr .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -90px;
	outline: 0;
	width: 56px;
	height: 180px;
	text-indent: -9999px;
	z-index: 9999;
}

.logos-slider {
	margin-bottom: 30px;
}

.logos-slider li {
	width: 147px;
	height: 147px;
	display: inline-block;
	line-height: 147px;
}

.logos-slider li img {
	width: 147px;
	display: inline-block;
	vertical-align: middle;
}

#webinar-wr {
	padding: 31px 0 7px;
	background: url(../img/bg-webinar.jpg) no-repeat center center;
	background-size: cover;
}

#webinar-wr h2 {
	font-size: 26px;
	line-height: 31px;
	padding: 0;
	margin-bottom: 30px;
}

#webinar-wr h2 span {
	display: block;
	line-height: 41px;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 8px;
}

#webinar-wr h2 span .line-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

#webinar-wr h2 span .line-wrap:before,
#webinar-wr h2 span .line-wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 1px;
	left: 108%;
	width: 2000px;
	height: 3px;
	background: #fff;
}

#webinar-wr h2 span .line-wrap:after {
	content: '';
	left: auto;
	right: 105%;
}

#webinar-wr .webinar-form {
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 20px;
}

#webinar-wr input {
	color: #fffefe;
	vertical-align: top;
	font-size: 14px;
	line-height: 50px;
	width: 244px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .61);
	padding: 0 15px;
	border-radius: 0;
	background: transparent;
	margin-bottom: 23px;
}

#webinar-wr input[type="tel"] {
	margin-left: 12px;
	margin-right: 11px;
}

#webinar-wr input[type="email"] {
	margin-right: 9px;
}

#webinar-wr .bordered-btn {
	display: block;
	margin: 0 auto;
	color: white;
	font-size: 19px;
	line-height: 55px;
	width: 535px;
	height: 65px;
	background-color: rgba(0, 0, 0, 0.14);
	border: 3px solid #7dd0dd;
}

#webinar-wr .bordered-btn:hover {
	background-color: rgba(125, 208, 221, 0.39);
}

#webinar-wr .bordered-btn:active {
	background-color: rgba(125, 208, 221, 0.15);
}

#free-complect-wr {
	padding: 87px 0 35px;
	background: url(../img/bg-slider-section-1.jpg) no-repeat center center;
}

#free-complect-wr .idenium {
	padding-top: 4px;
}

#free-complect-wr h2 {
	padding: 0;
	height: 103px;
	color: #000;
	font-size: 24px;
	margin-bottom: 53px;
}

#free-complect-wr h2 span {
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
}

#free-complect-wr h2 span .line-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

#free-complect-wr h2 span .line-wrap:before,
#free-complect-wr h2 span .line-wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 3px;
	left: 105%;
	width: 2000px;
	height: 3px;
	background: #000;
}

#free-complect-wr h2 span .line-wrap:after {
	content: '';
	left: auto;
	right: 105%;
}

#free-complect-wr .free-complect-form {
	width: 952px;
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 20px;
}

#free-complect-wr input {
	color: #000;
	width: 278px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.54);
	vertical-align: top;
	font-size: 14px;
	line-height: 52px;
	padding: 0 15px;
	border-radius: 0;
	background: transparent;
	margin-bottom: 23px;
}


/* цвет placeholder */

#free-complect-wr::-webkit-input-placeholder {
	color: #000;
}

#free-complect-wr:-moz-placeholder {
	opacity: 1;
	color: #000;
}

#free-complect-wr::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#free-complect-wr:-ms-input-placeholder {
	color: #000;
}

#free-complect-wr input[type="tel"] {
	margin-left: 12px;
	margin-right: 11px;
}

#free-complect-wr .blue-btn {
	width: 307px;
	font-size: 17px;
}

#news-wr {
	padding: 36px 0 65px;
	background: url(../img/bg-news.jpg) no-repeat center center;
	background-size: cover;
	font-size: 0;
	padding: 38px 0 72px;
	background-size: cover;
}

#news-wr h2 {
	font-size: 32px;
	line-height: 61px;
	padding: 0;
	padding-right: 38px;
	margin-bottom: 45px;
}

#news-wr .idenium h2 {
	margin-bottom: 20px;
}

#news-wr .news-item {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	color: white;
	font-size: 17px;
	line-height: 32px;
	text-align: center;
	float: none;
}

#news-wr .idenium .news-item {
	width: 210px !important;
}

#news-wr .news-item p {
	margin-bottom: 30px;
}

#news-wr .idenium .news-item p {
	margin-bottom: 30px;
	min-height: 47px;
}

#news-wr .item-1 {
	margin-left: 41px;
	padding-top: 0;
}

#news-wr .item-2 {
	margin-left: 140px;
}

#news-wr .item-3 {
	margin-left: 51px;
}

#news-wr .idenium .item-1 {
	margin-left: 38px;
}

#news-wr .idenium .item-2 {
	margin-left: 62px;
}

#news-wr .idenium .item-3 {
	margin-left: 45px;
}

.read-btn {
	display: block;
	margin: 0 auto;
	color: white;
	width: 206px;
	height: 73px;
	border: 1px solid white;
	font-size: 15px;
	line-height: 73px;
	text-align: left;
	overflow: hidden;
}

.read-btn:hover {
	background-color: #038be6;
	border: 1px solid white;
}

.read-btn:active {
	background-color: rgba(3, 139, 230, 0.54);
	border: 1px solid white;
}

.read-btn span {
	margin-left: 48px;
	position: relative;
}

.read-btn span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 141%;
	margin-top: -1px;
	width: 18px;
	height: 1px;
	background-color: #fff;
}

.read-btn span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 149%;
	margin-top: -1px;
	width: 76px;
	height: 5px;
	background: url(../img/read-btn-arrow.png) no-repeat center center;
}

#photo-report-wr {
	padding: 56px 0 70px;
	background: url(../img/bg-slider-section-1.jpg) repeat-y top center;
}

#photo-report-wr .bx-prev, #photo-report-wr .bx-next {
    position: absolute;
    top: 50%;
    margin-top: -90px;
    outline: 0;
    width: 56px;
    height: 180px;
    text-indent: -9999px;
    z-index: 9999;
}
#photo-report-wr .bx-next {
	right: -76px;
    background: url(../img/logos-slider-section/logos-slider-controls.png) no-repeat center bottom;
}
#photo-report-wr .bx-prev {
    left: -76px;
    background: url(../img/logos-slider-section/logos-slider-controls.png) no-repeat center top;
}
#photo-report-wr h2 {
	color: black;
	font-size: 25px;
	line-height: 31px;
	padding: 0;
	padding-right: 10px;
	margin-bottom: 53px;
}

.photo-report-slider {
	width: 1091px;
	height: 588px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.photo-report-slider li {
	position: relative;
	width: 1091px;
	height: 588px;
}

.photo-report-slider li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1091px;
	height: 100%;
}

.photo-report-slider li .decription {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1011px;
	min-height: 24px;
	text-align: center;
	padding: 43px 40px 37px 40px;
	color: white;
	font-size: 18px;
	line-height: 21px;
	background: rgba(0, 0, 0, .84);
}

.photo-report-slider .bx-wrapper .bx-pager {
	text-align: center;
	width: 34px;
	height: 353px;
	padding: 42px 0 45px;
	background: rgba(255, 255, 255, .68);
	position: absolute;
	right: 70px;
	top: 115px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.photo-report-slider .bx-wrapper .bx-pager .bx-pager-item,
.photo-report-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
	*zoom: 1;
	*display: inline;
}

.photo-report-slider .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	outline: 0;
	border-radius: 0;
	background: transparent;
	position: relative;
}

.photo-report-slider .bx-wrapper .bx-pager.bx-default-pager a:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #000;
	margin: 5px;
}

.photo-report-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.photo-report-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 1px solid #000101;
}

#partners-wr {
	padding: 41px 0 0;
	font-size: 0;
}

#partners-wr h2 {
	color: black;
	font-size: 25px;
	margin-bottom: 60px;
	padding: 0;
	padding-right: 10px;
}

#partners-wr .item {
	width: 431px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-bottom: 20px;
	float: none;
	padding: 0;
	margin-right: 400px !important;
	margin-left: 0px !important;
}

#partners-wr .item-1 {
	margin-left: 65px;
}

#partners-wr .item-2 {
	margin-left: 134px;
}

#partners-wr .item .image {
	width: 431px;
	height: 238px;
	overflow: hidden;
	margin-bottom: 20px;
}

#partners-wr .item-1 .image {
	margin-bottom: 25px;
}

#partners-wr .item-2 .image {
	margin-bottom: 15px;
}

#partners-wr .item .image img {
	max-width: 431px;
	display: block;
	height: auto;
}

#partners-wr .item p {
	color: black;
	font-size: 17px;
	line-height: 32px;
	width: 465px;
}

#partners-wr .bx-controls-direction a{
	top: 32% !important;
}
#certificates-wr {
	padding: 32px 0 70px;
	background: url(../img/bg-slider-section-1.jpg) repeat-y top center;
}

#certificates-wr .idenium {
	padding-bottom: 7px;
}

#certificates-wr h2 {
	color: black;
	font-size: 27px;
	line-height: 31px;
	padding: 0;
	margin-bottom: 49px;
}

#certificates-wr .idenium h2 {
	margin-bottom: 43px;
}

.certificates-slider li {
	text-align: center;
	width: 320px;
	height: 335px;
	display: inline-block;
	line-height: 335px;
}

.certificates-slider li img {
	text-align: center;
	border: 3px solid rgba(203, 203, 203, 0.43);
	box-shadow: 2.5px 4.3px 5px rgba(1, 2, 2, 0.33);
	display: inline-block;
	vertical-align: middle;
}

#certificates-wr .bx-wrapper .bx-prev {
	left: -47px;
	background: url(../img/bxslider/certificates-slider-controls.png) no-repeat left top;
}

#certificates-wr .bx-wrapper .bx-next {
	right: -53px;
	background: url(../img/bxslider/certificates-slider-controls.png) no-repeat left bottom;
}

#certificates-wr .bx-wrapper .bx-controls-direction a {
	margin-top: -76px;
	width: 47px;
	height: 155px;
}

#questions-wr {
	padding: 50px 0 33px;
	background: url(../img/bg-questions.jpg) no-repeat center center;
	background-size: cover;
}

#questions-wr h2 {
	padding-left: 50px;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 41px;
}

#questions-wr h2 span {
	display: block;
	font-size: 27px;
	line-height: 63px;
}

#questions-wr .questions-form {
	width: 878px;
	font-size: 0;
	margin: 0 auto;
	padding-left: 109px;
	margin-bottom: 30px;
}

#questions-wr .questions-form input {
	color: #fff;
	font-size: 14px;
	line-height: 47px;
	padding: 0 15px;
	border-radius: 0;
	margin-bottom: 18px;
	width: 343px;
	height: 47px;
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.54);
}

#questions-wr .questions-form input[type="email"] {
	margin-bottom: 39px;
}

#questions-wr .input-item {
	float: left;
	width: 375px;
}

#questions-wr .textarea-item {
	float: right;
	width: 486px;
}

#questions-wr .blue-btn {
	width: 375px;
}

#questions-wr textarea {
	width: 454px;
	height: 251px;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	padding: 10px 15px;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.54);
	resize: none;
}

#footer-wr .title {
	font-size: 20px;
	line-height: 25px;
	float: left;
	margin-left: 277px;
	max-width: 560px;
}

#footer-wr .contacts {
	padding-top: 19px;
	margin-right: 41px;
}

#footer-wr .contacts .mail {
	padding-left: 25px;
}

#footer-wr .description {
	padding-top: 10px;
}

#footer-wr .blb-logo {
	padding-top: 34px;
	margin-right: 209px;
}

#footer-wr .bio-time-logo {
	padding-top: 28px;
}

#footer-wr .bio-time-logo span {
	margin-left: 25px;
}

#footer-wr .idenium {
	padding-top: 10px;
}

#footer-wr .idenium .title {
	font-size: 18px;
	line-height: 20px;
	margin-left: 238px;
	max-width: 648px;
}

#footer-wr .idenium .contacts {
	padding-top: 6px;
	margin-right: 17px;
}

#footer-wr .idenium .contacts .btn {
	margin-bottom: 6px;
}

#footer-wr .idenium .contacts .mail {
	padding-left: 9px;
}

#footer-wr .idenium .blb-logo {
	padding-top: 24px;
	margin-right: 139px;
}

#footer-wr .idenium .description {
	padding-top: 20px;
}

#footer-wr .idenium .description p {
	line-height: 26px;
	padding-right: 10px;
}

#footer-wr .idenium-logo {
	padding-top: 17px;
}

#footer-wr .idenium-logo span {
	line-height: 80px;
}

#footer-wr {
	background: url(../img/bg-header.jpg) repeat left top;
	background-size: cover;
}

#laboratory-wr {
	padding: 43px 0;
}

#laboratory-wr h2 {
	color: black;
	font-size: 26px;
	line-height: 36px;
	padding: 0;
	margin-bottom: 63px;
}

.lab-logo {
	float: left;
	width: 246px;
	margin-left: 71px;
	margin-right: 30px;
	padding-top: 66px;
}

.lab-list {
	width: 698px;
	float: right;
}

.lab-list li {
	min-height: 50px;
	padding-left: 63px;
	background: url(../img/laboratory-list-icons.png) no-repeat left 7px;
	margin-bottom: 20px;
}

.lab-list .list-item-2 {
	padding-top: 10px;
	min-height: 40px;
	background: url(../img/laboratory-list-icons.png) no-repeat left -127px;
}

.lab-list .list-item-3 {
	background: url(../img/laboratory-list-icons.png) no-repeat left -236px;
}

.lab-list .list-item-4 {
	background: url(../img/laboratory-list-icons.png) no-repeat left -347px;
	margin-bottom: 19px;
}

.lab-list .blue-btn {
	display: block;
	width: 285px;
	margin: 0 auto;
}

#laboratory-rsa-wr {
	padding: 40px 0 33px;
	background: #f0f6f8;
}

#laboratory-rsa-wr h2 {
	max-width: 670px;
	color: black;
	font-size: 24px;
	line-height: 37px;
	margin: 0 auto;
	margin-bottom: 54px;
}

#laboratory-rsa-wr .lab-rsa-list {
	margin-left: 171px;
	max-width: 880px;
	margin-bottom: 96px;
}

#laboratory-rsa-wr .lab-rsa-list ul li {
	color: black;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 20px;
	min-height: 48px;
	padding-top: 17px;
	position: relative;
}

#laboratory-rsa-wr .lab-rsa-list ul li span {
	width: 61px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	display: block;
	position: absolute;
	left: -60px;
	top: 0;
	color: white;
	font-size: 19px;
	font-weight: 700;
	background: #006ab2;
}

#laboratory-rsa-wr .lab-rsa-list ul .list-item-4 {
	padding-top: 6px;
}

.rsa-items .item {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin-left: 10px;
	padding: 0;
	float: none;
}

.rsa-items .item:first-child {
	margin-left: 0;
}

.rsa-items .item .title {
	color: black;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #006ab2;
	margin-bottom: 1px;
	min-height: 75px;
	vertical-align: middle;
}

.rsa-items .item-2 {
	margin-left: 28px;
	margin-right: 0;
}

.rsa-items .item-3 {
	margin-left: 22px;
}

.rsa-items .item-2 .title {
	padding-top: 22px;
	min-height: 53px;
}

.rsa-items .item-3 .title {
	padding-top: 22px;
	min-height: 53px;
}

.rsa-items .item .text {
	border-top: 1px solid #006ab2;
	padding-top: 17px;
	color: black;
	line-height: 37px;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
}

.rsa-items .item .text span {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 71px;
	color: #006ab2;
	font-size: 27px;
	font-weight: 700;
	width: 104px;
	height: 71px;
	border: 3px solid #006ab2;
	text-align: center;
}

#protect-form-wr {
	padding: 41px 0 0;
	background: url(../img/bg-webinar.jpg) no-repeat center center;
	background-size: cover;
}

#protect-form-wr h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	padding-right: 15px;
	margin-bottom: 37px;
}

#protect-form-wr .protect-form {
	padding: 0;
	width: 951px;
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-right: 10px;
}

#protect-form-wr input {
	color: #fffefe;
	vertical-align: top;
	font-size: 14px;
	line-height: 50px;
	width: 276px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .61);
	padding: 0 15px;
	border-radius: 0;
	background: transparent;
	margin-bottom: 30px;
}

#protect-form-wr input[type="tel"] {
	margin-left: 12px;
	margin-right: 11px;
}

#protect-form-wr .blue-btn {
	width: 287px;
}


/* ---PopupStyles--- */

#call-back-popup {
	position: relative;
	width: auto;
	max-width: 484px;
	margin: 20px auto;
	padding: 3px;
	background: transparent;
	border: 1px solid white;
}

.popup-wrap {
	background: url(../img/bg-call-back-popup.jpg) no-repeat center center;
	background-size: cover;
	padding: 35px 60px 45px;
}

#call-back-popup .popup-title p {
	color: black;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	margin-bottom: 45px;
}

#call-back-popup form {
	width: 308px;
	margin: 0 auto;
	padding: 0;
}

#call-back-popup input {
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
	color: black;
	font-size: 14px;
	line-height: 50px;
	width: 286px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.55);
	border: 1px solid black;
	border-radius: 0;
}

#call-back-popup input[type="tel"] {
	margin-bottom: 18px;
	padding: 0 10px;
}

#call-back-popup .blue-btn {
	width: 308px;
	display: block;
	margin: 0 auto;
}


/* цвет placeholder */

#call-back-popup::-webkit-input-placeholder {
	color: #000;
}

#call-back-popup:-moz-placeholder {
	opacity: 1;
	color: #000;
}

#call-back-popup::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#call-back-popup:-ms-input-placeholder {
	color: #000;
}

#thk {
	position: relative;
	width: auto;
	max-width: 481px;
	background: transparent;
	border: 1px solid #679fbb;
	padding: 3px;
	margin: 0 auto;
}

#thk .thk-wrap {
	background: url(../img/bg-thx.jpg) no-repeat center center;
	background-size: cover;
	padding: 25px;
	color: #000;
	text-align: center;
}

#thk .thk-wrap .title {
	text-shadow: 9px 0 10px rgba(0, 0, 0, 0.12);
	font-size: 39px;
	line-height: 52px;
	margin-bottom: 45px;
}

#thk .thk-wrap .title span {
	display: block;
	font-size: 45px;
	line-height: 51px;
}

#thk .thk-wrap .description {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 5px;
}

.main-popup {
	margin: 0 auto;
	width: 1026px;
	padding: 0;
	max-height: 670px;
	overflow: hidden;
	background: url(../img/bg-equipment-popup.jpg) no-repeat center center;
	background-size: cover;
}

#equipment-popup h2 {
	color: black;
	font-size: 34px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 80px;
	padding-top: 25px;
}

#equipment-popup .item {
	margin-bottom: 40px;
}

#equipment-popup .image {
	float: left;
	width: 204px;
	margin-right: 40px;
	margin-left: 10px;
}

#equipment-popup img {
	display: block;
	width: 204px;
	height: auto;
}

#equipment-popup .description {
	float: right;
	width: 677px;
	padding-top: 30px;
}

#equipment-popup .title {
	color: black;
	font-size: 28px;
	font-weight: 700;
	line-height: 33px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#equipment-popup .title-description {
	color: black;
	font-size: 21px;
	line-height: 36px;
	margin-bottom: 35px;
}

#equipment-popup .text {
	color: black;
	font-size: 17px;
	line-height: 33px;
	margin-bottom: 20px
}



.popups-wrap {
	overflow: auto;
	height: 670px;
	width: 966px;
	padding: 0 0 0 25px;
}

.main-popup .mfp-close {
	right: -64px;
	width: 34px;
	height: 34px;
	top: 2px;
	background-size: contain;
	position: absolute;
}


#programm-popup h2 {
	color: black;
	font-size: 34px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 80px;
	padding-top: 25px;
}

#programm-popup .item {
	margin-bottom: 40px;
}

#programm-popup .description {
	float: none;
	width: 677px;
	padding-top: 30px;
}

#programm-popup .title {
	color: black;
	font-size: 28px;
	font-weight: 700;
	line-height: 33px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#programm-popup .title-description {
	color: black;
	font-size: 21px;
	line-height: 36px;
	margin-bottom: 35px;
}

#programm-popup .text {
	color: black;
	font-size: 17px;
	line-height: 33px;
	margin-bottom: 20px
}
.popups-wrap {
	overflow: auto;
	height: 670px;
	width: 966px;
	padding: 0 0 0 25px;
}

.main-popup .mfp-close {
	right: -64px;
	width: 34px;
	height: 34px;
	top: 2px;
	background-size: contain;
	position: absolute;
}

#programs-popup {
	text-align: center;
}

#programs-popup h2 {
	color: black;
	font-size: 34px;
	font-weight: 700;
	line-height: 39px;
	margin-bottom: 5px;
	padding-top: 25px;
}

#programs-popup .description .title {
	color: black;
	font-size: 21px;
	font-weight: 700;
	line-height: 61px;
	text-align: center;
	margin-bottom: 25px;
}

#programs-popup .description .item {
	float: none;
	display: inline-block;
	color: black;
	font-size: 22px;
	line-height: 31px;
	margin-left: 20px;
}

#programs-popup .description .item-2 {
	margin-left: 60px;
	margin-right: 40px;
}

#programs-popup .description .text {
	padding-top: 10px;
	text-align: left;
	color: black;
	line-height: 27px;
	font-size: 17px;
	font-weight: 400;
}

#programs-popup .description span {
	font-size: 21px;
	font-weight: 700;
}

#using-popup {
	max-height: 570px;
}

#using-popup .popups-wrap {
	height: 570px;
}

#using-popup h2 {
	color: black;
	font-size: 34px;
	font-weight: 700;
	line-height: 33px;
	padding-top: 35px;
	margin-bottom: 60px;
}

#using-popup p {
	color: black;
	font-size: 17px;
	line-height: 33px;
	margin-bottom: 27px;
	padding: 0 30px;
}

.news {
	max-height: 570px;
}

.news .popups-wrap {
	height: 570px;
}

.news h2 {
	color: black;
	font-size: 27px;
	font-weight: 700;
	line-height: 33px;
	padding-top: 35px;
	margin-bottom: 60px;
}

.news p {
	color: black;
	font-size: 17px;
	line-height: 33px;
	margin-bottom: 27px;
	padding: 0 30px;
}

.loco{
    display: inline-block;
    margin-left: 27px;
    margin-top: 5px;
}



#interview-popup {
	width: 1070px;
}

#interview-popup .popups-wrap {
	width: 1050px;
	padding-left: 15px;
}

#interview-popup .blb-logo {
	float: left;
	margin-right: 60px;
	padding-top: 43px;
	margin-left: 37px;
}

#interview-popup .idenium .blb-logo {
	margin-left: 26px;
}

#interview-popup .blb-logo img {
	width: 254px;
	height: 37px;
}

#interview-popup h2 {
	color: black;
	font-size: 34px;
	font-weight: 700;
	line-height: 33px;
	float: left;
	padding-top: 76px;
}

#interview-popup .idenium h2 {
	padding-top: 79px;
	margin-bottom: 6px;
}

#interview-popup .bio-time-logo {
	float: right;
	padding-top: 17px;
	margin-right: 62px;
}

#interview-popup .bio-time-logo img {
	width: 196px;
	height: 89px;
}

#interview-popup .idenium-logo {
	float: right;
	padding-top: 17px;
	margin-right: 14px;
}

#interview-popup .idenium-logo img {
	width: 261px;
	height: 86px;
}

#interview-popup .title {
	color: black;
	font-size: 22px;
	font-weight: 700;
	line-height: 33px;
	text-align: center;
	padding-bottom: 13px;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-left: 65px;
	margin-bottom: 51px;
}

#interview-popup .idenium .title {
	margin-left: 142px;
	padding-bottom: 17px;
	margin-bottom: 49px;
}

#interview-popup .form-item {
	padding-left: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #818181;
	margin-bottom: 8px;
}

#interview-popup .form-item p {
	font-size: 18px;
}

#interview-popup .form-item span {
	font-weight: 700;
}

#interview-popup .form-item .list-num {
	float: left;
	min-width: 2px;
	padding-right: 5px;
}

#interview-popup .form-item .text {
	float: left;
	max-width: 770px;
	display: inline-block;
}

#interview-popup form {
	width: 1000px;
}

#interview-popup .form-item input[type="text"] {
	display: block;
	float: right;
	width: 140px;
	height: 36px;
	background-color: #0068ae;
	padding: 0 10px 0 15px;
	border-radius: 0;
	margin-right: 20px;
	color: white;
	font-size: 18px;
	font-style: italic;
	line-height: 36px;
}

#interview-popup .input-wrap {
	width: 170px;
	float: right;
}

#interview-popup .form-item-2 {
	padding-bottom: 9px;
	margin-bottom: 25px;
}

#interview-popup .form-item-2 .input-wrap {
	padding-top: 13px;
}

#interview-popup .form-item-3 {
	padding-bottom: 25px;
	margin-bottom: 24px;
}

#interview-popup .form-item-4 .input-wrap {
	float: left;
	margin-left: 38px;
}

#interview-popup .form-item-5 {
	padding-bottom: 6px;
	margin-bottom: 10px;
}

#interview-popup .form-item-6 {
	margin-bottom: 31px;
	border-bottom: none;
}

#interview-popup .bordered-btn {
	color: white;
	font-size: 25px;
	line-height: 61px;
	width: 542px;
	height: 69px;
	border: 1px solid #0068ae;
	padding: 2px;
	background: transparent;
	margin-left: 255px;
}

#interview-popup .bordered-btn span {
	width: 535px;
	height: 63px;
	background-color: #0068ae;
}

#interview-popup .bordered-btn:hover span {
	background-color: #038be6;
}

#interview-popup .bordered-btn:active span {
	background-color: #005995;
}

#interview-popup .idenium .form-item-1 {
	padding-bottom: 11px;
	margin-bottom: 6px;
}

#interview-popup .idenium .form-item-2 {
	padding-bottom: 11px;
}

#interview-popup .idenium .form-item-1 .input-wrap {
	padding-top: 16px;
}

#interview-popup .idenium .form-item-2 .input-wrap {
	padding-top: 33px;
}

#interview-popup .idenium .form-item-3 {
	margin-bottom: 26px;
}

#interview-popup .idenium .form-item-3 .input-wrap input {
	margin-right: 0;
}

#interview-popup .idenium .form-item-3 .text {
	max-width: 800px;
}

#interview-popup .idenium .form-item-4 {
	padding-bottom: 10px;
	margin-bottom: 16px;
}

#interview-popup .idenium .form-item-4 .input-wrap {
	float: right;
	width: 327px;
}

#interview-popup .idenium .form-item-4 .input-wrap span {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	display: inline-block;
}

#interview-popup .idenium .form-item-4 .input-wrap input {
	float: left;
	margin-right: 12px;
	margin-bottom: 7px;
}

#interview-popup .idenium .form-item-5 {
	padding-bottom: 19px;
	margin-bottom: 26px;
}

#interview-popup .idenium .form-item-5 .text {
	width: 684px;
}

#interview-popup .idenium .form-item-5 .input-wrap {
	float: left;
	padding-top: 20px;
}

#interview-popup .idenium .form-item-6 {
	padding-bottom: 36px;
	margin-bottom: 27px;
	border-bottom: 1px solid #818181;
}

#interview-popup .idenium .form-item-6 .text {
	max-width: 940px;
}

#interview-popup .idenium .form-item-7 {
	padding-bottom: 19px;
	margin-bottom: 28px;
}

#interview-popup .idenium .form-item-7 .text {
	max-width: 900px;
	margin-bottom: 16px;
}

#interview-popup .idenium .form-item-7 .input-wrap {
	width: 804px;
	float: left;
	margin-left: 31px;
}

#interview-popup .idenium .form-item-7 .input-wrap input {
	width: 779px;
}

#interview-popup .idenium .form-item-8 {
	padding-bottom: 34px;
	margin-bottom: 25px;
}

#interview-popup .idenium .form-item-8 .text {
	max-width: 900px;
}

#interview-popup .idenium .form-item-8 label {
	margin-left: 25px;
}

#interview-popup .idenium .form-item-8 label:last-child {
	margin-left: 40px;
}

#interview-popup .idenium .form-item-9 {
	padding-bottom: 37px;
	margin-bottom: 33px;
}

#interview-popup .idenium .form-item-10 {
	padding-bottom: 34px;
	margin-bottom: 25px;
}

#interview-popup .idenium .form-item-10 .text {
	max-width: 950px;
}

#interview-popup .idenium .form-item-10 label {
	margin-left: 15px;
}

#interview-popup .idenium .form-item-10 label:last-child {
	margin-left: 40px;
}

#interview-popup .idenium .form-item-11 {
	padding-bottom: 25px;
	margin-bottom: 20px;
}

#interview-popup .idenium .form-item-11 .text {
	max-width: 662px;
}

#interview-popup .idenium .form-item-11 .radio-wrap {
	padding-top: 17px;
	float: left;
}

#interview-popup .idenium .form-item-11 label:last-child {
	margin-left: 40px;
}

#interview-popup .idenium .form-item-12 {
	padding-bottom: 27px;
	margin-bottom: 20px;
}

#interview-popup .idenium .form-item-12 .text {
	max-width: 850px;
}

#interview-popup .idenium .form-item-12 .yes {
	margin-left: 14px;
}

#interview-popup .idenium .form-item-12 .no {
	margin-left: 47px;
}

#interview-popup .idenium .form-item-13 {
	padding-bottom: 23px;
	margin-bottom: 22px;
}

#interview-popup .idenium .form-item-13 .text {
	max-width: 952px;
}

#interview-popup .idenium .form-item-14 .text {
	max-width: 820px;
}

#interview-popup .idenium .form-item-13 .text input {
	width: 648px;
	margin-right: 0;
	margin-left: 12px;
}

#interview-popup .idenium .form-item-14 .text .yes {
	margin-left: 17px;
}

#interview-popup .idenium .form-item-14 .text .no {
	margin-left: 37px;
}

#interview-popup .idenium .form-item-14 {
	padding-bottom: 40px;
	margin-bottom: 20px;
}

#interview-popup .idenium .form-item-15 input {
	width: 289px;
	margin-right: 0;
}

#interview-popup .idenium .form-item-15 {
	padding-bottom: 10px;
	margin-bottom: 21px;
}

#interview-popup .idenium .form-item-15 .text {
	max-width: 721px;
	padding-top: 24px;
}

#interview-popup .idenium .form-item-15 .list-num {
	padding-top: 24px;
}

#interview-popup .idenium .form-item-16 {
	padding-bottom: 27px;
	margin-bottom: 26px;
}

#interview-popup .idenium .form-item-16 .text {
	max-width: 720px;
}

#interview-popup .idenium .form-item-16 .radio-wrap {
	padding-top: 19px;
}

#interview-popup .idenium .form-item-16 .radio-wrap .no {
	margin-left: 38px;
}

#interview-popup .idenium .form-item-17 {
	padding-bottom: 8px;
	margin-bottom: 22px;
}

#interview-popup .idenium .form-item-17 .text {
	max-width: 912px;
	margin-bottom: 8px;
}

#interview-popup .idenium .form-item-17 .input-item {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	margin-left: 56px;
	float: none;
	width: 403px;
	margin-bottom: 11px;
}

#interview-popup .idenium .form-item-17 .input-item span {
	font-weight: 400;
	line-height: 25px;
	display: block;
}

#interview-popup .idenium .form-item-17 .input-item input {
	width: 378px;
	margin-right: 0;
	margin-bottom: 0;
}

#interview-popup .idenium .form-item-17 .input-item:nth-child(2n) {
	margin-left: 76px;
}

#interview-popup .idenium .form-item-18 {
	margin-bottom: 30px;
}

#interview-popup .idenium .form-item-18 .text {
	margin-bottom: 8px;
}

#interview-popup .idenium .form-item-19 {
	padding-bottom: 40px;
	margin-bottom: 33px;
}

#interview-popup .idenium .form-item-19 .text {
	max-width: 750px;
}

#interview-popup .idenium .form-item-19 .yes {
	margin-left: 18px;
}

#interview-popup .idenium .form-item-19 .no {
	margin-left: 24px;
}

#interview-popup .idenium .form-item-20 {
	margin-bottom: 24px;
}

#interview-popup .idenium .form-item-20 .text {
	max-width: 863px;
	margin-bottom: 23px;
}

#interview-popup .idenium .form-item-20 .input-wrap {
	width: 698px;
	float: none;
	margin-left: 142px;
}

#interview-popup .idenium .form-item-20 .input-wrap input {
	width: 673px;
	margin-right: 0;
}

#interview-popup .idenium .form-item-21 {
	padding-bottom: 31px;
	margin-bottom: 20px;
}

#interview-popup .idenium .form-item-21 .radio-wrap {
	padding-top: 17px;
	margin-right: 33px;
	float: right;
}

#interview-popup .idenium .form-item-21 .radio-wrap .no {
	margin-left: 43px;
}

#interview-popup .idenium .form-item-22 .text {
	margin-bottom: 16px;
}

#interview-popup .idenium .form-item-22 {
	margin-bottom: 28px;
}

#interview-popup .idenium .form-item-23 {
	padding-bottom: 33px;
	margin-bottom: 35px;
}

#interview-popup .idenium .form-item-23 .text {
	max-width: 930px;
}

#interview-popup .idenium .form-item-23 input {
	width: 378px;
	margin-left: 29px;
	margin-right: 0;
}

#interview-popup .idenium .form-item-24 {
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom: none;
}

#interview-popup .idenium .bordered-btn {
	margin-left: 271px;
}



.custom-pager {
	position: absolute;
	top: 112px;
	right: 69px;
	width: 35px;
	height: 357px;
	line-height: 357px;
	background: rgba(255,255,255,.5);
	text-align: center;
}
.custom-pager-in {
	display: inline-block;
	vertical-align: middle;
	line-height: 1px;
}

.custom-pager-item {
	cursor: pointer;
	position: relative;
	width: 20px;
	margin: 0 auto;
	height: 20px;
	border: 1px solid rgba(0,0,0,0);
	margin: 10px 0;
}
.custom-pager-item:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: #000;
}
.custom-pager-item.active {
	border-color:rgba(0,0,0,1);
}

.photo-report-superslide img {
	display: none;
}
.photo-report-superslide img.active {
	display: block;
}