/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2bbe7d4aa835ae26798fc082978c03c6)
 * Config saved to config.json and https://gist.github.com/2bbe7d4aa835ae26798fc082978c03c6
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-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;
    -moz-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;
    -moz-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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

a:hover,
a:focus {
    ;
    text-decoration: none
}

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;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

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

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

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

[role="button"] {
    cursor: pointer
}

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

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

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

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

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

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

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    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-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        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-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        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-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        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:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid: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
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/fancybox/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../img/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../img/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
    border: 1px solid #08C;
}

.jq-checkbox.disabled {
    opacity: .55;
}

.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
}

.jq-radio.focused {
    border: 1px solid #08C;
}

.jq-radio.disabled {
    opacity: .55;
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}

.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-number__field:hover {
    border-color: #B3B3B3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    /* для Opera Presto */
    -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.jq-selectbox__select {
    height: 65px;
    box-sizing: border-box;
    padding: 0px 7px 0;
    background: #fff;
    line-height: 61px;
    color: #707b87;
}

.jq-selectbox__select:hover {
    /*
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background:         linear-gradient(#F6F6F6, #E6E6E6);
*/
}

.jq-selectbox__select:active {
    /*
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
*/
}

.jq-selectbox.focused .jq-selectbox__select {
    color: #484d50;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 7px;
    height: 63px;
    box-sizing: border-box;
}

.jq-selectbox .placeholder {
    color: #707b87;
}

/*
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}
*/

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    line-height: 40px;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 17px 6px;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* Generated by less 2.5.1 */

/* Generated by less 2.5.1 */

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('ttf'), url('../fonts/fontawesome-webfont.eot') format('eot');
}

/*=================== Стандартизация стилей ===================*/

* {
    margin: 0;
    padding: 0;
}

header,
footer,
aside,
section,
article,
nav {
    display: block;
}

iframe {
    border: none;
}

label {
    cursor: pointer;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
    box-sizing: content-box;
}

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

textarea {
    overflow: auto;
    resize: none;
}

:focus::-webkit-input-placeholder {
    color: transparent !important;
}

:focus::-moz-placeholder {
    color: transparent !important;
}

:focus:-moz-placeholder {
    color: transparent !important;
}

:focus:-ms-input-placeholder {
    color: transparent !important;
}

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

[hidden] {
    display: none;
}

img {
    border: none;
    max-width: 100%;
}

:focus {
    outline: none;
}

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

dfn {
    font-style: italic;
}

ul,
ol {
    list-style: none;
}

ol {
    counter-reset: cnt;
}

ol li:before {
    counter-increment: cnt;
    content: counter(cnt) ". ";
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*=================== Стили для печати ===================*/

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
.jq-selectbox__select {
    max-width: 100%;
    width: 100%;
    font-size: 2rem;
    box-sizing: border-box;
    border: 2px solid #ded6d7;
    color: #707b87;
    padding: 0 7px;
    height: 65px;
    transition: color ease 0.2s, border-color ease 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    color: #484d50;
    border-color: #ffd100;
}

textarea {
    padding-top: 14px;
    height: 100px;
}

input::-webkit-input-placeholder {
    color: #707b87;
}

input::-moz-placeholder {
    color: #707b87;
    opacity: 1;
}

input:-moz-placeholder {
    color: #707b87;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #707b87;
}

textarea::-webkit-input-placeholder {
    color: #707b87;
}

textarea::-moz-placeholder {
    color: #707b87;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #707b87;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #707b87;
}

.hidden {
    display: none !important;
}

hr {
    display: block;
    height: 0;
    border: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    font-size: 1.8rem;
    background-color: #fae6da;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: black;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    transition: color ease .2s;
}

a:hover {
    text-decoration: none;
}

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

h1,
h2,
h3 {
    line-height: 1.2;
    font-size: 4.2rem;
    font-weight: 400;
    text-align: center;
}

h1 b,
h2 b,
h3 b {
    display: block;
    font-weight: 900;
    color: #653538;
    font-size: 7.2rem;
}

.container {
    max-width: 1170px;
    margin: auto;
    min-width: 290px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.btn {
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    background-color: #ff6000;
    border-radius: 41px;
    box-shadow: 2px 5px 5px rgba(255, 96, 0, 0.19);
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.4rem;
    padding: 26px 43px 26px;
    transition: background-color ease 0.2s;
}

.btn:hover {
    background-color: #983d07;
}

form .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.wrapper {
    overflow: hidden;
    min-width: 320px;
}

.sprite,
.logo,
.consult-btn:before,
.discount-circle:before,
.symptoms__reasons li:before,
.doctors cite:before,
.steps__list li:before {
    background-image: url(../img/spritesheet.png);
    background-size: 564px 480px;
    background-repeat: no-repeat;
}

/*=================== Стили для попап ===================*/

.callback {
    background-color: #00b6f8;
    text-align: center;
    padding: 15px 25px;
    color: #fff;
    max-width: 340px;
    box-sizing: border-box;
    margin: auto;
    font-size: 1.6rem;
}

.callback>div {
    margin-bottom: 5px;
}

.callback button {
    width: 100%;
    text-align: center;
    background-color: #bf6b16;
    padding: 13px 0;
    border-radius: 6px;
    transition: box-shadow ease 0.2s;
}

.callback button:hover {
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.callback input {
    margin-bottom: 8px;
    width: 100%;
}

/*=================== Политика ===================*/

.checkbox>* {
    display: inline-block;
    vertical-align: middle;
}

.center-wrap {
    text-align: center;
}

.modal-block {
    position: relative;
    max-width: 600px;
    background: #FFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    border: 1px solid #3a87ad;
}

.modal-block .padding {
    padding: 5px 8px;
    font-size: 1.6rem;
}

.modal-block p:not(:last-child) {
    margin-bottom: 0.5rem;
}

.modal-block .title {
    background: #4d83c0;
    text-align: center;
    text-shadow: 1px 1px 0 #3a87ad;
    border-bottom: 1px solid #3a87ad;
    padding: 1rem;
    font-size: 18px;
    color: #FFF;
}

/*Timer*/

.timer-wrap {
    text-align: center;
    margin-top: 12px;
}

.timer-wrap__title {
    line-height: 1;
    color: #222;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.timer-wrap__title strong {
    color: #ff5400;
}

.digitHolder {
    font-family: "Roboto Slab";
    box-sizing: border-box;
    border: 2px solid #ff6000;
}

.digitHolder:last-child {
    margin-right: 0;
}

.timer-text {
    display: block;
    text-align: center;
    margin-top: 8px;
    color: #9d755b;
    font-weight: 300;
    font-size: 1.8rem;
}

[class^="digit"] {
    display: inline-block;
}

[class^="digit timer-"] {
    color: #ff6000;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 0.7;
}

/*=================== mainHeader ===================*/

.logo {
    display: inline-block;
    width: 167px;
    height: 50px;
    background-position: -60px -149px;
}

.mainHeader {
    background-color: #b49696;
}

.mainHeader li {
    color: #fae6da;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    max-width: 240px;
    line-height: 1;
}

.mainHeader li:before,
.mainHeader li span {
    display: inline-block;
    vertical-align: middle;
}

.mainHeader li:before {
    content: '';
    margin-right: 8px;
}

.ico-bee:before {
    width: 46px;
    height: 45px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAtCAMAAADm86mrAAAAnFBMVEUAAAD65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65trNV4xsAAAAM3RSTlMA+wbxsw6RhKkD5xLzOcQ8GPddc1QbvpZ5aiLr2dWab1lTLsw0yX5IuEDRr6SIKOGeZlJihb0IAAACwElEQVRIx43U55qqMBAG4AmRgAFRVIpUF1mKfc/c/70dCF3x2Z0fJsZX+AhJoK40CkwzZB78paQI+dPNVGoqyz9ow9xJdUe+4UX6lT/Nddfdk8XUS0kTcBhNcQd9fU19TBHDFGBnat1Q5Fdg3h/wWu7PerlD1o+FT4B5v+SX+okMU+j2+roLH7yF/+omQ1ICMCI3PIMPXsMDVLnRMfSSdU94vsKcl3JX4Q+r0qzKQzoNjMozfsvRpIiBInI7aJbQlEdu8O6xWC1h4+oY1VdE19BX0JSCR4AP+RMeWFDnls9hN18qOptP/s6DSOQ+Yr8AXZ3w4GQvrtEt2/3s83Xiacfeo1K3OSbQlYeFc70Up/BBcSgHRB69ygOg0tHL507flTdeeiwIEjtv742P+EvFGIZidEi/OdiEGId+wEIfkR8GXBFqWCMbtzZ36gS+olkv+6ak1F2vGmuB1P5qY/W8S9OFt/JUE1HYqkJVErciWM3PCnOYKTlddZvgSIQ/IG7JouDzO7KUIOHrkTcQtT3B7axWsAT5W+99laVAT+zfWa0AjHwgx+SICQg/o8MljH2VxU5xDe9e6AtRp94ihzvmMOfjKsn2xcdkI3bru0+JA/DqDbsakmHG24EEr77KAlDpd+8hXcHUP+osAI94xm/x/OKlRGQBfoPBX9qVlHHt9OJBq7NA6EBfR1SaDnvAi19JK6y/f48PoRu5N5Puw9QruG7ekL0YcZmy9qTVJj5EBWSxyi82jEo9t0d8DiN/ESFVrgFcT2OeUdEsfQaDV4QGjxobcIIxd0nTOr7ceYl1E7D2KSv4mD/bPzP0WS5X/kxDsuv3u+Mj2Qxa4lG7HBnzEf2AIxbpZAebDPraNQfZHZX680dh2daCaWXDebs2o6aTwMdaquQmiyQ705BmydTfCL26WcRJ9LsWWdlZ18OoifAf1ntDdkU0waUAAAAASUVORK5CYII=');
}

.ico-doctor:before {
    width: 46px;
    height: 46px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAmVBMVEUAAAD65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65toRJYDHAAAAMnRSTlMAVTO2iQ/S98QFCR7J7t++86qgd1oM4zct69fOj0lGmmYZpU8/I+fUfm5rJ66BYhaWcETFN68AAAJDSURBVEjHhZXZlqowEEULQwzzIDMIzrOt3ef/P+6yQOmrnch+IRX2wqQqFel/7sdK4JXCj0nBxoXxrb8yS3E1pXaDKv87ax4xl9lWeuAkYyZ2ktkbmmG8ijf3IdghkujrYhieBCBOQ+hdJbph/G6CZRlD8/LmnSkjW+swUrPdYmr0kU1sKtdD9DBqYegJlTqfdDCXE3GX9RFX6g8mqOJbhewRjum0KYBiQ2P6gJllJo3oxkSBIdMdKHEk+kVTcpEdMZMUmJZk0l+r9LU/kpmB8URanHNqaR/WB73qdR4AaPszBhDwXq+kTaN3X1v6RbRqOyQq/GX3a7qYSfS7j77pE7ufsJPuEcO/S/MVzKStGigyzLznKNG0ZGg9VcZO2BG3tzfdDwDh67etzWmHk0LP0Wot4vBd198H0QUBclLgufOvs5abj73km/PX3PVIhY7V+9QKulLP/15AEXJS4u+tt2O6d0jN9v36nKOhDyzwcp3HWNAnLEf8/EY/wrHoI5zB0ZK+sg4YpzGWKVAaRgmkSxpnZ9Y6cxym16Y9KmcM16QfJlewTG7Z9fKoL8LQgLtGterqWWHtwggXi/ZkNPZ/2Z4VQIuAVx45aSLN2wqnQqMkmnquK9BSrLd97kK44anZ8S+BctItaB/UdbD/XQi/ND+hi9DqKhP1PYowSvdJt7QDcLDfS3LErH0lHnX3S6IN6v5znifJ+FzYFOHybD2TYmw//HtdEJHzvHM0OIugNJV6y9Sh8jyU0xPsueCZ9FI4l/8AQLQ8gfSXTIMAAAAASUVORK5CYII=');
}

.ico-shield:before {
    width: 38px;
    height: 49px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAxCAMAAACBMCu/AAAAn1BMVEUAAAD65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65tr65toKxGEtAAAANHRSTlMADqX6ltkH8bAUHH/i1fXdwqB5bFsf72lkKufRxoiFPTe+u5BgzaxXT0kYEppyQS3ItkQozjfNsgAAAjFJREFUOMvtlNmaoyAQhcsQBPcYWxOXaPZ96eW8/7MNaLbOaPfdXM25KD7gL04BCv0lq3i36Fd9eQD/+o2KBBuNmIjMn6DdCkFFNA2w+uxirHEOf1IvY058rMYtJV6iOYNY2Le+vRBg8+hy62/KyVHmDGpw2awURU27nOvRXB4n5YYYgMSTzs5o0j49wLsWZuwc6SVQMEFaz3uYQZxOArPdc9EShN69mzoB/MWeaL/wETjpfaJ3w8zL8sgBd3hoJg5DF+DH5cV8xmYMAF9U9KRqwQGw2QMz4Dlbq+Ukt44H4wnrU4f6/7F/gfmSSLPt0gSRBGX6boXswqSvwkwQX6nWLbqwwlVhFdAgU+1AdGHJQIVsQCEMXajdTtnoNzuMcCZ6w1sr1UycMaIpHJ3U69iotnEwJRLavRBGG2WI4lZ5D3uiEcZt2FjZ0Z5pqy1OKi3x2jAvUSYnbPW/53LS/uO2xUoVuUtUExsiI8sOr9QhywztNmx+M8FNog3Wr9ha51OeXPOHulAKEX2nIoTauFmsri7ZK9v8+xm/sVxZxol7f1/P+FDRdtnyQS2Za+szw/kxNoGjYsxRmleDEjyuJyb0kPleG1oDFKnupwUGFulTfzfpSRZnmqMhY/047jN/2JTHXx6gOGh2lM7BGOZpcwJBTC+yc4T19VfrdVVfewjPbvka1uDTR3fKIQ1q09hHeM23Q/gj6lAswcKpWilkkDF1q/oAOAc+KvpZaRkEZfo6+ge2+D0fSRRaGwAAAABJRU5ErkJggg==');
}

.consult-btn {
    display: inline-block;
    line-height: 0.75;
    font-family: "Roboto Slab", sans-serif;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    max-width: 280px;
    padding: 15px 23px 21px 73px;
    position: relative;
    background-color: #fcc306;
    transition: color ease .2s;
}

.consult-btn:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-position: -193px -5px;
}

.consult-btn:hover {
    color: #000;
}

/*=================== Intro ===================*/

h1 span,
.order h2 span {
    display: inline-block;
    border: 2px solid #ff6000;
    color: #ff6000;
    font-weight: 700;
    padding: 0 4px;
}

.intro .container {
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.intro{
    background: url("../img/rm222batch5-kul-21.jpg");
    background-size: cover;
}

.intro__product {
    position: relative;
}

.intro .discount-circle {
    top: 149px;
    right: 18%
}

.intro .form-wrap {
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);
}

.discount-circle {
    position: absolute;
    text-align: center;
    width: 133px;
    height: 133px;
    padding-top: 31px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px dotted white;
    background-color: #ff6000;
    box-shadow: 0 0 0 6px #ff6000;
    font-family: "Roboto Slab";
    font-weight: 300;
    line-height: 1;
    color: #fff;
}

.discount-circle:before {
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    background-position: -237px -149px;
    top: -30px;
    left: 50%;
    margin-left: -28px;
}

.discount-circle b {
    font-weight: 700;
    color: #ffeca4;
    font-size: 48px;
}

.discount-circle span {
    font-size: 30px;
    vertical-align: top;
}

.form-wrap {
    padding: 35px 1rem 68px;
    text-align: center;
    max-width: 470px;
    margin: auto;
    box-sizing: border-box;
    background-color: white;
    border: 5px solid #ffd100;
    position: relative;
}

.form-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top-color: #ffd100;
}

.form-wrap form {
    max-width: 332px;
    margin: auto;
}

.form-wrap label {
    margin-bottom: 8px;
}

.form-wrap label:last-of-type {
    margin-bottom: 23px;
}

.form-wrap input {
    padding-top: 7px;
}

.form-wrap label {
    display: block;
    position: relative;
}

.form-wrap label span {
    position: absolute;
    color: #ded6d7;
    font-family: "Roboto Slab";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
    top: 2px;
    left: 7px;
    text-transform: lowercase;
}

.zindex {
    z-index: 999;
}

.balances {
    font-size: 2.4rem;
    margin-bottom: 26px;
}

.balances span {
    color: #ff5400;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ff6000;
    padding: 9px 4px 8px;
}

.price__promo {
    font-family: "Roboto Slab", sans-serif;
    color: #653538;
    font-weight: 300;
    margin-bottom: 10px;
}

.price__promo>span {
    display: inline-block;
    margin-left: 25px;
    color: #e4231e;
    font-size: 2.4rem;
    font-weight: 400;
    position: relative;
}

.price__promo>span:before {
    content: '';
    position: absolute;
    width: 62px;
    height: 32px;
    left: 0;
    top: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAgCAMAAAB9wzudAAAAnFBMVEUAAADtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTENZ/wAAAAM3RSTlMA/QH5BfLqrjz25d/BtZ2EfDQmGBQMCdbRx29qUUtBIBzazLuno5aTjot2Y19cWEcvKxDYpVkQAAAAyElEQVQ4y6XNRxKCABQEURQVVFDMgZxznPvfza9VXmDo/atWZuQZOo97A9BY7L6AjXWj7NKNBFckdp7A7n3ncDcHtw9gb68ovGpCwTWJ6z0QNiS2BT9aDt/tneBuyeG34KfD4Vu1ASIWW4JfLoenH+4VqutxDRjeDByT+FIKNnUSF1sszBOHg1ywxuJMFTxw2D8ITkYOn784PZM4VaEeSDwmC8E+hwdNcEbik+BtHpDYFFxcOKybwLpkcSz4eFXIjD8m79ak8H0AJF0XCL2udAsAAAAASUVORK5CYII=');
}

.price__regular {
    color: #030303;
    font-family: "Roboto Slab", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.price__regular>span {
    display: block;
    font-size: 4.8rem;
}

/*=================== Features ===================*/

.bg-img {
    padding-bottom: 50px;
    padding-top: 67px;
}

.bg-white {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 17px;
}

.bg-img,
.bg-white {
    box-sizing: border-box;
    padding-right: 120px;
    padding-left: 100px;
}

.features {
    background-color: white;
    padding: 40px;
}
.bg-white{
    background-color: #f0f0f0;
}

.features .container {
    padding: 0;
    background: url(../img/bg-1.jpg) no-repeat right top;
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);
}

.features__list {
    font-family: "Roboto Slab", sans-serif;
    color: #fffefe;
}

.features__list li {
    padding-left: 70px;
    max-width: 520px;
    position: relative;
    margin-bottom: 37px;
}

.features__list li:last-child {
    margin-bottom: 0;
}

.features__list li:before {
    content: '';
    position: absolute;
    background-image: url(../img/spritesheet.png);
    background-size: 564px 480px;
    background-repeat: no-repeat;
    top: -19px;
    left: 0;
}

.features__list strong {
    color: #feed84;
}

.features .ico-bactery:before {
    width: 55px;
    height: 55px;
    background-position: -128px -5px;
}

.features .ico-meal:before {
    width: 58px;
    height: 58px;
    background-position: -191px -75px;
}

.features .ico-cell:before {
    width: 47px;
    height: 56px;
    background-position: -253px -5px;
}

.features .ico-weight:before {
    width: 45px;
    height: 59px;
    background-position: -5px -149px;
    top: -25px;
}

.features .ico-gene:before {
    width: 53px;
    height: 54px;
    background-position: -128px -75px;
    top: -14px;
}

/*=================== Problems ===================*/

.problems {
    text-align: center;
    background: url("../img/rm222batch5-kul-21.jpg");
    background-size: cover;
}

.problems .container {
    padding-top: 27px;
    padding-bottom: 55px;
}

.problems h2 {
    margin-bottom: 22px;
}

.problems__col-2 {
    padding-top: 19px;
}

.problems__examples {
    font-size: 0;
    margin-top: 23px;
}

.problems__examples img {
    width: 24%;
    margin-right: 1.33%;
}

.problems__examples img:last-child {
    margin-right: 0;
}

.ico-info {
    padding-left: 40px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAgBAMAAAAYrL5yAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAu3dEEe5mVd2qmYjMMyL/4kZRAAAA1ElEQVQoz2OAABZjEzAN42bG//8fmYDgq/4Hga8qMIHS/xDwwwDC5wayGxhYgOQ3iMB6IFOAgQGkBmwM03+oAEyJPZLA1wdAgX4Q65OS9n+oBNt/ZPCZgYEDReAnA8N9EF0AdB1ExIFBH0SBXASkwFLyqAIK6AICEHpSAlwATsMZ59EF5FEFNjDsRxVIYKhHFXjAwIEi8AcaHAWgcNgPCRCWeKjDwJ44AKTrkQUuAGkuJC2foIEMBwvAAlxw/idoRKWiRRQDy1JoVKJFdgpK/BvDlAMAckkiaUJ1dK4AAAAASUVORK5CYII=') left center no-repeat;
}

.info-block {
    max-width: 470px;
    margin: auto;
    background-color: white;
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15), 0 0 21px rgba(131, 207, 97, 0.35);
}

.info-block__title {
    background-color: #83cf61;
    font-size: 3.6rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 24px 15px 14px;
    position: relative;
    margin-bottom: 13px;
}

.info-block__title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13px;
    border: 13px solid transparent;
    border-top-color: #83cf61;
}

.info-block__text {
    padding: 16px 15px 20px;
    background: url(../img/wiki.png) 345px 240px no-repeat;
}

.info-block__text>p {
    margin-bottom: 12px;
}

.info-block__text .btn {
    margin-bottom: 21px;
}

.info-block strong {
    display: block;
    font-style: normal;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 900;
}

.info-block small {
    display: block;
    font-size: 1.6rem;
    font-style: italic;
}

.color-red {
    color: #fc3616;
}

.color-green {
    color: #83cf61;
}

.underline {
    display: inline-block;
    padding-bottom: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOUAAAALCAMAAAC3WbrWAAAAgVBMVEUAAAD/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P/Y2P563/GAAAAKnRSTlMA7hDeIjOqdVVDvM2ZZfjFSW2hhyaOg34d8de5PRQL6LJhydGclFwuF091Hua2AAABX0lEQVRIx+2S2U7DMBBFs3iP3SSOk7jZl6Yp/f8PZFKigigUkFBFK86rZySfe8f55ysaz6IZc86YUopSmiTJJCUhpBRiCIJg9Ffclc3xhPsKPBYwKYToYE/KKclorPYs4hU26OA5twJkkME8YiqmSSpJJ8Kg8Fv48i3Ytn4QlkSmedwzPtvmd5w8O1dgRDMQKsPRd699AbpYiiBES5lADdCD6hmDKjjHC2jBepfU6AUDQzAcwVKvIMccgtTXktz4oyAyo/1TZX6gXBsc7eM81Z0IfPfTPAWYpMs5gQLGBtU3uaamRvgUer5cUVi075XDTuYqmmvnKuIiq7YYSrIDIfCpMDo0zp/CQ6dSJl0O/uatr9D5vrIfLw1H1werCU6AcYxq567wTMXiTItie7YtSkkZvjOP79IY3udanOt1wx19Ms6jYrlKSLBdmw005QfnYbGc7sLVNXQeG8tjcB2fAUnUQAbsHAvvAAAAAElFTkSuQmCC') no-repeat center bottom;
}

/*=================== Why ===================*/

.why {
    padding: 40px;
    background-color: white;
}


.des {
    padding: 40px;
   background: url("../img/rm222batch5-kul-21.jpg");
}
 .h33 {
    font-size: 4.2rem!important;
}
.why .container {
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);
    padding: 0;
}

.why__text {
    background: #f0f0f0;
    padding-top: 40px;
}

.why__text,
.why__bottom {
    padding-right: 120px;
}

.why__text h2,
.why__bottom {
    padding-left: 100px;
}

.why__bottom {
    background-color: #f8f4f1;
    padding-top: 28px;
    padding-bottom: 28px;
}

.why__bottom p {
    display: inline-block;
    max-width: 530px;
    color: #030303;
    font-family: "Roboto Slab", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.why__list {
    margin-top: 47px;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
}

.why__list li {
    font-family: "Roboto Slab", sans-serif;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #0a0a0a;
    font-size: 2rem;
}

.why__list li:before {
    content: '100%';
    color: #ffea92;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: block;
    box-sizing: border-box;
    padding-top: 63px;
    width: 117px;
    height: 117px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background-color: #83cf61;
    background-repeat: no-repeat;
    background-position: center 13px;
}

.why__padding p {
    color: #0a0a0a;
    font-weight: 300;
    line-height: 1.5;
    font-size: 2rem;
}

.why h2 {
    margin-bottom: 52px;
}

.ico-natural:before {
    background-image: url("../img/list.png");
}

.ico-fine:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAvCAMAAABADLOjAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAh6VmzUQeM5l37oD4quXdSxBbu1LpyL6PMCcYDQb807egBwJwV7F7a2A9IdjCrpR4djib5kq3wQAAAaBJREFUSMeV1OlysjAYhuGoIBRiJHyssuOu3b/n/I+tbQiWViXp/SfMcM34mmQgN3PDMgqIZhtU0xC2Hl6zx4LkO7haeiVcEdGVjvaw/VpSvVl8eGKNQh09w0msCTINfcC73BpLQ7tYyYlMDW2DizWAzgnFYb83vsbhOHGvA7V+hzvYSVWTfivekCpx7lTyqSlzpU6wlU/V49VLY1j2dZC1fMPL5krDuVgGz3uGweUbExPru/Na6Ong7wHl/8use/yI+b/15HgeXNyHYS7D8Zeek/vxJVvrannZ9HWCub5OqaGc+2Ehiym1lHrndJUAmkJ7Em5OMdHSMoP9RS/oHzQPK5XOrL7AgK/SFS7RN6LSp5no8AyWEZUenrvX6/bcqvQKbqfbFwra8HFt4bXTNeL9DlExpvkTUqFNvIjb61/rU/2vK3bgEqG7TyqHfa23SxEFooB0ei9+I0Nyd5Jig4ZInaLOSbuAOTJ3TAupSYKwZp/riLaR95ocI8fYrEd0u2Ri/XmWvnmz7RMON/S9qCsJlnafgdfZzYKM9HrYnIz3AfAXPakTdE2XAAAAAElFTkSuQmCC');
}

.ico-security:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAxCAMAAACBMCu/AAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMApQ77lgXvE+HYC6199WrcG9VhWzwev7OgeCnn0sbDuoiFF2Ys8ZptTkk2zJJyV0DIp41SRiIkYk7hAAACO0lEQVQ4y+2U2ZqiMBCFSyOQsAoNggoqbu1ur+f9H20qYI+0SvfdXM25KGP4Y51T4ZPuZBUvFv2qUQio0S+Q8bwSvi9Wz8ZP1HaPICbaBdhv2hgryuHNbL20Zx7ChXXfbOlPBcxD/2ujfzAhpv7yq/mpnK3T3ANvRnZtrzZmR3wQIk/Xs/JEvIQZOu6WGa0PBaiPem1vXSc0wTAhtZoZBlgdjyYG26bpFITOdWRuAO8wJ5ofPATudXgdjdURonUAyKF1+YGhBIJ1tDSa2EA7VG9xM3z8prSrwRXrInQ3c7rTfOOG6DawHrWo9x/7F5jn8MUz26IO+PId0Fjf7Sptw1KPy8AktedPWbRhheSyD2gy5s+J2YaZEy7cMUNXG+0/pvro1QmfcSZ6wtNDqn5whk87uHyoLWpHt3GxI6PqXqzsR5RtFpVzHsqr4Nfbx+IRtuB2NBevvNzgqI+Fxj1lhCY3OWKj1zIg3T+6xyKUXJU0qCLeOfR4bN1S1njMw3qHW38zFeMnOLeYgxPX3LycH8LnmunalI+sSjH8ii3NObfNv8/4SeTcMjHl31GdxVRfjBRRw76Qfc43EOfr3qyy+alQGpdRlFCf1YNZc0AvVUNrgmJErFGBiVXZezG+ZQ+E5oyhJ3pJ0hPe0KjsBTdTSmSdaDSFEJiO6gnI5O7NypFVmWLHiav8a4QP3sKuAxU3/gUVnC490sJDllw8ZPAW1KLEgch2RLtMwEmoXXEKKAWkMf2sZSllubzd/QPvNT7yiuKNNAAAAABJRU5ErkJggg==');
}

.subtitle {
    display: block;
    color: #83cf61;
    font-family: "Roboto Slab";
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 19px;
}

/*=================== Consist ===================*/

.consist {
    background: url("../img/rm222batch5-kul-21.jpg");
    background-size: cover;
}
.consist .container {
    padding: 40px;
}

.consist__list {
    font-size: 2rem;
    color: #0a0a0a;
}

.consist__list li {
    margin-bottom: 30px;
    position: relative;
    min-height: 142px;
}

.consist__list img {
    top: -20px;
}

.consist__list p:first-of-type {
    color: #653538;
    font-family: "Roboto Slab", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

/*=================== Symptoms ===================*/

.symptoms {
    background: #fff;
    padding: 40px;
}

.symptoms h2 {
    margin-bottom: 42px;
}

.symptoms__wrap {
    min-height: 603px;
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);
}

.symptoms__important {
    background-color: #653538;
    box-shadow: 6px 12px 0 rgba(0, 0, 0, 0.14);
    color: #fffbfb;
    font-size: 3rem;
    line-height: 1.2;
    padding: 19px 45px 34px;
    margin-top: -11px;
    margin-right: -30px;
    margin-bottom: 36px;
}

.symptoms__important b {
    font-weight: 900;
}

.symptoms__list {
    color: #010101;
    font-family: "Roboto Slab", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 47px;
}

.symptoms__list li {
    padding-left: 40px;
    margin-bottom: 13px;
    position: relative;
}

.symptoms__list li:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    top: -2px;
    left: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAclBMVEUAAAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YAD/YACLLBBuAAAAJXRSTlMAM4j70AUuHenjglIfCvnHmJQ826SQfHhza1dDJRTVxKyaYF8bMd8EzgAAAMBJREFUKM910kkSgyAQQNFWxAHBeUzMnL7/FSMYLER4Gxa/QOkCDGKJOQWHpmpxVZRDYpXggTvyupmJETSl173QDi3koluNJ8V/Z44OqfqmyNClkm1GJyKvEqHbAJCgR6n/5Bma1FGEwiTXzJoSShyYXKJji1WLYZTL3dUW+GwzCkzboMR6tkcLACmidzC9pzVr48RzdSl0jrNRjbomymCTZKfUgfa1d9YUdjQsjJLlcMB7fc9oFnASv0c25cbL/QHKZD7dHzRccAAAAABJRU5ErkJggg==');
}

.symptoms__reasons {
    color: #d34506;
    font-family: "Roboto Slab", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.symptoms__reasons li {
    padding-left: 72px;
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
    line-height: 1;
}

.symptoms__reasons li:last-child {
    margin-bottom: 0;
}

.symptoms__reasons li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -13px;
}

.symptoms .ico-ecology:before {
    width: 62px;
    height: 60px;
    background-position: -310px -5px;
}

.symptoms .ico-stress:before {
    width: 59px;
    height: 64px;
    background-position: -333px -75px;
}

.symptoms .ico-alcohol:before {
    width: 47px;
    height: 72px;
    background-position: -5px -5px;
    left: 10px;
    top: -18px;
}

.symptoms .ico-eating:before {
    width: 64px;
    height: 64px;
    background-position: -259px -75px;
}

.symptoms .ico-antibiotics:before {
    width: 56px;
    height: 61px;
    background-position: -62px -5px;
}

/*=================== Doctors ===================*/

.doctors .container {
    padding-bottom: 63px;
    padding-top: 32px;
}

.doctors h2 {
    margin-bottom: 38px;
}

.doctors__img {
    border: 5px solid white;
    margin: 0 30px 30px 0;
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);
}

.doctors blockquote {
    color: #0a0a0a;
    font-weight: 300;
    font-size: 2rem;
}

.doctors blockquote p {
    margin-bottom: 24px;
}

.doctors blockquote p:last-of-type {
    margin-bottom: 0;
}

.doctors blockquote p:first-of-type {
    padding-top: 20px;
}

.doctors cite {
    font-style: normal;
    font-size: 2.4rem;
    color: #0a0a0a;
}

.doctors cite b {
    color: #653538;
    display: block;
}

.doctors cite div,
.doctors cite:before {
    display: inline-block;
    vertical-align: middle;
}

.doctors cite:before {
    content: '';
    display: inline-block;
    width: 230px;
    height: 142px;
    background-position: -60px -216px;
}

/*=================== Dangerous ===================*/

.dangerous {
    background: url(../img/rm222batch5-kul-21.jpg);
    background-size: cover;
    padding: 40px

}

.dangerous .container {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);
}

.dangerous__text {
    background: #252525 url(../img/bg-4.png) 305px top no-repeat;
    box-sizing: border-box;
    padding: 47px 65px 85px 77px;
    color: white;
}

.dangerous__text p {
    margin-bottom: 17px;
}

.dangerous .info-block {
    text-align: center;
    box-shadow: 0 0 21px rgba(131, 207, 97, 0.35);
}

.dangerous .info-block__text {
    font-size: 2rem;
    padding-top: 5px;
    box-sizing: border-box;
    background-image: none;
}

.dangerous .info-block .bordered {
    font-weight: 900;
    font-size: 24px;
    border: 2px solid #ff6000;
    padding: 7px 10px;
}

.dangerous h2 {
    text-align: left;
    line-height: 1;
    margin-bottom: 25px;
}

.dangerous h2 b {
    color: #f6e386;
}

.important {
    display: inline-block;
    text-align: center;
    border: 1px solid #fffa9e;
    font-size: 2.4rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 25px;
}

/*=================== Steps ===================*/
.steps2{
    background: white;
    padding: 60px 40px 40px ;
}
.steps {
    text-align: center;
    background: white;
}

.steps h2 {
    margin-bottom: 34px;
}

.steps .container {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.steps__list {
    font-size: 0;
}
.steps__list2 {
    font-size: 0;
    text-align: center;

}

.steps__list li {
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto Slab", sans-serif;
    padding-top: 140px;
    width: 32%;
    font-size: 1.8rem;
    color: #030303;
    text-align: center;
    margin-right: 1.25%;
    position: relative;
    margin-bottom: 30px;
}
.steps__list2 li {
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto Slab", sans-serif;
  /*  padding-top: 140px;*/
    width: 32%;
    font-size: 1.8rem;
    color: #030303;
    text-align: center;
    margin-right: 1.25%;
    position: relative;
    margin-bottom: 30px;
}
.steps__list2 li>img{
    border-radius: 50%;
    border: 2px solid #ff6000;
}
.steps__list li:not(:last-child):after {
    position: absolute;
    top: 76px;
    left: 100%;
    width: 36px;
    height: 16px;
    transform: translate(-50%, 0);
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAQCAMAAABJNS0RAAAAS1BMVEUAAADixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbPixbOCah1OAAAAGHRSTlMAu2a0i3g+CPfu0a1zFufbm2BPSjAnIg61Ds/qAAAAXElEQVQoz43QOxaAIBBD0UERAcH/J/tfqU5hyZncKsWrIm3ei63HNBIR3ENEyJWIsNw6g2tJUPP5RQMMKRAR4kVEbpQCg55Vu5YMtRIXeOKnQjy+iRnFXUxH+NcLWogQx1XETkMAAAAASUVORK5CYII=');
}

.steps__list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-repeat: no-repeat;
}

.steps__list li:last-child {
    margin-right: 0;
}

.steps__list li:first-child:before {
    width: 157px;
    height: 95px;
    top: 25px;
    background-position: -402px -5px;
}

.steps__list li:nth-child(2):before {
    width: 120px;
    height: 116px;
    background-position: -426px -234px;
}

.steps__list li:nth-child(3):before {
    width: 116px;
    height: 115px;
    background-position: -300px -234px;
}

.steps__list li:nth-child(4):before {
    width: 114px;
    height: 114px;
    background-position: -402px -110px;
}

.steps__list li:nth-child(5):before {
    width: 119px;
    height: 115px;
    background-position: -300px -360px;
}

.steps__bottom>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 28px 20px;
}

.steps__details {
    color: #010101;
    max-width: 550px;
    text-align: center;
    font-size: 2.4rem;
}

.steps__details>div {
    border: 2px solid #ff6000;
    font-size: 3.6rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 7px 14px;
}

/*=================== Reviews ===================*/

.reviews {
    padding: 40px;
    background: url("../img/rm222batch5-kul-21.jpg");
    background-size: cover;
}

.reviews__slider {
    background-color: white;
    box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);
    padding: 10px 70px 35px;
}

.reviews h2 {
    margin-bottom: 4rem;
}

.reviews .owl-nav {
    text-align: right;
    margin-top: 25px;
}

.reviews .owl-nav>div {
    text-align: center;
    display: inline-block;
    background-color: #d1b4a2;
    border-radius: 23px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    padding: 10px 13px 11px;
    margin: 3px 5px;
    transition: background-color ease 0.2s;
}

.reviews .owl-nav>div:before,
.reviews .owl-nav>div:after {
    display: inline-block;
    vertical-align: -3px;
    width: 17px;
    height: 18px;
}

.reviews .owl-nav>div:hover {
    background-color: #ff6000;
}

.reviews .owl-prev:before {
    content: '';
    margin-right: 13px;
    transform: rotate(180deg);
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASBAMAAABP1yhnAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAEbsi3aruM8x3VZmIZkRr3DiSAAAAqUlEQVQI12NgYGCfqjqdAQSY9f///68MYj37DwTfHgDl8n8sZFzxP52BgeX/AQZDhvNfGBjWf2Vg2CTA+n8Bg/5nBob9isz/FRjyHYB6Pwn4JzD8VwCZskH/A0N+A5D1zaA/gaH/o7BxfDrj/waG83+BOh7wAs2q/yLAMItB5H8BA+t/RQYGRv2vQML/y2XmK/8dgS4wAbngiwGQxRgPZAVCHDhVdTKQAgCvukfrehnYgwAAAABJRU5ErkJggg==');
}

.reviews .owl-next:after {
    content: '';
    margin-left: 13px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASBAMAAABP1yhnAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAEbsi3aruM8x3VZmIZkRr3DiSAAAAqUlEQVQI12NgYGCfqjqdAQSY9f///68MYj37DwTfHgDl8n8sZFzxP52BgeX/AQZDhvNfGBjWf2Vg2CTA+n8Bg/5nBob9isz/FRjyHYB6Pwn4JzD8VwCZskH/A0N+A5D1zaA/gaH/o7BxfDrj/waG83+BOh7wAs2q/yLAMItB5H8BA+t/RQYGRv2vQML/y2XmK/8dgS4wAbngiwGQxRgPZAVCHDhVdTKQAgCvukfrehnYgwAAAABJRU5ErkJggg==');
}

.reviews blockquote {
    border-bottom: 1px solid #cac1bc;
    padding: 50px 0 38px;
    font-size: 2rem;
    font-weight: 300;
    position: relative;
    padding-left: 100px;
}

.reviews blockquote img {
    left: 0;
    top: 50px;
    border-radius: 50%;
}

.reviews blockquote p:first-of-type {
    color: #653538;
    font-family: "Roboto Slab", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 9px;
}

.reviews cite {
    display: block;
    font-style: normal;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    margin-top: 19px;
}

/*=================== Order ===================*/

.order {
    text-align: center;
    background: white;
}

.order h2 {
    margin-bottom: 35px;
}

.order .container {
    padding-bottom: 60px;
}

.order-wrap {
    background-color: #fff;
   /* box-shadow: 9px 17px 5px rgba(80, 35, 43, 0.15);*/
}

.order__left-col {
    padding-top: 30px;
}

.order__product {
    position: relative;
}

.order .discount-circle {
    right: 100px;
    bottom: 100px;
}

/*=================== Footer ===================*/

footer {
    background-color: #fefefe;
    font-size: 1.4rem;
    text-align: center;
}

footer a {
    text-decoration: underline;
}

footer .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #676767;
}

footer p {
    margin-bottom: 0.5rem;
    color: #000b3c;
}

/*=================== @media ===================*/

@media only screen and (min-width: 1200px) {
    .mainHeader {
        height: 72px;
        position: fixed;
        z-index: 9998;
        left: 0;
        top: 0;
        width: 100%;
    }

    .consist__row {
        padding-top: 87px;
   /*   background: url(../img/bottle-2.png) no-repeat 59% top;*/
        min-height: 675px;
    }
    .consist .left {
        float: left;
        width: 45%;
    }
    .consist .left li {
        padding-left: 170px;
    }
    .consist .left img {
        left: 0;
    }
    .consist .right {
        float: right;
        width: 45%;
    }
    .consist .right li {
        padding-right: 170px;
    }
    .consist .right img {
        right: 0;
    }
    .consist__product {
        display: none;
    }
    .symptoms__wrap {
        padding-left: 100px;
    }
    .symptoms .col-left {
        padding-top: 105px;
    }
    .dangerous .info-block__text {
        padding-top: 48px;
    }
    .dangerous__text h2,
    .dangerous__text h2+p {
        margin-left: 33px;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1000px;
        padding: 0 15px;
    }
    .consult-btn {
        display: none;
    }
    .mainHeader .container {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    h1,
    h2,
    h3 {
        line-height: 1.1;
    }
    h1 span,
    .order h2 span {
        padding: 4px;
    }
    .consist {
        background: url(../img/rm222batch5-kul-21.jpg) 91% top;
        background-size: cover;
    }
    .dangerous, .steps2, .why, .symptoms, .features, .intro, .reviews{
        padding: 0;
    }
    .bg-img,
    .bg-white {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .why__text,
    .why__bottom {
        padding-right: 20px;
    }
    .why__text h2,
    .why__bottom {
        padding-right: 20px;
        padding-left: 20px;
    }
    .consist .container {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .consist h2 {
        margin-bottom: 1rem;
    }
    .consist__product {
        display: block;
        margin: 0 auto 2rem;
    }
    .consist__list li {
        padding-left: 170px;
    }
    .consist__list img {
        left: 0;
    }
    .symptoms__wrap {
        padding-left: 20px;
    }
    .symptoms__list {
        margin-left: 93px;
    }
    .symptoms .col-left {
        padding-top: 50px;
    }
    .dangerous__text {
        padding: 65px 25px 58px 25px;
    }
    .dangerous .info-block__text {
        padding-top: 20px;
        min-height: inherit;
        padding-bottom: 0;
        background-image: none;
        font-size: 1.8rem;
    }
    .dangerous .info-block__text>p {
        margin-bottom: 6px;
    }
    .dangerous .info-block .bordered {
        font-size: 2rem;
        padding: 7px;
    }
    .steps__list li:not(:last-child):after {
        transform: translate(-25%, 0);
    }
}

@media only screen and (min-width: 992px) {
    .intro__col-1 {
        float: left;
        width: 60%;
    }
    .intro__col-2 {
        float: right;
        width: 40%;
        padding-top: 40px;
    }
    .features .btn-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row-reverse;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
        align-items: center;
        justify-content: space-between;
    }
    .problems__col-1 {
        float: left;
        width: 60%;
    }
    .problems__col-2 {
        float: right;
        width: 40%;
    }
    .why__bottom {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
    }
    .why__row {
        background: url(../img/bg-2.png) no-repeat left bottom;
        background-size: 48%;
        min-height: 625px;
    }
    .why__padding {
        float: right;
        width: 52%;
        padding-top: 25px;
        padding-bottom: 30px;
        position: relative;
    }
    .why__img {
        display: none;
    }
    .symptoms__wrap {
        background: url(../img/bg-3.png) no-repeat center bottom, linear-gradient(to right, #eadcd6 0%, #fafafa 30%);
    }
    .symptoms .col-left {
        float: left;
        width: 24%;
    }
    .symptoms .col-right {
        float: right;
        width: 46%;
    }
    .symptoms__img {
        display: none;
    }
    .dangerous .container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .dangerous .container>* {
        height: 450px;
    }
    .dangerous .container__text {
        width: 60%;
    }
    .dangerous .container .info-block {
        width: 52%;
    }
    .order__left-col {
        float: left;
        width: 60%;
    }
    .order__right-col {
        float: right;
        width: 40%;
    }
    .order-wrap>div,
    .order-wrap .form-wrap {
        height: 639px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 740px;
    }
    .steps__list2 li{
        width: 48%;
    }
    div#comparison {
        width: 84vw !important;
    }
    .mainHeader {
        font-size: 1.6rem;
    }
    .mainHeader li {
        margin: 0 2px;
    }
    .intro .container {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .timer-wrap {
        margin-bottom: 2rem;
    }
    h1 {
        margin-bottom: 2rem;
    }
    .features .btn-wrap {
        text-align: center;
    }
    .features .btn-wrap>* {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px 10px;
    }
    .features .price__promo span {
        margin-left: 3px;
    }
    .bg-img {
        position: relative;
    }
    .bg-img:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .why__text {
        padding: 2rem 2rem 0;
    }
    .why__text h2 {
        padding: 0;
        margin-bottom: 2rem;
    }
    .why__img {
        display: block;
        margin: 2rem auto 0;
    }
    .why__list {
        justify-content: space-around;
        -webkit-justify-content: space-around;
        margin-top: 2rem;
    }
    .why__bottom {
        text-align: center;
    }
    .why__bottom p {
        margin-bottom: 2rem;
    }
    .symptoms h2 {
        margin-bottom: 2rem;
    }
    .symptoms__wrap {
        background-image: linear-gradient(to right, #eadcd6 0%, #fafafa 50%);
        padding: 35px 15px 0;
    }
    .symptoms__img {
        display: block;
        margin: auto;
    }
    .symptoms .col-left {
        padding-top: 0;
    }
    .symptoms__reasons {
        margin-bottom: 2rem;
    }
    .symptoms .col-right {
        text-align: center;
    }
    .symptoms__important {
        margin: 0 0 3rem;
        padding: 2rem;
    }
    .symptoms__list {
        display: inline-block;
        text-align: left;
        margin: 0 0 1rem;
    }
    .dangerous .info-block {
        max-width: 100%;
        padding-bottom: 2rem;
    }
    .steps__list li {
        width: 30%;
    }
    .order-wrap {
        padding-bottom: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .intro .timer-wrap {
        margin-top: -18px;
    }
    .steps__list li:not(:last-child):after {
        content: '';
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .problems {
        text-align: center;
        background: url(../img/rm222batch5-kul-21.jpg) 25% top;
        background-size: cover;
    }
    .consist {
        background: url(../img/rm222batch5-kul-21.jpg) 18% top;
        background-size: cover;
    }
    .steps__list2 li{
        width: 100%;
    }
    .mainHeader li:last-child {
        display: none;
    }
    .problems .container {
        padding-top: 0;
        padding-bottom: 3rem;
    }
    .problems__examples img {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .problems__examples img:nth-child(2n) {
        margin-right: 0;
    }
    .symptoms h2 {
        padding: 0 15px;
    }
    .symptoms .container {
        padding: 0;
    }
    .steps__list li {
        width: 48%;
        font-size: 1.6rem;
    }
    .steps__list li:nth-child(3n) {
        margin-right: 0;
    }
    .steps__bottom>* {
        margin-left: 0;
        margin-right: 0;
    }
    .reviews__slider {
        padding-left: 20px;
        padding-right: 20px;
    }
    .reviews blockquote {
        padding: 20px 0 25px 100px;
    }
    .reviews blockquote img {
        top: 20px;
    }
}

@media only screen and (min-width: 600px) {
    .digitHolder {
        width: 140px;
        height: 150px;
        padding-top: 45px;
        margin-right: 20px;
    }
    .why__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .doctors__img {
        float: left;
    }
}

@media only screen and (max-width: 599px) {
    .mainHeader li:nth-child(2) {
        display: none;
    }
    html {
        font-size: 9px;
    }
    h1,
    h2,
    h3 {
        font-size: 3rem;
    }
    h1 b,
    h2 b,
    h3 b {
        font-size: 4rem;
    }
    h1 span {
        padding: 2px 4px;
    }

    .intro .discount-circle {
        right: 0;
        top: 10px;
    }
    .digitHolder {
        width: 30%;
        margin-right: 1%;
        padding: 8.705% 0;
    }
    .why__list {
        text-align: center;
    }
    .why__list li {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 15px;
    }
    .doctors .container {
        padding-top: 0;
        padding-bottom: 3rem;
    }
    .doctors__img {
        display: block;
        margin: 0 auto;
    }
    .doctors blockquote p {
        margin-bottom: 1rem;
    }
    .doctors cite {
        font-size: 2rem;
    }
    .dangerous,
    .dangerous h2 {
        text-align: center;
    }
    .dangerous__text {
        padding: 25px;
        background-position: 50px 0;
    }
    .steps__details>div {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 480px) {
    .mainHeader .container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
    }
    .consist__list img {
        position: absolute;
    }
    .reviews blockquote img {
        position: absolute;
    }
}

@media only screen and (max-width: 479px) {
    .mainHeader {
        text-align: center;
    }
    .mainHeader ul {
        display: none;
    }
    .balances {
        line-height: 1.1;
        margin-bottom: 1rem;
    }
    .balances span {
        padding: 4px;
    }
    .features .container {
        background-color: #bea4a4;
        background-image: url(../img/bg-1-mob.jpg);
        background-size: cover;
        background-position: center 0;
    }
    .bg-img,
    .bg-white {
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-wrap {
        padding: 30px 1rem 2rem;
    }
    .btn {
        padding: 16px 13px 16px;
    }
    .consist__list li {
        padding: 0;
        text-align: center;
    }
    .consist__list li img {
        display: block;
        margin: 0 auto 2rem;
    }
    .steps__list li {
        width: 100%;
    }
    .steps__list li:nth-child(n) {
        margin: 0 1% 2rem;
    }
    .reviews .container {
        padding-left: 0;
        padding-right: 0;
    }
    .reviews .owl-nav {
        text-align: center;
        max-width: 95%;
        margin: 25px auto 0;
    }
    .reviews .owl-nav:after {
        content: '';
        display: block;
        clear: both;
    }
    .reviews .owl-nav>div {
        font-size: 0;
        padding: 10px;
        border-radius: 50%;
        margin: 0 20px;
    }
    .reviews .owl-nav>div:before,
    .reviews .owl-nav>div:after {
        margin: 0;
    }
    .reviews .owl-prev {
        float: left;
    }
    .reviews .owl-next {
        float: right;
    }
    .reviews blockquote {
        padding: 15px 0;
    }
    .reviews blockquote img {
        display: block;
        margin: 0 auto 1rem;
    }
    .order .container {
        padding-bottom: 3rem;
    }
    .order__product {
        margin-bottom: 2rem;
    }
    .order .container {
        padding-left: 0;
        padding-right: 0;
    }
    .order-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .order .discount-circle {
        right: 10px;
        bottom: 10px;
    }
    div#comparison {
        width: 84vw !important;
    }
}

div#comparison {
    width: 60vw;
    height: 60vw;
    max-width: 600px;
    max-height: 425px;
    overflow: hidden;
}

div#comparison figure {
    background-image: url(../img/liver-good.png);
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison figure>img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    background-image: url(../img/liver-bad.png);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -2%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 102%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:active {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    outline: none;
}

input[type=range]::active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255, 255, 255, 0.5);
}

input[type=range]:focus::-moz-range-thumb {
    background: rgba(255, 255, 255, 0.5);
}

.jqselect {
    margin-bottom: 10px;
}

.errorMessage {
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 16px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 12px;
    padding: 12px 12px;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
}

.copyright img:first-child {
    display: block !important;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.jq-selectbox__select-text {
    padding-top: 0;
}