@charset "utf-8";
/* CSS Document */

/* ================ GLOBAL RESET ================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
    padding:0;
}

/* ================ MAIN SETTINGS ================ */

html {
	min-height: 100%;
	height: 100%;
	position: relative;
}
body{
	-webkit-font-smoothing: antialiased;
	background: #e0dfdf;
	color: #242426;
	font-size: 20px;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	min-height: 100% !important;
	height: 100%;
	height: auto;
	position: relative;
	min-width: 1100px;
}
h1 {
	font-weight: 800;
}


h2, h3 {
	font-weight: 700;
}
a{
	color: #232323;
}
a:hover{
	text-decoration: none;
}
.wrap{
	max-width: 980px;
    width: 100%;
	margin: 0 auto;
	position: relative;
}
.inline-wrap{
	display: inline-block;
}
.g-wrap{
	width: 100%;
	min-width: 1100px;
	position: relative;
}
.m-wrap{
	max-width: 1940px;
	width:100%;
	overflow: hidden;
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	position: relative;
	min-width: 1100px;
	background: #f9f3f3;
	margin: 0 auto;
}
.clearfix:after {   
    visibility: hidden;   
    display: block;   
    content: ".";   
    clear: both;   
    height: 0;
}

/* ============== HEADER ================ */

.block-head{
	position: relative;
	z-index: 1;
	height: 824px;
	background: #41373E;
	padding: 33px 0 0;
	overflow: hidden;
}
.block-head:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ae94a7 url(../img/1.jpg) no-repeat 50% 0;
	top:0;
	left:0;
	opacity: 1;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.block-head.animate:before{
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	opacity: 1;
	
}
.block-head .wrap{
	z-index: 12;
}
.head-top .logo{
	float: left;
	display: block;
	margin: 23px 0 0 2px;
}
.head-top .logo a{
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 32.1px;
	line-height: 32px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 0 0 87px;
	letter-spacing: 0.7px;
}
.head-top .logo a:before{
	content: "";
	display: block;
	background: url(../img/logo4.gif) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left:0;
	width:248px;
	height: 45px;
	margin-top: -36px;
}
.head-top .logo2{
	float: left;
	display: block;
	margin: 23px 0 0 2px;
}
.head-top .logo2 a{
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 32.1px;
	line-height: 32px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 0 0 87px;
	letter-spacing: 0.7px;
}
.head-top .logo2 a:before{
	content: "";
	display: block;
	background: url(../img/logo3.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left:0;
	width:248px;
	height: 45px;
	margin-top: -36px;
}
.head-top .contacts{
	float: right;
	text-align: right;
}
.head-top .contacts span{
	display: block;
}
.head-top .contacts span.phone{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}
.head-top .contacts span.link{
	font-size: 20px;
	line-height: 1;
	margin-top: 12px;
}
.head-top .contacts span.link a{
	color: #20283d;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.head-top .contacts span.link a:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom:1px dashed #fff;
	position: absolute;
	left:0;
	bottom: -5px;
}
.head-top .contacts span.link a:hover:after{
	display: none;
}
.head-info{
	text-align: center;
	margin: 105px 0 10px;
}
.head-info h2{
	font-size: 40px;
	font-weight: 700;
	color: #fefefe;
	line-height: 1;
	text-transform: ;
}
.head-info h2 span{
	display: inline-block;
	background: rgba(255,90,71,0.9);
	padding: 20px 30px;
}
.head-info h2 b{
	background: rgba(58,81,116,0.9);
	display: inline-block;
	padding: 20px 30px;
	font-size: 39px;
}
.head-info p{
	color: #1e1e1e;
	font-size: 24px;
	line-height: 36px;
	margin: 28px 0 67px;
	font-weight: 400;
}
.head-info p span{
	display: inline-block;
	background: rgba(255,255,255,0.8);
	padding: 11px 34px 12px;
}
.btn-wrap{
	text-align: center;
}
.btn-outline{
	display: inline-block;
	font-size: 20px;
	line-height: 21px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border:3px solid #FFF;
	padding: 13px 26px;
}
.btn-outline:hover{
	background: rgba(255,255,255,0.1);
}
.btn-outline span{
	display: block;
	background: url(../img/a.png) no-repeat 100% 50%;
	padding: 0 30px 0 0;
}

/* ============= CONTENT ===================== */

.block-cont{
	position: relative;
	z-index: 6;
	padding: 0 0 168px;
}
.cont-ground{
	background: #391e05 url(../img/bg.jpg) repeat 50% 0;
	position: relative;
}
.cont-ground .gross{
	display: block;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -981px;
	width: 1980px;
	height: 238px;
	background: url(../img/g.png) repeat-x 50% 0;
	top: -238px;
}
.cont-ground .gross i{
	display: block;
	background: url(../img/p.png) no-repeat 50% 100%;
	width: 390px;
	height: 240px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -224px;
	transition: height .2s linear;
	-webkit-transition: height .2s linear;
	-moz-transition: height .2s linear;
	-o-transition: height .2s linear;
}
.cont-ground .gross.drill i{
	height: 0;
}
.ground-animation{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.ground-animation .drill{
	position: absolute;
	top: -662px;
	left:50%;
	width: 124px;
	margin-left: -62px;
	height: 513px;
	background: url(../img/drill.png) no-repeat 0 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: opacity, top .2s linear;
	-webkit-transition: opacity, top .2s linear;
	-moz-transition: opacity, top .2s linear;
	-o-transition: opacity, top .2s linear;
}
.ground-animation .drill.gross{
	visibility: visible;
	opacity: 1;
	top:-300px;
}
.ground-animation .drill.gross.in{
	bottom: -36px;
	top: auto;
}
.ground-animation .drill.gross.out{
	opacity: 0;
}
.ground-animation .drill.animate{
	animation: drill .5s steps(5) infinite;
	-webkit-animation: drill .5s steps(5) infinite;
	-moz-animation: drill .5s steps(5) infinite;
	-o-animation: drill .5s steps(5) infinite;
}
@keyframes drill { 
	100% { background-position: -620px; }
}
@-webkit-keyframes drill { 
	100% { background-position: -620px; }
}
@-moz-keyframes drill { 
	100% { background-position: -620px; }
}
@-o-keyframes drill { 
	100% { background-position: -620px; }
}
.ground-animation .aperture{
	position: absolute;
	top:0;
	left:50%;
	z-index: 3;
	height: 0;
	margin-left: -81px;
	width: 162px;
	opacity: 1;
	background: url(../img/aperture.png) repeat-y 50% 0;
	transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
}
.ground-animation .aperture.out{
	opacity: 0;
}
.ground-animation .pipe{
	position: absolute;
	top: 152px;
	width: 107px;
	margin-left: -53px;
	left:50%;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
}
.ground-animation .pipe.in{
	opacity: 1;
}
.ground-animation .pipe b{
	display: block;
	position: absolute;
	top:155px;
	left:0;
	width: 107px;
	height: 1702px;
	background: url(../img/pipe_b.png) no-repeat 0 0;
	animation: pipeb .5s steps(9) infinite;
	-webkit-animation: pipeb .5s steps(9) infinite;
	-moz-animation: pipeb .5s steps(9) infinite;
	-o-animation: pipeb .5s steps(9) infinite;
}
@keyframes pipeb { 
	100% { background-position: -963px; }
}
@-webkit-keyframes pipeb { 
	100% { background-position: -963px; }
}
@-moz-keyframes pipeb { 
	100% { background-position: -963px; }
}
@-o-keyframes pipeb { 
	100% { background-position: -963px; }
}
.ground-animation .pipe i{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 1340px;
	height: 155px;
	background: url(../img/pipe_a.png) no-repeat 0 0;
	animation: pipea .5s steps(9) infinite;
	-webkit-animation: pipea .5s steps(9) infinite;
	-moz-animation: pipea .5s steps(9) infinite;
	-o-animation: pipea .5s steps(9) infinite;
}
@keyframes pipea { 
	100% { background-position: -12060px; }
}
@-webkit-keyframes pipea { 
	100% { background-position: -12060px; }
}
@-moz-keyframes pipea { 
	100% { background-position: -12060px; }
}
@-o-keyframes pipea { 
	100% { background-position: -12060px; }
}

.ground-benefits{
	position: relative;
	z-index: 8;
	height: 1900px;
}
.ground-benefits article{
	width: 350px;
	background: #FFF;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
}
.ground-benefits article.active{
	opacity: 1;
}
.ground-benefits article.right{
	left:auto;
	right: 0;
}
.ground-benefits article.i1{
	top: 64px;
}
.ground-benefits article.i2{
	top: 304px;
}
.ground-benefits article.i3{
	top: 735px;
}
.ground-benefits article.i4{
	top: 1095px;
}
.ground-benefits article.i5{
	top: 1364px;
}
.ground-benefits .img{
	width: 350px;
	height: 209px;
	background: #000;
	position: relative;
	overflow: hidden;
}
.ground-benefits .img img{
	display: block;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin:auto;
	max-width: 100%;
	max-height: 100%;
}
.ground-benefits article h4{
	font-size: 20px;
	line-height: 27px;
	color: #344261;
	font-weight: 600;
	text-transform: ;
	margin-bottom: 20px;
}
.ground-benefits article p{
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
	color: #344261;
}
.ground-benefits article p span{
	font-size: 14px;
	line-height: 24px;
	color: #344261;
}
.ground-benefits article .desc{
	padding: 29px 17px 31px 30px;
	position: relative;
}
.ground-benefits article .desc:before{
	content: "";
	display: block;
	position: absolute;
	width: 19px;
	height: 47px;
	background: url(../img/i.png) no-repeat -19px 0;
	top:33px;
	right:-19px;
}
.ground-benefits article.right .desc:before{
	background-position: 0 0;
	right: auto;
	left:-19px;
}
.ground-form{
	position: relative;
	z-index: 8;
}
#wave{
	display: block;
	opacity: 0.85;
	position: relative;
}
.ground-form_wrap{
	background: rgba(43,105,148,0.85);
}
.g-form{
	text-align: center;
	padding: 2px 0 50px;
}
.g-form h3{
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	color: #FFF;
	letter-spacing: 0.5px;
}
.g-form p{
	font-size: 16px;
	line-height: 27px;
	color: #FFF;
	margin: 7px 0 29px;
}
.g-form form{
	width: 466px;
	margin: 0 auto;
}
.form_line{
	margin-bottom: 22px;
}
.form_line.fail input[type="tel"],
.form_line.fail input[type="email"],
.form_line.fail input[type="text"]{
	border: 1px solid red;
}
.form_line.success input[type="tel"],
.form_line.success input[type="email"],
.form_line.success input[type="text"]{
	border: 1px solid green;
}
.form_line span{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	text-align: left;
	margin-bottom: 8px;
}
.g-form input[type="tel"],
.g-form input[type="email"],
.g-form input[type="text"]{
	display: block;
	outline: none;
	width: 464px;
	margin: 0;
	padding: 9px 0;
	line-height: 26px;
	height: 26px;
	text-align: center;
	color: #d7d7d7;
	font-size: 18px;
	background: rgba(255,255,255,0.1);
	border:1px solid #c3c3c3;
}
.g-form input::-webkit-input-placeholder {
	color: #d7d7d7;
}
.g-form input:-moz-placeholder {
    color: #d7d7d7;
    opacity:  1;
}
.g-form input::-moz-placeholder {
    color: #d7d7d7;
    opacity:  1;
}
.g-form input:-ms-input-placeholder {
    color: #d7d7d7;
}
.g-form input:focus::-webkit-input-placeholder {
	color: transparent;
}
.g-form input:focus:-moz-placeholder {
    color: transparent;
    opacity:  0;
}
.g-form input:focus::-moz-placeholder {
    color: transparent;
    opacity:  0;
}
.g-form input:focus:-ms-input-placeholder {
    color: transparent;
}
.slide_line{
	position: relative;
	z-index: 3;
}
.slide_line span{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	text-align: left;
	margin-bottom: 8px;
}
.slider-wrap{
	float: left;
	position: relative;
	border:1px solid #c3c3c3;
	width: 229px;
	padding: 0 19px;
	background: rgba(33,32,32,0.1);
	border-radius: 20px;
	height: 38px;
	margin-top:3px;
}
.form_slider{
	position: relative;
	height: 38px;
}
.slide_line span.ui-slider-handle{
	margin: 0;
	display: block;
	position: absolute;
	width: 50px;
	height: 78px;
	top:-2px;
	margin-left: -25px;
	background: url(../img/s.png) no-repeat 0 0;
	cursor: pointer;
}
.form_btn{
	margin-top: 18px;
	position: relative;
	z-index: 5;
	text-align: center;
	padding: 4px 0;
}
.form_btn input[type="submit"]{
	font-size: 24px;
	text-align: center;
	line-height: 1;
	display: inline-block;
	border:0 none;
	width: 420px;
	color: #FFF;
	text-shadow:1px 1px 1px #e3191d;
	cursor: pointer;
	margin:0;
	padding: 12px 0;
	outline: none;
	background: #ff5a47;
	border-radius: 25px;
	box-shadow: 0 5px 0 #e14c3a;
	margin: 0 0 5px;
}
.form_btn input[type="submit"]:hover{
	background: #ff6756;
}
.form_btn input[type="submit"]:active{
	margin: 3px 0 2px;
	box-shadow: 0 2px 0 #e14c3a;
}
.g-form .slide_line input[type="tel"],
.g-form .slide_line input[type="email"],
.g-form .slide_line input[type="text"]{
	float: right;
	width: 174px;
}
.cont-how_work{
	background: #006997 url(../img/t.png) repeat-x 0 100%;
	padding: 113px 0 0;
}
.cont-how_work h2{
	font-weight: 700;
	width: 864px;
	margin: 0 auto;
	font-size: 60px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	border-top:6px solid #FFF;
	border-bottom:6px solid #FFF;
	padding: 39px 0 37px;
	line-height: 72px;
}
.how_work-animation{
	margin-top: 103px;
	background: url(../img/h.png) no-repeat 36% 100%;
	height: 751px;
}
.how_work-animation i{
	display: block;
	position: absolute;
	bottom: 18px;
	left: 92px;
	background: url(../img/frames.png) no-repeat 0 0;
	background-position: 0 0px;
	width: 664px;
	height: 487px;
	animation: play 2s steps(10) infinite;
	-webkit-animation: play 2s steps(10) infinite;
	-moz-animation: play 2s steps(10) infinite;
	-o-animation: play 2s steps(10) infinite;
}
@keyframes play { 
	100% { background-position: -6640px; }
}
@-webkit-keyframes play { 
	100% { background-position: -6640px; }
}
@-moz-keyframes play { 
	100% { background-position: -6640px; }
}
@-o-keyframes play { 
	100% { background-position: -6640px; }
}
.cont-versus{
	background: #e85241;
	background: -moz-linear-gradient(top,  #e85241 0%, #ff5a47 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85241), color-stop(100%,#ff5a47));
	background: -webkit-linear-gradient(top,  #e85241 0%,#ff5a47 100%);
	background: -o-linear-gradient(top,  #e85241 0%,#ff5a47 100%);
	background: -ms-linear-gradient(top,  #e85241 0%,#ff5a47 100%);
	background: linear-gradient(to bottom,  #e85241 0%,#ff5a47 100%);
	overflow: hidden;
}
.versus-wrap{
	background: url(../img/pt.png) repeat 0 0;
	padding: 87px 0 80px;
}
.cont-versus h2{
	font-weight: 700;
	font-size: 48px;
	line-height: 66px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
	padding: 36px 0 32px;
}
.versus-body{
	position: relative;
	margin: 82px 27px 0;
}
.versus-body li{
	list-style: none;
	display: block;
	position: relative;
	height: 650px;
	margin-bottom: 290px;
	opacity: 0;
	transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	width: 100%;
}
.versus-body li:last-child{
	margin-bottom: 0;
}
.versus-body li.active{
	opacity: 1;
}


.versus-body .pagination{
	position: absolute;
	z-index: 3;
	width: 41px;
	left:50%;
	top: 42px;
	margin-left: -20px;
}
.versus-body .pagination:before{
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	z-index: 1;
	background: #FFF;
	left:19px;
	height: 90%;
	top: 5%;
}
.versus-body .pagination b{
	list-style: none;
	display: block;
	border-radius:50%;
	border:3px solid #FFF;
	position: relative;
	z-index: 3;
	padding: 4px;
	background: #f45543;
	margin-bottom: 29px;
}
.versus-body .pagination b:last-child{
	margin-bottom: 0;
}
.versus-body .pagination b i{
	display: block;
	border-radius: 50%;
	width: 27px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	line-height: 19px;
	padding: 4px 0;
	height: 19px;
}
.versus-body .pagination b.active i{
	background: #FFF;
	color: #f15442;
}
.versus-body .item-col{
	width: 420px;
	color: #FFF;
	float: left;
	text-align: center;
}
.versus-body .item-col.right{
	float: right;
}
.versus-body .item-col h3{
	font-size: 24px;
	line-height: 1;
	color: #FFF;
	font-weight: 700;
}
.versus-body .item-col .image{
	position: relative;
	height: 260px;
	margin: 30px 0 40px;
}
.versus-body .item-col .image img{
	display: block;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin:auto;
    height: 250px;
}
.versus-body .items-wrap{
	position: relative;
	z-index: 5;
}
.versus-body .item-col h4{
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 9px;
}
.versus-body .item-col p{
	font-size: 17px;
	line-height: 20px;
}
.cont-future{
	background: #ec5342;
	background: -moz-linear-gradient(top,  #ec5342 0%, #ff5a47 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec5342), color-stop(100%,#ff5a47));
	background: -webkit-linear-gradient(top,  #ec5342 0%,#ff5a47 100%);
	background: -o-linear-gradient(top,  #ec5342 0%,#ff5a47 100%);
	background: -ms-linear-gradient(top,  #ec5342 0%,#ff5a47 100%);
	background: linear-gradient(to bottom,  #ec5342 0%,#ff5a47 100%);
}
.future-wrap{
	background: url(../img/pt.png) repeat 0 0;
	padding: 77px 0 49px;
}
.cont-future h2{
	width: 870px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 54px;
	text-transform: uppercase;
	line-height: 72px;
	border-top:6px solid #FFF;
	border-bottom:6px solid #FFF;
	padding: 41px 0 35px;
}
.future-list .text{
	float: left;
	margin: 67px 0 0 86px;
}
.future-list .text li{
	list-style: none;
	display: block;
	padding: 0 0 0 110px;
	position: relative;
	width: 376px;
	font-size: 20px;
	line-height: 27px;
	color: #FFF;
	margin-bottom: 31px;
}
.future-list .text li:last-child{
	margin-bottom: 0;
}
.future-list .text li b{
	font-weight: 700;
}
.future-list .text li p{
	display: table;
	height: 90px;
	width: 100%;
}
.future-list .text li p span{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.future-list .text li i{
	display: block;
	position: absolute;
	top:50%;
	left:0;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius:50%;
	margin-top: -45px;
	background: #FFF;
}
.future-list .text li i:before{
	content: "";
	display: block;
	background: url(../img/l.png) no-repeat 0 0;
	position: absolute;
	top:50%;
	left:50%;
}
.future-list .text li.i1 i:before{
	width: 59px;
	height: 50px;
	margin: -24px 0 0 -30px;
	background-position: 0 0;
}
.future-list .text li.i2 i:before{
	width: 48px;
	height: 63px;
	margin: -32px 0 0 -24px;
	background-position: -59px 0;
}
.future-list .text li.i3 i:before{
	width: 63px;
	height: 64px;
	margin: -32px 0 0 -32px;
	background-position: -107px 0;
}
.future-list .text li.i4 i:before{
	width: 63px;
	height: 64px;
	margin: -32px 0 0 -32px;
	background-position: -171px 0;
}

.future-list .image{
	float: right;
	width: 300px;
	height: 450px;
	position: relative;
	margin: 68px 59px 0 0;
}
.future-list .image img{
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin:auto;
}
.future-btn{
	margin-top: 58px;
	text-align: center;
}
.future-btn span{
	display: inline-block;
	border:3px solid #FFF;
	border-radius: 25px;
}
.future-btn span a{
	display: block;
	font-size: 21px;
	line-height: 22px;
	color: #FFF;
	padding: 14px 0;
	text-decoration: none;
	border-radius: 28px;
	width: 473px;
	background: #ff5a47;
	margin: 0 0 5px;
	box-shadow: 0 5px 0 #e14c3a;
}
.future-btn span a:hover{
	background: #fc6351;
}
.future-btn span a:active{
	padding: 17px 0 14px;
	margin: 0 0 2px;
	box-shadow: 0 2px 0 #e14c3a;
}











.cont-facts{
	position: relative;
	overflow: hidden;
	background: #c95a55;
	background: -moz-linear-gradient(top,  #c95a55 0%, #005b7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c95a55), color-stop(100%,#005b7c));
	background: -webkit-linear-gradient(top,  #c95a55 0%,#005b7c 100%);
	background: -o-linear-gradient(top,  #c95a55 0%,#005b7c 100%);
	background: -ms-linear-gradient(top,  #c95a55 0%,#005b7c 100%);
	background: linear-gradient(to bottom,  #c95a55 0%,#005b7c 100%);
}

.cont-facts .wrap{
	position: relative;
	z-index: 20;
}
.cont-facts h2{
	text-align: center;
	border-top:6px solid #FFF;
	border-bottom:6px solid #FFF;
	color: #FFF;
	padding: 31px 0 22px;
	margin-top:80px;
}
.cont-facts h2 b{
	font-size: 48px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
}
.cont-facts h2 span{
	display: inline-block;
	font-size: 32px;
	line-height: 48px;
	margin-top: 3px;
}

.facts-wrap{
	padding-top: 30px;
	padding-bottom:34px;
	position: relative;
}
.facts-wrap li{
	list-style: none;
	display: block;
	color: #FFF;
	height: 300px;
	width: 980px;
	position: relative;
}

.facts-wrap li .img{
	position: absolute;
	width: 300px;
	height: 300px;
	background: #000;
	border-radius:50%;
	overflow: hidden;
	top:0;
	left:0;
}
.facts-wrap li .img img{
	display: block;
}

.facts-wrap li .text{
	width: 632px;
	height: 300px;
	margin-left:320px;
}
.facts-wrap li .text p{
	width: 632px;
	height: 300px;
	display: table;
	
}
.facts-wrap li .text p span{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}

.cont-mform{
	background: url(../img/bg.jpg) repeat 0 0;
}
.cont-mform .ground-form_wrap{
	padding: 54px 0 0;
}
.cont-setup{
	padding: 88px 0 58px;
}
.cont-setup h2{
	font-weight: 700;
	font-size: 47px;
	line-height: 72px;
	color: #576784;
	text-transform: uppercase;
	text-align: center;
	border-top:6px solid #3b5174;
	border-bottom:6px solid #3b5174;
	padding: 22px 0 13px;
}
.setup-table_body table {
	border-collapse: collapse;
	border-spacing: 0;
}
.setup-table_body tr{
	border-bottom: 1px solid #e7e7e7;
}
.setup-table_body tr:last-child{
	border-bottom:0 none;
}
.setup-table_body td {
	vertical-align: middle;
	position: relative;
	padding: 29px 0;
	font-size: 17px;
	line-height: 20px;
}
.setup-table_body td.center:before,
.setup-table_body td.center:after {
	content: "";
	display: block;
	position: absolute;
	height: 126px;
	width: 1px;
	top: 50%;
	margin-top: -63px;
	background: #e7e7e7;
	left: 0;
}
.setup-table_body td.center:after {
	left: auto;
	right: 0;
}
.setup-table_body td.left span {
	display: block;
	padding: 0 20px 0 38px;
	font-size: 16px;
	line-height: 22px;
	color: #555555;
	text-align: left;
	position: relative;
}
.setup-table_body td.left span:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/b.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	left: -9px;
	top: 50%;
	margin-top: -12px;
}
.setup-table_body td.right span {
	display: block;
	padding: 0 0 0 77px;
	font-size: 16px;
	line-height: 22px;
	color: #2b1a0d;
	text-align: left;
	position: relative;
}
.setup-table_body td.right span:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/o.png) no-repeat 0 0;
	width: 25px;
	height: 24px;
	left: 28px;
	top: 50%;
	margin-top: -12px;
}
.setup-table_body td.left {
	width: 344px;
}
.setup-table_body td.right {
	width: 410px;
}
.setup-table_body td.center {
	width: 226px;
	text-align: center;
}
.setup-table_body td.center span{
	display: table;
	width: 120px;
	height: 126px;
	margin: 0 auto;
}
.setup-table_body td.center span div{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.setup-table_body td.center i{
	display: block;
	margin:0 auto;
	background: url(../img/s3.png) no-repeat 0 0;
}
.setup-table_body td.center .i1 i{
	width: 30px;
	height: 53px;
	background-position: 0 0;
}
.setup-table_body td.center .i2 i{
	width: 65px;
	height: 49px;
	background-position: -30px 0;
}
.setup-table_body td.center .i3 i{
	width: 46px;
	height: 50px;
	background-position: -95px 0;
}
.setup-table_body td.center .i4 i{
	width: 32px;
	height: 32px;
	background-position: -141px 0;
}
.setup-table_body td.center .i5 i{
	width: 51px;
	height: 49px;
	background-position: -173px 0;
}
.setup-table_body td.center b{
	display: block;
	font-size: 18px;
	line-height: 23px;
	color: #3b5174;
	font-weight: 700;
	width: 120px;
	margin: 9px auto 0;
}
.setup-table_head{

}
.setup-table_head li{
	list-style: none;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.setup-table_head li.left{
	color: #f90228;
	float: left;
	margin-left: 38px;
	width: 306px;
}
.setup-table_head li.right{
	color:#3b5174;
	float: right;
	width: 295px;
	margin-right: 38px;
}
.setup-table{
	margin-top: 85px;
}
.setup-btn{
	padding: 2px 0;
	text-align: center;
	margin-top: 15px;
}
.setup-btn a{
	display: block;
	font-size: 24px;
	text-align: center;
	line-height: 1;
	display: inline-block;
	border: 0 none;
	width: 487px;
	color: #FFF;
	text-shadow: 1px 1px 1px #e3191d;
	cursor: pointer;
	margin: 0;
	padding: 12px 0;
	outline: none;
	background: #ff5a47;
	border-radius: 25px;
	box-shadow: 0 5px 0 #e14c3a;
	margin: 0 auto 5px;
	text-decoration: none;
}
.setup-btn a:hover{
	background: #ff6756;
}
.setup-btn a:active{
	margin: 3px auto 2px;
	box-shadow: 0 2px 0 #e14c3a;
}
.buy-btn{
	padding: 2px 0;
	text-align: center;
	margin-top: 15px;
}
.buy-btn a{
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px !important;
	text-align: center;
	line-height: 1;
	display: inline-block;
	border: 0 none;
	width: 480px;
	height: 80px;
	color: #FFF;
	text-shadow: 1px 1px 1px #e3191d;
	cursor: pointer;
	margin: 0;
	padding: 12px 0;
	outline: none;
	background: #f60929;
	border-radius: 55px;
	box-shadow: 0 5px 0 #a70b22;
	margin: 0 auto 5px;
	text-decoration: none;
}
.buy-btn a:hover{
	background: #ff6756;
	box-shadow: 0 5px 0 #e14c3a;
}
.buy-btn a:active{
	margin: 3px auto 2px;
	box-shadow: 0 2px 0 #e14c3a;
}
.cont-reviews{
	padding: 47px 0 110px;
}
.cont-reviews h2{
	border-top:6px solid #3b5174;
	border-bottom:6px solid #3b5174;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #576784;
	padding: 34px 0 32px;
}
.reviews-list .col a{
	display: block;
	background: #000;
	position: relative;
	overflow: hidden;
}
.reviews-list .col.type2n a{
	width: 593px;
	height: 436px;
}
.reviews-list .col.type2n{
	float: left;
	margin-right: 5px;
}
.reviews-list .col.type1n{
	float: left;
	width: 292px;
}
.reviews-list .col.type1n a{
	height: 215px;
	margin-bottom: 5px;
}
.reviews-list .col.type1n a:last-child{
	margin-bottom: 0;
}
.reviews-list .col a img{
	display: block;
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	margin:auto;
}
.reviews-list .col a:hover img{
	opacity: 0.9;
}
.reviews-list .col.type2n a img{
	height: 436px;
}
.reviews-list .col.type1n a img{
	height: 215px;
}
.reviews-list{
	width: 890px;
	margin: 71px auto 0;
}
.reviews-list .text{
	font-size: 20px;
	line-height: 30px;
	color: #242426;
	margin-top: 30px;
}
.reviews-list article{
	margin-bottom: 79px;
}
.reviews-list article:last-child{
	margin-bottom: 0;
}
.cont-map{
	position: relative;
}
.cont-map #map{
	position: relative;
	z-index: 3;
	height: 728px;
	background: #e1e1e1;
}
.cont-map_head{
	position: absolute;
	width: 100%;
	z-index: 6;
	top:0;
	left:0;
	background: rgba(255,255,255,0.4);
	text-align: center;
	padding: 41px 0 42px;
}
.cont-map_head h3{
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	color: #383e42;
	text-transform: uppercase;
}
.cont-map_head adress{
	display: block;
	font-size: 24px;
	color: #3a3a3c;
	line-height: 1;
	margin-top: 12px;
}
.cont-quest{
	padding: 84px 0 69px;
	text-align: center;
}
.cont-quest h3{
	font-weight: 700;
	font-size: 48px;
	color: #1e1e1e;
	line-height: 1;
	text-transform: uppercase;
}
.cont-quest p{
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	margin-top: 26px;
}
.cont-quest p a{
	color: #156080;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 0 0 7px;
}
.cont-quest p a:after{
	content: "";
	display: block;
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #4491b7;
}
.cont-quest p a:hover:after{
	display: none;
}
.block-foot{
	
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 20;
}
.foot-wrap{
	background: #e8e8e8;
	height: 115px;
}
.foot-wrap .contacts{
	float: left;
	margin: 31px 0 0 0px;
}
.foot-wrap .contacts span{
	color: #1e1e1e;
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 12px;
}
.foot-wrap .contacts a{
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	position: relative;
	color: #156080;
	text-decoration: none;
	padding: 0 0 5px;
}
.foot-wrap .contacts a:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left:0;
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #2b6594;
}
.foot-wrap .contacts a:hover:after{
	display: none;
}
.foot-wrap .copyright{
	float: right;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	color: #2b3f51;
	margin: 22px 0 0;
}
.foot-wrap .copyright a{
	width: 237px;
	height: 79px;
	background: url(../img/logo2.png) no-repeat 0 0;
	display: inline-block;
	font-size: 0;
	color: transparent;
	vertical-align: middle;
	margin-left: 6px;
}
.scroll-nav{
	position: fixed;
	z-index: 677;
	right: 100px;
	top:50%;
	margin-top: -202px;
	margin-right: -250px;
}
.scroll-nav-wrap{
	position: relative;
}
.scroll-nav-wrap:before{
	content: "";
	display: block;
	position: absolute;
	top:-16px;
	right:-10px;
	background: rgba(12,12,12,0.5);
	width: 36px;
	z-index: 1;
	height: 100%;
	padding: 16px 0;
}
.scroll-nav-wrap:after{
	content: "";
	display: block;
	position: absolute;
	top:-16px;
	right: 26px;
	background: rgba(12,12,12,0.5);
	width: 250px;
	z-index: 1;
	height: 100%;
	padding: 16px 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.scroll-nav-wrap:hover:after{
	opacity: 1;
	visibility: visible;
}
.scroll-nav a{
	display: block;
	font-size: 0;
	color: transparent;
	margin:0 auto;
	background: #dbdbdb;
	width: 10px;
	height: 10px;
	border-radius:50%;
	margin-bottom: 16px;
	position: relative;
	z-index: 12;
	text-decoration: none;
}
.scroll-nav a:last-child{
	margin-bottom: 0;
}
.scroll-nav a.home{
	width: 16px;
	height: 16px;
	background: url(../img/s1.png) no-repeat 0 0;
	border-radius:0;
}
.scroll-nav a.phone{
	width: 16px;
	height: 14px;
	background: url(../img/s2.png) no-repeat 0 0;
	border-radius:0;
}
.scroll-nav a.next{
	width: 72px;
	height: 72px;
	margin: 0 0 0 -36px;
	position: absolute;
	bottom: -194px;
	left:50%;
	background: url(../img/s4.png) no-repeat 0 0;
}
.scroll-nav a.point:hover,
.scroll-nav a.point.active{
	background: #FFF;
}
.scroll-nav a.hidden,
.scroll-nav a.hidden:hover,
.scroll-nav a.hidden.active{
	display: none;
}
.scroll-nav a.home:hover,
.scroll-nav a.home.active{
	background-position: 0 -16px;
}
.scroll-nav a.phone:hover,
.scroll-nav a.phone.active{
	background-position: 0 -14px;
}
.scroll-nav a.next:hover,
.scroll-nav a.next.active{
	background-position: 0 -72px;
}
.scroll-nav a i{
	color: #dbdbdb;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	display: block;
	top:50%;
	width: 205px;
	right: 22px;
	margin-top: -8px;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.scroll-nav a.home i,
.scroll-nav a.phone i{
	right: 25px;
}
.scroll-nav a:hover i,
.scroll-nav a.active i{
	color: #FFF;
}
.scroll-nav .scroll-nav-wrap:hover a i{
	opacity: 1;
	visibility: visible;
}
.facts-wrap_inner{
	position: relative;
}

.facts-wrap li{
	margin-bottom: 50px;
}
.facts-wrap li:last-child{
	margin-bottom: 0;
}

.fancybox-margin{
	margin: 0 !important;
}
#pop-up {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 980px;
	background: rgba(0,0,0,0.88);
}
#pop-up .pop-up-body {
	position: absolute;
	z-index: 199;
	top: 50%;
	left: 50%;
}
#pop-up .g-form{
	width: 380px;
	padding: 0;
}
#pop-up .g-form form{
	width: 380px;
}
#pop-up .g-form p{
	margin-right: 15px;
	margin-left: 15px;
}
#pop-up .g-form input[type="tel"],
#pop-up .g-form input[type="email"],
#pop-up .g-form input[type="text"]{
	width: 378px;
}
#pop-up .form_btn input[type="submit"]{
	width: 380px;
}
.pop-up-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pop-up-body .close {
	display: block;
	position: absolute;
	top: -40px;
	right: -40px;
	background: url(../img/close.png) no-repeat 50%;
	width: 19px;
	height: 19px;
	cursor: pointer;
}
body.thank .scroll-nav{
	display: none;
}
body.thank .block-head{
	height: 105px;
	background: #e8e8e8;
}
body.thank .block-head:before{
	display: none;
}
body.thank .head-top .logo a{
	color: #1e1e1e;
}
.cont-thank_alert{
	text-align: center;
	padding: 150px 0 120px;
}
.cont-thank_alert h2{
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	color: #383e42;
	text-transform: uppercase;
}
.cont-thank_alert p{
	display: block;
	font-size: 24px;
	color: #3a3a3c;
	line-height: 28px;
	margin-top: 12px;
}

.menu-btn{
	display: none;
	font-size: 11px;
	text-align: center;
	color:#FFF;
	position: fixed;
	left: 0px;
	top: 20px;
	cursor: pointer;
	z-index: 100;
	padding: 10px 20px;
}
.menu-btn.btnActive:before{
	z-index: -1;
	content:'';
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
	.menu-btn span{
		width:25px;
		display: block;
		height: 3px;
		background: #FFF;
		margin:0 auto 4px;
	}

@media screen and (max-width:1100px){
	.head-top .logo{
		margin-left: 60px !important;
	}
	.m-wrap{
		box-shadow: none
	}
	.m-wrap, .g-wrap, body, #pop-up{
		min-width:320px;
		max-width:100% !important;
	}
	.wrap{
		width:auto;
	}
	.scroll-nav{
		bottom:10px !important;
		right:30px !important;
	}
	.scroll-nav .pointDisabled{
		display: none;
	}
	.scroll-nav a.next{
		display: none;
	}
	.scroll-nav-wrap:hover:after{
		display: none;
	}
	.g-wrap, .cont-future h2{		
		width:auto;
	}
	.block-head, .cont-ground, .g-form, .future-wrap, .cont-setup, .block-foot .foot-wrap{
		padding-left:20px;
		padding-right:20px;
	}
	.ground-form{
		margin:0 -20px;
	}
		.cont-mform .ground-form{
			margin:0;
		}
	.head-info{
		margin-top:35px;
	}
	.future-list .text{
		margin:30px 0;
		width:100%;		
	}
		.future-list .text li{
			padding:0 340px 0 110px;
			width:auto;
		}
	.future-list .image{
		width:150px;
		float: left;
		margin:40px 0 30px -300px;
	}
	.cont-facts{
		height: auto !important;
		overflow:hidden; 
	}
		
	.facts-wrap{
		padding:30px 0;
	}
	.facts-wrap li{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
		-moz-opacity: 1 !important; /* Mozilla 1.6 и ниже */
		-khtml-opacity: 1 !important; /* Konqueror 3.1, Safari 1.1 */
		opacity: 1 !important; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
		margin-bottom:0;
		padding-left:0;
		font-size: 0;
		letter-spacing: -5px;
		max-width:800px;
		margin:0 auto;
	}
		.facts-wrap li .text{
			float: none;
			margin: 0;
			width:auto;
		}
			.facts-wrap li .text p{
				height: auto;
				width:auto;
			}
		.facts-wrap li .img, .facts-wrap li .text{
			position: relative;
			display:inline-block;
			*zoom:1;
			*display:inline;
			vertical-align: middle;
			width:65%;
			font-size: 30px;
			letter-spacing: normal;
			margin:0;
			padding:0;
			height: auto
		}
		.facts-wrap li .img{
			width:30%;
			margin:0 5% 0 0;
		}
			.facts-wrap li .img img{
				max-width:100%;
				height: auto !important
			}
	.cont-how_work h2{
		width:auto;
	}
	.block-cont{
		padding-bottom:0;
	}
	.block-foot{
		position: relative;
	}
		.block-foot .foot-wrap{
			height: auto
		}
	.foot-wrap .contacts{
		display:inline-block;
		*zoom:1;
		*display:inline;
		vertical-align: middle;
		float: none;
	}
	.menu-btn{
		display: block;
	}
	.scroll-nav{
		display: none;
		position: fixed;
		left:20px;
		top:88px;
		right:auto !important;
		bottom:auto !important;
		margin:0;
	}
	.scroll-nav-wrap:before{
		left:-30px;
		right:auto;
		width:236px;
	}
		.scroll-nav a.phone i, .scroll-nav a.home i{
			padding-left:33px;
			top:2px;
		}
		.scroll-nav a i{
			margin-top:0;
			left:0;
			top:-1px;
			position: absolute;
			visibility: visible;
			text-align: left;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
			-moz-opacity: 1; /* Mozilla 1.6 и ниже */
			-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
			opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
			padding-left:30px;
		}
	.scroll-nav.menuActive{
		display: block;
	}
	.site-overlay{
		opacity: 0;
		position: fixed;
		left:0;
		top:0;
		bottom:0;
		right:0;
		z-index: 100
	}
}
@media screen and (max-width:950px){
	.facts-wrap{
		font-size: 0;
		letter-spacing: -5px
	}
	    .facts-wrap li{
	    	font-size: 16px;
	    	letter-spacing: normal;
	    	width:46%;
	    	padding:0 2% !important;
	    	display:inline-block;
	    	*zoom:1;
	    	*display:inline;
	    	vertical-align: top;
	    	padding:0;
	    	margin:0 0 40px;
	    	height: auto
	    }
	    	.facts-wrap li .text{
	    		height: auto;
	    		width:100%;
	    	}
	    	.facts-wrap li .img{
	    		position: static;
				margin:0 auto 10px;
				display: block;
				width:50%;
	    	}
 .ground-benefits article .desc{
 	padding:30px 17px;
 }
}
@media screen and (max-width:850px){
	.cont-ground .gross{
		display: none;
	}
	.ground-benefits{
		height: auto;
		text-align: center;
		padding:30px 0;
	}
	.ground-benefits article{
		position: static;
		display:inline-block;
		*zoom:1;
		*display:inline;
		vertical-align: middle;
		margin:10px 20px;
	}
	.ground-benefits article .desc:before{
		display: none;
	}
	.setup-table_head li.left, .setup-table_head li.right{
		width:48%;
		padding:0 1% 20px;
		margin:0;
		text-align: center;
	}
	.cont-how_work h2{
		font-size: 40px;
		line-height: 50px
	}
}
@media screen and (max-width:769px){
    .future-list .text{
    	float: none;
    	margin:20px 0;
    }
    	.future-list .text li{
    		width:auto;
    	}
    .future-btn span a{
    	width:auto;
    	padding:10px 20px;
    }
    .future-list .image{
		display: none;
	}
		.future-list .text li{
			padding:0 0 0 110px;
			width:auto;
		}
	.future-btn{
		margin-top:28px;
	}	
	.cont-setup{
		padding-top:30px;
		padding-bottom:30px;
	}
	.cont-setup h2{
		font-size: 26px;
		line-height: 1.2em
	}
	.setup-table{
		margin-top:30px;
	}
		.setup-table_body td.left span, .setup-table_body td.right span{
			padding:20px 10px 0;
		}
		.setup-table_body td span:before{
			top:0 !important;
			left:50% !important;
			margin-left:-12px;
		}
		.setup-table_body td{
			vertical-align: top;
		}
	.facts-wrap li .text p span{
		font-size: 20px;
		line-height: 28px
	}
	.facts-wrap li .img{
		width:50%;
		height: auto
	}
		.facts-wrap li .img img{
			width:100%;
			height: auto !important
		}
	.foot-wrap{
		text-align: center;
	}
	#wave, .cont-how_work{
		display: none !important;
	}
}
@media screen and (max-width:600px){
    .setup-table_body td.center b{
    	font-size: 16px
    }
    .facts-wrap li{
    	width:100%;
    	padding:0 !important;
    }
}
@media screen and (max-width:500px){
	.form_btn [type="submit"]{
    	max-width:100%;
    	width:100%;
    }
	#pop-up .g-form{
		width:100%;
	}
	.pop-up-body .close{
		right:0px;
		top:0;
	}
	.buy-btn a{
		font-size: 26px;
		height:auto
	}
	.head-info p{
		margin:0 0 25px;
	}
    .head-info h2, .head-info h2 b{
    	font-size: 30px
    }
    .buy-btn a{
    	width:100%;
    }
    .head-top .logo, .head-top .contacts{
    	margin:0 auto;
    	float: none;
    	text-align: center;
    }
	    .head-top .logo a{
	    	padding:10px 0;
	    }
	    .head-top .logo a:before{
			position: static;
			margin:0;
	    }
	.ground-benefits article{
		width:auto;
	}
	.ground-benefits .img{
		width:100%;
	}
	.g-form input[type="tel"],
	.g-form input[type="email"],
	.g-form form, 
	.g-form input[type="text"]{
		width:100%;
	}
	.form_line span, .slide_line span{
		text-align: center;
	}
	.slider-wrap{
		width:auto;
		float: none;
		margin:20px 0;
	}
	.g-form .slide_line input[type="tel"],
	.g-form .slide_line input[type="email"], 
	.g-form .slide_line input[type="text"]{
		float: none;
		margin:0 auto;
	}
	.g-form h3{
		font-size: 35px;
		padding:0 30px;
		font-size: 30px
	}
	.cont-future h2{
		font-size: 45px
	}
	.cont-future h2{
		font-size: 35px;
		line-height: 1.2em
	}
	.future-list .text li{
		font-size: 18px
	}
	.setup-table_body{
		margin:0 -10px;
	}
		.setup-table_body td{
			width:50%;
			padding:20px 0;
		}
	.setup-table_head li.left, .setup-table_head li.right{
		text-align: left;
	}
	.setup-btn a{
		width:auto;
	}
	.setup-table_body td.center{
		display: none;
	}
	#pop-up .pop-up-body{
		margin-left:0 !important;
		left:20px;
		right:20px;
	}
	#pop-up .g-form input[type="tel"],
	#pop-up .g-form input[type="email"], 
	#pop-up .g-form form,
	#pop-up .g-form input[type="text"],
	#pop-up .form_btn input[type="submit"]{
		width:100%;
	}
	.cont-facts h2 b{
		font-size: 38px
	}
}
@media screen and (max-width:400px){
    .setup-table_body td.left span, .setup-table_body td.right span{
    	padding:20px 0 0;
    }
		.head-info p{
		font-size: 20px !important;
    	line-height: 26px;
		margin:0 0 25px;
	}
    .head-info h2, .head-info h2 b{
    	font-size: 30px;
    	line-height: 30px;
    }
	.buy-btn a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px !important;
	font-weight: 700;
	line-height: 30px !important;
	}
	.form_btn input[type="submit"]{
	font-size: 18px !important;
	}
}
@media only screen and (max - device - width : 320px) {
   .sidebar {
      display : none; 
      }
   }