@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500&subset=latin,cyrillic);

/* Standard Tags */
body {
	font-family: 'Roboto', sans-serif;
	color: #07141a;
	-webkit-font-smoothing: subpixel-antialiased
}

a {
	text-decoration: none;
}
/* \Standard Tags */

/* I Elements */
.l-main {
	min-width: 1100px;
}

.i-thin {
	font-weight: 100 !important;
}

.i-clear {
	clear: both;
}

.i-block {
	margin: 0 auto;
	position: relative;
	width: 970px;
}

.i-show_form {

}

.i-links a {
	color: #000;
	border-bottom: 1px dashed #000;
}
/* \I Elements */

/* Unique Elements */
.b-logo {
	background: transparent url(images/logo.png) left top no-repeat;
	width: 170px;
	height: 42px;
}

.b-logo-i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.b-contacts {
	text-align: right;
}

.b-contacts-phone {
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 5px;
	opacity: 1.0;
	color: #333333;
	letter-spacing: -0.4px;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.b-contacts-phone-i {
	color: inherit;
}

.b-contacts-phone:hover {
	opacity: 0.5;
}

.b-contacts-ordercall {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.b-contacts-ordercall-i {
	color: inherit;
	border-bottom: none;
	outline: none !important;
	border-bottom: 1px dotted #0e76bc;
	color: #0e76bc;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-contacts-ordercall:hover .b-contacts-ordercall-i {
	border-bottom: 1px dotted rgba(255,255,255,0.0);
	color: #5EBC0E;
}

.b-header h1 {
	font-weight: 100;
	font-size: 44px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 30px;
	color: #333333;
	white-space: nowrap;
}

.b-header h1 span {
	color: #0e76bc;
}

.b-header h2 {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	color: #333333;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

.b-header h2 span {
	font-weight: 400;
}

.b-form-input {
	display: inline-block;
	vertical-align: middle;
	width: 271px;
	height: 49px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.b-form-input input {
	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	font-size: 13px;
	line-height: 100%;
	outline: none;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-form-input input::-webkit-input-placeholder {
   line-height: normal;
}

.b-form-input input:-moz-placeholder { /* Firefox 18- */
   /*line-height: 100%;*/
}

.b-form-input input::-moz-placeholder {  /* Firefox 19+ */
   /*line-height: 100%;*/
}

.b-form-input input:-ms-input-placeholder {  
   line-height: normal;
}

.b-button {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	text-align: center;
}

.b-button-i {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	font-size: 0px;
	margin: 0 auto;
}

.b-button_active {
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	filter: grayscale(70%);
}

.b-button_1 {
	width: 198px;
	height: 56px;
	background: transparent url(images/buttons/1.png) center center no-repeat;
}

.b-button_1 .b-button-i {
	width: 192px;
	height: 50px;
	margin-top: 1px;
}

.b-button_2 {
	width: 308px;
	height: 66px;
	background: transparent url(images/buttons/2.png) center center no-repeat;
}

.b-button_2 .b-button-i {
	width: 302px;
	height: 60px;
	margin-top: 1px;
}

.b-button_3 {
	width: 248px;
	height: 66px;
	background: transparent url(images/buttons/3.png) center center no-repeat;
}

.b-button_3 .b-button-i {
	width: 242px;
	height: 60px;
	margin-top: 1px;
}

.b-button_4 {
	width: 338px;
	height: 66px;
	background: transparent url(images/buttons/4.png) center center no-repeat;
}

.b-button_4 .b-button-i {
	width: 332px;
	height: 60px;
	margin-top: 1px;
}
/* \Unique Elements */

/* Block Styles */

/* Header */
.b-block_header {
	background: #fff url(images/header.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_header .b-block-i {
	height: 726px;
	background: transparent url(images/header_woman.png) no-repeat 7px bottom;
}

.b-block_header .b-logo {
	position: absolute;
	left: 0px;
	top: 21px;
}

.b-block_header .b-contacts {
	position: absolute;
	right: 0px;
	top: 19px;
}

.b-block_header-name {
	position: absolute;
	left: 186px;
	top: 25px;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	font-weight: 300;
	white-space: nowrap;
}

.b-block_header .b-header {
	position: absolute;
	left: 456px;
	top: 170px;
	text-align: left;
	white-space: nowrap;
	z-index: 2;
}

.i-rouble_1 {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 41px;
	background: transparent url(images/rouble_1.png) no-repeat center top;
	font-size: 0;
}

.b-block_header-benefits {
	margin-bottom: 35px;
}

.b-block_header-benefits__item {
	padding-left: 38px;
	font-size: 18px;
	line-height: 120%;
	color: #333333;
	font-weight: 300;
	background: transparent url(images/header_list.png) no-repeat left center;
	margin-bottom: 17px;
}
/* \Header */

/* Services */
.b-block_services {
	background: #fff;
}

.b-block_services .b-block-i {
	height: 870px;
}

.b-block_services .b-header {
	position: absolute;
	left: 0px;
	top: 95px;
	width: 100%;
	text-align: center;
}

.b-block_services__item {
	position: absolute;
}

.b-block_services__item_1 {
	left: 65px;
	top: 213px;
	width: 340px;
	height: 230px;
	background: transparent url(images/services/1.jpg) no-repeat center center;
}

.b-block_services__item_2 {
	left: 410px;
	top: 213px;
	width: 493px;
	height: 230px;
	background: transparent url(images/services/2.jpg) no-repeat center center;
}

.b-block_services__item_3 {
	left: 65px;
	top: 448px;
	width: 220px;
	height: 321px;
	background: transparent url(images/services/3.jpg) no-repeat center center;
}

.b-block_services__item_4 {
	left: 290px;
	top: 448px;
	width: 334px;
	height: 158px;
	background: transparent url(images/services/4.jpg) no-repeat center center;
}

.b-block_services__item_5 {
	left: 290px;
	top: 611px;
	width: 334px;
	height: 158px;
	background: transparent url(images/services/5.jpg) no-repeat center center;
}

.b-block_services__item_6 {
	left: 629px;
	top: 448px;
	width: 275px;
	height: 321px;
	background: transparent url(images/services/6.jpg) no-repeat center center;
}

.b-block_services__item-i {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	background: rgba(255,255,255,0.77);
	opacity: 0.0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_services__item:hover .b-block_services__item-i {
	opacity: 1.0;
	visibility: visible;
}

.b-block_services__item_active .b-block_services__item-i {
	opacity: 1.0;
	visibility: visible;
}

.b-block_services-items_hovered .b-block_services__item_active .b-block_services__item-i {
	opacity: 0.0;
	visibility: hidden;
}

.b-block_services-items_hovered .b-block_services__item_active:hover .b-block_services__item-i {
	opacity: 1.0;
	visibility: visible;
}

.b-block_services__item-link {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none !important;
}

.b-block_services__item-l {
	width: 0px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.b-block_services__item-r {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.b-block_services__item-name {
	font-size: 18px;
	line-height: 22px;
	color: #221e1f;
	font-weight: 300;
	margin-bottom: 15px;
}

.b-block_services__item-name span {
	font-weight: 400;
}

.b-block_services__item-button {
	display: inline-block;
	vertical-align: top;
	width: 198px;
	height: 56px;
	background: transparent url(images/buttons/1.png) no-repeat center center;
	position: relative;
	z-index: 2;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_services__item-button:hover {
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	filter: grayscale(70%);
}
/* \Services */

/* Why */
.b-block_why {
	background: #0e76bc url(images/why.jpg) repeat left top;
}

.b-block_why .b-block-i {
	height: 650px;
	background: transparent url(images/why_light.png) no-repeat 185px bottom;
}

.b-block_why .b-header {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100%;
	text-align: center;
}

.b-block_why .b-header h1 {
	color: #fff;
}

.b-block_why-round {
	position: absolute;
	left: 185px;
	bottom: 0px;
	width: 600px;
	height: 355px;
	background: transparent url(images/why_round.png) no-repeat center bottom;
}

.b-block_why-icons__item {
	position: absolute;
	width: 173px;
	height: 174px;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_why-icons__item_1 {
	left: 104px;
	top: 483px;
	background: transparent url(images/why/1.png) no-repeat center center;
}

.b-block_why-icons__item_1.b-block_why-icons__item_active {
	background: transparent url(images/why/1_a.png) no-repeat center center;
}

.b-block_why-icons__item_2 {
	left: 186px;
	top: 303px;
	background: transparent url(images/why/2.png) no-repeat center center;
}

.b-block_why-icons__item_2.b-block_why-icons__item_active {
	background: transparent url(images/why/2_a.png) no-repeat center center;
}

.b-block_why-icons__item_3 {
	left: 398px;
	top: 211px;
	background: transparent url(images/why/3.png) no-repeat center center;
}

.b-block_why-icons__item_3.b-block_why-icons__item_active {
	background: transparent url(images/why/3_a.png) no-repeat center center;
}

.b-block_why-icons__item_4 {
	left: 615px;
	top: 303px;
	background: transparent url(images/why/4.png) no-repeat center center;
}

.b-block_why-icons__item_4.b-block_why-icons__item_active {
	background: transparent url(images/why/4_a.png) no-repeat center center;
}

.b-block_why-icons__item_5 {
	left: 689px;
	top: 483px;
	background: transparent url(images/why/5.png) no-repeat center center;
}

.b-block_why-icons__item_5.b-block_why-icons__item_active {
	background: transparent url(images/why/5_a.png) no-repeat center center;
}

.b-block_why-labels__item {
	position: absolute;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 12px;
	background: transparent url(images/why_line.png) no-repeat center bottom;
	white-space: nowrap;
	opacity: 1.0;
	visibility: visible;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_why-labels__item_active {
	opacity: 0.0;
	visibility: hidden;
}

.b-block_why-labels__item_1 {
	left: 0px;
	top: 550px;
}

.b-block_why-labels__item_2 {
	left: 90px;
	top: 370px;
}

.b-block_why-labels__item_3 {
	left: 410px;
	top: 175px;
}

.b-block_why-labels__item_4 {
	left: 780px;
	top: 370px;
}

.b-block_why-labels__item_5 {
	left: 850px;
	top: 550px;
}

.b-block_why-texts__item {
	position: absolute;
	left: 257px;
	top: 410px;
	width: 454px;
	height: 210px;
	text-align: center;
	visibility: hidden;
	opacity: 0.0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_why-texts__item_active {
	opacity: 1.0;
	visibility: visible;
}

.b-block_why-texts__item-header {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 12px;
	background: transparent url(images/why_line.png) no-repeat center bottom;
	margin-bottom: 12px;
}

.b-block_why-texts__item-text {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
}
/* \Why */

/* Info */
.b-block_info {
	background: #fff;
	overflow-x: hidden;
}

.b-block_info .b-block-i {
	height: 745px;
}

.b-block_info .b-header {
	position: absolute;
	left: 420px;
	top: 135px;
}

.b-block_info .b-header h1 {
	line-height: 36px;
}

.b-block_info .b-header h1 span {
	font-size: 26px;
	color: #0e76bc;
}

.b-block_info .b-header h2 {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.b-block_info .b-header h2 span {
	font-weight: 400;
}

.b-block_info-woman {
	position: absolute;
	left: -41px;
	bottom: 0px;
	width: 416px;
	height: 682px;
	background: transparent url(images/info_woman.png) no-repeat center center;
}

.b-block_info-details {
	position: absolute;
	left: 390px;
	top: 213px;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-weight: 300;
	opacity: 0.0;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_info-details_active {
	opacity: 1.0;
	visibility: visible;
}

.b-block_info-details-i {
	padding: 30px;
}

.b-block_info-details-end {
	text-align: center;
	padding-top: 25px;
}

.b-block_info-details-end-close {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
	color: #0e76bc;
	border-bottom: 1px dotted #0e76bc;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_info-details-end-close:hover {
	border-bottom: 1px dotted #fff;
}

.b-block_info-data {
	position: absolute;
	left: 369px;
	bottom: 61px;
	width: 365px;
	background: transparent url(images/info_line.png) no-repeat left bottom;
	padding-bottom: 10px;
	white-space: nowrap;
	cursor: default;
}

.b-block_info-data-i {
	padding-left: 50px;
}

.b-block_info-data-top {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
}

.b-block_info-data-bottom {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	font-weight: 300;
	letter-spacing: 0.38px;
}

.b-block_info-show {
	color: #0e76bc;
	border-bottom: 1px dotted #0e76bc;
	font-weight: 300 !important;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_info-show:hover {
	border-bottom: 1px dotted #fff;
}

.b-block_info-window {
	position: absolute;
	right: -70px;
	bottom: 17px;
	width: 292px;
	height: 154px;
	background: transparent url(images/info_window.png) no-repeat center center;
	opacity: 0.0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_info-window_active {
	opacity: 1.0;
	visibility: visible;
}

.b-block_info-window-i {
	padding-left: 31px;
	padding-top: 16px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: 300;
	text-align: left;
}
/* \Info */

/* Biz */
.b-block_biz {
	background: #fff url(images/biz.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.b-block_biz .b-block-i {
	height: 670px;
}

.b-block_biz .b-header {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	text-align: center;
}

.b-block_biz-items {
	position: absolute;
	left: 0px;
	top: 202px;
	width: 100%;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

.b-block_biz__item {
	display: inline-block;
	vertical-align: top;
	width: 138px;
	padding-top: 100px;
	font-size: 16px;
	line-height: 20px;
	color: #221e1f;
	font-weight: 300;
	margin-bottom: 80px;
}

.b-block_biz__item_1 {
	background: transparent url(images/biz/1.png) no-repeat center top;
}

.b-block_biz__item_2 {
	background: transparent url(images/biz/2.png) no-repeat center top;
}

.b-block_biz__item_3 {
	background: transparent url(images/biz/3.png) no-repeat center top;
}

.b-block_biz__item_4 {
	background: transparent url(images/biz/4.png) no-repeat center top;
}

.b-block_biz__item_5 {
	background: transparent url(images/biz/5.png) no-repeat center top;
}

.b-block_biz__item_6 {
	background: transparent url(images/biz/6.png) no-repeat center top;
}

.b-block_biz__item_7 {
	background: transparent url(images/biz/7.png) no-repeat center top;
}

.b-block_biz__item_8 {
	background: transparent url(images/biz/8.png) no-repeat center top;
}

.b-block_biz__item_9 {
	background: transparent url(images/biz/9.png) no-repeat center top;
}

.b-block_biz__item_10 {
	background: transparent url(images/biz/10.png) no-repeat center top;
}

.b-block_biz__item_11 {
	background: transparent url(images/biz/11.png) no-repeat center top;
}

.b-block_biz__item_12 {
	background: transparent url(images/biz/12.png) no-repeat center top;
}

.b-block_biz__item_13 {
	background: transparent url(images/biz/13.png) no-repeat center top;
}

.b-block_biz__item_14 {
	background: transparent url(images/biz/14.png) no-repeat center top;
}
/* \Biz */

/* Reviews */
.b-block_reviews {
	background: #1077bd url(images/reviews.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.b-block_reviews .b-block-i {
	height: 777px;
}

.b-block_reviews .b-header {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100%;
	text-align: center;
}

.b-block_reviews .b-header h1 {
	color: #fff;
	font-size: 43px;
}

.b-block_reviews-items {
	position: absolute;
	left: 0px;
	top: 238px;
	width: 100%;
	text-align: center;
	font-size: 0px;
}

.b-block_reviews__item {
	display: inline-block;
	visibility: top;
	width: 259px;
	height: 470px;
	background: transparent url(images/reviews_item.png) no-repeat center top;
	margin-left: 30px;
	margin-right: 30px;
}

.b-block_reviews__item-i {
	width: 100%;
	height: 100%;
	position: relative;
}

.b-block_reviews__item-image {
	position: absolute;
	left: 11px;
	top: 11px;
	width: 238px;
	height: 319px;
}

.b-block_reviews__item_1 .b-block_reviews__item-image {
	background: transparent url(images/reviews/1.jpg) no-repeat center center;
}

.b-block_reviews__item_2 .b-block_reviews__item-image {
	background: transparent url(images/reviews/2.jpg) no-repeat center center;
}

.b-block_reviews__item_3 .b-block_reviews__item-image {
	background: transparent url(images/reviews/3.jpg) no-repeat center center;
}

.b-block_reviews__item-link {
	display: block;
	position: absolute;
	left: 11px;
	top: 11px;
	width: 238px;
	height: 319px;
	background: rgba(255, 255, 255, 0.9) url(images/reviews/zoom.png) no-repeat center center;
	opacity: 0.0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-block_reviews__item:hover .b-block_reviews__item-link {
	opacity: 1.0;
	visibility: visible;
}

.b-block_reviews__item-text {
	position: absolute;
	left: 0px;
	top: 364px;
	width: 100%;
	text-align: center;
}

.b-block_reviews__item-text-header {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.b-block_reviews__item-text-content {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 100;
}
/* \Reviews */

/* End */
.b-block_end {
	background: #fff url(images/end.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-block_end .b-block-i {
	height: 745px;
}

.b-block_end .b-header {
	position: absolute;
	left: 456px;
	top: 105px;
	text-align: left;
	white-space: nowrap;
}

/* Footer */
.b-footer {
	background: #fff;
}

.b-footer-i {
	height: 105px;
	text-align: center;
}

.b-footer .b-contacts {
	position: absolute;
	right: 0px;
	top: 28px;
}

.b-footer .b-logo {
	position: absolute;
	left: 0px;
	top: 30px;
}

.b-footer .b-block_header-name {
	position: absolute;
	top: 35px;
	text-align: left;
}

.b-footer-made {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	text-align: center;
	color: #A6A6A6;
	font-size: 10px;
	font-weight: 300;
}

.b-footer-made a {
	font-weight: 400;
	color: #A6A6A6;
}

.b-footer-made a span {
	font-size: 11px;
	font-weight: 700;
	color: #A6A6A6;
}

.b-footer-made a:hover {
	border-bottom: 1px dotted #A6A6A6;
}

.b-footer-addr {
	position: absolute;
	left: 425px;
	top: 35px;
	text-align: left;
	font-weight: 300;
	padding-left: 28px;
	background: transparent url(images/map.png) no-repeat left top;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

.b-footer-addr-link {
	color: #0e76bc;
	border-bottom: 1px dotted #0e76bc;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-footer-addr-link:hover {
	border-bottom: 1px dotted #fff;
}
/* \Footer */
/* \End */

/* Up Forms */
#lean_overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

.b-ordercall-form, .i-order_call-h, .i-order_call-h2, .i-order_call-hweddings {
	display: none;
}

.b-ordercall-form {
	background: #f9fcfe;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	padding-bottom: 45px;
	padding-top: 0;
	text-align: center;
	width: 380px;
	border: 1px solid #565656;
}

.b-ordercall-form-exit {
	text-align: right;
	margin-top: -35px;
	margin-bottom: 10px;
	font-weight: 100;
}

.i-ordercall_exit {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-size: 16px;
}

.b-ordercall-form-header {
	color: #333333;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
	font-size: 26px;
	line-height: 36px;
	font-weight: 100;
}

.b-ordercall-form-message_support {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 35px;
	color: #333333;
}

.b-ordercall-form-message_support span {
	font-weight: 400;
}

.b-form-block-body-line {
	border: none;
}

.b-form-license {
	font-size: 13px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	background: transparent url(images/lock.png) no-repeat left center;
	line-height: 16px;
	color: #333333;
	margin-top: -10px;
	text-align: left;
}

.b-ordercall-form .b-form-input {
	width: 332px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#done-form .b-ordercall-form-message_support, #error-form .b-ordercall-form-message_support {
	margin-bottom: 0;
}

#show-map {
	width: 775px;
	padding: 0px;
	padding-bottom: 20px;
}

.b-cool_form-label {
	width: 332px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 13px;
	color: #333333;
	font-weight: 300;
	padding-bottom: 5px;
	text-align: left;
}
/* \Up Forms */

/* \Block Styles */

.i-preload {
	width: 0px;
	height: 0px;
}

.i-fuckedup {
	opacity: 0.0;
	visibility: hidden;
}

/* Pretty Image */
.pp_top, .pp_bottom {
	display: none;
}

.pp_left {
	background: transparent !important;
	padding: 0 !important;
}

.pp_right {
	background: transparent !important;
	padding: 0 !important;
}

.pp_social {
	display: none;
}

.pp_close {
	background: transparent !important;
	font-size: 14px !important;
	border-bottom: 1px dotted #fff;
	color: #fff;
    width: auto !important;
    height: auto !important;
    text-indent: 0px !important;
}

.pp_content {
	background: transparent !important;
}
/* \Pretty Image */

#show-map {
	background: transparent;
	height: auto;
	padding: 0;
}

#show-map .b-ordercall-form-map {
	background: #fff url(images/ajax-loader.gif) no-repeat center center;
}

#show-map .b-ordercall-form-header {
	display: none;
}

.b-ordercall-form_book {
	width: 820px;
	padding: 0;
	background: #fff;
}

.b-ordercall-form_book-box-left {
	width: 410px;
	float: left;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-ordercall-form_book-box-right {
	width: 410px;
	float: right;
	padding-bottom: 45px;
	background: #f9fcfe;
	margin-top: 10px;
	padding-right: 20px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-ordercall-form_book-box-right .b-ordercall-form-header {
	margin-top: 30px;
	text-align: left;
	padding-left: 28px;
}

.b-ordercall-form_book-box-right .b-ordercall-form-message_support {
	text-align: left;
	padding-left: 28px;
}

.b-form-block-body-line_submit {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.b-ordercall-form_book-box-left-header {
	margin-bottom: 27px;
	font-size: 44px;
	line-height: 32px;
	color: #333333;
	font-weight: 100;
	text-align: left;
	margin-top: 46px;
}

.b-ordercall-form_book-box-left-header span {
	color: #0e76bc;
	font-size: 26px;
}

.b-ordercall-form_book-box-left-desc {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 25px;
	font-weight: 300;
	text-align: left;
}

.b-ordercall-form_book-box-left-price {
	text-align: left;
	font-size: 16px;
	line-height: 120%;
	color: #333333;
	font-weight: 400;
}

.i-rouble_2 {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 16px;
	background: transparent url(images/rouble_2.png) no-repeat center top;
	font-size: 0;
}