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;
    -webkit-transition: .1s;
    transition: .1s
}

.tab {
    display: none!important
}

.mob {
    display: none!important
}

img {
    display: block
}

.info {
    background: url(../images/info-man.png) no-repeat 989px 160px, url(../images/info-bg.png) no-repeat center top/cover
}

.info__top {
    background: #282828;
    max-width: 1920px;
    margin: 0 auto
}

.info__logo {
    width: 1136px;
    margin: 0 auto;
    padding: 20px 0 20px
}

.info__logo img {
    margin: 0 auto
}

.info__body {
    width: 1136px;
    margin: 0 auto;
    padding: 56px 0 44px
}

.info__title {
    width: 791px
}

.info__title h1 {
    font: 700 42px/56px Inter, sans-serif;
    color: #fff
}

.info__title h1 span {
    font-weight: 900;
    text-transform: uppercase
}

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

.info__list li {
    width: 100%;
    height: 70px;
    display: table;
    background: rgba(135, 188, 57, .8);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 20px;
    padding: 0 8px 0 86px;
    position: relative;
    margin-bottom: 16px
}

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

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

.info__list li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 26px;
    width: 40px;
    height: 40px;
    background: #fff url(../images/info-check.png) no-repeat center;
    border-radius: 5px
}

.info__action {
    width: 272px;
    display: inline-block;
    vertical-align: top;
    margin: 55px 0 0 28px
}

.info__pack {
    border: 2px dashed #fff;
    padding: 17px 0 51px
}

.info__pack img {
    margin: 0 auto
}

.info__price {
    width: 179px;
    margin: -34px auto 0;
    border: 2px dashed #fff;
    border-radius: 20px;
    padding: 3px
}

.info__price p {
    background: #fff;
    border-radius: 18px;
    text-align: center;
    padding: 9px 0 7px;
    font: 700 32px/40px Inter, sans-serif;
    color: #ea1414
}

.info__btn {
    margin: 23px 0 0
}

.info__btn button {
    width: 272px;
    height: 52px;
    border: 0;
    background: #f73636;
    border-radius: 6px;
    font: 700 20px/24px Inter, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.info__note {
    width: 384px;
    margin: -60px 0 0
}

.info__note p {
    font: 500 14px/20px Inter, sans-serif;
    color: rgba(255, 255, 255, .5)
}

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

.symptom__body {
    width: 1136px;
    margin: 0 auto;
    padding: 81px 0 80px
}

.symptom__title {
    text-align: center
}

.symptom__title h2 {
    font: 700 32px/40px Inter, sans-serif;
    color: #000;
    text-transform: uppercase
}

.symptom__title h2 span {
    color: #f73636
}

.symptom__sign {
    margin: 47px 0 0;
    position: relative
}

.symptom__sign li {
    width: 368px;
    height: 96px;
    display: inline-table;
    vertical-align: top;
    margin-right: 12px;
    text-align: center;
    border: 3px solid #f73636;
    border-radius: 20px;
    padding: 0 19px
}

.symptom__sign li p {
    display: table-cell;
    vertical-align: middle;
    font: 500 20px/24px Inter, sans-serif;
    color: #f73636
}

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

.symptom__sign:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 190px;
    width: 770px;
    height: 35px;
    margin: -2px 0 0;
    background: url(../images/symptom-line1.png) no-repeat 0 0
}

.symptom__sign:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 568px;
    width: 16px;
    height: 33px;
    margin: 33px 0 0;
    background: url(../images/symptom-arr.png) no-repeat 0 0
}

.symptom__outcome {
    margin: 97px 0 0;
    text-align: center;
    position: relative
}

.symptom__outcome li {
    width: 279px;
    height: 74px;
    display: inline-table;
    vertical-align: top;
    margin-right: 18px;
    border: 3px solid red;
    border-radius: 20px
}

.symptom__outcome li p {
    display: table-cell;
    vertical-align: middle;
    font: 900 24px/24px Inter, sans-serif;
    color: #f73636
}

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

.symptom__outcome:before {
    content: "";
    position: absolute;
    top: -34px;
    left: 307px;
    width: 538px;
    height: 34px;
    margin: 0;
    background: url(../images/symptom-line2.png) no-repeat 0 0
}

.symptom__atten {
    width: 687px;
    margin: 45px auto 0;
    background: #c14949;
    border-radius: 20px;
    text-align: center;
    padding: 20px 28px 20px
}

.symptom__atten p {
    font: 600 32px/40px Inter, sans-serif;
    color: #fff
}

.symptom__atten p span {
    font-weight: 900;
    text-transform: uppercase
}

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

.data__body {
    width: 1136px;
    margin: 0 auto;
    padding: 81px 0 52px
}

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

.data__title h2 {
    font: 700 32px/40px Inter, sans-serif;
    color: #000;
    text-transform: uppercase
}

.data__list {
    width: 640px;
    margin: 47px 0 0
}

.data__list li {
    padding: 0 0 0 40px;
    font: 500 26px/32px Inter, sans-serif;
    color: #000;
    margin-bottom: 32px;
    position: relative
}

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

.data__list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #000
}

.data__note {
    width: 487px;
    margin: 28px auto 0;
    background: #c14949;
    border-radius: 20px;
    text-align: center;
    padding: 24px 0 24px
}

.data__note p {
    font: 800 32px/32px Inter, sans-serif;
    color: #fff
}

.effective {
    width: 1136px;
    margin: 0 auto;
    padding: 81px 0 66px
}

.effective__title {
    width: 784px;
    margin: 0 auto;
    text-align: center
}

.effective__title h2 {
    font: 700 32px/40px Inter, sans-serif;
    color: #000;
    text-transform: uppercase
}

.effective__title h2 span {
    color: red
}

.effective__pack {
    float: right;
    position: relative;
    margin: 56px 127px 0 20px
}

.effective__pack img {
    -webkit-transform: rotate(-11.52deg);
    -ms-transform: rotate(-11.52deg);
    transform: rotate(-11.52deg)
}

.effective__pack:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -50px;
    right: 0;
    width: 330px;
    height: 64px;
    margin: 10px 0 0;
    background: url(../images/effective-shadow.png) no-repeat 0 0
}

.effective__info {
    padding: 48px 0 0
}

.effective__info p {
    font: 24px/32px Inter, sans-serif;
    color: #000;
    margin-bottom: 32px
}

.effective__info p span {
    font-weight: 700
}

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

.effective__weak {
    margin: 45px 0 0;
    clear: both
}

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

.effective__desc {
    width: 752px;
    display: inline-block;
    vertical-align: top;
    margin: 44px 0 0 58px
}

.effective__desc p {
    font: 24px/32px Inter, sans-serif;
    color: #000
}

.effective__desc p span {
    font-weight: 700
}

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

.order__body {
    width: 1136px;
    margin: 0 auto;
    padding: 56px 0 56px
}

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

.order__logo p {
    font: 700 56px/56px Inter, sans-serif;
    color: #f73636;
    text-transform: uppercase
}

.order__title {
    width: 624px;
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 22px
}

.order__title h2 {
    font: 700 32px/40px Inter, sans-serif;
    color: #000
}

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

.order__action {
    width: 942px;
    display: inline-block;
    vertical-align: top;
    margin: 46px 0 0 30px;
    background: rgba(0, 0, 0, .76);
    border-radius: 10px;
    padding: 32px 32px 27px 25px
}

.order__sale {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
    position: relative
}

.order__sale p {
    font: 700 32px/39px Inter, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.order__sale:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 100%;
    width: 221px;
    height: 38px;
    margin: 0 0 0 17px;
    background: url(../images/order-arr.png) no-repeat 0 0
}

.order__price {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 244px
}

.order__price-title {
    width: 129px;
    display: inline-block;
    vertical-align: top
}

.order__price-title p {
    font: 700 16px/20px Inter, sans-serif;
    color: #e42948;
    text-transform: uppercase
}

.order__price-new {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 6px;
    background: #e42948;
    text-align: center;
    position: relative;
    padding: 6px 0 6px
}

.order__price-new p {
    font: 700 28px/36px Inter, sans-serif;
    color: #fff
}

.order__price-new:after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    border: 24px solid transparent;
    border-right: 21px solid #e42948
}

.order__form {
    margin: 11px 0 0
}

.order__form select {
    width: 200px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #f1f1f1;
    border-radius: 6px;
    text-indent: 14px;
    font: 16px/35px Inter, sans-serif;
    color: #767272;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.order__form input {
    width: 200px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #f1f1f1;
    border-radius: 6px;
    text-indent: 14px;
    font: 16px/35px Inter, sans-serif;
    color: #767272;
    margin: 0 0 0 7px
}

.order__form input::-webkit-input-placeholder {
    color: #767272
}

.order__form input::-moz-placeholder {
    color: #767272
}

.order__form input:-moz-placeholder {
    color: #767272
}

.order__form input:-ms-input-placeholder {
    color: #767272
}

.order__form button {
    width: 252px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #f63636;
    border-radius: 6px;
    font: 700 24px/24px Inter, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 0 7px
}

.consist {
    width: 1136px;
    margin: 0 auto;
    padding: 80px 0 80px
}

.consist__title {
    width: 634px;
    margin: 0 auto;
    text-align: center
}

.consist__title h2 {
    font: 700 32px/40px Inter, sans-serif;
    color: #000;
    text-transform: uppercase
}

.consist__title h2 span {
    color: #f73636
}

.consist__list {
    margin: 40px 0 0
}

.consist__list li {
    width: 100%;
    height: 168px;
    display: table;
    background: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 16px;
    padding: 0 110px 0 64px
}

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

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

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

.consist__name {
    width: 276px;
    height: 168px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 42px 0 40px;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.consist__name p {
    font: 700 22px/32px Inter, sans-serif;
    color: #87bc39;
    text-transform: uppercase
}

.consist__desc {
    width: 575px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 77px
}

.consist__desc p {
    font: 20px/32px Inter, sans-serif;
    color: #000
}

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

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

.feed__title {
    width: 615px;
    margin: 0 auto;
    text-align: center
}

.feed__title h2 {
    font: 700 32px/40px Inter, sans-serif;
    color: #000;
    text-transform: uppercase
}

.feed__title h2 span {
    color: #f73636
}

.feed__list {
    margin: 40px 0 0
}

.feed__list li {
    margin-bottom: 24px;
    background: #fff;
    border-radius: 20px;
    -webkit-filter: drop-shadow(10px 10px 40px rgba(0, 0, 0, .15));
    filter: drop-shadow(10px 10px 40px rgba(0, 0, 0, .15))
}

.feed__list li:nth-child(2) .feed__img img {
    border-radius: 0 20px 20px 0
}

.feed__list li:nth-child(2) .feed__info {
    width: 799px;
    margin: 37px 56px 0 61px
}

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

.feed__img img {
    border-radius: 20px 0 0 20px
}

.feed__info {
    width: 825px;
    display: inline-block;
    vertical-align: top;
    margin: 37px 0 0 39px
}

.feed__label p {
    font: 700 20px/24px Inter, sans-serif;
    color: #000
}

.feed__desc {
    margin: 16px 0 0
}

.feed__desc p {
    font: 16px/24px Inter, sans-serif;
    color: #000
}

.feed__desc p span {
    font-weight: 700
}

.book {
    width: 1136px;
    margin: 0 auto;
    padding: 80px 0 24px
}

.book__title {
    width: 634px;
    margin: 0 auto;
    text-align: center
}

.book__title h2 {
    font: 700 32px/40px Inter, sans-serif;
    color: #000;
    text-transform: uppercase
}

.book__title h2 span {
    color: #f73636
}

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

.book__list li {
    width: 222px;
    display: inline-block;
    vertical-align: top;
    margin-right: 28px
}

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

.book__img img {
    margin: 0 auto
}

.book__desc {
    margin: 16px 0 0
}

.book__desc h4 {
    font: 700 18px/24px Inter, sans-serif;
    color: #103341
}

.book__desc p {
    font: 18px/22px Inter, sans-serif;
    color: #103341;
    margin: 7px 0 0
}

.map {
    width: 932px;
    margin: 0 auto;
    padding: 24px 0 56px
}

.map__title {
    text-align: center
}

.map__title h2 {
    font: 700 24px/40px Inter, sans-serif;
    color: #000;
    text-transform: uppercase
}

.map__img {
    margin: -41px 0 0
}

.map__img img {
    max-width: 100%
}

.map__note {
    width: 614px;
    margin: -19px auto 0;
    text-align: center
}

.map__note p {
    font: 500 14px/20px Inter, sans-serif;
    color: rgba(106, 106, 106, .5)
}

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

.footer__body p {
    font: 700 16px/24px Inter, sans-serif;
    color: #000
}

.footer__body p span {
    display: block
}

.footer__body a {
    font: 700 16px/24px Inter, sans-serif;
    color: #000;
    text-decoration: underline
}

.footer__body a:hover {
    text-decoration: none
}

@media (max-width:1160px) {
    .info {
        background: url(../images/info-bg.png) no-repeat center top;
        background-size: cover;
    }
    .info__logo {
        width: 780px
    }
    .info__body {
        width: 780px
    }
    .info__title {
        width: auto
    }
    .symptom__body {
        width: 780px
    }
    .symptom__sign li {
        width: 249px
    }
    .symptom__sign:before {
        left: 40px;
        width: 700px;
        background: url(../images/symptom-line1.png) no-repeat 0 0/contain
    }
    .symptom__sign:after {
        left: 383px;
        margin: 30px 0 0
    }
    .symptom__outcome li {
        width: 195px
    }
    .symptom__outcome:before {
        left: 122px
    }
    .data__body {
        width: 780px
    }
    .effective {
        width: 780px
    }
    .effective__title {
        width: auto
    }
    .effective__desc {
        width: 396px
    }
    .effective__pack:after {
        display: none
    }
    .order {
        background-size: cover
    }
    .order__body {
        width: 780px
    }
    .order__logo {
        display: block;
        text-align: center
    }
    .order__title {
        width: auto;
        display: block;
        text-align: center;
        margin: 8px 0 0
    }
    .order__pack {
        display: block;
        margin: 15px 0 0
    }
    .order__pack img {
        margin: 0 auto
    }
    .order__action {
        width: 580px;
        display: block;
        margin: 46px auto 0
    }
    .order__sale {
        display: block;
        margin: 0;
        text-align: center
    }
    .order__sale:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 80px;
        height: 22px;
        margin: 30px 0 0 -55px;
        background: url(../images/order-arr.png) no-repeat 0 0/contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .order__price {
        display: block;
        margin: 80px 0 0;
        text-align: center
    }
    .order__price-title {
        text-align: left
    }
    .order__form {
        margin: 24px 0 0
    }
    .order__form select {
        display: block;
        margin: 0 auto
    }
    .order__form input {
        display: block;
        margin: 16px auto 0
    }
    .order__form button {
        display: block;
        margin: 28px auto 0
    }
    .consist {
        width: 780px
    }
    .consist__list li {
        padding: 0 24px 0 24px
    }
    .consist__name {
        width: 254px;
        padding: 0 30px 0 30px
    }
    .consist__desc {
        width: 398px;
        padding: 0 0 0 27px
    }
    .feed {
        background-size: cover
    }
    .feed__body {
        width: 780px
    }
    .feed__list li {
        padding-bottom: 16px
    }
    .feed__list li:nth-child(2) .feed__img img {
        border-radius: 0 20px 0 0
    }
    .feed__list li:nth-child(2) .feed__info {
        width: 503px;
        margin: 37px 26px 0 31px
    }
    .feed__img img {
        border-radius: 20px 0 0 0
    }
    .feed__info {
        width: 515px
    }
    .book {
        width: 780px
    }
    .book__list li {
        width: 176px;
        margin-right: 16px
    }
    .map {
        width: 780px
    }
}

@media (max-width:801px) {
    .info {
        background-size: cover;
        background-position: -100px;
    }
    .info__logo {
        width: 580px
    }
    .info__body {
        width: 580px
    }
    .info__list {
        display: block;
        margin: 56px auto 0
    }
    .info__action {
        display: block;
        margin: 55px auto 0
    }
    .info__note {
        margin: 24px 0 0
    }
    .symptom {
        background-size: cover
    }
    .symptom__body {
        width: 580px
    }
    .symptom__sign li {
        width: 368px;
        height: 96px;
        display: table;
        margin: 0 auto 24px;
        position: relative
    }
    .symptom__sign li:last-child {
        margin: 0 auto
    }
    .symptom__sign li:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 27px;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #f73636
    }
    .symptom__sign:before {
        display: none
    }
    .symptom__sign:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 16px;
        height: 33px;
        margin: 21px auto 0;
        background: url(../images/symptom-arr.png) no-repeat 0 0
    }
    .symptom__outcome {
        margin: 70px 0 0
    }
    .symptom__outcome li {
        width: 279px;
        display: table;
        margin: 0 auto 16px;
        position: relative
    }
    .symptom__outcome li:last-child {
        margin: 0 auto
    }
    .symptom__outcome li:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 16px;
        top: -19px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #f73636
    }
    .symptom__outcome:before {
        display: none
    }
    .symptom__atten {
        width: 580px
    }
    .data {
        background-size: cover
    }
    .data__body {
        width: 580px
    }
    .data__title {
        width: auto
    }
    .data__list {
        width: auto
    }
    .effective {
        width: 580px
    }
    .effective__pack {
        float: none;
        position: relative;
        margin: 16px 0 0
    }
    .effective__pack img {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin: 0 auto
    }
    .effective__info {
        padding: 0;
        margin: 16px 0 0
    }
    .effective__pills {
        display: block;
        margin: 0
    }
    .effective__pills img {
        margin: 0 auto
    }
    .effective__desc {
        width: auto;
        display: block;
        margin: 44px 0 0
    }
    .order__body {
        width: 580px
    }
    .consist {
        width: 580px
    }
    .consist__title {
        width: auto
    }
    .consist__list li {
        width: 100%;
        height: auto;
        padding: 0 0 24px
    }
    .consist__info {
        display: table;
        vertical-align: top;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        padding: 0 96px;
        width: 100%
    }
    .consist__img {
        display: table-cell;
        vertical-align: middle
    }
    .consist__name {
        width: 276px;
        height: 168px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 42px 0 40px;
        border-right: 0
    }
    .consist__name p {
        font: 700 24px/32px Inter, sans-serif;
        color: #87bc39;
        text-transform: uppercase
    }
    .consist__desc {
        width: auto;
        display: block;
        vertical-align: top;
        margin: 36px 5px 0 16px
    }
    .consist__desc p {
        font: 20px/32px Inter, sans-serif;
        color: #000
    }
    .feed__body {
        width: 580px
    }
    .feed__title {
        width: auto
    }
    .feed__list li:nth-child(2) .feed__info {
        width: 333px;
        margin: 37px 16px 0 11px
    }
    .feed__info {
        width: 336px;
        margin: 37px 0 0 19px
    }
    .book {
        width: 580px
    }
    .book__title {
        width: auto
    }
    .book__list {
        margin: 48px 0 0;
        text-align: center
    }
    .book__list li {
        width: 222px;
        margin-right: 28px;
        margin-bottom: 16px
    }
    .book__list li:last-child {
        mrgin-right: 0
    }
    .map {
        width: 580px
    }
    .map__note {
        width: auto
    }
}

@media (max-width:601px) {
    .dec {
        display: none!important
    }
    .mob {
        display: block!important
    }
    .info {
        background: url(../images/mob/info-bg.png) no-repeat center top/cover;
        background-position-y: -100px;
    }
    .info__logo {
        width: 300px;
        margin: 0 auto;
        padding: 20px 0 20px
    }
    .info__logo img {
        width: 166px
    }
    .info__body {
        width: 300px;
        margin: 0 auto;
        padding: 0px 0 0px
    }
    .info__title h1 {
        font: 700 27px/40px Inter, sans-serif
    }
    .info__list {
        width: 300px;
        display: block;
        margin: 32px 0 0
    }
    .info__list li {
        width: 100%;
        height: 80px;
        padding: 0 8px 0 66px;
        margin-bottom: 8px
    }
    .info__list li p {
        font: 500 16px/20px Inter, sans-serif
    }
    .info__list li:before {
        content: "";
        position: absolute;
        top: 24px;
        left: 21px;
        width: 32px;
        height: 32px;
        background-size: 15px;
        border-radius: 5px
    }
    .info__action {
        width: 272px;
        display: block;
        margin: 32px auto 0
    }
    .info__note {
        width: 300px;
        margin: 20px 0 0
    }
    .info__note p {
        font: 500 12px/20px Inter, sans-serif
    }
    .symptom {
        background: url(../images/mob/symptom-bg.png) no-repeat center top/cover
    }
    .symptom__body {
        width: 300px;
        margin: 0 auto;
        padding: 64px 0 72px
    }
    .symptom__title {
        text-align: left
    }
    .symptom__title h2 {
        font: 700 30px/40px Inter, sans-serif
    }
    .symptom__title h2 span {
        display: block
    }
    .symptom__sign {
        margin: 24px 0 0
    }
    .symptom__sign li {
        width: 300px;
        height: 82px;
        display: table;
        margin: 0 0 16px;
        padding: 0 19px
    }
    .symptom__sign li p {
        font: 500 16px/24px Inter, sans-serif
    }
    .symptom__sign li:last-child {
        margin: 0
    }
    .symptom__sign li:after {
        height: 19px
    }
    .symptom__sign li:last-child:after {
        display: none
    }
    .symptom__sign:after {
        width: 16px;
        height: 41px;
        margin: 0 auto;
        background: url(../images/mob/symptom-arr.png) no-repeat 0 0
    }
    .symptom__outcome {
        margin: 41px 0 0
    }
    .symptom__outcome li {
        width: 300px;
        height: 74px;
        display: table;
        margin: 0 0 16px
    }
    .symptom__outcome li:last-child {
        margin: 0
    }
    .symptom__outcome li:first-child:after {
        display: none
    }
    .symptom__atten {
        width: 300px;
        margin: 32px auto 0;
        padding: 21px 16px 22px 15px
    }
    .symptom__atten p {
        font: 600 24px/32px Inter, sans-serif
    }
    .symptom__atten p span {
        display: block
    }
    .data {
        background: rgba(228, 81, 81, .4)
    }
    .data__body {
        width: 300px;
        margin: 0 auto;
        padding: 72px 0 72px
    }
    .data__title {
        text-align: left
    }
    .data__title h2 {
        font: 700 30px/40px Inter, sans-serif
    }
    .data__list {
        margin: 32px 0 0
    }
    .data__list li {
        padding: 0 0 0 25px;
        font: 500 20px/24px Inter, sans-serif;
        margin-bottom: 24px
    }
    .data__list li:before {
        margin-top: -4px;
        width: 8px;
        height: 8px
    }
    .data__note {
        width: 300px;
        margin: 40px auto 0;
        padding: 16px 0 16px
    }
    .data__note p {
        font: 800 21px/32px Inter, sans-serif
    }
    .effective {
        width: 300px;
        margin: 0 auto;
        padding: 64px 0 64px
    }
    .effective__title {
        text-align: left
    }
    .effective__title h2 {
        font: 700 22px/34px Inter, sans-serif
    }
    .effective__pack {
        margin: 34px 0 0
    }
    .effective__pack img {
        margin: 0 auto
    }
    .effective__info {
        padding: 0;
        margin: 26px 0 0
    }
    .effective__info p {
        font: 20px/32px Inter, sans-serif;
        margin-bottom: 32px
    }
    .effective__weak {
        margin: 32px 0 0;
        clear: both
    }
    .effective__pills {
        display: block;
        margin: 0
    }
    .effective__pills img {
        width: 300px
    }
    .effective__desc {
        margin: 40px 0 0
    }
    .effective__desc p {
        font: 20px/32px Inter, sans-serif
    }
    .order {
        background: url(../images/mob/order-bg.png) no-repeat center top
    }
    .order__body {
        width: 300px;
        margin: 0 auto;
        padding: 48px 0 64px
    }
    .order__logo p {
        font: 700 40px/56px Inter, sans-serif
    }
    .order__title {
        margin: 8px 0 0
    }
    .order__title h2 {
        font: 700 20px/24px Inter, sans-serif
    }
    .order__action {
        width: 300px;
        display: block;
        margin: 24px 0 0;
        padding: 37px 0 44px
    }
    .order__sale {
        display: block;
        margin: 0;
        position: relative
    }
    .order__sale p {
        font: 700 24px/29px Inter, sans-serif
    }
    .order__sale:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 20px;
        height: 38px;
        margin: 0 auto;
        background: url(../images/mob/order-arr.png) no-repeat 0 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    .order__price {
        display: block;
        margin: 54px 0 0
    }
    .order__price-title {
        width: auto;
        display: block;
        text-align: center
    }
    .order__price-new {
        width: 142px;
        display: block;
        margin: 10px 0 0 88px
    }
    .order__price-new:after {
        content: "";
        position: absolute;
        top: 0;
        left: -45px;
        border: 24px solid transparent;
        border-right: 21px solid #e42948
    }
    .order__form {
        margin: 41px 0 0
    }
    .order__form select {
        width: 250px
    }
    .order__form input {
        width: 250px
    }
    .order__form button {
        width: 250px
    }
    .consist {
        width: 300px;
        margin: 0 auto;
        padding: 48px 0 152px
    }
    .consist__title {
        text-align: left
    }
    .consist__title h2 {
        font: 700 30px/40px Inter, sans-serif
    }
    .consist__slider {
        margin: 32px 0 0
    }
    .consist__slider .slick-slide {
        background: #f5f5f5;
        border-radius: 20px
    }
    .consist__info {
        height: 129px;
        padding: 0 20px 0 31px
    }
    .consist__img img {
        width: 64px;
        height: 64px;
    }
    .consist__name {
        width: 185px;
        height: auto;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 24px
    }
    .consist__name p {
        font: 700 16px/24px Inter, sans-serif
    }
    .consist__desc {
        width: auto;
        display: block;
        vertical-align: top;
        padding: 0 0 29px;
        margin: 24px 31px 0
    }
    .consist__desc p {
        font: 16px/24px Inter, sans-serif
    }
    .feed {
        background: url(../images/mob/feed-bg.png) no-repeat center top
    }
    .feed__body {
        width: 300px;
        margin: 0 auto;
        padding: 64px 0 112px
    }
    .feed__title {
        text-align: left
    }
    .feed__title h2 {
        font: 700 30px/40px Inter, sans-serif
    }
    .feed__slider {
        margin: 32px 0 0
    }
    .feed__img {
        display: block;
        vertical-align: top
    }
    .feed__img img {
        border-radius: 20px 20px 0 0;
        width: 300px
    }
    .feed__info {
        width: auto;
        display: block;
        background: #fff;
        border-radius: 0 0 20px 20px;
        margin: 0;
        position: relative;
        padding: 24px 24px 49px
    }
    .feed__label p {
        font: 700 16px/24px Inter, sans-serif
    }
    .feed__desc {
        margin: 16px 0 0
    }
    .feed__desc p {
        font: 14px/24px Inter, sans-serif
    }
    .book {
        width: 300px;
        margin: 0 auto;
        padding: 64px 0 40px
    }
    .book__title {
        text-align: left
    }
    .book__title h2 {
        font: 700 30px/40px Inter, sans-serif
    }
    .book__list {
        margin: 40px 0 0;
        text-align: left
    }
    .book__list li {
        width: auto;
        display: block;
        margin: 0 0 40px
    }
    .book__list li:last-child {
        margin: 0
    }
    .book__img {
        display: inline-block;
        vertical-align: top
    }
    .book__img img {
        width: 72px
    }
    .book__desc {
        width: 191px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 12px
    }
    .book__desc h4 {
        font: 700 16px/24px Inter, sans-serif
    }
    .book__desc p {
        font: 16px/20px Inter, sans-serif;
        margin: 0
    }
    .map {
        width: 300px;
        margin: 0 auto;
        padding: 0 0 72px
    }
    .map__title h2 {
        font: 700 18px/40px Inter, sans-serif
    }
    .map__img {
        margin: 0
    }
    .map__note {
        width: 300px;
        margin: 16px auto 0;
        text-align: left
    }
    .footer__body {
        width: 301px;
        padding: 32px 0 48px
    }
    .footer__body p {
        font: 700 14px/24px Inter, sans-serif;
        color: #000
    }
    .footer__body p span {
        display: inline
    }
    .footer__body a {
        font: 700 14px/24px Inter, sans-serif
    }
}

.custom-item-img{
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
}