@import url('../../fonts/gotham/stylesheet.css');

/* Standard Tags */
body {
	font: 400 16px/120% 'Gotham Pro', sans-serif;
	color: #292929;
    min-width: 1070px;
    position: relative;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	background: -moz-linear-gradient(180deg, #e2f0fa 0%, #ffffff 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #e2f0fa)); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, #e2f0fa 0%, #ffffff 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, #e2f0fa 0%, #ffffff 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, #e2f0fa 0%, #ffffff 100%); /* ie10+ */
	background: linear-gradient(270deg, #e2f0fa 0%, #ffffff 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2f0fa',GradientType=1 ); /* ie6-9 */
}

a {
	text-decoration: none;
}
/* \Standard Tags */

/* I Elements */
.l-main {
	min-width: 1070px;
	overflow: hidden;
}

.i-clear {
	clear: both;
}

.i-block {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

.i-loader {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(226,241,250,.8) url(images/rolling.svg) no-repeat center;
    display: none;
    z-index: 999999;
}

.i-lazy {
	-webkit-transition: background-image 0.5s ease;
	-o-transition: background-image 0.5s ease;
	transition: background-image 0.5s ease;
}

.i-noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ripplelink{
  text-align:center;
  color:#fff;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index:0;
}
 
.ripplelink:hover{
    z-index:1000;
}
 
.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
 
.animate {
    -webkit-animation:ripple 0.65s linear;
   -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;
}
 
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
/* \I Elements */

/* Unique Elements */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border-color: #fff;
	-webkit-text-fill-color: #000;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.b-form-input {
	display: inline-block;
	vertical-align: middle;
	width: 287px;
	height: 48px;
	background: #fff;
	margin-bottom: 13px;
	border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(132,196,75,0.0);
	box-shadow: 0px 0px 0px 0px rgba(132,196,75,0.0);
	-webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.b-form-input_person {
    background: #fff url(images/forms/fields/person.png) no-repeat 20px center;
}

.b-form-input_phone {
	background: #fff url(images/forms/fields/phone.png) no-repeat 20px center;
}

.b-form-input_email {
    background: #fff url(images/forms/fields/email.png) no-repeat 20px center;
}

.b-form-input_focus {
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(132,196,75,0.9);
	box-shadow: 0px 0px 0px 2px rgba(132,196,75,0.9);
}

.b-form-input_hover {
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(132,196,75,0.6);
	box-shadow: 0px 0px 0px 2px rgba(132,196,75,0.6);
}

.b-form-input_error {
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(237,112,99,0.9);
	box-shadow: 0px 0px 0px 2px rgba(237,112,99,0.9);
}

.b-form-input input, .b-form-input textarea {
	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 100%;
	outline: none;
	font-weight: 300;
	color: #000;
	border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.b-form-input_phone input {
	padding-left: 50px;
}

.b-form-input_email input {
    padding-left: 50px;
}

.b-form-input_person input {
    padding-left: 50px;
}

.b-form-input input::-webkit-input-placeholder {
   line-height: normal;
   color: #1c1c1c;
}

.b-form-input input:-moz-placeholder { /* Firefox 18- */
   /*line-height: 100%;*/
   color: #1c1c1c;
}

.b-form-input input::-moz-placeholder {  /* Firefox 19+ */
   /*line-height: 100%;*/
   color: #1c1c1c;
}

.b-form-input input:-ms-input-placeholder {  
   line-height: normal;
   color: #1c1c1c;
}

.b-form-input textarea::-webkit-input-placeholder {
   line-height: normal;
   color: #1c1c1c;
}

.b-form-input textarea:-moz-placeholder { /* Firefox 18- */
   /*line-height: 100%;*/
   color: #1c1c1c;
}

.b-form-input textarea::-moz-placeholder {  /* Firefox 19+ */
   /*line-height: 100%;*/
   color: #1c1c1c;
}

.b-form-input textarea:-ms-input-placeholder {  
   line-height: normal;
   color: #1c1c1c;
}

.b-button {
    display: inline-block;
    vertical-align: middle;
}

.b-button-i {
    display: block;
    text-decoration: none;
    outline: 0!important;
    position: relative;
    border: none;
    height: 57px;
    background: #8dce54;
	background: -moz-linear-gradient(270deg, #a1e465 0%, #a1e465 2%, #8dce54 20%, #84c44b 52%, #85c54b 96%, #659b34 99%, #659b34 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1e465), color-stop(2%, #a1e465), color-stop(20%, #8dce54), color-stop(52%, #84c44b), color-stop(96%, #85c54b), color-stop(99%, #659b34), color-stop(100%, #659b34)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #a1e465 0%, #a1e465 2%, #8dce54 20%, #84c44b 52%, #85c54b 96%, #659b34 99%, #659b34 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #a1e465 0%, #a1e465 2%, #8dce54 20%, #84c44b 52%, #85c54b 96%, #659b34 99%, #659b34 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #a1e465 0%, #a1e465 2%, #8dce54 20%, #84c44b 52%, #85c54b 96%, #659b34 99%, #659b34 100%); /* ie10+ */
	background: linear-gradient(180deg, #a1e465 0%, #a1e465 2%, #8dce54 20%, #84c44b 52%, #85c54b 96%, #659b34 99%, #659b34 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1e465', endColorstr='#659b34',GradientType=0 ); /* ie6-9 */
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    border-radius: 57px;
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    font-size: 16px;
    line-height: 57px;
    color: #fff;
    font-weight: 500;
    padding: 0 50px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.38);
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-font-smoothing: antialiased
}

.b-button:hover .b-button-i,
.b-button_active .b-button-i {
    -webkit-transform: translate3d(0, 3px, 0);
    -ms-transform: translate3d(0, 3px, 0);
    -o-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 0px 0px #4f7c27, 0px -3px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 0px 0px #4f7c27, 0px -3px 0px 7px rgba(255,255,255,0.1);
}

.b-button_active .b-button-i {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 0px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 0px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    -webkit-animation: buttonPulse .4s infinite linear;
    -o-animation: buttonPulse .4s infinite linear;
    -moz-animation: buttonPulse .4s infinite linear;
    animation: buttonPulse .4s infinite linear
}
@-webkit-keyframes buttonPulse {
    0% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
    65% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    }
    100% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
}
@-o-keyframes buttonPulse {
    0% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
    65% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    }
    100% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
}
@-moz-keyframes buttonPulse {
    0% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
    65% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    }
    100% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
}
@keyframes buttonPulse {
    0% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
    65% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 15px rgba(255,255,255,0.1);
    }
    100% {
    -webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.5), 0px 3px 0px #4f7c27, 0px 0px 0px 7px rgba(255,255,255,0.1);
    }
}

.b-header {
    white-space: nowrap;
    z-index: 2
}
.b-header h1 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #1c69bf;
    font-family: MetaPro
}
.b-header h1 strong {
    color: #72aa62
}
.b-header-divider {
    width: 48px;
    height: 4px;
    background: #07dcda;
    margin: 30px 0 35px
}
.b-header h2 {
    margin: 0 0 35px;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #292929
}
.b-header h2 strong,
.b-header h3,
.b-phone {
    font-weight: 400
}
.b-header h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    line-height: 120%;
    color: #72aa62;
    letter-spacing: .025em
}

.b-logo {
    width: 81px;
    height: 71px;
    background: url(images/empty.png) center center no-repeat
}

.b-name {
    font-size: 0;
}

.b-name-l {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.b-name-c {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 120%;
    color: #878787;
    letter-spacing: 0.11em;
}

.b-name-c strong {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5px;
	font-size: 23px;
	color: #3c3c3b;
	letter-spacing: 0;
}

.b-descriptor {
    font-size: 0;
}

.b-descriptor-l {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.b-descriptor-c {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 120%;
    color: #000;
}

.b-addr {
    font-size: 0;
    height: 33px
}
.b-addr-l {
    height: 100%
}
.b-addr-c {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px
}
.b-contacts {
    text-align: right;
    font-size: 0
}
.b-phone {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    outline: 0!important;
    font-size: 19px;
    line-height: 23px;
    height: 23px;
    background: transparent url(images/phone.png) no-repeat left center;
    color: #000;
    margin-bottom: 5px;
    padding-left: 35px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.b-phone:hover {
    color: #158ab2
}

.b-contacts-sub {
    font-size: 10px
}

.b-ordercall {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    outline: 0!important;
    line-height: 120%;
    border-bottom: 1px solid #158ab2;
    background: rgba(255, 255, 255, 0);
    color: #158ab2;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
.b-ordercall:hover {
    border-color: #fff;
}

.b-block_topbar {
    background: #fff;
}

.b-block_topbar .b-block-i {
    width: 76%;
    min-width: 1020px;
    max-width: 1460px;
    margin: 0 auto;
    height: 115px;
    font-size: 0;
}

.b-block_topbar .b-logo {
	position: absolute;
	left: 10px;
	top: 15px;
}

.b-block_topbar .b-name {
	position: absolute;
	left: 105px;
	top: 40px;
	text-align: left;
}

.b-block_topbar .b-descriptor {
	position: absolute;
	left: 0px;
	top: 40px;
	text-align: center;
	width: 100%;
}

.b-block_topbar .b-contacts {
	position: absolute;
	right: 20px;
	top: 40px;
	text-align: right;
}

.b-block_header {
    background: center center no-repeat #4a4d4d url(images/empty.png);
    -webkit-background-size: cover!important;
    background-size: cover!important;
    position: relative
}

.b-block_header .b-block-i {
    height: 545px
}

.b-block_header .b-block-content {
    position: absolute;
    left: 0px;
    top: 60px;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.b-block_header .b-header h1 {
	font-family: 'Gotham Pro';
    font-size: 67px;
    line-height: 71px;
    font-weight: 700;
    color: #a9f266;
    margin-bottom: 10px;
    text-align: center;
}

.b-block_header .b-header h2 {
	font-family: 'Gotham Pro';
    font-size: 22px;
    line-height: 120%;
    font-weight: 300;
    color: #fff;
    margin-bottom: 45px;
    text-align: center;
}

.b-block_header .b-header h2 strong {
    font-weight: 400;
}

.b-block_header-benefits {
	text-align: center;
	font-size: 0;
	margin-bottom: 55px;
}

.b-block_header-benefits__item {
	display: inline-block;
	vertical-align: top;
}

.b-block_header-benefits__item-l {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	border: 2px solid #809eb3;
	margin-right: 16px;
	background: transparent url(images/empty.png) no-repeat center center;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
}

.b-block_header-benefits__item-c {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	font-family: 'Gotham Pro';
	font-weight: 400;
	width: 200px;
	text-align: left;
}

.b-block_header-benefits__item_3 .b-block_header-benefits__item-c {
	width: 190px;
}

.b-header-end-sub {
	font-size: 15px;
	line-height: 120%;
	color: #fff;
	font-weight: 400;
	padding-top: 15px;
}

/* Cover */
.b-block_cover {
	background: transparent;
}

.b-block_cover .b-block-i {
	height: 590px;
	border-bottom: 1px solid rgba(157,157,157,0.2);
}

.b-block_cover-image {
	position: absolute;
	left: 50%;
	top: -130px;
	margin-left: -511px;
	width: 1023px;
	height: 470px;
	background: transparent url(images/empty.png) no-repeat center bottom;
}

.b-block_cover-block {
	position: absolute;
	left: 50%;
	top: 168px;
	margin-left: -370px;
	width: 740px;
	height: 376px;
	background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 0;
}

.b-block_cover-block-header {
	padding-top: 30px;
	font-size: 36px;
	line-height: 120%;
	font-weight: 700;
	color: #283843;
	margin-bottom: 30px;
	text-align: center;
}

.b-block_cover-block__place {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    margin-bottom: 10px;
}

.b-block_cover-block__place_check {
    font-size: 15px;
    line-height: 120%;
    color: #1c1c1c;
    font-weight: 300;
    padding-top: 10px;
    cursor: pointer;
    opacity: 1.0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.b-block_cover-block__place_check label {
    cursor: pointer;
}

.b-block_cover-block__place_check:hover {
    opacity: 0.7;
}

.b-block_cover-block__place-label {
    width: 340px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 300;
    color: #1c1c1c;
}

.b-block_cover-block__place-select {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    width: 338px;
    height: 57px;
    border: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: 300;
    padding-right: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.38);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.38);
    -webkit-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
}

.b-block_cover-block__place-select:hover {
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.28);
}

.b-block_cover-block__place-select option {
    font-size: 16px;
    font-weight: 300;
}

.b-block_cover-block__place .b-form-input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 338px;
    height: 57px;
    margin: 0;
}

.b-block_cover-block__place .b-form-input input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b-block_cover-block__place .b-button {
    margin: 0;
}

.b-block_cover-block__place .b-button-i {
    padding: 0;
    width: 340px;
}

.b-block_cover-block__place_check-outer {
    text-align: left; 
    padding-left: 15px;
}
/* \Cover */

/* Services */
.b-block_services {
    background: transparent;
}

.b-block_services .b-block-i {
    height: 800px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
}

.b-block_services .b-header {
    position: absolute;
    left: 20px;
    top: 80px;
    text-align: left;
}

.b-block_services .b-header h1 {
    font-size: 36px;
    line-height: 120%;
    font-weight: 700;
    color: #1c1c1c;
    font-family: 'Gotham Pro';
}

.b-block_services-menu {
    position: absolute;
    left: 20px;
    top: 200px;
    text-align: left;
}

.b-block_services-menu__category {
    margin-bottom: 30px;
    padding-left: 17px;
}

.b-block_services-menu__category-header {
    font-size: 23px;
    line-height: 120%;
    color: #0c0c0c;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 25px;
    background: transparent url(images/list.png) no-repeat left center;
}

.b-block_services-menu__category-items {
    padding-left: 25px;
}

.b-block_services-menu__category__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 350px;
    cursor: pointer;
    font-size: 16px;
    line-height: 120%;
    color: #1c1c1c;
    font-weight: 300;
    margin-bottom: 4px;
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.b-block_services-menu__category__item span {
    border-bottom: 1px dotted rgba(255,255,255,0.0);
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.b-block_services-menu__category__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: transparent url(images/list_black.png) no-repeat left center;
}

.b-block_services-menu__category__item:hover {
    color: #158ab2;
    border-color: #158ab2;
}

.b-block_services-menu__category__item:hover span {
    border-color: #158ab2;
}

.b-block_services-menu__category__item_active {
    cursor: default;
    color: #1c1c1c !important;
    border-color: #1c1c1c !important;
    font-weight: 700;
}

.b-block_services-menu__category__item_active span {
    border-color: #1c1c1c;
}

.b-block_services__item {
    position: absolute;
    right: 0px;
    top: 85px;
    width: 500px;
    background: #fff;
    opacity: 0.0;
    visibility: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.b-block_services__item_active {
    opacity: 1.0;
    visibility: visible;
}

.b-block_services__item-i {
    padding: 25px 20px;
    text-align: center;
}

.b-block_services__item-photos {
    width: 458px;
    height: 275px;
    background: transparent url(images/rolling.svg) no-repeat center center;
    margin-bottom: 35px;
}

.b-block_services__item-photos-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline: none !important;
    background: transparent url(images/zoom_empty.png) no-repeat 23% 20%;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(198,214,220,0.5);
    box-shadow: inset 0px 0px 0px 0px rgba(198,214,220,0.5);
    -webkit-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out, background-image 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out, background-image 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out, background-image 0.3s ease-in-out;
}

.b-block_services__item-photos-link:hover {
    background-image: url(images/zoom.png);
    -webkit-box-shadow: inset -500px 0px 0px 0px rgba(198,214,220,0.5);
    box-shadow: inset -500px 0px 0px 0px rgba(198,214,220,0.5);
}

.b-block_services__item-header {
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: 300;
    padding-left: 30px;
    background: transparent url(images/list.png) no-repeat left center;
    margin-bottom: 15px;
    text-align: left;
}

.b-block_services__item-text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: 300;
    margin-bottom: 25px;
}

.b-block_services__item .b-form-input {
    width: 100%;
}

.b-block_services__item .b-button {
    width: 100%;
}

.b-block_services__item .b-button-i {
    padding: 0;
    width: 100%;
}
/* \Services */

/* Warranties */
.b-block_warranties {
    background: transparent;
}

.b-block_warranties .b-block-i {
    height: 620px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
}

.b-block_warranties-menu {
    position: absolute;
    left: 0px;
    top: 85px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.b-block_warranties-menu__item {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    height: 65px;
    border-bottom: 1px solid rgba(151,176,194,0.2);
    cursor: pointer;
    opacity: 1.0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.b-block_warranties-menu__item:hover {
    opacity: 0.5;
}

.b-block_warranties-menu__item_active {
    opacity: 1.0 !important;
    cursor: default;
}

.b-block_warranties-menu__item_1 {
    width: 220px;
}

.b-block_warranties-menu__item-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_warranties-menu__item-icon {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 23px;
    background: #97b0c2 url(images/empty.png) no-repeat center center;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.b-block_warranties-menu__item-name {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
    line-height: 120%;
}

.b-block_warranties-menu__item-name strong {
    font-size: 28px;
    font-weight: 700;
}

.b-block_warranties-menu__item-round {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -7px;
    width: 9px;
    height: 9px;
    background: #97b0c2;
    border: 3px solid #97b0c2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.b-block_warranties-menu__item_active .b-block_warranties-menu__item-round {
    background: #fff;
    border-color: #84c54b;
}

.b-block_warranties__item {
    position: absolute;
    left: 20px;
    top: 200px;
    width: 940px;
    height: 345px;
    opacity: 0.0;
    visibility: hidden;
    font-size: 0;
    text-align: left;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.b-block_warranties__item_active {
    opacity: 1.0;
    visibility: visible;
}

.b-block_warranties__item-l {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.b-block_warranties__item-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 52px;
    line-height: 120%;
    font-weight: 300;
    color: #30394b;
}

.b-block_warranties__item-image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 500px;
    height: 340px;
    background: transparent url(images/rolling.svg) no-repeat center center;
}

.b-block_warranties-controls__item {
    position: absolute;
    top: 340px;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.b-block_warranties-controls__item:hover {
    border-color: #84c44b;
}

.b-block_warranties-controls__item_left {
    left: -60px;
    background: #84c44b url(images/left.png) no-repeat center center;
}

.b-block_warranties-controls__item_right {
    right: -60px;
    background: #84c44b url(images/right.png) no-repeat center center;
}
/* \Warranties */

/* Cases */
.b-block_cases {
    background: transparent;
}

.b-block_cases .b-block-i {
    height: 1120px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
}

.b-block_cases .b-header {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    text-align: center;
}

.b-block_cases .b-header h1 {
    font-size: 36px;
    line-height: 120%;
    color: #283843;
    font-weight: 700;
    font-family: 'Gotham Pro';
}

.b-block_cases-menu {
    position: absolute;
    left: 20px;
    top: 235px;
    width: 315px;
    height: 701px;
    overflow: hidden;
}

.b-block_cases-menu__item {
    text-align: left;
    font-size: 0;
    margin-bottom: 25px;
    cursor: pointer;
}

.b-block_cases-menu__item_active {
    cursor: default;
}

.b-block_cases-menu__item-icon {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: 96px;
    background: #ccc url(images/rolling.svg) no-repeat center center;
    margin-right: 22px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
}

.b-block_cases-menu__item:hover .b-block_cases-menu__item-icon {
    -webkit-box-shadow: inset 0px 0px 0px 15px rgba(211,232,225,0.5);
    box-shadow: inset 0px 0px 0px 15px rgba(211,232,225,0.5);
}

.b-block_cases-menu__item_active .b-block_cases-menu__item-icon {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(211,232,225,0.9) !important;
    box-shadow: inset 0px 0px 0px 5px rgba(211,232,225,0.9) !important;
}

.b-block_cases-menu__item-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    font-weight: 300;
    color: #1c1c1c;
}

.b-block_cases-menu__item_active .b-block_cases-menu__item-text {
    font-weight: 700;
}

.b-block_cases-items {
    height: 1030px;
}

.b-block_cases__item {
    position: absolute;
    left: 382px;
    top: 245px;
    width: 578px;
    height: 785px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.b-block_cases__item_active {
    opacity: 1.0;
    visibility: visible;
}

.b-block_cases__item-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_cases__item-video {
    width: 100%;
    height: 230px;
    background: #c6d6dc url(images/rolling.svg) no-repeat center center;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    font-size: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px rgba(198,214,220,0.0);
    box-shadow: inset 0px 0px 0px rgba(198,214,220,0.0);
    -webkit-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
}

/*.b-block_cases__item-video:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1000px rgba(198,214,220,0.5);
    box-shadow: inset 0px 0px 0px 1000px rgba(198,214,220,0.5);*/
}

.b-block_cases__item-video:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.b-block_cases__item-video:after {
    content: '';
    display: inline-block;
    /*vertical-align: middle;
    width: 42px;
    height: 42px;
    background: #fff url(images/play.png) no-repeat center center;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.5);
    -webkit-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, webkit-box-shadow 0.3s ease-in-out;
    -webkit-transition: 0.5s ease-in-out time;
    -o-transition: 0.5s ease-in-out time;
    transition: 0.5s ease-in-out time;
    -webkit-transition: all 0.3s ease-in-out;*/
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.b-block_cases__item-video:hover:after {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.b-block_cases__item .b-block_cases__item-video.i-lazy_cover {
    display: none;
}

.b-block_cases__item_active .b-block_cases__item-video {
    display: block !important;
    position: relative;
    z-index: 2;
}

.b-block_cases__item-content {
    padding: 30px 40px;
}

.b-block_cases__item-content-header {
    font-size: 25px;
    line-height: 28px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 20px;
}

.b-block_cases__item-content-text {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #1c1c1c;
}

.b-block_cases__item-content-name {
    font-size: 12px;
    line-height: 120%;
    opacity: 0.4;
    color: #1c1c1c;
    margin-bottom: 25px;
    text-align: right;
}

.b-block_cases-controls__item {
    position: absolute;
    top: 637px;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.b-block_cases-controls__item:hover {
    border-color: #84c44b;
}

.b-block_cases-controls__item_left {
    left: 360px;
    background: #84c44b url(images/left.png) no-repeat center center;
}

.b-block_cases-controls__item_right {
    right: 0px;
    background: #84c44b url(images/right.png) no-repeat center center;
}
/* \Cases */

/* Partners */
.b-block_partners {
    background: transparent;
}

.b-block_partners .b-block-i {
    height: 365px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
}

.b-block_partners .b-header {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    text-align: center;
}

.b-block_partners .b-header h1 {
    font-size: 36px;
    line-height: 120%;
    color: #283843;
    font-weight: 700;
    font-family: 'Gotham Pro';
}

.b-block_partners-items {
    position: absolute;
    left: 0px;
    top: 160px;
    width: 100%;
    height: 122px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.b-block_partners-items-i {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-block_partners__item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    visibility: hidden;
    background: transparent url(images/rolling.svg) no-repeat center center;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.b-block_partners__item_active {
    opacity: 1.0;
    visibility: visible;
}

.b-block_partners-controls__item {
    position: absolute;
    top: 200px;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.b-block_partners-controls__item:hover {
    border-color: #84c44b;
}

.b-block_partners-controls__item_left {
    left: -20px;
    background: #84c44b url(images/left.png) no-repeat center center;
}

.b-block_partners-controls__item_right {
    right: -20px;
    background: #84c44b url(images/right.png) no-repeat center center;
}
/* \Partners */

/* Price */
.b-block_price {
    background: transparent;
}

.b-block_price .b-block-i {
    height: 670px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
}

.b-block_price-image {
    position: absolute;
    left: 20px;
    top: 73px;
    width: 719px;
    height: 567px;
    background: transparent url(images/empty.png) no-repeat center center;
}

.b-block_price-form {
    position: absolute;
    left: 528px;
    top: 130px;
    width: 430px;
}

.b-block_price-form-header {
    font-size: 36px;
    line-height: 120%;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 10px;
}

.b-block_price-form-sub {
    font-size: 28px;
    line-height: 120%;
    font-weight: 300;
    margin-bottom: 10px;
}

.b-block_price-form-text {
    font-size: 15px;
    line-height: 120%;
    font-weight: 300;
    margin-bottom: 15px;
}

.b-block_price .b-form-input {
    width: 398px;
}

.b-block_price .b-button-i {
    width: 400px;
}
/* \Price */

/* Benefits */
.b-block_benefits {
    background: transparent;
}

.b-block_benefits .b-block-i {
    height: 480px;
    border-bottom: 1px solid rgba(157,157,157,0.0);
    text-align: center;
    font-size: 0;
}

.b-block_benefits__item {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-top: 75px;
    height: 330px;
    background: rgba(255,255,255,0.0);
    cursor: default;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.b-block_benefits__item:hover {
    background: #fff;
}

.b-block_benefits__item-icon {
    height: 145px;
    background: transparent url(images/rolling.svg) no-repeat center center;
}

.b-block_benefits__item-header {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 120%;
    color: #040404;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px dotted #040404;
}

.b-block_benefits__item:hover .b-block_benefits__item-header {
    border-color: #fff;
}

.b-block_benefits__item-text {
    font-size: 16px;
    line-height: 20px;
    color: #040404;
    font-weight: 300;
}

.b-block_benefits__item * {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.b-block_benefits__item:hover * {
    opacity: 1.0;
}
/* \Benefits */

/* Every */
.b-block_every {
    background: transparent;
}

.b-block_every .b-block-i {
    height: 320px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
    text-align: center;
    font-size: 0;
}

.b-block_every-image {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 530px;
    height: 400px;
    background: transparent url(images/every.png) no-repeat center bottom;
}

.b-block_every__item {
    display: inline-block;
    vertical-align: middle;
    margin-top: 125px;
}

.b-block_every__item_1 {
    text-align: left;
    font-size: 22px;
    line-height: 120%;
    font-weight: 300;
    color: #1c1c1c;
    margin-right: 45px;
}
/* \Every */

/* Sertificates */
.b-block_sertificates {
	background: transparent;
}

.b-block_sertificates .b-block-i {
	height: 650px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
}

.b-block_sertificates .b-header {
	padding-top: 75px;
	text-align: center;
}

.b-block_sertificates .b-header h1 {
	font-size: 36px;
	line-height: 120%;
	font-weight: 700;
	color: #1c1c1c;
    font-family: 'Gotham Pro';
}

.b-block_sertificates-items {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 100%;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

.b-block_sertificates__item {
	display: inline-block;
	vertical-align: top;
	width: 222px;
	height: 314px;
	margin: 0 0px;
	cursor: pointer;
	opacity: 0.0;
	visibility: hidden;
    width: 0;
    overflow: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.b-block_sertificates__item_active, .b-block_sertificates__item_activeb, .b-block_sertificates__item_activec, .b-block_sertificates__item_actived {
	opacity: 1.0;
	visibility: visible;
    width: 222px;
    margin: 0 10px;
}

.b-block_sertificates__item-block {
	width: 222px;
	height: 314px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	-webkit-transform: scale(0.95) translate(0);
	-ms-transform: scale(0.95) translate(0);
	-o-transform: scale(0.95) translate(0);
	transform: scale(0.95) translate(0);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.b-block_sertificates__item:hover .b-block_sertificates__item-block {
	-webkit-transform: scale(1.0) translate(0px, -10px);
	-ms-transform: scale(1.0) translate(0px, -10px);
	-o-transform: scale(1.0) translate(0px, -10px);
	transform: scale(1.0) translate(0px, -10px);
}

.b-block_sertificates__item-block-i {
	position: relative;
	width: 100%;
	height: 100%;
}

.b-block_sertificates__item-block-image {
	width: 100%;
	height: 100%;
	background: #ececec url(images/rolling.svg) no-repeat center center;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.b-block_sertificates__item .b-block_sertificates__item-block-image.i-lazy_cover {
	display: none;
}

.b-block_sertificates__item.b-block_sertificates__item_active .b-block_sertificates__item-block-image.i-lazy_cover, .b-block_sertificates__item.b-block_sertificates__item_activeb .b-block_sertificates__item-block-image.i-lazy_cover, .b-block_sertificates__item.b-block_sertificates__item_activec .b-block_sertificates__item-block-image.i-lazy_cover, .b-block_sertificates__item.b-block_sertificates__item_actived .b-block_sertificates__item-block-image.i-lazy_cover {
	display: block;
}

.b-block_sertificates__item-block-light-zoom {
	width: 100%;
	height: 100%;
	background: transparent url(https://alptekh.ru/1/styles/images/sertificates/zoom_empty.png) no-repeat center center;
	-webkit-transition: background-image 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
}

.b-block_sertificates__item:hover .b-block_sertificates__item-block-light-zoom {
	background-image: transparent url(images/sertificates/zoom.png) no-repeat center center;
}

.b-block_sertificates__item-name {
	display: none;
}

.b-block_sertificates-controls__item {
    position: absolute;
    top: 365px;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.b-block_sertificates-controls__item:hover {
    border-color: #84c44b;
}

.b-block_sertificates-controls__item_left {
    left: -35px;
    background: #84c44b url(images/left.png) no-repeat center center;
}

.b-block_sertificates-controls__item_right {
    right: -35px;
    background: #84c44b url(images/right.png) no-repeat center center;
}
/* \Sertificates */

/* Asq */
.b-block_asq {
	background: transparent;
}

.b-block_asq .b-block-i {
	height: 435px;
    border-bottom: 1px solid rgba(157,157,157,0.2);
}


.b-block_asq-manager {
	position: absolute;
	left: 20px;
	top: 78px;
	padding-top: 206px;
	background: transparent url(images/empty.png) no-repeat left top;
	color: #30394b;
	text-align: left;
}

.b-block_asq-manager-header {
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: 10px;
}

.b-block_asq-manager-sub {
	font-size: 16px;
	line-height: 120%;
	font-weight: 300;
}

.b-block_asq .b-header {
	position: absolute;
	left: 260px;
	top: 95px;
}

.b-block_asq .b-header h1 {
	text-align: left;
	font-size: 33px;
	line-height: 120%;
	font-weight: 300;
	color: #323a43;
	font-family: 'Gotham Pro';
}

.b-block_asq-form {
	position: absolute;
	left: 260px;
	top: 200px;
	text-align: left;
}

.b-block_asq .b-form-input {
	width: 408px;
	margin-bottom: 18px;
}

.b-block_asq .b-button-i {
	padding: 0;
	width: 410px;
}

.b-block_asq-manager-form-note {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 120%;
	text-align: left;
	font-weight: 300;
	color: #30394b;
	padding-left: 40px;
}
/* \Asq */

/* End */
.b-block_end {
	background: transparent;
}

.b-block_end .b-block-i {
	height: 695px;
}

.b-block_end .b-logo {
	position: absolute;
	left: 10px;
	bottom: 32px;
}

.b-block_end .b-name {
	position: absolute;
	left: 105px;
	bottom: 35px;
}

.b-block_end .b-descriptor {
	position: absolute;
	left: 420px;
	bottom: 35px;
	text-align: left;
}

.b-block_end .b-descriptor a {
    text-decoration: none;
    outline: none !important;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.b-block_end .b-descriptor a:hover {
    border-bottom: 1px solid rgba(255,255,255,0.0);
}

.b-block_end .b-contacts {
	position: absolute;
	right: 20px;
	bottom: 28px;
}

.b-block_end-block {
	position: absolute;
	left: 20px;
	top: 90px;
	width: 940px;
	height: 450px;
	background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.b-block_end-block-i {
	position: relative;
	width: 100%;
	height: 100%;
}

.b-block_end-block-map {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 470px;
	height: 450px;
	background: #ccc url(images/rolling.svg) no-repeat center center;
}

.b-block_end-block-content {
	position: absolute;
	left: 470px;
	top: 0px;
	width: 470px;
	height: 450px;
	text-align: left;
}

.b-block_end-block-content-header {
	font-size: 36px;
	line-height: 120%;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 35px;
	padding-top: 30px;
	padding-left: 30px;
}

.b-block_end-block-content-data, .b-block_end-block-content-end {
	padding-left: 40px;
}

.b-block_end-block-content-data__item {
	padding-left: 32px;
	font-size: 15px;
	line-height: 120%;
	color: #1c1c1c;
	font-weight: 300;
	margin-bottom: 12px;
}

.b-block_end-block-content-data__item strong {
	font-weight: 700;
}

.b-block_end-block-content-end {
	padding-top: 15px;
}

.b-block_end-block-content-data__item_1 {
	background: transparent url(images/contacts/addr.png) no-repeat left 5px;
}

.b-block_end-block-content-data__item_2 {
	background: transparent url(images/contacts/phone.png) no-repeat left 5px;
}

.b-block_end-block-content-data__item_3 {
	background: transparent url(images/contacts/viber.png) no-repeat left 1px;
}

.b-block_end-block-content-data__item_4 {
	background: transparent url(images/contacts/time.png) no-repeat left 5px;
}

.b-footer-made {
    position: absolute;
    left: 420px;
    bottom: 10px;
    text-align: center;
    color: #1c1c1c;
    font-size: 9px;
    font-weight: 400;
}

.b-footer-made a {
    text-decoration: none;
    outline: none !important;
    font-weight: 500;
    color: #3d9ffd;
    border-bottom: 1px solid #3d9ffd;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.b-footer-made a:hover {
    color: #3d9ffd;
    border-bottom: 1px solid rgba(255,255,255,0.0);
}
/* \End */

.b-block_footer {
	background: #fff;
}

.b-block_footer .b-block-i {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: 400;
	color: #1c1c1c;
	text-align: center;
}

/* Up Forms */
#lean_overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #222420;
	display: none;
}

.b-ordercall-form, .i-order_call-h, .i-order_call-h2, .i-order_call-h3 {
	display: none;
}

.b-ordercall-form {
	position: absolute;
	left: -100%;
	top: -100%;
	background: #fff;
	padding-top: 0;
	width: 408px;
	padding: 50px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-ordercall-form_confidence {
    width: 90%;
}

.b-ordercall-form-h {
	text-align: center;
	height: 100%;
}

.b-ordercall-form-centering {
	position: relative;
	height: 100%;
	font-size: 0;
}

.b-ordercall-form-l {
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}

.b-ordercall-form-c {
	display: inline-block;
	vertical-align: middle;
}

#error-form, #done-form {
	background: #fff;
	padding: 40px 35px;
}

#error-form .b-ordercall-form-h, #done-form .b-ordercall-form-h {
	text-align: center;
}

.b-ordercall-form-exit {
    position: absolute;
    right: 14px;
    top: 17px;
    width: 27px;
    height: 27px;
    background: transparent url(images/form_close.png) no-repeat center center;
    padding: 0;
    margin: 0;
    opacity: 1.0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.i-ordercall_exit {
	display: block;
	width: 100%;
	height: 100%;
	outline: none !important;
	text-decoration: none;
	border: 0px;
	font-size: 0px;
}

.b-ordercall-form-exit:hover {
	opacity: 0.5;
}

.b-ordercall-form-header {
	margin: 0;
	padding: 0;
	color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 120%;
    font-family: 'Gotham Pro';
}

.b-ordercall-form-message {
    margin: 0;
    padding: 0;
	font-size: 16px;
	line-height: 120%;
    font-weight: 300;
    color: #292929;
    margin-bottom: 20px;
}

.b-ordercall-form-message strong {
	font-weight: 400;
}

.b-ordercall-form-message a {
	font-weight: 400;
	color: #1c69bf;
	border-bottom: 1px dashed rgba(28,105,121,0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.b-ordercall-form-message a:hover {
	color: #292929;
	border-bottom: 1px dashed rgba(28,105,121,0.0);
}

.b-ordercall-form_confidence .b-ordercall-form-message {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 35px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Gotham Pro';
}

.b-ordercall-form_confidence .b-ordercall-form-message strong {
    font-weight: 700;
}

.b-form-block-body-line {
	border: none;
}

.b-form-block-body-line_submit {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.b-ordercall-form .b-form-block-body-line_submit .b-button {
	width: 294px;
}

.b-ordercall-form .b-form-block-body-line_submit .b-button-i {
	width: 100%;
	padding: 0;
	font-size: 14px;
}

.b-ordercall-form .b-form-input {
    border: 1px solid #c3c3c3;
}

.b-form-license {
	font-size: 10px;
	line-height: 120%;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	color: #9f9f9f;
	margin-top: 0px;
	text-align: left;
	min-height: 22px;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#done-form .b-ordercall-form-header, #error-form .b-ordercall-form-header {
	font-size: 28px;
}

#done-form .b-ordercall-form-message, #error-form .b-ordercall-form-message {
	margin-bottom: 0px;
}
/* \Up Forms */

/* \Block Styles */

.i-preload {
	position: absolute;
	left: -10000px;
	top: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.i-preload_1 {
	background: transparent url(images/rolling.svg) no-repeat center center;
}

.i-preload_2 {
	background: transparent url(images/form_close.png) no-repeat center center;
}

.i-preload_3 {
	background: transparent url(images/tipsy.gif) no-repeat center center;
}


.i-preload_4 {
	background: transparent url(images/left_a.png) no-repeat center center;
}

.i-preload_5 {
	background: transparent url(images/right_a.png) no-repeat center center;
}


.i-preload_6 {
	background: transparent url(images/zoom.png) no-repeat center center;
}

.i-preload_7 {
	background: transparent url(images/zoom_empty.png) no-repeat center center;
}


.i-preload_8 {
	background: transparent url(images/sertificates/zoom_a.png) no-repeat center center;
}


.i-fuckedup {
	opacity: 0.0;
	visibility: hidden;
}

.i-fuckedup.i-loaded {
	visibility: visible;
	opacity: 1.0;
}

/* 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_content {
	background: transparent !important;
}

.pp_details {
	float: none !important;
	height: 30px !important;
}

.pp_close {
	background: transparent url(images/form_close.png) no-repeat left center !important;
	width: 27px !important;
	height: 27px !important;
	font-size: 0 !important;
	border: none !important;
    right: -30px !important;
    top: 5px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pp_close:hover {
	opacity: 1.0 !important;
	background: transparent url(images/form_close.png) no-repeat left center !important;
}

#pp_full_res {
	min-height: 260px;
    background: transparent url(images/rolling.svg) no-repeat center center;
    font-size: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 133px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 133px rgba(0,0,0,0.23);
}

div.pp_default .pp_loaderIcon{
	background: transparent url(images/rolling.svg) center center no-repeat !important;
}

div.pp_pic_holder {
	z-index: 100000 !important;
	margin-top: 150px !important;
}

div.pp_overlay {
	z-index: 99999 !important;
}

.pp_nav {
	display: none !important;
}

.pp_expand {
	display: none !important;
}
/* \Pretty Image */

.lightbox {
	z-index: 1000000 !important;
}

.lightboxOverlay {
	z-index: 999999 !important;
	background-color: #e2f1fa !important;
}


.lb-data .lb-close {
    width: 27px !important;
    height: 27px !important;
    font-size: 0 !important;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    background: transparent url(images/form_close_lb.png) no-repeat left center !important;
    opacity: 1.0 !important;
    position: relative !important;
    bottom: -40px !important;
    right: 10px !important;
    z-index: 15;
    margin-right: 0px;
    margin-top: 0px;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    -webkit-box-shadow: 0px 0px 45px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 45px rgba(255,255,255,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lb-data .lb-close:hover {
	opacity: 0.8 !important;
}

.lb-container {
	padding: 0px !important;
}

.lb-outerContainer {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
	-webkit-box-shadow: 0px 12px 30px rgba(113,157,163,0.35);
	box-shadow: 0px 12px 30px rgba(113,157,163,0.35);
}

.lightbox .lb-image {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.lb-cancel {
  width: 60px !important;
  height: 60px !important;
  background: url(images/rolling.svg) no-repeat !important;
}

.lb-data .lb-number {
	display: none !important;
	color: #fff !important;
    font-size: 9px !important;
    letter-spacing: 0em !important;
    line-height: 120% !important;
}

.lb-dataContainer, .lb-outerContainer {
	min-width: 600px;
}

.lightbox .lb-image {
	min-width: 600px;
	height: auto !important;
}

.lb-prev {
	background: url(images/slider/left.png) 10% 48% no-repeat !important;
	opacity: 0.0 !important;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
}

.lb-prev:hover {
    opacity: 1.0 !important;
}

.lb-next {
	background: url(images/slider/right.png) 90% 48% no-repeat !important;
	opacity: 0.0 !important;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
}

.lb-next:hover {
    opacity: 1.0 !important;
}

.b-menu_button {
	display: none;
}

.i-visiblefrom-mobile {
	display: none;
}

.i-visiblefrom-pc {
	display: inline;
}

.i-lazy_cover {
	-webkit-background-size: auto !important;
	background-size: auto !important;
	background-position: center center !important;
}