

/**************** RESET *****************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, img, ol, ul, li,
form, input, button, textarea, label, fieldset, legend, blockquote,
table, caption, tbody, tfoot, thead, tr, th, td, sub, sup, object, iframe  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*:focus {outline: 0;}
b,strong {font-weight: 700;}
i,em {font-style: italic;}
li {list-style: none;}
table {border-spacing: 0; border-collapse: collapse;}
td, th {text-align: center; vertical-align: middle;}
a, [type="submit"], [type="button"], label, select, button {cursor: pointer;}
a {color: inherit; text-decoration: none;}
textarea {resize: none; overflow: auto;}
sup {vertical-align: super;}
sub {vertical-align: sub;}
aside, header, footer, article, section, nav {display: block; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
html {-webkit-text-size-adjust: none;}
input:not([type="checkbox"]):not([type="radio"]) {-webkit-appearance: none;}
* {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}


/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */


/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */


.bx-wrapper {
	box-shadow: none;
	border: none;
	background: transparent;
	left: 0px;
}
.bx-wrapper .bx-viewport {

}

.bx-wrapper .bx-prev {
    left: -45px;
    background: url(../images/icons.png) no-repeat -48px -632px;
}

.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover {opacity: .6; background-position: -48px -632px;}

.bx-wrapper .bx-next {right: -45px; background: url(../images/icons.png) no-repeat -82px -632px;}

.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover {
    opacity: .6;
	background-position:-82px -632px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    outline: 0;
    width: 34px;
    height: 105px;
    text-indent: -9999px;
    z-index: 9999;
    opacity: .4;
}


/**************** FONTS *****************/

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Semibold.woff') format('woff'),
         url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
         url('../fonts/MyriadPro-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Bold.woff') format('woff'),
         url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
         url('../fonts/MyriadPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}


/**************** ANIMATION *****************/

/*------ Shake ------*/
@-webkit-keyframes shake-horizontal {
	25% {-webkit-transform: translateX(2px); transform: translateX(2px);}
	50% {-webkit-transform: translateX(0); transform: translateX(0);}
	75% {-webkit-transform: translateX(-2px); transform: translateX(-2px);}
	100% {-webkit-transform: translateX(0); transform: translateX(0);}




}
@keyframes shake-horizontal {
	25% {-webkit-transform: translateX(2px); transform: translateX(2px);}
	50% {-webkit-transform: translateX(0); transform: translateX(0);}
	75% {-webkit-transform: translateX(-2px); transform: translateX(-2px);}
	100% {-webkit-transform: translateX(0); transform: translateX(0);}
}

/*------ Buzz out ------*/
@-webkit-keyframes buzz-out {
	10% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
	20% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
	30% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
	40% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
	50% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
	60% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
	70% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
	80% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
	90% {-webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
	100% {-webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes buzz-out {
	10% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
	20% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
	30% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
	40% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
	50% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
	60% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
	70% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
	80% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
	90% {-webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
	100% {-webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}


/**************** GLOBAL *****************/

html {background: #fafafa; color: #000; font: 18px/22px Myriad; overflow-x: hidden;}
#global_wrapper {overflow: hidden; position: relative;}
#global_wrapper:before {content:''; display: block; width: 100%; height: 0; position: fixed; top: 0;}
		.wrapper {margin: 0 auto; position: relative; width: 1100px; height: 100%;}

/*------ Classes  ------*/
.clear {clear: both;}
.table {display: table; width: 100%; height: 100%;}
	.cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;}
.justify {text-align: justify; line-height: 0; position: relative;}
	.justify:after {content:''; display: inline-block; width: 100%; height: 0;}
.draggable {cursor: url(../images/grab.png) 8 8, move;}
.transition {
	-webkit-transition: all 0.3s ease-out 0s;
	   -moz-transition: all 0.3s ease-out 0s;
		 -o-transition: all 0.3s ease-out 0s;
			transition: all 0.3s ease-out 0s;
}
.icon {display: block; position: relative; background: url(../images/icons.png) -9999px 0 no-repeat;}
.logo {display: block;width: 245px;height: 80px;background: url(../images/logo-img.png) no-repeat;background-size: contain;}
.logo-desc {
    float: left;
    margin-top: 20px; margin-left: 15px; padding-left: 15px;
    font-size: 16px; text-transform: uppercase;
    color: #26406a;
    border-left: 1px solid #b9c3d1;
}

	/*------ Headers  ------*/
	h1, h2, h3, h4, h5, h6 {text-align: center;}
	h1 {width: 1150px;height: 155px;background: rgba(254, 197, 46, 0.9);font: 600 45px/50px Myriad;color: #000;letter-spacing: 2px;margin: 0 0 49px -25px;padding: 30px 0 0 280px;position: relative;}
	h2 {font: 700 45px/45px Myriad; color: #073e6c; margin-bottom: 65px;}
	
	/*------ Buttons  ------*/
		
	.order-btn {
		display: inline-block;
		vertical-align: middle;
		width: 195px;
		height: 33px;
		text-align: center;
		position: relative;
		cursor: pointer;
		border: 1px solid #ffee31;
		border-radius: 8px;
		font-size: 15px;
		font-weight: 500;
		color: #000;
		line-height: 31px;
		text-shadow: 0 1px 0 #ffdf31;
		background: rgb(255,204,3);
		background: -moz-linear-gradient(top,  rgba(255,204,3,1) 0%, rgba(255,165,0,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,3,1)), color-stop(100%,rgba(255,165,0,1)));
		background: -webkit-linear-gradient(top,  rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc03', endColorstr='#ffa500',GradientType=0 );
	}
	
	.order-btn:hover {
		background: rgb(255,224,3);
		background: -moz-linear-gradient(top,  rgba(255,224,3,1) 0%, rgba(255,185,0,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,224,3,1)), color-stop(100%,rgba(255,185,0,1)));
		background: -webkit-linear-gradient(top,  rgba(255,224,3,1) 0%,rgba(255,185,0,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,224,3,1) 0%,rgba(255,185,0,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,224,3,1) 0%,rgba(255,185,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,224,3,1) 0%,rgba(255,185,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc03', endColorstr='#ffa500',GradientType=0 );
	}
	
	.order-btn:active {
		background: rgb(255,185,3);
		background: -moz-linear-gradient(top,  rgba(255,185,3,1) 0%, rgba(255,224,0,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,185,3,1)), color-stop(100%,rgba(255,224,0,1)));
		background: -webkit-linear-gradient(top,  rgba(255,185,3,1) 0%,rgba(255,185,0,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,185,3,1) 0%,rgba(255,224,0,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,185,3,1) 0%,rgba(255,224,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,185,3,1) 0%,rgba(255,224,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc03', endColorstr='#ffa500',GradientType=0 );
	}
	
	.order-btn:before {
		width: inherit;
		height: inherit;
		border: 1px solid #fc930b;
		position: absolute;
		left: -2px;
		top: -2px;
		content: '';
		border-radius: 9px;
	}
	
	.order-btn:after {
		width: 96%;
		height: 5px;
		position: absolute;
		left: 50%;
		margin-left: -48%;
		bottom: 6px;
		content: '';
		display: block;
		z-index: -1;
		border-radius: 5px;
		box-shadow: 0 10px 10px #81523f;
		background: none;
	}
	
	.order-btn:hover {
		cursor: pointer;
	}	
	
	.button {
		display: block; width: 364px; height: 63px; background: #ed3d34; border: 1px solid #ed3d34; border-radius: 8px; font: 600 21px/64px Myriad; color: #fff; text-align: center; box-shadow: 0 0 8px #fff inset; 
		-webkit-transition: all 0.3s ease-out 0s;
		   -moz-transition: all 0.3s ease-out 0s;
		     -o-transition: all 0.3s ease-out 0s;
		        transition: all 0.3s ease-out 0s;
		position: relative; behavior:url(/PIE/PIE.php);
	}
		.button:hover {background: #b2231b;}		
		.button:active {top: 1px;}

	/*------ Forms  ------*/
	form {padding: 25px 18px 20px; border: 2px solid #d9ddd7; border-radius: 8px; background: rgba(255,255,255,0.9); position: relative; behavior:url(/PIE/PIE.php);}
		form .form_header {font: 18px/22px Myriad; color: #073e6c; text-align: center; margin-bottom: 25px;}
			form .form_header b {font-weight: 700;}
			form .form_header strong {display: block; font: 600 28px/32px Myriad; margin-bottom: 6px;}
		/* Inputs */
		form .field_input {
			display: block; width: 100%; background: #fff; font: 17px/21px Myriad; border: 2px solid #a0b8d2; border-radius: 6px; padding: 17px 14px 15px; margin-bottom: 24px; box-shadow: 0 0 8px rgba(0,0,0,0.25) inset;
			-webkit-transition: all 0.3s ease-out 0s;
			   -moz-transition: all 0.3s ease-out 0s;
				 -o-transition: all 0.3s ease-out 0s;
					transition: all 0.3s ease-out 0s;
			position: relative; behavior:url(/PIE/PIE.php);
		}
		form .field_input:focus {box-shadow: 0 0 16px #a0b8d2;}
		/* Submit */
		input[type="submit"] {width: 100%; height: 60px; font: 600 20px/56px Myriad;}
		.mac input[type="submit"] {line-height: 2px;}
	form.horizontal {width: 966px; margin: auto; padding: 16px 25px 22px; border: none;}
		form.horizontal .form_header {text-align: left; margin-bottom: 16px;}
		form.horizontal .field_input {display: inline-block; width: 285px; margin: 0 25px 0 0;}
		form.horizontal input[type="submit"] {display: inline-block; width: 285px; height: 58px; line-height: 54px;}
		
		/* Placeholders  */
		input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#939393;}
		input::-moz-placeholder, textarea::-moz-placeholder {color:#939393;}
		input::-ms-input-placeholder, textarea::-ms-input-placeholder  {color:#939393;}
		input.placeholder, textarea.placeholder {color:#939393;}
			input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {color:#f00;}
			input.error::-moz-placeholder, textarea.error::-moz-placeholder {color:#f00;}
			input.error::-ms-input-placeholder, textarea.error::-ms-input-placeholder {color:#f00;}
			input.error.placeholder, textarea.error.placeholder {color:#f00;}
			input.error, textarea.error, .f_select.error {color: #f00 !important; border-color: #f00 !important; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation: shake-horizontal 0.1s linear 6; animation: shake-horizontal 0.1s linear 6;}
	

/**************** NAVIGATION *****************/

nav {
	width: 100%;
	height: 51px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 107px;
	z-index: 100;
	background: rgba(38, 64, 106, 0.8);
}
.fixed_nav {position: fixed; top: 0;}
nav .wrapper {}
	nav ul {height: 51px;}
		nav ul li {display: inline-block; height: 51px;}
			nav ul li a {display: inline-block; height: 51px; font: 600 15px/56px Myriad; color: #fff; text-transform: uppercase; padding: 0 27px; position: relative;}
			nav ul li:not(:last-child) a:after {content:'';display: block;width: 2px;height: 35px;background: rgba(255, 255, 255, 0.5);position: absolute;top: 9px;right: -3px;}
				html:not(.mobile) nav ul li a:hover {text-shadow: 0 0 10px rgba(255,255,255,0.8);}
			

/**************** HEADER *****************/

header {height: 107px;background: rgba(255,255,255,0.95);box-shadow: 0 4px 10px rgba(0,0,0,0.1);margin: 0px auto -107px;position: relative;z-index: 5;}
header .wrapper {padding: 15px 0 0;}
	header .logo {float: left;}
	header .callback {color: #073e6c;text-align: right;float: right;margin-top: -4px;}
		header .callback .phone {display: block;margin-bottom: 10px;font: 400 30px/36px Myriad;letter-spacing: 1px;}
			header .callback .phone:hover {color: #316fa3;}
			header .callback .phone:active {color: #f00;}
		header .callback  .tracker {font: 19px/23px Myriad; letter-spacing: 1px; text-decoration: underline;}
		header .callback .tracker:hover {text-decoration: none;}

			header .callback .tracker b {font-weight: 600;}


/**************** TOP REQUEST *****************/

#top_request {height: 819px; background: url(../images/backgrounds/top_request_bg.jpg) 50% 0 no-repeat; box-shadow: 0 4px 6px rgba(0,0,0,0.2);}
#top_request .wrapper {padding: 230px 0 0;}
	#top_request h1 + p {width: 970px;height: 50px;background: rgba(254, 197, 46, 0.9);font: 600 19px/54px Myriad;color: #000;text-align: center;margin: 0 auto 172px;}
	#top_request img {position: absolute; top: 0; left: -117px;}


/**************** STATISTICS *****************/

#statistics {}
#statistics .wrapper {padding: 90px 0 85px;}
	#statistics h2 {font-weight: 400; margin-bottom: 70px;}
		#statistics h2 b {font-weight: 600;}
	#statistics .items {}
		#statistics .items .item {display: inline-block; vertical-align: top; width: 235px; font: 24px/24px Myriad; color: #073e6c; text-align: center;}
			#statistics .items .item span {display: block; font: 600 61px/61px Myriad; margin-bottom: -5px;}


/**************** USAGE *****************/

#usage {background: url(../images/backgrounds/bg.jpg) repeat; box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 -4px 6px rgba(0,0,0,0.1);}
#usage > .wrapper {padding: 74px 0 0; padding-left: 0 !important; padding-right: 0 !important;}
	#usage h2 {}
	#usage .items {}
		#usage .items .item {display: inline-block; vertical-align: top; width: 282px; height: 186px; margin-bottom: 50px; box-shadow: 3px -3px 10px rgba(0,0,0,0.2); position: relative; behavior:url(/PIE/PIE.php);}
			#usage .items .item img {display: block; width: 100%; height: 100%;}
			#usage .items .item .title {width: 100%; height: 51px; background: rgba(255,255,255,0.7); font: 22px/54px Myriad; color: #073e6c; text-align: center; position: absolute; left: 0; bottom: 21px;}
			
			
/**************** REQUEST *****************/

section.request {height: 499px; margin-top: 75px; box-shadow: 0 0px 6px rgba(0,0,0,0.5);}
	#request-1 {background: url(../images/backgrounds/request_bg_1.jpg) 50% 0 no-repeat; margin-top: 0;}
	#request-3 {background: url(../images/backgrounds/request_bg_1.jpg) 50% 0 no-repeat; margin-top: 0;}
	#request-4 {background: url(../images/backgrounds/request_bg_2.jpg) 50% 0 no-repeat;}
section.request .wrapper {padding: 60px 68px 0 45px;}
	section.request .offer {width: 458px; background: rgba(255,255,255,0.7); float: left; padding: 22px 26px 40px; margin-top: 56px; border-radius: 12px; font: 20px/24px Myriad; color: #073e6c; text-align: center; position: relative; behavior:url(/PIE/PIE.php);}
		section.request .offer strong {display: block; font: 600 30px/34px Myriad; color: #ed3d34;}
		section.request .offer b {font-weight: 700;}
		section.request .offer p {font: 16px/18px Myriad; margin: 24px auto 12px;}
		section.request .offer .counter {width: 100%; height: 61px; background: url(../images/backgrounds/countdown_bg.png) 50% 0 no-repeat; margin: auto; text-align: center;}
			section.request .offer .counter-item {display: inline-block; width: 90px; height: 55px; font: 700 12px/16px Arial; color: #757575; text-transform: uppercase; text-align: center; margin: 0 5px;}
				section.request .offer .counter-item b {display: block; font: 700 40px/58px Arial; color: #073e6c; letter-spacing: 24px; margin-bottom: 8px;}
				section.request .offer .counter-item.days b {padding-left: 8px;}
				section.request .offer .counter-item.hours b {padding-left: 10px;}
				section.request .offer .counter-item.minutes b {padding-left: 12px;}
				section.request .offer .counter-item.seconds b {padding-left: 14px;}
	section.request form {float: right;}


/**************** BENEFITS *****************/

#benefits {}
#benefits .wrapper {padding: 70px 0 30px;}
	#benefits h2 {}
	#benefits .items {text-align: center;}
		#benefits .items [class*="item"] {display: inline-block; vertical-align: top; width: 215px; font: 19px/23px Myriad; color: #073e6c; text-align: center; margin: 0 60px 28px; position: relative;}
		#benefits .items .item-1 {left: -50px;}
		#benefits .items .item-3 {right: -50px;}
		#benefits .items .item-4 {left: -20px;}
		#benefits .items .item-5 {right: -20px;}
			#benefits .items [class*="item"] .icon {width: 124px; height: 124px; margin: 0 auto 16px; -webkit-transform: translateZ(0); transform: translateZ(0);}
			.not-mobile #benefits .items [class*="item"] .icon:hover {-webkit-animation: buzz-out 0.75s linear 1; animation: buzz-out 0.75s linear 1;}
				#benefits .items .item-1 .icon {background-position: 0 0;}
				#benefits .items .item-2 .icon {background-position: -126px 0;}
				#benefits .items .item-3 .icon {background-position: -253px 0;}
				#benefits .items .item-4 .icon {background-position: 0 -126px;}
				#benefits .items .item-5 .icon {background-position: -126px -126px;}
				#benefits .items .item-6 .icon {background-position: -253px -126px;}
		
		
/**************** PARAMS *****************/

#params { margin-bottom: 25px;}
#params .wrapper {padding: 75px 0 55px;}
	#params h2 {margin-bottom: 70px;}

	#params .items {margin-bottom: 55px; text-align: center;}
		#params .items .item {display: inline-block; vertical-align: top; width: 256px; background: #fff; border: 2px solid #b1c2d7; border-radius: 4px; padding: 16px 0 10px 8px; position: relative; behavior:url(/PIE/PIE.php);}
			#params .items .item strong {display: block; font: 21px/21px Myriad; color: #073e6c; text-align: center; margin-bottom: 14px;}
				#params .items .item strong b {font-weight: 700;}
			#params .items .item img {display: block; float: left; margin: 3px 8px 0 0;}
			#params .items .item ul {width: 184px; float: left;}
				#params .items .item ul li {font: 16px/20px Myriad; color: #073e6c; margin-bottom: 6px;}
				#params .items .item ul li:nth-child(2){color:red;}
					#params .items .item ul li b {font-weight: 700;}
	#params p {font: 22px/24px Myriad; color: #073e6c; text-align: center; margin-bottom: 28px;}
	#params .button {margin: auto;}


/**************** REQUEST-2 *****************/

#request-2 {height: 724px; background: url(../images/backgrounds/request-2-bg.jpg) 50% 0 no-repeat; box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 0px 6px rgba(0,0,0,0.4);}
#request-2 .wrapper {padding: 45px 0 0;}
	#request-2 h2 {font: 600 40px/50px Myriad; color: #fff; margin-bottom: 45px; text-shadow: 0 0 15px rgba(0,0,0,0.75), 0 0 15px rgba(0,0,0,0.75), 0 0 15px rgba(0,0,0,0.75), 0 0 15px rgba(0,0,0,0.75), 0 0 15px rgba(0,0,0,0.75);}
	#request-2 form {width: 375px; margin: auto;}


/**************** EXAMPLES *****************/

#examples {}
#examples .wrapper {padding: 70px 0;}
	#examples h2 {}
	#carousel {height: 326px;}
		#carousel .item {width: 533px; height: 326px; box-shadow: 0 0 10px rgba(0,0,0,0.2); border: 2px solid #a3b4c2; border-radius: 2px; position: relative; behavior:url(/PIE/PIE.php);}
			#carousel .item img {display: block; width: 100%; height: 100%;}
			#carousel .item .title {width: 100%; height: 54px; background: rgba(255,255,255,0.7); font: 22px/58px Myriad; color: #073e6c; text-align: center; position: absolute; left: 0; top: 240px;}
		#carousel .arrow {
			display: block; width: 32px; height: 107px; background: url(../images/icons.png) no-repeat; margin: auto; position: absolute; top: 0; bottom: 0; z-index: 10; opacity: 0.4;
			-webkit-transition: all 0.3s ease-out 0s;
			   -moz-transition: all 0.3s ease-out 0s;
				 -o-transition: all 0.3s ease-out 0s;
					transition: all 0.3s ease-out 0s;
		}
		#carousel .arrow:hover {opacity: 1;}
			#carousel .arrow.prev {background-position: -49px -630px; left: 0;}
			#carousel .arrow.next {background-position: -83px -630px; right: 0;}

	#egrid{overflow: hidden; height: 612px;}
	#egrid.open{height: auto;}
	#egrid .e_item{display: block; width: 250px; height: 215px; padding: 5px;}
	#egrid .e_item--width2{width: 500px;}
	#egrid .e_item--height2{height: 430px;}
	#egrid .e_item-inner{display:block;height:100%;width:100%;background-size: cover;background-repeat: no-repeat;background-position: center;outline: 2px solid #ccc;box-shadow: 1px 1px 3px 0 #000;}

	a.more-link {
		margin: 20px 0 0;
		display: block;
		font-size: 25px;
		text-align: center;
		text-decoration: underline;
		color: #26406a;
	}

	#works {box-shadow: 0 -4px 6px rgba(0,0,0,0.1); background: url(../images/backgrounds/bg.jpg) repeat;}
	#works .wrapper{padding: 70px 0;}

				#works a.item-inner .overlay {opacity: 0; display: block; width: 100%; height: 100%; background: transparent; position: absolute; left: 0; top: 0;}
					#works a.item-inner .overlay .icon {display: block; width: 47px; height: 46px; background-position: 0 -630px; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
				#works a.item-inner:hover .overlay {opacity: 1;}
	
	.slider{}
	.slider .item {
		padding: 5px 20px;
	}
	.slider .item-inner{
		display: block;
		height: 205px;
		background-position: center;
		background-repeat: no-repeat;
		background-size:cover;
		outline: 2px solid rgba(38, 64, 106, 0.3);
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
	}

/**************** VARIANTS *****************/

#variants {background: url(../images/backgrounds/bg.jpg) repeat; box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 -4px 6px rgba(0,0,0,0.1);}
#variants .wrapper {padding: 70px 0;}
	#variants h2 {margin-bottom: 50px;}
	#variants .items {padding: 140px 48px 0;}
		#variants .items .item {display: inline-block; vertical-align: top; width: 276px; height: 148px; background: #fefefe; border: 2px solid #deddda; border-radius: 6px; padding: 30px 0 0; font: 16px/20px Myriad; color: #073e6c; text-align: center; position: relative; behavior:url(/PIE/PIE.php);}
			#variants .items .item b {display: block; font: 600 19px/19px Myriad; margin-bottom: 15px;}
			#variants .items .item img {
				display: block; width: 156px; height: 156px; border: 3px solid #a1b7d2; border-radius: 50%; box-shadow: ; margin: auto; position: absolute; left: 0; right: 0; top: -137px;
				-webkit-transition: all 0.6s ease-out 0s;
				   -moz-transition: all 0.6s ease-out 0s;
					 -o-transition: all 0.6s ease-out 0s;
						transition: all 0.6s ease-out 0s;
				behavior:url(/PIE/PIE.php);
			}
				.not-mobile #variants .items .item:hover img {
					border-color: #f00;
					-webkit-transform: rotateY(360deg) translateY(-8px);
					   -moz-transform: rotateY(360deg) translateY(-8px);
						 -o-transform: rotateY(360deg) translateY(-8px);
							transform: rotateY(360deg) translateY(-8px);
				}

			
/**************** ERRORS *****************/

#errors {}
#errors .wrapper {padding: 70px 0 15px;}
	#errors h2 {margin-bottom: 80px;}
	#errors .items {text-align: center; padding-left: 14px; counter-reset: list;}
		#errors .items [class*="item"] {display: inline-block; vertical-align: top; width: 328px; height: 152px; background: #fff; border: 2px solid #b6becb; border-radius: 8px; margin: 0 14px 60px; padding: 12px; box-shadow: 0 0 10px rgba(0,0,0,0.05); font: 18px/22px Myriad; color: #26406a; text-align: center; position: relative;}
		#errors .items [class*="item"]:before {counter-increment: list; content: counter(list); display: block; width: 52px; height: 52px; background: #fff; border: 2px solid #f1d6d4; border-radius: 50%; box-shadow: 0 0 10px rgba(205,63,55,0.26); font: 33px/56px Myriad; color: #26406a; text-align: center; position: absolute; top: -16px; left: -15px;}
			#errors .items [class*="item"] b {display: block; font-weight: 400;}
			#errors .items [class*="item"] .separator {width: 301px; height: 17px; background: url(../images/backgrounds/errors_item_separator.png) no-repeat; margin: 8px auto;}


/**************** TYPES *****************/

#types {background: url(../images/backgrounds/bg.jpg) repeat; box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 -4px 6px rgba(0,0,0,0.1); }
#types .wrapper {padding: 60px 0;}
	#types h2 {margin-bottom: 55px;}
	#types .items {}
		#types .items [class*="item"] {display: inline-block; vertical-align: top; width: 236px; font: 18px/22px Myriad; color: #26406a; text-align: center;}
			#types .items [class*="item"] img {display: block; width: 236px; height: 439px; border: 2px solid #abb3be; border-radius: 4px; box-shadow: 0 0 13px rgba(0,0,0,0.22); margin-bottom: 15px;}


/**************** PROCESS *****************/

#process {}
#process .wrapper {padding: 70px 0;}
	#process h2 {}
	#process iframe {display: block; width: 540px; height: 324px; border: 2px solid #a9b8c5; border-radius: 2px; float: left;}
	#process .items {display: block; width: 540px; float: right; counter-reset: list;}
		#process .items [class*="item"] {display: inline-block; vertical-align: top; margin-bottom: 11px; width: 258px; height: 156px; border: 2px solid #a9b8c5; border-radius: 2px; position: relative; behavior:url(/PIE/PIE.php);}
		#process .items [class*="item"]:before {counter-increment: list; content: counter(list); display: block; width: 36px; height: 36px; border: 2px solid #a9b8c5; border-radius: 50%; background: #fff; font: 600 22px/40px Myriad; color: #073e6c; text-align: center; position: absolute; top: 5px; right: 5px;}
		.mac #process .items [class*="item"]:before {line-height: 34px;}
			#process .items [class*="item"] img {display: block; width: 100%; height: 100%;}
			#process .items [class*="item"] a {display: block; width: 100%; height: 100%;}
				#process .items [class*="item"] a .overlay {opacity: 0; display: block; width: 100%; height: 100%; background: transparent; position: absolute; left: 0; top: 0;}
					#process .items [class*="item"] a .overlay .icon {display: block; width: 47px; height: 46px; background-position: 0 -630px; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
				#process .items [class*="item"] a:hover .overlay {opacity: 1;}
					

/**************** OUR BENEFITS *****************/

#our_benefits {background: url(../images/backgrounds/bg.jpg) repeat; box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 -4px 6px rgba(0,0,0,0.1);}
#our_benefits .wrapper {padding: 65px 0 55px;}
	#our_benefits h2 {margin-bottom: 50px;}
	#our_benefits .items {margin-bottom: 60px;}
		#our_benefits .items [class*="item"] {display: inline-block; vertical-align: top; width: 260px; font: 19px/23px Myriad; color: #073e6c; text-align: center;}
			#our_benefits .items [class*="item"] .icon {width: 124px; height: 124px; margin: 0 auto 16px; -webkit-transform: translateZ(0); transform: translateZ(0);}
			.not-mobile #our_benefits .items [class*="item"] .icon:hover {-webkit-animation: buzz-out 0.75s linear 1; animation: buzz-out 0.75s linear 1;}
				#our_benefits .items .item-1 .icon {background-position: -253px -126px;}

				#our_benefits .items .item-2 .icon {background-position: 0 -252px;}
				#our_benefits .items .item-3 .icon {background-position: -126px -252px;}
				#our_benefits .items .item-4 .icon {background-position: -253px -252px;}
	#our_benefits .certificates {}
		#our_benefits .certificates .item {display: inline-block; vertical-align: top; width: 169px; height: 239px; box-shadow: 3px 3px 7px rgba(0,0,0,0.15); position: relative;}
			#our_benefits .certificates .item img {display: block; width: 100%; height: 100%;}
			#our_benefits .certificates .item .overlay {opacity: 0; display: block; width: 100%; height: 100%; background: transparent; position: absolute; left: 0; top: 0;}
				#our_benefits .certificates .item .overlay .icon {display: block; width: 47px; height: 46px; background-position: 0 -630px; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
			#our_benefits .certificates .item:hover .overlay {opacity: 1;}

				
/**************** STEPS *****************/

#steps {}
#steps .wrapper {padding: 70px 0 60px;}
	#steps h2 {}
	#steps .items {margin-bottom: 55px;}
		#steps .items [class*="item"] {display: inline-block; vertical-align: top; width: 170px; font: 16px/20px Myriad; color: #073e6c; text-align: center; position: relative;}
		#steps .items [class*="item"]:after {content:''; display: block; width: 16px; height: 45px; background: url(../images/icons.png) 0 -678px no-repeat; position: absolute; top: 40px; right: -16px;}
		#steps .items .item-6:after {display: none;}
			#steps .items [class*="item"] .icon {width: 124px; height: 124px; margin: 0 auto 16px; -webkit-transform: translateZ(0); transform: translateZ(0);}
			.not-mobile дзф#steps .items [class*="item"] .icon:hover {-webkit-animation: buzz-out 0.75s linear 1; animation: buzz-out 0.75s linear 1;}
				#steps .items .item-1 .icon {background-position: 0 -378px;}
				#steps .items .item-2 .icon {background-position: -126px -378px;}
				#steps .items .item-3 .icon {background-position: -253px -378px;}
				#steps .items .item-4 .icon {background-position: 0 -504px;}
				#steps .items .item-5 .icon {background-position: -126px -504px;}
				#steps .items .item-6 .icon {background-position: -253px -504px;}
	#steps .button {width: 444px; margin: auto;}


/**************** CONTACTS *****************/

#contacts {background: url(../images/backgrounds/contacts_bg.jpg) 50% 0 repeat-x;box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 -4px 6px rgba(0,0,0,0.1);position: relative;}
#contacts .wrapper {height: 100%;padding: 65px 0;}
	#contacts h2 {margin-bottom: 0;}
	#contacts h2 + p {font: 600 22px/22px Myriad; color: #cd3f37; text-align: center;}
	#contacts .info {padding: 20px;font: 21px/25px Myriad;color: #26406a;background: rgba(255,255,255,0.9);border-radius: 2px;box-shadow: 0 0 5px rgba(255,255,255,0.75);position: absolute;top: 353px;right: 50%;margin-right: -500px;}
		#contacts .info strong {display: block; font: 600 26px/26px Myriad; color: #cd3f37; margin-bottom: 16px;}
		#contacts .info .phone {}
			#contacts .info .phone:hover {color: #316fa3;}
			#contacts .info .phone:active {color: #f00;}
		#contacts .info .mail {text-decoration: none;}
			#contacts .info .mail:hover {text-decoration: underline;}
	#contacts address {font: 20px/24px Myriad; color: #26406a; position: absolute; left: 0; bottom: 35px;}
		#contacts address strong {display: block; font-weight: 600; text-transform: uppercase;}

	#map {
		width: 100%;
		height: 545px;
		box-shadow: 0 -4px 6px rgba(0,0,0,0.1);
	}

/**************** FOOTER *****************/

footer {height: 145px; background: #f5f5f5;}
footer .wrapper {padding: 18px 0 0;}
	footer .logo {float: left;}
	footer .creator {display: block; width: 148px; height: 39px; background: url(../images/creator_logo.png) no-repeat; margin: auto; position: absolute; left: 0; right: 0; top: 35px;}
	footer .callback {color: #073e6c;text-align: right;float: right;margin-top: -4px;}
		footer .callback .phone {display: block;margin-bottom: 10px;font: 400 30px/36px Myriad;letter-spacing: 1px;}
			footer .callback .phone:hover {color: #316fa3;}
			footer .callback .phone:active {color: #f00;}

		footer .callback .tracker {font: 19px/23px Myriad; letter-spacing: 1px; text-decoration: underline;}
		footer .callback .tracker:hover {text-decoration: none;}
			footer .callback .tracker b {font-weight: 600;}
		footer .offer-disclaimer { text-align: center; margin-top: 10px;}



/**************** MODAL WINDOWS *****************/

html.non-scroll {overflow: hidden !important;}
#overlay_modal {display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.7); z-index: 1000;}
#modals {display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1001; overflow: auto; -webkit-transform: translateZ(0px); -webkit-overflow-scrolling: touch;}
.f_modal {display: none; margin: 50px auto; position: absolute; left: 0; right: 0; z-index: 1005;}
.f_modal.centered {margin: auto; position: absolute; top: 0; bottom: 0;}
/* 3D send */
.f_modal {	
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}
.f_modal.sent {
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
#modal_success {
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
#modal_success.sent {
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
	/*------ Close button ------*/
	.modal_close {width: 20px; height: 20px; background: url(../images/close_modal.png) 0 0 no-repeat; position: absolute; top: -20px; right: -25px; z-index: 1010;}
		.modal_close:hover {background-position: 0 -23px;}
		.modal_close:active {background-position: 0 -46px;}
	/*------ Price ------*/
	#modal_price {width: 900px; background: #fff; border-radius: 8px; padding: 30px;}
		#modal_price h2 {margin-bottom: 30px;}
		#modal_price strong {display: block; font: 700 26px/26px Myriad; color: #073e6c; text-transform: uppercase; margin-bottom: 10px;}
		#modal_price p {font: 18px/22px Myriad; margin-bottom: 30px;}
			#modal_price p b {font: 700 22px/22px Myriad;}
		#modal_price .note {font: 600 18px/22px Myriad;}
			#modal_price .note .phone {font: 700 22px/22px Myriad;}
				#modal_price .note .phone:hover {color: #333;}
				#modal_price .note .phone:active {color: #f00;}
		#modal_price table {margin-bottom: 16px;}
			#modal_price table [class*="col"] {width: 100px;}
			#modal_price table .col-1 {width: 240px;}
			#modal_price table .col-7 {width: 200px;}
				#modal_price table tr {}
					#modal_price table tr th, #modal_price table tr td {font: 600 16px/20px Myriad; border: 2px solid #a9b8c5;}
					#modal_price table tr th {font-weight: 700; height: 100px; background: #eee;}
					#modal_price table tr td {height: 40px;}
					#modal_price table tr:nth-child(odd) td {background: #eee;}
	/*------ Callback ------*/
	#modal_callback_form {width: 378px; height: 378px;}
	#modal_price2 {width: 378px;height: 455px;}	
	/*------ Success ------*/
	#modal_success {width: 350px; height: 250px; background: rgba(255,255,255,0.9); border-radius: 8px;}
		#modal_success strong {display: block; font: 700 30px/30px Myriad; color: #073e6c; text-align: center; text-transform: uppercase; margin-bottom: 16px;}
		#modal_success p {font: 20px/24px Myriad; text-align: center;}