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 (max-width:1005px) {
    .header-name-signature {
        text-align: center
    }
}

@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: 300px
}

header {
    background: url(../images/info-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/info-bg.png*/ no-repeat center top
}

.header-body {
    width: 1170px;
    margin: 0 auto;
    position: relative
}

.header-girl {
    position: absolute;
    top: 0;
    left: -56px;
    z-index: 1
}

.header-pack {
    width: 481px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    margin: 2px 0 0 8px;
    z-index: 3
}

.header-pack-sale {
	display: none;
    position: absolute;
    top: -11px;
    left: 19px;
    background: url(../images/header-sale.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-sale.png*/ no-repeat;
    width: 121px;
    text-align: center;
    padding: 35px 0 34px
}

.header-pack-sale p {
    font: 17px/17px Roboto, sans-serif;
    color: #fff
}

.header-pack-sale p span {
    font: 37px/37px Roboto, sans-serif;
    font-weight: 800
}

.header-pack-mobile {
    display: none
}

.header-info {
    width: 679px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px
}

.header-name {
    margin-left: 89px;
    padding-top: 25px
}

.header-name h2 {
    font: 60px/60px "Open Sans", sans-serif;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-left: 13px
}

.header-name h2 span {
    background: #fff;
    font: 56px/60px "Open Sans", sans-serif;
    color: #b1d825;
    font-weight: 700;
    border-radius: 0 35px 35px 0;
    width: 100%;
    display: block;
    margin-top: 9px;
    padding: 13px 0 18px 17px;
    margin-left: -20px
}

.header-text {
    margin: 14px 0 0 106px;
    position: relative;
    z-index: 3
}

.header-text p {
    font: 24px/36px "Open Sans", sans-serif;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.header-text p span {
    color: #003d53;
    display: block
}

.header-list {
    margin-left: 106px;
    margin-top: 8px;
    background: rgba(67, 106, 119, .6);
    border-radius: 5px;
    padding: 20px 0 22px 7px;
    position: relative;
    z-index: 3
}

.header-list li {
    width: 277px;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    background: url(../images/header-check.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-check.png*/ no-repeat 0 3px;
    padding-left: 33px;
    font: 18px/21px Roboto, sans-serif;
    color: #fff;
    margin-bottom: 22px;
    height: 30px;
}

.header-list li span {
    color: #b1d825;
    font-weight: 700
}

.header-list li:nth-child(2n) {
    margin-right: 0
}

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

.header-content {
    margin-top: 15px;
    position: relative;
    z-index: 3
}

.header-action {
    width: 394px;
    display: inline-block;
    vertical-align: top;
    background: #b1d825;
    border-radius: 5px 0 0 0;
    padding: 21px 0 30px 16px
}

.header-action-name {
    width: 101px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px
}

.header-action-name p {
    font: 16px/24px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53;
    text-transform: uppercase
}

.header-action-body {
    width: 267px;
    display: inline-block;
    vertical-align: top
}

.header-price {
    width: 285px;
    display: inline-block;
    vertical-align: top;
    background: #ff0018;
    border-radius: 0 5px 0 0;
    padding: 26px 0 29px 15px
}

.header-price-new {
    width: 144px;
    display: inline-block;
    vertical-align: top
}

.header-price-new p {
    font: 18px/18px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff
}

.new_price_val {
    font: 36px/60px "Open Sans", sans-serif;
    font-weight: 700
}

.header-price-old {
    width: 125px;
    display: inline-block;
    vertical-align: top;
    margin-left: -15px;
    text-align: right;
    margin-top: 12px
}

@media (max-width: 480px){
    .header-price-old p {
        font-size: 20px;
    }
}

@media (max-width: 430px){
    .header-price-old p {
        font-size: 16px !important;
    }
}

.header-price-old p {
    font: 16px/16px "Open Sans", sans-serif;
    font-weight: 500;
    color: #620d15;
    text-decoration: line-through
}

.header-form {
    background: url(../images/header-form-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-form-bg.png*/ no-repeat;
    margin-top: -43px;
    position: relative;
    z-index: 3;
    padding-top: 53px
}

.hf-pole-input {
    width: 214px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.hf-pole-input input {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 23px;
    background: #fff;
    padding-left: 10px;
    font: 16px/16px Roboto, sans-serif;
    color: #16626f
}

.hf-pole-input input::-webkit-input-placeholder {
    color: #16626f
}

.hf-pole-input input::-moz-placeholder {
    color: #16626f
}

.hf-pole-input input:-moz-placeholder {
    color: #16626f
}

.hf-pole-input input:-ms-input-placeholder {
    color: #16626f
}

.hf-pole-input select {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 23px;
    -webkit-appearance: none;
    background: #fff;
    font: 16px/16px Roboto, sans-serif;
    color: #16626f;
    padding-left: 10px;
    outline: 0;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important
}

.hf-pole-input select::-ms-expand {
    display: none
}

.hf-pole-input:first-child {
    margin-left: 8px
}

.hf-pole-btn {
    margin-top: 14px;
    text-align: center
}

.hf-pole-btn button {
    width: 284px;
    height: 65px;
    border: 0;
    border-radius: 33px;
    font: 30px/45px BebasNeueBold, sans-serif;
    color: #003d53;
    background: url(../images/btn-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/btn-bg.png*/ no-repeat;
    background-size: cover
}

@media (max-width:1220px) {
    .header-body {
        width: 990px
    }
    .header-pack {
        width: 41.1%;
        margin: 2px 0 0 0
    }
    .header-info {
        width: 56.8%;
        margin-left: 0
    }
    .header-name {
        margin-left: 89px;
        padding-top: 25px
    }
    .header-name h2 {
        font: 52px/56px "Open Sans", sans-serif;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        width: 85%;
        display: block;
        margin-left: 14.7%
    }
    .header-name h2 span {
        background: #fff;
        font: 38px/56px "Open Sans", sans-serif;
        color: #b1d825;
        font-weight: 700;
        border-radius: 0 35px 35px 0;
        width: 100%;
        display: block;
        margin-top: 9px;
        padding: 13px 0 18px 27px;
        margin-left: -6px
    }
    .header-text {
        margin: 14px 0 0 28.7%;
        position: relative;
        z-index: 3
    }
    .header-text p {
        font: 22px/34px "Open Sans", sans-serif;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase
    }
    .header-text p span {
        color: #003d53;
        display: block
    }
    .header-list {
        margin-left: 28.7%;
        margin-top: 8px;
        background: rgba(67, 106, 119, .6);
        border-radius: 5px;
        padding: 20px 0 22px 7px;
        position: relative;
        z-index: 3
    }
    .header-list li {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-right: 0;
        background: url(../images/header-check.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-check.png*/ no-repeat 0 3px;
        padding-left: 33px;
        font: 18px/26px Roboto, sans-serif;
        color: #fff;
        margin-bottom: 22px
    }
    .header-list li span {
        color: #b1d825;
        font-weight: 700
    }
    .header-list li:nth-child(2n) {
        margin-right: 0
    }
    .header-list li:nth-last-child(2) {
        margin-bottom: 22px
    }
    .header-list li:last-child {
        margin-bottom: 0
    }
    .header-content {
        margin-top: 15px;
        position: relative;
        z-index: 3
    }
    .header-action {
        width: 58%;
        display: inline-block;
        vertical-align: top;
        background: #b1d825;
        border-radius: 5px 0 0 0;
        padding: 21px 0 30px 16px
    }
    .header-action-name {
        width: 100%;
        display: block;
        text-align: center;
        vertical-align: top;
        margin-top: 8px
    }
    .header-action-name p {
        font: 16px/24px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        text-transform: uppercase
    }
    .header-action-body {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px
    }
    .header-price {
        width: 42%;
        display: inline-block;
        vertical-align: top;
        background: #ff0018;
        border-radius: 0 5px 0 0;
        padding: 56px 0 59px 7px
    }
    .header-price-new {
        width: 55%;
        display: inline-block;
        vertical-align: top
    }
    .header-price-new p {
        font: 18px/18px "Open Sans", sans-serif;
        font-weight: 700;
        color: #fff
    }
    .new_price_val {
        font: 60px/60px "Open Sans", sans-serif;
        font-weight: 700
    }
    .header-price-old {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-left: -15px;
        text-align: right;
        margin-top: 2px
    }
    .header-price-old p {
        font: 17px/17px "Open Sans", sans-serif;
        font-weight: 500;
        color: #620d15;
        text-decoration: line-through;
        font-weight: 700
    }
    .header-form {
        background: url(../images/header-form-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-form-bg.png*/ no-repeat;
        margin-top: -43px;
        position: relative;
        z-index: 3;
        padding-top: 53px
    }
    .hf-pole-input {
        width: 32%;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%
    }
    .hf-pole-input input {
        width: 100%;
        height: 45px;
        border: 0;
        border-radius: 23px;
        background: #fff;
        padding-left: 10px;
        font: 16px/16px Roboto, sans-serif;
        color: #16626f
    }
    .hf-pole-input input::-webkit-input-placeholder {
        color: #16626f
    }
    .hf-pole-input input::-moz-placeholder {
        color: #16626f
    }
    .hf-pole-input input:-moz-placeholder {
        color: #16626f
    }
    .hf-pole-input input:-ms-input-placeholder {
        color: #16626f
    }
    .hf-pole-input select {
        width: 100%;
        height: 45px;
        border: 0;
        border-radius: 23px;
        background: #fff;
        padding-left: 10px;
        font: 16px/16px Roboto, sans-serif;
        color: #16626f
    }
    .hf-pole-input:first-child {
        margin-left: 8px
    }
    .hf-pole-btn {
        margin-top: 14px;
        text-align: center
    }
    .hf-pole-btn button {
        width: 284px;
        height: 65px;
        border: 0;
        border-radius: 33px;
        font: 30px/45px BebasNeueBold, sans-serif;
        color: #003d53;
        background: url(../images/btn-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/btn-bg.png*/ no-repeat;
        background-size: cover
    }
}

.strong-block {
    width: 1170px;
    margin: 49px auto 0
}

.sbn-name {
    width: 288px;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px
}

.sbn-name h2 {
    font: 34px/38px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53;
    text-transform: uppercase
}

.sbn-name h2 span {
    font: 65px/69px "Open Sans", sans-serif;
    font-weight: 700;
    color: #b1d825
}

.sbn-img {
    width: 285px;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    text-align: center
}

.sbn-img p {
    font: 16px/17px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53;
    width: 167px;
    margin: 0 auto
}

.strong-block-text {
    margin-top: 17px;
    background: #cff0f6;
    padding: 10px 0 4px 13px;
    border-radius: 5px
}

.strong-block-text img {
    float: right;
    margin-top: -195px;

}

.strong-block-text p {
    font: 18px/24px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53;
    padding-bottom: 11px
}

.strong-block-text p span {
    font-weight: 900
}

.strong-block-text p {
    margin-bottom: 0
}

@media (max-width:1220px) {
    .strong-block {
        width: 990px;
        margin: 49px auto 0
    }
    .sbn-img {
        width: 186px
    }
}

.pay-block {
    width: 1170px;
    margin: 8px auto 0
}

.pay-block-name {
    text-align: center;
    /* width: 776px; */
    margin: 0 auto;
    padding: 0 2rem;
}

.pay-block-name h2 {
    font: 24px/32px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53;
    text-transform: uppercase
}

.pay-block-name h2 span {
    font: 60px/76px "Open Sans", sans-serif;
    font-weight: 700;
    color: #b1d825
}

.pay-block-info {
    margin-top: 30px
}

.pay-block-video {
    width: 481px;
    display: inline-block;
    vertical-align: top
}

.pay-block-video iframe{
    border-radius: 5px;
}

.pay-block-text {
    width: 675px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    background: #cff0f6;
    border-radius: 5px;
    padding: 9px 19px 18px 18px
}

.pay-block-text p {
    font: 16px/26px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53;
    padding-bottom: 14px
}

.pay-block-text p span {
    font-weight: 900
}

.pay-block-text p:last-child {
    padding-bottom: 0
}

.pay-block__img1{
    padding: 9px 5px 10px 0;
}

.pay-block__img2{
    padding: 9px 0 10px 5px;
}

.pay-block__img1 img,
.pay-block__img2 img{
    width: 100%;
}

.pay-block__item1{
    float: left;
}

.pay-block__item2{
    float: right;
}

@media (max-width: 480px) {
    .pay-block__item1,
    .pay-block__item2{
        float: none;
        margin: 0 auto;
        width: 100% !important;
    }
}

.pay-block__item1,
.pay-block__item2{
    width: 50%;
}

.pay-block__text1,
.pay-block__text2{
    padding-left: 10px;
    padding-bottom: 12px;
}

.pay-block__text1 span,
.pay-block__text2 span{
    display: block;
    color: #003d53;
    font:  600 16px/26px "Open Sans",sans-serif;
    padding-right: 1px;
}

.pay-block__text1 p,
.pay-block__text2 p{
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 600;
    color: #003d53;
}


.composition-block{
 background:  url(../images/composition-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/composition-bg.png*/ no-repeat center top;
 padding-top: 42px;
 margin-top: 20px;
}

.composition-block h2{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    text-shadow: 2px 2px 8px rgb(76,158,217);
}

@media (max-width: 805px){
    .take-block-list{
        display: none;
    }
}

@media (min-width: 804px){
    .owl__hidden{
        display: none !important;
    }
} 


.composition-block-name{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 42px;
}

.composition-block__img1,
.composition-block__img2,
.composition-block__img3{
    text-align: center;
}


.composition-block__img1 > img,
.composition-block__img2 > img,
.composition-block__img3 > img{
    width: 100%;
}

@media (max-width:767px) {
.composition-block__img1 > img,
.composition-block__img2 > img,
.composition-block__img3 > img{
    width: 60% !important;
}
}

@media (max-width:480px) {
.composition-block__img1 > img,
.composition-block__img2 > img,
.composition-block__img3 > img{
    width: 100% !important;
}
}

@media (max-width:1220px) {
    .pay-block {
        width: 990px
    }
    .pay-block-video {
        width: 41.1%
    }
 
    .pay-block-text {
        width: 57%;
        margin-left: .9%
    }

}

.contrast-block {
    background: url(../images/contrast-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/contrast-bg.png*/ no-repeat center top;
    margin-top: 7px;
    padding-top: 42px
}

.contrast-block-body {
    width: 1170px;
    margin: 0 auto
}

.contrast-block-name {
    text-align: center;
    width: 777px;
    margin: 0 auto
}

.contrast-block-name h2 {
    font: 43px/60px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53;
    text-transform: uppercase
}

.contrast-block-name h2 span {
    font: 64px/60px "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff
}

.contrast-block-info {
    margin-top: 27px
}

.contrast-block-text {
    width: 875px;
    display: inline-block;
    vertical-align: top
}

.contrast-block-text p {
    background: #fff;
    padding: 18px 120px 17px 76px;
    border-radius: 100px;
    margin-bottom: 10px;
    font: 20px/28px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53
}

.contrast-block-text p span {
    font-weight: 900
}

.contrast-block-text p:last-child {
    margin-bottom: 0
}

.contrast-block-img {
    width: 423px;
    display: inline-block;
    vertical-align: top;
    margin-left: -130px;
    margin-top: 80px
}

.contrast-btn {
    display: none
}

@media (min-width: 805px) and (max-width: 1005px){
    .feed-text p span{
        font-size: 16px !important;    
    }

    .feed-text p{
        font-size: 13px !important;    
        line-height: 21px !important;    
    }

    .feed-text{
        height: 296px !important;  
    }
}



@media (max-width:1220px) {
    .contrast-block {
        background: url(../images/contrast-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/contrast-bg.png*/ no-repeat center;
        background-size: cover;
        margin-top: 7px;
        padding-top: 42px;
        padding-bottom: 70px
    }
    .contrast-block-body {
        width: 990px;
        margin: 0 auto
    }
    .contrast-block-text {
        width: 74.8%
    }
    .contrast-block-text p {
        background: #fff;
        padding: 18px 70px 17px 50px
    }
    .contrast-block-img {
        width: 35.9%
    }
    .contrast-block-img img {
        width: 100%
    }
}

.feedback {
    width: 1170px;
    margin: 7px auto 0
}

.feedback-name {
    text-align: center;
    width: 776px;
    margin: 0 auto
}

.feedback-name h2 {
    font: 34px/48px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53
}

.feedback-name h2 span {
    font: 48px/48px "Open Sans", sans-serif;
    font-weight: 700;
    color: #b1d825
}

.feedback-slider {
    margin-top: 27px
}

.feed-content {
    position: relative;
    height: 500px
}

.feed-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.feed-body.active {
    display: block
}

.feed-img {
    width: 49%;
    float: left;
    vertical-align: top;
    height: 420px;
}

.feed-img img{
  display: block;
  width: 100%;
}

.feed-text {
    width: 49%;
    float: left;
    vertical-align: top;
    margin-left: 2%;
    background: #cff0f6;
    padding: 6px 34px 22px 31px;
    height: 420px;
}

.feed-text p {
    font: 19px/27px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53;
    padding-bottom: 27px
}

.feed-text p span {
    font: 21px/57px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53
}

.feed-text p:last-child {
    padding-bottom: 0
}

.feed-text p:first-child {
    padding-bottom: 16px
}

.feed-nav {
    text-align: center
}

.owl-dot{
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    border: 2px solid #34bfd1;
    background: #fff;
    margin-right: 7px;
    cursor: pointer;
}

.owl-dot.active span{
    background: #34bfd1;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    margin: 4px 0 0 4px;
}

.feed-nav li {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    border: 2px solid #34bfd1;
    background: #fff;
    margin-right: 7px;
    cursor: pointer
}

.feed-nav li:last-child {
    margin-right: 0
}

.feed-nav li.nav-active p {
    background: #34bfd1;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    margin: 4px 0 0 4px
}

.feed-nav-mobile {
    display: none
}

@media (max-width:1220px) {
    .feedback {
        width: 990px
    }
    .feed-content {
        position: relative;
        height: 445px
    }
    .feed-img {
        width: 49%;
        height: 390px;
    }
    .feed-img-before {
        width: 60%
    }
    .feed-img-before p {
        font: 14px/23px "Open Sans", sans-serif;
        font-weight: 700;
        width: 80px
    }
    .feed-img-before img {
        width: 100%
    }
    .feed-img-after {
        width: 60%;
        margin-left: -20%
    }
    .feed-img-after p {
        font: 14px/23px "Open Sans", sans-serif;
        font-weight: 700;
        width: 80px
    }
    .feed-img-after img {
        width: 100%
    }
    .feed-text {
        width: 49%;
        height: 366px;
    }
    .feed-text p:first-child{
      padding-bottom: 0;
    }
    .feed-text p{
      font: 15px/27px "Open Sans", sans-serif;
    }
}

.consist-block {
    background: url(../images/consist-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/consist-bg.png*/ no-repeat;
    margin-top: 22px;
    padding: 75px 0 91px
}

.consist-block-body {
    width: 1170px;
    margin: 0 auto;
    position: relative
}

.consist-block-list li {
    width: 481px;
    display: inline-block;
    vertical-align: top;
    margin-right: 208px;
    margin-bottom: 68px
}

.consist-block-list li:nth-child(even) {
    margin-right: 0
}

.consist-block-list li:nth-child(even) .cbl-name p {
    font-size: 20px
}

.consist-block-list li:nth-child(even) .cbl-name p span {
    font-size: 24px
}

.consist-block-list li:last-child,
.consist-block-list li:nth-last-child {
    margin-bottom: 0
}

.consist-block-list li:first-child .cbl-img {
    margin-top: -39px
}

.consist-block-list li:nth-child(2) .cbl-img {
    margin: -10px 0 0 8px
}

.consist-block-list li:nth-child(2) .cbl-text {
    margin-left: 37px
}

.consist-block-list li:nth-child(3) .cbl-img {
    margin-top: -36px
}

.consist-block-list li:nth-child(4) .cbl-img {
    margin-top: -11px
}

.consist-block-list li:nth-child(4) .cbl-text {
    margin-left: 37px
}

.cbl-info {
    background: #fff;
    height: 99px;
    border-radius: 50px
}

.cbl-img {
    width: 138px;
    display: inline-block;
    vertical-align: top
}

.cbl-name {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px
}

.cbl-name p {
    font: 24px/36px "Open Sans", sans-serif;
    font-weight: 700;
    color: #b1d825;
    text-transform: uppercase
}

.cbl-name p span {
    color: #003d53;
    display: block
}

.cbl-text {
    margin: 12px 0 0 3px
}

.cbl-text p {
    font: 18px/24px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53
}

.consist-block-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -95px;
    width: 383px;
    margin: 0 auto
}

.consist-block-round {
    background: #fff;
    display: table;
    width: 209px;
    height: 209px;
    margin: 0 auto;
    border-radius: 110px;
    text-align: center
}

.consist-block-round h2 {
    display: table-cell;
    vertical-align: middle;
    font: 34px/48px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53
}

.consist-block-round h2 span {
    font: 48px/48px "Open Sans", sans-serif;
    font-weight: 700;
    color: #b1d825
}

.consist-block-pack {
    margin-top: -57px
}

.consist-btn {
    text-align: center;
    display: none;
    margin-top: 43px
}

.consist-btn button {
    width: 284px;
    height: 65px;
    border: 0;
    background: url(../images/btn-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/btn-bg.png*/ no-repeat;
    background-size: cover;
    border-radius: 33px;
    font: 30px/45px BebasNeueBold, sans-serif;
    color: #003d53
}

@media (max-width:1220px) {
    .consist-block {
        background: url(../images/consist-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/consist-bg.png*/ no-repeat center;
        background-size: cover
    }
    .consist-block-body {
        width: 990px
    }
    .consist-block-list li {
        width: 41.1%;
        margin-right: 16.9%
    }
    .consist-block-list li:nth-child(even) {
        margin-right: 0
    }
    .consist-block-list li:nth-child(even) .cbl-name p {
        font-size: 17px
    }
    .consist-block-list li:nth-child(even) .cbl-name p span {
        font-size: 19px
    }
    .cbl-img {
        width: 28.4%;
        display: inline-block;
        vertical-align: top
    }
    .cbl-img img {
        width: 100%
    }
    .cbl-name {
        width: 65.8%;
        display: inline-block;
        vertical-align: top;
        margin-top: 11px
    }
    .cbl-name p {
        font: 20px/32px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825;
        text-transform: uppercase
    }
    .cbl-name p span {
        color: #003d53;
        display: block
    }
    .consist-block-name {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -45px;
        width: 32.7%;
        margin: 0 auto
    }
    .consist-block-pack img {
        width: 100%
    }
}

.take-block {
    width: 1170px;
    margin: 35px auto 0
}

.take-block-name {
    text-align: center
}

.take-block-name h2 {
    font: 34px/45px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53
}

.take-block-name h2 span {
    font-size: 48px;
    color: #b1d825
}

.take-block-list {
    margin-top: 50px
}

.take-block-list li {
    width: 383px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-align: center;
    position: relative;
    z-index: 3
}

.take-block-list li:last-child {
    margin-right: 0
}

.take-block-list li:after {
    content: ' ';
    position: absolute;
    top: 127px;
    right: -37px;
    background: url(../images/take-arr.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/take-arr.png*/ no-repeat center right;
    width: 80px;
    height: 31px;
    z-index: 1
}

.take-block-list li:last-child:after {
    display: none
}

.tbl-info {
    margin-top: 17px;
    text-align: center;
}

.tbl-info h3 {
    font: 20px/27px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53;
    text-transform: uppercase
}

.tbl-info p {
    padding-top: 12px;
    font: 18px/27px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53
}

.take-block-nav {
    display: none;
    width: 100%
}

.take-prev {
    width: 15px;
    height: 27px;
    display: table-cell;
    vertical-align: middle;
    background: url(../images/prev.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/prev.png*/ no-repeat center;
    cursor: pointer
}

.take-next {
    width: 15px;
    height: 27px;
    display: table-cell;
    vertical-align: middle;
    background: url(../images/next.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/next.png*/ no-repeat center;
    cursor: pointer
}

.take-round {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.take-round li {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    border: 2px solid #34bfd1;
    background: #fff;
    margin-right: 7px;
    cursor: pointer
}

.take-round li:last-child {
    margin-right: 0
}

.take-round li.nav-active p {
    background: #34bfd1;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    margin: 4px 0 0 4px
}

@media (max-width:1220px) {
    .take-block {
        width: 990px;
        margin: 35px auto 0
    }
    .take-block-list {
        margin-top: 50px
    }
    .take-block-list li {
        width: 32.7%;
        margin-right: .9%
    }
    .take-block-list li:after {
        content: ' ';
        position: absolute;
        top: 97px;
        right: -37px
    }
    .take-block-list li:last-child:after {
        display: none
    }
    .tbl-img img {
        width: 60%
    }
    .tbl-info {
        margin-top: 17px;
        text-align: center;
    }
    .tbl-info h3 {
        font: 17px/24px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        text-transform: uppercase
    }
    .tbl-info p {
        padding-top: 12px;
        font: 16px/24px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53
    }
}

.order-block {
    width: 1170px;
    margin: 71px auto 0
}

.order-block-name {
    text-align: center
}

.order-block-name h2 {
    font: 34px/56px "Open Sans", sans-serif;
    font-weight: 700;
    color: #003d53
}

.order-block-name h2 span {
    font-size: 48px;
    color: #b1d825;
    display: block
}

.order-block-list {
    margin-top: 38px
}

.order-block-list li {
    width: 185px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 61px;
    position: relative
}

.order-block-list li:last-child {
    margin-right: 0
}

.order-block-list li:after {
    content: '';
    background: url(../images/order-arr.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/order-arr.png*/ no-repeat center;
    width: 54px;
    height: 19px;
    position: absolute;
    top: 84px;
    right: -65px
}

.order-block-list li:last-child:after {
    display: none
}

.obl-info {
    margin-top: -12px
}

.obl-info h3 {
    font: 16px/45px "Open Sans", sans-serif;
    font-weight: 900;
    color: #b1d825;
    text-transform: uppercase
}

.obl-info p {
    font: 16px/27px "Open Sans", sans-serif;
    font-weight: 500;
    color: #003d53
}

@media (max-width:1220px) {
    .order-block {
        width: 990px;
        margin: 71px auto 0
    }
    .order-block-list {
        margin-top: 38px
    }
    .order-block-list li {
        width: 16.9%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-right: 3.8%;
        position: relative
    }
    .order-block-list li:last-child {
        margin-right: 0
    }
    .order-block-list li:after {
        content: '';
        background: url(../images/order-arr.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/order-arr.png*/ no-repeat center;
        background-size: contain;
        width: 34px;
        height: 19px;
        position: absolute;
        top: 84px;
        right: -35px
    }
    .order-block-list li:last-child:after {
        display: none
    }
    .obl-img img {
        width: 100%
    }
}

footer {
    background: url(../images/info-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/info-bg.png*/ no-repeat center top;
    margin-top: 48px;
    padding-bottom: 21px
}

.footer-info {
    width: 1170px;
    margin: 14px 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: #003d53;
    text-transform: uppercase
}

.footer-pay ul {
    margin-top: 23px
}

.footer-pay ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 2px
}

.footer-copy {
    width: 680px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    text-align: right;
    margin-top: 27px
}

.footer-copy p {
    font: 15px/24px Roboto, sans-serif;
    color: #003d53;
    text-transform: uppercase
}

.footer-copy p a {
    font: 14px/24px Roboto, sans-serif;
    color: #b1d825;
    text-transform: none;
    text-decoration: underline
}

.footer-copy p a:hover {
    text-decoration: none
}

@media (max-width:1220px) {
    .footer-info {
        width: 990px
    }
    .footer-pay {
        width: 42%
    }
    .footer-pay ul li {
        margin: 0 3px 0 2px
    }
    .footer-copy {
        width: 58%;
        margin-left: 0
    }
}

@media (max-width:1005px) {
    .header-body {
        width: 800px
    }
    .header-girl {
        display: none
    }
    .header-pack {
        display: none
    }
    .header-info {
        width: 100%;
        margin: 0;
        display: block
    }
    .header-name {
        margin-left: 0;
        text-align: center
    }
    .header-name h2 {
        font-weight: 500;
        width: 100%;
        display: block;
        margin: 0 auto
    }
    .header-name h2 span {
        border-radius: 35px;
        width: 100%;
        margin-left: 0
    }
    .header-pack-mobile {
        display: block;
        float: left;
        width: 30%;
        margin-top: 20px
    }
    .header-pack-mobile img {
        width: 100%
    }
    .header-pack-sale {
        position: absolute;
        top: 260px;
        left: 9px;
        background: url(../images/header-sale.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-sale.png*/ no-repeat;
        background-size: contain;
        width: 70px;
        text-align: center;
        padding: 15px 0 14px
    }
    .header-pack-sale p {
        font: 12px/12px Roboto, sans-serif;
        color: #fff
    }
    .header-pack-sale p span {
        font: 27px/27px Roboto, sans-serif;
        font-weight: 800
    }
    .header-text {
        width: 90%;
        margin: 14px auto 0;
        position: relative;
        z-index: 3;
        text-align: center
    }
    .header-text p {
        font: 22px/34px "Open Sans", sans-serif;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase
    }
    .header-text p span {
        color: #003d53;
        display: block
    }
    .header-list {
        margin-left: 28.7%;
        margin-top: 20px;
        background: rgba(67, 106, 119, .6);
        border-radius: 5px;
        padding: 20px 0 22px 30px;
        position: relative;
        z-index: 3
    }
    .header-list li {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-right: 0;
        background: url(../images/header-check.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-check.png*/ no-repeat 0 3px;
        padding-left: 33px;
        font: 18px/26px Roboto, sans-serif;
        color: #fff;
        margin-bottom: 22px
    }
    .header-list li span {
        color: #b1d825;
        font-weight: 700
    }
    .header-list li:nth-child(2n) {
        margin-right: 0
    }
    .header-list li:nth-last-child(2) {
        margin-bottom: 22px
    }
    .header-list li:last-child {
        margin-bottom: 0
    }
    .header-price {
        padding: 56px 27px 59px 27px
    }
    .header-price-old {
        width: 46%
    }
    .header-form {
        background: url(../images/header-form-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-form-bg.png*/ no-repeat;
        background-size: cover;
        margin-top: -47px;
        position: relative;
        z-index: 3;
        padding-top: 53px;
        height: 145px
    }
    .strong-block {
        width: 800px
    }
    .sbn-img {
        width: 249px
    }
    .strong-block-text {
        margin-top: 75px
    }
    .strong-block-text img {
        width: 180px;
        margin-top: -69px
    }
    .pay-block {
        width: 800px
    }
    .contrast-block-body {
        width: 800px
    }
    .contrast-block-img {
        width: 35.9%;
        display: inline-block;
        vertical-align: top;
        margin-left: -104px;
        margin-top: 80px
    }
    .feedback {
        width: 800px
    }
    .feed-text p {
        font: 14px/27px "Open Sans", sans-serif;
        font-weight: 500
    }
    .feed-text p span {
        font: 21px/30px "Open Sans", sans-serif;
        font-weight: 700
    }
    .consist-block-body {
        width: 800px
    }
    .consist-block-name {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0 auto
    }
    .consist-block-round {
        background: #fff;
        display: block;
        width: 44.6%;
        height: 109px;
        margin: 0 0 0 56.4%;
        border-radius: 60px 0 0 60px;
        text-align: left
    }
    .consist-block-round h2 {
        display: block;
        font: 30px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        padding: 22px 0 0 15px;
        width: 132px
    }
    .consist-block-round h2 span {
        font: 36px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825
    }
    .consist-block-pack {
        margin-top: -120px;
        width: 222px;
        float: right
    }
    .consist-block-pack img {
        width: 100%
    }
    .consist-block-list {
        margin: 140px auto 0;
        width: 90.9%
    }
    .consist-block-list li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 4%;
        margin-bottom: 33px
    }
    .consist-block-list li:nth-child(even) {
        margin-right: 0
    }
    .consist-block-list li:nth-child(even) .cbl-name p {
        font-size: 14px
    }
    .consist-block-list li:nth-child(even) .cbl-name p span {
        font-size: 14px
    }
    .consist-block-list li:last-child,
    .consist-block-list li:nth-last-child(2) {
        margin-bottom: 0
    }
    .consist-block-list li:first-child .cbl-img {
        margin-top: -39px
    }
    .consist-block-list li:nth-child(2) .cbl-img {
        margin: -10px 0 0 8px
    }
    .consist-block-list li:nth-child(2) .cbl-text {
        margin-left: 0
    }
    .consist-block-list li:nth-child(3) .cbl-img {
        margin-top: -36px
    }
    .consist-block-list li:nth-child(4) .cbl-img {
        margin-top: -11px
    }
    .consist-block-list li:nth-child(4) .cbl-text {
        margin-left: 0
    }
    .cbl-info {
        background: #fff;
        height: auto;
        border-radius: 50px;
        height: 124px
    }
    .cbl-name {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-top: 11px;
        text-align: center
    }
    .cbl-name p {
        font: 18px/24px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825;
        text-transform: uppercase
    }
    .cbl-name p span {
        color: #003d53;
        display: block
    }
    .cbl-text {
        text-align: center;
        margin: 12px 0 0 3px
    }
    .cbl-text p {
        font: 14px/20px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53
    }
    .take-block {
        width: 800px
    }
    .order-block {
        width: 800px
    }
    .footer-info {
        width: 800px;
        margin-top: 42px
    }
    .footer-pay {
        width: 100%;
        display: block;
        text-align: center
    }
    .footer-copy {
        width: 100%;
        display: block;
        text-align: center
    }
}

@media (max-width:805px) {
    header {
        background: 0 0
    }
    .header-body {
        width: 100%
    }
    .header-girl,
    .header-pack {
        display: none
    }
    .header-info {
        width: 100%;
        display: block;
        margin-left: 0
    }
    .header-head {
        background: url(../images/head-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/head-mobile.png*/ no-repeat center bottom;
        background-size: cover;
        padding-bottom: 37px;
        position: relative;
        z-index: 3
    }
    .header-name {
        width: 90.9%;
        margin: 0 auto;
        padding-top: 27px;
        text-align: center
    }
    .header-name h2 {
        font: 36px/36px "Open Sans", sans-serif;
        font-weight: 500;
        margin-left: 0
    }
    .header-name h2 span {
        background: #fff;
        font: 28px/36px "Open Sans", sans-serif;
        color: #b1d825;
        font-weight: 700;
        border-radius: 35px;
        margin-top: 9px;
        padding: 10px 0;
        margin-left: 0
    }
    .header-text {
        width: 90.9%;
        margin: 14px auto 0;
        position: relative;
        z-index: 3;
        text-align: center
    }
    .header-text p {
        font: 17px/24px "Open Sans", sans-serif;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase
    }
    .header-text p span {
        color: #003d53;
        display: inline;
        font: 20px/36px "Open Sans", sans-serif;
        font-weight: 700
    }
    .header-pack-mobile {
        display: block;
        position: relative;
        z-index: 1;
        background: url(../images/head-girl-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/head-girl-mobile.png*/ no-repeat center top;
        background-size: cover;
        padding: 159px 0 0;
        margin-top: -60px;
        float: none;
        width: 100%
    }
    .header-pack-body {
        width: 60%;
        margin: 0;
        text-align: left
    }
    .header-pack-body img {
        width: 100%
    }
    .header-pack-sale {
        position: absolute;
        top: 140px;
        left: 19px;
        background: url(../images/header-sale.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-sale.png*/ no-repeat;
        background-size: contain;
        width: 75px;
        text-align: center;
        padding: 20px 0 20px
    }
    .header-pack-sale p {
        font: 10px/10px Roboto, sans-serif;
        color: #fff
    }
    .header-pack-sale p span {
        font: 22px/22px Roboto, sans-serif;
        font-weight: 800
    }
    .header-list {
        margin: 0;
        background: rgba(71, 115, 131, .9);
        border-radius: 0;
        padding: 19px 0 18px 9px;
        position: relative;
        z-index: 3
    }
    .header-list ul {
        width: 90.9%;
        margin: 0 auto
    }
    .header-list ul li {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        background: url(../images/header-check.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-check.png*/ no-repeat 0 3px;
        padding-left: 33px;
        font: 18px/21px Roboto, sans-serif;
        color: #fff;
        margin-bottom: 22px
    }
    .header-list ul li span {
        color: #b1d825;
        font-weight: 700
    }
    .header-list ul li:nth-child(2n) {
        margin-right: 0
    }
    .header-list ul li:nth-last-child(2) {
        margin-bottom: 22px
    }
    .header-list ul li:last-child {
        margin-bottom: 0
    }
    .header-content {
        margin-top: 0
    }
    .header-action {
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 14px 0 18px
    }
    .header-action-name {
        width: auto;
        display: block;
        margin-top: 0;
        text-align: center
    }
    .header-action-name p {
        font: 18px/24px "Open Sans", sans-serif;
        font-weight: 700
    }
    .header-action-body {
        width: 90.9%;
        display: block;
        margin: 22px auto 0;
        text-align: center
    }
    .header-price {
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 16px 23.7% 15px;
		text-align: center;
    }
    .header-price-old p {
        font: 23px/23px "Open Sans", sans-serif;
        font-weight: 700
    }
    .header-form {
        background: #003d53;
        margin-top: 0;
        padding-top: 18px;
        height: 260px
    }
    .hf-pole-input {
        width: 90.9%;
        display: block;
        margin: 0 auto 22px
    }
    .hf-pole-input input {
        border: 0
    }
    .hf-pole-input select {
        border: 0
    }
    .hf-pole-input:first-child {
        margin: 0 auto 22px
    }
    .strong-block {
        width: 100%;
        margin: 30px auto 0
    }
    .sbn-name {
        width: 90.9%;
        display: block;
        margin: 0 auto 21px
    }
    .sbn-name h2 {
        font: 25px/31px "Open Sans", sans-serif;
        font-weight: 700
    }
    .sbn-name h2 span {
        font: 41px/46px "Open Sans", sans-serif;
        font-weight: 700
    }
    .sbn-img {
        width: 45.3%;
        display: inline-block;
        vertical-align: top;
        margin-left: 4.7%;
        text-align: center
    }
    .sbn-img img {
        width: 100%
    }
    .sbn-img p {
        font: 14px/18px "Open Sans", sans-serif;
        font-weight: 500;
        width: 100%
    }
    .sbn-img:last-child {
        margin: 0 4.7% 0 0
    }
    .strong-block-text {
        margin-top: 233px;
        background: #cff0f6;
        padding: 0 4.7% 4px 4.7%;
        border-radius: 5px;
        text-align: center;
        position: relative;
    }
    .strong-block-text img {
        float: none;
        margin-top: -265px
    }
    .strong-block-text p {
        font: 14px/24px "Open Sans", sans-serif;
        font-weight: 500;
        padding-bottom: 11px;
        text-align: left;
        margin-top: 20px
    }
    .pay-block {
        width: 100%;
        margin: 20px auto 0
    }
    .pay-block-name {
        width: 90.9%
    }
    .pay-block-name h2 {
        font: 24px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        text-transform: uppercase;
        letter-spacing: -.3px
    }
    .pay-block-name h2 span {
        font: 48px/76px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825
    }
    .pay-block-video {
        width: 100%;
        display: block
    }
    
    .pay-block-text {
        width: 100%;
        /* display: block; */
        margin-left: 0;
        margin-top: -3px;
        background: #cff0f6;
        border-radius: 0;
        padding: 15px 4.7% 13px 4.7%
    }
    .pay-block-text p {
        font: 14px/24px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53;
        padding-bottom: 14px
    }
    .contrast-block {
        background: url(../images/contrast-bg-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/contrast-bg-mobile.png*/ no-repeat center top;
        background-size: cover;
        margin-top: 0;
        padding: 42px 0 54px
    }
    .contrast-block-body {
        width: 100%
    }
    .contrast-block-name {
        text-align: center;
        width: 90.9%;
        margin: 0 auto
    }
    .contrast-block-name h2 {
        font: 26px/36px "Open Sans", sans-serif;
        font-weight: 700
    }
    .contrast-block-name h2 span {
        font: 42px/48px "Open Sans", sans-serif;
        font-weight: 700
    }
    .contrast-block-info {
        margin-top: 12px
    }
    .contrast-block-text {
        width: 100%;
        display: block;
        vertical-align: top
    }
    .contrast-block-text p {
        background: #fff;
        padding: 18px 4.7% 22px;
        border-radius: 20px;
        margin-bottom: 12px;
        font: 14px/24px "Open Sans", sans-serif;
        font-weight: 500
    }
    .contrast-block-text p span {
        font-weight: 900
    }
    .contrast-block-text p:last-child {
        margin-bottom: 0
    }
    .contrast-block-img {
        display: none
    }
    .contrast-btn {
        display: block;
        margin-top: 22px;
        text-align: center;
        padding: 0 4.7%
    }
    .contrast-btn button {
        width: 290px;
        height: 66px;
        border: 0;
        background: url(../images/btn-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/btn-bg.png*/ no-repeat;
        background-size: cover;
        border-radius: 33px;
        font: 30px/45px BebasNeueBold, sans-serif;
        color: #003d53
    }
    .feedback {
        width: 100%;
        margin: 23px auto 0
    }
    .feedback-name {
        width: 100%
    }
    .feedback-name h2 {
        font: 24px/30px "Open Sans", sans-serif;
        font-weight: 700
    }
    .feedback-name h2 span {
        font: 33px/30px "Open Sans", sans-serif;
        font-weight: 700
    }
    .feed-content {
        position: relative;
        height: 725px
    }
    .feed-body {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none
    }
    .feed-img {
      height: initial;
      width: 100%;  
      display: block;
        margin: 0 auto;
        margin-top: 9px;
        text-align: center
    }
    .feed-img img{
      width: 400px;
margin: 0 auto;
    }
    .feed-img-before {
        width: 169px
    }
    .feed-img-before img {
        width: 100%
    }
    .feed-img-before p {
        font: 11px/19px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        padding-left: 4px;
        padding-top: 5px;
        text-align: left
    }
    .feed-img-after {
        width: 170px;
        margin-left: -78px;
        margin-top: 69px
    }
    .feed-img-after img {
        width: 100%
    }
    .feed-img-after p {
        font: 11px/19px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        padding-left: 4px;
        padding-top: 3px;
        text-align: left
    }
    .feed-text {
        display: block;
        width: 100%;    
        margin-left: 0;
        background: #cff0f6;
        padding: 14px 4.7% 15px 4.7%;
        height: initial;
    }
    .feed-content{
      height: 600px;
    }
    .feed-text p {
        font: 15px/24px "Open Sans", sans-serif;
        font-weight: 500;
        padding-bottom: 24px
    }
    .feed-text p span {
        font: 24px/30px "Open Sans", sans-serif;
        font-weight: 700
    }
    .feed-text p:last-child {
        padding-bottom: 0
    }
  
    .feed-nav {
        display: none
    }
    .feed-nav-mobile {
        display: table;
        width: 90.9%;
        margin: 15px auto 0
    }
    .feed-prev {
        width: 15px;
        height: 27px;
        display: table-cell;
        vertical-align: middle;
        background: url(../images/prev.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/prev.png*/ no-repeat center;
        cursor: pointer
    }
    .feed-next {
        width: 15px;
        height: 27px;
        display: table-cell;
        vertical-align: middle;
        background: url(../images/next.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/next.png*/ no-repeat center;
        cursor: pointer
    }
    .feed-round {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }
    .feed-round li {
        display: inline-block;
        vertical-align: top;
        width: 29px;
        height: 29px;
        border-radius: 15px;
        border: 2px solid #34bfd1;
        background: #fff;
        margin-right: 7px;
        cursor: pointer
    }
    .feed-round li:last-child {
        margin-right: 0
    }
    .feed-round li.nav-active p {
        background: #34bfd1;
        width: 17px;
        height: 17px;
        border-radius: 10px;
        margin: 4px 0 0 4px
    }
    .consist-block {
        background: url(../images/consist-bg-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/consist-bg-mobile.png*/ no-repeat center top;
        background-size: cover;
        margin-top: 22px;
        padding: 24px 0 19px
    }
    .consist-block-body {
        width: 100%;
        margin: 0 auto;
        position: relative
    }
    .consist-block-name {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0 auto
    }
    .consist-block-round {
        background: #fff;
        display: block;
        width: 42.6%;
        height: 109px;
        margin: 0 0 0 47.4%;
        border-radius: 60px 0 0 60px;
        text-align: left
    }
    .consist-block-round h2 {
        display: block;
        font: 30px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        padding: 22px 0 0 15px;
        width: 132px
    }
    .consist-block-round h2 span {
        font: 36px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825
    }
    .consist-block-pack {
        margin-top: -120px;
        width: 222px;
        float: right
    }
    .consist-block-pack img {
        width: 100%
    }
    .consist-block-list {
        margin: 140px auto 0;
        width: 90.9%
    }
    .consist-block-list li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 4%;
        margin-bottom: 33px
    }
    .consist-block-list li:nth-child(even) {
        margin-right: 0
    }
    .consist-block-list li:nth-child(even) .cbl-name p {
        font-size: 14px
    }
    .consist-block-list li:nth-child(even) .cbl-name p span {
        font-size: 14px
    }
    .consist-block-list li:last-child,
    .consist-block-list li:nth-last-child(2) {
        margin-bottom: 0
    }
    .consist-block-list li:first-child .cbl-img {
        margin-top: -39px
    }
    .consist-block-list li:nth-child(2) .cbl-img {
        margin: -10px 0 0 8px
    }
    .consist-block-list li:nth-child(2) .cbl-text {
        margin-left: 0
    }
    .consist-block-list li:nth-child(3) .cbl-img {
        margin-top: -36px
    }
    .consist-block-list li:nth-child(4) .cbl-img {
        margin-top: -11px
    }
    .consist-block-list li:nth-child(4) .cbl-text {
        margin-left: 0
    }
    .cbl-info {
        background: #fff;
        height: auto;
        border-radius: 50px;
        height: 110px
    }
    .cbl-name {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-top: 11px;
        text-align: center
    }
    .cbl-name p {
        font: 18px/24px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825;
        text-transform: uppercase
    }
    .cbl-name p span {
        color: #003d53;
        display: block
    }
    .cbl-text {
        text-align: center;
        margin: 12px 0 0 3px
    }
    .cbl-text p {
        font: 14px/20px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53
    }
    .consist-btn {
        display: block
    }
    .take-block {
        width: 90.9%;
        margin: 30px auto 0
    }
    .take-block-name {
        text-align: center
    }
    .take-block-name h2 span {
        font-size: 36px;
        color: #b1d825
    }
    .take-block-list {
        margin-top: 46px
    }
    .take-block-list ul {
        position: relative;
        height: 420px
    }
    .take-block-list ul li {
        width: 100%;
        display: none;
        vertical-align: top;
        margin-right: 0;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3
    }
    .take-block-list ul li:last-child {
        margin-right: 0
    }
    .take-block-list ul li:after {
        display: none
    }
    .take-block-list ul li.active {
        display: block
    }
    .tbl-img {
        width: 228px;
        margin: 0 auto
    }
    .tbl-img img {
        width: 100%
    }
    .take-block-nav {
        display: table
    }
    .order-block {
        width: 100%;
        margin: 33px auto 0
    }
    .order-block-name {
        text-align: center
    }
    .order-block-name h2 {
        font: 24px/30px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53
    }
    .order-block-name h2 span {
        font-size: 30px;
        color: #b1d825;
        display: block
    }
    .order-block-list {
        margin-top: 29px;
        text-align: center
    }
    .order-block-list li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-right: 0;
        position: relative
    }
    .order-block-list li:last-child {
        margin-right: 0
    }
    .order-block-list li:after {
        content: '';
        background: url(../images/order-arr.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/order-arr.png*/ no-repeat center;
        background-size: contain;
        width: 42px;
        height: 14px;
        position: absolute;
        top: 145px;
        right: -10px
    }
    .order-block-list li:last-child:after {
        display: none
    }
    .order-block-list li:nth-child(even):after {
        display: none
    }
    .obl-img {
        width: 100%
    }
    .obl-img img {
        width: 60%
    }
    .obl-info {
        margin-top: -12px
    }
    .obl-info h3 {
        font: 14px/35px "Open Sans", sans-serif;
        font-weight: 900;
        color: #b1d825;
        text-transform: uppercase
    }
    .obl-info p {
        font: 16px/21px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53
    }
    footer {
        background: 0 0
    }
    .footer-info {
        width: 90.9%;
        margin: 53px auto 0
    }
    .footer-pay {
        width: 100%;
        display: block;
        vertical-align: top;
        text-align: center
    }
    .footer-pay p {
        font: 19x/19px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        text-transform: uppercase
    }
    .footer-pay ul {
        margin-top: 20px
    }
    .footer-pay ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 7px 0 2px
    }
    .footer-copy {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-left: 0;
        text-align: center;
        margin-top: 24px
    }
    .footer-copy p {
        font: 14px/24px Roboto, sans-serif;
        color: #003d53;
        text-transform: uppercase;
        padding-bottom: 18px
    }
    .footer-copy p a {
        font: 16px/24px Roboto, sans-serif;
        color: #b1d825;
        text-transform: none;
        text-decoration: underline
    }
    .footer-copy p a:hover {
        text-decoration: none
    }
    .footer-copy p:last-child {
        padding-bottom: 0
    }
}

@media (max-width:605px) {
    header {
        background: 0 0
    }
    .header-body {
        width: 100%
    }
    .header-girl,
    .header-pack {
        display: none
    }
    .header-info {
        width: 100%;
        display: block;
        margin-left: 0
    }
    .header-head {
        background: url(../images/head-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/head-mobile.png*/ no-repeat center bottom;
        background-size: cover;
        padding-bottom: 37px;
        position: relative;
        z-index: 3
    }
    .header-name {
        width: 90.9%;
        margin: 0 auto;
        padding-top: 27px;
        text-align: center
    }
    .header-name h2 {
        font: 36px/36px "Open Sans", sans-serif;
        font-weight: 500;
        margin-left: 0
    }
    .header-name h2 span {
        background: #fff;
        font: 28px/36px "Open Sans", sans-serif;
        color: #b1d825;
        font-weight: 700;
        border-radius: 35px;
        margin-top: 9px;
        padding: 10px 0;
        margin-left: 0
    }
    .header-text {
        width: 90.9%;
        margin: 14px auto 0;
        position: relative;
        z-index: 3;
        text-align: center
    }
    .header-text p {
        font: 17px/24px "Open Sans", sans-serif;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase
    }
    .header-text p span {
        color: #003d53;
        display: inline;
        font: 20px/36px "Open Sans", sans-serif;
        font-weight: 700
    }
    .header-pack-mobile {
        display: block;
        position: relative;
        z-index: 1;
        background: url(../images/head-girl-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/head-girl-mobile.png*/ no-repeat center top;
        background-size: contain;
        padding: 159px 0 0;
        margin-top: -26px
    }
    .header-pack-body {
        width: 90.9%;
        margin: 0 auto;
        text-align: center
    }
    .header-pack-body img {
        width: 100%
    }
    .header-pack-sale {
        position: absolute;
        top: 140px;
        left: 19px;
        background: url(../images/header-sale.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-sale.png*/ no-repeat;
        background-size: contain;
        width: 75px;
        text-align: center;
        padding: 20px 0 20px
    }
    .header-pack-sale p {
        font: 10px/10px Roboto, sans-serif;
        color: #fff
    }
    .header-pack-sale p span {
        font: 22px/22px Roboto, sans-serif;
        font-weight: 800
    }
    .header-list {
        margin: 5px 0 0;
        background: rgba(71, 115, 131, .9);
        border-radius: 0;
        padding: 19px 0 18px 9px;
        position: relative;
        z-index: 3
    }
    .header-list ul {
        width: 90.9%;
        margin: 0 auto
    }
    .header-list ul li {
        width: 277px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        background: url(../images/header-check.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/header-check.png*/ no-repeat 0 3px;
        padding-left: 33px;
        font: 18px/21px Roboto, sans-serif;
        color: #fff;
        margin-bottom: 22px
    }
    .header-list ul li span {
        color: #b1d825;
        font-weight: 700
    }
    .header-list ul li:nth-child(2n) {
        margin-right: 0
    }
    .header-list ul li:nth-last-child(2) {
        margin-bottom: 22px
    }
    .header-list ul li:last-child {
        margin-bottom: 0
    }
    .header-price-old p {
        font-size: 24px;
        line-height: 24px
    }
    .header-content {
        margin-top: 0
    }
    .header-action {
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 14px 0 18px
    }
    .header-action-name {
        width: auto;
        display: block;
        margin-top: 0;
        text-align: center
    }
    .header-action-name p {
        font: 18px/24px "Open Sans", sans-serif;
        font-weight: 700
    }
    .header-action-body {
        width: 90.9%;
        display: block;
        margin: 22px auto 0;
        text-align: center
    }
    .header-price {
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 16px 4.7% 15px
    }
    .header-form {
        background: #003d53;
        margin-top: 0;
        padding-top: 18px;
        height: 260px
    }
    .hf-pole-input {
        width: 90.9%;
        display: block;
        margin: 0 auto 22px
    }
    .hf-pole-input input {
        border: 0
    }
    .hf-pole-input select {
        border: 0
    }
    .hf-pole-input:first-child {
        margin: 0 auto 22px
    }
    .strong-block {
        width: 100%;
        margin: 30px auto 0
    }
    .sbn-name {
        width: 90.9%;
        display: block;
        margin: 0 auto 21px
    }
    .sbn-img {
        width: 45.3%;
        display: inline-block;
        vertical-align: top;
        margin-left: 4.7%;
        text-align: center
    }
    .sbn-img img {
        width: 100%
    }
    .sbn-img p {
        font: 14px/18px "Open Sans", sans-serif;
        font-weight: 500;
        width: 100%
    }
    .sbn-img:last-child {
        margin: 0 4.7% 0 0
    }
    .strong-block-text {
        margin-top: 233px;
        background: #cff0f6;
        padding: 0 4.7% 4px 4.7%;
        border-radius: 5px;
        text-align: center
    }
    .strong-block-text img {
        float: none;
        /* margin-top: -195px */
    }
    .strong-block-text p {
        font: 14px/24px "Open Sans", sans-serif;
        font-weight: 500;
        padding-bottom: 11px;
        text-align: left;
        margin-top: 20px
    }
    .pay-block {
        width: 100%;
        margin: 20px auto 0
    }
    .pay-block-name {
        width: 90.9%
    }
    .pay-block-name h2 {
        font: 24px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        text-transform: uppercase;
        letter-spacing: -.3px
    }
    .pay-block-name h2 span {
        font: 24px/76px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825
    }
    .pay-block-video{
        width: 100%;
        display: block;
    }


   
    .pay-block-text {
        width: 100%;
        /* display: block; */
        margin-left: 0;
        margin-top: -3px;
        background: #cff0f6;
        border-radius: 0;
        padding: 15px 4.7% 13px 4.7%
    }
    .pay-block-text p {
        font: 14px/24px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53;
        padding-bottom: 14px
    }
    .contrast-block {
        background: url(../images/contrast-bg-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/contrast-bg-mobile.png*/ no-repeat center top;
        background-size: cover;
        margin-top: 0;
        padding: 42px 0 54px
    }
    .contrast-block-body {
        width: 100%
    }
    .contrast-block-name {
        text-align: center;
        width: 90.9%;
        margin: 0 auto
    }
    .contrast-block-name h2 {
        font: 26px/36px "Open Sans", sans-serif;
        font-weight: 700
    }
    .contrast-block-name h2 span {
        font: 42px/48px "Open Sans", sans-serif;
        font-weight: 700
    }
    .contrast-block-info {
        margin-top: 12px
    }
    .contrast-block-text {
        width: 100%;
        display: block;
        vertical-align: top
    }
    .contrast-block-text p {
        background: #fff;
        padding: 18px 4.7% 22px;
        border-radius: 20px;
        margin-bottom: 12px;
        font: 14px/24px "Open Sans", sans-serif;
        font-weight: 500
    }
    .contrast-block-text p span {
        font-weight: 900
    }
    .contrast-block-text p:last-child {
        margin-bottom: 0
    }
    .contrast-block-img {
        display: none
    }
    .contrast-btn {
        display: block;
        margin-top: 22px;
        text-align: center;
        padding: 0 4.7%
    }
    .contrast-btn button {
        width: 290px;
        height: 66px;
        border: 0;
        background: url(../images/btn-bg.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/btn-bg.png*/ no-repeat;
        background-size: cover;
        border-radius: 33px;
        font: 30px/45px BebasNeueBold, sans-serif;
        color: #003d53
    }
    .feedback {
        width: 100%;
        margin: 23px auto 0
    }
    .feedback-name {
        width: 100%
    }
    .feedback-name h2 {
        font: 24px/30px "Open Sans", sans-serif;
        font-weight: 700
    }
    .feedback-name h2 span {
        font: 33px/30px "Open Sans", sans-serif;
        font-weight: 700
    }
    .feed-content {
        position: relative;
        height: 620px
    }
    .feed-body {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none
    }
    .feed-img {

        display: block;
        margin: 0 auto;
        margin-top: 9px;
        text-align: center
    }
    .feed-img-before {
        width: 169px
    }
    .feed-img-before img {
        width: 100%
    }
    .feed-img-before p {
        font: 11px/19px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        padding-left: 4px;
        padding-top: 5px;
        text-align: left
    }
    .feed-img-after {
        width: 170px;
        margin-left: -78px;
        margin-top: 69px
    }
    .feed-img-after img {
        width: 100%
    }
    .feed-img-after p {
        font: 11px/19px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        padding-left: 4px;
        padding-top: 3px;
        text-align: left
    }
    .feed-text {
        width: 100%;
        display: block;
        margin-left: 0;
        background: #cff0f6;
        padding: 14px 4.7% 15px 4.7%
    }
    .feed-text p {
        font: 15px/24px "Open Sans", sans-serif;
        font-weight: 500;
        padding-bottom: 24px
    }
    .feed-text p span {
        font: 24px/30px "Open Sans", sans-serif;
        font-weight: 700
    }
    .feed-text p:last-child {
        padding-bottom: 0
    }
    .feed-text p:first-child {
        padding-bottom: 32px
    }
    .feed-nav {
        display: none
    }
    .feed-nav-mobile {
        display: table;
        width: 90.9%;
        margin: 15px auto 0
    }
    .feed-prev {
        width: 15px;
        height: 27px;
        display: table-cell;
        vertical-align: middle;
        background: url(../images/prev.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/prev.png*/ no-repeat center;
        cursor: pointer
    }
    .feed-next {
        width: 15px;
        height: 27px;
        display: table-cell;
        vertical-align: middle;
        background: url(../images/next.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/next.png*/ no-repeat center;
        cursor: pointer
    }
    .feed-round {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }
    .feed-round li {
        display: inline-block;
        vertical-align: top;
        width: 29px;
        height: 29px;
        border-radius: 15px;
        border: 2px solid #34bfd1;
        background: #fff;
        margin-right: 7px;
        cursor: pointer
    }
    .feed-round li:last-child {
        margin-right: 0
    }
    .feed-round li.nav-active p {
        background: #34bfd1;
        width: 17px;
        height: 17px;
        border-radius: 10px;
        margin: 4px 0 0 4px
    }
    .consist-block {
        background: url(../images/consist-bg-mobile.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/consist-bg-mobile.png*/ no-repeat center top;
        background-size: cover;
        margin-top: 22px;
        padding: 24px 0 19px
    }
    .consist-block-body {
        width: 100%;
        margin: 0 auto;
        position: relative
    }
    .consist-block-name {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0 auto
    }
    .consist-block-round {
        background: #fff;
        display: block;
        width: 96.6%;
        height: 109px;
        margin: 0 0 0 3.4%;
        border-radius: 60px 0 0 60px;
        text-align: left
    }
    .consist-block-round h2 {
        display: block;
        font: 30px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        padding: 22px 0 0 15px;
        width: 132px
    }
    .consist-block-round h2 span {
        font: 36px/36px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825
    }
    .consist-block-pack {
        margin-top: -120px;
        width: 222px;
        float: right
    }
    .consist-block-pack img {
        width: 100%
    }
    .consist-block-list {
        margin: 140px auto 0;
        width: 90.9%
    }
    .consist-block-list li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 4%;
        margin-bottom: 33px
    }
    .consist-block-list li:nth-child(even) {
        margin-right: 0
    }
    .consist-block-list li:nth-child(even) .cbl-name p {
        font-size: 14px
    }
    .consist-block-list li:nth-child(even) .cbl-name p span {
        font-size: 14px
    }
    .consist-block-list li:last-child,
    .consist-block-list li:nth-last-child(2) {
        margin-bottom: 0
    }
    .consist-block-list li:first-child .cbl-img {
        margin-top: -39px
    }
    .consist-block-list li:nth-child(2) .cbl-img {
        margin: -10px 0 0 8px
    }
    .consist-block-list li:nth-child(2) .cbl-text {
        margin-left: 0
    }
    .consist-block-list li:nth-child(3) .cbl-img {
        margin-top: -36px
    }
    .consist-block-list li:nth-child(4) .cbl-img {
        margin-top: -11px
    }
    .consist-block-list li:nth-child(4) .cbl-text {
        margin-left: 0
    }
    .cbl-info {
        background: #fff;
        height: auto;
        border-radius: 50px;
        height: 204px
    }
    .cbl-name {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-top: 11px;
        text-align: center
    }
    .cbl-name p {
        font: 18px/24px "Open Sans", sans-serif;
        font-weight: 700;
        color: #b1d825;
        text-transform: uppercase
    }
    .cbl-name p span {
        color: #003d53;
        display: block
    }
    .cbl-img {
        width: 100%
    }
    .cbl-text {
        text-align: center;
        margin: 12px 0 0 3px
    }
    .cbl-text p {
        font: 14px/20px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53
    }
    .consist-btn {
        display: block
    }
    .take-block {
        width: 90.9%;
        margin: 30px auto 0
    }
    .take-block-name {
        text-align: center
    }
    .take-block-name h2 span {
        font-size: 36px;
        color: #b1d825
    }
    .take-block-list {
        margin-top: 46px
    }
    .take-block-list ul {
        position: relative;
        height: 420px
    }
    .take-block-list ul li {
        width: 100%;
        display: none;
        vertical-align: top;
        margin-right: 0;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3
    }
    .take-block-list ul li:last-child {
        margin-right: 0
    }
    .take-block-list ul li:after {
        display: none
    }
    .take-block-list ul li.active {
        display: block
    }
    .tbl-img {
        width: 228px;
        margin: 0 auto
    }
    .tbl-img img {
        width: 100%
    }
    .take-block-nav {
        display: table
    }
    .order-block {
        width: 100%;
        margin: 33px auto 0
    }
    .order-block-name {
        text-align: center
    }
    .order-block-name h2 {
        font: 24px/30px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53
    }
    .order-block-name h2 span {
        font-size: 30px;
        color: #b1d825;
        display: block
    }
    .order-block-list {
        margin-top: 29px;
        text-align: center
    }
    .order-block-list li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-right: 0;
        position: relative
    }
    .order-block-list li:last-child {
        margin-right: 0
    }
    .order-block-list li:after {
        content: '';
        background: url(../images/order-arr.png)/*tpa=http://c.liftensyn.com/99/v10/build/images/order-arr.png*/ no-repeat center;
        background-size: contain;
        width: 42px;
        height: 14px;
        position: absolute;
        top: 145px;
        right: -10px
    }
    .order-block-list li:last-child:after {
        display: none
    }
    .order-block-list li:nth-child(even):after {
        display: none
    }
    .obl-img {
        width: 100%
    }
    .obl-img img {
        width: 100%
    }
    .obl-info {
        margin-top: -12px
    }
    .obl-info h3 {
        font: 14px/35px "Open Sans", sans-serif;
        font-weight: 900;
        color: #b1d825;
        text-transform: uppercase
    }
    .obl-info p {
        font: 16px/21px "Open Sans", sans-serif;
        font-weight: 500;
        color: #003d53
    }
    footer {
        background: 0 0
    }
    .footer-info {
        width: 90.9%;
        margin: 53px auto 0
    }
    .footer-pay {
        width: 100%;
        display: block;
        vertical-align: top;
        text-align: center
    }
    .footer-pay p {
        font: 19x/19px "Open Sans", sans-serif;
        font-weight: 700;
        color: #003d53;
        text-transform: uppercase
    }
    .footer-pay ul {
        margin-top: 20px
    }
    .footer-pay ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 7px 0 2px
    }
    .footer-copy {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-left: 0;
        text-align: center;
        margin-top: 24px
    }
    .footer-copy p {
        font: 14px/24px Roboto, sans-serif;
        color: #003d53;
        text-transform: uppercase;
        padding-bottom: 18px
    }
    .footer-copy p a {
        font: 16px/24px Roboto, sans-serif;
        color: #b1d825;
        text-transform: none;
        text-decoration: underline
    }
    .footer-copy p a:hover {
        text-decoration: none
    }
    .footer-copy p:last-child {
        padding-bottom: 0
    }
}

@media (max-width: 386px){
    .pay-block-name h2 span{
        font-size: 18px;
    }
}

@media (max-width:560px) {
    .feed-content {
        position: relative;
        height: 620px
    }
}

@media (max-width:510px) {
    .feed-content {
        position: relative;
        height: 640px
    }
}

@media (max-width:490px) {
    .feed-content {
        position: relative;
        height: 660px
    }
}

@media (max-width:440px) {
    .feed-content {
        position: relative;
        height: 720px
    }
    .feed-img img {
    width: 100%;
    margin: 0 auto;
}
}

@media (max-width:390px) {
    .feed-content {
        position: relative;
        height: 760px
    }
}
.img-responsive {
	display: inline-block !important;
	max-width:100%;
}