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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

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

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

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

* {
    outline: 0
}

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

.mob {
    display: none!important
}

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

.header__body {
    width: 1150px;
    margin: 0 auto;
    padding: 32px 0 66px
}

.header__name {
    width: 975px
}

.header__name h2 {
    font: 60px/61px PeaceSans, sans-serif;
    color: #0088b9
}

.header__content {
    margin-top: 7px
}

.header__left {
    width: 555px;
    display: inline-block;
    vertical-align: top;
    margin-top: 124px
}

.header__left img {
    display: inline-block;
    vertical-align: top
}

.header__left img.mob {
    display: none!important
}

.header__left img:nth-child(2) {
    margin: 10px 0 0 24px
}

.header__left img:first-child {
    position: relative
}

.header__right {
    width: 560px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px
}

.header__list li {
    background: url(../images/header-check.png) no-repeat 2px 0;
    padding: 0 0 12px 51px;
    font: 26px/26px Roboto, sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 29px
}

.header__list li span {
    font-weight: 700;
    color: #009428
}

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

.header__info {
    margin-top: 64px
}

.header__form {
    width: 278px;
    display: inline-block;
    vertical-align: top;
    background: #43badc;
    height: 262px;
    border-radius: 2px;
    padding: 20px 22px 0 16px
}

.header__form p {
    font: 18.55px/19px PeaceSans, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.header__form input {
    width: 100%;
    height: 43px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    padding-left: 21px;
    font: 18px/20px Roboto, sans-serif;
    color: #000;
    margin-top: 8px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.header__form select {
    width: 100%;
    height: 43px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    text-indent: 21px;
    font: 18px/20px Roboto, sans-serif;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 13px
}

.header__form button {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 30px;
    background: #db203b;
    font: 700 18px/20px Roboto, sans-serif;
    color: #fff;
    margin-top: 16px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.header__form button span {
    color: #fed812
}

.header__action {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 17px
}

.header__timer p {
    font: 15px/15px Roboto, sans-serif;
    color: #000
}

.countdown {
    margin-top: 5px;
    height: 71px
}

.header__price {
    margin-top: 23px
}

.header__price-name p {
    font: 900 19.7px/20px Roboto, sans-serif;
    color: #000;
    text-transform: uppercase
}

.header__price-body {
    margin-top: 8px
}

.header__price-body__new {
    display: inline-block;
    vertical-align: top
}

.header__price-body__new p {
    font: 900 41px/47px Roboto, sans-serif;
    color: #000
}

.new_price_val {
    font-size: 46.6px;
    color: #009428
}

.header__price-body__old {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 6px
}

.header__price-body__old p {
    font: 500 24px/24px Roboto, sans-serif;
    color: #197446;
    text-decoration: line-through
}

.header__price-note {
    margin-top: 5px
}

.header__price-note p {
    font: 15px/16px Roboto, sans-serif;
    color: #6a6a6a
}

.countdown__wrap {
    margin-top: 20px;
}

.counter__num {
    text-align: center;
    margin-bottom: 10px
}

.counter__num_text {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.counter__num_item {
    display: inline-block;
    background: none;
    width: 72px;
    height: 57px;
    background: none;
    text-align: center;
    font-weight: bold;
    border: 2px solid #a8a8a8;
    border-radius: 5px;
}

.counter__hour,
.counter__min,
.counter__sec {
    font: 900 44px/60px "Roboto", sans-serif;
    color: #00cb6d;
    vertical-align: middle;
    display: inline-block;
    width: 72px;
    border-radius: 10px;
    margin-right: 10px;
}

.wrap-main {
    max-width: 2000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.header__counter {
    position: relative
}

.header__counter.text-bottom {
    font-size: 10px;
    line-height: 16px;
    color: #ffdb33;
    top: -20px;
    left: 15px;
    text-align: center;
    display: none;
}

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

.weak__body {
    width: 1140px;
    margin: 0 auto;
    padding: 34px 0 43px
}

.weak__name {
    width: 653px;
    margin-left: 391px
}

.weak__name h2 {
    font: 30px/38px PeaceSans, sans-serif;
    color: #d70b0b;
    text-transform: uppercase
}

.weak__list {
    margin-top: 30px
}

.weak__list ul {
    margin-left: 476px
}

.weak__list li {
    width: 275px;
    display: inline-block;
    vertical-align: top
}

.weak__list li img {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2)
}

.weak__list li:first-child {
    margin-right: 30px
}

.weak__list li:last-child {
    width: 100%;
    margin-top: 34px
}

.weak__list li:last-child .weak__img {
    width: 275px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px
}

.weak__list li:last-child .weak__text {
    width: 266px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 25px
}

.weak__text {
    margin-top: 17px
}

.weak__text h4 {
    font: 24.5px/28px PeaceSans, sans-serif;
    color: #db0909;
    text-transform: uppercase
}

.weak__text p {
    font: 17px/22px Roboto, sans-serif;
    color: #000;
    padding-top: 7px
}

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

.help__body {
    width: 1140px;
    margin: 0 auto;
    padding: 25px 0 30px
}

.help__name h2 {
    font: 42px/42px PeaceSans, sans-serif;
    color: #0088b9;
    text-transform: uppercase
}

.help__info {
    margin-top: 16px
}

.help__video {
    width: 462px;
    display: inline-block;
    vertical-align: top;
    margin-top: 33px
}

.help__video img {
    width: 100%
}

.help__video iframe {
    width: 100%
}

.help__text {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.help__text p {
    font: 16px/22px Roboto, sans-serif;
    color: #000
}

.help__text p span {
    font-weight: 700;
    color: #0088b9;
    text-transform: uppercase
}

.help__text p span:last-child {
    text-transform: unset
}

.help__note {
    margin-top: 38px;
    text-align: center
}

.help__note p {
    font: 23px/23px PeaceSans, sans-serif;
    color: #cf071a;
    text-transform: uppercase
}

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

.prefer__body {
    width: 1150px;
    margin: 0 auto;
    padding: 43px 0 49px
}

.prefer__name {
    text-align: center
}

.prefer__name h2 {
    font: 44px/44px PeaceSans, sans-serif;
    color: #0088b9;
    text-transform: uppercase
}

.prefer__list {
    margin-top: 51px
}

.prefer__list li {
    width: 305px;
    display: inline-block;
    vertical-align: top;
    background: -webkit-gradient(linear, left top, right top, from(#138bc5), to(#4ebebe));
    background: -webkit-linear-gradient(left, #138bc5, #4ebebe);
    background: linear-gradient(to right, #138bc5, #4ebebe);
    margin-right: 112px;
    padding: 22px 12px 0 22px;
    height: 190px
}

.prefer__list li p {
    font: 18px/23px Roboto, sans-serif;
    color: #fff;
    padding-top: 11px
}

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

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

.consist__body {
    width: 1150px;
    margin: 0 auto;
    padding: 24px 0 47px;
    position: relative
}

.consist__name {
    width: 750px;
    margin: 0 auto;
    text-align: center
}

.consist__name h2 {
    font: 40px/40px PeaceSans, sans-serif;
    color: #044c73;
    text-transform: uppercase
}

.consist__pack {
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    width: 248px;
    margin: 0 auto
}

.consist__list {
    margin-top: 42px
}

.consist__list>ul>li {
    width: 305px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 355px
}

.consist__list>ul>li:nth-child(2) {
    margin-left: 527px;
    margin-bottom: 30px
}

.consist__list>ul>li:nth-child(3),
.consist__list>ul>li:nth-child(4) {
    margin-right: 112px
}

.consist__list-text {
    padding: 6px 8px 0 8px
}

.consist__list-text h4 {
    font: 500 22px/25px Roboto, sans-serif;
    color: #0088b9
}

.consist__list-text p {
    font: 15px/24px Roboto, sans-serif;
    color: #333;
    padding: 4px 0 0 5px
}

.work {
    background: url(../images/work-bg.jpg) no-repeat center top;
    background-size: cover;
}

.work__body {
    width: 1140px;
    margin: 0 auto;
    padding: 39px 0 55px
}

.work__name {
    margin-left: 462px
}

.work__name h2 {
    font: 51px/52px PeaceSans, sans-serif;
    color: #0088b9;
    text-transform: uppercase
}

.work__info {
    margin: 30px 0 0 462px
}

.work__text p {
    font: 500 25px/29px Roboto, sans-serif;
    color: #000
}

.work__list {
    margin-top: 35px
}

.work__list li {
    font: 21px/34px Roboto, sans-serif;
    color: #000
}

.work__list li span {
    font-weight: 700;
    color: #0088b9;
    text-transform: uppercase
}

.work__note {
    margin-top: 50px;
    border: 10px solid #0088b9;
    padding: 10px 10px
}

.work__note p {
    font: 21px/26px Roboto, sans-serif;
    color: #000
}

.feedback {
    background: url(../images/feedback-bg.jpg) no-repeat center top;
    background-size: cover;
}

.feedback__body {
    width: 1150px;
    margin: 0 auto;
    padding: 63px 0 56px
}

.feedback__name {
    width: 925px;
    margin: 0 auto;
    text-align: center
}

.feedback__name h2 {
    font: 44px/44px PeaceSans, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.feedback__list {
    margin-top: 33px
}

.feedback__list>ul>li {
    background: #fff;
    padding: 29px 26px 0 23px;
    height: 250px;
    margin-bottom: 25px
}

.feedback__list>ul>li:last-child {
    margin-bottom: 0
}

.feedback__icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px
}

.feedback__text {
    width: 923px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

.feedback__text h4 {
    font: 29px/26px ProximaNovaExtrabld, sans-serif;
    color: #0b89d8;
    padding-bottom: 10px
}

.feedback__text p {
    font: 16px/26px ProximaNovaRegular, sans-serif;
    color: #121314
}

.feedback__text p:last-child {
    font: 22px/30px ProximaNovaBold, sans-serif;
    color: #121314;
    text-align: right
}

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

.pay__body {
    width: 1140px;
    margin: 0 auto;
    padding: 45px 0 20px
}

.pay__name {
    text-align: center
}

.pay__name h2 {
    font: 44px/44px PeaceSans, sans-serif;
    color: #0088b9;
    text-transform: uppercase
}

.pay__list {
    margin-top: 43px;
    text-align: center
}

.pay__list li {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px
}

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

.pay__text {
    margin-top: 22px
}

.pay__text h4 {
    font: 16px/33px ProximaNovaExtrabld, sans-serif;
    color: #434343
}

.pay__text p {
    font: 14px/16px Roboto, sans-serif;
    color: #434343
}

footer {
    background: url(../images/header-bg.jpg) no-repeat center top
}

.footer__copy {
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 30px
}

.footer__copy p {
    font: 16px/30px Roboto, sans-serif;
    color: #000
}

.footer__copy a {
    font: 15px/15px Roboto, sans-serif;
    color: #000
}

@media (max-width:1200px) {
    .header__body {
        width: 980px
    }
    .header__left {
        width: 395px
    }
    .header__left img:nth-child(2) {
        margin: 10px 0 0 -184px;
        position: relative;
        z-index: 3
    }
    .weak__body {
        width: 980px
    }
    .weak__name {
        width: auto;
        margin-left: 315px
    }
    .weak__list ul {
        margin-left: 400px
    }
    .help__body {
        width: 980px
    }
    .prefer__body {
        width: 980px
    }
    .prefer__list li {
        margin-right: 32px
    }
    .consist__body {
        width: 980px
    }
    .consist__list>ul>li:nth-child(2) {
        margin-left: 370px
    }
    .consist__list>ul>li:nth-child(3),
    .consist__list>ul>li:nth-child(4) {
        margin-right: 32px
    }
    .work {
        background-size: cover
    }
    .work__body {
        width: 980px
    }
    .work__name {
        margin-left: 354px
    }
    .work__info {
        margin: 30px 0 0 354px
    }
    .feedback {
        background-size: cover
    }
    .feedback__body {
        width: 980px
    }
    .feedback__list>ul>li {
        height: 300px
    }
    .feedback__text {
        width: 763px
    }
    .pay__body {
        width: 980px
    }
    .footer__copy {
        width: 980px
    }
}

@media (max-width:1001px) {
    header {
        background-size: cover
    }
    .header__body {
        width: 780px
    }
    .header__name {
        width: auto
    }
    .header__name h2 {
        font: 58px/57px PeaceSans, sans-serif
    }
    .header__left {
        width: 350px
    }
    .header__left img:nth-child(2) {
        margin: 48px 0 0 -229px
    }
    .header__right {
        width: 400px
    }
    .header__list li {
        font: 20px/22px Roboto, sans-serif
    }
    .header__info {
        margin-top: 17px
    }
    .weak__body {
        width: 780px
    }
    .weak__name {
        margin-left: 170px
    }
    .weak__list ul {
        margin-left: 200px
    }
    .help__body {
        width: 780px
    }
    .help__video {
        width: 375px
    }
    .help__text {
        width: 375px
    }
    .prefer {
        background-size: cover
    }
    .prefer__body {
        width: 780px
    }
    .prefer__list li {
        width: 238px;
        height: 237px
    }
    .consist {
        background-size: cover
    }
    .consist__body {
        width: 780px
    }
    .consist__pack {
        left: 532px
    }
    .consist__list {
        margin-top: 42px
    }
    .consist__list>ul>li {
        width: 305px;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        height: 355px
    }
    .consist__list>ul>li:first-child {
        display: block
    }
    .consist__list>ul>li:nth-child(2) {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .consist__list>ul>li:nth-child(3) {
        margin-right: 0;
        margin-left: 170px;
        margin-top: 30px
    }
    .consist__list>ul>li:nth-child(4) {
        margin-right: 170px
    }
    .work__body {
        width: 780px
    }
    .work__name {
        margin-left: 200px
    }
    .work__info {
        margin: 30px 0 0 200px
    }
    .feedback__body {
        width: 780px
    }
    .feedback__name {
        width: auto
    }
    .feedback__list>ul>li {
        padding: 29px 26px 20px 23px;
        height: auto
    }
    .feedback__text {
        width: 563px
    }
    .pay {
        background-size: cover
    }
    .pay__body {
        width: 780px
    }
    .pay__list li {
        width: 176px
    }
    .footer__copy {
        width: 780px
    }
    footer {
        background-size: auto 929px
    }
}

@media (max-width:801px) {
    header {
        background-size: auto
    }
    .header__body {
        width: 580px
    }
    .header__name h2 {
        font: 43px/41px PeaceSans, sans-serif
    }
    .header__left {
        width: auto;
        display: block;
        margin-top: 177px
    }
    .header__left img:last-child {
        margin: 10px 0 0 -24px
    }
    .header__right {
        width: auto;
        display: block;
        margin-left: 0;
        margin-top: 92px
    }
    .weak {
        background-size: cover
    }
    .weak__body {
        width: 580px
    }
    .weak__name {
        margin-left: 0;
        text-align: center
    }
    .weak__list {
        margin-top: 30px
    }
    .weak__list ul {
        margin-left: 0
    }
    .weak__list li {
        width: auto;
        display: block;
        vertical-align: top
    }
    .weak__list li img {
        -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2)
    }
    .weak__list li:first-child {
        margin-right: 0;
        margin-bottom: 10px
    }
    .weak__list li:last-child {
        width: 100%;
        margin-top: 10px
    }
    .weak__img {
        width: 275px;
        display: inline-block;
        vertical-align: top;
        margin-top: 2px
    }
    .weak__text {
        width: 266px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 25px
    }
    .help__body {
        width: 580px
    }
    .help__name {
        text-align: center
    }
    .help__name h2 {
        font: 38px/38px PeaceSans, sans-serif
    }
    .help__video {
        width: 462px;
        display: block;
        margin: 0 auto
    }
    .help__text {
        width: auto;
        display: block;
        vertical-align: top;
        margin: 20px 0 0
    }
    .prefer__body {
        width: 580px
    }
    .prefer__list {
        margin-top: 51px
    }
    .prefer__list li {
        width: 305px;
        display: block;
        vertical-align: top;
        background: -webkit-gradient(linear, left top, right top, from(#138bc5), to(#4ebebe));
        background: -webkit-linear-gradient(left, #138bc5, #4ebebe);
        background: linear-gradient(to right, #138bc5, #4ebebe);
        margin: 0 auto 20px;
        padding: 22px 12px 0 22px;
        height: 190px
    }
    .prefer__list li p {
        font: 18px/23px Roboto, sans-serif;
        color: #fff;
        padding-top: 11px
    }
    .prefer__list li:last-child {
        margin: 0 auto
    }
    .consist__body {
        width: 580px
    }
    .consist__name {
        width: auto
    }
    .consist__name h2 {
        font: 34px/34px PeaceSans, sans-serif
    }
    .consist__pack {
        display: none
    }
    .consist__list {
        margin-top: 42px
    }
    .consist__list>ul>li {
        width: 260px;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        height: 365px;
        margin-right: 30px
    }
    .consist__list>ul>li img {
        width: 100%
    }
    .consist__list>ul>li:first-child {
        display: inline-block
    }
    .consist__list>ul>li:nth-child(2) {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px
    }
    .consist__list>ul>li:nth-child(3) {
        margin-right: 30px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px
    }
    .consist__list>ul>li:nth-child(4) {
        margin-right: 0
    }
    .work__body {
        width: 580px
    }
    .work__name {
        margin-left: 0;
        text-align: center
    }
    .work__info {
        margin: 30px 0 0 96px
    }
    .feedback__body {
        width: 580px
    }
    .feedback__name {
        width: auto
    }
    .feedback__icon {
        width: 148px;
        display: block;
        vertical-align: top;
        margin: 0 auto
    }
    .feedback__text {
        width: auto;
        display: block;
        vertical-align: top;
        margin: 20px auto 0
    }
    .pay__body {
        width: 580px
    }
    .pay__list {
        margin-top: 43px;
        text-align: center
    }
    .pay__list li {
        width: 210px;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
        margin-bottom: 20px
    }
    .pay__list li:nth-child(2n) {
        margin-right: 0
    }
    .footer__copy {
        width: 580px
    }
}

@media (max-width:601px) {
    .dec {
        display: none!important
    }
    .mob {
        display: block!important
    }
    header {
        background: url(../images/mob/header-bg.jpg) no-repeat center top
    }
    .header__body {
        width: 320px;
        padding: 15px 0 12px
    }
    .header__name {
        margin-left: 15px
    }
    .header__name h2 {
        font: 28px/32px PeaceSans, sans-serif
    }
    .header__content {
        margin-top: 12px
    }
    .header__left {
        width: auto;
        display: block;
        margin-top: 0;
        margin-left: 20px
    }
    .header__left img.mob {
        display: inline-block!important;
        vertical-align: top
    }
    .header__left img:nth-child(2) {
        width: 217px;
        margin-top: 27px;
        position: relative;
        z-index: 5;
        margin-left: 0
    }
    .header__left img:last-child {
        width: 213px;
        margin-left: -137px
    }
    .header__right {
        width: 290px;
        display: block;
        margin: 30px auto 0
    }
    .header__list {
        margin: 0 0 0 16px
    }
    .header__list li {
        background: url(../images/header-check.png) no-repeat 0 8px;
        background-size: 28px;
        padding: 0 0 12px 43px;
        font: 21px/21px Roboto, sans-serif;
        margin-bottom: 29px
    }
    .header__list li span {
        font-weight: 700;
        color: #009428
    }
    .header__list li:last-child {
        margin-bottom: 0
    }
    .header__form {
        margin: 10px auto 0;
        width: 278px;
        display: block
    }
    .header__form button {
        margin-top: 30px
    }
    .header__price-note {
        margin-top: 25px
    }
    .weak {
        background: #d2d9e1
    }
    .weak__body {
        width: 290px;
        margin: 0 auto;
        padding: 17px 0 28px
    }
    .weak__name {
        text-align: left
    }
    .weak__name h2 {
        font: 20px/26px PeaceSans, sans-serif
    }
    .weak__list {
        margin-top: 24px
    }
    .weak__list li {
        width: 275px!important;
        display: block!important;
        vertical-align: top;
        text-align: left;
        margin: 0 auto 15px
    }
    .weak__list li:first-child {
        margin-right: auto
    }
    .weak__img {
        width: auto!important;
        display: block!important;
        vertical-align: top;
        margin-top: 0
    }
    .weak__text {
        width: auto!important;
        display: block!important;
        vertical-align: top;
        margin: 20px 0 0!important
    }
    .help {
        background: #fff
    }
    .help__body {
        width: 320px;
        margin: 0 auto;
        padding: 17px 0 28px
    }
    .help__name {
        width: 290px;
        margin: 0 auto;
        text-align: left
    }
    .help__name h2 {
        font: 18px/24px PeaceSans, sans-serif
    }
    .help__info {
        margin-top: 16px
    }
    .help__video {
        width: 300px;
        display: block;
        margin-top: 0
    }
    .help__video img {
        width: 100%
    }
    .help__text {
        width: 290px;
        display: block;
        margin: 30px auto 0
    }
    .prefer__body {
        width: 320px;
        margin: 0 auto;
        padding: 30px 0 46px
    }
    .prefer__name {
        width: 290px;
        margin: 0 auto;
        text-align: left
    }
    .prefer__name h2 {
        font: 30px/30px PeaceSans, sans-serif
    }
    .prefer__list {
        margin-top: 25px
    }
    .prefer__list li {
        width: 305px;
        display: block;
        vertical-align: top;
        background: -webkit-gradient(linear, left top, right top, from(#138bc5), to(#4ebebe));
        background: -webkit-linear-gradient(left, #138bc5, #4ebebe);
        background: linear-gradient(to right, #138bc5, #4ebebe);
        margin: 0 auto 24px;
        padding: 22px 12px 0 22px;
        height: 190px
    }
    .prefer__list li p {
        font: 18px/23px Roboto, sans-serif;
        color: #fff;
        padding-top: 11px
    }
    .prefer__list li:last-child {
        margin: 0 auto
    }
    .consist__body {
        width: 320px;
        padding: 16px 0 58px
    }
    .consist__name {
        width: auto;
        margin: 0 0 0 9px;
        text-align: left
    }
    .consist__name h2 {
        font: 28px/32px PeaceSans, sans-serif;
        color: #044c73;
        text-transform: uppercase
    }
    .consist__pack {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 248px;
        margin: 52px 0 0 22px
    }
    .consist .slick-slide {
        background: #fff;
        height: 355px
    }
    .consist__list {
        width: 305px;
        margin: 40px auto 0
    }
    .work {
        background: url(../images/mob/work-bg.png) no-repeat center top;
        position: relative
    }
    .work__body {
        width: 320px;
        margin: 0 auto;
        padding: 20px 0 316px
    }
    .work__name {
        margin-left: 15px;
        text-align: left
    }
    .work__name h2 {
        font: 28px/28px PeaceSans, sans-serif
    }
    .work__info {
        margin: 26px 0 0
    }
    .work__text {
        width: 290px;
        margin: 0 auto
    }
    .work__text p {
        font: 500 22px/25px Roboto, sans-serif;
        color: #000
    }
    .work__list {
        width: 290px;
        margin: 35px auto 0
    }
    .work__note {
        width: 305px;
        margin: 20px auto 0;
        border: 10px solid #0088b9;
        padding: 10px 10px
    }
    .work__note p {
        font: 18px/26px Roboto, sans-serif;
        color: #000
    }
    .feedback__body {
        width: 320px;
        margin: -16px auto 0;
        padding: 27px 0 54px
    }
    .feedback__name {
        margin-left: 11px;
        text-align: left
    }
    .feedback__name h2 {
        font: 24px/28px PeaceSans, sans-serif
    }
    .feedback__list {
        width: 290px;
        margin: 19px auto 0
    }
    .feedback .slick-slide {
        background: #fff;
        height: 775px;
        padding: 18px 14px 0 14px
    }
    .feedback__text h4 {
        font: 22px/26px ProximaNovaExtrabld, sans-serif;
        color: #0b89d8;
        padding-bottom: 10px
    }
    .feedback__text p:first-child {
        font: 18px/30px ProximaNovaBold, sans-serif;
        color: #121314;
        text-align: center
    }
    .feedback__text p:last-child {
        font: 15px/22px ProximaNovaRegular, sans-serif;
        color: #121314;
        text-align: left
    }
    .pay {
        background: #ebefec
    }
    .pay__body {
        width: 290px;
        margin: 0 auto;
        padding: 20px 0 25px
    }
    .pay__name {
        text-align: left
    }
    .pay__name h2 {
        font: 32px/37px PeaceSans, sans-serif
    }
    .pay__list {
        margin-top: 30px;
        text-align: center
    }
    .pay__list li {
        width: 127px;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px
    }
    .pay__list li img {
        width: 100%
    }
    .pay__list li:nth-child(2n) {
        margin-right: 0
    }
    .pay__text {
        margin-top: 17px
    }
    .pay__text h4 {
        font: 14px/18px ProximaNovaExtrabld, sans-serif;
        color: #434343
    }
    .pay__text p {
        font: 12px/16px Roboto, sans-serif;
        color: #434343
    }
    footer {
        background: url(../images/mob/header-bg.jpg) no-repeat center top
    }
    .footer__copy {
        width: 320px;
        margin: 0 auto
    }
    .footer__copy a {
        display: block
    }
}