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: 320px
}

.tab {
    display: none !important
}

.mob {
    display: none !important
}

img {
    display: block
}

.info {
    background: url(../img/info-bg_1.jpg) no-repeat center 86px
}

.info__top {
    background: #0041d4
}

.info__top-body {
    width: 1170px;
    margin: 0 auto;
    padding: 18px 0 15px
}

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

.info__logo h1 {
    font: 50.39px/51.24px BebasNeueBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .025em
}

.info__prefer {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px
}

.info__prefer li {
    display: inline-table;
    vertical-align: top
}

.info__prefer li:nth-child(1) .info__desc {
    width: 218px;
    padding-left: 13px
}

.info__prefer li:nth-child(2) {
    margin: 0 0 0 33px
}

.info__prefer li:nth-child(2) .info__desc {
    width: 210px;
    padding-left: 12px
}

.info__prefer li:nth-child(3) {
    margin: 0 0 0 12px
}

.info__prefer li:nth-child(3) .info__desc {
    width: 235px;
    padding-left: 11px
}

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

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

.info__desc p {
    font: 15.6px/20px "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase
}

.info__body {
    width: 1170px;
    margin: 0 auto;
    padding: 57px 0 87px 100px
}

.info__title {
    width: 665px
}

.info__title h2 {
    font: 700 36px/45px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

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

.info__list li {
    width: 100%;
    display: table;
    height: 63px;
    background: url(../img/info-check.png) no-repeat 0 0;
    padding: 0 0 0 75px;
    margin-bottom: 44px
}

.info__list li p {
    display: table-cell;
    vertical-align: middle;
    font: 700 17.61px/23.81px "Open Sans", sans-serif;
    color: #464646;
    text-transform: uppercase
}

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

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

.info__action {
    width: 442px;
    display: inline-block;
    vertical-align: top;
    margin: -9px 0 0 21px;
    background: #fff;
    -webkit-box-shadow: 7px 7px 27px 0 rgba(0, 0, 0, .24);
    box-shadow: 7px 7px 27px 0 rgba(0, 0, 0, .24);
    padding: 26px 0 0
}

.info__action-top {
    width: 380px;
    margin: 0 0 0 30px;
    border: 3px solid #0041d4;
    padding: 1px 0 12px 14px;
    position: relative
}

.info__action-top:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -20px;
    border-right: 18px solid #0041d4;
    border-top: 0 solid transparent;
    border-bottom: 18px solid transparent
}

.info__action-top:after {
    content: '';
    position: absolute;
    left: -13px;
    top: 0;
    border-right: 13px solid #fff;
    border-top: 0 solid transparent;
    border-bottom: 13px solid transparent
}

.info__voz {
    width: 191px;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0
}

.info__voz p {
    font: 14px/15px "Open Sans", sans-serif;
    color: #464646
}

.info__price {
    width: 160px;
    display: inline-block;
    vertical-align: top
}

.info__price p {
    font: 700 12.23px/27.18px "Open Sans", sans-serif;
    color: #004dd6
}

.info__price p>span {
    display: block;
    font: 700 32.84px/27.92px "Open Sans", sans-serif;
    color: red;
    text-transform: uppercase
}

.info__left {
    margin: 17px 0 0 33px
}

.info__left p {
    font: 600 15.3px/17.56px "Open Sans", sans-serif;
    color: #0041d4;
    text-transform: uppercase
}

.info__left p span {
    color: red
}

.info__form {
    margin: 22px 0 0
}

.info__form-pole {
    margin: 0 0 15px 33px;
    display: flex;
    flex-direction: column;
}

.info__form-pole:nth-child(2) {
    margin-bottom: 13px
}

.info__form-pole:nth-child(3) {
    margin-bottom: 0
}

.info__form-label {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0
}

.info__form-label label {
    font: 13.17px/20px "Open Sans", sans-serif;
    color: #111
}

.info__form-input {
    display: inline-block;
    vertical-align: top
}

.info__form-input select {
    width: 224px;
    height: 42px;
    background: #fff;
    border: 2px solid #0041d4;
    text-indent: 10px;
    font: 13.17px/34px "Open Sans", sans-serif;
    color: grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
label {
    display: block;
}
.info__form-input input {
    width: calc(100% - 20px);
    height: 42px;
    background: #fff;
    border: 2px solid #0041d4;
    text-indent: 10px;
    font: 13.17px/34px "Open Sans", sans-serif;
    color: grey
}

.info__form-input input::-moz-placeholder {
    color: grey
}

.info__form-input input:-moz-placeholder {
    color: grey
}

.info__form-input input:-ms-input-placeholder {
    color: grey
}

.info__form-btn {
    margin: 27px 0 0;
    background: #efefef;
    padding: 15px 0 43px 29px
}

.info__form-btn button {
    width: 225px;
    height: 48px;
    border: 0;
    background: red;
    border-radius: 24px;
    font: 800 24px/30px "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 156px
}

.info__form-btn p {
    margin: -30px 0 0;
    font: 12px/12px "Open Sans", sans-serif;
    color: #464646
}

.problem {
    width: 1170px;
    margin: 0 auto;
    padding: 59px 0 53px
}

.problem__list {
    text-align: center
}

.problem__list li {
    width: 233px;
    display: inline-block;
    vertical-align: top;
    margin-right: 63px
}

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

.problem__img img {
    border-radius: 120px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
}

.problem__desc {
    margin: 21px 25px 0
}

.problem__desc p {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #464646;
    text-transform: uppercase
}

.problem__note {
    margin: 21px 0 0;
    text-align: center
}

.problem__note p {
    font: 700 25px/30px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.history {
    background: url(../img/history-bg_1.jpg) no-repeat center top
}

.history__body {
    width: 1170px;
    margin: 0 auto;
    padding: 62px 0 62px 96px
}

.history__desc {
    width: 575px;
    background: rgba(239, 239, 239, .8);
    padding: 32px 30px 59px 32px
}

.history__desc p {
    font: 19.54px/26.05px "Open Sans", sans-serif;
    color: #464646
}

.history__desc p span {
    color: #0041d4
}

.order {
    width: 769px;
    margin: 0 auto;
    padding: 55px 0 35px
}

.order__title {
    text-align: center
}

.order__title h2 {
    font: 700 25px/30px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.order__title h2 span {
    display: block;
    color: #0041d4
}

.order__pack {
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0 100px
}

.order__action {
    width: 271px;
    display: inline-block;
    vertical-align: top;
    margin: 71px 0 0 79px
}

.order__form {
    text-align: center
}

.order__form select {
    width: 224px;
    height: 42px;
    background: #fff;
    border: 2px solid #0041d4;
    text-indent: 10px;
    font: 13.17px/34px "Open Sans", sans-serif;
    color: grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.order__form input {
    width: 224px;
    height: 42px;
    background: #fff;
    border: 2px solid #0041d4;
    text-indent: 10px;
    font: 13.17px/34px "Open Sans", sans-serif;
    color: grey;
    margin: 15px 0 0
}

.order__form input[name=phone] {
    margin: 13px 0 0
}

.order__form input::-moz-placeholder {
    color: grey
}

.order__form input:-moz-placeholder {
    color: grey
}

.order__form input:-ms-input-placeholder {
    color: grey
}

.order__form button {
    width: 225px;
    height: 48px;
    border: 0;
    background: red;
    border-radius: 24px;
    font: 800 24px/30px "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 14px 0 0
}

.order__price {
    margin: 13px 0 0;
    text-align: center
}

.order__price p {
    font: 700 29.03px/24.18px "Open Sans", sans-serif;
    color: #444;
    text-transform: uppercase
}

.order__price p>span {
    color: red
}

.order__note {
    margin: 5px 0 0;
    text-align: center
}

.order__note p {
    font: 12px/12px "Open Sans", sans-serif;
    color: #464646
}

.two .order__action {
    width: 240px;
    margin: 90px 0 0 35px
}

.order__timer {
    text-align: center
}

.order__timer p {
    font: 700 16px/18px "Open Sans", sans-serif;
    color: #464646;
    text-transform: uppercase
}

.order__timer>div {
    margin: 10px 0 0
}

.two .order__price {
    width: 215px;
    margin: 7px auto 0;
    text-align: center
}

.two .order__price p {
    font: 700 20px/27px "Open Sans", sans-serif;
    color: #444;
    text-transform: uppercase
}

.two .order__price p>span {
    color: red
}

.two .order__pack {
    margin: 17px 0 0 6px
}

.two .order__form {
    width: 224px;
    display: inline-block;
    vertical-align: top;
    margin: 71px 0 0 1px;
    text-align: center
}

.two .order__form p {
    margin: 5px 0 0;
    font: 12px/12px "Open Sans", sans-serif;
    color: #464646
}

.consist {
    background: url(../img/consist-bg.jpg) no-repeat center top
}

.consist__body {
    width: 971px;
    margin: 0 auto;
    padding: 59px 0 60px
}

.consist__title {
    text-align: center
}

.consist__title h2 {
    font: 700 25px/27px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.consist__title h2 span {
    color: #0041d4
}

.consist__list {
    margin: 40px 0 0;
    text-align: center
}

.consist__list li {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 29px 12px 0
}

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

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

.consist__img img {
    margin: 0 auto;
    border-radius: 120px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
}

.consist__desc {
    margin: 16px 0 0
}

.consist__desc h4 {
    font: 700 16px/21px "Open Sans", sans-serif;
    color: #000
}

.consist__desc p {
    font: 600 16px/18px "Open Sans", sans-serif;
    color: #464646;
    margin: 9px 0 0
}

.consist__note {
    margin: 30px 0 0;
    text-align: center
}

.consist__note p {
    font: 700 25px/27px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.expert {
    background: url(../img/expert-bg_1.jpg) no-repeat center top
}

.expert__body {
    width: 1170px;
    margin: 0 auto;
    padding: 62px 0 24px
}

.expert__title {
    text-align: center
}

.expert__title h2 {
    font: 700 25px/27px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.expert__title h2 span {
    color: #0041d4
}

.expert__img {
    float: right;
    margin: -12px -9px 0 -50px
}

.expert__info {
    width: 769px;
    margin: 40px 0 0 71px;
    background: url(../img/expert-desc.jpg) no-repeat 0 0;
    padding: 25px 70px 17px 71px;
    -webkit-box-shadow: 5px 5px 29px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 29px 0 rgba(0, 0, 0, .2)
}

.expert__desc p {
    font: 18px/28px "Open Sans", sans-serif;
    color: #464646;
    margin-bottom: 28px
}

.expert__desc p span {
    font-weight: 700;
    text-transform: uppercase;
    color: #0041d4
}

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

.expert__name {
    width: 430px;
    display: inline-block;
    vertical-align: top;
    margin: 49px 0 0
}

.expert__name p {
    font: 600 16px/24px "Open Sans", sans-serif;
    color: #0041d4;
    margin-bottom: 5px
}

.expert__name p span {
    font: 600 24px/28px "Open Sans", sans-serif
}

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

.expert__sign {
    display: inline-block;
    vertical-align: top;
    margin: 101px 0 0 -55px;
    position: relative
}

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

.feed {
    width: 971px;
    margin: 0 auto;
    padding: 57px 0 69px
}

.feed__title {
    text-align: center
}

.feed__title h2 {
    font: 700 25px/27px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.feed__list {
    margin: 40px 0 0;
    text-align: center
}

.feed__list li {
    width: 284px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    text-align: left
}

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

.feed__img img {
    margin: 0 auto;
    border-radius: 92px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
}

.feed__info {
    margin: 22px 0 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    height: 569px;
    padding: 18px 5px 0 19px
}

.feed__name p {
    font: 800 16px/20px "Open Sans", sans-serif;
    color: #0041d4
}

.feed__desc {
    margin: 20px 0 0
}

.feed__desc p {
    font: 16px/20px "Open Sans", sans-serif;
    color: #000
}

.feed__desc p span {
    color: #0041d4;
    font-weight: 800
}

.do {
    background: url(../img/do-bg_1.jpg) no-repeat center top
}

.do__body {
    width: 1170px;
    margin: 0 auto;
    padding: 56px 0 70px
}

.do__title {
    text-align: center
}

.do__title h2 {
    font: 700 25px/27px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.do__list {
    margin: 48px 0 0;
    text-align: center
}

.do__list li {
    width: 287px;
    display: inline-block;
    vertical-align: top
}

.do__list li:nth-child(1) {
    width: 228px;
    margin-right: 25px
}

.do__list li:nth-child(3) {
    width: 226px;
    margin-left: 28px
}

.do__list li:nth-child(4) {
    width: 226px;
    margin-left: 46px
}

.do__img img {
    margin: 0 auto
}

.do__desc {
    margin: 39px 0 0
}

.do__desc h4 {
    font: 700 24.33px/25px "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase
}

.do__desc p {
    font: 600 18px/24px "Open Sans", sans-serif;
    color: #000;
    margin: 12px 0 0
}

footer {
    background: #e5e5e5;
    max-width: 1920px;
    margin: 0 auto
}

.footer__body {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 25px
}

.footer__body p {
    font: 600 18px/24px "Open Sans", sans-serif;
    color: #0041d4
}

.footer__body a {
    font: 600 18px/24px "Open Sans", sans-serif;
    color: #0041d4
}

@media (max-width:1190px) {
    .info__top-body {
        width: 780px
    }
    .info__prefer {
        display: block;
        margin: 20px 0 0
    }
    .info__prefer li {
        display: inline-table;
        vertical-align: top
    }
    .info__prefer li:nth-child(1) .info__desc {
        width: 200px
    }
    .info__prefer li:nth-child(2) {
        margin: 0
    }
    .info__prefer li:nth-child(2) .info__desc {
        width: 183px
    }
    .info__prefer li:nth-child(3) {
        margin: 0
    }
    .info__body {
        width: 780px;
        padding: 57px 0 117px
    }
    .info__pack {
        margin: -31px 0 0
    }
    .info__action {
        display: block;
        margin: 60px auto 0
    }
    .problem {
        width: 780px
    }
    .problem__list li {
        width: 180px;
        margin-right: 15px
    }
    .problem__img img {
        width: 100%
    }
    .problem__desc {
        margin: 21px 0 0
    }
    .problem__note p {
        font: 700 22px/30px "Open Sans", sans-serif
    }
    .history__body {
        width: 780px;
        padding: 62px 0 62px 46px
    }
    .consist {
        background-size: cover
    }
    .consist__body {
        width: 780px
    }
    .consist__list li {
        width: 240px;
        margin: 0 19px 12px 0
    }
    .expert {
        background-size: cover
    }
    .expert__body {
        width: 780px
    }
    .expert__img {
        float: none;
        margin: 0
    }
    .expert__img img {
        margin: 0 auto
    }
    .expert__info {
        margin: -40px auto 0;
        position: relative
    }
    .feed {
        width: 780px
    }
    .feed__list li {
        width: 244px;
        margin-right: 20px
    }
    .feed__info {
        height: 652px;
        padding: 18px 5px 0 14px
    }
    .do__body {
        width: 780px
    }
    .do__list li {
        width: 175px !important;
        margin: 0 15px 0 0 !important
    }
    .do__img img {
        width: 100%
    }
    .do__desc {
        margin: 39px 0 0
    }
    .do__desc h4 {
        font: 700 20.33px/25px "Open Sans", sans-serif
    }
    .do__desc p {
        font: 600 16px/24px "Open Sans", sans-serif
    }
    .footer__body {
        width: 780px
    }
}

@media (max-width:801px) {
    .info {
        background: url(../img/info-bg_1.jpg) no-repeat center 190px
    }
    .info__top-body {
        width: 580px
    }
    .info__logo {
        display: block;
        text-align: center
    }
    .info__prefer li {
        display: table
    }
    .info__prefer li:nth-child(1) .info__desc {
        width: 518px
    }
    .info__prefer li:nth-child(2) {
        margin: 10px 0 0
    }
    .info__prefer li:nth-child(2) .info__desc {
        width: 510px
    }
    .info__prefer li:nth-child(3) {
        margin: 10px 0 0
    }
    .info__prefer li:nth-child(3) .info__desc {
        width: 535px
    }
    .info__body {
        width: 580px
    }
    .info__title {
        width: auto
    }
    .info__title h2 {
        font: 700 33px/45px "Open Sans", sans-serif
    }
    .info__pack {
        margin: -31px 0 0 -61px
    }
    .problem {
        width: 580px
    }
    .problem__list {
        text-align: center
    }
    .problem__list li {
        width: 233px;
        margin-right: 63px;
        margin-bottom: 20px
    }
    .problem__list li:nth-child(2n) {
        margin-right: 0
    }
    .history__body {
        width: 580px;
        padding: 62px 0 62px
    }
    .order {
        width: 580px
    }
    .order__pack {
        margin: 17px 0 0 10px
    }
    .two .order__form {
        width: 224px;
        display: block;
        margin: 21px auto 0
    }
    .consist__body {
        width: 580px
    }
    .consist__list {
        margin: 40px 0 0;
        text-align: center
    }
    .consist__list li {
        width: 275px;
        margin: 0 19px 12px 0
    }
    .consist__list li:nth-child(3n) {
        margin-right: 19px
    }
    .consist__list li:nth-child(2n) {
        margin-right: 0
    }
    .expert__body {
        width: 580px
    }
    .expert__info {
        width: 580px;
        background: #fff url(../img/expert-desc.jpg) no-repeat 0 0
    }
    .expert__name {
        width: 259px
    }
    .expert__sign {
        margin: 79px 0 0 -22px
    }
    .expert__stamp {
        margin: 12px 0 0 -65px
    }
    .feed {
        width: 580px
    }
    .feed__list li {
        width: 284px;
        display: block;
        margin: 0 auto 24px
    }
    .feed__list li:last-child {
        margin: 0 auto
    }
    .feed__info {
        height: 569px;
        padding: 18px 5px 0 19px
    }
    .do {
        background-size: cover
    }
    .do__body {
        width: 580px
    }
    .do__list li {
        width: 210px !important;
        margin: 0 15px 20px 0 !important
    }
    .do__list li:nth-child(2n) {
        margin-right: 0
    }
    .footer__body {
        width: 580px
    }
}

@media (max-width:601px) {
    .dec {
        display: none !important
    }
    .mob {
        display: block !important
    }
    .info {
        background: url(../img/info-bg.jpg) no-repeat center 145px;
        background-size: cover;
    }
    .info__top-body {
        width: 247px;
        margin: 0 auto;
        padding: 11px 0 47px 33px
    }
    .info__logo {
        display: block;
        text-align: left;
        margin: 0
    }
    .info__logo h1 {
        font: 36.77px/37.39px BebasNeueBold, sans-serif
    }
    .info__slider {
        margin: 13px 0 0
    }
    .info__icon img {
        width: 37px
    }
    .info__desc {
        width: 175px;
        padding-left: 8px
    }
    .info__desc p {
        font: 11.65px/16px "Open Sans", sans-serif
    }
    .info__body {
        width: 290px;
        margin: 0 auto;
        padding: 18px 0 45px
    }
    .info__title h2 {
        font: 700 28.41px/35.96px "Open Sans", sans-serif
    }
    .info__list {
        width: 100%;
        display: block;
        margin: 17px 0 0
    }
    .info__list li {
        width: 100%;
        display: table;
        height: 35px;
        background-size: 34px;
        padding: 0 0 0 40px;
        margin-bottom: 25px
    }
    .info__list li p {
        font: 700 16px/16px "Open Sans", sans-serif
    }
    .info__pack {
        display: block;
        margin: 7px 0 0
    }
    .info__pack img {
        width: 207px;
        margin: 0 auto
    }
    .info__action {
        width: 100%;
        display: block;
        margin: 13px 0 0;
        padding: 17px 0 0
    }
    .info__action-top {
        width: 250px;
        margin: 0 auto;
        padding: 8px 0 10px 49px;
        position: relative
    }
    .info__action-top:before {
        content: '';
        position: absolute;
        top: -3px;
        left: -13px;
        border-right: 13px solid #0041d4;
        border-top: 0 solid transparent;
        border-bottom: 32px solid transparent
    }
    .info__action-top:after {
        content: '';
        position: absolute;
        left: -8px;
        top: 0;
        border-right: 8px solid #fff;
        border-top: 0 solid transparent;
        border-bottom: 22px solid transparent
    }
    .info__voz {
        width: 166px;
        display: block;
        margin: 0
    }
    .info__voz p {
        font: 12px/13px "Open Sans", sans-serif
    }
    .info__price {
        width: auto;
        display: block;
        margin: 10px 0 0 7px
    }
    .info__price p {
        font: 700 11px/17.88px "Open Sans", sans-serif
    }
    .info__price p>span {
        font: 700 38.45px/27.92px "Open Sans", sans-serif;
        margin: 5px 0 0
    }
    .info__left {
        margin: 16px 22px 0
    }
    .info__left p {
        font: 600 16px/18px "Open Sans", sans-serif
    }
    .info__form {
        margin: 12px 0 0
    }
    .info__form-pole {
        margin: 0 0 4px;
        text-align: center
    }
    .info__form-pole:nth-child(2) {
        margin-bottom: 4px
    }
    .info__form-pole:nth-child(3) {
        margin-bottom: 0
    }
    .info__form-input {
        display: block
    }
    .info__form-input select {
        width: 248px;
        height: 32px;
        text-indent: 13px;
        font: 14px/34px "Open Sans", sans-serif
    }
    .info__form-input input {
        width: 248px;
        height: 32px;
        text-indent: 13px;
        font: 14px/34px "Open Sans", sans-serif
    }
    .info__form-btn {
        margin: 21px 0 0;
        padding: 14px 0 9px;
        text-align: center
    }
    .info__form-btn button {
        width: 148px;
        height: 32px;
        font: 800 15.78px/20px "Open Sans", sans-serif;
        margin: 0
    }
    .info__form-btn p {
        margin: 7px 0 0;
        font: 12px/12px "Open Sans", sans-serif
    }
    .problem {
        width: 290px;
        margin: 0 auto;
        padding: 43px 0 25px
    }
    .problem__list {
        text-align: center
    }
    .problem__list li {
        width: 225px;
        display: block;
        margin: 0 auto 25px
    }
    .problem__list li:nth-child(2n) {
        margin: 0 auto 25px
    }
    .problem__list li:last-child {
        margin: 0 auto
    }
    .problem__img img {
        border-radius: 120px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
    }
    .problem__desc {
        margin: 21px 15px 0
    }
    .problem__desc p {
        font: 600 17.3px/22px "Open Sans", sans-serif
    }
    .problem__note {
        margin: 20px 0 0;
        text-align: left
    }
    .problem__note p {
        font: 700 21px/23px "Open Sans", sans-serif
    }
    .history {
        background: url(../img/history-bg.jpg) no-repeat center top
    }
    .history__body {
        width: 290px;
        margin: 0 auto;
        padding: 50px 0 50px
    }
    .history__desc {
        width: auto;
        padding: 15px 11px 35px 13px;
        background: rgba(255, 255, 255, .8)
    }
    .history__desc p {
        font: 17px/23px "Open Sans", sans-serif
    }
    .order {
        width: 290px;
        margin: 0 auto;
        padding: 20px 0 15px
    }
    .order__title {
        text-align: center
    }
    .order__title h2 {
        font: 700 21px/23px "Open Sans", sans-serif
    }
    .order__pack {
        display: block;
        margin: 0
    }
    .order__pack img {
        width: 207px;
        margin: 0 auto
    }
    .order__action {
        width: 240px;
        display: block;
        margin: 0 auto
    }
    .order__form {
        text-align: center
    }
    .order__form select {
        width: 217px;
        height: 41px;
        text-indent: 19px;
        font: 14px/34px "Open Sans", sans-serif
    }
    .order__form input {
        width: 217px;
        height: 41px;
        text-indent: 19px;
        font: 14px/34px "Open Sans", sans-serif;
        margin: 14px 0 0
    }
    .order__form input[name=phone] {
        margin: 12px 0 0
    }
    .order__form button {
        width: 218px;
        height: 47px;
        font: 800 23.26px/30px "Open Sans", sans-serif
    }
    .order__price {
        margin: 10px 0 0
    }
    .order__price p {
        font: 700 28.13px/23.43px "Open Sans", sans-serif
    }
    .two .order__action {
        width: 290px;
        margin: 35px 0 0
    }
    .two .order__pack {
        margin: 0
    }
    .consist {
        background: url(../img/consist-bg.png) no-repeat center top
    }
    .consist__body {
        width: 290px;
        margin: 0 auto;
        padding: 25px 0 90px
    }
    .consist__title {
        text-align: center
    }
    .consist__title h2 {
        font: 700 21px/23px "Open Sans", sans-serif
    }
    .consist__slider {
        margin: 10px 0 0
    }
    .consist__slider .slick-slide {
        margin: 10px 25px 0
    }
    .consist__img img {
        width: 194px
    }
    .consist__desc {
        margin: 10px 0 0;
        text-align: center
    }
    .consist__desc h4 {
        font: 700 13.2px/14.85px "Open Sans", sans-serif
    }
    .consist__desc p {
        font: 600 13.2px/14.85px "Open Sans", sans-serif;
        margin: 9px 0 0
    }
    .expert {
        background: url(../img/expert-bg.jpg) no-repeat center top
    }
    .expert__body {
        width: 290px;
        margin: 0 auto;
        padding: 32px 0 55px
    }
    .expert__title h2 {
        font: 700 21px/23px "Open Sans", sans-serif
    }
    .expert__img {
        margin: 5px 0 0
    }
    .expert__img img {
        width: 191px
    }
    .expert__info {
        width: 290px;
        margin: -9px 0 0;
        background: url(../img/expert-desc_1.jpg) no-repeat 0 0;
        padding: 16px 9px 7px 28px
    }
    .expert__desc {
        margin-right: 15px
    }
    .expert__desc p {
        font: 16px/18px "Open Sans", sans-serif;
        color: #464646;
        margin-bottom: 18px
    }
    .expert__name {
        width: 190px;
        margin: 12px 0 0
    }
    .expert__name p {
        font: 600 11px/12px "Open Sans", sans-serif;
        margin-bottom: 7px
    }
    .expert__name p span {
        font: 600 12px/12px "Open Sans", sans-serif
    }
    .expert__name p:nth-child(2) {
        width: 160px
    }
    .expert__sign {
        margin: -32px 0 0 -19px
    }
    .expert__sign img {
        width: 74px
    }
    .expert__stamp {
        margin: 45px 0 0 -103px
    }
    .expert__stamp img {
        width: 65px
    }
    .feed {
        width: 320px;
        margin: 0 auto;
        padding: 35px 0 75px
    }
    .feed__title {
        text-align: center
    }
    .feed__title h2 {
        font: 700 30px/30px "Open Sans", sans-serif
    }
    .feed__slider {
        margin: 30px 0 0
    }
    .feed__slider .slick-slide {
        margin: 15px
    }
    .feed__img img {
        width: 192px;
        border-radius: 100px
    }
    .feed__info {
        margin: 18px 0 0;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
        height: 569px;
        padding: 18px 5px 0 19px
    }
    .do {
        background: url(../img/do-bg.jpg) no-repeat center top
    }
    .do__body {
        width: 320px;
        margin: 0 auto;
        padding: 35px 0 35px
    }
    .do__title {
        width: 290px;
        margin: 0 auto
    }
    .do__title h2 {
        font: 700 30px/30px "Open Sans", sans-serif
    }
    .do__list {
        margin: 40px 0 0;
        text-align: left
    }
    .do__list li {
        width: auto !important;
        margin: 0 0 30px 0 !important
    }
    .do__list li:nth-child(2n) {
        margin-bottom: 30px !important
    }
    .do__list li:last-child {
        margin: 0 !important
    }
    .do__img {
        display: inline-block;
        vertical-align: top
    }
    .do__img img {
        width: 99px
    }
    .do__desc {
        width: 202px;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0 0 6px
    }
    .do__desc h4 {
        font: 700 16px/20px "Open Sans", sans-serif
    }
    .do__desc p {
        font: 600 16px/16px "Open Sans", sans-serif;
        margin: 10px 0 0
    }
    .footer__body {
        width: 210px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0 20px
    }
    .footer__body p {
        font: 600 12px/12px "Open Sans", sans-serif
    }
    .footer__body a {
        font: 600 12px/12px "Open Sans", sans-serif
    }
}