/* initial
-----------------------------------------------------------------------------*/
body *, *::before, *::after {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, em, img, strong, sub, sup,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
    outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, summary  {display: block;}

ol, ul, li {list-style: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
	text-align: left;
}

a {
	color: #000;
	outline: none;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {text-decoration: none;}

img {
	border: none;
	vertical-align: top;
}

html {height: 100%;}

body {
	font: 15px "Open Sans", Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    background: #fff;
}

input, select, button {vertical-align: middle;}

button {outline: none;}

input, select, textarea, button {
    font: 15px "Open Sans", Arial, sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	background: #fff;
}

input:focus, select:focus, textarea:focus, button:focus {outline: none; background: #fff;}

input.input-submit::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}

input[type="submit"], button {cursor: pointer;}

textarea {resize: none;}

input:-moz-placeholder, textarea:-moz-placeholder {color: #808080; opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #808080; opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #808080; opacity: 1;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #808080; opacity: 1;}

input.input-text, select {
    font-weight: 700;
    border: 1px solid rgba(0,0,0, .15);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #808080;
}

input.input-text:focus, select:focus {color: #000;}

input.input-text {padding: 5px 14px 6px;}
select {padding: 4px 0 5px 10px;}

input.input-submit {
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#00cb2d), color-stop(100%,#00a91e));
    background: -webkit-linear-gradient(top, #00cb2d, #00a91e);
    background: -moz-linear-gradient(top, #00cb2d, #00a91e);
    background: -ms-linear-gradient(top, #00cb2d, #00a91e);
    background: -o-linear-gradient(top, #00cb2d, #00a91e);
    background: linear-gradient(top, #00cb2d, #00a91e);
    text-transform: uppercase;
    padding: 6px 0 7px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.phone a, a.phone-link {
    text-decoration: none;
    cursor: default;
    color: inherit;
}

.wrapper {
    width: 100%;
}


/* header
-----------------------------------------------------------------------------*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.navigation {height: 96px;}

.header .navigation {background: rgba(0,0,0,.6);}

.navigation .logo {
    float: left;
    margin-top: 8px;
}

.navigation .phone {
    float: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 96px;
    color: #a9de40;
}

.navigation .title {
    font: 22px/96px 'pf_din_text_cond_promedium', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

/* middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}

.content {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.box1 {
    padding: 96px 0 0;
    background: url("/landing/images/box1-bg.jpg") center 0 no-repeat;
    background-size: 100% 100%;
    min-height: 565px;
}

.box1 .box-form {
    padding-top: 54px;
    min-height: 469px;
}

.box-form {position: relative;}

.box-form:before {
    content: "";
    position: absolute;
    width: 268px;
    height: 235px;
    top: 50%;
    left: -68px;
    margin-top: -117.5px;
    background: url("/landing/images/spritesheet.png") 0 0 no-repeat;
}

.block-form {
    float: right;
    width: 294px;
    height: 346px;
    padding: 0 23px;
    margin-left: 20px;
    border: 1px solid rgba(255,255,255,.35);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2)
}

.block-form .form-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

.block-form .form-row {margin-bottom: 14px;}
.block-form .form-row > input,
.block-form .form-row > select {width: 100%;}

.block-info {
    float: right;
    width: 430px;
    height: 346px;
    border: 1px solid rgba(255,255,255,.35);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: rgba(0,4,22,0.6);
}

.block-info .info-title {
    font: 24px 'pf_din_text_cond_promedium', sans-serif;
    color: #bbee49;
    text-transform: uppercase;
    text-align: center;
    margin: 14px 0 13px;
}

.block-info ul {padding: 0 18px 13px;}
.block-info ul li {
    position: relative;
    font-size: 19px;
    line-height: 23px;
    padding-left: 62px;
    margin-bottom: 11px;
}
.block-info ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 20px;
    width: 26px;
    height: 25px;
    background: url("/landing/images/spritesheet.png") -272px 0;
}

.block-info .text1, .block-info .text2 {padding: 0 18px;}
.block-info .text1 {
    font: 19px/25px 'pf_din_text_cond_promedium', sans-serif;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.block-info .text1 span {color: #bbee49;}
.block-info .text2 {font-size: 16px;}

h2 {
    font: 44px/50px 'pf_din_text_cond_promedium', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 0 36px;
}

.block-benefits {text-align: center; margin-bottom: 70px;}

.box3 {background: #f2f2f2;}

.block-chances {text-align: center; margin-bottom: 70px;}

.box4 {
    color: #fff;
    background: url("/landing/images/box4-bg.jpg") center 0 no-repeat;
    min-height: 600px;
}

.block-gain {/*margin-bottom: 70px;*/}

.block-gain ol.row {
    counter-reset: li;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin: 0 -9px;
}

.block-gain ol.row > li {
    position: relative;
    float: left;
    width: 308px;
    height: 61px;
    padding: 3px;
    background: url("/landing/images/spritesheet.png") 0 -239px;
    font-weight: 600;
    margin: 0 9px 32px;
}

.block-gain ol > li:before {
    counter-increment: li;
    content: counter(li);
    /*position: absolute;
    top: 3px;
    left: 3px;*/
    width: 53px;
    height: 55px;
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.block-gain ol > li > span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 17px;
}

.block-gain ol.row > p {margin: 0 9px 36px;}


.article {line-height: 21px; margin-bottom: 64px;}

.article p {margin-bottom: 15px;}

h3 {
    font: 21px/27px 'pf_din_text_cond_promedium', sans-serif;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.block-steps {margin: 50px 0 45px;}

.block-price {margin: 46px 0 45px;}

.block-notice {
    font: 19px/25px 'pf_din_text_cond_promedium', sans-serif;
    color: #d63a3c;
    text-align: center;
    text-transform: uppercase;
}

.box6 {
    background: url("/landing/images/box6-bg.jpg") center 0 no-repeat;
    background-size: auto 100%;
}

.box6 p, .box6 p a {color: #fff;}
.box6 p {
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 38px;
}

.box6 .block-info {background: rgba(0,4,22,0.3);}

.box6 .box-form {margin-bottom: 70px;}

/* footer
-----------------------------------------------------------------------------*/
.footer {position: relative;}

.footer .navigation {background: rgba(0,0,0,.8);}


.checkbox-box {margin-right: -23px;}

.checkbox-box input.input-checkbox {display: none;}

.checkbox-box label.label-checkbox {
    display: block;
    min-height: 19px;
}

.checkbox-box label.label-checkbox .point {
    border-radius: 2px;
    float: left;
    height: 19px;
    margin-right: 10px;
    position: relative;
    width: 19px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.checkbox-box label.label-checkbox.checked .point:after {
    background: rgba(0, 0, 0, 0) url("/landing/images/spritesheet.png") repeat scroll -272px 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 26px;
}

.checkbox-box label.label-checkbox .name {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: relative;
    top: -4px;
}