html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: 0
}

body {
    width: 100%;
    min-width: 320px
}

header {
    background: -webkit-gradient(linear, left top, right top, from(#242c30), to(#101d23));
    background: -webkit-linear-gradient(left, #242c30, #101d23);
    background: linear-gradient(to right, #242c30, #101d23)
}

.header-body {
    width: 1000px;
    margin: 0 auto;
    padding: 26px 0 34px
}

.header-body-logo {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    padding-left: 21px
}

.header-body-btn {
    width: 233px;
    display: inline-block;
    vertical-align: top;
    margin: 26px 0 0 233px
}

.header-body-btn button {
    width: 100%;
    height: 57px;
    border: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#b00115), to(#fb0320));
    background: -webkit-linear-gradient(bottom, #b00115, #fb0320);
    background: linear-gradient(to top, #b00115, #fb0320);
    border-radius: 5px;
    font: 25px/30px Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.line {
    background: -webkit-gradient(linear, left top, right top, from(#6a6767), to(#cacaca));
    background: -webkit-linear-gradient(left, #6a6767, #cacaca);
    background: linear-gradient(to right, #6a6767, #cacaca);
    height: 5px;
    width: 100%
}

.info-block {
    background: url(../images/info-bg.jpg) center top;
}

.info-block-body {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 78px
}

.info-block-name h2 {
    font: 41px/53px Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: .7px;
    max-width: 800px;
}

.info-block-name h2 span {
    color: #ffe400
}

.info-block-list {
    margin: 34px 0 0 20px;
    width: 480px
}

.info-block-list li {
    background: url(../images/info-check.png) no-repeat 0 1px;
    padding-left: 36px;
    font: 25px/30px Roboto, sans-serif;
    color: #fff;
    margin-bottom: 20px
}

.info-block-list li:last-child {
    margin-bottom: 0
}

.action-form {
    background: -webkit-gradient(linear, left bottom, left top, from(#004018), to(#00723b));
    background: -webkit-linear-gradient(bottom, #004018, #00723b);
    background: linear-gradient(to top, #004018, #00723b);
}

.action-form-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1008px;
    margin: 0 auto;
    padding: 20px 0;
}

.af-pack {
    width: 312px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    position: relative;
    z-index: 3
}

.af-pack img {
    width: 100%;
    max-width: 280px;
}

.af-action {
    width: 390px;
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
    background: #ffe400;
    padding-top: 34px;
    margin-right: 20px;
}

.af-action-name {
    text-align: center
}

.af-action-name p {
    font: 30px/30px Roboto, sans-serif;
    font-weight: 500;
    color: #242424
}

.af-action-name p span {
    font: 35px/35px Roboto, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #df1a22
}

.af-action-price {
    text-align: center;
    margin-top: 1px
}

.af-action-price-new {
    background: url(../images/price-bg.png) no-repeat center;
    padding: 18px 0
}

.af-action-price-new p {
    font: 29px/65px Roboto, sans-serif;
    font-weight: 900;
    color: #df1a22
}

.af-action-price-old {
    margin-top: 10px
}

.af-action-price-old p {
    font: 25px/37px Roboto, sans-serif;
    font-weight: 500;
    color: #242424
}

.af-action-price-old p span {
    text-decoration: line-through
}

.af-action-body {
    text-align: center;
    margin-top: 7px;
    background: -webkit-gradient(linear, left top, right top, from(#242424), to(#3e3e3e));
    background: -webkit-linear-gradient(left, #242424, #3e3e3e);
    background: linear-gradient(to right, #242424, #3e3e3e);
    padding: 13px 0 30px
}

.af-action-body p {
    font: 20px/22px Roboto, sans-serif;
    color: #fff
}

.clock {
    width: 310px;
    margin: 18px auto 0
}

.af-form {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    margin-top: 0px;
    -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 15px -1px rgba(0, 0, 0, .5)
}

.af-form-name {
    background: -webkit-gradient(linear, left bottom, left top, from(#ae0115), to(#eb031e));
    background: -webkit-linear-gradient(bottom, #ae0115, #eb031e);
    background: linear-gradient(to top, #ae0115, #eb031e);
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 14px 0 13px
}

.af-form-name p {
    font: 20px/30px Roboto, sans-serif;
    font-weight: 500;
    color: #ffe400
}

.af-form-body {
    padding: 15px 33px 52px 34px;
    font-family: Roboto, sans-serif;
}

.form-pole-input {
    margin-bottom: 14px
}

.form-pole-input input,
.form-pole-input select {
    width: 100%;
    height: 40px;
    border: 1px solid #2b2e30;
    background: #f9f3e5;
    font: 16px/40px Roboto, sans-serif;
    color: #131415;
    padding-left: 10px;
    margin-top: 8px
}

.form-pole-input label {
    font: 19px/25px Roboto, sans-serif;
    color: #131415
}

.form-pole-btn {
    margin-top: 52px
}

.form-pole-btn button {
    width: 100%;
    border: 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(#af0115), to(#fb0320));
    background: -webkit-linear-gradient(bottom, #af0115, #fb0320);
    background: linear-gradient(to top, #af0115, #fb0320);
    font: 25px/30px Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 13px;
}

.work-block {
    background: -webkit-gradient(linear, left bottom, left top, from(#004018), to(#00723b));
    background: -webkit-linear-gradient(bottom, #004018, #00723b);
    background: linear-gradient(to top, #004018, #00723b);
    padding: 20px 0;
}

.work-block-body {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 -2px 11px -4px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 11px -4px rgba(0, 0, 0, .5);
    position: relative;
    /* top: -31px; */
    padding-top: 50px;
    padding-right: 10px;
}

.work-block-name {
    text-align: center
}

.work-block-name h2 {
    font: 50px/50px Roboto, sans-serif;
    font-weight: 700;
    color: #242424
}

.work-block-info {
    margin-top: 38px
}

.wbi-text1 {
    overflow: auto
}

.wbi-text1 img {
    float: left;
    padding: 0 13px 0 50px;
    width: 100%;
    max-width: 200px;
}

.wbi-text1 p {
    padding: 60px 84px 0 0;
    font: 27px/33px Roboto, sans-serif;
    color: #242424
}

.wbi-text1 p span {
    font-weight: 700
}

.wbi-text2 {
    overflow: auto;
    margin-top: 5px
}

.wbi-text2 img {
    float: right;
    padding: 0 4px 0 9px
}

.wbi-text2 p {
    width: 724px;
    margin-top: 31px;
    font: 28px/35px Roboto, sans-serif;
    color: #242424;
    font-weight: 700;
    background: url(../images/work-text-bg.png) no-repeat;
    padding: 26px 53px 45px 43px
}

.wbi-text3 {
    overflow: auto;
    margin-top: 27px
}

.wbi-text3 img {
    float: left;
    padding: 0 20px 0 0
}

.wbi-text3 p {
    font: 28px/32px Roboto, sans-serif;
    color: #242424;
    padding: 16px 2px 15px 0;
    letter-spacing: -.5px
}

.wbi-text3 p span {
    font-weight: 700
}

.note-block {
    background: -webkit-gradient(linear, left top, right top, from(#df1a22), to(#b40508));
    background: -webkit-linear-gradient(left, #df1a22, #b40508);
    background: linear-gradient(to right, #df1a22, #b40508)
}

.note-block-body {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 29px;
    text-align: center
}

.note-block-body p {
    font: 35px/42px Roboto, sans-serif;
    font-weight: 700;
    color: #fff
}

.note-block-body p span {
    color: #ffe400
}

.mobile {
    display: none
}

.consist-block {
    background: -webkit-radial-gradient(#3f4a4f, #121b1f);
    background: radial-gradient(#3f4a4f, #121b1f)
}

.consist-block-body {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 30px
}

.consist-block-name {
    width: 715px;
    margin: 0 auto;
    text-align: center;
    background: #ffe400;
    border-radius: 50px;
    padding: 22px 0 24px
}

.consist-block-name h2 {
    font: 50px/50px Roboto, sans-serif;
    font-weight: 700;
    color: #242424;
    letter-spacing: -.5px
}

.consist-block-list {
    margin-top: 70px
}

.consist-block-list li {
    width: 31.4%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.3%;
    margin-bottom: 75px
}

.consist-block-list li:nth-child(3n) {
    margin-right: 0
}

.consist-block-list li:last-child,
.consist-block-list li:nth-last-child(2),
.consist-block-list li:nth-last-child(3) {
    margin-bottom: 0
}

.cbl-img {
    text-align: right
}
.cbl-img img{
    padding-bottom: 35px;
}

.cbl-info {
    background: #fff;
    border-radius: 10px;
    margin-top: -70px;
    padding: 31px 0 0;
    height: 350px
}

.cbl-name {
    background: #ffe400;
    padding: 9px 22px 5px 23px
}

.cbl-name h4 {
    font: 30px/36px Roboto, sans-serif;
    font-weight: 700;
    color: #242424;

    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1), -1px -1px 0px rgba(255, 255, 255, 1), -1px 1px 0px rgba(255, 255, 255, 1), 1px -1px 0px rgba(255, 255, 255, 1);
}

.cbl-text {
    padding: 5px 7px 0 23px
}

.cbl-text p {
    font: 22px/27px Roboto, sans-serif;
    color: #242424
}

.cbl-text p span {
    font-weight: 700
}

.consist-block-note {
    width: 933px;
    margin: 60px auto 0;
    background: #ffe400;
    border-radius: 50px;
    text-align: center;
    padding: 26px 0 29px
}

.consist-block-note p {
    font: 45px/45px Roboto, sans-serif;
    font-weight: 700;
    color: #242424
}

.consist-block-btn {
    margin-top: 30px;
    text-align: center
}

.consist-block-btn a {
    display: inline-block;
    width: 330px;
    padding: 13px 20px 15px;
    border: 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(#af0115), to(#fb0320));
    background: -webkit-linear-gradient(bottom, #af0115, #fb0320);
    background: linear-gradient(to top, #af0115, #fb0320);
    font: 25px/30px Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.consist-block-btn a:hover {
    text-decoration: none;
}

.take-block {
    padding: 62px 0 33px
}

.take-block-name {
    width: 1000px;
    margin: 0 auto;
    text-align: center
}

.take-block-name h2 {
    font: 50px/50px Roboto, sans-serif;
    font-weight: 700;
    color: #242424
}

.take-block-img {
    width: 1000px;
    margin: 5px auto 0;
    display: flex;
    justify-content: center;
}

.take-block-img li {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.take-block-img li:nth-child(1) {
    width: 246px
}

.take-block-img li:nth-child(2) {
    width: 254px
}

.take-block-img li:nth-child(3) {
    width: 251px
}

.take-block-img li:nth-child(4) {
    width: 249px
}

.take-block-text {
    background: #ffe400
}

.take-block-text-body {
    width: 1000px;
    margin: -3px auto 0;
    height: 182px;
    padding-top: 28px;
    display: flex;
    justify-content: center;
}

.take-block-text-body li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font: 24px/28px Roboto, sans-serif;
    font-weight: 500;
    color: #242424
}

.take-block-text-body li:nth-child(1) {
    width: 246px
}

.take-block-text-body li:nth-child(2) {
    width: 254px
}

.take-block-text-body li:nth-child(3) {
    width: 251px
}

.take-block-text-body li:nth-child(4) {
    width: 249px
}

.take-block-note {
    width: 933px;
    margin: 33px auto 0;
    background: -webkit-gradient(linear, left top, right top, from(#003a14), to(#00723b));
    background: -webkit-linear-gradient(left, #003a14, #00723b);
    background: linear-gradient(to right, #003a14, #00723b);
    border-radius: 50px;
    text-align: center;
    padding: 8px 20px 13px
}

.take-block-note p {
    font: 33px/40px Roboto, sans-serif;
    font-weight: 500;
    color: #ffe400
}

.how-block {
    background: -webkit-radial-gradient(#3f4a4f, #121b1f);
    background: radial-gradient(#3f4a4f, #121b1f);
    padding: 65px 0 92px
}

.how-block-body {
    width: 1010px;
    margin: 0 auto;
    background: #252526;
    border-radius: 10px;
    padding: 31px 0 56px
}

.how-block-name {
    text-align: center
}

.how-block-name h2 {
    font: 55px/55px Roboto, sans-serif;
    font-weight: 700;
    color: #ffe400
}

.how-block-list {
    margin-top: 71px
}

.how-block-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.how-block-list li h4 {
    font: 24px/27px Roboto, sans-serif;
    font-weight: 700;
    color: #ffe400;
    text-transform: uppercase;
    height: 82px;
    padding-top: 10px
}

.how-block-list li p {
    font: 23px/25px Roboto, sans-serif;
    color: #fff;
    padding-top: 21px
}

.how-block-list li p span {
    font-weight: 700;
    color: #cf1818
}

.how-block-list li:nth-child(1) {
    width: 225px;
    margin-left: 19px
}

.how-block-list li:nth-child(2) {
    width: 219px;
    margin-left: 33px
}

.how-block-list li:nth-child(3) {
    width: 250px;
    margin-left: 10px
}

.how-block-list li:nth-child(4) {
    width: 240px
}

.garanty-block-body {
    width: 1000px;
    margin: 60px auto 0;
    background: #252526;
    border-radius: 10px;
    height: 235px
}

.garanty-block-img {
    width: 244px;
    display: inline-block;
    vertical-align: top;
    margin: -36px 0 0 31px
}

.garanty-block-img img {
    height: 304px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.garanty-block-text {
    width: 645px;
    display: inline-block;
    vertical-align: top;
    margin: 35px 0 0 43px
}

.garanty-block-text h4 {
    font: 55px/55px Roboto, sans-serif;
    font-weight: 700;
    color: #ffe400
}

.garanty-block-text p {
    font: 23px/30px Roboto, sans-serif;
    color: #fff;
    padding-top: 19px
}

.blackout,
.work-img-popup {
    display: none
}

.popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    z-index: 99999
}

.popup_bg {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%
}

.popup_img {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-height: 94%;
    max-width: 54%;
    margin: 1% 0 0 0
}

@media (max-width:1100px) {
    .wip-close {
        width: 55%
    }
}

footer {
    background: -webkit-radial-gradient(#3f4a4f, #121b1f);
    background: radial-gradient(#3f4a4f, #121b1f)
}

/* footer .af-form {
    margin-top: -86px
} */

footer .af-pack {
    margin-top: -51px;
    width: 294px
}

footer .af-action {
    width: 407px;
    padding-top: 15px
}

footer .af-action-price-old {
    margin-top: 4px
}

footer .af-action-body {
    margin-top: 2px
}

footer .action-form {
    background: -webkit-gradient(linear, left top, right top, from(#003a14), to(#00723b));
    background: -webkit-linear-gradient(left, #003a14, #00723b);
    background: linear-gradient(to right, #003a14, #00723b);
}

.footer-copy-body {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center
}

.footer-copy-body p {
    font: 19px/23px Roboto, sans-serif;
    color: #fff;
    padding-bottom: 20px
}

.footer-copy-body a {
    font: 20px/20px Roboto, sans-serif;
    color: #fff;
    text-decoration: underline;
    margin: 0 20px
}

.footer-copy-body a:hover {
    text-decoration: none
}

@media (max-width:1020px) {
    .header-body {
        width: 780px
    }
    .how-block-list ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-body-btn {
        margin: 26px 0 0 47px
    }
    .info-block-body {
        width: 780px
    }
    .action-form-body {
        width: 780px
    }
    .af-pack {
        display: none
    }
    .work-block-body {
        width: 780px
    }
    .wbi-text1 p {
        padding: 56px 84px 0 0
    }
    .wbi-text2 p {
        padding: 18px 53px 45px 25px
    }
    .wbi-text3 p {
        font: 26px/32px Roboto, sans-serif;
        padding: 13px 2px 8px 0
    }
    .note-block-body {
        width: 780px
    }
    .consist-block-body {
        width: 780px
    }
    .consist-block-list {
        margin-top: 70px
    }
    .consist-block-list li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        margin-bottom: 75px
    }
    .consist-block-list li:nth-child(3n) {
        margin-right: 2%
    }
    .consist-block-list li:nth-child(2n) {
        margin-right: 0
    }
    .consist-block-list li:nth-last-child(3) {
        margin-bottom: 75px
    }
    .consist-block-list li:last-child,
    .consist-block-list li:nth-last-child(2) {
        margin-bottom: 0
    }
    .cbl-name {
        background: #ffe400;
        padding: 9px 45px 5px 23px
    }
    .consist-block-note {
        width: 100%
    }
    .take-block-name {
        width: 780px
    }
    .take-block-img {
        width: 780px
    }
    .take-block-img li {
        width: 25%!important
    }
    .take-block-text-body {
        width: 780px
    }
    .take-block-text-body li {
        width: 25%!important
    }
    .take-block-note {
        width: 780px
    }
    .how-block-body {
        width: 780px
    }
    .how-block-list li:nth-child(1) {
        width: 50%;
        margin-left: 0
    }
    .how-block-list li:nth-child(2) {
        width: 50%;
        margin-left: 0
    }
    .how-block-list li:nth-child(3) {
        width: 50%;
        margin: 20px 0 0 0
    }
    .how-block-list li:nth-child(4) {
        width: 50%;
        margin: 20px 0 0 0
    }
    .garanty-block-body {
        width: 780px;
        margin: 60px auto 0;
        background: #272927;
        border-radius: 10px;
        height: 235px
    }
    .garanty-block-text {
        width: 462px;
        display: inline-block;
        vertical-align: top;
        margin: -253px 0 0 296px;
    }
    .garanty-block-text h4 {
        font: 39px/39px Roboto, sans-serif;
        font-weight: 700;
        color: #ffe400
    }
    .garanty-block-text p {
        font: 21px/28px Roboto, sans-serif;
        color: #fff;
        padding-top: 19px
    }
    .how-block {
        background-size: cover;
        padding: 87px 0 98px
    }
    .footer-copy-body {
        width: 780px
    }
}

@media (max-width:801px) {
    body {
        width: 100%;
        margin: 0 auto
    }
    .header-body {
        width: 580px;
        padding: 9px 0 7px
    }
    .header-body-btn {
        display: none
    }
    .header-body-logo {
        width: 262px;
        display: block;
        margin: 0 auto
    }
    .header-body-logo img {
        width: 100%
    }
    .line {
        background: -webkit-radial-gradient(#6a6767, #cacaca);
        background: radial-gradient(#6a6767, #cacaca);
        height: 3px
    }
    .info-block {
        background: url(../images/mobile/info-bg.jpg) no-repeat center -100px;
        background-size: cover
    }
    .info-block-body {
        width: 100%;
        margin: 0 auto;
        padding: 15px 95px 40px;
        background: rgba(0, 0, 0, 0.6)
    }
    .info-block-name {
        text-align: center
    }
    .info-block-name h2 {
        font: 32px/36px Roboto, sans-serif;
        font-weight: 500
    }
    .info-block-list {
        margin: 196px 0 0 10px;
        width: auto
    }
    .info-block-list li {
        background: url(../images/info-check.png) no-repeat 0 0;
        background-size: 13px;
        padding-left: 23px;
        font: 23px/25px Roboto, sans-serif;
        color: #fff;
        margin-bottom: 8px
    }
    .info-block-list li:last-child {
        margin-bottom: 0
    }
    .action-form {
        background: url(../images/action-form-bg.jpg) no-repeat center -120px cover
    }
    .action-form-body {
        width: 580px;
        margin: 0 auto;
        padding-bottom: 5px;
        flex-direction: column;
    }
    .af-pack {
        width: 270px;
        display: block;
        vertical-align: top;
        margin: 0 auto 20px;
        top: 0px;
    }
    .af-action {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0;
        background: #ffe400;
        padding-top: 17px;
        margin-top: -13px
    }
    .af-action-name {
        text-align: center
    }
    .af-action-name p {
        font: 20px/20px Roboto, sans-serif;
        font-weight: 500
    }
    .af-action-name p span {
        font: 25px/32px Roboto, sans-serif;
        font-weight: 900
    }
    .af-action-price-new {
        background-size: 230px
    }
    .af-action-price-new p {
        font: 29px/45px Roboto, sans-serif;
        font-weight: 900
    }
    .af-action-price-old {
        margin-top: 1px
    }
    .af-action-price-old p {
        font: 18px/37px Roboto, sans-serif;
        font-weight: 500;
        color: #242424
    }
    .af-action-price-old p span {
        text-decoration: line-through
    }
    .af-action-body {
        text-align: center;
        margin-top: 3px;
        background: -webkit-gradient(linear, left top, right top, from(#242424), to(#3e3e3e));
        background: -webkit-linear-gradient(left, #242424, #3e3e3e);
        background: linear-gradient(to right, #242424, #3e3e3e);
        padding: 13px 0 30px
    }
    .af-action-body p {
        font: 20px/24px Roboto, sans-serif;
        color: #fff
    }
    .clock {
        width: 238px;
        margin: 5px auto 0
    }
    .flip-clock-wrapper ul {
        width: 30px;
        height: 43px
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 27px;
        line-height: 46px
    }
    .flip-clock-divider .flip-clock-label {
        font-size: 12px;
        line-height: 22px;
        top: 83%;
        right: -49px
    }
    .flip-clock-divider.minutes .flip-clock-label {
        right: -48px
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -50px
    }
    .af-form {
        width: 580px;
        display: block;
        margin: 17px auto;
        -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 15px -1px rgba(0, 0, 0, .5)
    }
    .work-block {
        height: 1375px;
        background: -webkit-gradient(linear, left bottom, left top, from(#003f18), to(#00723b));
        background: -webkit-linear-gradient(bottom, #003f18, #00723b);
        background: linear-gradient(to top, #003f18, #00723b)
    }
    .work-block-body {
        width: 580px;
        margin: 0 auto;
        padding: 23px 0 28px
    }
    .work-block-name {
        text-align: center
    }
    .work-block-name h2 {
        font: 32px/35px Roboto, sans-serif;
        font-weight: 700;
        color: #242424
    }
    .work-block-info {
        margin-top: 20px;
    }
    .wbi-text1 {
        overflow: initial;
        text-align: center
    }
    .wbi-text1 img {
        float: none;
        padding: 0;
        width: 275px
    }
    .wbi-text1 p {
        padding: 11px 2% 0 6%;
        font: 23px/25px Roboto, sans-serif;
        color: #242424;
        text-align: left
    }
    .wbi-text1 p span {
        font-weight: 700
    }
    .wbi-text2 {
        overflow: initial;
        margin-top: 20px;
        text-align: center
    }
    .wbi-text2 img {
        float: none;
        padding: 0;
        width: 168px;
        margin-top: 14px
    }
    .wbi-text2 p {
        width: 95%;
        display: block;
        margin: 0 auto;
        font: 23px/25px Roboto, sans-serif;
        color: #242424;
        background: #ffe400;
        padding: 14px 6px 39px 10px;
        text-align: left
    }
    .wbi-text2 p span {
        font-weight: 700
    }
    .dec {
        display: none!important
    }
    .mobile {
        display: block;
        margin: 0 auto
    }
    .wbi-text3 {
        overflow: initial;
        margin-top: 18px
    }
    .wbi-text3 img {
        float: none;
        padding: 0;
        width: 160px;
        margin: 15px auto 25px
    }
    .wbi-text3 p {
        font: 23px/25px Roboto, sans-serif;
        color: #242424;
        padding: 0 18px;
        letter-spacing: -.5px
    }
    .wbi-text3 p span {
        font-weight: 700
    }
    .note-block {
        background: -webkit-gradient(linear, left top, right top, from(#df1a22), to(#b40508));
        background: -webkit-linear-gradient(left, #df1a22, #b40508);
        background: linear-gradient(to right, #df1a22, #b40508)
    }
    .note-block-body {
        width: 580px;
        margin: 0 auto;
        padding: 40px 0 19px;
        text-align: center;
        position: relative;
        z-index: 3
    }
    .note-block-body p {
        font: 20px/23px Roboto, sans-serif;
        font-weight: 700;
        color: #fff
    }
    .note-block-body p span {
        color: #ffe400
    }
    .note-block-body img {
        width: 60px;
        position: absolute;
        top: -26px;
        left: 0;
        right: 0
    }
    .consist-block-body {
        width: 580px;
        margin: 0 auto;
        padding: 27px 0 54px
    }
    .consist-block-name {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: 0 0;
        border-radius: 0;
        padding: 0
    }
    .consist-block-name h2 {
        font: 35px/40px Roboto, sans-serif;
        font-weight: 700;
        color: #ffe400;
        letter-spacing: 0
    }
    .consist-block-list {
        margin-top: 14px
    }
    .consist-block-list li {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 23px
    }
    .consist-block-list li:nth-child(3n) {
        margin-right: 0
    }
    .consist-block-list li:nth-last-child(2),
    .consist-block-list li:nth-last-child(3) {
        margin-bottom: 23px
    }
    .consist-block-list li:last-child {
        margin-bottom: 0
    }
    .cbl-img {
        text-align: right;
        padding-right: 11px
    }
    .cbl-img img {
        width: 117px
    }
    .cbl-info {
        height: auto;
        margin-top: -51px;
        padding: 18px 0 0
    }
    .cbl-name {
        background: #ffe400;
        padding: 9px 59px 5px 23px
    }
    .cbl-name h4 {
        font: 30px/35px Roboto, sans-serif;
        font-weight: 700;
        color: #242424
    }
    .cbl-text {
        padding: 15px 7px 29px 17px
    }
    .cbl-text p {
        font: 23px/25px Roboto, sans-serif;
        color: #242424
    }
    .cbl-text p span {
        font-weight: 700
    }
    .consist-block-note {
        display: none
    }
    .consist-block-btn {
        display: none
    }
    .how-block {
        display: none
    }
    .take-block {
        padding: 62px 0 0
    }
    .take-block-name {
        width: 580px;
        margin: 0 auto;
        text-align: center
    }
    .take-block-name h2 {
        font: 32px/35px Roboto, sans-serif;
        font-weight: 700;
        color: #242424
    }
    .take-block-list {
        width: 580px;
        margin: 30px auto 0
    }
    .take-block-list li {
        text-align: center;
    }
    .take-block-list li p {
        background: #ffe400;
        border-radius: 10px;
        margin-top: 15px;
        padding: 14px 10px 14px;
        font: 23px/25px Roboto, sans-serif;
        color: #242424
    }
    .take-block-list li:last-child {
        padding-bottom: 0
    }
    .take-block-note {
        width: 100%;
        margin: 22px auto 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#af0115), to(#fb0320));
        background: -webkit-linear-gradient(bottom, #af0115, #fb0320);
        background: linear-gradient(to top, #af0115, #fb0320);
        border-radius: 0;
        text-align: center;
        padding: 16px 10px 33px
    }
    .take-block-note p {
        font: 23px/25px Roboto, sans-serif;
        font-weight: 500;
        color: #fff
    }
    footer .action-form-body {
        padding-top: 0
    }
    footer .af-pack {
        width: 260px;
        display: block;
        vertical-align: top;
        margin: 0 auto 20px;
        top: 0px;
    
    }
    footer .af-action {
        width: 100%;
        padding-top: 15px
    }
    footer .af-form {
        margin-top: 15px
    }
    .footer-clock {
        width: 238px!important;
        margin: 18px auto 0
    }
    .footer-copy-body {
        width: 580px;
        padding: 20px 0;
        text-align: center
    }
    .footer-copy-body p {
        font: 23px/25px Roboto, sans-serif;
        color: #fff;
        padding-bottom: 20px
    }
    .footer-copy-body a {
        font: 23px/25px Roboto, sans-serif;
        color: #fff;
        text-decoration: underline;
        margin: 10px 0 0;
        display: block
    }
    .footer-copy-body a:hover {
        text-decoration: none
    }
}

@media (max-width:601px) {
    body {
        width: 100%;
        margin: 0 auto
    }
    .header-body {
        width: 90%;
        padding: 9px 0 7px
    }
    .header-body-btn {
        display: none
    }
    .header-body-logo {
        width: 162px;
        display: block;
        margin: 0 auto
    }
    .header-body-logo img {
        width: 100%
    }
    .line {
        background: -webkit-radial-gradient(#6a6767, #cacaca);
        background: radial-gradient(#6a6767, #cacaca);
        height: 3px
    }
    .info-block {
        background: url(../images/mobile/info-bg2.jpg) no-repeat center top;
        background-size: cover;
    }
    .info-block-body {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 23px
    }
    .info-block-name {
        text-align: center
    }
    .info-block-name h2 {
        font: 20px/24px Roboto, sans-serif;
        font-weight: 500;
        padding: 0 10px;
        max-width: 480px;
        margin: 0 auto;
    }
    .info-block-list {
        margin: 20px 0 0 10px;
        width: auto;
        padding: 0 10px;
    }
    .info-block-list li {
        background: url(../images/info-check.png) no-repeat 0 0;
        background-size: 13px;
        padding-left: 23px;
        font: 16px/18px Roboto, sans-serif;
        color: #fff;
        margin-bottom: 12px
    }
    .info-block-list li:last-child {
        margin-bottom: 0
    }
    .action-form {
        background: url(../images/action-form-bg.jpg) no-repeat center -120px cover
    }
    .action-form-body {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 5px
    }
    .af-pack {
        width: 150px;
        display: block;
        vertical-align: top;
    }
    .af-action {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0;
        background: #ffe400;
        padding-top: 17px;
        margin-top: -13px
    }
    .af-action-name {
        text-align: center
    }
    .af-action-name p {
        font: 20px/20px Roboto, sans-serif;
        font-weight: 500
    }
    .af-action-name p span {
        font: 25px/32px Roboto, sans-serif;
        font-weight: 900
    }
    .af-action-price-new {
        background-size: 230px
    }
    .af-action-price-new p {
        font: 30px/45px Roboto, sans-serif;
        font-weight: 900
    }
    .af-action-price-old {
        margin-top: 1px
    }
    .af-action-price-old p {
        font: 18px/37px Roboto, sans-serif;
        font-weight: 500;
        color: #242424
    }
    .af-action-price-old p span {
        text-decoration: line-through
    }
    .af-action-body {
        text-align: center;
        margin-top: 3px;
        background: -webkit-gradient(linear, left top, right top, from(#242424), to(#3e3e3e));
        background: -webkit-linear-gradient(left, #242424, #3e3e3e);
        background: linear-gradient(to right, #242424, #3e3e3e);
        padding: 13px 0 30px
    }
    .af-action-body p {
        font: 14px/16px Roboto, sans-serif;
        color: #fff
    }
    .clock {
        width: 238px;
        margin: 5px auto 0
    }
    .flip-clock-wrapper ul {
        width: 30px;
        height: 43px
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 27px;
        line-height: 46px
    }
    .flip-clock-divider .flip-clock-label {
        font-size: 12px;
        line-height: 22px;
        top: 83%;
        right: -49px
    }
    .flip-clock-divider.minutes .flip-clock-label {
        right: -48px
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -50px
    }
    .af-form {
        width: 93%;
        display: block;
        margin: 17px auto;
        -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 15px -1px rgba(0, 0, 0, .5)
    }
    .work-block {
        height: auto;
        background: -webkit-gradient(linear, left bottom, left top, from(#003f18), to(#00723b));
        background: -webkit-linear-gradient(bottom, #003f18, #00723b);
        background: linear-gradient(to top, #003f18, #00723b);
        padding-bottom: 40px;
    }
    .work-block-body {
        width: 90%;
        margin: 0 auto;
        padding: 23px 0 28px
    }
    .work-block-name {
        text-align: center
    }
    .work-block-name h2 {
        font: 22px/25px Roboto, sans-serif;
        font-weight: 700;
        color: #242424
    }
    .work-block-info {
        margin-top: 20px
    }
    .wbi-text1 {
        overflow: auto;
        text-align: center
    }
    .wbi-text1 img {
        float: none;
        padding: 0;
        width: 175px
    }
    .wbi-text1 p {
        padding: 11px 2% 0 6%;
        font: 16px/19px Roboto, sans-serif;
        color: #242424;
        text-align: left
    }
    .wbi-text1 p span {
        font-weight: 700
    }
    .wbi-text2 {
        overflow: auto;
        margin-top: 20px;
        text-align: center
    }
    .wbi-text2 img {
        float: none;
        padding: 0;
        width: 168px;
        margin-top: 14px
    }
    .wbi-text2 p {
        width: 95%;
        display: block;
        margin: 0 auto;
        font: 16px/19px Roboto, sans-serif;
        color: #242424;
        background: #f7e500;
        padding: 10px 15px;
        text-align: center;
    }
    .wbi-text2 p span {
        font-weight: 700
    }
    .dec {
        display: none!important
    }
    .mobile {
        display: block;
        margin: 0 auto
    }
    .wbi-text3 {
        overflow: auto;
        margin-top: 18px
    }
    .wbi-text3 img {
        float: none;
        padding: 0;
        width: 160px;
        margin: 15px auto 25px
    }
    .wbi-text3 p {
        font: 16px/19px Roboto, sans-serif;
        color: #242424;
        padding: 0 18px;
        letter-spacing: -.5px
    }
    .wbi-text3 p span {
        font-weight: 700
    }
    .note-block {
        background: -webkit-gradient(linear, left top, right top, from(#df1a22), to(#b40508));
        background: -webkit-linear-gradient(left, #df1a22, #b40508);
        background: linear-gradient(to right, #df1a22, #b40508)
    }
    .note-block-body {
        width: 100%;
        margin: 0 auto;
        padding: 40px 10px 19px;
        text-align: center;
        position: relative;
        z-index: 3
    }
    .note-block-body p {
        font: 20px/23px Roboto, sans-serif;
        font-weight: 700;
        color: #fff
    }
    .note-block-body p span {
        color: #ffe400
    }
    .note-block-body img {
        width: 60px;
        position: absolute;
        top: -26px;
        left: 0;
        right: 0
    }
    .consist-block-body {
        width: 90%;
        margin: 0 auto;
        padding: 27px 0 54px
    }
    .consist-block-name {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: 0 0;
        border-radius: 0;
        padding: 0
    }
    .consist-block-name h2 {
        font: 25px/30px Roboto, sans-serif;
        font-weight: 700;
        color: #ffe400;
        letter-spacing: 0
    }
    .consist-block-list {
        margin-top: 14px
    }
    .consist-block-list li {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 23px
    }
    .consist-block-list li:nth-child(3n) {
        margin-right: 0
    }
    .consist-block-list li:nth-last-child(2),
    .consist-block-list li:nth-last-child(3) {
        margin-bottom: 23px
    }
    .consist-block-list li:last-child {
        margin-bottom: 0
    }
    .cbl-img {
        text-align: right;
        padding-right: 11px
    }
    .cbl-img img {
        width: 117px
    }
    .cbl-info {
        height: auto;
        margin-top: -51px;
        padding: 18px 0 0
    }
    .cbl-name {
        background: #ffe400;
        padding: 9px 59px 5px 23px
    }
    .cbl-name h4 {
        font: 20px/25px Roboto, sans-serif;
        font-weight: 700;
        color: #242424
    }
    .cbl-text {
        padding: 15px 7px 29px 17px
    }
    .cbl-text p {
        font: 16px/19px Roboto, sans-serif;
        color: #242424
    }
    .cbl-text p span {
        font-weight: 700
    }
    .consist-block-note {
        display: none
    }
    .consist-block-btn {
        display: none
    }
    .how-block {
        display: none
    }
    .take-block {
        padding: 30px 0 0
    }
    .take-block-name {
        width: 90%;
        margin: 0 auto;
        text-align: center
    }
    .take-block-name h2 {
        font: 22px/25px Roboto, sans-serif;
        font-weight: 700;
        color: #242424
    }
    .take-block-list {
        width: 90%;
        margin: 55px auto 0
    }
    .take-block-list li {
        text-align: center;
    }
    .take-block-list li:first-child{
        margin-top: -42px;
    }
    .take-block-list li p {
        background: #ffe400;
        border-radius: 10px;
        margin-top: 15px;
        padding: 14px 10px 14px;
        font: 16px/19px Roboto, sans-serif;
        color: #242424
    }
    .take-block-list li:last-child {
        padding-bottom: 0
    }
    .take-block-note {
        width: 100%;
        margin: 22px auto 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#af0115), to(#fb0320));
        background: -webkit-linear-gradient(bottom, #af0115, #fb0320);
        background: linear-gradient(to top, #af0115, #fb0320);
        border-radius: 0;
        text-align: center;
        padding: 16px 15px 18px
    }
    .take-block-note p {
        font: 16px/19px Roboto, sans-serif;
        font-weight: 500;
        color: #fff
    }
    footer .action-form-body {
        padding-top: 0
    }
    footer .af-pack {
        width: 190px;
        display: block;
        vertical-align: top;
        margin: 0 auto 20px;
        top: 0px
    }
    footer .af-action {
        width: 100%;
        padding-top: 15px
    }
    footer .af-form {
        margin-top: 15px
    }
    .footer-clock {
        width: 238px!important;
        margin: 18px auto 0
    }
    .footer-copy-body {
        width: 90%;
        padding: 20px 0;
        text-align: center
    }
    .footer-copy-body p {
        font: 16px/19px Roboto, sans-serif;
        color: #fff;
        padding-bottom: 20px
    }
    .footer-copy-body a {
        font: 16px/19px Roboto, sans-serif;
        color: #fff;
        text-decoration: underline;
        margin: 10px 0 0;
        display: block
    }
    .footer-copy-body a:hover {
        text-decoration: none
    }
}