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
}

.info-block {
    background: #f3f5f9
}

.info-block-body {
    width: 1170px;
    margin: 0 auto
}

.ibl-info {
    width: 580px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 5px
}

.ibl-text {
    width: 540px;
    margin: -4px 0 0 3px
}

.ibl-text p {
    font: 27px/57px Roboto, sans-serif;
    font-weight: 500;
    color: #7d8190
}

.ibl-text p span {
    font: 60px/57px Roboto, sans-serif;
    color: #ff881b;
    font-weight: 700
}

.ibl-li {
    margin: 25px 0 0 4px
}

.ibl-li li {
    background: url(../images/check.png) no-repeat left 0;
    padding-left: 40px;
    font: 17px/24px "Open Sans", sans-serif;
    color: #777d94;
    margin-bottom: 11px;
    font-weight: 600;
    padding-top: 2px
}

.ibl-li li span {
    color: #15bcc6;
    font-weight: 800
}

.ibl-li li:last-child {
    margin-bottom: 0
}

.ibl-img {
    width: 682px;
    display: inline-block;
    vertical-align: top;
    margin-left: -97px;
    position: relative;
    z-index: 1
}

.info-block-content {
    margin-left: 12px;
    background: url(../images/pack-bg.png) no-repeat;
    padding: 60px 0 24px;
    margin-top: -210px;
    position: relative;
    z-index: 2
}

.info-block-content-info {
    margin-top: 8px;
    width: 383px;
    display: inline-block;
    vertical-align: top;
    margin-left: -12px
}

.ibp-block {
    width: 242px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/price-bg.png) no-repeat;
    padding: 4px 0 15px 34px
}

.ibp-old p {
    /*text-decoration: line-through;*/
    color: #fff
}

.ibp-new {
    margin-top: 5px
}

.old_price_val {
    font: 24px/24px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff
}

.old_price_cur {
    font: 16px/24px "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff
}

.new_price_cur {
    font: 18px/36px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff
}

.new_price_val {
    font: 36px/36px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff
}

.ibp-mid {
    width: 126px;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px
}

.ibp-mid p {
    font: 16px/24px "Open Sans", sans-serif;
    color: #9296a3;
    font-weight: 600
}

.ibp-mid p span {
    font-weight: 700
}

.ibp-note {
    margin-left: 14px;
    width: 100%
}

.ibp-note p {
    font: 10px/10px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #ff881b
}

.info-block-akcia {
    width: 382px;
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: center;
    margin-top: 7px
}

.info-block-akcia p {
    font: 20px/24px "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff881b
}

#countdown-1,
#countdown-2,
#countdown-3 {
    margin-top: 11px;
    height: 70px
}

.cd-name {
    margin-top: 2px
}

.cd-name li {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    margin-right: 31px;
    font: 16px/16px "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff
}

.cd-name li:last-child {
    margin-right: 0
}

.info-block-form {
    margin-top: 26px
}

.ibf-pole-input {
    width: 215px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px
}

.ibf-pole-input input {
    width: 100%;
    height: 45px;
    border: 0;
    background: #fff;
    padding-left: 22px;
    font: 16px/16px Roboto, sans-serif;
    color: #7d8190
}

.ibf-pole-input input::-webkit-input-placeholder {
    color: #7d8190
}

.ibf-pole-input input::-moz-placeholder {
    color: #7d8190
}

.ibf-pole-input input:-moz-placeholder {
    color: #7d8190
}

.ibf-pole-input input:-ms-input-placeholder {
    color: #7d8190
}

.ibf-pole-input select {
    width: 100%;
    height: 45px;
    border: 0;
    background: #fff;
    padding-left: 22px;
    font: 16px/41px Roboto, sans-serif;
    color: #7d8190;
    outline: 0
}

.ibf-pole-input select::-webkit-input-placeholder {
    color: #7d8190
}

.ibf-pole-input select::-moz-placeholder {
    color: #7d8190
}

.ibf-pole-input select:-moz-placeholder {
    color: #7d8190
}

.ibf-pole-input select:-ms-input-placeholder {
    color: #7d8190
}

.ibf-pole-input:first-child {
    margin-left: 31px
}

.ibf-pole-btn {
    margin-left: 77px;
    width: 360px;
    display: inline-block;
    vertical-align: bottom
}

.ibf-pole-btn button {
    width: 100%;
    height: 58px;
    border: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fe5007), to(#cc041d));
    background: -webkit-linear-gradient(right, #fe5007, #cc041d);
    background: linear-gradient(to left, #fe5007, #cc041d);
    -webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, .75);
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    font: 26px/45px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.ibf-pole-btn button span {
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    display: block
}

.bg-mobile,
.ibp-pack-mobile,
.info-block-list-mobile {
    display: none
}

.info-mobile {
    display: none
}

.garanty-block {
    width: 1170px;
    margin: 36px auto 0
}

.garanty-block-name {
    text-align: center
}

.garanty-block-name h2 {
    font: 36px/50px "Open Sans", sans-serif;
    font-weight: 700;
    color: #15bcc6;
    text-transform: uppercase
}

.garanty-block-name h2 sup {
    text-transform: lowercase;
    font: 20px/26px "Open Sans", sans-serif
}

.garanty-block-name h2 span {
    font: 48px/50px "Open Sans", sans-serif;
    color: #ff881b;
    font-weight: 700
}

.garanty-block-name P {
    font: 36px/46px Roboto, sans-serif;
    font-weight: 700;
    color: #7d8190
}

.garanty-block-info {
    margin-top: 30px
}

.garanty-block-left,
.garanty-block-right {
    width: 541px;
    display: inline-block;
    vertical-align: top
}

.garanty-block-right {
    margin-left: 88px
}

.gbl-name {
    background: #15bcc6;
    padding: 6px 0 8px
}

.gbl-name p {
    padding-left: 14px;
    font: 24px/30px "Open Sans", sans-serif;
    font-weight: 800;
    color: #fff
}

.gbl-text {
    margin-top: 8px
}

.gbl-text p {
    font: 18px/30px "Open Sans", sans-serif;
    font-weight: 700;
    color: #777d94;
    letter-spacing: -.5px
}

.outcome-block {
    width: 1170px;
    margin: 28px auto 0;
    background: url(../images/outcome-bg.png) no-repeat;
    padding: 61px 0 44px
}

.outcome-block-name {
    margin-left: 15px
}

.outcome-block-name h2 {
    font: 30px/36px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.outcome-block-list {
    margin-top: 42px
}

.outcome-block-list li {
    width: 185px;
    height: 156px;
    display: inline-table;
    vertical-align: top;
    background: url(../images/outcome-round.png) no-repeat center;
    text-align: center;
    margin-right: 12px
}

.outcome-block-list li p {
    display: table-cell;
    vertical-align: middle;
    font: 15px/36px "Open Sans", sans-serif;
    font-weight: 700;
    color: #7d8190;
    text-transform: uppercase
}

.outcome-block-list li:last-child {
    margin-right: 0
}

.number1-block {
    width: 1170px;
    margin: 32px auto 0
}

.number1-block-name {
    text-align: center
}

.number1-block-name h2 {
    font: 36px/46px "Open Sans", sans-serif;
    font-weight: 700;
    color: #7d8190
}

.number1-block-name h2 span {
    font: 36px/45px "Open Sans", sans-serif;
    color: #15bcc6;
    font-weight: 700;
    text-transform: uppercase
}

.number1-block-name h2 span span {
    font: 48px/50px "Open Sans", sans-serif;
    color: #ff881b;
    font-weight: 700
}

.number1-block-name h2 sup {
    font: 20px/45px "Open Sans", sans-serif
}

.number1-block-list {
    margin-top: 25px
}

.number1-block-list li {
    width: 32.6%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%
}

.number1-block-list li:first-child{
  margin-left: 16.3%;
}

.number1-block-list li:last-child {
    margin-right: 0
}

.number1-block-list li:first-child .nbl-name,
.number1-block-list li:last-child .nbl-name {
    background: #7d8190;
    text-align: center;
    height: 70px;
    display: table;
    width: 100%
}

.number1-block-list li:first-child .nbl-name p,
.number1-block-list li:last-child .nbl-name p {
    font: 20px/30px "Open Sans", sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle
}

.number1-block-list li:nth-child(2) .nbl-name {
    background: #a4c615;
    text-align: center;
    height: 70px;
    display: table;
    width: 100%
}

.number1-block-list li:nth-child(2) .nbl-name p {
    font: 30px/30px "Open Sans", sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle
}

.number1-block-list li:nth-child(2) .nbl-li {
    background: #15bcc6
}

.number1-block-list li:nth-child(2) .nbl-li li {
    color: #fff;
    background: url(../images/plus.png) no-repeat
}

.nbl-img {
    text-align: center
}

.nbl-name {
    margin-top: 4px
}

.nbl-name sup {
    font: 20px/30px "Open Sans", sans-serif
}

.nbl-li {
    padding-top: 27px;
    height: 340px
}

.nbl-li li {
    width: 360px;
    height: 40px;
    display: block;
    background: url(../images/minus.png) no-repeat;
    padding-left: 50px;
    margin-left: 13px;
    font: 18px/24px "Open Sans", sans-serif;
    font-weight: 600;
    color: #7d8190;
    margin-bottom: 32px
}

.nbl-li li:first-child{
  margin-left: 13px;
}

.nbl-li li:last-child {
    margin-bottom: 0
}

.stop-block {
    width: 1170px;
    margin: 12px auto 0;
    background: url(../images/stop-bg.png) no-repeat;
    padding: 35px 0 23px;
    min-height: 262px;
}

.stop-block-text {
    margin-left: 295px;
    padding-top: 60px;
}

.stop {
    background: #ff881b;
    width: 668px;
    font: 48px/50px "Open Sans", sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.sbt1 {
    font: 24px/26px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    width: 835px;
    padding-top: 1px
}

.sbt2 {
    font: 30px/30px "Open Sans", sans-serif;
    font-weight: 700;
    color: #ff881b;
    padding-top: 26px;
    text-transform: uppercase
}

.sbt3 {
    text-transform: uppercase;
    font: 30px/36px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    padding-top: 4px
}

.sbt3 sup {
    font: 20px/36px "Open Sans", sans-serif
}

.sbt4 {
    font: 18px/30px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    padding-top: 1px
}

.consist-block {
    background: url(../images/consist-bg.jpg) no-repeat;
    margin-top: 28px;
    background-size: cover
}

.consist-block-body {
    width: 1170px;
    margin: 0 auto;
    padding: 8px 0 47px
}

.consist-block-name {
    float: left;
    width: 394px
}

.consist-block-name h2 {
    font: 30px/36px "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700
}

.consist-block-name h2 span {
    font: 36px/48px "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.consist-block-name h2 span span {
    font: 48px/48px "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.consist-block-name h2 sup {
    font: 25px/36px "Open Sans", sans-serif
}

.consist-block-list {
    margin-top: 15px
}

.consist-block-list li {
    width: 381px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 13px
}

.consist-block-list li:first-child,
.consist-block-list li:nth-child(2) {
    margin-bottom: 24px
}

.consist-block-list li:nth-child(3) {
    margin-top: -159px
}

.consist-block-list li:last-child,
.consist-block-list li:nth-child(2) {
    margin-right: 0
}

.cbl-name {
    margin-top: 13px;
    background: #ff881b
}

.cbl-name p {
    font: 20px/45px "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.cbl-text {
    margin-top: 10px
}

.cbl-text p {
    font: 17px/24px "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff
}

.consist-block-nav {
    margin-top: 20px;
    display: none;
    width: 100%
}

.cbn-next,
.cbn-prev {
    width: 10.3%;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.cbn-round {
    width: 64.5%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 7%;
    text-align: center
}

.cbn-round li {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: 1px solid #1c3d5b;
    border-radius: 13px;
    margin-right: 8px;
    cursor: pointer
}

.cbn-round li p {
    width: 16px;
    height: 16px;
    background: 0 0;
    border-radius: 8px;
    margin: 3px 0 0 3px
}

.cbn-round li:last-child {
    margin-right: 8px
}

.li-active p {
    background: #1c3d5b!important
}

.how-block {
    background: #f3f5f9;

}

.how-block-body {
    width: 1170px;
    margin: 0 auto;
    padding: 18px 0 31px
}

.how-block-name {
    text-align: center
}

.how-block-name h2 {
    font: 48px/50px "Open Sans", sans-serif;
    font-weight: 700;
    color: #ff881b;
    text-transform: uppercase
}

.how-block-name h2 span {
    color: #15bcc6
}

.how-block-name h2 sup {
    font: 30px/50px "Open Sans", sans-serif
}

.how-block-list {
    margin-top: 40px
}

.how-block-list li {
    width: 24.25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 1%
}

.how-block-list li:first-child{
  margin-left: 12.12%;
}

.how-block-list li:last-child {
    margin-right: 0
}

.hbl-text {
    margin-top: 16px
}

.hbl-text p {
    font: 18px/30px "Open Sans", sans-serif;
    font-weight: 600;
    color: #7d8190
}

.hbl-text p span {
    font-weight: 700;
    color: #a4c615
}

.how-block-nav {
    margin-top: 20px;
    display: none;
    width: 100%
}

.hbn-next,
.hbn-prev {
    width: 10.3%;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.hbn-round {
    width: 64.5%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 7%;
    text-align: center
}

.hbn-round li {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: 1px solid #1c2042;
    border-radius: 13px;
    margin-right: 8px;
    cursor: pointer
}

.hbn-round li p {
    width: 16px;
    height: 16px;
    background: 0 0;
    border-radius: 8px;
    margin: 3px 0 0 3px
}

.hbn-round li:last-child {
    margin-right: 8px
}

.li-active p {
    background: #1c2042!important
}

.feedback {
    width: 1170px;
    margin: 23px auto 0
}

.feedback-name {
    text-align: center;
    width: 850px;
    margin: 0 auto
}

.feedback-name h2 {
    font: 30px/46px "Open Sans", sans-serif;
    color: #7d8190;
    font-weight: 700
}

.fn-orange {
    font: 48px/48px "Open Sans", sans-serif;
    color: #ff881b;
    font-weight: 700;
    text-transform: uppercase
}

.fn-grey {
    font: 36px/48px "Open Sans", sans-serif;
    color: #7d8190;
    font-weight: 700;
    text-transform: uppercase
}

.fn-grey sup {
    font: 25px/48px "Open Sans", sans-serif;
    text-transform: lowercase
}

.feedback-info {
    margin-top: 27px
}

.feedback-body {
    position: relative;
    height: 312px;
    margin: 0 18px 0 13px
}

.feedback-content {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.feedback-content.feed-active {
    display: block
}

.feed-body {
    width: 554px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f3f5f9;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    background: #f3f5f9;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    margin-right: 31px;
    padding: 14px 28px 0 16px;
    height: 270px
}

.feed-body:last-child {
    margin-right: 0
}

.feed-body::after,
.feed-body::before {
    content: '';
    position: absolute;
    background: #f3f5f9;
    left: 45px;
    bottom: -22px;
    width: 37px;
    height: 40px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    z-index: -1;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.feed-body::before {
    z-index: 1!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.fc-top {
    display: table;
    width: 100%
}

.fc-img {
    width: 59px;
    display: table-cell;
    vertical-align: middle
}

.fc-name {
    width: 383px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px
}

.fc-name p {
    font: 18px/20px "Open Sans", sans-serif;
    font-weight: 700;
    color: #7d8190
}

.fc-text {
    margin-top: 6px;
    margin-left: 3px
}

.fc-text p {
    font: 16px/24px "Open Sans", sans-serif;
    font-weight: 600;
    color: #7d8190
}

.feedback-nav {
    margin-top: 2px;
    text-align: center
}

.feedback-nav li {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 29px;
    border: 2px solid #15bcc6;
    background: #fff;
    border-radius: 15px;
    margin-right: 7px;
    cursor: pointer
}

.feedback-nav li p {
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 9px;
    margin: 4px 0 0 4px
}

.feedback-nav li:last-child {
    margin-right: 0
}

.nav-active p {
    background: #15bcc6!important
}

.feed-mobile {
    display: none
}

.feed-mobile .feedback-info {
    margin-top: 12px
}

.feed-mobile .feed-body.feed-active {
    display: block
}

.feed-mobile .feedback-body {
    position: relative;
    height: 340px;
    margin: 0
}

.feed-mobile .feed-body {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    border: 1px solid #f3f5f9;
    border-radius: 5px;
    background: #f3f5f9;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    margin-right: 0;
    padding: 12px 28px 33px 16px;
    height: 305px
}

.feed-mobile .feed-body:last-child {
    margin-right: 0
}

.feed-body::before,
.feed-mobile .feed-body::after {
    content: '';
    position: absolute;
    background: #f3f5f9;
    left: 45px;
    bottom: -22px;
    width: 37px;
    height: 40px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    z-index: -1;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.feed-mobile .feed-body::before {
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.feed-mobile .fc-name {
    width: 51.9%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 3.8%
}

.feed-mobile .fc-name p {
    font: 18px/20px "Open Sans", sans-serif;
    font-weight: 700;
    color: #7d8190
}

.feed-mobile .fc-text {
    margin-top: 11px;
    margin-left: 3px
}

.feed-mobile .fc-text p {
    font: 14px/21px "Open Sans", sans-serif;
    font-weight: 600;
    color: #7d8190
}

.feed-mobile .fc-img {
    width: 14.5%;
    display: table-cell;
    vertical-align: middle
}

.feed-mobile .fc-img img {
    width: 100%
}

.feed-mobile .feedback-nav-mobile {
    width: 93.8%;
    display: table;
    margin: 0 auto
}

.feed-mobile .fbn-next,
.feed-mobile .fbn-prev {
    width: 10.3%;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.feed-mobile .fbn-round {
    width: 74.5%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2%;
    text-align: center
}

.feed-mobile .fbn-round li {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: 1px solid #1c2042;
    border-radius: 13px;
    margin-right: 8px;
    cursor: pointer
}

.feed-mobile .fbn-round li p {
    width: 16px;
    height: 16px;
    background: 0 0;
    border-radius: 8px;
    margin: 3px 0 0 3px
}

.feed-mobile .fbn-round li:last-child {
    margin-right: 8px
}

.fbn-round .nav-active p {
    background: #1c2042!important
}

.li-active p {
    background: #1c2042!important
}

.work-block {
    background: url(../images/how-bg.png) no-repeat;
    width: 1170px;
    margin: 12px auto 0;
    padding: 104px 0 39px
}

.work-block-name {
    text-align: center
}

.work-block-name h2 {
    font: 48px/36px "Open Sans", sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase
}

.work-block-info {
    margin: 67px 32px 0
}

.work-block-info li {
    display: inline-block;
    vertical-align: top;
    width: 183px;
    margin-right: 47px;
    position: relative
}

.work-block-info li:last-child {
    margin-right: 0
}

.work-block-info li:nth-child(odd):after {
    content: "";
    position: absolute;
    top: 0;
    right: -92px;
    background: url(../images/work-up.png) no-repeat;
    width: 121px;
    height: 26px
}

.work-block-info li:nth-child(even):after {
    content: "";
    position: absolute;
    top: 138px;
    right: -109px;
    background: url(../images/work-down.png) no-repeat;
    width: 121px;
    height: 26px
}

.work-block-info li:last-child:after {
    background: 0 0;
    width: 0;
    height: 0
}

.wbi-text {
    margin-top: 8px;
    text-align: center
}

.wbi-text p {
    font: 18px/27px "Open Sans", sans-serif;
    color: #fff
}

.wbi-text p span {
    text-transform: uppercase
}

.wbi-text p sup {
    font: 15px/27px "Open Sans", sans-serif
}

footer {
    background: #fff;
    margin-top: 29px;
    padding-bottom: 56px
}

.footer-body {
    background: #f3f5f9
}

.footer-bottom {
    width: 1170px;
    margin: 15px auto 0
}

.footer-pay {
    width: 480px;
    display: inline-block;
    vertical-align: top
}

.footer-pay p {
    font: 18px/18px "Open Sans", sans-serif;
    font-weight: 700;
    color: #18313e;
    text-transform: uppercase
}

.footer-pay ul {
    margin-top: 22px;
    margin-left: 3px
}

.footer-pay ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.footer-pay ul li:last-child {
    margin-right: 0
}

.footer-copy {
    width: 690px;
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: right
}

.footer-copy a {
    font: 16px/24px Roboto, sans-serif;
    color: #18313e;
    text-decoration: underline
}

.footer-copy a:hover {
    text-decoration: none
}

.footer-copy p {
    padding-top: 29px;
    font: 15px/30px Roboto, sans-serif;
    color: #18313e;
    text-transform: uppercase
}

.consequence-block {
    display: none;
    margin-top: 17px;
    background: #7d8190;
    padding: 19px 0 26px;
    position: relative;
    z-index: 5
}

.consequence-block-body {
    width: 93.8%;
    margin: 0 auto
}

.consequence-block-name {
    text-align: center
}

.consequence-block-name h2 {
    font: 17px/23px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.consequence-block-list {
    margin-top: 19px
}

.consequence-block-list li {
    width: 46.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 12px
}

.consequence-block-list li:nth-child(odd) {
    margin-right: 7%
}

.consequence-block-list li:last-child,
.consequence-block-list li:nth-last-child(2) {
    margin-bottom: 0
}

.cb-img img {
    width: 100%
}

.cb-text {
    margin-top: 2px
}

.cb-text p {
    font: 14px/33px "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:1230px) {
    body {
        width: 100%;
        min-width: 320px
    }
    header {
        display: none
    }
    .info-block-body {
        width: 95%
    }
    .garanty-block,
    .info-block-akcia,
    .number1-block,
    .outcome-block,
    .sale-block-description,
    .sbp-btn,
    .sertificat,
    .stop-block,
    .work-block {
        display: none
    }
    .ibl-info {
        width: 60%;
        position: relative;
        z-index: 5;
        background: rgba(255, 255, 255, .3);
        border-radius: 10px
    }
    .ibl-img {
        width: 80%;
        margin-left: -41%
    }
    .ibl-img img {
        width: 100%;
        max-width: 780px
    }
    .info-block-content {
        margin-top: -35px
    }
    .ibf-pole-input {
        width: 20%;
        margin-right: 3%
    }
    .ibf-pole-input input,
    .ibf-pole-input select {
        padding-left: 10px
    }
    .ibf-pole-btn {
        width: 25%;
        margin: 0
    }
    .ibf-pole-btn button {
        font-size: 17px
    }
    .ibf-pole-input:first-child {
        margin-left: 1%
    }
    .consequence-block {
        display: block
    }
    .cb-img img {
        width: 70%
    }
    .consequence-block-list li {
        width: 24.5%
    }
    .consequence-block-list li:nth-child(odd) {
        margin-right: 0
    }
    .effectiv-block {
        width: 95%
    }
    .eb-text {
        width: 100%
    }
    .eb-pack {
        width: 40%;
        margin-left: -46%;
        vertical-align: bottom
    }
    .eb-pack img {
        width: 100%
    }
    .eb-img {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 20px
    }
    .eb-img img {
        width: 100%
    }
    .ebg-text {
        width: 40%
    }
    .ebg-text p {
        font: 17px/30px "Open Sans", sans-serif
    }
    .ebg-img {
        width: 60%
    }
    .ebg-img img {
        width: 100%
    }
    .consist-block-body {
        width: 95%
    }
    .consist-block-name {
        float: none;
        width: 80%;
        margin: 0 auto;
        text-align: center
    }
    .consist-block-list {
        text-align: center;
        margin-top: 30px
    }
    .consist-block-list li {
        width: 30%;
        margin-right: 3%
    }
    .consist-block-list li:nth-child(2) {
        margin-right: 3%
    }
    .consist-block-list li:nth-child(3) {
        margin-right: 0
    }
    .consist-block-list li:nth-child(3) {
        margin-top: 0
    }
    .cbl-img img {
        width: 100%
    }
    .cbl-name p {
        font-size: 17px
    }
    .how-block {
        margin: 0
    }
    .how-block-body {
        width: 95%
    }
    .hbl-img img {
        width: 100%
    }
    .expert-block-body {
        width: 95%
    }
    .expert-block-img {
        width: 30%
    }
    .expert-block-img img {
        width: 100%
    }
    .expert-block-text {
        width: 70%;
        background: #fff;
        padding-left: 20px
    }
    .feedback {
        width: 95%
    }
    .feedback-name {
        width: 100%
    }
    .feedback-body {
        margin: 0;
        height: 360px
    }
    .feed-body {
        width: 47%;
        margin-right: 5%;
        height: 330px
    }
    .sale-block {
        width: 95%
    }
    .sbp-mark {
        width: 15%
    }
    .sbp-price {
        width: 80%;
        margin-left: 5%
    }
    .footer-bottom {
        width: 95%
    }
    .footer-pay {
        width: 100%;
        display: block
    }
    .footer-copy {
        width: 100%;
        display: block;
        float: none;
        text-align: left;
        margin-top: 20px
    }
    .consequence-block-name {
        text-align: center
    }
    .consequence-block-name h2 {
        font: 27px/33px "Open Sans", sans-serif;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase
    }
}

@media (max-width:801px) {
    .ibl-info {
        width: 100%;
        position: relative;
        display: block;
        z-index: 5
    }
    .ibl-img {
        display: none
    }
    .info-block-content {
        background: 0 0
    }
    .info-block-form {
        display: none
    }
    .info-block-content-info {
        width: 100%;
        display: block
    }
    .ibp-mid {
        display: block
    }
    .ibp-pack-mobile {
        width: 52%;
        float: right;
        display: block;
        margin-top: -180px
    }
    .ibp-pack-mobile img {
        width: 100%
    }
    .consequence-block-list {
        margin-top: 19px
    }
    .consequence-block-list li {
        width: 46.5%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-bottom: 12px
    }
    .consequence-block-list li:nth-child(odd) {
        margin-right: 7%
    }
    .consequence-block-list li:last-child,
    .consequence-block-list li:nth-last-child(2) {
        margin-bottom: 0
    }
    .eb3 {
        width: 37%
    }
    .ebg-img img {
        height: 27px
    }
    .consist-block-list li {
        width: 47%
    }
    .consist-block-list li:nth-child(2),
    .consist-block-list li:nth-child(4) {
        margin-right: 0
    }
    .consist-block-list li:nth-child(3) {
        margin-right: 3%
    }
    .how-block-list li:first-child{
      margin-left: 0;
    }
    .how-block-list li:last-child{
      margin-left: 27%;
    }
    .how-block-list li {
        width: 46.5%;
        margin-right: 3%;
        margin-bottom: 20px
    }
    .how-block-list li:nth-child(even) {
        margin-right: 0
    }
    .hbl-img img {
        width: 60%
    }
    .how-block-list li:last-child,
    .how-block-list li:nth-last-child(2) {
        margin-bottom: 0
    }
    .hbl-text p {
        font: 16px/25px "Open Sans", sans-serif
    }
    .expert-block-body {
        width: 93.8%;
        padding: 13px 0 23px
    }
    .expert-block-img {
        display: none
    }
    .expert-block-name {
        width: 100%;
        text-align: left
    }
    .expert-block-name h2 {
        display: inline-block;
        vertical-align: top;
        width: 60.7%;
        font: 27px/32px "Open Sans", sans-serif;
        font-weight: 700;
        color: #fff;
        margin-left: 3.5%;
        margin-top: 37px
    }
    .expert-block-name h2 span {
        text-transform: uppercase
    }
    .expert-block-name h2 sup {
        font: 10px/27px "Open Sans", sans-serif
    }
    .exb-img-mobile {
        display: inline-block;
        vertical-align: top;
        width: 33.5%;
        height: 200px;
        overflow: hidden
    }
    .exb-img-mobile img {
        width: 100%
    }
    .expert-block-info {
        margin-top: 12px
    }
    .expert-block-text {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        padding: 13px 6px 13px 11px;
        border-radius: 5px;
        position: relative
    }
    .expert-block-text p {
        font: 14px/18px "Open Sans", sans-serif;
        color: #000;
        padding-bottom: 16px
    }
    .expert-block-text p span {
        font-weight: 700
    }
    .expert-block-text p sup {
        font: 15px/24px "Open Sans", sans-serif
    }
    .expert-block-text p:nth-child(3) {
        padding-bottom: 25px
    }
    .expert-block-text p:nth-child(4) {
        font: 20px/24px "Open Sans", sans-serif;
        font-weight: 700;
        padding-bottom: 5px;
        color: #7d8190
    }
    .expert-block-text p:nth-child(5) {
        padding-bottom: 0;
        width: 100%;
        color: #7d8190
    }
    .expert-block-text p:nth-child(6) {
        padding-bottom: 0;
        font: 16px/24px "Open Sans", sans-serif;
        color: #7d8190
    }
    .expert-block-text img {
        position: absolute;
        bottom: 16px;
        right: 18px
    }
    .expert-block-text img {
        display: none
    }
    .feedback {
        display: none
    }
    .feedback-name {
        width: 100%
    }
    .feedback-name h2 {
        font: 35px/43px Roboto, sans-serif;
        color: #ff881b;
        font-weight: 700
    }
    .fn-orange {
        font: 35px/43px "Open Sans", sans-serif;
        color: #ff881b;
        font-weight: 700;
        text-transform: uppercase
    }
    .fn-grey {
        font: 35px/43px "Open Sans", sans-serif;
        color: #ff881b;
        font-weight: 700;
        text-transform: uppercase
    }
    .fn-grey sup {
        font: 10px/23px "Open Sans", sans-serif;
        text-transform: lowercase
    }
    .feed-mobile {
        width: 100%;
        margin: 24px auto 0;
        display: block
    }
    .sale-block {
        width: 100%;
        margin-top: 27px;
        height: 250px
    }
    .sbd-body,
    .sbp-btn {
        display: none
    }
    .sale-block-name {
        margin-left: 36.6%;
        width: 60.6%;
        text-align: left
    }
    .sale-block-name h2 {
        font: 15px/18px "Open Sans", sans-serif;
        font-weight: 700;
        color: #ff881b;
        text-transform: uppercase
    }
    .sbp-mark {
        width: 26%;
        float: left;
        margin: -43px 6.6% 0 3.1%
    }
    .sbp-mark img {
        width: 92%
    }
    .sbp-price {
        width: 100%;
        display: block;
        margin: 0
    }
    .sbp-price-min {
        width: 89%;
        display: block;
        margin-top: 5px
    }
    .sbp-price-min p {
        font: 12px/20px Roboto, sans-serif;
        font-weight: 600;
        color: #1c2042
    }
    .sbp-price-min p span {
        color: #15bcc6;
        font: 16px/20px "Open Sans", sans-serif;
        font-weight: 700
    }
    .sbp-price-site {
        width: 85%;
        display: block;
        margin-left: 0
    }
    .sbp-price-site p {
        font: 12px/20px Roboto, sans-serif;
        font-weight: 600;
        color: #1c2042
    }
    .sbp-price-site p span {
        color: #15bcc6;
        font: 16px/20px "Open Sans", sans-serif;
        font-weight: 700
    }
    .sbp-price-site p span span {
        display: none
    }
    .sbp-price-text {
        margin-top: 12px;
        margin-left: 3.1%;
        width: 89%
    }
    .sbp-price-text p {
        font: 14px/22px "Open Sans", sans-serif;
        font-weight: 600;
        color: #7d8190
    }
    .sbd-map {
        width: 100%;
        margin: 0
    }
    .sbd-map img {
        width: 100%
    }
    .sbd-map p {
        display: block;
        background: #46355e;
        text-align: center;
        font: 12px/18px Roboto, sans-serif;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding: 1px 0 0;
        border-top: 1px solid #776b89
    }
    .cd-name li {
        margin-right: 35px
    }
    .footer-bottom {
        width: 93.8%
    }
    .footer-pay {
        width: 100%;
        display: inline-block;
        vertical-align: top
    }
    .footer-pay p {
        display: block;
        font: 15px/15px "Open Sans", sans-serif;
        font-weight: 700
    }
    .footer-pay ul {
        margin-top: 22px;
        margin-left: 0
    }
    .footer-pay ul li {
        width: 13.7%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        margin-left: 2%
    }
    .footer-pay ul li img {
        width: 100%
    }
    .footer-pay ul li:last-child {
        margin-right: 0
    }
    .footer-copy {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        float: none;
        text-align: center
    }
    .footer-copy a {
        display: block;
        font: 14px/20px Roboto, sans-serif
    }
    .footer-copy p {
        padding-top: 29px;
        font: 15px/20px Roboto, sans-serif;
        color: #18313e;
        text-transform: uppercase
    }
    .info-mobile {
        background: #a0c211;
        width: 100%;
        padding: 12px 0 28px;
        display: block
    }
    .info-mobile .info-block-akcia {
        display: block;
        width: 93.8%;
        margin: 0 auto
    }
    .info-mobile .info-block-akcia p {
        font: 14px/16px "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff
    }
    .info-mobile .info-block-form {
        display: block;
        width: 93.8%;
        margin: 0 auto;
        margin-top: 142px
    }
    .ibf-pole-input {
        width: 71.3%;
        margin: 0 auto 11px;
        display: block
    }
    .ibf-pole-input:first-child {
        margin: 0 auto 11px
    }
    .ibf-pole-btn {
        margin: 20px auto 0;
        width: 81.3%;
        display: block;
        vertical-align: bottom
    }
    .ibf-pole-btn button {
        width: 100%;
        height: 58px;
        border: 0;
        background: -webkit-gradient(linear, right top, left top, from(#fe5007), to(#cc041d));
        background: -webkit-linear-gradient(right, #fe5007, #cc041d);
        background: linear-gradient(to left, #fe5007, #cc041d);
        -webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, .75);
        box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, .75);
        -webkit-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        transform: skew(-25deg);
        font: 17px/30px "Open Sans", sans-serif;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase
    }
    .ibf-pole-btn button span {
        -webkit-transform: skew(25deg);
        -ms-transform: skew(25deg);
        transform: skew(25deg);
        display: block
    }
}

@media (max-width:601px) {
    .info-block {
        background: #f3f5f9;
        position: relative
    }
    .info-block-body {
        width: 100%;
        padding-top: 11px;
        position: relative;
        z-index: 3
    }
    .bg-mobile,
    .info-block-list-mobile {
        display: block
    }
    .ibl-li {
        display: none
    }
    .garanty-block,
    .ibl-img,
    .info-block-akcia,
    .info-block-form,
    .number1-block,
    .outcome-block,
    .stop-block {
        display: none
    }
    .info-block-list-mobile .ibl-li {
        display: block
    }
    .info-block-content {
        background: 0 0;
        margin-top: 0;
        padding-top: 8px;
        padding-bottom: 16px
    }
    .ibl-info {
        width: 100%;
        margin: 0
    }
    .ibl-logo {
        text-align: center;
        width: 57.3%;
        background: #fff;
        margin: 0 auto
    }
    .ibl-logo img {
        width: 95%
    }
    .ibl-text {
        width: 82.5%;
        text-align: center;
        margin: 0 auto 0;
        padding-top: 10px;
        background: #fff
    }
    .ibl-text p {
        font: 16px/23px Roboto, sans-serif;
        font-weight: 700;
        color: #777d94;
        text-transform: uppercase
    }
    .ibl-text p span {
        font: 16px/23px Roboto, sans-serif;
        color: #e73525;
        font-weight: 700
    }
    .ibp-block {
        width: 44.3%;
        display: block;
        background-position: right;
        padding-bottom: 12px
    }
    .info-block-price {
        position: relative
    }
    .ibp-pack-mobile {
        display: block;
        position: absolute;
        width: 58%;
        right: 0;
        bottom: -22px
    }
    .ibp-pack-mobile img {
        width: 100%
    }
    .info-block-content-info {
        width: 100%
    }
    .bg-mobile {
        width: 68%;
        position: absolute;
        top: 11px;
        right: 0;
        z-index: 1
    }
    .bg-mobile img {
        width: 100%
    }
    .ibp-old p {
        font-size: 13px
    }
    .ibp-old p span {
        font-size: 15px
    }
    .ibp-new p {
        font-size: 23px
    }
    .ibp-new p span {
        font-size: 18px
    }
    .ibp-mid {
        width: 38%;
        margin-left: 3.1%
    }
    .ibp-mid p {
        font-size: 14px;
        line-height: 18px
    }
    .info-block-list-mobile {
        background: #fff;
        padding-bottom: 20px
    }
    .info-block-list-mobile .ibl-li {
        width: 93.8%;
        margin: 0 auto;
        padding: 8px 0 11px
    }
    .info-block-list-mobile .ibl-li li {
        background: url(../images/check-m.png) no-repeat left 0;
        padding-left: 33px;
        font: 14px/23px "Open Sans", sans-serif;
        color: #000;
        margin-bottom: 11px;
        font-weight: 600;
        padding-top: 2px;
        margin-left: 4px
    }
    .info-block-list-mobile .ibl-li li span {
        color: #000;
        font-weight: 800
    }
    .info-block-list-mobile .ibl-li li:last-child {
        margin-bottom: 0
    }
    .ibl-btn {
        margin-top: 0;
        width: 100%;
        text-align: center
    }
    .ibl-btn button {
        width: 70%;
        height: 40px;
        border: 0;
        background: -webkit-gradient(linear, right top, left top, from(#fe5007), to(#cc041d));
        background: -webkit-linear-gradient(right, #fe5007, #cc041d);
        background: linear-gradient(to left, #fe5007, #cc041d);
        -webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, .75);
        box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, .75);
        -webkit-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        transform: skew(-25deg);
        font: 17px/30px "Open Sans", sans-serif;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase
    }
    .ibl-btn button span {
        -webkit-transform: skew(25deg);
        -ms-transform: skew(25deg);
        transform: skew(25deg);
        display: block
    }
    .consequence-block {
        display: block
    }
    .effectiv-block {
        width: 100%;
        margin-top: 26px
    }
    .eb-text {
        width: 93.8%;
        margin: 0 auto;
        display: block
    }
    .people-m {
        display: block;
        width: 100%;
        margin-top: 16px
    }
    .eb-img {
        display: none
    }
    .eb1 {
        font: 19px/21px "Open Sans", sans-serif;
        font-weight: 700;
        color: #7d8190
    }
    .eb1 span {
        font: 15px/21px "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase
    }
    .eb1 span span {
        font: 21px/21px "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ff881b
    }
    .eb1 sup {
        font: 10px/23px "Open Sans", sans-serif
    }
    .eb2 {
        margin-top: 25px;
        font: 21px/25px "Open Sans", sans-serif;
        font-weight: 700;
        padding: 1px 0 2px 5px
    }
    .eb3 {
        font: 15px/18px "Open Sans", sans-serif;
        width: 135px;
        font-weight: 700;
        padding: 0 0 0 5px
    }
    .eb4 {
        font: 15px/18px "Open Sans", sans-serif;
        font-weight: 700;
        padding-left: 5px
    }
    .eb-pack {
        width: 46.8%;
        margin-left: 0;
        margin-top: -58px;
        float: right;
        position: relative;
        z-index: 3;
        margin-right: 3.1%
    }
    .eb-pack img {
        width: 100%
    }
    .effectiv-block-graf {
        width: 93.8%;
        margin: 29px auto 0
    }
    .effectiv-block-graf li {
        display: block;
        width: 100%;
        margin-bottom: 7px
    }
    .effectiv-block-graf li:last-child {
        margin-bottom: 0
    }
    .effectiv-block-graf li:last-child,
    .effectiv-block-graf li:nth-last-child(2) {
        display: none
    }
    .ebg-text {
        width: 100%;
        display: block
    }
    .ebg-text p {
        font: 14px/21px "Open Sans", sans-serif;
        font-weight: 600;
        color: #7d8190
    }
    .ebg-img {
        width: 100%;
        display: block;
        margin-top: 6px
    }
    .ebg-img img {
        width: 100%;
        height: 27px
    }
    .consist-block-body {
        width: 93.8%;
        margin: 0 auto;
        padding: 16px 0 4px
    }
    .consist-block-name {
        float: none;
        width: 100%;
        text-align: center
    }
    .consist-block-name h2 {
        font: 15px/15px "Open Sans", sans-serif;
        font-weight: 700
    }
    .consist-block-name h2 span {
        font: 18px/21px "Open Sans", sans-serif;
        font-weight: 700
    }
    .consist-block-name h2 span span {
        font: 24px/24px "Open Sans", sans-serif;
        font-weight: 700
    }
    .consist-block-name h2 sup {
        font: 10px/24px "Open Sans", sans-serif
    }
    .consist-block-list {
        margin-top: 22px
    }
    .consist-block-list ul {
        position: relative;
        height: 285px
    }
    .consist-block-list ul li {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        margin-right: 0
    }
    .consist-block-list ul li:first-child,
    .consist-block-list ul li:nth-child(2) {
        margin-bottom: 0
    }
    .consist-block-list ul li:nth-child(3) {
        margin-top: 0
    }
    .consist-block-list ul li:last-child,
    .consist-block-list ul li:nth-child(2) {
        margin-right: 0
    }
    .consist-block-list .cb-active {
        display: block
    }
    .cbl-img {
        text-align: center
    }
    .cbl-img img {
        width: 59%;
        max-width: 200px
    }
    .cbl-name {
        margin-top: 9px
    }
    .cbl-name p {
        font: 16px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #fff
    }
    .cbl-text {
        margin-top: 10px
    }
    .cbl-text p {
        font: 13px/19px "Open Sans", sans-serif;
        font-weight: 600;
        color: #fff
    }
    .consist-block-nav {
        display: table
    }
    .sertificat {
        display: none
    }
    .how-block-body {
        width: 93.8%;
        padding-top: 33px
    }
    .how-block {
        margin-top: 0
    }
    .how-block-name h2 {
        font: 30px/31px "Open Sans", sans-serif;
        font-weight: 700
    }
    .how-block-name h2 sup {
        font: 20px/31px "Open Sans", sans-serif
    }
    .how-block-list {
        margin-top: 12px;
        height: 340px
    }
    .how-block-list ul {
        position: relative;
        height: 310px
    }
    .how-block-list ul li {
        width: 100%;
        text-align: center;
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: none
    }
    .how-block-list ul li:last-child {
        margin-right: 0;
        margin-left: 0;
    }
    .hbl-text {
        margin: 18px auto 0;
        width: 81.5%
    }
    .hbl-text p {
        font: 18px/24px "Open Sans", sans-serif
    }
    .hb-active {
        display: block!important
    }
    .how-block-nav {
        display: table
    }
    .expert-block-body {
        width: 93.8%;
        padding: 13px 0 23px
    }
    .expert-block-img {
        display: none
    }
    .expert-block-name {
        width: 100%;
        text-align: left
    }
    .expert-block-name h2 {
        display: inline-block;
        vertical-align: top;
        width: 60.7%;
        font: 20px/25px "Open Sans", sans-serif;
        font-weight: 700;
        color: #fff;
        margin-left: 3.5%;
        margin-top: 7px
    }
    .expert-block-name h2 span {
        text-transform: uppercase
    }
    .expert-block-name h2 sup {
        font: 10px/27px "Open Sans", sans-serif
    }
    .exb-img-mobile {
        display: inline-block;
        vertical-align: top;
        width: 33.5%;
        height: 150px;
        overflow: hidden
    }
    .exb-img-mobile img {
        width: 100%
    }
    .expert-block-info {
        margin-top: 12px
    }
    .expert-block-text {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        padding: 13px 6px 13px 11px;
        border-radius: 5px;
        position: relative
    }
    .expert-block-text p {
        font: 14px/18px "Open Sans", sans-serif;
        color: #000;
        padding-bottom: 16px
    }
    .expert-block-text p span {
        font-weight: 700
    }
    .expert-block-text p sup {
        font: 15px/24px "Open Sans", sans-serif
    }
    .expert-block-text p:nth-child(3) {
        padding-bottom: 25px
    }
    .expert-block-text p:nth-child(4) {
        font: 20px/24px "Open Sans", sans-serif;
        font-weight: 700;
        padding-bottom: 5px;
        color: #7d8190
    }
    .expert-block-text p:nth-child(5) {
        padding-bottom: 0;
        width: 100%;
        color: #7d8190
    }
    .expert-block-text p:nth-child(6) {
        padding-bottom: 0;
        font: 16px/24px "Open Sans", sans-serif;
        color: #7d8190
    }
    .expert-block-text img {
        position: absolute;
        bottom: 16px;
        right: 18px
    }
    .expert-block-text img {
        display: none
    }
    .feedback {
        display: none
    }
    .feedback-name {
        width: 100%
    }
    .feedback-name h2 {
        font: 17px/23px Roboto, sans-serif;
        color: #ff881b;
        font-weight: 700
    }
    .fn-orange {
        font: 17px/23px "Open Sans", sans-serif;
        color: #ff881b;
        font-weight: 700;
        text-transform: uppercase
    }
    .fn-grey {
        font: 17px/23px "Open Sans", sans-serif;
        color: #ff881b;
        font-weight: 700;
        text-transform: uppercase
    }
    .fn-grey sup {
        font: 10px/23px "Open Sans", sans-serif;
        text-transform: lowercase
    }
    .feed-mobile {
        width: 100%;
        margin: 24px auto 0;
        display: block
    }
    .work-block {
        display: none
    }
    .cd-name li {
        margin-right: 10px
    }
    .footer-copy p {
        font-size: 13px;
        font-weight: 700;
        padding-top: 15px
    }
}

@media (max-width:501px) {
    .ibp-block {
        padding-left: 6px
    }
}
