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
}

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

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

.info__top{display: flex}

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

.info__stamp {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 18px;
    position: relative;
    top: -300px;
}

.info__stamp.bottom{
    top: 19px;
}

.info__stamp li {
    display: inline-block;
    vertical-align: bottom;
}

.info__stamp li img{
    width: 60%;
}

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

.info__content {
    /* margin: 53px 0 0 */
}

.info__left {
    width: 769px;
    display: inline-block;
    vertical-align: top
}

.info__title h1 {
    font: 43px/58px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase
}

.info__title h1 span {
    color: #ff1e86;
    font-weight: 700;
    text-decoration: underline
}

.info__desc {
    margin: 47px 0 0
}

.info__list {
    width: 584px;
    display: inline-block;
    vertical-align: top;
    background: rgba(255, 255, 255, .2);
    padding: 20px 55px 35px 29px
}

.info__list li {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAAxlBMVEUAAAD+IID+IID+IID+IID+IID+IID+IID+IID+IID////+IID+IID////+IID+IID+IID////+IID//v7+IID+IID////+IID////+IID////+IID+IID+IID+IID+VJ3+IID////////+IID////+IID/msb////+IID////+JIP/9vr+cq/+P5H+MIn/5vH+WqH/y+H/s9T/l8T+fLT+OY7/6/T/4e7/3ez/2On/0ub/u9j+jL7+Zaj/7/b/x9//ocr+S5jiKvV1AAAAKHRSTlMAc7sP3LOjRj0mCwj1wpuJWBzw7urk08/IxqWReyEZ7qucVE8yMioVknYbBQAAAUNJREFUKM99keeWgjAQhUMTFXuv28sMKDZc+5b3f6kdkpPEgMfvD3f47gkDsLu8jar3dHOEvaYep5bnAkDXnpQY56WN1bLSRRs0Q5+x8jNeeacAJt7HAHGgfMmFDPMdYu9T+U7OLxDbTXW+e8tHjw+yUMj6LXmcgS33z/rwSP6XQkMU7Kw/kT+GlFyxIWTYkI/mPBbTggWcZLX+42GGfAHOOC14PJ7l7XlEYQ2Cflpw+XOTPRJLCA90+YpBUEkLFZHjHTcbJC4gcagg8zJVKyROYBRacvhBQbQFRUCFvj5CcNa+y4iaGlfc70NQeGmhocYLijfRWGkhaKn5ID6BRvzPuppn5oZQYByno37TAjegqUzJmlsk37GxgWSsjoiNB2hqkOcpYFdYOT9hJu+2oYdFlsP3lLZf2U0C36rX6pbvGHf/AcK3aZ/7LrYEAAAAAElFTkSuQmCC') no-repeat 0 0;
    padding: 5px 0 0 48px;
    font: 24px/25px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px
}

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

.info__pack {
    display: inline-block;
    vertical-align: top;
    margin: -30px 0 40px -117px
}

.info__action {
    width: 382px;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 -13px;
    background: -webkit-gradient(linear, right top, left bottom, from(#a1c3d2), to(#a7e3f4));
    background: -webkit-linear-gradient(top right, #a1c3d2, #a7e3f4);
    background: linear-gradient(to bottom left, #a1c3d2, #a7e3f4);
    padding: 23px 0 35px 33px
}

.info__timer h4 {
    font: 12.3px/13px RobotoRegular, sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-left: 2px
}

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

.info__price {
    margin: 7px 33px 20px 3px;
    font-family: RobotoBold, sans-serif;
    text-align: center;
}



.info__action-price__new {
    display: inline-block;
    vertical-align: top;
    font: 28px/30px RobotoBold, sans-serif;
    color: #ff3f15;
    margin-top: 6px
}

.info__action-price__new .new_price_val {
    font-size: 38px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.4);
}

.info__action-price__old {
    display: inline-block;
    vertical-align: top;
    font: 21px/30px "Roboto Condensed", sans-serif;
    color: #191919;
    margin: 17px 0 0 18px;
    text-decoration: line-through
}

.info__action-price__old .old_price_val {
    font-size: 27px
}

.info__form {
    margin: 8px 29px 0 0px
}

.info__form select {
    width: 323px;
    height: 42px;
    border: 1px solid #3c474a;
    border-radius: 2px;
    background: #edf8fb;
    text-indent: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 14px/30px Arial, sans-serif;
    color: #000
}

.info__form input {
    width: 323px;
    height: 42px;
    border: 1px solid #3c474a;
    border-radius: 2px;
    background: #f4fcfe;
    text-indent: 15px;
    margin-top: 14px;
    font: 14px/30px Arial, sans-serif;
    color: #000
}

.info__form button {
    width: 322px;
    height: 53px;
    border: 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(#e0197d), to(#ff1b8c));
    background: -webkit-linear-gradient(bottom, #e0197d, #ff1b8c);
    background: linear-gradient(to top, #e0197d, #ff1b8c);
    font: 700 24px/30px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 16px
}

.info__form p{
    font: 13px/30px Arial, sans-serif;
    color: #212121;
    text-align: center;
}

.danger {
    background: url(../img/danger-bg.jpg) no-repeat center top;
    margin-top: -47px;
}

.danger__body {
    width: 1164px;
    margin: 0 auto;
    padding: 118px 0 119px
}

.danger__title {
    text-align: center
}

.danger__title h2 {
    font: 700 54px/55px "Roboto Condensed", sans-serif;
    color: #000;
    text-transform: uppercase
}

.danger__title h2 span {
    color: #fe2080;
    text-decoration: underline
}

.danger__info {
    margin: 68px 0 0
}

.danger__desc {
    width: 570px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 37px
}

.danger__desc p {
    font: 28px/36px RobotoRegular, sans-serif;
    color: #000;
    margin-bottom: 36px
}

.danger__desc p span {
    font: 28px/36px RobotoBold, sans-serif;
    color: #fe2080;
    text-transform: uppercase;
    display: block
}

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

.danger__img {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 57px
}

.danger__img img {
    display: block;
    -webkit-box-shadow: -2px 2px 11px 0 rgba(0, 0, 0, .3);
    box-shadow: -2px 2px 11px 0 rgba(0, 0, 0, .3)
}

.big {
    background: url(../img/big-bg.jpg) no-repeat center top;
    padding: 104px 0 20px
}

.consequence {
    width: 1143px;
    margin: 0 auto
}

.consequence__title {
    text-align: center
}

.consequence__title h2 {
    font: 700 54px/55px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase
}

.consequence__title h2 span {
    color: #ff224c;
    text-decoration: underline
}

.consequence__list {
    margin: 66px 0 0
}

.consequence__list>ul>li {
    width: 186px;
    display: inline-block;
    vertical-align: top;
    margin-left: 64px;
    text-align: center
}

.consequence__list>ul>li:first-child {
    margin-left: 89px
}

.consequence__desc {
    margin: 8px 0 0;
    background: #fff;
    border-radius: 20px;
    padding: 5px 0 8px
}

.consequence__desc p {
    font: 24px/24px RobotoBold, sans-serif;
    color: #000
}

.choice {
    width: 1143px;
    margin: 67px auto 0;
    background: url(../img/choice-bg.jpg) no-repeat center top;
    padding: 80px 0 41px
}

.choice__title {
    text-align: center
}

.choice__title h2 {
    font: 700 39px/40px "Roboto Condensed", sans-serif;
    color: #161616;
    text-transform: uppercase
}

.choice__title p {
    font: 39px/40px "Roboto Condensed", sans-serif;
    color: #ff224b;
    text-transform: uppercase;
    margin-top: 32px
}

.choice__list {
    margin: 35px 0 0;
    position: relative;
    text-align: center
}

.choice__list li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px
}

.choice__list:before {
    content: "";
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
    height: 328px;
    background: url(../img/choice-wrong.png) no-repeat center top
}

.choice__descs {
    margin: 21px 0 0
}

.choice__descs p {
    font: 24px/30px RobotoBold, sans-serif;
    color: #161616
}

.treat {
    width: 1143px;
    margin: 2px auto 0;
    padding: 35px 73px 35px 77px;
    background: #fff
}

.treat__body {
    border: 3px solid #fe1944;
    padding: 12px 28px 48px 22px
}

.treat__title {
    text-align: center
}

.treat__title h2 {
    font: 700 39px/40px "Roboto Condensed", sans-serif;
    color: #000;
    text-transform: uppercase
}

.treat__title h2 span {
    color: #e10137
}

.treat__title h2 img {
    margin-right: 19px
}

.treat__desc {
    margin: 27px 0 0
}

.treat__desc p {
    font: 18px/30px RobotoRegular, sans-serif;
    color: #000;
    margin-bottom: 30px
}

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

.big__arr {
    margin: 37px 0 0;
    text-align: center
}

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

.cure1 {
    background: url(http://v1.flebogel.shop/img/cure-bg1.jpg) no-repeat center top
}

.cure1 .cure__body img{
    width: 45%;
    margin-left: 40px;
}

.cure1 .cure__body img:nth-child(2){
    width: 45%
}

.cure__body {
    width: 1194px;
    margin: 0 auto;
    padding: 116px 0 132px
}

.cure__title {
    text-align: center
}

.cure__title h2 {
    font: 700 54px/60px "Roboto Condensed", sans-serif;
    color: #0d2f59;
    text-transform: uppercase
}

.cure__title h2 span {
    color: #e10137;
    text-decoration: underline
}

.cure__info {
    margin: 55px 0 0
}

.cure__desc {
    width: 573px;
    display: inline-block;
    vertical-align: top
}

.cure__desc p {
    font: 21px/36px RobotoRegular, sans-serif;
    color: #000;
    margin-left: 21px
}

.cure__desc p:nth-child(2) {
    margin: 26px 0 27px;
    border: 2px solid #fd3358;
    padding: 11px 30px 10px 17px;
    font: 21px/36px RobotoRegular, sans-serif;
    color: red
}

.cure__desc p:nth-child(2) span {
    font-weight: 700
}

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

.expert {
    background: -webkit-gradient(linear, left bottom, left top, from(#e9e8ea), to(#42942b));
    background: -webkit-linear-gradient(bottom, #e9e8ea, #42942b);
    background: linear-gradient(to top, #e9e8ea, #42942b)
}

.expert__body {
    width: 1143px;
    margin: 0 auto;
    padding: 112px 0 40px
}

.expert__title h2 {
    font: 700 44px/45px "Roboto Condensed", sans-serif;
    color: #000;
    text-transform: uppercase
}

.expert__title h2 span {
    text-decoration: underline
}

.expert__info {
    margin: 26px 0 0
}

.expert__left {
    width: 690px;
    display: inline-block;
    vertical-align: top;
    margin: 51px 0 0
}

.expert__desc p {
    font: 18px/30px RobotoRegular, sans-serif;
    color: #000;
    font-style: italic;
    margin-bottom: 30px
}

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

.expert__name {
    margin: 68px 0 0
}

.expert__name p {
    font: 22.8px/44px RobotoRegular, sans-serif;
    color: #000;
    font-style: italic
}

.expert__name p span {
    font-family: RobotoBold, sans-serif;
    font-size: 36px;
    display: block
}

.expert__right {
    width: 361px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -5px
}

.expert__img img {
    display: block;
    -webkit-box-shadow: -2px 2px 11px 0 rgba(0, 0, 0, .3);
    box-shadow: -2px 2px 11px 0 rgba(0, 0, 0, .3)
}

.expert__sign {
    margin: 6px 0 0 8px
}

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

.effective__body {
    width: 1143px;
    margin: 0 auto;
    padding: 105px 0 134px
}

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

.effective__title h2 {
    font: 700 56px/60px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase
}

.effective__title h2 span {
    color: #22cbe9;
    text-decoration: underline
}

.effective__desc {
    width: 1035px;
    margin: 40px auto 0;
    text-align: center
}

.effective__desc p {
    font: 18px/30px RobotoRegular, sans-serif;
    color: #fff
}

.effective__gif {
    margin: 40px 0 0
}

.effective__gif img {
    display: block;
    width: 755px;
    height: 423px;
    border: 5px solid #fff;
    margin: 0 auto
}

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

.about__body {
    width: 1143px;
    margin: 0 auto;
    padding: 108px 0 76px
}

.about__desc {
    width: 603px;
    display: inline-block;
    vertical-align: top;
    margin: 35px 0 0
}

.about__desc h4 {
    font: 900 43px/62px RobotoRegular, sans-serif;
    color: #2c68b0
}

.about__desc p {
    font: 21px/30px RobotoRegular, sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px
}

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

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

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

.consist__body {
    width: 1164px;
    margin: 0 auto;
    padding: 80px 0 80px
}

.consist__logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 22px
}

.consist__text {
    width: 834px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 45px
}

.consist__text p {
    font: 21px/30px RobotoRegular, sans-serif;
    color: #000
}

.consist__info {
    margin: 50px 0 0;
    position: relative
}

.consist__pack {
    position: absolute;
    top: 63px;
    left: 0
}

.consist__list {
    background: url(../img/consist-list.png) no-repeat 0 0;
    padding: 8px 50px 30px 606px
}

.consist__list li h4 {
    font: 21px/24px RobotoBold, sans-serif;
    color: #000
}

.consist__list li p {
    margin: 11px 0 0 2px;
    font: 16px/24px RobotoRegular, sans-serif;
    color: #000
}

.consist__list li p span {
    font-family: RobotoBold, sans-serif
}

.consist__list li:nth-child(2) {
    margin-top: 31px
}

.consist__list li:nth-child(3) {
    margin-top: 88px
}

.consist__list li:nth-child(4) {
    margin-top: 59px
}

.consist__list li:nth-child(5) {
    margin-top: 64px
}

.sert {
    border-top: 45px solid #0a2248;
    background: #f8f8f8
}

.sert__body {
    width: 1164px;
    margin: 0 auto;
    padding: 100px 0 130px
}

.sert__title {
    text-align: center
}

.sert__title h2 {
    font: 700 54px/60px "Roboto Condensed", sans-serif;
    color: #000;
    text-transform: uppercase
}

.sert__title h2 span {
    color: #cb4b9c;
    text-decoration: underline
}

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

.sert__list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.sert__list li img {
    display: block;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
}

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

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

.why__body {
    width: 1164px;
    margin: 0 auto;
    padding: 91px 0 109px
}

.why__title {
    text-align: center
}

.why__title h2 {
    font: 700 56px/67px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase
}

.why__title h2 span {
    color: #22cbe9;
    text-decoration: underline;
    display: block
}

.why__list {
    margin: 81px 0 0
}

.why__list li {
    width: 173px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 52px;
    position: relative
}

.why__list li p {
    font: 21px/30px RobotoBold, sans-serif;
    color: #fcfcfc;
    text-transform: uppercase;
    margin: 7px 0 0
}

.why__list li:first-child {
    width: 231px;
    margin-right: 20px
}

.why__list li:first-child:after {
    right: -21px
}

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

.why__list li:last-child:after {
    display: none
}

.why__list li:after {
    content: "";
    position: absolute;
    top: 58px;
    right: -52px;
    width: 51px;
    height: 45px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAtBAMAAADxU07yAAAALVBMVEUAAAD8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/PzAel01AAAAD3RSTlMAgBkRU3cicm0pFB0MNlpBKS/bAAAAq0lEQVQ4y53UMQ6CQBCF4Y3aWrxiF4kN8QDGxN5D0AnN3sHOzt7CI+wROIJH8EgmQwEEfhJ47ZdXTHZ23CD7u6Ps9GHKmRSZApMiU2DyDZJqJl8gqSTqaptTL2dZqpZeGscnI03lyZRdkPQwghqS3kyHrxHVxDVRfvMtnEw8GJaIsoRUOSKfkEp+5cJoe+3l1pVoo5Bq3t4GKTikiHRc8yvDmguQL7s24xv1B8vjOYZxnF2cAAAAAElFTkSuQmCC') no-repeat 0 0
}

.why__atten {
    width: 991px;
    margin: 40px auto 0;
    border: 5px solid #ff224c;
    padding: 25px 71px 15px 82px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAA8CAMAAABl0at4AAAAUVBMVEUAAAD/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/IkzxZ9ChAAAAGnRSTlMA8q02K8ll2YRF4Lmin1kY6MKZj3pwSSUTDKxccH4AAABqSURBVCjP7Y/HEYAwEMRknMg5918owxiHAngx6CW9bo86C9ScCYjo4o9vhI1R0sRoUDEUGO8GoNC36gKHNEbyGptUXmV1n2mdP7sX4OiTae3pmSAPMaRRwRpiBvTjogM669z9s+dWlKMCLuHtMwF+abqhAAAAAElFTkSuQmCC') no-repeat 46px 29px
}

.why__atten p {
    font: 31px/39px RobotoBold, sans-serif;
    color: #fcfcfc
}

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

.doctor__body {
    width: 1143px;
    margin: 0 auto;
    padding: 94px 0 118px
}

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

.doctor__img img {
    display: block;
    -webkit-box-shadow: -7px 7px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: -7px 7px 3px 0 rgba(0, 0, 0, .05)
}

.doctor__info {
    width: 765px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 27px
}

.doctor__title h2 {
    font: 700 44px/45px "Roboto Condensed", sans-serif;
    color: #000;
    text-transform: uppercase
}

.doctor__title h2 span {
    color: #694670;
    text-decoration: underline
}

.doctor__desc {
    margin: 25px 0 0
}

.doctor__desc p {
    font: 18px/30px RobotoRegular, sans-serif;
    color: #000;
    margin-bottom: 35px
}

.doctor__desc p:last-child {
    margin-bottom: 0;
    text-decoration: underline
}

.doctor__bottom {
    margin: 35px 0 0
}

.doctor__name {
    width: 350px;
    display: inline-block;
    vertical-align: top
}

.doctor__name p {
    font: 21px/30px RobotoRegular, sans-serif;
    color: #000;
    font-style: italic
}

.doctor__name p span {
    font: 36px/30px RobotoBold, sans-serif;
    display: block
}

.doctor__sign {
    display: inline-block;
    vertical-align: top;
    margin: 63px 0 0 -20px
}

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

.doctor__stamp img {
    display: inline-block;
    vertical-align: bottom
}

.feed {
    background: url(../img/feed-bg.jpg) no-repeat center top;
    /*border-bottom: 33px solid #85e2ff*/
}

.feed__body {
    width: 1143px;
    margin: 0 auto;
    padding: 106px 0 49px
}

.feed__title {
    text-align: center
}

.feed__title h2 {
    font: 700 55px/60px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase
}

.feed__title h2 span {
    color: #cb4b9c;
    text-decoration: underline
}

.feed__list {
    margin: 44px 0 0
}

.feed__list>ul>li {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 28px;
    padding: 28px 0 29px 40px
}

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

.feed__info {
    width: 540px;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 52px
}

.feed__top {
    display: table
}

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

.feed__name {
    display: inline-block;
    vertical-align: top;
    margin: 32px 0 0 14px
}

.feed__name p {
    font: 24px/30px RobotoBold, sans-serif;
    color: #000;
    font-style: italic
}

.feed__name p span {
    color: #cb4b9c
}

.feed__desc {
    margin-top: 5px
}

.feed__desc p {
    font: 18px/30px RobotoRegular, sans-serif;
    color: #000
}

footer {
    width: 1143px;
    margin: 0 auto;
    padding: 20px 0 30px;
    text-align: center
}

footer p {
    font: 13px/20px  RobotoBold, sans-serif;
    color: #1b1b1b
}

footer a {
    font: 13px/20px  RobotoBold, sans-serif;
    color: #1b1b1b;
    cursor: default;
}
footer a:hover{
    color: #1b1b1b;
    cursor: default;
}

@media (max-width:1210px) {
    .info__body {
        width: 780px;
        padding: 14px 0 0
    }
    .info__stamp li {
        margin-right: 24px
    }
    .info__left {
        display: block
    }
    .info__action {
        width: 387px;
        display: block;
        margin: 30px auto 0
    }
    .danger__body {
        width: 780px
    }
    .danger__desc {
        width: 475px
    }
    .danger__img {
        margin: 7px 0 0 18px
    }
    .danger__img img {
        width: 250px
    }
    .big {
        padding: 20px 0 20px
    }
    .consequence {
        width: 780px
    }
    .consequence__list>ul>li {
        margin-left: 4px
    }
    .consequence__list>ul>li:first-child {
        margin-left: 0
    }
    .choice {
        width: 780px;
        padding: 40px 0 41px
    }
    .choice__list li {
        width: 173px;
        margin: 0 11px
    }
    .treat {
        width: 780px;
        padding: 35px 33px 35px 37px
    }
    .big__arr {
        margin: 8px 0 0
    }
    .cure__body {
        width: 780px
    }
    .cure__desc {
        width: 532px;
        position: relative;
        z-index: 3
    }
    .cure__pack {
        margin: 77px 0 0 -236px;
        opacity: .7
    }
    .expert__body {
        width: 780px
    }
    .expert__left {
        width: 485px
    }
    .expert__right {
        width: 300px
    }
    .expert__img img {
        width: 100%
    }
    .effective__body {
        width: 780px;
        padding: 60px 0 90px
    }
    .effective__title {
        width: 100%
    }
    .effective__desc {
        width: 100%
    }
    .about__body {
        width: 780px
    }
    .about__desc {
        width: 530px;
        margin: 0 0 0
    }
    .about__pack img {
        width: 250px
    }
    .consist {
        background-size: cover
    }
    .consist__body {
        width: 780px
    }
    .consist__text {
        width: 469px
    }
    .consist__pack {
        display: none
    }
    .consist__list {
        background: url(../img/consist-list.png) no-repeat -290px 0;
        padding: 8px 0 20px 311px
    }
    .sert__body {
        width: 780px
    }
    .sert__list {
        margin: 30px 0 0;
        text-align: center
    }
    .sert__list li {
        width: 385px;
        margin-bottom: 30px
    }
    .sert__list li img {
        display: block;
        margin: 0 auto
    }
    .sert__list li:nth-child(2n) {
        margin-right: 0
    }
    .why {
        background-size: cover
    }
    .why__body {
        width: 780px
    }
    .why__list {
        margin: 81px 0 0;
        text-align: center
    }
    .why__list li {
        width: 231px
    }
    .why__list li:nth-child(3) {
        margin-right: 0
    }
    .why__list li:nth-child(3):after {
        display: none
    }
    .why__atten {
        width: 780px
    }
    .doctor {
        background-size: cover
    }
    .doctor__body {
        width: 780px
    }
    .doctor__img img {
        width: 250px
    }
    .doctor__info {
        width: 503px
    }
    .feed {
        background-size: cover
    }
    .feed__body {
        width: 780px
    }
    .feed_img {
        display: block;
        text-align: center
    }
    .feed__list>ul>li {
        padding: 28px 15px 29px
    }
    .feed__info {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 20px 0 0
    }
    footer {
        width: 780px
    }

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

@media (max-width:811px) {

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

    .info__stamp.bottom {
        top: 7px;
    }
    .info__body {
        width: 580px
    }
    .info__stamp {
        margin: 0 0 0 20px
    }
    .info__stamp li {
        margin-right: 20px
    }
    .info__stamp li img {
        width: 56px
    }
    .info__left {
        width: 100%;
        display: block
    }
    .info__list {
        width: 340px;
        padding: 20px 15px 35px 15px;
        position: relative;
        background: rgba(0, 0, 0, .2)
    }
    .info__pack {
        margin: 10px 0 0 -63px
    }
    .danger {
        background-size: cover
    }
    .danger__body {
        width: 580px;
        padding: 50px 0 50px
    }
    .danger__desc {
        width: 100%;
        display: block;
        margin: 0
    }
    .danger__img {
        display: block;
        margin: 20px 0 0
    }
    .danger__img img {
        width: auto;
        margin: 0 auto
    }
    .big {
        background-size: cover
    }
    .consequence {
        width: 580px
    }
    .consequence__list {
        margin: 66px 0 0;
        text-align: center
    }
    .consequence__list>ul>li {
        width: 182px;
        display: inline-block;
        vertical-align: top;
        margin-left: 64px;
        text-align: center
    }
    .consequence__list>ul>li:first-child {
        margin-left: 0;
        margin-bottom: 20px
    }
    .consequence__list>ul>li:nth-child(odd) {
        margin-left: 0
    }
    .choice {
        width: 580px;
        background-size: cover
    }
    .choice__list {
        margin: 35px 0 0;
        position: relative;
        text-align: center
    }
    .choice__list li {
        width: 197px;
        display: inline-block;
        vertical-align: top;
        margin: 0 25px
    }
    .choice__list li:first-child {
        margin-bottom: 20px
    }
    .choice__list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/choice-wrong.png) no-repeat center
    }
    .treat {
        width: 580px
    }
    .cure__body {
        width: 580px
    }
    .cure__pack {
        margin: 77px 0 0 -436px;
        opacity: .4
    }
    .expert__body {
        width: 580px
    }
    .expert__left {
        width: 100%;
        display: block;
        margin: 0
    }
    .expert__right {
        width: 371px;
        display: block;
        margin: 30px auto 0
    }
    .effective__body {
        width: 580px
    }
    .effective__gif img {
        width: 555px;
        height: 323px
    }
    .about {
        background-size: cover
    }
    .about__body {
        width: 580px;
        padding: 15px 0 76px
    }
    .about__desc {
        width: 100%;
        display: block;
        margin: 0
    }
    .about__pack {
        display: block;
        text-align: center;
        margin: 30px 0 0
    }
    .about__pack img {
        width: auto
    }
    .consist__body {
        width: 580px
    }
    .consist__text {
        width: 100%;
        display: block;
        margin: 30px 0 0
    }
    .consist__list {
        background: url(../img/consist-list.png) no-repeat -448px 0;
        padding: 8px 0 0 148px
    }
    .consist__list li:nth-child(2) {
        margin-top: 21px
    }
    .consist__list li:nth-child(3) {
        margin-top: 53px
    }
    .consist__list li:nth-child(4) {
        margin-top: 33px
    }
    .consist__list li:nth-child(5) {
        margin-top: 45px
    }
    .sert__body {
        width: 580px;
        margin: 0 auto;
        padding: 20px 0 20px
    }
    .sert__title {
        text-align: center
    }
    .sert__title h2 {
        font: 700 27px/30px "Roboto Condensed", sans-serif
    }
    .sert__list {
        margin: 30px 0 0;
        text-align: center
    }
    .sert__list li {
        width: 285px
    }
    .why__body {
        width: 580px
    }
    .why__list {
        margin: 81px 0 0
    }
    .why__list li {
        margin-bottom: 20px
    }
    .why__list li:nth-child(3) {
        margin-right: 52px
    }
    .why__list li:nth-child(2n) {
        margin-right: 0
    }
    .why__list li:after {
        display: none
    }
    .why__atten {
        width: 100%
    }
    .doctor__body {
        width: 580px
    }
    .doctor__img {
        display: block
    }
    .doctor__img img {
        margin: 0 auto
    }
    .doctor__info {
        width: 100%;
        display: block;
        margin: 30px 0 0
    }
    .feed__body {
        width: 580px
    }
    footer {
        width: 580px
    }
}

@media (max-width:611px) {
    .dec {
        display: none!important
    }
    .mob {
        display: block!important
    }
    .info {
        background: url(../img/mob/info-bg.jpg) no-repeat center top;
        background-size: cover;
    }
    .info__body {
        width: 290px;
        margin: 0 auto;
        padding: 25px 0 70px
    }
    .info__logo {
        display: block;
        margin-bottom: 20px;
    }
    .info__top{
        flex-direction: column;
    }
    .info__logo img {
        width: 187px
    }
    .info__content {
        margin: 30px 0 0
    }
    .info__left {
        width: 100%;
        display: block;
        margin: 0
    }
    .info__desc .gif img{
        width: 100% !important;
        padding: 20px 0;
    }
    .info__title h1 {
        font: 31px/48px "Roboto Condensed", sans-serif;
        letter-spacing: -.3px
    }
    .info__pack {
        display: block;
        margin: 0
    }
    .info__pack img {
        width: 290px
    }
    .info__desc {
        margin: 35px 0 0
    }
    .info__list {
        width: 290px;
        display: block;
        padding: 14px 39px 15px 9px
    }
    .info__list li {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAAxlBMVEUAAAD+IID+IID+IID+IID+IID+IID+IID+IID+IID////+IID+IID////+IID+IID+IID////+IID//v7+IID+IID////+IID////+IID////+IID+IID+IID+IID+VJ3+IID////////+IID////+IID/msb////+IID////+JIP/9vr+cq/+P5H+MIn/5vH+WqH/y+H/s9T/l8T+fLT+OY7/6/T/4e7/3ez/2On/0ub/u9j+jL7+Zaj/7/b/x9//ocr+S5jiKvV1AAAAKHRSTlMAc7sP3LOjRj0mCwj1wpuJWBzw7urk08/IxqWReyEZ7qucVE8yMioVknYbBQAAAUNJREFUKM99keeWgjAQhUMTFXuv28sMKDZc+5b3f6kdkpPEgMfvD3f47gkDsLu8jar3dHOEvaYep5bnAkDXnpQY56WN1bLSRRs0Q5+x8jNeeacAJt7HAHGgfMmFDPMdYu9T+U7OLxDbTXW+e8tHjw+yUMj6LXmcgS33z/rwSP6XQkMU7Kw/kT+GlFyxIWTYkI/mPBbTggWcZLX+42GGfAHOOC14PJ7l7XlEYQ2Cflpw+XOTPRJLCA90+YpBUEkLFZHjHTcbJC4gcagg8zJVKyROYBRacvhBQbQFRUCFvj5CcNa+y4iaGlfc70NQeGmhocYLijfRWGkhaKn5ID6BRvzPuppn5oZQYByno37TAjegqUzJmlsk37GxgWSsjoiNB2hqkOcpYFdYOT9hJu+2oYdFlsP3lLZf2U0C36rX6pbvGHf/AcK3aZ/7LrYEAAAAAElFTkSuQmCC') no-repeat 0 0;
        background-size: 32px;
        padding: 5px 0 0 43px;
        font: 18px/30px "Roboto Condensed", sans-serif;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 15px
    }
    .info__list li:last-child {
        margin-bottom: 0
    }
    .info__stamp {
        display: block;
        vertical-align: top;
        margin: 25px 0 0;
        position: inherit;
    }
    .info__stamp li {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 16px
    }
    .info__stamp li img {
        width: 40px
    }
    .info__stamp li:last-child {
        margin-right: 0
    }
    .info__action {
        width: 290px;
        display: block;
        vertical-align: top;
        margin: 28px 0 0;
        background: -webkit-gradient(linear, right top, left bottom, from(#a1c3d2), to(#a7e3f4));
        background: -webkit-linear-gradient(top right, #a1c3d2, #a7e3f4);
        background: linear-gradient(to bottom left, #a1c3d2, #a7e3f4);
        padding: 15px 23px 26px 23px
    }
    .info__timer h4 {
        font: 16px/16px RobotoRegular, sans-serif;
        margin-left: 0
    }
    .info__timer>div {
        margin: 10px 0 0
    }
    .info__price {
        margin: 15px 0 0
    }
    .info__price h4 {
        font: 19px/26px Arial, sans-serif;
        font-weight: bold;
    }
    .info__action-price__new {
        font: 24px/30px RobotoBold, sans-serif;
        margin-top: 6px
    }
    .info__action-price__new .new_price_val {
        font-size: 30px
    }
    .info__action-price__old {
        font: 22px/30px "Roboto Condensed", sans-serif;
        margin: 17px 0 0 18px
    }
    .info__action-price__old .old_price_val {
        font-size: 28px
    }
    .info__form {
        margin: 10px 0 0
    }
    .info__form select {
        width: 244px;
        height: 33px;
        text-indent: 12px;
        font: 16px/30px Arial, sans-serif
    }
    .info__form input {
        width: 244px;
        height: 33px;
        text-indent: 12px;
        font: 16px/30px Arial, sans-serif;
        margin-top: 15px
    }
    .info__form button {
        width: 244px;
        height: 40px;
        font: 700 18px/30px "Roboto Condensed", sans-serif
    }
    .danger__body {
        width: 290px;
        margin: 0 auto;
        padding: 30px 0 25px
    }
    .danger__title {
        text-align: center
    }
    .danger__title h2 {
        font: 700 30px/40px "Roboto Condensed", sans-serif;
        letter-spacing: -1px
    }
    .danger__info {
        margin: 25px 0 0
    }
    .danger__desc {
        width: 100%;
        display: block;
        margin: 25px 0 0
    }
    .danger__desc p {
        font: 18px/28px RobotoRegular, sans-serif;
        margin-bottom: 30px;
        letter-spacing: -.5px
    }
    .danger__desc p span {
        font: 18px/28px RobotoBold, sans-serif
    }
    .danger__img {
        display: block;
        margin: 0
    }
    .danger__img img {
        width: 100%
    }
    .big {
        background: url(../img/mob/big-bg.jpg) no-repeat center top;
        padding: 24px 0 14px
    }
    .consequence {
        width: 290px;
        margin: 0 auto
    }
    .consequence__title {
        text-align: left
    }
    .consequence__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .consequence__list {
        margin: 41px 0 0
    }
    .consequence__img img {
        margin: 0 auto
    }
    .consequence__desc {
        margin: 20px 0 0;
        padding: 9px 0 12px
    }
    .consequence__desc p {
        font: 36px/36px RobotoBold, sans-serif
    }
    .choice {
        width: 290px;
        margin: 64px auto 0;
        background: url(../img/mob/choice-bg.jpg) no-repeat center top;
        padding: 27px 0 30px
    }
    .choice__title {
        text-align: left;
        margin-left: 44px
    }
    .choice__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .choice__title p {
        font: 24px/36px "Roboto Condensed", sans-serif;
        color: #ff224b;
        text-transform: uppercase;
        margin-top: 0
    }
    .choice__list {
        margin: 22px 0 0
    }
    .choice__list li {
        width: 182px;
        display: block;
        vertical-align: top;
        margin: 0
    }
    .choice__list li:nth-child(odd) {
        margin-left: 110px
    }
    .choice__list li:first-child {
        margin-bottom: 0
    }
    .choice__list:before {
        display: none
    }
    .choice__img img {
        width: 141px
    }
    .choice__descs {
        margin: 0 30px
    }
    .choice__descs p {
        font: 18px/18px RobotoBold, sans-serif;
        color: #161616
    }
    .treat {
        width: 290px;
        margin: 6px auto 0;
        padding: 15px 22px 10px 17px;
        background: #fff
    }
    .treat__body {
        border: 3px solid #fe1944;
        padding: 15px 0 20px 4px
    }
    .treat__title {
        text-align: left
    }
    .treat__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif;
        letter-spacing: -.7px
    }
    .treat__title h2 img {
        float: left;
        margin-right: 5px;
        width: 22px;
        margin-top: 11px;
        padding-bottom: 65px
    }
    .treat__desc {
        margin: 15px 0 0 14px
    }
    .treat__desc p {
        font: 18px/24px RobotoRegular, sans-serif;
        color: #000;
        margin-bottom: 15px
    }
    .treat__desc p:last-child {
        margin-bottom: 0
    }
    .big__arr {
        width: 290px;
        margin: 6px auto 0;
        text-align: center
    }
    .big__arr img {
        width: 100%
    }
    .cure {
        background: url(../img/mob/cure-bg.jpg) no-repeat center top;
        background-size: cover
    }
    .cure1 {
        background: url(http://v1.flebogel.shop/img/mob/cure-bg1.jpg) no-repeat center top;
        background-size: cover
    }
    .cure1 .cure__body img{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .cure1 .cure__body img:nth-child(2){
        width: 100%
    }
    .cure__body {
        width: 290px;
        margin: 0 auto;
        padding: 19px 0 35px
    }
    .cure__title {
        text-align: left
    }
    .cure__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .cure__info {
        margin: 20px 0 0
    }
    .cure__desc {
        width: 100%;
        display: block;
        margin: 53px 0 0
    }
    .cure__desc p {
        font: 18px/27px RobotoRegular, sans-serif;
        color: #000;
        margin-left: 0
    }
    .cure__desc p:nth-child(2) {
        margin: 10px 0 15px;
        border: 2px solid #fd3358;
        padding: 15px 24px 15px 20px;
        font: 18px/27px RobotoRegular, sans-serif
    }
    .cure__pack {
        display: block;
        margin: 0;
        opacity: 1
    }
    .cure__pack img {
        width: 100%
    }
    .expert__body {
        width: 290px;
        margin: 0 auto;
        padding: 25px 0 32px
    }
    .expert__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .expert__info {
        margin: 30px 0 0
    }
    .expert__img img {
        width: 244px;
        margin: 0 auto
    }
    .expert__desc {
        margin: 25px 0 0
    }
    .expert__desc p {
        font: 18px/27px RobotoRegular, sans-serif;
        font-style: italic
    }
    .expert__name {
        margin: 25px 0 0
    }
    .expert__name p {
        font: 22.8px/38px RobotoRegular, sans-serif;
        color: #000;
        font-style: italic
    }
    .expert__name p span {
        font-family: RobotoBold, sans-serif;
        font-size: 36px;
        display: block
    }
    .expert__right {
        width: 100%;
        display: block;
        margin: 0;
        padding-left: 81px
    }
    .expert__sign {
        margin: 0
    }
    .expert__sign img {
        width: 198px
    }
    .effective__body {
        width: 290px;
        margin: 0 auto;
        padding: 25px 0 25px
    }
    .effective__title {
        width: 290px;
        margin: 0 auto;
        text-align: left
    }
    .effective__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .effective__gif {
        margin: 25px 0 0
    }
    .effective__gif img {
        width: 100%;
        height: 163px
    }
    .effective__desc {
        width: 100%;
        margin: 20px auto 0;
        text-align: left
    }
    .effective__desc p {
        font: 18px/27px RobotoRegular, sans-serif;
        color: #fff
    }
    .about__body {
        width: 290px;
        margin: 0 auto;
        padding: 15px 0 25px
    }
    .about__desc {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0
    }
    .about__desc h4 {
        font: 900 30px/62px RobotoRegular, sans-serif
    }
    .about__desc p {
        font: 18px/30px RobotoRegular, sans-serif
    }
    .about__desc img {
        width: 100%
    }
    .consist__body {
        width: 290px;
        margin: 0 auto;
        padding: 20px 0 25px
    }
    .consist__logo {
        display: block;
        margin: 0
    }
    .consist__pack {
        position: relative;
        top: 0;
        left: 0;
        margin: 19px 0 0 23px
    }
    .consist__pack img {
        width: 229px
    }
    .consist__text {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 15px 0 0
    }
    .consist__text p {
        font: 18px/27px RobotoRegular, sans-serif
    }
    .consist__info {
        margin: 15px 0 0
    }
    .consist__list {
        background: 0 0;
        padding: 0
    }
    .consist__list h4 {
        font: 24px/30px RobotoBold, sans-serif;
        color: #000;
        margin: 0
    }
    .consist__list p {
        margin: 25px 24px 0 0;
        font: 16px/24px RobotoRegular, sans-serif;
        color: #000
    }
    .consist__list p span {
        font-family: RobotoBold, sans-serif
    }
    .consist__list img {
        margin: 0 auto
    }
    .sert {
        border-top: 0;
        background: #fff
    }
    .sert__body {
        width: 290px;
        margin: 0 auto;
        padding: 25px 0 45px
    }
    .sert__title {
        text-align: left
    }
    .sert__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .sert__list {
        margin: 30px 0 0
    }
    .sert__list img {
        width: 244px;
        margin: 0 auto
    }
    .why {
        background: url(../img/mob/why-bg.jpg) no-repeat center top
    }
    .why__body {
        width: 320px;
        margin: 0 auto;
        padding: 30px 0 33px
    }
    .why__title {
        text-align: left;
        margin: 0 0 0 15px
    }
    .why__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .why__list {
        margin: 30px 0 0
    }
    .why__list li {
        width: 282px!important;
        display: block;
        text-align: left;
        margin: 0 0 22px 38px!important;
        position: relative
    }
    .why__list li img {
        width: 77px;
        display: inline-block;
        vertical-align: top
    }
    .why__list li p {
        width: 173px;
        display: inline-block;
        vertical-align: top;
        font: 16px/24px RobotoBold, sans-serif;
        margin: 20px 0 0 11px
    }
    .why__list li:first-child:after {
        right: 105px
    }
    .why__list li:nth-child(3):after {
        display: block
    }
    .why__list li:last-child:after {
        display: none
    }
    .why__list li:after {
        content: "";
        position: absolute;
        top: 76px;
        right: 105px;
        width: 29px;
        height: 33px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAtBAMAAADxU07yAAAALVBMVEUAAAD8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/PzAel01AAAAD3RSTlMAgBkRU3cicm0pFB0MNlpBKS/bAAAAq0lEQVQ4y53UMQ6CQBCF4Y3aWrxiF4kN8QDGxN5D0AnN3sHOzt7CI+wROIJH8EgmQwEEfhJ47ZdXTHZ23CD7u6Ps9GHKmRSZApMiU2DyDZJqJl8gqSTqaptTL2dZqpZeGscnI03lyZRdkPQwghqS3kyHrxHVxDVRfvMtnEw8GJaIsoRUOSKfkEp+5cJoe+3l1pVoo5Bq3t4GKTikiHRc8yvDmguQL7s24xv1B8vjOYZxnF2cAAAAAElFTkSuQmCC') no-repeat 0 0;
        display: block
    }
    .why__list li:nth-child(3):after,
    .why__list li:nth-child(4):after {
        top: 91px
    }
    .why__atten {
        width: 290px;
        margin: 30px 0 0 19px;
        border: 5px solid #ff224c;
        padding: 20px 5px 15px 49px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAA8CAMAAABl0at4AAAAUVBMVEUAAAD/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/Ikz/IkzxZ9ChAAAAGnRSTlMA8q02K8ll2YRF4Lmin1kY6MKZj3pwSSUTDKxccH4AAABqSURBVCjP7Y/HEYAwEMRknMg5918owxiHAngx6CW9bo86C9ScCYjo4o9vhI1R0sRoUDEUGO8GoNC36gKHNEbyGptUXmV1n2mdP7sX4OiTae3pmSAPMaRRwRpiBvTjogM669z9s+dWlKMCLuHtMwF+abqhAAAAAElFTkSuQmCC') no-repeat 16px 24px
    }
    .why__atten p {
        font: 16px/24px RobotoBold, sans-serif;
        color: #fcfcfc
    }
    .doctor__body {
        width: 290px;
        margin: 0 auto;
        padding: 25px 0 25px
    }
    .doctor__img {
        display: block;
        margin: 15px 0 0
    }
    .doctor__img img {
        width: 183px;
        margin: 0 auto
    }
    .doctor__info {
        width: 100%;
        display: block;
        margin: 0
    }
    .doctor__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .doctor__desc {
        margin: 15px 0 0
    }
    .doctor__desc p {
        font: 16px/24px RobotoRegular, sans-serif;
        color: #000;
        margin-bottom: 20px
    }
    .doctor__bottom {
        margin: 30px 0 0
    }
    .doctor__name {
        width: 252px
    }
    .doctor__name p {
        font: 16px/24px RobotoRegular, sans-serif;
        color: #000;
        font-style: italic
    }
    .doctor__name p span {
        font: 30px/30px RobotoBold, sans-serif;
        display: block
    }
    .doctor__sign {
        margin: 87px 0 0 -93px
    }
    .doctor__sign img {
        width: 130px
    }
    .doctor__stamp {
        display: block;
        vertical-align: top;
        margin: -18px 0 0
    }
    .doctor__stamp img {
        display: inline-block;
        vertical-align: top;
        height: 70px
    }
    .doctor__stamp img:nth-child(2) {
        margin-left: 11px
    }
    .feed {
        border-bottom: 0
    }
    .feed__body {
        width: 290px;
        margin: 0 auto;
        padding: 20px 0 31px
    }
    .feed__title {
        text-align: left
    }
    .feed__title h2 {
        font: 700 30px/48px "Roboto Condensed", sans-serif
    }
    .feed__list {
        margin: 25px 0 0
    }
    .feed .slick-slide {
        background: #fff;
        border-radius: 10px;
        padding: 9px 8px 0;
        height: 637px
    }
    .feed_img {
        display: block;
        width: 100%
    }
    .feed_img img {
        width: 100%
    }
    .feed__info {
        width: 100%;
        display: block;
        margin: 13px 0 0
    }
    .feed__top {
        display: table
    }
    .feed__ava img {
        width: 54px
    }
    .feed__name {
        margin: 10px 0 0 13px
    }
    .feed__name p {
        font: 18px/24px RobotoBold, sans-serif
    }
    .feed__desc {
        margin-top: 10px
    }
    .feed__desc p {
        font: 16px/34px RobotoRegular, sans-serif;
        color: #000
    }
    footer {
        width: 290px;
        margin: 0 auto;
        padding: 20px 0 30px;
        text-align: center
    }
    footer p {
        font: 16px/24px RobotoBold, sans-serif;
        color: #000
    }
    footer a {
        font: 14px/18px RobotoBold, sans-serif;
        color: #000;
        display: block
    }
}