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
}

.mob {
    display: none !important
}

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

.tab {
    display: none !important
}

.mob {
    display: none !important
}

.info {
    background: url(../images/info-bg_1.png) no-repeat center top
}

.info__body {
    width: 1150px;
    margin: 0 auto;
    padding: 0 0 73px
}

.info__logo {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 8px
}

.info__logo img {
    width: 172px
}

.info__title {
    width: 841px;
    display: inline-block;
    vertical-align: top;
    margin: 24px 0 0 18px;
    text-align: center
}

.info__title h1 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #ffeb03;
    text-transform: uppercase
}

.info__list {
    width: 408px;
    display: inline-block;
    vertical-align: top;
    margin: 112px 0 0
}

.info__list li {
    width: 100%;
    height: 72px;
    display: table;
    background: url(../images/info-check.png) no-repeat 16px 16px, rgba(255, 255, 255, .9);
    border-radius: 0 20px 20px 0;
    margin-bottom: 16px;
    padding: 0 8px 0 72px
}

.info__list li p {
    display: table-cell;
    vertical-align: middle;
    font: 500 24px/24px Roboto, sans-serif;
    color: #333
}

.info__list li:last-child {
    margin-bottom: 0
}

.info__note {
    width: 384px;
    display: inline-block;
    vertical-align: top;
    margin: 416px 0 0 -265px;
    background: url(../images/info-arr.png) no-repeat center top;
    padding: 39px 83px 40px 46px;
    position: relative
}

.info__note p {
    font: 500 24px/24px Roboto, sans-serif;
    color: #fff;
    -webkit-transform: rotate(-5.04deg);
    -ms-transform: rotate(-5.04deg);
    transform: rotate(-5.04deg)
}

.info__pack {
    display: inline-block;
    vertical-align: top;
    margin: 11px 0 0 -103px
}

.info__action {
    width: 352px;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 43px;
    background: #fff;
    border: 1px solid #095168;
    border-radius: 30px;
    padding-bottom: 22px
}

.info__timer {
    background: #001e2f;
    border-radius: 28px 28px 0 0;
    padding: 27px 0 23px;
    text-align: center
}

.info__timer p {
    font: 700 24px/24px Roboto, sans-serif;
    color: #fda93f;
    text-transform: uppercase
}

.info__timer>div {
    margin: 17px 0 0
}

.info__price {
    margin: 22px 0 0 27px
}

.info__price-title p {
    font: 700 18px/24px Roboto, sans-serif;
    color: #009c51;
    text-transform: uppercase
}

.info__price-new {
    width: 188px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 14px 0 0
}

.info__price-new p {
    font: 900 24px/36px Roboto, sans-serif;
    color: #009c51
}

.info__price-new p .new_price_val {
    font-size: 50px
}

.info__price-old {
    width: 107px;
    display: inline-block;
    vertical-align: top;
    margin: -14px 0 0;
    text-align: center;
    background: #e5f9da;
    border-radius: 16px 0 0 16px;
    padding: 13px 0 13px;
    float: right
}

.info__price-old p {
    font: 14px/16px Roboto, sans-serif;
    color: #9d9d9d
}

.info__price-old p>span {
    display: block;
    font: 500 20px/22px Roboto, sans-serif;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.info__form {
    margin: 19px 0 0;
    text-align: center
}

.info__form select {
    width: 330px;
    height: 40px;
    background: #fff;
    border: 2px solid #dae9d0;
    border-radius: 6px;
    text-indent: 14px;
    font: 16px/34px Roboto, sans-serif;
    color: #c4c4c4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.info__form input {
    width: 330px;
    height: 40px;
    background: #fff;
    border: 2px solid #dae9d0;
    border-radius: 6px;
    text-indent: 14px;
    font: 16px/34px Roboto, sans-serif;
    color: #c4c4c4;
    margin: 8px 0 0
}

.info__form input::-webkit-input-placeholder {
    color: #c4c4c4
}

.info__form input::-moz-placeholder {
    color: #c4c4c4
}

.info__form input:-moz-placeholder {
    color: #c4c4c4
}

.info__form input:-ms-input-placeholder {
    color: #c4c4c4
}

.info__form button {
    width: 330px;
    height: 56px;
    border: 0;
    background: #e11e02;
    border-radius: 6px;
    font: 700 24px/24px Roboto, sans-serif;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 13px 0 0
}

.info__form p {
    margin: 6px 0 0;
    font: 12px/14px Roboto, sans-serif;
    color: #c4c4c4
}

.attak {
    background: url(../images/attak-bg_1.png) no-repeat center -7px
}

.attak__body {
    width: 1080px;
    margin: 0 auto;
    padding: 68px 0 80px
}

.attak__title {
    text-align: center
}

.attak__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #f39322
}

.attak__list {
    margin: 32px 0 0
}

.attak__list li {
    width: 333px;
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    margin-bottom: 48px
}

.attak__list li:nth-child(3n) {
    margin-right: 0
}

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

.attak__img {
    width: 304px;
    margin: 0 auto;
    position: relative
}

.attak__img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-bottom: 4px solid #e30613;
    border-radius: 0 0 4px 4px
}

.attak__img:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 128px;
    border: 23px solid transparent;
    border-top: 10px solid #e30613
}

.attak__name {
    margin: 20px auto 0;
    text-align: center;
    width: 275px;
    height: 48px;
    display: table
}

.attak__name h4 {
    display: table-cell;
    vertical-align: middle;
    font: 500 24px/24px Roboto, sans-serif;
    color: #83ec4e
}

.attak__desc {
    margin: 8px 0 0;
    text-align: center
}

.attak__desc p {
    font: 20px/24px Roboto, sans-serif;
    color: #fff
}

.price {
    background: url(../images/price-bg.png) no-repeat center top
}

.price__body {
    width: 1150px;
    margin: 0 auto;
    padding: 38px 0 74px
}

.price__desc {
    margin: 0 32px 0 16px
}

.price__desc p {
    font: 700 36px/48px Roboto, sans-serif;
    color: #333
}

.prefer {
    width: 1080px;
    margin: 0 auto;
    padding: 64px 0 80px;
    position: relative
}

.prefer__title {
    width: 840px;
    margin: 0 auto;
    text-align: center
}

.prefer__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #04649b
}

.prefer__info {
    position: absolute;
    top: 192px;
    left: 356px;
    width: 352px;
    text-align: center
}

.prefer__note {
    margin: 29px 0 0;
    position: relative;
    background: #ede051;
    border: 4px solid #04649b;
    padding: 12px 0 12px
}

.prefer__note p {
    font: 500 24px/24px Roboto, sans-serif;
    color: #333
}

.prefer__note:before {
    content: "";
    position: absolute;
    top: -20px;
    width: 128px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 8px;
    background: -webkit-radial-gradient(62.8% 55.13% at 57.33% 44.87%, #e3a504 23.44%, #e36204 98.44%);
    background: radial-gradient(62.8% 55.13% at 57.33% 44.87%, #e3a504 23.44%, #e36204 98.44%)
}

.prefer__note:after {
    content: "";
    position: absolute;
    top: -78px;
    width: 152px;
    height: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/prefer-arr.png) no-repeat center
}

.prefer__list {
    margin: 24px 0 0
}

.prefer__list li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.prefer__list li:nth-child(1) {
    width: 247px
}

.prefer__list li:nth-child(1) .prefer__img {
    margin: 0 0 0 63px
}

.prefer__list li:nth-child(2) {
    width: 226px;
    margin: 0 0 0 598px
}

.prefer__list li:nth-child(2) .prefer__img {
    margin: 0 0 0 31px
}

.prefer__list li:nth-child(3) {
    width: 200px;
    margin: 24px 0 0
}

.prefer__list li:nth-child(3) .prefer__img {
    margin: 0 0 0 16px
}

.prefer__list li:nth-child(4) {
    width: 208px;
    margin: 24px 0 0 664px
}

.prefer__list li:nth-child(4) .prefer__img {
    margin: 0 0 0 48px
}

.prefer__list li:nth-child(5) {
    width: 215px;
    margin: 23px 0 0 48px
}

.prefer__list li:nth-child(5) .prefer__img {
    margin: 0 0 0 24px
}

.prefer__list li:nth-child(6) {
    width: 224px;
    margin: 25px 0 0 561px
}

.prefer__list li:nth-child(6) .prefer__img {
    margin: 0 0 0 36px
}

.prefer__list li:nth-child(1):after {
    content: "";
    position: absolute;
    top: 83px;
    left: 184px;
    width: 239px;
    height: 115px;
    background: url(../images/prefer-arr1.png) no-repeat center
}

.prefer__list li:nth-child(2):after {
    content: "";
    position: absolute;
    top: 83px;
    left: -205px;
    width: 244px;
    height: 116px;
    background: url(../images/prefer-arr2.png) no-repeat center
}

.prefer__list li:nth-child(3):after {
    content: "";
    position: absolute;
    top: 51px;
    left: 145px;
    width: 287px;
    height: 17px;
    background: url(../images/prefer-arr3.png) no-repeat center
}

.prefer__list li:nth-child(4):after {
    content: "";
    position: absolute;
    top: 51px;
    left: -237px;
    width: 288px;
    height: 17px;
    background: url(../images/prefer-arr4.png) no-repeat center
}

.prefer__list li:nth-child(5):after {
    content: "";
    position: absolute;
    top: -60px;
    left: 146px;
    width: 273px;
    height: 102px;
    background: url(../images/prefer-arr5.png) no-repeat center
}

.prefer__list li:nth-child(6):after {
    content: "";
    position: absolute;
    top: -60px;
    left: -228px;
    width: 273px;
    height: 102px;
    background: url(../images/prefer-arr6.png) no-repeat center
}

.prefer__img {
    width: 128px;
    height: 128px;
    border-radius: 65px;
    background: #fff;
    border: 4px solid #f39322;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .19);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .19);
    display: table;
    text-align: center;
    position: relative;
    z-index: 3
}

.prefer__img p {
    display: table-cell;
    vertical-align: middle
}

.prefer__desc {
    margin: 16px 0 0
}

.prefer__desc p {
    font: 20px/24px Roboto, sans-serif;
    color: #333
}

.consist {
    background: url(../images/consist-bg_1.png) no-repeat center top;
    padding: 56px 0 48px
}

.consist__body {
    width: 1130px;
    margin: 0 auto
}

.consist__title {
    text-align: center
}

.consist__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #f39322
}

.consist__list {
    margin: 32px 0 0
}

.consist__list li {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    margin-right: 64px;
    margin-bottom: 32px;
    text-align: center
}

.consist__list li:nth-child(3n) {
    margin-right: 0
}

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

.consist__desc {
    margin: 5px 0 0
}

.consist__desc h4 {
    font: 500 16px/24px Roboto, sans-serif;
    color: #83ec4e;
    text-transform: uppercase
}

.consist__desc p {
    font: 16px/24px Roboto, sans-serif;
    color: #fff;
    margin: 8px 0 0
}

.consist__arr {
    margin: 20px 0 0;
    text-align: center
}

.consist__form {
    background: rgba(72, 99, 96, .5)
}

.consist__form form {
    width: 1140px;
    margin: 13px auto 0;
    padding: 44px 0 51px
}

.consist__form form select {
    width: 280px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    background: #f1f1f1;
    border: 2px solid #d9e9d0;
    border-radius: 6px;
    text-indent: 12px;
    font: 16px/34px Roboto, sans-serif;
    color: #c4c4c4;
    margin: 2px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.consist__form form input {
    width: 280px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    background: #f1f1f1;
    border: 2px solid #d9e9d0;
    border-radius: 6px;
    text-indent: 12px;
    font: 16px/34px Roboto, sans-serif;
    color: #c4c4c4;
    margin: 2px 0 0 12px
}

.consist__form form input::-webkit-input-placeholder {
    color: #c4c4c4
}

.consist__form form input::-moz-placeholder {
    color: #c4c4c4
}

.consist__form form input:-moz-placeholder {
    color: #c4c4c4
}

.consist__form form input:-ms-input-placeholder {
    color: #c4c4c4
}

.consist__form form button {
    width: 248px;
    height: 64px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #fb0000;
    border-radius: 6px;
    font: 700 24px/24px Roboto, sans-serif;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 0 13px
}

.save {
    background: url(../images/save-bg_1.png) no-repeat center top
}

.save__body {
    width: 1150px;
    margin: 0 auto;
    padding: 56px 0 144px;
    position: relative
}

.save__title {
    text-align: center
}

.save__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #10ac4f
}

.save__img {
    position: absolute;
    top: 144px;
    left: 288px
}

.save__list {
    margin: 24px 0 0
}

.save__list li {
    width: 256px;
    text-align: center;
    position: relative
}

.save__list li:nth-child(1) {
    margin: 0 0 0 144px
}

.save__list li:nth-child(2) {
    margin: 104px 0 0 112px
}

.save__list li:nth-child(2) .save__number p {
    color: #f39322
}

.save__list li:nth-child(3) {
    width: 271px;
    margin: -504px 0 0 728px
}

.save__list li:nth-child(3) .save__number p {
    color: #f39322
}

.save__list li:nth-child(4) {
    width: 272px;
    margin: 112px 0 0 776px
}

.save__list li:nth-child(4) .save__number p {
    color: #83ec4e
}

.save__list li:nth-child(4) .save__desc {
    margin: -40px 0 0
}

.save__number {
    position: relative
}

.save__number p {
    font: 900 104px/104px Roboto, sans-serif;
    color: #83ec4e;
    text-shadow: 1px 1px 1px rgba(14, 13, 79, .25)
}

.save__desc {
    height: 128px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 12px 12px 0 12px;
    width: 100%;
    display: table;
    margin: -32px 0 0
}

.save__desc p {
    display: table-cell;
    vertical-align: middle;
    font: 500 24px/24px Roboto, sans-serif;
    color: #333
}

.protect {
    background: url(../images/protect-bg_1.png) no-repeat center top
}

.protect__body {
    width: 1090px;
    margin: 0 auto;
    padding: 56px 0 56px
}

.protect__title {
    text-align: center
}

.protect__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #ffeb03;
    text-transform: uppercase
}

.protect__content {
    margin: 32px 0 0
}

.protect__item {
    width: 336px;
    display: inline-block;
    vertical-align: top;
    margin-right: 33px;
    height: 520px;
    background: #fff
}

.protect__item:last-child {
    margin-right: 0
}

.protect__name {
    width: 100%;
    display: table;
    height: 80px;
    background: #e30613;
    text-align: center
}

.protect__name p {
    display: table-cell;
    vertical-align: middle;
    font: 20px/24px Roboto, sans-serif;
    color: #fff
}

.protect__name p span {
    display: block;
    font: 500 24px/24px Roboto, sans-serif;
    text-transform: uppercase
}

.protect__list {
    margin: 24px 0 0 49px
}

.protect__list li {
    display: table;
    margin-bottom: 14px
}

.protect__list li:last-child {
    margin-bottom: 0
}

.protect__img {
    display: table-cell;
    vertical-align: middle
}

.protect__img img {
    display: block
}

.protect__desc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px
}

.protect__desc p {
    font: 20px/24px Roboto, sans-serif;
    color: #333
}

.protect__note {
    margin: 56px 0 0;
    text-align: center
}

.protect__note p {
    font: 900 52px/56px Roboto, sans-serif;
    color: #6ab300
}

.expert {
    background: url(../images/expert-bg.png) no-repeat center top
}

.expert__body {
    width: 1152px;
    margin: 0 auto;
    padding: 11px 0 0
}

.expert__logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px
}

.expert__title {
    display: inline-block;
    vertical-align: top;
    margin: 24px 0 0 33px
}

.expert__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #04649b
}

.expert__note {
    width: 814px;
    margin: -4px 0 0;
    background: #ffeb03;
    border: 4px solid #04649b;
    padding: 10px 72px 22px 20px
}

.expert__note p {
    font: 700 36px/48px Roboto, sans-serif;
    color: #333
}

.expert__img {
    margin: -249px 0 0 611px;
    position: relative;
    z-index: 9
}

.expert__info {
    width: 724px;
    margin: -492px 0 0 2px;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.expert__desc {
    padding: 24px 119px 0 21px
}

.expert__desc p {
    font: 20px/24px Roboto, sans-serif;
    color: #333;
    margin-bottom: 16px
}

.expert__desc p span {
    font-weight: 700
}

.expert__desc p:last-child {
    margin-bottom: 0
}

.expert__sign {
    display: inline-block;
    vertical-align: top;
    margin: 28px 0 0 42px
}

.expert__stamp {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 -46px
}

.expert__name {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin: 24px 0 0 4px;
    text-align: right
}

.expert__name p {
    font: 500 20px/24px Roboto, sans-serif;
    color: #333
}

.expert__table {
    background: url(../images/expert-table_1.png) no-repeat center top;
    margin: -70px 0 0;
    position: relative;
    z-index: 11
}

.expert__table-body {
    width: 1152px;
    margin: 0 auto;
    padding: 0 0 56px
}

.expert__pack {
    position: relative;
    margin: 0 0 0 611px
}

.expert__pack img {
    margin: -315px 0 0
}

.expert__pack:after {
    content: "";
    position: absolute;
    top: 74px;
    left: -140px;
    width: 200px;
    height: 104px;
    background: url(../images/expert-arr.png) no-repeat center
}

.expert__btn {
    margin: -43px 0 0 173px
}

.expert__btn a {
    width: 286px;
    height: 80px;
	display: block;
	text-align: center;
	margin: 0 auto;
    border: 0;
    background: #fb0000;
    border-radius: 6px;
    font: 700 32px/80px Roboto, sans-serif;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-box-shadow: 0 4px 4px rgba(160, 23, 23, .4);
    box-shadow: 0 4px 4px rgba(160, 23, 23, .4)
}

.expert__btn a {text-decoration:none;}

.use {
    background: url(../images/use-bg.png) no-repeat center top
}

.use__body {
    width: 1150px;
    margin: 0 auto;
    padding: 56px 0 72px
}

.use__title {
    text-align: center
}

.use__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #ffeb03
}

.use__list {
    margin: 32px 0 0;
    background: url(../images/use-line.png) no-repeat 86px 66px
}

.use__list li {
    width: 224px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.use__list li:nth-child(2) {
    width: 312px;
    margin: 72px 0 0 24px
}

.use__list li:nth-child(3) {
    width: 280px;
    margin: 0 0 0 8px
}

.use__list li:nth-child(4) {
    width: 256px;
    margin: 72px 0 0 32px
}

.use__number {
    width: 208px;
    margin: 0 auto;
    position: relative
}

.use__number p {
    width: 56px;
    height: 56px;
    background: #04649b;
    border-radius: 28px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    font: 500 36px/56px Roboto, sans-serif;
    color: #fff
}

.use__img {
    margin: -56px 0 0
}

.use__arr {
    margin: 3px 0 0
}

.use__desc {
    margin: 3px 0 0
}

.use__desc p {
    font: 500 20px/24px Roboto, sans-serif;
    color: #fff
}

.feed {
    background: url(../images/feed-bg.png) no-repeat center top
}

.feed__body {
    width: 976px;
    margin: 0 auto;
    padding: 56px 0 80px
}

.feed__title {
    text-align: center
}

.feed__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #10ac4f
}

.feed__list {
    margin: 32px 0 0
}

.feed__list li {
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    margin-bottom: 24px;
    height: auto;
    padding: 32px 0 30px 31px;
}

.feed__list li:last-child {
    margin-bottom: 0
}

.feed__media {
    width: 216px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.feed__name {
    margin: 21px 0 0
}

.feed__name p {
    font: 500 20px/24px Roboto, sans-serif;
    color: #333
}

.feed__name p span {
    display: block;
    margin-bottom: 8px
}

.feed__info {
    width: 648px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 40px
}

.feed__label {
    text-align: center
}

.feed__label p {
    font: 500 24px/24px Roboto, sans-serif;
    color: #04649b;
    text-transform: uppercase
}

.feed__desc {
    margin: 8px 0 0
}

.feed__desc p {
    font: 20px/28px Roboto, sans-serif;
    color: #333;
    margin-bottom: 15px
}

.feed__desc p span {
    font-weight: 700
}

.feed__desc p .orange {
    color: #f39322
}

.feed__desc p:last-child {
    margin-bottom: 0
}

.delivery {
    width: 1034px;
    margin: 0 auto;
    padding: 56px 0 81px
}

.delivery__title {
    text-align: center
}

.delivery__title h2 {
    font: 900 52px/56px Roboto, sans-serif;
    color: #04649b
}

.delivery__list {
    margin: 32px 0 0
}

.delivery__list li {
    width: 304px;
    display: inline-block;
    vertical-align: top;
    margin-right: 56px
}

.delivery__list li:last-child {
    margin-right: 0
}

.delivery__info {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.delivery__img img {
    display: block
}

.delivery__name {
    width: 100%;
    height: 48px;
    display: table;
    background: -webkit-radial-gradient(62.8% 55.13% at 57.33% 44.87%, #e3a504 23.44%, #e36204 98.44%);
    background: radial-gradient(62.8% 55.13% at 57.33% 44.87%, #e3a504 23.44%, #e36204 98.44%);
    border-radius: 0 0 4px 4px;
    text-align: center;
    position: relative
}

.delivery__name p {
    display: table-cell;
    vertical-align: middle;
    font: 500 24px/24px Roboto, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.delivery__name:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 50px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/delivery-arr.png) no-repeat center
}

.delivery__desc {
    margin: 24px 0 0
}

.delivery__desc p {
    font: 20px/28px Roboto, sans-serif;
    color: #1b1b1b
}

.delivery__btn {
    margin: 55px 0 0;
    text-align: center
}

.delivery__btn a {
    width: 288px;
    height: 80px;
	display: block;
    border: 0;
	text-align:center;
	text-decoration:none;
    background: #fb0000;
    border-radius: 6px;
    font: 700 32px/80px Roboto, sans-serif;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-box-shadow: 0 4px 4px rgba(160, 23, 23, .4);
    box-shadow: 0 4px 4px rgba(160, 23, 23, .4)
}

footer {
    background: #002235
}

.footer__body {
    width: 650px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 36px
}

.footer__body p {
    font: 300 18px/28px Roboto, sans-serif;
    color: #fff
}

.footer__body a {
    font: 300 18px/28px Roboto, sans-serif;
    color: #fff
}

@media (max-width:1172px) {
    .info__body {
        width: 790px
    }
    .info__title {
        width: 582px
    }
    .info__title h1 {
        font: 900 37px/41px Roboto, sans-serif
    }
    .info__action {
        width: 352px;
        display: block;
        margin: 150px auto 0
    }
    .attak__body {
        width: 790px
    }
    .attak__list li {
        width: 246px;
        margin-right: 20px
    }
    .attak__img {
        width: 100%
    }
    .attak__name {
        width: auto
    }
    .attak__name h4 {
        font: 500 21px/24px Roboto, sans-serif
    }
    .price__body {
        width: 790px
    }
    .price__desc {
        margin: 0
    }
    .price__desc p {
        font: 700 27px/48px Roboto, sans-serif
    }
    .prefer {
        width: 790px
    }
    .prefer__title {
        width: auto
    }
    .prefer__info {
        left: 242px;
        width: 308px
    }
    .prefer__list li:nth-child(2) {
        margin: 0 0 0 307px
    }
    .prefer__list li:nth-child(4) {
        margin: 24px 0 0 372px
    }
    .prefer__list li:nth-child(6) {
        margin: 25px 0 0 288px
    }
    .prefer__list li:nth-child(1):after {
        top: 32px;
        left: 75px
    }
    .prefer__list li:nth-child(2):after {
        top: 32px;
        left: -106px
    }
    .prefer__list li:nth-child(3):after {
        left: 84px;
        width: 207px;
        background: url(../images/prefer-arr3.png) no-repeat right top
    }
    .prefer__list li:nth-child(4):after {
        left: -66px;
        width: 208px;
        background: url(../images/prefer-arr4.png) no-repeat left top
    }
    .prefer__list li:nth-child(5):after {
        top: -7px;
        left: 54px;
        width: 203px;
        height: 80px;
        background: url(../images/prefer-arr5.png) no-repeat right top
    }
    .prefer__list li:nth-child(6):after {
        top: -7px;
        left: -54px;
        width: 203px;
        height: 80px;
        background: url(../images/prefer-arr6.png) no-repeat left top
    }
    .consist {
        background: url(../images/consist-bg_1.png) no-repeat center top;
        background-size: cover
    }
    .consist__body {
        width: 790px
    }
    .consist__list li {
        width: 246px;
        margin-right: 20px
    }
    .consist__form form {
        width: 790px
    }
    .consist__form form select {
        display: block;
        margin: 0 auto
    }
    .consist__form form input {
        display: block;
        margin: 8px auto 0
    }
    .consist__form form button {
        width: 280px;
        display: block;
        margin: 13px auto 0
    }
    .save__body {
        width: 790px
    }
    .save__img {
        position: absolute;
        top: 224px;
        left: 190px
    }
    .save__img img {
        width: 400px
    }
    .save__list {
        margin: 24px 0 0
    }
    .save__list li {
        width: 256px;
        text-align: center;
        position: relative
    }
    .save__list li:nth-child(1) {
        margin: 0
    }
    .save__list li:nth-child(2) {
        margin: 54px 0 0
    }
    .save__list li:nth-child(3) {
        margin: -455px 0 0 500px
    }
    .save__list li:nth-child(4) {
        width: 272px;
        margin: 54px 0 0 500px
    }
    .protect__body {
        width: 790px
    }
    .protect__item {
        width: 246px;
        margin-right: 20px
    }
    .protect__name {
        width: 100%
    }
    .protect__name p {
        font: 18px/24px Roboto, sans-serif
    }
    .protect__name p span {
        font: 500 19px/24px Roboto, sans-serif
    }
    .protect__list {
        margin: 24px 0 0 27px
    }
    .expert {
        background-size: cover
    }
    .expert__body {
        width: 790px
    }
    .expert__note {
        width: auto
    }
    .expert__img {
        margin: 0;
        text-align: center
    }
    .expert__img img {
        width: 400px
    }
    .expert__info {
        width: 724px;
        margin: -90px auto 0;
        position: relative;
        z-index: 11
    }
    .expert__table {
        margin: 280px 0 0;
        position: relative;
        z-index: 11
    }
    .expert__table-body {
        width: 790px
    }
    .expert__pack {
        margin: 0 0 0 500px
    }
    .expert__btn {
        margin: -43px 0 0 68px
    }
    .use__body {
        width: 800px
    }
    .use__list li {
        width: 181px !important
    }
    .use__list li:nth-child(2) {
        margin: 44px 0 0 24px
    }
    .use__list li:nth-child(3) {
        margin: 53px 0 0 8px
    }
    .use__list li:nth-child(4) {
        margin: 34px 0 0 24px
    }
    .use__img img {
        width: 100%
    }
    .feed {
        background-size: cover
    }
    .feed__body {
        width: 790px
    }
    .feed__list li {
        height: auto;
    }
    .feed__info {
        width: 502px;
        margin: 0 0 0 20px
    }
    .delivery {
        width: 790px
    }
    .delivery__list li {
        width: 246px;
        margin-right: 20px
    }
    .delivery__img img {
        width: 100%
    }
}

@media (max-width:801px) {
    .info__body {
        width: 590px
    }
    .info__logo {
        display: block;
        margin: 0;
        text-align: center
    }
    .info__title {
        width: auto;
        display: block;
        margin: -14px 0 0
    }
    .info__title h1 {
        font: 900 48px/56px Roboto, sans-serif;
        color: #ffeb03;
        text-transform: uppercase
    }
    .info__list {
        width: 299px
    }
    .info__note {
        margin: 356px 0 0 -265px
    }
    .info__pack {
        margin: 11px 0 0 -120px
    }
    .info__pack img {
        width: 280px
    }
    .info__action {
        margin: 50px auto 0
    }
    .attak {
        background-size: cover
    }
    .attak__body {
        width: 590px
    }
    .attak__list {
        margin: 32px 0 0
    }
    .attak__list li {
        width: 280px
    }
    .attak__list li:nth-child(3n) {
        margin-right: 20px
    }
    .attak__list li:nth-child(2n) {
        margin-right: 0
    }
    .price__body {
        width: 590px;
        padding: 38px 0 74px
    }
    .price__desc p {
        font: 700 24px/38px Roboto, sans-serif
    }
    .prefer {
        width: 590px
    }
    .prefer h2 {
        font: 900 47px/56px Roboto, sans-serif
    }
    .prefer__info {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto
    }
    .prefer__pack img {
        width: 200px
    }
    .prefer__list li {
        display: inline-block;
        vertical-align: top;
        position: relative
    }
    .prefer__list li:nth-child(1) {
        width: 247px
    }
    .prefer__list li:nth-child(2) {
        margin: 0 0 0 107px
    }
    .prefer__list li:nth-child(4) {
        width: 208px;
        margin: 24px 0 0 172px
    }
    .prefer__list li:nth-child(5) {
        margin: 23px 0 0
    }
    .prefer__list li:nth-child(6) {
        margin: 25px 0 0 141px
    }
    .prefer__list li:after {
        display: none
    }
    .consist__body {
        width: 590px
    }
    .consist__list li {
        width: 280px
    }
    .consist__list li:nth-child(3n) {
        margin-right: 20px
    }
    .consist__list li:nth-child(2n) {
        margin-right: 0
    }
    .consist__form form {
        width: 590px
    }
    .save {
        background-size: cover
    }
    .save__body {
        width: 590px
    }
    .save__img {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        margin: 20px 0 0
    }
    .save__img img {
        width: 300px
    }
    .save__list li:nth-child(3) {
        margin: -455px 0 0 300px
    }
    .save__list li:nth-child(4) {
        margin: 63px 0 0 300px
    }
    .protect {
        background-size: cover
    }
    .protect__body {
        width: 590px
    }
    .protect__item {
        width: 336px;
        display: block;
        margin: 0 auto 20px
    }
    .protect__item:last-child {
        margin: 0 auto
    }
    .protect__name p {
        font: 20px/24px Roboto, sans-serif
    }
    .protect__name p span {
        font: 500 24px/24px Roboto, sans-serif
    }
    .protect__list {
        margin: 24px 0 0 49px
    }
    .expert__body {
        width: 590px
    }
    .expert__title {
        margin: 24px 0 0 20px
    }
    .expert__title h2 {
        font: 900 43px/56px Roboto, sans-serif
    }
    .expert__note {
        padding: 10px 15px 22px 20px
    }
    .expert__info {
        width: auto
    }
    .expert__desc {
        padding: 24px 19px 0 21px
    }
    .expert__name {
        margin: 24px 0 0 -24px
    }
    .expert__table {
        background-size: cover
    }
    .expert__table-body {
        width: 590px
    }
    .expert__pack {
        margin: 0 0 0 150px
    }
    .expert__pack:after {
        top: 10px;
        left: 160px;
        -webkit-transform: rotate(-85deg);
        -ms-transform: rotate(-85deg);
        transform: rotate(-85deg)
    }
    .expert__btn {
        margin: 6px 0 0 170px
    }
    .use {
        background-size: cover
    }
    .use__body {
        width: 590px
    }
    .use__list {
        background: 0 0
    }
    .use__list li {
        width: 274px !important
    }
    .use__list li:nth-child(2) {
        margin: 72px 0 0 32px
    }
    .use__list li:nth-child(3) {
        margin: 20px 0 0
    }
    .use__list li:nth-child(4) {
        margin: 72px 0 0 32px
    }
    .use__img img {
        width: auto
    }
    .feed__body {
        width: 590px
    }
    .feed__list li {
        height: auto;
        padding: 32px 0 0
    }
    .feed__media {
        width: 216px;
        display: block;
        margin: 0 auto
    }
    .feed__info {
        width: 550px;
        display: block;
        margin: 24px auto 0
    }
    .delivery {
        width: 590px
    }
    .delivery__list li {
        width: 304px;
        display: block;
        margin: 0 auto 24px
    }
    .delivery__list li:last-child {
        margin: 0 auto
    }
    .footer__body {
        width: 590px
    }
}

@media (max-width:601px) {
    .dec {
        display: none !important
    }
    .mob {
        display: block !important
    }
    .info {
        background: url(../images/info-bg_1.png) no-repeat center top
    }
    .info__body {
        width: 330px;
        margin: 0 auto;
        padding: 15px 0 32px
    }
    .info__logo {
        display: block;
        margin: 0
    }
    .info__logo img {
        width: auto
    }
    .info__title {
        width: 300px;
        margin: -3px auto 0
    }
    .info__title h1 {
        font: 900 24px/32px Roboto, sans-serif
    }
    .info__list {
        width: auto;
        display: block;
        margin: 8px 0 0
    }
    .info__list li {
        background: url(../images/info-check.png) no-repeat 16px 16px, rgba(255, 255, 255, .9);
        padding: 0 8px 0 72px
    }
    .info__list li p {
        font: 500 18px/24px Roboto, sans-serif
    }
    .info__note {
        width: 319px;
        margin: 272px 0 0;
        background: url(../images/info-arr_1.png) no-repeat 0 0;
        padding: 32px 68px 36px 38px;
        position: relative
    }
    .info__note p {
        font: 500 20px/20px Roboto, sans-serif
    }
    .info__pack {
        margin: 10px 0 0 -263px
    }
    .info__pack img {
        width: 216px
    }
    .info__action {
        width: 330px;
        display: block;
        margin: 47px 0 0;
        padding-bottom: 23px
    }
    .info__price {
        margin: 22px 0 0 11px
    }
    .info__form {
        margin: 11px 0 0
    }
    .info__form select {
        width: 288px;
        text-indent: 12px
    }
    .info__form input {
        width: 288px;
        text-indent: 12px
    }
    .info__form button {
        width: 289px;
        margin: 17px 0 0
    }
    .info__form p {
        margin: 9px 0 0
    }
    .attak {
        background: url(../images/attak-bg_1.png) no-repeat center -7px
    }
    .attak__body {
        width: 330px;
        margin: 0 auto;
        padding: 64px 0 80px
    }
    .attak__title h2 {
        font: 900 32px/40px Roboto, sans-serif
    }
    .attak__slider {
        margin: 8px 0 0
    }
    .attak__img {
        width: 304px
    }
    .attak__name {
        margin: 20px auto 0;
        width: 275px;
        height: 48px
    }
    .attak__name h4 {
        font: 500 24px/24px Roboto, sans-serif
    }
    .attak__desc p {
        font: 20px/24px Roboto, sans-serif
    }
    .price {
        background: url(../images/price-bg_1.png) no-repeat center top
    }
    .price__body {
        width: 330px;
        margin: 0 auto;
        padding: 40px 0 40px
    }
    .price__desc {
        margin: 0 24px 0 24px
    }
    .price__desc p {
        font: 700 24px/32px Roboto, sans-serif
    }
    .prefer {
        width: 330px;
        margin: 0 auto;
        padding: 64px 0 65px
    }
    .prefer__title h2 {
        font: 900 32px/40px Roboto, sans-serif;
        color: #04649b
    }
    .prefer__info {
        position: relative;
        top: 0;
        left: 0;
        width: 330px;
        margin: 14px 0 0
    }
    .prefer__pack img {
        width: 210px
    }
    .prefer__note {
        margin: 82px 0 0;
        padding: 12px 0 12px
    }
    .prefer__note p {
        font: 500 24px/24px Roboto, sans-serif
    }
    .prefer__note:before {
        top: -25px
    }
    .prefer__note:after {
        top: -83px
    }
    .prefer__list {
        margin: 24px 0 0
    }
    .prefer__list li {
        display: block;
        margin: 0 auto 24px !important
    }
    .prefer__list li:nth-child(1) {
        width: 240px
    }
    .prefer__list li:nth-child(2) {
        width: 200px
    }
    .prefer__list li:nth-child(3) {
        width: 215px
    }
    .prefer__list li:nth-child(4) {
        width: 224px
    }
    .prefer__list li:nth-child(5) {
        width: 209px
    }
    .prefer__list li:nth-child(6) {
        width: 215px
    }
    .prefer__img {
        margin: 0 auto !important
    }
    .prefer__desc {
        margin: 8px 0 0;
        text-align: center
    }
    .consist {
        background: url(../images/consist-bg_1.png) no-repeat center top;
        padding: 56px 0 47px
    }
    .consist__body {
        width: 330px;
        margin: 0 auto
    }
    .consist__title h2 {
        font: 900 32px/40px Roboto, sans-serif
    }
    .consist__slider {
        margin: 27px 0 0
    }
    .consist__img img {
        margin: 0 auto
    }
    .consist__desc {
        margin: 8px 0 0;
        text-align: center
    }
    .consist__desc h4 {
        font: 500 16px/24px Roboto, sans-serif
    }
    .consist__desc p {
        font: 16px/24px Roboto, sans-serif;
        margin: 8px 0 0
    }
    .consist__arr {
        margin: 100px 0 0
    }
    .consist__form {
        background: rgba(72, 99, 96, .5)
    }
    .consist__form form {
        width: 330px;
        margin: 16px auto 0;
        padding: 40px 0 40px
    }
    .consist__form form select {
        width: 288px;
        height: 56px
    }
    .consist__form form input {
        wwidth: 288px;
        height: 56px;
        margin: 16px auto 0
    }
    .consist__form form button {
        width: 256px;
        height: 64px;
        margin: 16px auto 0
    }
    .save {
        background: url(../images/save-bg_1.png) no-repeat center top
    }
    .save__body {
        width: 330px;
        margin: 0 auto;
        padding: 56px 0 56px;
        position: relative
    }
    .save__title h2 {
        font: 900 32px/40px Roboto, sans-serif
    }
    .save__img {
        margin: 16px 0 0
    }
    .save__img img {
        width: 330px
    }
    .save__list {
        margin: 10px 0 0
    }
    .save__list li {
        width: 256px !important;
        margin: 0 auto 8px !important
    }
    .save__list li:last-child {
        margin: 0 auto !important
    }
    .save__desc p {
        font: 500 20px/24px Roboto, sans-serif
    }
    .protect {
        background: url(../images/protect-bg_1.png) no-repeat center top
    }
    .protect__body {
        width: 330px;
        margin: 0 auto;
        padding: 56px 0 60px
    }
    .protect__title h2 {
        font: 900 24px/56px Roboto, sans-serif
    }
    .protect__slider {
        margin: 8px 0 0
    }
    .protect__slider .slick-slide {
        background: #fff;
        height: 520px
    }
    .protect__name p {
        font: 18px/24px Roboto, sans-serif
    }
    .protect__name p span {
        font: 500 24px/24px Roboto, sans-serif
    }
    .protect__list {
        margin: 24px 0 0 41px
    }
    .protect__list li {
        margin-bottom: 14px
    }
    .protect__img {
        display: table-cell;
        vertical-align: middle
    }
    .protect__note {
        margin: 56px 0 0
    }
    .protect__note p {
        font: 900 32px/40px Roboto, sans-serif
    }
    .expert {
        background: url(../images/expert-bg_1.png) no-repeat center top
    }
    .expert__body {
        width: 330px;
        margin: 0 auto;
        padding: 11px 0 0
    }
    .expert__logo {
        display: block;
        margin: 0;
        text-align: center
    }
    .expert__title {
        display: block;
        margin: -21px 0 0;
        text-align: center
    }
    .expert__title h2 {
        font: 900 32px/40px Roboto, sans-serif
    }
    .expert__note {
        width: auto;
        margin: 17px 0 0;
        padding: 21px 13px 29px 12px
    }
    .expert__note p {
        font: 700 20px/24px Roboto, sans-serif
    }
    .expert__img {
        margin: 9px 0 0
    }
    .expert__img img {
        width: 277px
    }
    .expert__info {
        width: 330px;
        margin: -150px 0 0;
        padding: 0 0 37px
    }
    .expert__desc {
        padding: 24px 16px 0 20px
    }
    .expert__desc p {
        font: 16px/24px Roboto, sans-serif;
        margin-bottom: 16px
    }
    .expert__sign {
        margin: 99px 0 0 16px
    }
    .expert__stamp {
        margin: 80px 0 0 -46px
    }
    .expert__name {
        width: 266px;
        margin: 8px 0 0 -137px
    }
    .expert__name p {
        font: 500 16px/24px Roboto, sans-serif
    }
    .expert__table {
        background: url(../images/expert-table_1.png) no-repeat center top;
        margin: 120px 0 0
    }
    .expert__table-body {
        width: 330px;
        margin: 0 auto;
        padding: 0 0 67px
    }
    .expert__pack {
        position: relative;
        margin: 0 0 0 64px
    }
    .expert__pack img {
        margin: -114px 0 0;
        width: 176px
    }
    .expert__pack:after {
        content: "";
        position: absolute;
        top: 113px;
        left: 140px;
        width: 105px;
        height: 67px;
        background-size: cover;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .expert__btn {
        margin: 16px 0 0 14px
    }
    .expert__btn button {
        width: 294px
    }
    .use {
        background: url(../images/use-bg_1.png) no-repeat center top
    }
    .use__body {
        width: 330px;
        margin: 0 auto;
        padding: 56px 0 119px
    }
    .use__title h2 {
        font: 900 32px/40px Roboto, sans-serif
    }
    .use__slider {
        margin: 40px 0 0
    }
    .use__number {
        text-align: center
    }
    .use__img img {
        margin: 0 auto
    }
    .use__arr {
        margin: 3px 0 0
    }
    .use__arr img {
        margin: 0 auto
    }
    .use__desc {
        margin: 3px 10px 0;
        text-align: center
    }
    .use__desc p {
        font: 500 20px/24px Roboto, sans-serif
    }
    .feed {
        background: url(../images/feed-bg_1.png) no-repeat center top
    }
    .feed__body {
        width: 330px;
        margin: 0 auto;
        padding: 56px 0 56px
    }
    .feed__title h2 {
        font: 900 32px/40px Roboto, sans-serif
    }
    .feed__list {
        margin: 47px 0 0
    }
    .feed__list li {
        margin-bottom: 16px;
        height: auto;
        padding: 32px 0 0
    }
    .feed__media {
        width: auto;
        display: block;
        margin: 0 auto
    }
    .feed__info {
        width: auto;
        display: block;
        margin: 24px 0 0
    }
    .feed__label p {
        font: 500 16px/24px Roboto, sans-serif
    }
    .feed__desc {
        margin: 8px 8px 0 9px
    }
    .feed__desc p {
        font: 16px/24px Roboto, sans-serif;
        margin-bottom: 15px
    }
    .delivery {
        width: 304px;
        margin: 0 auto;
        padding: 56px 0 65px
    }
    .delivery__title h2 {
        font: 900 34px/40px Roboto, sans-serif
    }
    .delivery__list {
        margin: 16px 0 0
    }
    .delivery__list li {
        width: 304px;
        display: block;
        margin: 0 auto 40px
    }
    .delivery__list li:last-child {
        margin: 0 auto
    }
    .delivery__btn {
        margin: 31px 0 0
    }
    .footer__body {
        width: 330px;
        padding: 44px 0 44px
    }
    .footer__body p {
        font: 300 16px/24px Roboto, sans-serif;
        letter-spacing: .02em
    }
    .footer__body a {
        font: 300 16px/24px Roboto, sans-serif;
        letter-spacing: .02em
    }
}

.protect {
        background-size: cover !important;
    }