@charset "UTF-8";
/*!
 * 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,
.nav-top .top-level ul li:hover > a {
    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;
}

.clearfix:before, .list-advantage:before, .clearfix:after, .list-advantage:after {
    content: " ";
    display: table;
}

.clearfix:after, .list-advantage: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;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1179px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1179px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1179px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1179px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1180px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1180px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1180px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1180px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1179px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1180px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* @function strip-units($value) {
  @return $value / ($value * 0 + 1);
} */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.bg-gray {
    background-color: #f2f2f2;
}

.bg-green {
    background-color: #7bc143;
}

.bg-blue {
    background-color: #006fba;
}

.color-green,
.text-green {
    color: #7bc143;
}

.color-text {
    color: #2e2e2e;
}

@media (max-width: 767px) {
    .out-of-container-xs {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.no-pad-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-border-after:after {
    background: none !important;
}

.positon-rel {
    position: relative;
}

.mb_55 {
    margin-bottom: 55px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.mb_45 {
    margin-bottom: 45px !important;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.mb_35 {
    margin-bottom: 35px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_25 {
    margin-bottom: 25px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb_0 {
    margin-bottom: 0px !important;
}

.mt_55 {
    margin-top: 55px !important;
}

.mt_50 {
    margin-top: 50px !important;
}

.mt_45 {
    margin-top: 45px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_35 {
    margin-top: 35px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_25 {
    margin-top: 25px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_5 {
    margin-top: 5px !important;
}

.mt_0 {
    margin-top: 0px !important;
}

.pb_55 {
    padding-bottom: 55px !important;
}

.pb_50 {
    padding-bottom: 50px !important;
}

.pb_45 {
    padding-bottom: 45px !important;
}

.pb_40 {
    padding-bottom: 40px !important;
}

.pb_35 {
    padding-bottom: 35px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pb_25 {
    padding-bottom: 25px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.pb_15 {
    padding-bottom: 15px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pb_5 {
    padding-bottom: 5px !important;
}

.pb_0 {
    padding-bottom: 0px !important;
}

.pt_55 {
    padding-top: 55px !important;
}

.pt_50 {
    padding-top: 50px !important;
}

.pt_45 {
    padding-top: 45px !important;
}

.pt_40 {
    padding-top: 40px !important;
}

.pt_35 {
    padding-top: 35px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pt_25 {
    padding-top: 25px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pt_15 {
    padding-top: 15px !important;
}

.pt_10 {
    padding-top: 10px !important;
}

.pt_5 {
    padding-top: 5px !important;
}

.pt_0 {
    padding-top: 0px !important;
}

.clearfix::after, .list-advantage::after {
    content: "";
    display: table;
    clear: both;
}

.flex-center, .list-statistic__text, .page-winback-program__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-active_lifestyle {
    font-size: 6.957rem;
    width: 1.6129078626em;
}

.icon-arrow_btn {
    font-size: 1.305rem;
    width: 0.6084291188em;
}

.icon-arrow_done {
    font-size: 2.4rem;
    width: 1.375em;
}

.icon-arrow_lang {
    font-size: 0.5rem;
    width: 1.8em;
}

.icon-arrow_news {
    font-size: 0.991rem;
    width: 1.614530777em;
}

.icon-arrow_slider {
    font-size: 4.78rem;
    width: 0.5215481172em;
}

.icon-balanced_diet {
    font-size: 6.448rem;
    width: 1.2650434243em;
}

.icon-caring {
    font-size: 6.911rem;
    width: 0.9031978006em;
}

.icon-close {
    font-size: 1.3rem;
    width: 1em;
}

.icon-dsa {
    font-size: 3.849rem;
    width: 1.5588464536em;
}

.icon-facebook {
    font-size: 1.7rem;
    width: 0.5294117647em;
}

.icon-icon-eat {
    font-size: 3.3rem;
    width: 1.0909090909em;
}

.icon-icon-eat_green {
    font-size: 3rem;
    width: 1.1em;
}

.icon-icon-look {
    font-size: 3.3rem;
    width: 0.9090909091em;
}

.icon-icon-look_pink {
    font-size: 3.3rem;
    width: 0.9090909091em;
}

.icon-icon-man {
    font-size: 2.4rem;
    width: 1.0416666667em;
}

.icon-icon-money {
    font-size: 2.7rem;
    width: 1em;
}

.icon-icon-money_dark {
    font-size: 2.4rem;
    width: 1em;
}

.icon-icon-sport {
    font-size: 3.3rem;
    width: 0.9393939394em;
}

.icon-icon-sport_blue {
    font-size: 3rem;
    width: 0.9333333333em;
}

.icon-icon-weight {
    font-size: 3.3rem;
    width: 0.9393939394em;
}

.icon-icon-weight_orange {
    font-size: 3.3rem;
    width: 0.9393939394em;
}

.icon-icon-woman {
    font-size: 2.5rem;
    width: 0.68em;
}

.icon-instagram {
    font-size: 51.2rem;
    width: 1em;
}

.icon-lock {
    font-size: 1.933rem;
    width: 0.7242628039em;
}

.icon-logo_bud_v_forme {
    font-size: 4.002rem;
    width: 2.9492753623em;
}

.icon-odnoklassniki {
    font-size: 1.9rem;
    width: 0.6315789474em;
}

.icon-search {
    font-size: 2.3rem;
    width: 0.9960869565em;
}

.icon-sign_in {
    font-size: 2rem;
    width: 0.9495em;
}

.icon-sports_nutrition {
    font-size: 7.025rem;
    width: 0.8828469751em;
}

.icon-tracery_box-landing {
    font-size: 1.8rem;
    width: 37.5555555556em;
}

.icon-vk {
    font-size: 1rem;
    width: 1.8em;
}

.icon-weight_oss {
    font-size: 7rem;
    width: 0.8892857143em;
}

.icon-youtube {
    font-size: 51.2rem;
    width: 1em;
}

/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 1.4em;
}

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
    display: none;
}

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
    display: block;
}

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
    width: 2em;
    height: 1em;
    line-height: 1em;
    position: absolute;
    font-size: 0.8em;
    color: #999;
    overflow: visible;
    text-align: center;
    top: 20px;
    left: 20px;
    margin-left: -1em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
    cursor: default;
}

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
    background: #999;
    width: 1px;
    height: 3px;
    position: absolute;
    left: 50%;
}

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -1em;
    width: 2em;
}

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label, .ui-slider-pips:not(.ui-slider-disabled) .nav-top .top-level ul li:hover > a.ui-slider-pip .ui-slider-label, .nav-top .top-level ul .ui-slider-pips:not(.ui-slider-disabled) li:hover > a.ui-slider-pip .ui-slider-label {
    color: black;
    font-weight: bold;
}

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
    margin-bottom: 1em;
    margin-right: 2em;
}

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
    text-align: left;
    top: auto;
    left: 20px;
    margin-left: 0;
    margin-bottom: -0.5em;
}

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
    width: 3px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
    top: 50%;
    left: 0.5em;
    margin-left: 0;
    margin-top: -0.5em;
    width: 2em;
}

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
    outline: none;
}

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
    position: absolute;
    visibility: hidden;
    top: -40px;
    display: block;
    width: 34px;
    margin-left: -18px;
    left: 50%;
    height: 20px;
    line-height: 20px;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #888;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    color: #333;
    -webkit-transition-property: opacity, top, visibility;
    -o-transition-property: opacity, top, visibility;
    -moz-transition-property: opacity, top, visibility;
    transition-property: opacity, top, visibility;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 200ms, 200ms, 0ms;
    -moz-transition-duration: 200ms, 200ms, 0ms;
    -o-transition-duration: 200ms, 200ms, 0ms;
    transition-duration: 200ms, 200ms, 0ms;
    -webkit-transition-delay: 0ms, 0ms, 200ms;
    -moz-transition-delay: 0ms, 0ms, 200ms;
    -o-transition-delay: 0ms, 0ms, 200ms;
    transition-delay: 0ms, 0ms, 200ms;
}

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .nav-top .top-level ul li:hover > a.ui-slider-handle .ui-slider-tip, .nav-top .top-level ul .ui-slider-float li:hover > a.ui-slider-handle .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label,
.ui-slider-float .nav-top .top-level ul li:hover > a.ui-slider-pip .ui-slider-tip-label, .nav-top .top-level ul
.ui-slider-float li:hover > a.ui-slider-pip .ui-slider-tip-label {
    opacity: 1;
    top: -30px;
    visibility: visible;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 200ms, 200ms, 0ms;
    -moz-transition-delay: 200ms, 200ms, 0ms;
    -o-transition-delay: 200ms, 200ms, 0ms;
    transition-delay: 200ms, 200ms, 0ms;
}

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label, .ui-slider-float .nav-top .top-level ul li:hover > a.ui-slider-pip .ui-slider-tip-label, .nav-top .top-level ul .ui-slider-float li:hover > a.ui-slider-pip .ui-slider-tip-label {
    top: 32px;
    font-weight: normal;
}

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: white;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: #888;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -5px;
}

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: white;
    top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: #888;
    top: -11px;
}

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    width: 34px;
    margin-left: 0px;
    left: -60px;
    color: #333;
    -webkit-transition-duration: 200ms, 200ms, 0;
    -moz-transition-duration: 200ms, 200ms, 0;
    -o-transition-duration: 200ms, 200ms, 0;
    transition-duration: 200ms, 200ms, 0;
    -webkit-transition-property: opacity, left, visibility;
    -o-transition-property: opacity, left, visibility;
    -moz-transition-property: opacity, left, visibility;
    transition-property: opacity, left, visibility;
    -webkit-transition-delay: 0, 0, 200ms;
    -moz-transition-delay: 0, 0, 200ms;
    -o-transition-delay: 0, 0, 200ms;
    transition-delay: 0, 0, 200ms;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .nav-top .top-level ul li:hover > a.ui-slider-handle .ui-slider-tip, .nav-top .top-level ul .ui-slider-vertical.ui-slider-float li:hover > a.ui-slider-handle .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label,
.ui-slider-vertical.ui-slider-float .nav-top .top-level ul li:hover > a.ui-slider-pip .ui-slider-tip-label, .nav-top .top-level ul
.ui-slider-vertical.ui-slider-float li:hover > a.ui-slider-pip .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    left: -50px;
}

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    left: 47px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label, .ui-slider-vertical.ui-slider-float .nav-top .top-level ul li:hover > a.ui-slider-pip .ui-slider-tip-label, .nav-top .top-level ul .ui-slider-vertical.ui-slider-float li:hover > a.ui-slider-pip .ui-slider-tip-label {
    left: 37px;
}

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: white;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -10px;
    margin-left: 0;
    top: auto;
    left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: #888;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -11px;
    margin-left: 0;
    top: auto;
    left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: white;
    right: auto;
    left: -10px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: #888;
    right: auto;
    left: -11px;
}

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
    font-weight: bold;
    color: #14CA82;
}

.ui-slider-pips .ui-slider-pip-initial-2 {
    color: #1897C9;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
    font-weight: bold;
    color: #FF7A00;
}

.ui-slider-pips .ui-slider-pip-inrange {
    color: black;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
    color: #E70081;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background: black;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools, .nav-top .top-level ul li:hover > a.mCustomScrollBox > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools, .nav-top .top-level ul li:hover > a.mCustomScrollBox ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .nav-top .top-level ul li:hover > a.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .nav-top .top-level ul li:hover > a.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url("images/required/mCSB_buttons.png");
    /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_buttonUp, .nav-top .top-level ul .mCSB_scrollTools li:hover > a.mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_buttonDown, .nav-top .top-level ul
.mCSB_scrollTools li:hover > a.mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_buttonLeft, .nav-top .top-level ul
.mCSB_scrollTools li:hover > a.mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_buttonRight, .nav-top .top-level ul
.mCSB_scrollTools li:hover > a.mCSB_buttonRight {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-light-2.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-dark-2.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-light-thick.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-dark-thick.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-dark-thin.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail {
    width: 4px;
    /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail {
    height: 4px;
    /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-rounded-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-rounded-dots-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-3d.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-3d-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-3d-thick.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-3d-thick-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .nav-top .top-level ul li:hover > a.mCSB_draggerContainer .mCSB_draggerRail, .nav-top .top-level ul
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand li:hover > a.mCSB_draggerContainer .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-dark-3.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-inset-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-inset-2-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul
.mCS-inset-3-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-inset-3.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .nav-top .top-level ul li:hover > a.mCSB_dragger .mCSB_dragger_bar, .nav-top .top-level ul .mCS-inset-3-dark.mCSB_scrollTools li:hover > a.mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover, .mfp-preloader .nav-top .top-level ul li:hover > a, .nav-top .top-level ul .mfp-preloader li:hover > a {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .nav-top .top-level ul li:hover > a.mfp-close, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .nav-top .top-level ul li:hover > a.mfp-arrow, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url("multiple-select.png") left top no-repeat;
}

.ms-choice > div.open {
    background: url("multiple-select.png") right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url("multiple-select.png") no-repeat 100% -22px;
    background: url("multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(99%, #eeeeee));
    background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    -moz-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes swiper-preloader-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tooltipster-sidetip.tooltipster-herbalife .tooltipster-box,
.tooltipster-follower.tooltipster-herbalife .tooltipster-box {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-bottom .tooltipster-box,
.tooltipster-follower.tooltipster-herbalife.tooltipster-bottom .tooltipster-box {
    margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-left .tooltipster-box,
.tooltipster-follower.tooltipster-herbalife.tooltipster-left .tooltipster-box {
    margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-right .tooltipster-box,
.tooltipster-follower.tooltipster-herbalife.tooltipster-right .tooltipster-box {
    margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-top .tooltipster-box,
.tooltipster-follower.tooltipster-herbalife.tooltipster-top .tooltipster-box {
    margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-herbalife .tooltipster-content,
.tooltipster-follower.tooltipster-herbalife .tooltipster-content {
    color: #acacac;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 15px 20px;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-top .tooltipster-arrow,
.tooltipster-follower.tooltipster-herbalife.tooltipster-top .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-herbalife.tooltipster-right .tooltipster-arrow,
.tooltipster-follower.tooltipster-herbalife.tooltipster-left .tooltipster-arrow,
.tooltipster-follower.tooltipster-herbalife.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px;
}

.tooltipster-sidetip.tooltipster-herbalife .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-herbalife .tooltipster-arrow-background {
    display: none;
}

.tooltipster-sidetip.tooltipster-herbalife .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-herbalife .tooltipster-arrow-border {
    border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-herbalife.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-left .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-herbalife.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-right .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-herbalife.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-top .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-herbalife.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-bottom .tooltipster-arrow-uncropped,
.tooltipster-follower.tooltipster-herbalife.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px;
}

.tooltipster-sidetip.tooltipster-herbalife.tooltipster-right .tooltipster-arrow-uncropped,
.tooltipster-follower.tooltipster-herbalife.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px;
}

.tooltipster-follower.tooltipster-herbalife .tooltipster-content {
    color: #2e2e2e;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tooltipster-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

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

@-moz-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .4s;
    -moz-animation: tooltipster-fading .4s;
    -o-animation: tooltipster-fading .4s;
    animation: tooltipster-fading .4s;
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-moz-keyframes tooltipster-rotating {
    25% {
        -moz-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    75% {
        -moz-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes tooltipster-rotating {
    25% {
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    75% {
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .6s;
    -moz-animation: tooltipster-rotating .6s;
    -o-animation: tooltipster-rotating .6s;
    animation: tooltipster-rotating .6s;
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes tooltipster-scaling {
    50% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes tooltipster-scaling {
    50% {
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .6s;
    -moz-animation: tooltipster-scaling .6s;
    -o-animation: tooltipster-scaling .6s;
    animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

@font-face {
    font-family: "HelveticaNeue";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/HelveticaNeueLTCYR-Roman.woff2") format("woff2"), url("fonts/HelveticaNeueLTCYR-Roman.woff") format("woff");
}

@font-face {
    font-family: "PH";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/PH-700NarrowCaps.woff2") format("woff2"), url("fonts/PH-700NarrowCaps.woff") format("woff");
}

@font-face {
    font-family: "PH";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/PH-500Regular.woff2") format("woff2"), url("fonts/PH-500Regular.woff") format("woff");
}

@font-face {
    font-family: "PH_Narrow";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/PH-500Narrow.woff2") format("woff2"), url("fonts/PH-500Narrow.woff") format("woff");
}

@font-face {
    font-family: "PHR";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/PH-600Regular.woff2") format("woff2"), url("fonts/PH-600Regular.woff") format("woff");
}

@font-face {
    font-family: "KarminaBold";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/KarminaBold.woff2") format("woff2"), url("fonts/KarminaBold.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeuelThin";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/HelveticaNeueLTCYR-Thin.woff2") format("woff2"), url("fonts/HelveticaNeueLTCYR-Thin.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeuelLight";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/HelveticaNeueLTCYR-Light.woff2") format("woff2"), url("fonts/HelveticaNeueLTCYR-Light.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeuelRoman";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/HelveticaNeueLTCYR-Roman.woff2") format("woff2"), url("fonts/HelveticaNeueLTCYR-Roman.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeuelTW1G";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/HelveticaNeueLTW1G-Cn.woff2") format("woff2"), url("fonts/HelveticaNeueLTW1G-Cn.woff") format("woff");
}

* {
    -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 {
    height: 100%;
    font-size: 10px;
}

body {
    min-height: 100%;
    min-width: 320px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
}

body.no-scroll {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.page-wrapper {
    height: 100%;
    min-height: 100vh;
    min-width: 320px;
}

.container, .box-product-banner .product-carousel-wrapper, .loss__balance-wrapper, .loss__diet .diet-container, .loss__complex {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before, .box-product-banner .product-carousel-wrapper:before, .loss__balance-wrapper:before, .loss__diet .diet-container:before, .loss__complex:before, .container:after, .box-product-banner .product-carousel-wrapper:after, .loss__balance-wrapper:after, .loss__diet .diet-container:after, .loss__complex:after {
    content: " ";
    display: table;
}

.container:after, .box-product-banner .product-carousel-wrapper:after, .loss__balance-wrapper:after, .loss__diet .diet-container:after, .loss__complex:after {
    clear: both;
}

@media (min-width: 768px) {
    .container, .box-product-banner .product-carousel-wrapper, .loss__balance-wrapper, .loss__diet .diet-container, .loss__complex {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .box-product-banner .product-carousel-wrapper, .loss__balance-wrapper, .loss__diet .diet-container, .loss__complex {
        width: 100%;
    }
}

@media (min-width: 1180px) {
    .container, .box-product-banner .product-carousel-wrapper, .loss__balance-wrapper, .loss__diet .diet-container, .loss__complex {
        width: 1200px;
    }
}

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

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

[type="search"]::-ms-clear,
[type="text"]::-ms-clear,
[type="passowrd"]::-ms-clear,
[type="tel"]::-ms-clear {
    display: none;
}

.herb-popup .mfp-content {
    width: auto;
    background-color: #fff;
}

.herb-popup .mfp-close {
    color: #000;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 42px;
    font-family: serif;
}

@media (max-width: 740px) {
    .herb-popup .mfp-close {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

.popup-recipe {
    width: 720px;
    padding-bottom: 30px;
}

.popup-recipe .recipe-photo {
    height: 320px;
    position: relative;
}

.popup-recipe .recipe-photo:before, .popup-recipe .recipe-photo:after {
    content: " ";
    display: table;
}

.popup-recipe .recipe-photo:after {
    clear: both;
}

.popup-recipe .img-wrapper {
    height: 100%;
    overflow: hidden;
}

.popup-recipe .img-wrapper > img {
    height: 100%;
    max-width: inherit;
}

.popup-recipe .recipe-ingredients {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px;
    background-color: #7bc143;
    padding-top: 8px;
}

.popup-recipe .recipe-ingredients .item {
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 15px;
}

.popup-recipe .recipe-ingredients .item:before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: #6daa3b;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.popup-recipe .recipe-ingredients .item:first-child:before {
    content: none;
}

.popup-recipe .recipe-ingredients .item .num {
    font-size: 2.4rem;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
}

.popup-recipe .recipe-energy {
    width: 68px;
    height: 68px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #00a87f;
    color: #fff;
    text-align: center;
    margin: -34px auto 13px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
}

.popup-recipe .recipe-energy .num {
    font-size: 2.2rem;
    line-height: 0.7;
}

.popup-recipe .recipe-info {
    padding: 0 50px 0 30px;
}

.popup-recipe .recipe-info .title {
    color: #2e2e2e;
    margin: 0 0 30px 0;
}

.popup-recipe .list-custom {
    font-size: 1.6rem;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.popup-recipe .hashtags {
    font-size: 1.4rem;
}

.popup-recipe .hashtags > a {
    color: #7bc143;
}

.popup-recipe .hashtags > a:hover, .popup-recipe .nav-top .top-level ul li.hashtags:hover > a, .nav-top .top-level ul .popup-recipe li.hashtags:hover > a {
    color: #84d941;
}

@media (max-width: 740px) {
    .popup-recipe {
        width: 100%;
        position: relative;
        padding-bottom: 50px;
    }

    .popup-recipe .recipe-photo {
        height: auto;
    }

    .popup-recipe .img-wrapper {
        height: auto;
    }

    .popup-recipe .img-wrapper > img {
        height: auto;
        max-width: 100%;
        display: block;
    }

    .popup-recipe .recipe-ingredients {
        position: static;
        width: 100%;
        height: 80px;
        padding-top: 20px;
        text-align: center;
    }

    .popup-recipe .recipe-ingredients .item {
        display: inline-block;
        height: 40px;
        padding: 0 10px;
    }

    .popup-recipe .recipe-ingredients .item:before {
        width: 1px;
        height: 100%;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .popup-recipe .recipe-ingredients .item .num {
        font-size: 1.8rem;
    }

    .popup-recipe .recipe-energy {
        position: absolute;
        margin: 0;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .popup-recipe .recipe-info {
        padding: 20px 20px 0 20px;
    }

    .popup-recipe .recipe-info .title {
        font-size: 2rem;
        margin: 0 0 20px 0;
    }

    .popup-recipe .list-custom {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .popup-recipe .box-tabs-simple .tabs__head {
        margin-right: 30px;
    }

    .popup-recipe .box-tabs-simple .tabs__body {
        padding-bottom: 15px;
    }
}

.popup-text {
    background-color: #fff;
    width: 720px;
    padding: 50px 60px 60px;
}

.popup-text.in-content {
    margin: 70px auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #999;
}

@media (max-width: 740px) {
    .popup-text {
        width: 100%;
        padding: 35px 20px 40px 20px;
    }
}

.popup-title {
    margin: 0 0 50px;
    padding: 0;
    font-weight: 400;
    font-size: 3.2rem;
    color: #000;
}

@media (max-width: 740px) {
    .popup-title {
        font-size: 2.4rem;
        margin-bottom: 25px;
    }
}

a {
    text-decoration: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

a.color-green {
    color: #7bc143;
}

a.color-green:hover, .nav-top .top-level ul li:hover > a.color-green {
    color: #84d941;
}

h1, .h1 {
    font-size: 4rem;
    font-weight: 400;
    margin-top: 1.1em;
    margin-bottom: 0.55em;
}

h1 .hint, .h1 .hint {
    display: block;
    font-size: 1.4rem;
    color: #acacac;
    margin-top: 7px;
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 30px;
    }
}

h2, .h2 {
    margin: 40px 0 28px 0;
    padding: 0;
    font-size: 3.8rem;
    color: #000;
    font-weight: 400;
}

h3, .h3 {
    margin: 40px 0 34px 0;
    padding: 0;
    font-size: 3rem;
    color: #413c36;
    font-weight: 400;
}

h3 .hint, .h3 .hint {
    display: block;
    font-size: 1.4rem;
    color: #acacac;
}

@media (max-width: 480px) {
    h3, .h3 {
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

h4, .h4 {
    margin: 39px 0 18px 0;
    padding: 0;
    color: #7bc143;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 400;
}

.header-landing {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 4.8rem;
}

@media (max-width: 767px) {
    .header-landing {
        font-size: 3rem;
    }
}

.elem-article-anonce {
    margin-bottom: 20px;
    background-color: #f2f2f2;
    position: relative;
    padding: 35px 30px 20px;
}

.elem-article-anonce .country {
    display: inline-block;
    background-color: #7bc143;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 31px;
}

.elem-article-anonce .title {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #413c36;
}

.elem-article-anonce .title .icon {
    color: #7bc143;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    margin-left: 5px;
}

.elem-article-anonce .title:hover, .elem-article-anonce .nav-top .top-level ul li:hover > a.title, .nav-top .top-level ul .elem-article-anonce li:hover > a.title {
    color: #7bc143;
}

.elem-article-anonce .title:hover .icon, .elem-article-anonce .nav-top .top-level ul li:hover > a.title .icon, .nav-top .top-level ul .elem-article-anonce li:hover > a.title .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

.elem-blockquote {
    color: #413c36;
    font-size: 1.8rem;
    padding-left: 22px;
    position: relative;
    margin: 48px 15.5% 60px;
    line-height: 1.4;
}

.elem-blockquote:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #7bc143;
}

.elem-blockquote--solid {
    background-color: #f2f2f2;
    color: #413c36;
    font-size: 2.4rem;
    padding: 42px 50px 39px 138px;
    margin: 35px 0 0 0;
    position: relative;
}

.elem-blockquote--solid:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #7bc143;
    position: absolute;
    left: 105px;
    top: 50px;
}

.elem-blockquote--quote {
    position: relative;
    color: #413c36;
    margin-top: 45px;
    margin-bottom: 45px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 35px 0;
    font-size: 2.4rem;
}

.elem-blockquote--quote:before, .elem-blockquote--quote:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 25px;
    background-color: #fff;
    background-image: url("images/required/quotes-green.png");
    background-repeat: no-repeat;
}

.elem-blockquote--quote:before {
    top: -11px;
    left: 0;
    background-position: 0 0;
}

.elem-blockquote--quote:after {
    bottom: -11px;
    right: 0;
    background-position: 100% 0;
}

@media (max-width: 991px) {
    .elem-blockquote--solid {
        font-size: 2rem;
        padding: 20px 30px;
    }

    .elem-blockquote--solid:before {
        left: 0;
        top: 28px;
    }
}

@media (max-width: 767px) {
    .elem-blockquote {
        margin-left: 0;
        margin-right: 0;
    }

    .elem-blockquote--quote {
        font-size: 2rem;
    }

    .elem-blockquote--quote:before, .elem-blockquote--quote:after {
        width: 100px;
    }
}

.elem-blog {
    position: relative;
    overflow: hidden;
}

.elem-blog .elem-btn {
    position: absolute;
    bottom: 9%;
    left: 7%;
    padding-left: 34px;
    padding-right: 20px;
    font-size: 2rem;
}

.elem-blog .elem-btn .icon {
    margin-left: 22px;
}

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

.elem-blog .text {
    position: absolute;
    left: 7%;
    top: 12%;
    width: 50%;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.elem-blog .text .title {
    font-weight: 500;
    font-size: 2.8rem;
    color: #413c36;
    margin-bottom: 16px;
}

.elem-blog .text .descr {
    font-size: 1.8rem;
    color: #626262;
}

.elem-blog .text .descr.mobile {
    display: none;
}

@media (max-width: 1179px) {
    .elem-blog .text .title {
        font-size: 2.1rem;
        margin-bottom: 5px;
    }

    .elem-blog .text .descr {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .elem-blog .text .title {
        font-size: 2.8rem;
        margin-bottom: 16px;
    }

    .elem-blog .text .descr {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .elem-blog {
        height: 213px;
        height: 66.565vw;
    }

    .elem-blog img {
        max-width: inherit;
        width: auto;
        height: 100%;
    }

    .elem-blog .elem-btn {
        width: 100%;
        left: 0;
        bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .elem-blog .elem-btn .icon {
        margin-left: 0;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .elem-blog.has-text img {
        float: right;
        height: 60vw;
    }

    .elem-blog .text .title {
        margin-bottom: 0;
        font-size: 8vw;
    }

    .elem-blog .text .descr {
        display: none;
        font-size: 5vw;
    }

    .elem-blog .text .descr.mobile {
        display: block;
    }
}

.elem-brick {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.elem-brick:hover .elem-brick__descr, .nav-top .top-level ul li:hover > a.elem-brick .elem-brick__descr {
    bottom: 0;
}

.elem-brick:hover .elem-brick__descr .title, .nav-top .top-level ul li:hover > a.elem-brick .elem-brick__descr .title {
    padding-left: 25px;
    padding-bottom: 12px;
}

.elem-brick--vertical {
    height: 590px;
}

.elem-brick--vertical .elem-brick__descr {
    bottom: -87.3%;
}

.elem-brick--horizontal {
    height: 285px;
}

.elem-brick--horizontal .elem-brick__descr {
    bottom: -73%;
}

.elem-brick__link {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.elem-brick__img {
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.elem-brick__number {
    position: absolute;
    left: -9px;
    bottom: 0;
    color: #fff;
    font-size: 12rem;
    font-weight: 500;
    line-height: 0.7;
    z-index: 2;
}

.elem-brick__descr {
    background-color: #7bc143;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-brick__descr .title {
    font-size: 2.8rem;
    padding: 21px 0 20px 80px;
    font-weight: 500;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-brick__descr .description {
    font-size: 1.6rem;
    overflow: auto;
    padding: 0 25px;
}

@media (max-width: 767px) {
    .elem-brick {
        margin-bottom: 20px;
    }

    .elem-brick--vertical, .elem-brick--horizontal {
        height: 200px;
        height: 62.5vw;
    }

    .elem-brick__img {
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 100%;
    }

    .elem-brick__number {
        font-size: 8.7rem;
        left: -8px;
    }

    .elem-brick__descr {
        bottom: auto !important;
        top: 100%;
        -webkit-transform: translate(0, -55px);
        -moz-transform: translate(0, -55px);
        -ms-transform: translate(0, -55px);
        -o-transform: translate(0, -55px);
        transform: translate(0, -55px);
    }

    .elem-brick__descr .title {
        font-size: 2rem;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 60px !important;
    }
}

.elem-btn {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-btn .icon-arrow_btn {
    margin-left: 18px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-btn--white {
    color: #fff;
    border: solid 2px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 26px;
}

.elem-btn--white:hover, .nav-top .top-level ul li:hover > a.elem-btn--white {
    color: #7bc143;
    background-color: #fff;
}

.elem-btn--white-solid {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #413c36;
}

.elem-btn--green {
    color: #fff;
    background-color: #7bc143;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 16px 26px 17px;
    font-size: 2rem;
}

a.elem-btn.elem-btn--green.hidden-xs.landing_ex {
    padding: 16px 20px 17px !important;
}

a.elem-btn.elem-btn--green.visible-xs.landing_ex {
    padding: 16px 20px 17px !important;
}

span.elem-burger.landing_ex {
    display: none;
}

.box-tags--collection.landing_ex {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .box-header__controls.landing_ex {
        padding-top: 10px !important;
        width: unset;
    }
}

.box-header__controls.landing_ex {
    padding-top: 15px;
}

.box-header__controls.landing_ex a {
    margin-right: 0px !important;
}

@media (max-width: 600px) {
    .page-winback-order__list .box-place-order.landing_ex {
        padding-top: 30px;
    }
}

.elem-btn--green:hover, .nav-top .top-level ul li:hover > a.elem-btn--green {
    background-color: #84d941;
}

.elem-btn--green:disabled {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background-color: #d1d1d1;
}

.elem-btn--green:disabled:hover, .nav-top .top-level ul li:hover > a.elem-btn--green:disabled, .elem-btn--green:disabled:focus {
    background-color: #d1d1d1;
}

.elem-btn--green:disabled:hover .icon-arrow_btn, .nav-top .top-level ul li:hover > a.elem-btn--green:disabled .icon-arrow_btn, .elem-btn--green:disabled:focus .icon-arrow_btn {
    -webkit-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.elem-btn--orange {
    color: #fff;
    background-color: #fcb53b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 16px 26px 17px;
    font-size: 2rem;
}

.elem-btn--orange:hover, .nav-top .top-level ul li:hover > a.elem-btn--orange {
    background-color: #fba209;
}

.elem-btn--bordered {
    border: solid 2px #7bc143;
    font-size: 2rem;
    text-align: center;
    color: #7bc143;
    background-color: #fff;
    padding: 14px 0 15px;
}

.elem-btn--bordered > img {
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    margin-right: 15px;
}

.elem-btn--bordered > span {
    display: inline-block;
    vertical-align: middle;
}

.elem-btn--bordered.loading > img {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.elem-btn--more {
    border: solid 2px #7bc143;
    font-size: 2rem;
    text-align: center;
    color: #7bc143;
    background-color: #fff;
    padding: 14px 15px 15px;
}

.elem-btn--more .icon {
    margin-left: 8px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-btn--more:hover, .nav-top .top-level ul li:hover > a.elem-btn--more {
    color: #84d941;
    border-color: #84d941;
}

.elem-btn--more:hover .icon, .nav-top .top-level ul li:hover > a.elem-btn--more .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

.elem-btn.full-width {
    width: 100%;
}

.elem-btn--close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #99ca3d;
}

.elem-btn--close > .icon-close {
    font-size: 16px;
    pointer-events: none;
}

.elem-btn--grey {
    background-color: #d1d1d1;
}

.elem-btn--back {
    position: relative;
    min-width: 260px;
}

.elem-btn--back > .icon-arrow_btn {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.elem-btn--back:hover, .nav-top .top-level ul li:hover > a.elem-btn--back {
    background-color: #b1b1b1;
}

.elem-btn--next {
    position: relative;
    min-width: 260px;
}

.elem-btn--next > .icon-arrow_btn {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.elem-btn--next:hover, .nav-top .top-level ul li:hover > a.elem-btn--next {
    background-color: #909090;
}

.elem-btn-zoom {
    width: 50px;
    height: 50px;
    background-color: #99ca3d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

@media (min-width: 1024px) {
    .elem-btn-zoom {
        display: none;
    }
}

.elem-btn-zoom > .icon {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.elem-btn-zoom--left {
    position: absolute;
    left: 6%;
    top: 44%;
}

.elem-btn-zoom--center {
    position: absolute;
    left: 40%;
    top: 48%;
}

.elem-btn-zoom--right {
    position: absolute;
    right: 3%;
    top: 60%;
}

.elem-btn-zoom--bottom {
    position: absolute;
    right: 34%;
    top: 78%;
}

@media (min-width: 768px) {
    .elem-btn-zoom--left {
        left: 26%;
    }

    .elem-btn-zoom--center {
        left: 42%;
        top: 48%;
    }

    .elem-btn-zoom--right {
        right: 8%;
        top: 56%;
    }

    .elem-btn-zoom--bottom {
        right: 40%;
        top: 83%;
    }
}

.elem-btn-dashed {
    font-size: 20px;
    padding: 13px 30px;
    max-width: 300px;
    color: #f6ff86;
    border: 2px dashed currentColor;
    text-align: center;
}

.elem-btn-dashed--yellow {
    color: #ffff76;
}

.elem-btn-dashed--pink {
    color: #fc8fc1;
}

.elem-btn-dashed:hover, .nav-top .top-level ul li:hover > a.elem-btn-dashed {
    background-color: rgba(255, 255, 255, 0.9);
}

.elem-btn-more-dashed {
    display: inline-block;
    min-width: 260px;
    text-align: center;
    font-size: 22px;
    color: #413c36;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding: 12px 10px;
    margin: 20px;
    outline: 2px dashed #ffffff !important;
    outline-offset: 20px;
    font-family: "HelveticaNeuelRoman", Helvetica, Arial, sans-serif;
    transition: all linear 0.2s;
}

.elem-btn-more-dashed:hover, .nav-top .top-level ul li:hover > a.elem-btn-more-dashed, .elem-btn-more-dashed:focus {
    background-color: rgba(255, 255, 255, 0.9);
}

.elem-btn-more-dashed:hover .icon-arrow_btn, .nav-top .top-level ul li:hover > a.elem-btn-more-dashed .icon-arrow_btn, .elem-btn-more-dashed:focus .icon-arrow_btn {
    -webkit-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.elem-burger {
    display: inline-block;
    width: 25px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

.elem-burger:before, .elem-burger:after,
.elem-burger > span {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-burger:before {
    top: 0;
}

.elem-burger:after {
    bottom: 0;
}

.elem-burger > span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.elem-burger > span:before, .elem-burger > span:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-burger.opened:before {
    top: -10px;
    opacity: 0;
}

.elem-burger.opened:after {
    bottom: -10px;
    opacity: 0;
}

.elem-burger.opened > span {
    background-color: transparent;
}

.elem-burger.opened > span:before {
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
}

.elem-burger.opened > span:after {
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    transform: rotate(-47deg);
}

.elem-city {
    font-size: 1.6rem;
    color: #413c36;
    margin-bottom: 53px;
}

.elem-city .name {
    font-size: 2.4rem;
    position: relative;
    color: #413c36;
    padding-left: 26px;
    background-image: url("images/required/icon-pin_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: 14px 18px;
    background-size: 14px 18px;
    background-position: 0 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.elem-city .name:hover, .elem-city .nav-top .top-level ul li:hover > a.name, .nav-top .top-level ul .elem-city li:hover > a.name {
    background-image: url("images/required/icon-pin.png");
}

.elem-city .name + .hint {
    margin-top: -13px;
    margin-bottom: 21px;
}

.elem-city .hint {
    font-size: 1.7rem;
    color: #a4a4a4;
}

.elem-city .address {
    margin-bottom: 10px;
}

.elem-city .phone {
    display: table;
    font-size: 2rem;
    color: #413c36;
}

.elem-city .phone + .phone {
    margin-top: 8px;
}

.elem-city .phone + .day-time {
    margin-top: 15px;
}

.elem-city .day-time {
    margin-bottom: 6px;
}

.elem-city .day-time > .day,
.elem-city .day-time > .time {
    display: inline-block;
    vertical-align: top;
}

.elem-city .day-time > .day-title {
    padding-top: 4px;
    margin-bottom: 6px;
    font-size: 1.6rem;
    color: #a4a4a4;
}

.elem-city .day {
    width: 130px;
}

.elem-city .day > span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d6d6d6;
    margin-left: 7px;
}

.elem-city .day > span:first-child {
    margin-left: 0;
}

.elem-city .day.other {
    vertical-align: bottom;
    margin-top: 4px;
    line-height: 1.5;
}

.elem-city .day.other + .time {
    vertical-align: bottom;
    line-height: 1.5;
}

.elem-city .day.mon > span:first-child {
    background-color: #7bc143;
}

.elem-city .day.tue > span:nth-child(2) {
    background-color: #7bc143;
}

.elem-city .day.wed > span:nth-child(3) {
    background-color: #7bc143;
}

.elem-city .day.thu > span:nth-child(4) {
    background-color: #7bc143;
}

.elem-city .day.fri > span:nth-child(5) {
    background-color: #7bc143;
}

.elem-city .day.sat > span:nth-child(6) {
    background-color: #7bc143;
}

.elem-city .day.sun > span:nth-child(7) {
    background-color: #7bc143;
}

@media (max-width: 540px) {
    .elem-city {
        margin-bottom: 0;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .elem-city > *,
    .elem-city > .phone {
        display: none;
    }

    .elem-city > .name {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        padding-right: 54px;
        padding-left: 0;
        background-image: none !important;
        font-size: 2rem;
    }

    .elem-city > .name:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-right: solid 2px #7bc143;
        border-bottom: solid 2px #7bc143;
        position: absolute;
        right: 19px;
        top: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .elem-city.active > *,
    .elem-city.active > .phone {
        display: inherit;
    }

    .elem-city.active > .name {
        margin-bottom: 24px;
    }

    .elem-city.active > .name:after {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 8px;
    }
}

.elem-component {
    display: block;
    position: relative;
    padding-left: 74px;
    min-height: 55px;
}

.elem-component.flex-item-empty {
    min-height: inherit;
}

.elem-component__icon {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    text-align: center;
    color: #fff;
}

.elem-component__icon > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.elem-component__icon > img.cereals {
    width: 25px;
}

.elem-component__icon > img.pill {
    width: 39px;
}

.elem-component__icon > img.fish {
    width: 28px;
}

.elem-component__icon .letter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
}

.elem-component__icon .number {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 0.8;
}

.elem-component__icon .number small {
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
}

.elem-component__info {
    padding-top: 6px;
}

.elem-component__info .name {
    display: block;
    font-size: 1.7rem;
    color: #58585a;
    margin-bottom: 7px;
}

.elem-component__info .equal {
    display: block;
    font-size: 1.3rem;
    color: #acacac;
}

.elem-contact {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 1.6rem;
    color: #413c36;
}

.elem-contact > img {
    position: absolute;
    width: 22px;
    left: 0;
    top: -2px;
}

.elem-contact .hint {
    font-size: 1.4rem;
    color: #b9b8b6;
}

@media (max-width: 480px) {
    .elem-contact .hint {
        display: table;
    }
}

.elem-effective {
    position: relative;
    overflow: hidden;
}

.elem-effective:before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.elem-effective .img-wrapper {
    overflow: hidden;
    width: 243px;
    height: 243px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 7px #fff;
    -moz-box-shadow: 0 0 0 7px #fff;
    box-shadow: 0 0 0 7px #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.elem-effective .img-wrapper > img {
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.elem-effective .strip {
    position: absolute;
    left: 165px;
    top: 50%;
    right: 120px;
    -webkit-transform: translate(-93%, -50%);
    -moz-transform: translate(-93%, -50%);
    -ms-transform: translate(-93%, -50%);
    -o-transform: translate(-93%, -50%);
    transform: translate(-93%, -50%);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 135px;
    padding-right: 70px;
    opacity: 0;
    -webkit-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    -moz-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.elem-effective .strip:after {
    content: '';
    width: 40px;
    height: 100%;
    background-image: url("images/required/corner-strip.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.elem-effective .strip .name {
    margin: 0;
    padding: 9px 0;
    font-weight: 400;
    font-size: 3rem;
}

.elem-effective .strip .purpose {
    display: inline-block;
    padding: 9px 0;
    font-size: 1.8rem;
}

.elem-effective .strip--yellow {
    background-color: #ffdd4e;
}

.elem-effective .strip--orange {
    background-color: #fcb53b;
}

.elem-effective .strip--lime {
    background-color: #d2df43;
}

.elem-effective.to-right:before {
    left: auto;
    right: 0;
}

.elem-effective.to-right .img-wrapper {
    float: right;
}

.elem-effective.to-right .strip {
    right: 165px;
    left: 120px;
    padding-right: 90px;
    padding-left: 160px;
    -webkit-transform: translate(93%, -50%);
    -moz-transform: translate(93%, -50%);
    -ms-transform: translate(93%, -50%);
    -o-transform: translate(93%, -50%);
    transform: translate(93%, -50%);
}

.elem-effective.to-right .strip:after {
    left: 0;
    right: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elem-effective.in .img-wrapper {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.elem-effective.in .strip {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 991px) {
    .elem-effective .strip {
        right: 0;
    }

    .elem-effective.to-right .strip {
        left: 0;
        padding-left: 70px;
    }
}

@media (max-width: 620px) {
    .elem-effective {
        width: 280px;
        margin: 0 auto 15px;
    }

    .elem-effective:before {
        content: none;
    }

    .elem-effective .img-wrapper {
        width: 272px;
        height: 272px;
        margin: 0 auto;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .elem-effective .strip {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 142px 20px 75px 20px;
        opacity: 1;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        margin-top: -105px;
    }

    .elem-effective .strip:after {
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        height: 47px;
        width: auto;
        background-image: url("images/required/corner-strip_hor.png");
    }

    .elem-effective .strip .name {
        font-size: 2.5rem;
    }

    .elem-effective.to-right .img-wrapper {
        float: none;
    }

    .elem-effective.to-right .strip {
        left: auto;
        right: auto;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .elem-effective.to-right .strip:after {
        right: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.elem-field {
    position: relative;
}

.elem-field__label {
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 15px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 1;
    color: #979797;
}

.elem-field--static {
    padding-top: 35px;
}

.elem-field--static .elem-field__label {
    top: 0;
    font-size: 15px;
}

.elem-field--static .elem-field__label--small {
    top: -15px;
    font-size: 12px;
}

.elem-field__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0 7px;
}

.elem-field__input:focus {
    outline: none;
    border-bottom: 2px solid #413c36;
}

.elem-field__input:focus + .elem-field__label,
.elem-field__input:focus + .error + .elem-field__label,
.elem-field__input:required:valid + .elem-field__label,
.elem-field__input:required:valid + .error + .elem-field__label,
.elem-field__input + .error + .elem-field__label {
    bottom: 100%;
    top: auto;
    font-size: 12px;
}

.elem-field__input:valid {
    border-bottom: 2px solid #7bc143;
}

.elem-field .error {
    border-bottom: 2px solid #cf342f;
}

.elem-field .error + .error + .elem-field__label {
    color: #cf342f;
}

.elem-field label.error {
    display: none !important;
}

.elem-history {
    margin-left: -21.942%;
    margin-right: -21.942%;
    padding-left: 22%;
    padding-right: 22%;
    position: relative;
}

.elem-history + .elem-history {
    margin-top: 24px;
}

.elem-history .year {
    border-bottom: solid 2px;
    color: #7bc143;
    text-align: center;
    position: absolute;
    left: 0;
    top: -33px;
    width: 160px;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
}

.elem-history .events p {
    margin-top: 0;
    margin-bottom: 24px;
}

.elem-history .events p:last-child {
    margin-bottom: 0;
}

.elem-history--img .img-wrapper {
    position: absolute;
    left: 0;
    top: 5px;
    width: 140px;
}

@media (max-width: 1179px) {
    .elem-history .year {
        font-size: 4rem;
        line-height: 1.2;
        width: 140px;
    }
}

@media (max-width: 991px) {
    .elem-history {
        margin-left: 0;
        margin-right: 0;
        padding-left: 190px;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .elem-history {
        padding-left: 0;
    }

    .elem-history .year {
        width: 100%;
        position: static;
        text-align: left;
        margin-bottom: 25px;
    }

    .elem-history--img .img-wrapper {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.elem-img {
    margin: 0 0 40px 0;
}

.elem-img > img {
    width: 100%;
    margin-bottom: 12px;
}

.elem-img .img-caption {
    font-size: 1.4rem;
    color: #acacac;
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
}

.elem-img .img-caption:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #7bc143;
    position: absolute;
    left: 0;
    top: 0;
}

.elem-info-article {
    position: relative;
    padding: 27px 30px 45px 30px;
    border-top: dotted 1px #e0e0e0;
}

.elem-info-article:hover .title, .nav-top .top-level ul li:hover > a.elem-info-article .title {
    color: #7bc143;
}

.elem-info-article:hover .text .icon, .nav-top .top-level ul li:hover > a.elem-info-article .text .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

.elem-info-article .link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.elem-info-article .title {
    font-size: 2.4rem;
    color: #2e2e2e;
    font-weight: 400;
    margin: 0 0 22px -30px;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-info-article .title:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #7bc143;
    position: absolute;
    left: 0;
    top: 8px;
}

.elem-info-article .text {
    font-size: 1.6rem;
    line-height: 1.45;
    color: #909090;
}

.elem-info-article .text p {
    margin-top: 0;
    margin-bottom: 25px;
}

.elem-info-article .text p:last-of-type {
    margin-bottom: 0;
}

.elem-info-article .text .icon {
    color: #7bc143;
    margin-left: 3px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-info {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #7bc143;
    border: solid 1px #7bc143;
    -webkit-box-shadow: inset 0 0 1px 0;
    -moz-box-shadow: inset 0 0 1px 0;
    box-shadow: inset 0 0 1px 0;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-info:hover, .nav-top .top-level ul li:hover > a.elem-info {
    border-color: #84d941;
    color: #84d941;
}

.elem-info:after {
    content: 'i';
    font-size: 13px;
}

.elem-lang {
    position: relative;
    display: inline-block;
}

.elem-lang__current {
    display: inline-block;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 10px 10px 11px 15px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-lang__current .icon {
    color: #fff;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-lang__current .elem-lang__country,
.elem-lang__current .elem-lang__name {
    display: none;
}

.elem-lang__current .elem-lang__flag {
    border-color: transparent;
    margin-right: 9px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-lang__current:hover, .nav-top .top-level ul li:hover > a.elem-lang__current {
    background-color: #fff;
}

.elem-lang__current:hover .elem-lang__flag, .nav-top .top-level ul li:hover > a.elem-lang__current .elem-lang__flag {
    border-color: #e0e0e0;
}

.elem-lang__current:hover .icon, .nav-top .top-level ul li:hover > a.elem-lang__current .icon {
    color: #7bc143;
}

.elem-lang__flag {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: solid 1px #e0e0e0;
    margin-right: 10px;
}

.elem-lang__country {
    display: inline-block;
    vertical-align: middle;
    color: #2e2e2e;
}

.elem-lang__name {
    display: inline-block;
    vertical-align: middle;
    color: #7bc143;
}

.elem-lang__item {
    display: block;
    font-size: 1.6rem;
    padding: 9px 20px 10px 16px;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 4px transparent;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-lang__item:before, .elem-lang__item:after {
    content: " ";
    display: table;
}

.elem-lang__item:after {
    clear: both;
}

.elem-lang__item .elem-lang__name {
    float: right;
    width: 110px;
    padding-left: 20px;
    position: relative;
}

.elem-lang__item .elem-lang__name:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.elem-lang__item:hover, .nav-top .top-level ul li:hover > a.elem-lang__item {
    border-left-color: #7bc143;
}

.elem-lang__item.current {
    background-color: #f2f2f2;
    pointer-events: none;
}

.elem-lang__list {
    overflow: auto;
    max-height: 420px;
    width: 360px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.elem-lang__list .mCSB_container {
    margin-right: 0;
}

.elem-lang__list .mCSB_scrollTools {
    opacity: 1;
    width: 30px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(55%, white), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 55%, white 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 55%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 55%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 55%, white 100%);
}

.elem-lang__list .mCSB_scrollTools .mCSB_draggerContainer {
    top: 7px;
    bottom: 7px;
}

.elem-lang__list .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.elem-lang__list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c9c9c9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 2px;
}

.elem-lang.opened .elem-lang__current {
    background-color: #fff;
    border-bottom: solid 1px #e5e5e5;
}

.elem-lang.opened .elem-lang__current .elem-lang__flag {
    border-color: #e0e0e0;
}

.elem-lang.opened .elem-lang__current .icon {
    color: #7bc143;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elem-lang.opened .elem-lang__list {
    opacity: 1;
    top: 100%;
    z-index: 1;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .elem-lang {
        background-color: #7bc143;
        border-top: solid 1px #7bc143;
        border-bottom: solid 1px #7bc143;
        display: block;
    }

    .elem-lang__current {
        display: block;
        background-color: transparent;
        border: solid 2px #fff;
        margin: 7px 10px 6px;
        padding: 8px 10px;
        position: relative;
    }

    .elem-lang__current .elem-lang__name {
        display: inline-block;
        color: #fff;
    }

    .elem-lang__current .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .elem-lang__current .elem-lang__flag {
        border: none;
    }

    .elem-lang__current:hover, .nav-top .top-level ul li:hover > a.elem-lang__current {
        background-color: transparent;
    }

    .elem-lang__current:hover .icon, .nav-top .top-level ul li:hover > a.elem-lang__current .icon {
        color: #fff;
    }

    .elem-lang__list {
        width: 100%;
    }

    .elem-lang__item {
        position: relative;
        padding-left: 50px;
    }

    .elem-lang__item .elem-lang__flag {
        position: absolute;
        left: 17px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .elem-lang__item .elem-lang__country {
        display: block;
    }

    .elem-lang__item .elem-lang__name {
        float: none;
        display: block;
        padding-left: 0;
    }

    .elem-lang__item .elem-lang__name:before {
        content: none;
    }

    .elem-lang.opened .elem-lang__current {
        background-color: transparent;
        border-bottom-width: 2px;
        border-color: #fff;
    }

    .elem-lang.opened .elem-lang__current .icon {
        color: #fff;
        margin-top: -2px;
    }
}

.elem-lead-checkbox__label {
    display: block;
    cursor: pointer;
}

.elem-lead-checkbox__text {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.elem-lead-checkbox__text:before, .elem-lead-checkbox__text:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.elem-lead-checkbox__text:before {
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #d8d8d8;
}

.elem-lead-checkbox__text:after {
    opacity: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    background: url(images/icons-svg/arrow_done.svg) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
}

@media (max-width: 480px) {
    .elem-lead-checkbox__text {
        padding-left: 50px;
        text-align: left;
        line-height: 1.3;
    }
}

.elem-lead-checkbox__input:checked + .elem-lead-checkbox__label > .elem-lead-checkbox__text:before {
    background-color: #7bc143;
    border-color: #7bc143;
}

.elem-lead-checkbox__input:checked + .elem-lead-checkbox__label > .elem-lead-checkbox__text:after {
    opacity: 1;
}

.elem-lead-radio {
    display: block;
    cursor: pointer;
}

.elem-lead-radio__fake {
    min-height: 50px;
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.elem-lead-radio__fake .icon {
    color: #e8e8e8;
}

.elem-lead-radio__text {
    margin-left: 12px;
}

input:checked + .elem-lead-radio__fake {
    color: #ffffff;
}

input:checked + .elem-lead-radio__fake .icon {
    color: #ffffff;
}

input:checked + .elem-lead-radio__fake--green {
    background-color: #7bc143;
    border-color: #7bc143;
}

input:checked + .elem-lead-radio__fake--blue {
    background-color: #0076c0;
    border-color: #0076c0;
}

input:checked + .elem-lead-radio__fake--dark {
    background-color: #003e7e;
    border-color: #003e7e;
}

input:checked + .elem-lead-radio__fake--orange {
    background-color: #f6983e;
    border-color: #f6983e;
}

input:checked + .elem-lead-radio__fake--pink {
    background-color: #f5536b;
    border-color: #f5536b;
}

.elem-lead-select .selectric-wrapper {
    width: 100% !important;
}

.elem-lead-select .selectric {
    width: 100%;
    border: none !important;
    border-color: transparent transparent #d8d8d8 transparent;
    background: #ffffff;
}

@media (min-width: 768px) {
    .elem-lead-select .selectric {
        margin: 0 -20px;
        padding: 0 20px;
        width: 115%;
    }
}

.elem-lead-select .selectric .label {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    padding: 12px 0;
    color: #979797;
    border-bottom: 1px solid #d8d8d8;
}

.elem-lead-select .selectric .button {
    right: 8px;
}

.elem-lead-select .selectric .button:after {
    border: none;
    width: 10px;
    height: 10px;
    background: url(images/icons-svg/arrow_lang.svg) no-repeat center;
}

.elem-lead-select .selectric-items {
    border: none;
    background-color: #ffffff;
    width: 100% !important;
    margin-top: -14px;
    padding-top: 16px;
    -webkit-box-shadow: 0px 5px 12px -6px;
    -moz-box-shadow: 0px 5px 12px -6px;
    box-shadow: 0px 5px 12px -6px;
}

@media (min-width: 768px) {
    .elem-lead-select .selectric-items {
        margin-left: -20px;
        margin-right: -20px;
        width: 115% !important;
    }
}

.elem-lead-select .selectric-items li {
    min-height: inherit;
    height: auto;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
    border-bottom: 1px solid #d8d8d8;
    border-left: 4px solid transparent;
}

.elem-lead-select .selectric-items li.selected, .elem-lead-select .selectric-items li.highlighte, .elem-lead-select .selectric-items li:hover {
    background-color: #ffffff;
    border-left-color: #84d941;
}

.elem-lead-select .selectric-items li:last-child {
    border-bottom: none;
}

.elem-lead-select .selectric-open .selectric {
    -webkit-box-shadow: 0px -3px 12px -6px;
    -moz-box-shadow: 0px -3px 12px -6px;
    box-shadow: 0px -3px 12px -6px;
}

.elem-lead-select .selectric-open .selectric .label {
    border-bottom: 2px solid #413c36;
}

.elem-lead-select .selectric-open .selectric .button:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elem-lead-select .selectric-below .label {
    border-bottom: 2px solid #7bc143;
}

.elem-lead-select__label {
    position: absolute;
    top: -15px;
    font-size: 12px;
}

.elem-lead-select--icons .ms-parent {
    width: 100% !important;
}

.elem-lead-select--icons .ms-choice {
    height: 42px;
    line-height: 42px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.elem-lead-select--icons .ms-choice .label {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    padding: 12px 0;
    color: #979797;
    border-bottom: 1px solid #d8d8d8;
}

.elem-lead-select--icons .ms-choice:focus, .elem-lead-select--icons .ms-choice.js-blur {
    outline: none;
    border-bottom: 2px solid #7bc143;
}

.elem-lead-select--icons .ms-choice > span {
    padding-left: 0;
    font-size: 0 !important;
}

.elem-lead-select--icons .ms-choice > span.placeholder {
    color: 979797;
    font-size: 15px;
}

.elem-lead-select--icons .ms-choice > div {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(images/icons-svg/arrow_lang.svg) no-repeat center;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: -o-transform .25s;
    -moz-transition: transform .25s, -moz-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s, -moz-transform .25s, -o-transform .25s;
    -webkit-transform-origin: center 2px;
    -moz-transform-origin: center 2px;
    -ms-transform-origin: center 2px;
    -o-transform-origin: center 2px;
    transform-origin: center 2px;
}

.elem-lead-select--icons .ms-choice > div.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elem-lead-select--icons .ms-choice .icon {
    position: static !important;
    display: inline-block;
    width: 28px;
    height: 29px;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
}

.elem-lead-select--icons .ms-choice .icon + .icon {
    margin-left: 18px;
}

.elem-lead-select--icons .ms-choice .icon.icon-eat {
    background-image: url(images/icons-svg/icon-eat_green.svg);
}

.elem-lead-select--icons .ms-choice .icon.icon-weight {
    background-image: url(images/icons-svg/icon-weight_orange.svg);
}

.elem-lead-select--icons .ms-choice .icon.icon-sport {
    background-image: url(images/icons-svg/icon-sport_blue.svg);
}

.elem-lead-select--icons .ms-choice .icon.icon-look {
    background-image: url(images/icons-svg/icon-look_pink.svg);
}

.elem-lead-select--icons .ms-choice .icon.icon-money {
    background-image: url(images/icons-svg/icon-money_dark.svg);
}

.elem-lead-select--icons .ms-drop {
    border: none;
    margin-left: -20px;
    width: 115%;
    margin-top: 1px;
}

.elem-lead-select--icons .ms-drop > ul {
    padding: 20px;
}

.elem-lead-select--icons .ms-drop li {
    position: relative !important;
    border: 1px solid #d8d8d8;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 60px;
    padding-right: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}

.elem-lead-select--icons .ms-drop li:not(:last-child) {
    margin-bottom: 15px;
}

.elem-lead-select--icons .ms-drop li:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 29px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(images/icons-svg/icon-eat.svg);
    background-position: center;
}

.elem-lead-select--icons .ms-drop li label > input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.elem-lead-select--icons .ms-drop li > .icon {
    margin-right: 10px;
    width: 30px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item {
    color: #ffffff;
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--eat {
    background-color: #7bc143 !important;
    border-color: #7bc143 !important;
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--eat:before {
    background-image: url(images/icons-svg/icon-eat.svg);
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--weight {
    background-color: #f6983e;
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--weight:before {
    background-image: url(images/icons-svg/icon-weight.svg);
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--sport {
    background-color: #0076c0 !important;
    border-color: #0076c0 !important;
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--sport:before {
    background-image: url(images/icons-svg/icon-sport.svg);
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--look {
    background-color: #f5536b;
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--look:before {
    background-image: url(images/icons-svg/icon-look.svg);
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--money {
    background-color: #003e7e !important;
    border-color: #003e7e !important;
}

.elem-lead-select--icons .ms-drop li.elem-lead-select__item--money:before {
    background-image: url(images/icons-svg/icon-money.svg);
}

.elem-map-list {
    display: table;
    margin-bottom: 46px;
}

.elem-map-list .type {
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.6rem;
    color: #413c36;
    width: 160px;
    position: relative;
    border: solid 1px #ddd;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-map-list .type:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    position: absolute;
    top: 2px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.elem-map-list .type.map {
    text-align: left;
    padding-left: 37px;
}

.elem-map-list .type.map:before {
    right: 2px;
    background-image: url("images/required/icon-pin.png");
    -moz-background-size: 15px 20px;
    background-size: 15px 20px;
}

.elem-map-list .type.list {
    text-align: right;
    padding-right: 30px;
    margin-left: -40px;
}

.elem-map-list .type.list:before {
    left: 2px;
    background-image: url("images/required/icon-list.png");
    -moz-background-size: 14px 12px;
    background-size: 14px 12px;
}

.elem-map-list .type.active {
    cursor: default;
    z-index: 2;
    border-color: #7bc143;
    background-color: #7bc143;
    color: #fff;
}

.elem-map-list .type.active:before {
    opacity: 1;
}

@media (max-width: 767px) {
    .elem-map-list {
        margin-left: auto;
        margin-right: auto;
    }
}

.elem-map {
    height: 700px;
    width: 99vw;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 1179px) {
    .elem-map {
        height: 60vw;
    }
}

@media (max-width: 767px) {
    .elem-map {
        height: 79vh;
    }
}

.elem-note {
    font-size: 1.4rem;
    color: #acacac;
    text-align: center;
}

.elem-note:before {
    content: '*';
    color: #7bc143;
    font-size: 2.1rem;
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}

@media (max-width: 767px) {
    .elem-note {
        text-align: left;
        position: relative;
        padding-left: 12px;
    }

    .elem-note:before {
        position: absolute;
        left: 0;
        top: -5px;
    }
}

.elem-person {
    position: relative;
    min-height: 400px;
    border-bottom: solid 1px #ddd;
    margin-top: 50px;
}

.elem-person .name-xs {
    display: none;
    font-size: 3rem;
    color: #7bc143;
    margin-bottom: 37px;
}

.elem-person__image {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 447px;
    height: 400px;
    overflow: hidden;
    font-size: 0;
}

.elem-person__image > img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: inherit;
    max-height: 100%;
}

.elem-person__info {
    padding-left: 507px;
    padding-top: 35px;
}

.elem-person__info .name {
    font-size: 3rem;
    color: #7bc143;
    margin-bottom: 28px;
}

.elem-person__info .name + ul {
    position: relative;
    padding-top: 30px;
}

.elem-person__info .name + ul:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
}

.elem-person__info ul {
    margin: 0;
    padding: 0;
}

.elem-person__info ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 18px;
    position: relative;
    font-size: 1.8rem;
    list-style-type: none;
}

.elem-person__info ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #7bc143;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

@media (max-width: 1179px) {
    .elem-person {
        min-height: 250px;
    }

    .elem-person__image {
        width: 265px;
        height: 250px;
        top: auto;
        bottom: 0;
    }

    .elem-person__info {
        padding-left: 295px;
    }
}

@media (max-width: 767px) {
    .elem-person {
        min-height: inherit;
        border-bottom: none;
        margin-top: 58px;
    }

    .elem-person .name-xs {
        display: block;
    }

    .elem-person__image {
        border-bottom: solid 1px #ddd;
        width: 100%;
        height: auto;
        text-align: center;
        position: static;
    }

    .elem-person__image > img {
        position: static;
        max-width: 100%;
        max-height: inherit;
    }

    .elem-person__info {
        padding-left: 0;
        padding-top: 25px;
    }

    .elem-person__info .name {
        display: none;
    }

    .elem-person__info .name + ul {
        padding-top: 0;
    }

    .elem-person__info .name + ul:before {
        content: none;
    }
}

.elem-photo-cornered {
    position: relative;
    width: 298px;
    height: 298px;
    border-top: solid 1px transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.elem-photo-cornered.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.elem-photo-cornered .img-wrapper {
    width: 284px;
    height: 284px;
    margin: 7px auto 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 0 7px #fff;
    -moz-box-shadow: 0 0 0 7px #fff;
    box-shadow: 0 0 0 7px #fff;
    z-index: 2;
}

.elem-photo-cornered .img-wrapper > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.elem-photo-cornered:after {
    content: '';
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all linear 0.4s 0.2s;
    -o-transition: all linear 0.4s 0.2s;
    -moz-transition: all linear 0.4s 0.2s;
    transition: all linear 0.4s 0.2s;
}

.elem-photo-cornered.corner-none:after {
    content: none;
}

.elem-photo-cornered.corner-top-right:after {
    top: 4%;
    right: 6%;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(90deg) scale(0.6);
    -moz-transform: rotate(90deg) scale(0.6);
    -ms-transform: rotate(90deg) scale(0.6);
    -o-transform: rotate(90deg) scale(0.6);
    transform: rotate(90deg) scale(0.6);
}

.elem-photo-cornered.corner-top-right.in:after {
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.elem-photo-cornered.corner-top-left:after {
    top: 4%;
    left: 6%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) scale(0.6);
    -moz-transform: rotate(-90deg) scale(0.6);
    -ms-transform: rotate(-90deg) scale(0.6);
    -o-transform: rotate(-90deg) scale(0.6);
    transform: rotate(-90deg) scale(0.6);
}

.elem-photo-cornered.corner-top-left.in:after {
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.elem-photo-cornered.corner-btm-left:after {
    bottom: 4%;
    left: 6%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-90deg) scale(0.6);
    -moz-transform: rotate(-90deg) scale(0.6);
    -ms-transform: rotate(-90deg) scale(0.6);
    -o-transform: rotate(-90deg) scale(0.6);
    transform: rotate(-90deg) scale(0.6);
}

.elem-photo-cornered.corner-btm-left.in:after {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.elem-photo-cornered.corner-btm-right:after {
    bottom: 4%;
    right: 6%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) scale(0.6);
    -moz-transform: rotate(90deg) scale(0.6);
    -ms-transform: rotate(90deg) scale(0.6);
    -o-transform: rotate(90deg) scale(0.6);
    transform: rotate(90deg) scale(0.6);
}

.elem-photo-cornered.corner-btm-right.in:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

@media (max-width: 1179px) {
    .elem-photo-cornered {
        width: 180px;
        height: 180px;
    }

    .elem-photo-cornered .img-wrapper {
        width: 166px;
        height: 166px;
    }

    .elem-photo-cornered:after {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 767px) {
    .elem-photo-cornered {
        width: 294px;
        height: 294px;
    }

    .elem-photo-cornered .img-wrapper {
        width: 280px;
        height: 280px;
    }

    .elem-photo-cornered:after {
        width: 72px;
        height: 72px;
    }
}

.elem-product {
    position: relative;
}

.elem-product .img-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.elem-product .img-wrapper > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-product .prod-link {
    background-color: #7bc143;
    text-align: center;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.elem-product .prod-link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.elem-product .prod-link:hover, .elem-product .nav-top .top-level ul li:hover > a.prod-link, .nav-top .top-level ul .elem-product li:hover > a.prod-link {
    background-color: #84d941;
}

.elem-product:hover .img-wrapper > img, .nav-top .top-level ul li:hover > a.elem-product .img-wrapper > img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.elem-radio-sex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
}

.elem-radio-sex__fake {
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    min-height: 40px;
}

.elem-radio-sex__fake > .icon {
    color: #d8d8d8;
}

.elem-radio-sex__text {
    font-size: 15px;
    color: #979797;
    padding-left: 10px;
    vertical-align: middle;
}

.elem-radio-sex__input:checked + .elem-radio-sex__fake {
    border-bottom: 2px solid #7bc143;
}

.elem-radio-sex__input:checked + .elem-radio-sex__fake > .icon {
    color: #7bc143;
}

.elem-read-more {
    display: inline-block;
    color: #7bc143;
    font-size: 1.6rem;
}

.elem-read-more .icon {
    margin-left: 5px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-read-more:hover, .nav-top .top-level ul li:hover > a.elem-read-more {
    color: #84d941;
}

.elem-read-more:hover .icon, .nav-top .top-level ul li:hover > a.elem-read-more .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

.elem-select {
    width: 100%;
}

.elem-select .selectric {
    border: none;
    background-color: #7bc143;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.elem-select .selectric .label {
    height: auto;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    padding: 4px 25px 5px 14px;
    color: #fff;
}

.elem-select .selectric .button {
    width: 7px;
    height: 7px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

.elem-select .selectric .button:after {
    content: none;
}

.elem-select .selectric-items {
    border: none;
    background-color: transparent;
    width: 100% !important;
}

.elem-select .selectric-items li {
    min-height: inherit;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 5px 10px 6px 14px;
    background-color: #7bc143;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #fff;
}

.elem-select .selectric-items li.selected, .elem-select .selectric-items li.highlighted {
    background-color: #529636;
}

.elem-select .selectric-items li.disabled {
    background-color: #7bc143 !important;
    color: #d2d2d2 !important;
    opacity: 1;
}

.elem-select .selectric-items li:hover {
    background-color: #84d941;
}

.elem-select .selectric-items li:last-child {
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}

.elem-select .selectric-open .selectric {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.elem-select--with-title .select-title {
    font-size: 1.5rem;
    margin-right: 15px;
}

.elem-select--with-title .select-title,
.elem-select--with-title .elem-select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

@media (max-width: 480px) {
    .elem-select .selectric {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }

    .elem-select .selectric .label {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .elem-select .selectric-open .selectric {
        -webkit-border-radius: 18px 18px 0 0;
        -moz-border-radius: 18px 18px 0 0;
        border-radius: 18px 18px 0 0;
    }

    .elem-select--with-title {
        width: 100%;
        margin-right: 0;
    }

    .elem-select--with-title .select-title {
        margin-right: 0;
    }

    .elem-select--with-title .elem-select {
        width: 100%;
    }
}

.elem-sign {
    color: #fff;
}

.elem-sign .icon {
    margin-right: 15px;
}

.elem-slider-range {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.elem-slider-range.start:before {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.elem-slider-range .ui-slider-handle {
    position: absolute;
    display: block;
    top: -11px;
    width: 2px;
    height: 5px;
    margin-left: -13.5px;
    outline: none !important;
    z-index: 10;
    cursor: pointer;
}

.elem-slider-range .ui-slider-horizontal {
    position: relative;
    width: 100%;
    height: 5px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    border-left: 0;
}

.elem-slider-range .ui-slider-range {
    position: absolute;
    top: -1px;
    left: 0;
    height: 5px;
    background: #7bc143;
    border: 1px solid #7bc143;
}

.elem-slider-range .ui-slider-line {
    position: absolute;
    top: -24px;
    width: 1px !important;
    height: 12px !important;
    margin-left: 52px;
    background: #d8d8d8;
    z-index: 1;
}

.elem-slider-range .ui-slider-pip-inrange .ui-slider-line {
    background: #7bc143;
    border: 1px solid #7bc143;
}

.elem-slider-range .ui-slider-pip-inrange .ui-slider-line:after {
    background: #7bc143;
}

.elem-slider-range .ui-slider-pip-selected .ui-slider-label {
    color: #000;
}

.elem-slider-range .ui-slider-label {
    font-size: 15px;
    color: #979797;
    font-weight: 400 !important;
    width: 100%;
    top: -40px;
    margin-left: -22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.elem-slider-range .slider-age {
    margin-top: 50px;
}

.elem-slider-range .ui-slider-pips .ui-slider-pip {
    width: 90px;
    margin-left: -98px;
}

.elem-slider-range .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .elem-slider-range .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background-color: #7bc143;
    width: 2px !important;
    height: 15px !important;
    top: -25px;
}

.elem-slider-range--circle {
    position: relative;
    padding-left: 50px;
    padding-right: 75px;
    margin-bottom: 60px !important;
}

@media (max-width: 480px) {
    .elem-slider-range--circle {
        padding-left: 10px;
        padding-right: 35px;
    }
}

.elem-slider-range--circle:before, .elem-slider-range--circle:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    top: 35px;
    background: #d8d8d8;
}

.elem-slider-range--circle:before {
    left: 0;
}

.elem-slider-range--circle:after {
    right: 1px;
}

.elem-slider-range--circle .ui-slider-line {
    width: 25px !important;
    height: 25px !important;
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d8d8d8;
    top: -32px;
}

.elem-slider-range--circle .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .elem-slider-range--circle .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    width: 25px !important;
    height: 25px !important;
    top: -32px;
}

.elem-slider-range--circle .ui-slider-label {
    top: 10px;
    margin-left: 20px;
}

.elem-slider-range--circle .ui-slider-range {
    top: -2px;
    height: 3px;
}

.elem-slider-range--circle .ui-slider-pip-4 .ui-slider-label {
    margin-left: 23px;
}

.elem-slider-range--circle .ui-slider-horizontal {
    height: 2px;
}

.elem-slider-range--circle .ui-slider-pip-inrange .ui-slider-line {
    background-color: #ffffff;
    border: 2px solid #7bc143;
}

.elem-slider-range--circle .ui-slider-pip-selected .ui-slider-line {
    background-color: #7bc143 !important;
    border-color: #7bc143;
}

.elem-snippet {
    padding: 10px;
    position: relative;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.elem-snippet:hover, .nav-top .top-level ul li:hover > a.elem-snippet {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.elem-snippet__img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 13px;
}

.elem-snippet__img img {
    max-width: inherit;
    width: 100%;
}

.elem-snippet__link {
    display: inline-block;
    color: #2e2e2e;
    font-size: 1.7rem;
    line-height: 1.3;
    min-height: 54px;
}

.elem-snippet__link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.elem-snippet__descr {
    position: relative;
    padding-top: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #909090;
    min-height: 87px;
}

.elem-snippet__descr:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #7bc143;
    position: absolute;
    top: 0;
    left: 0;
}

.elem-social-photo {
    margin-bottom: 50px;
}

.elem-social-photo .img-wrapper {
    overflow: hidden;
    position: relative;
    height: 380px;
    margin-bottom: 26px;
}

.elem-social-photo .img-wrapper > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: inherit;
    width: 100%;
}

.elem-social-photo .title {
    font-size: 2.4rem;
    line-height: 1.2;
    color: #7bc143;
    margin-bottom: 5px;
}

.elem-social-photo .subtitle {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #acacac;
}

.elem-social-photo .description {
    font-size: 1.6rem;
    color: #413c36;
    margin-top: 18px;
}

.elem-social-photo .description > p {
    margin-bottom: 24px;
    margin-top: 0;
}

.elem-social-photo .description > p:last-child {
    margin-bottom: 0;
}

.elem-social {
    font-size: 0;
    text-decoration: none;
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.elem-social .icon {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.elem-social--vk {
    background-color: #4c75a4;
}

.elem-social--fb {
    background-color: #3b5999;
}

.elem-social--ok {
    background-color: #f58520;
}

.elem-social--yt {
    background-color: #d02200;
}

.elem-social--yt .icon {
    width: 2rem;
}

.elem-social--ig:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f9a351), to(#7547ad));
    background: -webkit-linear-gradient(left, #f9a351, #7547ad);
    background: -moz-linear-gradient(left, #f9a351, #7547ad);
    background: -o-linear-gradient(left, #f9a351, #7547ad);
    background: linear-gradient(to right, #f9a351, #7547ad);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.elem-social--ig .icon {
    width: 2rem;
}

.elem-tag {
    display: inline-block;
    border: solid 1px #7bc143;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-right: 9px;
    margin-bottom: 10px;
}

.elem-tag > .name {
    color: #7bc143;
    font-size: 1.5rem;
    display: inline-block;
    padding: 4px 10px 5px 10px;
}

.elem-tag > .remove {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    color: #7bc143;
    margin-left: -5px;
    margin-right: 9px;
    position: relative;
    z-index: 1;
}

.elem-tag > .remove:after {
    content: '\00d7';
}

.elem-tag > .remove:hover, .nav-top .top-level ul li.elem-tag:hover > a.remove {
    color: #000 !important;
}

.elem-tag:hover, .nav-top .top-level ul li:hover > a.elem-tag {
    border-color: #84d941;
    background-color: #84d941;
}

.elem-tag:hover > a.name, .nav-top .top-level ul li:hover > a.elem-tag > a.name {
    color: #fff;
}

.elem-tag.active > .name {
    pointer-events: none;
}

.elem-tag.active:hover, .nav-top .top-level ul li:hover > a.elem-tag.active {
    border-color: #7bc143;
    background-color: transparent;
}

.elem-tag.active:hover > a.name, .nav-top .top-level ul li:hover > a.elem-tag.active > a.name {
    color: #7bc143;
}

.elem-text-button {
    background-color: #7bc143;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 60px 50px;
}

.elem-text-button .text {
    font-size: 2.2rem;
}

.elem-text-button .elem-btn--white-solid {
    white-space: nowrap;
    font-size: 2rem;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    padding: 16px 21px 15px;
}

.elem-text-button .elem-btn--white-solid .icon {
    margin-left: 29px;
}

.elem-text-button .elem-btn--white-solid:hover, .elem-text-button .nav-top .top-level ul li:hover > a.elem-btn--white-solid, .nav-top .top-level ul .elem-text-button li:hover > a.elem-btn--white-solid {
    color: #7bc143;
}

.elem-text-button .elem-btn--white-solid:hover .icon, .elem-text-button .nav-top .top-level ul li:hover > a.elem-btn--white-solid .icon, .nav-top .top-level ul .elem-text-button li:hover > a.elem-btn--white-solid .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

@media (max-width: 991px) {
    .elem-text-button {
        padding: 30px 20px;
        display: block;
        text-align: center;
    }

    .elem-text-button .text {
        text-align: left;
    }

    .elem-text-button .elem-btn--white-solid {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .elem-text-button {
        margin-left: -10px;
        margin-right: -10px;
    }

    .elem-text-button .elem-btn--white-solid {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .elem-text-button .elem-btn--white-solid .icon {
        margin-left: 10px;
    }
}

.elem-video {
    position: relative;
    margin: 0;
}

.elem-video .preview {
    width: 100%;
}

.elem-video .play-btn {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #fff;
    -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.77);
    box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.77);
    background-color: rgba(0, 0, 0, 0.2);
}

.elem-video .play-btn:after {
    content: '';
    display: block;
    width: 19px;
    border-color: transparent transparent transparent #fff;
    border-width: 14px 0 14px 19px;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 2px;
}

.elem-video .click-to-play-video {
    margin: auto;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.elem-video .click-to-play-video img {
    display: block;
}

.elem-video .click-to-play-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elem-video .video-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 15px 13px;
    color: #fff;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.elem-video .video-description .time {
    display: block;
    color: #7bc143;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .elem-video .click-to-play-video {
        padding-bottom: 0;
        height: auto;
    }

    .elem-video .play-btn {
        top: 25vw;
    }

    .elem-video .video-description {
        position: static;
    }
}

.nav-bread {
    padding: 27px 0;
}

.nav-bread--link {
    display: inline-block;
    vertical-align: top;
    padding-right: 31px;
    margin-right: 20px;
    color: #413c36;
    position: relative;
    font-size: 1.4rem;
}

.nav-bread--link:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #7bc143;
    border-right: solid 1px #7bc143;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 5px;
}

.nav-bread--link:hover, .nav-top .top-level ul li:hover > a.nav-bread--link {
    color: #7bc143;
}

.nav-bread--link:last-child:after {
    content: none;
}

.nav-bread--link.active {
    pointer-events: none;
    color: #acacac;
}

.nav-bread + h1,
.nav-bread + .h1 {
    margin-top: 0.3em;
}

.nav-bread_pos_absolute {
    position: absolute;
}

.nav-categories {
    margin-bottom: 10px;
    font-size: 0;
    text-align: center;
}

.nav-categories:before, .nav-categories:after {
    content: " ";
    display: table;
}

.nav-categories:after {
    clear: both;
}

.nav-categories__link {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 230px;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 33px;
}

.nav-categories__link:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: height linear 0.2s;
    -o-transition: height linear 0.2s;
    -moz-transition: height linear 0.2s;
    transition: height linear 0.2s;
}

.nav-categories__link:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #e8e8e8;
}

.nav-categories__link .icon {
    position: relative;
    z-index: 1;
    -webkit-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    -moz-transition: color linear 0.2s;
    transition: color linear 0.2s;
}

.nav-categories__link > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    font-size: 2.4rem;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.nav-categories__link:hover:before, .nav-top .top-level ul li:hover > a.nav-categories__link:before {
    height: 100%;
}

.nav-categories__link:hover .icon, .nav-top .top-level ul li:hover > a.nav-categories__link .icon {
    color: #fff;
}

.nav-categories__link:first-child:after {
    content: none;
}

.nav-categories__link--weight .icon {
    color: #f6993e;
}

.nav-categories__link--weight > span, .nav-categories__link--weight:before {
    background-color: #f6993e;
}

.nav-categories__link--balance .icon {
    color: #7bc143;
}

.nav-categories__link--balance > span, .nav-categories__link--balance:before {
    background-color: #7bc143;
}

.nav-categories__link--active .icon {
    color: #7a76b2;
}

.nav-categories__link--active > span, .nav-categories__link--active:before {
    background-color: #7a76b2;
}

.nav-categories__link--sport .icon {
    color: #0076c0;
}

.nav-categories__link--sport > span, .nav-categories__link--sport:before {
    background-color: #0076c0;
}

.nav-categories__link--beauty .icon {
    color: #f4536b;
}

.nav-categories__link--beauty > span, .nav-categories__link--beauty:before {
    background-color: #f4536b;
}

@media (min-width: 992px) {
    .nav-categories {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 1179px) {
    .nav-categories__link {
        height: 190px;
        padding-top: 20px;
    }

    .nav-categories__link > span {
        height: 75px;
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .nav-categories {
        margin-bottom: 40px;
    }

    .nav-categories__link {
        width: 100%;
        float: none;
        height: auto;
        padding: 20px 0;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
    }

    .nav-categories__link:before {
        height: 100%;
        left: 0;
    }

    .nav-categories__link .icon {
        color: #fff;
        width: auto;
        height: 60px;
        margin-left: -50px;
        margin-right: -65px;
        vertical-align: middle;
    }

    .nav-categories__link > span {
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        width: auto;
        height: auto;
        position: relative;
        bottom: auto;
        font-size: 3rem;
    }

    .nav-categories__link > span br {
        display: none;
    }
}

@media (max-width: 767px) {
    .nav-categories {
        margin-bottom: 15px;
    }

    .nav-categories__link {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-categories__link .icon {
        height: 25px;
        margin-left: -124px;
        margin-right: -125px;
    }

    .nav-categories__link > span {
        font-size: 1.8rem;
    }
}

.nav-pagination {
    font-size: 0;
    text-align: center;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    margin-top: 20px;
    margin-bottom: 80px;
}

.nav-pagination:before, .nav-pagination:after {
    content: " ";
    display: table;
}

.nav-pagination:after {
    clear: both;
}

.nav-pagination--link {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: -1px 15px;
    font-size: 1.5rem;
    line-height: 50px;
    color: #221e1f;
}

.nav-pagination--link:hover, .nav-top .top-level ul li:hover > a.nav-pagination--link {
    color: #7bc143;
}

.nav-pagination--link.active {
    background-color: #7bc143;
    color: #fff;
}

.nav-pagination--link.disabled {
    pointer-events: none;
}

.nav-pagination--link.prev, .nav-pagination--link.next {
    font-size: 0;
    margin-left: 0;
    margin-right: 0;
    border: solid 1px #e8e8e8;
}

.nav-pagination--link.prev {
    float: left;
}

.nav-pagination--link.prev .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-pagination--link.next {
    float: right;
}

.nav-rounded {
    border: solid 1px #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: table;
    background-color: #fff;
    margin-top: 40px;
}

.nav-rounded__link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1.6rem;
    padding: 10px 35px 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: -1px;
    margin-bottom: -1px;
    color: #2e2e2e;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-rounded__link.box-tabs__head {
    padding: 10px 35px 11px;
}

.nav-rounded__link:first-child {
    margin-left: -2px;
}

.nav-rounded__link:last-child {
    margin-right: -2px;
}

.nav-rounded__link .num {
    display: inline-block;
    vertical-align: middle;
    background-color: #f2f2f2;
    color: #2e2e2e;
    text-align: center;
    margin-left: 5px;
    font-size: 1.2rem;
    padding: 2px 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.nav-rounded__link:hover, .nav-top .top-level ul li:hover > a.nav-rounded__link {
    color: #7bc143;
}

.nav-rounded__link.active {
    background-color: #7bc143;
    color: #fff;
    border-color: #7bc143;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}

.nav-rounded__link.active .num {
    background-color: #fff;
}

@media (max-width: 991px) {
    .nav-rounded__link {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-rounded__link.box-tabs__head {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .nav-rounded {
        display: block;
        border: none;
    }

    .nav-rounded__link {
        border: solid 1px #ddd;
        margin-top: 0;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
}

.nav-top {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.nav-top .mob-back {
    display: none;
    padding: 18px 0 15px 30px;
    position: relative;
    color: #413c36;
    cursor: pointer;
    font-size: 1.6rem;
    background-color: #fff;
}

.nav-top .mob-back:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #413c36;
    border-left: solid 2px #413c36;
    margin-top: 2px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -o-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}

.nav-top ul {
    margin: 0;
    padding: 0;
}

.nav-top ul li {
    font-size: 1.6rem;
}

.nav-top li {
    position: relative;
    list-style: none;
}

.nav-top__link {
    display: inline-block;
    font-size: 1.6rem;
    padding: 12px 0 11px;
    color: #413c36;
}

.nav-top__link:hover, .nav-top .top-level ul li:hover > a.nav-top__link {
    color: #7bc143;
}

@media (max-width: 1179px) {
    .nav-top__link {
        font-size: 1.4rem;
    }
}

.nav-top .top-level {
    display: inline-block;
    margin-right: 3.5%;
    position: relative;
    z-index: 10;
}

.nav-top .top-level:last-child {
    margin-right: 0;
}

.nav-top .top-level.has-submenu:after {
    width: 6px;
    height: 6px;
    background-color: #529636;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    margin-top: 6px;
}

.nav-top .top-level.has-submenu:hover:after, .nav-top .top-level ul li:hover > a.top-level.has-submenu:after {
    content: '';
    display: block;
}

.nav-top .top-level ul {
    position: absolute;
    left: 100%;
    width: 300px;
    display: none;
}

.nav-top .top-level ul a {
    display: block;
    color: #fff;
    padding: 17px 50px 16px 20px;
}

.nav-top .top-level > ul {
    left: -22px;
    top: 100%;
    padding-top: 9px;
    z-index: 1;
}

.nav-top .top-level > ul > li {
    background-color: #529636;
}

.nav-top .top-level > ul > li a:hover, .nav-top .top-level > ul > li:hover > a {
    background-color: #6ab442;
}

.nav-top .top-level > ul ul {
    top: 0;
    min-height: 100%;
}

.nav-top .top-level > ul ul > li {
    background-color: #6ab442;
}

.nav-top .top-level > ul ul > li a:hover, .nav-top .top-level > ul ul > li:hover > a {
    background-color: #7bc143;
}

.nav-top .top-level > ul ul ul {
    top: 0;
}

.nav-top .top-level > ul ul ul > li {
    background-color: #7bc143;
}

.nav-top .top-level > ul ul ul > li a:hover, .nav-top .top-level > ul ul ul > li:hover > a {
    background-color: #84d941;
}

.nav-top .top-level > ul li.has-submenu > a {
    position: relative;
}

.nav-top .top-level > ul li.has-submenu > a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    right: 26px;
    top: 50%;
}

@media (max-width: 1179px) {
    .nav-top .top-level {
        margin-right: 3%;
    }
}

.nav-top > .elem-btn,
.nav-top > .elem-lang {
    display: none;
}

@media (min-width: 992px) {
    .nav-top .top-level {
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .nav-top .top-level:first-child {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .nav-top .top-level:nth-child(2) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .nav-top .top-level:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .nav-top .top-level:nth-child(4) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .nav-top .top-level:nth-child(5) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .nav-top .top-level ul li:hover > ul {
        display: block;
    }

    .nav-top .top-level:hover > ul, .nav-top .top-level ul li:hover > a.top-level > ul {
        display: block;
    }

    .nav-top.under-search .top-level {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }

    .nav-top.under-search .top-level:first-child {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .nav-top.under-search .top-level:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .nav-top.under-search .top-level:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .nav-top.under-search .top-level:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .nav-top.under-search .top-level:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media (max-width: 991px) {
    .nav-top {
        -webkit-transform: translate(0, -103%);
        -moz-transform: translate(0, -103%);
        -ms-transform: translate(0, -103%);
        -o-transform: translate(0, -103%);
        transform: translate(0, -103%);
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        width: 300px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        -webkit-transition: -webkit-transform linear 0.3s;
        transition: -webkit-transform linear 0.3s;
        -o-transition: -o-transform linear 0.3s;
        -moz-transition: transform linear 0.3s, -moz-transform linear 0.3s;
        transition: transform linear 0.3s;
        transition: transform linear 0.3s, -webkit-transform linear 0.3s, -moz-transform linear 0.3s, -o-transform linear 0.3s;
    }

    .nav-top.opened {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .nav-top .top-level {
        display: block;
        margin-right: 0;
        position: static;
    }

    .nav-top .top-level.has-submenu:after {
        content: none;
        display: none !important;
    }

    .nav-top .top-level.has-submenu .nav-top__link:after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: solid 2px #413c36;
        border-right: solid 2px #413c36;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -moz-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        -o-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
    }

    .nav-top .top-level .has-submenu.active > a {
        background-color: #529636;
    }

    .nav-top .top-level .has-submenu.active > a:after {
        background-color: #529636;
    }

    .nav-top .top-level .has-submenu.active .has-submenu.active > a {
        background-color: #6ab442;
    }

    .nav-top .top-level .has-submenu.active .has-submenu.active > a:after {
        background-color: #6ab442;
    }

    .nav-top .top-level.active > a {
        background-color: #447c2d;
        color: #fff;
    }

    .nav-top .top-level.active > a:after {
        background-color: #447c2d;
    }

    .nav-top .top-level ul {
        width: 100%;
    }

    .nav-top .top-level > ul {
        left: 0;
        padding-top: 0;
    }

    .nav-top .top-level > ul > li {
        background-color: #529636;
    }

    .nav-top .top-level > ul > li a:hover, .nav-top .top-level > ul > li:hover > a {
        background-color: #529636;
    }

    .nav-top .top-level > ul ul {
        left: 0;
        top: 100%;
        min-height: inherit;
    }

    .nav-top .top-level > ul ul > li {
        background-color: #6ab442;
    }

    .nav-top .top-level > ul ul > li a:hover, .nav-top .top-level > ul ul > li:hover > a {
        background-color: #6ab442;
    }

    .nav-top .top-level > ul ul ul {
        top: 100%;
    }

    .nav-top .top-level > ul ul ul > li {
        background-color: #84d941;
    }

    .nav-top .top-level > ul ul ul > li a:hover, .nav-top .top-level > ul ul ul > li:hover > a {
        background-color: #84d941;
    }

    .nav-top__link {
        font-size: 1.6rem;
        width: 100%;
        position: relative;
        padding: 16px 40px 17px 10px;
        display: inline-block;
    }

    .nav-top .has-submenu.active > ul,
    .nav-top .has-submenu.active > .mob-back {
        display: block;
    }

    .nav-top .has-submenu.active > ul {
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-top .has-submenu.active > a {
        z-index: 2;
    }

    .nav-top .has-submenu.active > a:after {
        -webkit-transform: translate(-50%, 0) rotate(45deg) !important;
        -moz-transform: translate(-50%, 0) rotate(45deg) !important;
        -ms-transform: translate(-50%, 0) rotate(45deg) !important;
        -o-transform: translate(-50%, 0) rotate(45deg) !important;
        transform: translate(-50%, 0) rotate(45deg) !important;
        border: none !important;
        right: auto !important;
        top: auto !important;
        left: 50%;
        bottom: -5px;
    }
}

@media (max-width: 767px) {
    .nav-top > .elem-btn {
        font-size: 1.6rem;
        display: block;
        text-align: left;
        color: #413c36;
        margin-bottom: 8px;
        border: none;
        padding: 16px 10px 20px 20px;
    }

    .nav-top__link {
        padding-left: 20px;
    }

    .nav-top > .elem-lang {
        display: block;
    }

    .nav-top.sub-opened > .elem-btn,
    .nav-top.sub-opened > .elem-lang {
        display: none;
    }

    .nav-top__link,
    .nav-top > .elem-btn--bordered {
        -webkit-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        -moz-transition: all linear 0.4s;
        transition: all linear 0.4s;
    }

    .nav-top.lang-opened .nav-top__link {
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        height: 0;
    }

    .nav-top.lang-opened > .elem-btn--bordered {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .nav-top {
        width: 94%;
        left: 3%;
    }
}

@media (max-width: 991px) {
    .sub-opened li:not(.active) {
        font-size: 0;
        height: 0;
        overflow: hidden;
    }

    .sub-opened > li.active li {
        height: auto;
        overflow: visible;
        font-size: initial;
    }

    .sub-opened.active > .mob-back,
    .sub-opened.active > a {
        display: none !important;
    }

    .sub-opened.active > ul > li:not(.active) {
        font-size: 0;
        height: 0;
        overflow: hidden;
    }
}

.list-advantage {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-advantage__item {
    margin-left: 35px;
    margin-bottom: 40px;
    width: -webkit-calc((100% - 40px * 2) / 2);
    width: -moz-calc((100% - 40px * 2) / 2);
    width: calc((100% - 40px * 2) / 2);
    float: left;
}

.list-advantage__item--float {
    float: right;
}

.list-custom {
    margin: 0;
    padding: 0;
}

.list-custom > li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.list-custom > li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #7bc143;
    position: absolute;
    left: 0;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list-lifestyle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}

.list-lifestyle__item {
    width: -webkit-calc((100% - 20px * 2) / 2);
    width: -moz-calc((100% - 20px * 2) / 2);
    width: calc((100% - 20px * 2) / 2);
    padding: 40px;
    margin: 0 0 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
    box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
    background-color: #7bc143;
}

.list-lifestyle__text {
    color: #ffffff;
    margin: 0 0 0 20px;
}

.list-place-order {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.list-place-order__item {
    width: -webkit-calc((100% - 30px * 2) / 3);
    width: -moz-calc((100% - 30px * 2) / 3);
    width: calc((100% - 30px * 2) / 3);
    margin-left: 30px;
}

.list-place-order__item:first-child {
    margin-left: 0;
}

.list-sitemap {
    margin: 0;
    padding: 0 0 15px 0;
}

.list-sitemap ul {
    margin: 0;
    padding: 0;
}

.list-sitemap li {
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.5;
}

.list-sitemap li a:hover, .list-sitemap .nav-top .top-level ul li:hover > a, .nav-top .top-level ul .list-sitemap li:hover > a {
    color: #84d941;
}

.list-sitemap > li {
    padding: 0;
    margin: 0 0 20px 0;
}

.list-sitemap > li:first-child {
    font-size: 1.8rem;
}

.list-sitemap > li:first-child > a {
    color: #7bc143;
}

.list-sitemap > li:first-child > a:hover, .nav-top .top-level ul .list-sitemap > li:hover:first-child > a {
    color: #84d941;
}

.list-sitemap > li > a {
    color: #2e2e2e;
}

.list-sitemap > li ul {
    padding-top: 12px;
}

.list-sitemap > li ul > li {
    padding-left: 15px;
    margin-bottom: 4px;
    position: relative;
}

.list-sitemap > li ul > li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #7bc143;
    position: absolute;
    left: 0;
    top: 7px;
}

.list-sitemap > li ul > li > a {
    color: #7c7c7c;
}

.list-statistic {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.list-statistic__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.33%;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.list-statistic__item:last-child {
    border-right: 1px solid #e7e7e7;
}

.list-statistic__number {
    padding-top: 40px;
    border-left: none;
    text-align: center;
    font-size: 48px;
    line-height: 1.25;
    color: #7bc143;
}

.list-statistic__text {
    text-align: center;
    min-height: 75px;
    padding: 0 10px;
    background-color: #7bc143;
    color: #ffffff;
}

.list-statistic__subtext {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    color: #7bc143;
}

.list-success .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #7bc143;
    font-size: 2.4rem;
}

.list-success .title .num {
    font-size: 4.8rem;
}

.list-success ol {
    margin: 0;
    padding: 0;
    counter-reset: list;
}

.list-success ol li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-success ol li:nth-child(even) {
    background-color: #f2f2f2;
}

.list-success ol li:nth-child(even):before {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 55px;
}

.list-success ol li:before {
    counter-increment: list;
    content: counter(list);
    font-size: 10rem;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    color: #7bc143;
    margin-right: 55px;
}

.list-success ol li .text {
    font-size: 1.8rem;
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .list-success ol li {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .list-success ol li:nth-child(even):before {
        margin-right: 20px;
        margin-left: 0;
    }

    .list-success ol li:before {
        margin-right: 20px;
        font-size: 5rem;
        float: left;
        line-height: 0.5;
        padding-top: 10px;
    }

    .list-success ol li .text {
        font-size: 1.6rem;
    }
}

.form-lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e8e8e8;
    padding: 40px 10%;
}

@media (min-width: 1090px) {
    .form-lead {
        padding-left: 22%;
        padding-right: 22%;
    }
}

@media (max-width: 767px) {
    .form-lead {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .form-lead__col {
        width: 282px;
    }
}

.form-lead__group {
    position: relative;
    margin-bottom: 40px;
}

.form-lead__group--street, .form-lead__group--house {
    display: inline-block;
}

.form-lead__group--street {
    width: 60%;
}

.form-lead__group--house {
    width: 30%;
    margin-left: 8%;
}

.form-lead__sex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form-lead__conditions {
    width: 100%;
    text-align: center;
}

.form-lead__conditions > .elem-btn {
    display: block;
    margin: 35px auto 0;
}

@media (max-width: 480px) {
    .form-lead__conditions > .elem-btn {
        width: 100%;
    }
}

.form-lead__conditions-link {
    color: #7bc143;
}

.form-lead--no-border {
    border: none;
}

.form-lead__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .form-lead__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.form-lead__list-item {
    color: #413c36;
}

@media (min-width: 768px) {
    .form-lead__list-item {
        width: 48%;
    }
}

.form-lead__list-item:not(:last-child) {
    margin-bottom: 25px;
}

.form-lead__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .form-lead__btns {
        padding: 0 40px;
    }
}

.form-lead__btns > .elem-btn {
    width: 47%;
}

@media (max-width: 620px) {
    .form-lead__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-lead__btns > .elem-btn {
        width: 100%;
    }

    .form-lead__btns > .elem-btn:last-child {
        margin-top: 30px;
    }
}

.form-search {
    float: right;
    width: 55px;
    height: 40px;
    margin-top: -40px;
    position: relative;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 11;
    -webkit-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.form-search__input {
    border: none;
    padding: 0 55px 0 20px;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 1.6rem;
    outline: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.form-search__input::-webkit-input-placeholder {
    color: #b9b8b6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.form-search__input:-moz-placeholder {
    color: #b9b8b6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.form-search__input::-moz-placeholder {
    color: #b9b8b6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.form-search__input:-ms-input-placeholder {
    color: #b9b8b6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.form-search__input:focus {
    border-color: #ddd;
    background-color: #fff;
}

.form-search__btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55px;
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    text-align: center;
    padding-top: 7px;
}

.form-search__btn .icon {
    width: 23px;
    color: #7bc143;
}

.form-search button.form-search__btn {
    display: none;
}

.form-search button.form-search__btn:before, .form-search button.form-search__btn:after {
    content: none !important;
}

.form-search button.form-search__btn .icon {
    display: inline-block !important;
}

.form-search.opened {
    width: 100%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.form-search.opened .form-search__btn .icon {
    display: none;
}

.form-search.opened .form-search__btn:before, .form-search.opened .form-search__btn:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #7bc143;
    position: absolute;
    left: 50%;
    top: 50%;
}

.form-search.opened .form-search__btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.form-search.opened .form-search__btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.form-search.static {
    width: 100%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-top: 13px;
    position: relative !important;
    top: auto !important;
    height: 40px !important;
    z-index: 1;
}

.form-search.static button.form-search__btn {
    display: block;
    outline: none;
    padding-top: 2px;
}

@media (max-width: 991px) {
    .form-search {
        background-color: #fff;
        margin-top: 0;
        float: none;
        width: 100%;
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: -60px;
        z-index: 19;
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .form-search__input {
        background-color: #fff;
        border: none;
    }

    .form-search__btn {
        display: none;
    }

    .form-search button.form-search__btn {
        display: block;
    }

    .form-search.opened {
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
        top: 0;
    }
}

.form-std__group {
    margin-bottom: 40px;
}

.form-std__group:before, .form-std__group:after {
    content: " ";
    display: table;
}

.form-std__group:after {
    clear: both;
}

.form-std__label {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #797d80;
    float: left;
    width: 40%;
    padding-right: 20px;
    padding-top: 15px;
}

.form-std__input {
    width: 100%;
    height: 50px;
    border: solid 1px #d7d7d7;
    color: #000;
    font-size: 1.7rem;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
}

.form-std__input:focus {
    outline: none;
    border-color: #000;
}

.form-std__input-wrapper {
    position: relative;
    float: left;
    width: 60%;
}

.form-std__input-wrapper.has-icon:before {
    content: '';
    display: block;
    height: 100%;
    width: 48px;
    border-right: solid 1px #d7d7d7;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("images/required/form-icons.png");
    background-repeat: no-repeat;
}

.form-std__input-wrapper.has-icon .form-std__input {
    padding-left: 70px;
}

.form-std__input-wrapper.icon-man:before {
    background-position: 2px 2px;
}

.form-std__input-wrapper.icon-mobile:before {
    background-position: 2px -44px;
}

.form-std__input-wrapper.icon-envelope:before {
    background-position: 2px -90px;
}

.form-std__input-wrapper.not-valid .form-std__input {
    border-color: #d56032;
}

.form-std__input-wrapper.not-valid .form-std__msg {
    display: block;
    color: #d56032;
}

.form-std__input-wrapper.not-valid.has-icon:before {
    border-right-color: #d56032;
}

.form-std__input-wrapper.not-valid.icon-man:before {
    background-position: -90px 2px;
}

.form-std__input-wrapper.not-valid.icon-mobile:before {
    background-position: -90px -44px;
}

.form-std__input-wrapper.not-valid.icon-envelope:before {
    background-position: -90px -90px;
}

.form-std__input-wrapper.valid .form-std__msg {
    color: #79bb2d;
}

.form-std__input-wrapper.valid.icon-man:before {
    background-position: -44px 2px;
}

.form-std__input-wrapper.valid.icon-mobile:before {
    background-position: -44px -44px;
}

.form-std__input-wrapper.valid.icon-envelope:before {
    background-position: -44px -90px;
}

.form-std__msg {
    display: none;
    position: absolute;
    top: 100%;
    font-size: 1.4rem;
    margin-top: 4px;
}

@media (max-width: 740px) {
    .form-std__label {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }

    .form-std__input-wrapper {
        float: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form-std__input-wrapper.has-icon:before {
        content: none;
    }

    .form-std__input-wrapper.has-icon .form-std__input {
        padding-left: 20px;
        padding-right: 20px;
    }
}

textarea.form-std__input {
    height: 200px;
    resize: none;
    padding: 10px 20px;
}

.box-addreses {
    padding-top: 40px;
}

.box-addreses .title {
    font-size: 3rem;
    color: #413c36;
    text-align: center;
    margin-bottom: 36px;
}

.box-addreses .title .hint {
    font-size: 1.6rem;
    color: #838383;
    margin-top: 4px;
}

.box-addreses__filter {
    position: relative;
    border-bottom: solid 2px #7bc143;
    margin-bottom: 56px;
}

.box-addreses__filter .icon {
    color: #7bc143;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.box-addreses__filter input[type="text"] {
    font-size: 1.6rem;
    padding: 12px 0 12px 40px;
    border: none;
    width: 100%;
    outline: none;
}

.box-addreses__filter input[type="text"]::-webkit-input-placeholder {
    color: #c7c6c6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__filter input[type="text"]:-moz-placeholder {
    color: #c7c6c6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__filter input[type="text"]::-moz-placeholder {
    color: #c7c6c6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__filter input[type="text"]:-ms-input-placeholder {
    color: #c7c6c6;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__filter input[type="text"]:focus::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__filter input[type="text"]:focus:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__filter input[type="text"]:focus::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__filter input[type="text"]:focus:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.box-addreses__list {
    display: none;
}

.box-addreses__list.active {
    display: block;
}

.box-addreses__list .letter {
    font-size: 4.8rem;
    line-height: 1;
    padding-bottom: 14px;
    color: #7bc143;
    position: relative;
    margin-bottom: 26px;
}

.box-addreses__list .letter:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAQAAADVobXoAAAAFklEQVQI12O4e+3uqf8M/xkY7l6FMABn2wqwU2bOegAAAABJRU5ErkJggg==);
}

.box-addreses__list .city-list {
    font-size: 0;
}

.box-addreses__list .elem-city {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 25px;
}

.box-addreses__map {
    display: none;
}

.box-addreses__map.active {
    display: block;
}

.box-addreses__map .elem-city .name {
    padding-left: 0;
    background-image: none !important;
}

.box-addreses__map .elem-city .phone {
    display: table;
}

@media (max-width: 1040px) {
    .box-addreses .elem-city {
        width: 33.333%;
    }
}

@media (max-width: 790px) {
    .box-addreses .elem-city {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .box-addreses .title {
        font-size: 2.4rem;
    }
}

@media (max-width: 540px) {
    .box-addreses__list {
        margin-bottom: 40px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .box-addreses__list .letter {
        display: none;
    }

    .box-addreses .elem-city {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -1px;
    }

    .box-addreses__map .elem-city {
        margin-left: 0;
        margin-right: 0;
        border-top: none;
        border-bottom: none;
    }

    .box-addreses__map .elem-city > * {
        display: inherit;
    }

    .box-addreses__map .elem-city .phone {
        display: table;
    }

    .box-addreses__map .elem-city > .name {
        padding-left: 0;
        background-image: none !important;
        margin-bottom: 24px;
    }

    .box-addreses__map .elem-city > .name:after {
        content: none;
    }
}

.box-anounce {
    position: relative;
}

.box-anounce__img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
}

.box-anounce__img > img {
    width: 100%;
    height: auto;
    display: block;
}

.box-anounce__date {
    display: table;
    font-size: 1.4rem;
    color: #acacac;
    padding-bottom: 17px;
    margin-bottom: 14px;
    position: relative;
}

.box-anounce__date:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #7bc143;
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-anounce__news-link {
    display: table;
    line-height: 1.45;
    color: #2e2e2e;
}

.box-anounce__news-link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.box-anounce__news-link .icon {
    margin-left: 5px;
    color: #7bc143;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.box-anounce__news-link:hover, .nav-top .top-level ul li:hover > a.box-anounce__news-link {
    color: #7bc143;
}

.box-anounce__news-link:hover .icon, .nav-top .top-level ul li:hover > a.box-anounce__news-link .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

.box-anounce__prod-link {
    font-size: 1.7rem;
    color: #2e2e2e;
    display: block;
    line-height: 1.5;
    height: 50px;
    margin-bottom: 7px;
}

.box-anounce__prod-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.box-anounce__prod-link:hover, .nav-top .top-level ul li:hover > a.box-anounce__prod-link {
    color: #7bc143;
}

.box-anounce__descr {
    position: relative;
    padding-top: 15px;
    font-size: 1.4rem;
    color: #909090;
    line-height: 1.25;
}

.box-anounce__descr:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #7bc143;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991px) {
    .box-anounce.swiper-slide {
        width: 43vw !important;
    }
}

@media (max-width: 767px) {
    .box-anounce.swiper-slide {
        width: 75vw !important;
    }
}

.box-article {
    padding-left: 420px;
    position: relative;
    min-height: 207px;
    margin-bottom: 50px;
}

.box-article:hover .box-article__info .article-title > a, .nav-top .top-level ul li:hover > a.box-article .box-article__info .article-title > a {
    color: #84d941;
}

.box-article:hover .box-article__info .article-text .icon, .nav-top .top-level ul li:hover > a.box-article .box-article__info .article-text .icon {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.box-article:nth-child(even) {
    padding-left: 0;
    padding-right: 420px;
}

.box-article:nth-child(even) .box-article__image {
    left: auto;
    right: 0;
}

.box-article__image {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 207px;
    background-color: #e8e8e8;
    font-size: 0;
}

.box-article__image > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.box-article__info {
    padding-top: 20px;
}

.box-article__info .pub-date {
    display: table;
    background-color: #86c63c;
    padding: 7px 19px 6px;
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.4rem;
}

.box-article__info .article-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.4;
}

.box-article__info .article-title > a {
    color: #2e2e2e;
}

.box-article__info .article-title > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.box-article__info .article-text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #909090;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.box-article__info .article-text .icon {
    color: #7bc143;
    margin-top: -2px;
    margin-left: 7px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

@media (max-width: 1179px) {
    .box-article__info {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .box-article {
        padding-left: 320px;
    }

    .box-article:nth-child(even) {
        padding-left: 0;
        padding-right: 320px;
    }

    .box-article__image {
        width: 300px;
        height: 160px;
    }
}

@media (max-width: 767px) {
    .box-article {
        padding-left: 0;
    }

    .box-article:nth-child(even) {
        padding-right: 0;
    }

    .box-article__image {
        width: 100%;
        height: auto;
        position: static;
        margin-bottom: 17px;
    }

    .box-article__image > img {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.box-awards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.box-awards .item-award {
    width: 20%;
    text-align: center;
    margin-bottom: 25px;
}

.box-awards .item-award > img {
    display: inline-block;
}

@media (max-width: 1179px) {
    .box-awards .item-award {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .box-awards .item-award {
        width: 33.333%;
    }
}

@media (max-width: 640px) {
    .box-awards .item-award {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .box-awards .item-award {
        width: 100%;
    }
}

.box-calculator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .box-calculator {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .box-calculator {
        padding-top: 0;
    }
}

.box-calculator__col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
}

.box-calculator__col1 .box-calculator__text {
    max-width: 500px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .box-calculator__col1 .box-calculator__text {
        max-width: 100%;
    }
}

.box-calculator__col1 .elem-btn {
    position: relative;
    display: inline-block;
    width: 260px;
    color: #7bc143;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box-calculator__col1 .elem-btn .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

@media (max-width: 767px) {
    .box-calculator__col1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .box-calculator__col1 .box-calculator__btn {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .box-calculator__col1 {
        position: relative;
    }

    .box-calculator__col1 .box-calculator__text {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .box-calculator__col1 .elem-btn {
        width: 100%;
    }

    .box-calculator__col1:after {
        content: '';
        position: absolute;
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        height: 1px;
        background-color: #ccc;
        bottom: -25px;
        left: -10px;
    }
}

.box-calculator__col2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    padding-left: 30px;
}

.box-calculator__col2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 50px);
    height: -moz-calc(100% + 50px);
    height: calc(100% + 50px);
    top: 0;
    background-color: #e8e8e8;
    left: -40px;
}

@media (max-width: 1179px) {
    .box-calculator__col2:before {
        left: 5px;
    }
}

@media (max-width: 767px) {
    .box-calculator__col2:before {
        display: none;
    }
}

.box-calculator__col2 .box-calculator__btn {
    text-align: center;
}

.box-calculator__col2 .elem-btn {
    position: relative;
    width: 260px;
}

.box-calculator__col2 .elem-btn .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

@media (max-width: 767px) {
    .box-calculator__col2 {
        width: 100%;
        padding-left: 0;
    }

    .box-calculator__col2 .box-calculator__text {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .box-calculator__col2 .box-calculator__btn {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 480px) {
    .box-calculator__col2 .elem-btn {
        width: 100%;
    }
}

.box-calculator__text {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .box-calculator__text {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .box-calculator__text {
        font-size: 15px;
        line-height: 20px;
    }
}

.box-calculator__form {
    max-width: 400px;
}

@media (max-width: 767px) {
    .box-calculator__form {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .box-calculator__form {
        max-width: 100%;
    }
}

.box-calculator__sex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 480px) {
    .box-calculator__sex {
        margin-bottom: 20px;
    }
}

.box-calculator__sex-radio {
    display: none;
}

.box-calculator__sex-radio:checked + .box-calculator__sex-item {
    background: #f9f9f9;
}

.box-calculator__sex-radio:checked + .box-calculator__sex-item .box-calculator__sex-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.box-calculator__sex-radio:checked + .box-calculator__sex-item .box-calculator__sex-name {
    color: #000;
}

.box-calculator__sex-item {
    width: 50%;
    padding: 10px 0 10px 30px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .box-calculator__sex-item {
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    .box-calculator__sex-item {
        padding: 10px;
        text-align: center;
    }
}

.box-calculator__sex-item:nth-of-type(1) {
    border-right: 1px solid #ccc;
}

.box-calculator__sex-img {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.box-calculator__sex-img img {
    max-width: 100%;
}

@media (max-width: 480px) {
    .box-calculator__sex-img {
        height: 30px;
        width: 30px;
    }
}

.box-calculator__sex-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    color: #9a9ea2;
}

@media (max-width: 480px) {
    .box-calculator__sex-name {
        line-height: 30px;
    }
}

.box-calculator__body-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

@media (max-width: 480px) {
    .box-calculator__body-params {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.box-calculator__body-params input {
    display: inline-block;
    width: 120px;
    padding: 0 10px;
    line-height: 44px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

@media (max-width: 480px) {
    .box-calculator__body-params input {
        width: -webkit-calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: calc(100% - 55px);
    }
}

.box-calculator__body-parameter {
    width: 50%;
}

@media (max-width: 480px) {
    .box-calculator__body-parameter {
        width: 100%;
    }

    .box-calculator__body-parameter:not(:last-child) {
        margin-bottom: 15px;
    }
}

.box-calculator__body-parameter:last-child {
    text-align: right;
}

@media (max-width: 480px) {
    .box-calculator__body-parameter:last-child {
        text-align: left;
    }
}

.box-calculator__body-parameter-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 50px;
}

@media (max-width: 480px) {
    .box-calculator__body-parameter-name {
        width: 50px;
        margin-right: 0;
    }
}

.box-calculator__result {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #7bc143;
}

@media (max-width: 767px) {
    .box-calculator__result {
        text-align: center;
    }
}

.box-calculator__bmi {
    height: 110px;
    width: 110px;
    margin: 0 auto 20px;
    line-height: 106px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    border: 2px solid #7bc143;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 767px) {
    .box-calculator__bmi {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.box-club-app {
    background-image: url("images/required/bg-pattern-club.jpg");
    text-align: center;
    color: #fff;
    padding: 45px 85px 50px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.box-club-app .text {
    font-size: 2.2rem;
}

.box-club-app .elem-btn--white-solid {
    margin-top: 42px;
    font-size: 2rem;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    padding: 16px 25px 15px;
}

.box-club-app .elem-btn--white-solid .icon {
    margin-left: 29px;
}

.box-club-app .elem-btn--white-solid:hover, .box-club-app .nav-top .top-level ul li:hover > a.elem-btn--white-solid, .nav-top .top-level ul .box-club-app li:hover > a.elem-btn--white-solid {
    color: #7bc143;
}

.box-club-app .elem-btn--white-solid:hover .icon, .box-club-app .nav-top .top-level ul li:hover > a.elem-btn--white-solid .icon, .nav-top .top-level ul .box-club-app li:hover > a.elem-btn--white-solid .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

@media (max-width: 1179px) {
    .box-club-app {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .box-club-app {
        padding: 30px 20px 40px 20px;
    }

    .box-club-app .text {
        line-height: 1.4;
    }

    .box-club-app .elem-btn--white-solid {
        margin-top: 20px;
        font-size: 1.8rem;
    }
}

.box-contacts {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.box-contacts:after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAQAAADVobXoAAAAFklEQVQI12O4e+3uqf8M/xkY7l6FMABn2wqwU2bOegAAAABJRU5ErkJggg==);
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-contacts .title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 2.2rem;
    color: #7bc143;
}

.box-contacts .elem-contact {
    margin-bottom: 25px;
}

.box-contacts__row:before, .box-contacts__row:after {
    content: " ";
    display: table;
}

.box-contacts__row:after {
    clear: both;
}

.box-contacts__row .box-contacts__col:first-child {
    width: 350px;
    padding-right: 20px;
}

.box-contacts__col {
    float: left;
}

.box-contacts__col .elem-contact {
    display: table;
}

@media (max-width: 480px) {
    .box-contacts__row .box-contacts__col:first-child {
        width: 100%;
        padding-right: 0px;
    }
}

.box-content {
    padding-left: 15.25%;
    padding-right: 15.25%;
    line-height: 1.5;
}

.box-content .elem-blockquote {
    margin: 35px 0 54px 0;
    line-height: 1.6;
}

.box-content h3, .box-content .h3 {
    text-align: center;
}

.box-content h4, .box-content .h4 {
    margin-bottom: 23px;
}

.box-content .elem-blockquote--solid,
.box-content .gallery-photo,
.box-content .box-social-photos,
.box-content .gallery-timeline {
    margin-right: -21.942%;
    margin-left: -21.942%;
}

.box-content .elem-blockquote--quote {
    margin-left: -5%;
    margin-right: -5%;
}

.box-content .list-success {
    margin-left: -10%;
    margin-right: -10%;
}

.box-content .list-success ol li {
    padding-left: 8%;
    padding-right: 8%;
}

.box-content--active-groups .elem-blockquote .elem-btn {
    margin-top: 40px;
}

@media (max-width: 480px) {
    .box-content--active-groups .elem-blockquote .elem-btn .hidden-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .box-content {
        padding-left: 0;
        padding-right: 0;
    }

    .box-content .elem-blockquote--solid,
    .box-content .gallery-photo,
    .box-content .elem-blockquote--quote,
    .box-content .box-social-photos,
    .box-content .gallery-timeline,
    .box-content .list-success {
        margin-right: 0;
        margin-left: 0;
    }

    .box-content .list-success ol li {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width: 767px) {
    .box-content .elem-blockquote--solid,
    .box-content .gallery-photo {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.box-exercise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

.box-exercise:before, .box-exercise:after {
    content: " ";
    display: table;
}

.box-exercise:after {
    clear: both;
}

@media (max-width: 767px) {
    .box-exercise {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.box-exercise__video {
    width: 50%;
}

@media (max-width: 767px) {
    .box-exercise__video {
        width: 100%;
    }
}

.box-exercise:nth-child(2n + 1) .box-exercise__video {
    margin-right: 40px;
}

@media (max-width: 767px) {
    .box-exercise:nth-child(2n + 1) .box-exercise__video {
        margin-right: 0;
    }
}

.box-exercise:nth-child(2n) .box-exercise__video {
    margin-left: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 767px) {
    .box-exercise:nth-child(2n) .box-exercise__video {
        margin-left: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.box-exercise__description {
    position: relative;
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.box-exercise__description .time {
    font-size: 1.4rem;
    color: #ccc;
}

.box-exercise__description h3 {
    margin: 20px 0 30px;
}

.box-exercise__description h4 {
    margin: 0 0 15px 0;
}

@media (max-width: 767px) {
    .box-exercise__description {
        width: 100%;
    }
}

.box-exercise__list {
    list-style: none;
    padding-left: 0;
    padding-bottom: 20px;
}

.box-exercise__sublist {
    margin: 20px 0;
    list-style: none;
    border-left: 4px solid #7bc143;
}

.box-exercise__sublist li {
    margin-bottom: 20px;
}

.box-exercise__btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 20px;
    background: #fff;
    color: #ccc;
    -webkit-box-shadow: 0 0 10px 10px #fff;
    -moz-box-shadow: 0 0 10px 10px #fff;
    box-shadow: 0 0 10px 10px #fff;
    cursor: pointer;
}

.box-exercise__btn span {
    position: absolute;
    display: inline-block;
    padding-right: 20px;
}

.box-exercise__btn span:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    right: -1px;
    top: 10px;
    background: #ccc;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-exercise__btn span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    right: 5px;
    top: 10px;
    background: #ccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-exercise__btn.is-opened span:before {
    right: 5px;
    top: 9px;
}

.box-exercise__btn.is-opened span:after {
    right: -1px;
    top: 9px;
}

.box-flex-components {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-flex-components .flex-item-empty {
    background-color: transparent !important;
}

.box-flex-components .elem-component {
    margin-bottom: 25px;
    width: 25%;
    padding-right: 1%;
}

.box-flex-components .elem-component.flex-item-empty {
    margin-bottom: 0;
    width: 25% !important;
}

.box-flex-components .elem-article-anonce,
.box-flex-components .flex-half {
    width: 49.15%;
}

.box-flex-components .flex-half {
    font-size: 1.8rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .box-flex-components {
        padding-left: 30px;
    }

    .box-flex-components .elem-component {
        width: 50%;
        padding-right: 3%;
    }

    .box-flex-components .elem-component.flex-item-empty {
        width: 50% !important;
    }

    .box-flex-components .elem-article-anonce,
    .box-flex-components .flex-half {
        width: 48.6%;
    }
}

@media (max-width: 480px) {
    .box-flex-components {
        padding-left: 0px;
    }

    .box-flex-components .elem-component {
        width: 100%;
        padding-right: 0;
    }

    .box-flex-components .elem-component.flex-item-empty {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .box-flex-components .elem-article-anonce,
    .box-flex-components .flex-half {
        width: 100%;
    }
}

.box-footer {
    bottom: 0;
    width: 100%;
    min-width: 320px;
}

.box-footer__nav {
    border-top: solid 1px #f2f2f2;
}

.box-footer__nav .container, .box-footer__nav .box-product-banner .product-carousel-wrapper, .box-product-banner .box-footer__nav .product-carousel-wrapper, .box-footer__nav .loss__balance-wrapper, .box-footer__nav .loss__diet .diet-container, .loss__diet .box-footer__nav .diet-container, .box-footer__nav .loss__complex {
    padding-top: 25px;
}

.box-footer__nav nav {
    float: left;
    width: 100%;
    padding-top: 17px;
    white-space: nowrap;
}

.box-footer__nav nav a {
    display: inline-block;
    color: #413c36;
    margin-left: 7%;
}

.box-footer__nav nav a:hover, .box-footer__nav nav .nav-top .top-level ul li:hover > a, .nav-top .top-level ul .box-footer__nav nav li:hover > a {
    color: #7bc143;
}

.box-footer__nav nav a:first-child {
    margin-left: 0;
}

@media (max-width: 1179px) {
    .box-footer__nav nav a {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .box-footer__nav nav {
        float: none;
        width: 100%;
        padding-top: 0;
        padding-bottom: 25px;
        white-space: normal;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .box-footer__nav nav a {
        display: block;
        font-size: 1.8rem;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.box-footer__nav .form-search {
    margin-top: -28px;
}

@media (min-width: 992px) {
    .box-footer__nav .form-search {
        background-color: transparent;
        -webkit-transition: all linear 0.6s 0.2s;
        -o-transition: all linear 0.6s 0.2s;
        -moz-transition: all linear 0.6s 0.2s;
        transition: all linear 0.6s 0.2s;
    }

    .box-footer__nav .form-search.opened {
        background-color: #fff;
        -webkit-transition: all linear 0.6s 0.6s;
        -o-transition: all linear 0.6s 0.6s;
        -moz-transition: all linear 0.6s 0.6s;
        transition: all linear 0.6s 0.6s;
    }

    .box-footer__nav .form-search__input {
        background-color: transparent;
    }

    .box-footer__nav nav a {
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .box-footer__nav nav a:first-child {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .box-footer__nav nav a:nth-child(2) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .box-footer__nav nav a:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .box-footer__nav nav a:nth-child(4) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .box-footer__nav nav a:nth-child(5) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .box-footer__nav.under-search nav a {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }

    .box-footer__nav.under-search nav a:first-child {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .box-footer__nav.under-search nav a:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .box-footer__nav.under-search nav a:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .box-footer__nav.under-search nav a:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .box-footer__nav.under-search nav a:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

.box-footer .partner-login {
    float: right;
    display: inline-block;
    padding: 15px 82px 16px 32px;
    border: solid 1px #7bc143;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    color: #2e2e2e;
}

.box-footer .partner-login .icon {
    position: absolute;
    color: #fff;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.box-footer .partner-login:before {
    content: '';
    display: block;
    height: 100%;
    width: 50px;
    background-color: #7bc143;
    position: absolute;
    right: 0;
    top: 0;
}

.box-footer .partner-login:hover, .box-footer .nav-top .top-level ul li:hover > a.partner-login, .nav-top .top-level ul .box-footer li:hover > a.partner-login {
    background-color: #7bc143;
    color: #fff;
}

.box-footer__info {
    background-color: #f2f2f2;
    padding-top: 33px;
    padding-bottom: 30px;
}

.box-footer__info .copyright {
    float: left;
    width: 53.624%;
    font-size: 1.3rem;
    color: #7c7c7c;
    line-height: 1.35;
}

.box-footer__info .copyright:before, .box-footer__info .copyright:after {
    content: " ";
    display: table;
}

.box-footer__info .copyright:after {
    clear: both;
}

.box-footer__info .copyright .icon {
    float: left;
    width: 60px;
    color: #000;
    margin-top: 2.6%;
}

.box-footer__info .copyright .text {
    float: right;
    width: 86.5%;
}

@media (max-width: 1179px) {
    .box-footer__info .copyright {
        width: 58%;
    }
}

@media (max-width: 991px) {
    .box-footer__info .copyright {
        width: 65%;
    }

    .box-footer__info .copyright .text {
        width: 83%;
    }
}

.box-footer__info .footer-social {
    float: right;
    width: 33.5%;
    margin-top: 8px;
}

.box-footer__info .footer-social:before, .box-footer__info .footer-social:after {
    content: " ";
    display: table;
}

.box-footer__info .footer-social:after {
    clear: both;
}

.box-footer__info .footer-social a {
    vertical-align: middle;
}

.box-footer__info .footer-social .link-v-forme {
    display: inline-block;
    float: left;
}

.box-footer__info .footer-social .link-v-forme .icon {
    width: 118px;
    color: #7bc143;
}

.box-footer__info .footer-social .social-links {
    display: inline-block;
    float: right;
}

.box-footer__info .footer-social .social-links a {
    margin-left: 10px;
}

.box-footer__info .footer-social .social-links a:first-child {
    margin-left: 0;
}

@media (max-width: 1179px) {
    .box-footer__info .footer-social {
        width: 39%;
    }
}

@media (max-width: 991px) {
    .box-footer__info .footer-social {
        width: auto;
    }

    .box-footer__info .footer-social .link-v-forme {
        float: none;
        display: table;
        margin-bottom: 18px;
    }

    .box-footer__info .footer-social .social-links {
        float: none;
        white-space: nowrap;
    }
}

.box-footer__info .links-wrapper {
    float: left;
    padding-top: 12px;
    padding-left: 7.2%;
}

.box-footer__info .links-wrapper a {
    display: inline-block;
    padding-right: 9px;
    position: relative;
    margin-right: 9px;
    font-size: 1.3rem;
    color: #000;
}

.box-footer__info .links-wrapper a:hover, .box-footer__info .links-wrapper .nav-top .top-level ul li:hover > a, .nav-top .top-level ul .box-footer__info .links-wrapper li:hover > a {
    text-decoration: underline;
}

.box-footer__info .links-wrapper a:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.box-footer__info .links-wrapper a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.box-footer__info .links-wrapper a:last-child:after {
    content: none;
}

@media (max-width: 1179px) {
    .box-footer__info .links-wrapper {
        padding-left: 8%;
    }
}

@media (max-width: 991px) {
    .box-footer__info .links-wrapper {
        padding-left: 0;
    }
}

.box-footer__info .developer {
    padding-top: 12px;
    float: right;
    font-size: 1.5rem;
    color: #2e2e2e;
}

.box-footer__info .developer span,
.box-footer__info .developer img {
    display: inline-block;
    vertical-align: middle;
}

.box-footer__info .developer img {
    margin-top: -2px;
    margin-left: 7px;
}

@media (max-width: 991px) {
    .box-footer__nav .form-search {
        display: none;
    }
}

@media (max-width: 767px) {
    .box-footer {
        position: relative;
    }

    .box-footer__nav .container, .box-footer__nav .box-product-banner .product-carousel-wrapper, .box-product-banner .box-footer__nav .product-carousel-wrapper, .box-footer__nav .loss__balance-wrapper, .box-footer__nav .loss__diet .diet-container, .loss__diet .box-footer__nav .diet-container, .box-footer__nav .loss__complex {
        display: none;
    }

    .box-footer__info {
        padding-top: 34px;
        padding-bottom: 20px;
        text-align: center;
    }

    .box-footer__info .copyright {
        float: none;
        width: 100%;
    }

    .box-footer__info .copyright .icon {
        float: none;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .box-footer__info .copyright .text {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }

    .box-footer__info .footer-social {
        float: none;
        width: 100%;
    }

    .box-footer__info .footer-social .link-v-forme {
        margin-left: auto;
        margin-right: auto;
        margin-top: -27px;
        margin-bottom: -20px;
    }

    .box-footer__info .footer-social .link-v-forme .icon {
        width: 220px;
        height: auto;
    }

    .box-footer__info .footer-social .social-links {
        width: 100%;
        text-align: center;
    }

    .box-footer__info .links-wrapper {
        width: 100%;
        float: none;
        line-height: 1.3;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .box-footer__info .developer {
        float: none;
        padding-top: 0;
    }
}

.box-groups-app {
    background-image: url("images/required/bg-pattern-club.jpg");
    text-align: center;
    color: #fff;
    padding: 45px 85px 50px;
    margin-left: 15.25%;
    margin-right: 15.25%;
    margin-top: 50px;
    margin-bottom: 70px;
}

.box-groups-app .text {
    font-size: 2.2rem;
}

.box-groups-app .elem-btn--white-solid {
    margin-top: 42px;
    font-size: 2rem;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    padding: 16px 25px 15px;
}

.box-groups-app .elem-btn--white-solid .icon {
    margin-left: 29px;
}

.box-groups-app .elem-btn--white-solid:hover, .box-groups-app .nav-top .top-level ul li:hover > a.elem-btn--white-solid, .nav-top .top-level ul .box-groups-app li:hover > a.elem-btn--white-solid {
    color: #7bc143;
}

.box-groups-app .elem-btn--white-solid:hover .icon, .box-groups-app .nav-top .top-level ul li:hover > a.elem-btn--white-solid .icon, .nav-top .top-level ul .box-groups-app li:hover > a.elem-btn--white-solid .icon {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

@media (max-width: 1179px) {
    .box-groups-app {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .box-groups-app {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .box-groups-app {
        padding: 30px 20px 40px 20px;
    }

    .box-groups-app .text {
        line-height: 1.4;
    }

    .box-groups-app .elem-btn--white-solid {
        margin-top: 20px;
        font-size: 1.8rem;
    }
}

.box-head-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-head-select .elem-select--with-title {
    margin-top: 25px;
}

@media (max-width: 1100px) {
    .box-head-select {
        display: block;
    }

    .box-head-select .elem-select--with-title {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .box-head-select .elem-select--with-title .select-title {
        display: block;
        margin-bottom: 7px;
    }
}

@media (max-width: 480px) {
    .box-head-select .elem-select--with-title .selectric-wrapper {
        width: 100% !important;
    }
}

.box-header {
    background-color: #7bc143;
    padding-top: 11px;
    padding-bottom: 8px;
    position: relative;
    z-index: 51;
}

.box-header .elem-burger {
    display: none;
    float: left;
    margin-right: 45px;
    margin-top: 13px;
}

.box-header .fix-top {
    height: 40px;
    display: inline-block;
    width: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
}

.box-header__award {
    margin-top: -3px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
}

.box-header__award img {
    height: 54px;
}

.box-header__logo {
    float: left;
}

.box-header__controls {
    float: right;
    padding-top: 3px;
    font-size: 1.4rem;
}

.box-header__controls .elem-sign {
    margin-right: 35px;
}

.box-header__controls .elem-lang {
    margin-left: 27px;
    margin-right: -1px;
}

.box-header__controls .search-trigger {
    display: none;
    vertical-align: middle;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.box-header__controls .search-trigger.opened {
    opacity: .2;
}

.box-header__controls .search-trigger .icon {
    color: #fff;
}

@media (max-width: 1179px) {
    .box-header {
        padding-top: 11px;
        padding-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .box-header .elem-burger {
        display: inline-block;
    }

    .box-header__controls .elem-btn {
        float: left;
    }

    .box-header__controls .elem-sign {
        font-size: 0;
        display: inline-block;
        margin-right: 0;
        margin-left: 32px;
        vertical-align: middle;
    }

    .box-header__controls .elem-sign .icon {
        margin-right: 0;
    }

    .box-header__controls .elem-lang {
        margin-left: 14px;
    }

    .box-header__controls .search-trigger {
        display: inline-block;
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .box-header {
        padding-top: 6px;
        padding-bottom: 3px;
    }

    .box-header .elem-burger {
        margin-top: 8px;
        margin-right: 14%;
    }

    .box-header__award img {
        height: 44px;
    }

    .box-header__logo .logo-image {
        height: 38px;
    }

    .box-header__controls {
        width: 22%;
        padding-top: 8px;
    }

    .box-header__controls:before, .box-header__controls:after {
        content: " ";
        display: table;
    }

    .box-header__controls:after {
        clear: both;
    }

    .box-header__controls .elem-sign {
        float: left;
        margin-left: 0;
    }

    .box-header__controls .search-trigger {
        float: right;
        margin-left: 0;
    }
}

@media (max-width: 390px) {
    .box-header .elem-burger {
        margin-right: 6%;
    }

    .box-header__award {
        margin-left: 10px;
        margin-top: 1px;
    }

    .box-header__award img {
        height: 36px;
    }
}

.box-landing-advantage {
    position: relative;
    padding: 40px 40px 40px 65px;
    background-color: #fae8c0;
    font-size: 20px;
    line-height: 1.5;
    font-family: "HelveticaNeuelRoman", Helvetica, Arial, sans-serif;
}

.box-landing-advantage:before {
    content: '';
    position: absolute;
    top: -34px;
    left: -34px;
    width: 68px;
    height: 68px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("images/icons-svg/arrow_done.svg") #7bc143 no-repeat center;
    -webkit-box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
    box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
}

.box-landing-advantage__descript {
    background-color: #7bc143;
    color: #ffffff;
    padding: 15px 30px;
    margin: 15px 0 0 -30px;
}

.box-landing-info {
    position: relative;
    color: #f26722;
    padding: 40px 40px 40px 60px;
    background-color: currentColor;
    border-bottom: 16px solid;
    border-image-source: url(images/required/decor-box-land_orange.png);
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-image-slice: 16;
    -webkit-filter: drop-shadow(7px 14px 18px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(7px 14px 18px rgba(0, 0, 0, 0.25));
    font-size: 20px;
    line-height: 1.5;
}

.box-landing-info > p {
    color: #ffffff;
    margin: 0;
}

.box-landing-info > .icon-tracery_box-landing {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
}

.box-landing-info--violet {
    color: #7f4594;
    border-image-source: url(images/required/decor-box-land_violet.png);
}

.box-landing-info--green {
    color: #7bc143;
    border-image-source: url(images/required/decor-box-land_green.png);
}

.box-landing-info--green .box-landing-info__item > .elem-info {
    color: #7f4594;
    border-color: #7f4594;
}

.box-landing-info--white {
    max-width: 810px;
    color: #ffffff;
    border-image-source: url(images/required/decor-box-land_white.png);
}

.box-landing-info--white .box-landing-info__list {
    padding-left: 25px;
    margin-right: 15px;
    color: #00aadd;
}

.box-landing-info--white .box-landing-info__item > span {
    color: #413c36;
}

.box-landing-info__list {
    margin: 0 0 40px;
    padding-left: 0;
    font-size: 18px;
    color: #ffffff;
}

.box-landing-info__item > .elem-info {
    margin-left: 6px;
}

.box-landing-info__item:not(:last-child) {
    margin-bottom: 20px;
}

.box-landing-info__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0e42d;
    margin: 0 -40px 30px -40px;
    padding: 0 40px;
}

.box-landing-info__head-title {
    margin-left: 25px;
    font-size: 35px;
    color: #234273;
    text-transform: uppercase;
    font-family: "PH_Narrow", Helvetica, Arial, sans-serif;
}

.box-landing-info__head-link {
    color: #00abe0;
}

.box-landing-info__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-landing-info__content-img {
    margin-right: -30px;
}

.box-landing-sale {
    position: relative;
    width: -webkit-calc((100% - 50px * 2) / 3);
    width: -moz-calc((100% - 50px * 2) / 3);
    width: calc((100% - 50px * 2) / 3);
}

.box-landing-sale:not(:first-child) {
    margin-left: 50px;
}

.box-landing-sale--stars:before, .box-landing-sale--stars:after {
    content: '';
    position: absolute;
    background: url(images/required/landing-winback-star.png) no-repeat center/cover;
}

.box-landing-sale--stars:before {
    left: -90px;
    top: 0;
    width: 63px;
    height: 65px;
}

.box-landing-sale--stars:after {
    left: -45px;
    top: 120px;
    width: 40px;
    height: 41px;
}

.box-landing-sale__title {
    margin: 0 0 60px;
}

.box-landing-sale__img {
    margin-bottom: 35px;
    max-height: 418px;
    overflow: hidden;
}

.box-landing-sale__img--indent-top {
    margin-top: -11px;
    margin-left: -20px;
}

.box-landing-sale__title {
    color: #7bc143;
    font-size: 36px;
    margin: 0 0 15px;
    font-family: "HelveticaNeuelTW1G", Helvetica, Arial, sans-serif;
}

.box-landing-sale > p {
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
}

.box-main-blogs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-main-blogs .elem-blog {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .box-main-blogs {
        margin-left: -3px;
        margin-right: -13px;
    }
}

@media (max-width: 1179px) {
    .box-main-blogs .elem-blog {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .box-main-blogs {
        margin-bottom: -20px;
    }

    .box-main-blogs .elem-blog {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .box-main-blogs {
        margin-bottom: -10px;
    }

    .box-main-blogs .elem-blog {
        margin-bottom: 10px;
    }
}

.box-narrow-container {
    margin: 0 auto;
    width: 980px;
}

@media (max-width: 1000px) {
    .box-narrow-container {
        width: 100%;
    }
}

.box-not-found {
    position: relative;
    overflow: hidden;
}

.box-not-found .bg-img {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: inherit;
}

.box-not-found--message {
    width: 505px;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    text-align: center;
}

.box-not-found--message .title {
    font-size: 6rem;
    line-height: 1;
    color: #7bc143;
    font-family: "PH", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
}

.box-not-found--message .msg-text {
    font-size: 1.8rem;
    line-height: 1.6;
}

.box-not-found--message .msg-text a {
    color: #7bc143;
}

.box-not-found--message .msg-text a:hover, .box-not-found--message .msg-text .nav-top .top-level ul li:hover > a, .nav-top .top-level ul .box-not-found--message .msg-text li:hover > a {
    color: #84d941;
}

@media (max-width: 991px) {
    .box-not-found .bg-img {
        margin-left: -4%;
    }
}

@media (max-width: 767px) {
    .box-not-found .bg-img {
        margin-left: -3%;
        height: 410px;
    }

    .box-not-found--message {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        -webkit-box-shadow: 0 15px 30px 10px #fff;
        -moz-box-shadow: 0 15px 30px 10px #fff;
        box-shadow: 0 15px 30px 10px #fff;
    }

    .box-not-found--message .title {
        font-size: 4.5rem;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .box-not-found .bg-img {
        height: 270px;
    }
}

.box-partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-partner .img-wrapper {
    width: 34%;
}

.box-partner .img-wrapper > img {
    max-width: inherit;
    width: 100%;
}

.box-partner .partner-info {
    width: 60%;
}

.box-partner .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 20px 25px 18px;
}

.box-partner .title--green {
    background-color: #7bc143;
}

.box-partner .title--violet {
    background-color: #7c469f;
}

.box-partner .title--orange {
    background-color: #ffa100;
}

.box-partner .partner-about {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 40px 0 0 25px;
}

@media (max-width: 767px) {
    .box-partner {
        display: block;
        margin-bottom: 45px;
    }

    .box-partner .img-wrapper,
    .box-partner .partner-info {
        width: 100%;
    }

    .box-partner .title {
        margin-bottom: 30px;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-partner .partner-about {
        padding: 20px 0 0 0;
    }
}

.box-place-order {
    position: relative;
    padding: 40px;
    color: #ffffff;
    background-color: #7bc143;
    -webkit-box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
    box-shadow: 7px 14px 18px rgba(0, 0, 0, 0.19);
}

.box-place-order--yellow {
    background-color: #fcb53b;
}

.box-place-order--pink {
    background-color: #e6174d;
}

.box-place-order__img {
    margin-bottom: 30px;
    width: 113px;
}

.box-place-order__title {
    font-size: 26px;
    line-height: 1.2;
    font-family: "HelveticaNeuelTW1G", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}

.box-place-order__title--marbot {
    margin-bottom: 57px;
}

.box-place-order__info {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 70px;
}

.box-place-order__link {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
}

.box-product-banner {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    height: 630px;
}

.box-product-banner .img-wrapper img {
    max-width: inherit;
    position: absolute;
}

.box-product-banner .img-wrapper img.bg {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.box-product-banner .img-wrapper img.prod {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-left: -10%;
}

.box-product-banner > .container, .box-product-banner > .product-carousel-wrapper, .box-product-banner > .loss__balance-wrapper, .loss__diet .box-product-banner > .diet-container, .box-product-banner > .loss__complex {
    position: relative;
    z-index: 1;
}

.box-product-banner .product-carousel-wrapper {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 55px;
}

.box-product-banner .product-carousel-wrapper:before, .box-product-banner .product-carousel-wrapper:after {
    content: none;
}

.box-product-banner .product-link {
    display: inline-block;
    position: absolute;
    top: 135px;
    width: 25px;
    height: 48px;
    z-index: 2;
    color: #7bc143;
}

.box-product-banner .product-link:before, .box-product-banner .product-link:after {
    content: '';
    width: 34px;
    height: 2px;
    background-color: #7bc143;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-box-shadow: 0px 2px 10px 0px #7bc143;
    -moz-box-shadow: 0px 2px 10px 0px #7bc143;
    box-shadow: 0px 2px 10px 0px #7bc143;
}

.box-product-banner .product-link:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-product-banner .product-link:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-product-banner .product-link .link-text {
    display: none;
}

.box-product-banner .product-link.link-prev {
    left: 0;
}

.box-product-banner .product-link.link-next {
    right: 0;
}

.box-product-banner .product-link.link-next:before, .box-product-banner .product-link.link-next:after {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    left: auto;
    right: 0;
}

.box-product-banner .product-alternates {
    position: relative;
    width: 47.458%;
    padding-left: 34px;
    padding-right: 34px;
    margin-bottom: -55px;
}

.box-product-banner .product-alternates .swiper-slide-next .img-wrapper {
    border-color: #7bc143;
    -webkit-box-shadow: inset 0 0 0 1px #7bc143;
    -moz-box-shadow: inset 0 0 0 1px #7bc143;
    box-shadow: inset 0 0 0 1px #7bc143;
}

.box-product-banner .product-alternates .swiper-button-next,
.box-product-banner .product-alternates .swiper-button-prev {
    width: 14px;
    height: 26px;
    margin-top: 0;
    top: 58px;
    background-image: none;
}

.box-product-banner .product-alternates .swiper-button-next .icon,
.box-product-banner .product-alternates .swiper-button-prev .icon {
    color: #7bc143;
    width: 100%;
    height: 100%;
}

.box-product-banner .product-alternates .swiper-button-prev,
.box-product-banner .product-alternates .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.box-product-banner .product-alternates .swiper-button-next,
.box-product-banner .product-alternates .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.box-product-banner .product-alternates .swiper-button-next .icon,
.box-product-banner .product-alternates .swiper-container-rtl .swiper-button-prev .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.box-product-banner .product-info {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    width: 50%;
    padding: 30px 40px 40px;
}

.box-product-banner .product-info h1, .box-product-banner .product-info .h1 {
    margin: 0;
    padding: 0;
    font-size: 2.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: #7bc143;
    margin-bottom: 13px;
}

.box-product-banner .product-info h2, .box-product-banner .product-info .h2 {
    margin: 0;
    padding: 0;
    font-size: 2.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: #413c36;
}

.box-product-banner .product-info .elem-btn {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
}

.box-product-banner .properties {
    margin: 30px 0 50px;
    padding: 0 0 0 22px;
    list-style: none;
    position: relative;
}

.box-product-banner .properties:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #7bc143;
    position: absolute;
    left: 0;
}

.box-product-banner .properties li {
    font-size: 1.6rem;
    color: #413c36;
    margin-bottom: 13px;
}

.box-product-banner .properties .elem-info {
    margin-left: 10px;
}

.box-product-banner .controls:before, .box-product-banner .controls:after {
    content: " ";
    display: table;
}

.box-product-banner .controls:after {
    clear: both;
}

.box-product-banner .controls .elem-btn {
    float: left;
}

.box-product-banner .controls .links {
    float: right;
}

.box-product-banner .controls .links > a {
    display: table;
    position: relative;
    padding-left: 30px;
    color: #7bc143;
    font-size: 1.4rem;
}

.box-product-banner .controls .links > a:hover, .box-product-banner .controls .nav-top .top-level ul li.links:hover > a, .nav-top .top-level ul .box-product-banner .controls li.links:hover > a {
    text-decoration: underline;
}

.box-product-banner .controls .links > a:first-child {
    margin-top: 4px;
}

.box-product-banner .controls .links > a + a {
    margin-top: 16px;
}

.box-product-banner .controls .links > a > img {
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 1100px) {
    .box-product-banner .img-wrapper img.bg {
        -webkit-transform: translate(-44%, 0);
        -moz-transform: translate(-44%, 0);
        -ms-transform: translate(-44%, 0);
        -o-transform: translate(-44%, 0);
        transform: translate(-44%, 0);
    }

    .box-product-banner .controls .elem-btn {
        font-size: 1.6rem;
    }

    .box-product-banner .controls .links > a + a {
        margin-top: 12px;
    }

    .box-product-banner .product-info h1, .box-product-banner .product-info .h1,
    .box-product-banner .product-info h2, .box-product-banner .product-info .h2 {
        font-size: 2rem;
    }
}

@media (max-width: 1030px) {
    .box-product-banner .product-info {
        padding: 20px;
    }
}

@media (max-width: 1179px) {
    .box-product-banner .product-link {
        top: -70px;
        width: 18px;
        height: 40px;
    }

    .box-product-banner .product-link:before, .box-product-banner .product-link:after {
        width: 25px;
    }

    .box-product-banner .product-link:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .box-product-banner .product-link:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .box-product-banner .product-link .link-text {
        display: inline-block;
        font-size: 1.4rem;
        white-space: nowrap;
        position: absolute;
        left: 26px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .box-product-banner .product-link.link-prev {
        left: 10px;
    }

    .box-product-banner .product-link.link-next {
        right: 10px;
    }

    .box-product-banner .product-link.link-next .link-text {
        left: auto;
        right: 26px;
    }
}

@media (max-width: 991px) {
    .box-product-banner {
        height: 758px;
    }

    .box-product-banner .img-wrapper img.bg {
        height: 100%;
        -webkit-transform: translate(-35%, 0);
        -moz-transform: translate(-35%, 0);
        -ms-transform: translate(-35%, 0);
        -o-transform: translate(-35%, 0);
        transform: translate(-35%, 0);
    }

    .box-product-banner .img-wrapper img.prod {
        margin-left: -8%;
        max-width: 300px;
    }

    .box-product-banner .product-carousel-wrapper {
        bottom: 0px;
        padding-bottom: 30px;
    }

    .box-product-banner .product-link {
        top: -45px;
    }

    .box-product-banner .product-alternates {
        margin-bottom: 0;
    }

    .box-product-banner .product-info {
        padding: 30px 40px 40px;
    }

    .box-product-banner .properties {
        margin-bottom: 35px;
    }

    .box-product-banner .controls .elem-btn {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .box-product-banner .controls .links {
        float: none;
    }

    .box-product-banner .controls .links > a + a {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .box-product-banner {
        height: auto;
        margin-bottom: 0;
    }

    .box-product-banner .img-wrapper {
        position: relative;
    }

    .box-product-banner .img-wrapper img.bg {
        position: relative;
        left: auto;
        height: 250px;
        height: 78.125vw;
        -webkit-transform: translate(-5%, 0);
        -moz-transform: translate(-5%, 0);
        -ms-transform: translate(-5%, 0);
        -o-transform: translate(-5%, 0);
        transform: translate(-5%, 0);
    }

    .box-product-banner .img-wrapper img.prod {
        max-height: 80%;
        max-width: inherit;
        top: auto;
        bottom: 0;
        margin-left: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .box-product-banner .nav-bread {
        position: absolute;
    }

    .box-product-banner .product-carousel-wrapper {
        display: block;
        position: relative;
        left: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .box-product-banner .product-alternates {
        width: auto;
        padding: 15px 0 10px 20px;
        margin-top: 24px;
        margin-left: -20px;
        margin-right: -20px;
        border-top: solid 1px #e0e0e0;
        border-bottom: solid 1px #e0e0e0;
    }

    .box-product-banner .product-info {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 10px 10px 0;
    }

    .box-product-banner .product-info .elem-btn {
        text-align: center;
        margin-bottom: 12px;
    }

    .box-product-banner .product-info h1, .box-product-banner .product-info .h1, .box-product-banner .product-info h2, .box-product-banner .product-info .h2 {
        font-size: 2rem;
    }

    .box-product-banner .product-info h1, .box-product-banner .product-info .h1 {
        margin-bottom: 10px;
    }
}

.box-recip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.box-recip__info {
    width: 50%;
    max-height: 410px;
    background-color: #fff;
    padding: 26px 20px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-recip__info .name {
    font-size: 2.2rem;
    line-height: 1.25;
    color: #413c36;
}

.box-recip__info .ingridients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
}

.box-recip__info .ingrid {
    display: block;
    width: 50%;
    text-align: center;
    font-size: 2.4rem;
    color: #7bc143;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.box-recip__info .ingrid:first-child {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 10px;
}

.box-recip__info .ingrid:nth-child(2) {
    border-bottom: solid 1px #e7e7e7;
    border-left: solid 1px #e7e7e7;
    padding-bottom: 10px;
}

.box-recip__info .ingrid:nth-child(3) {
    padding-top: 10px;
}

.box-recip__info .ingrid:nth-child(4) {
    padding-top: 10px;
    border-left: solid 1px #e7e7e7;
}

.box-recip__info .ingrid small {
    display: block;
    color: #acacac;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
}

.box-recip__info .elem-btn--green {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
}

.box-recip__info .hashtags {
    font-size: 1.4rem;
}

.box-recip__info .hashtags a {
    color: #7bc143;
}

.box-recip__info .hashtags a:hover, .box-recip__info .hashtags .nav-top .top-level ul li:hover > a, .nav-top .top-level ul .box-recip__info .hashtags li:hover > a {
    color: #84d941;
}

.box-recip .energy {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 67px;
    height: 67px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #00a87f;
    line-height: 0.7;
    padding-top: 18px;
    z-index: 2;
    font-size: 2.2rem;
}

.box-recip .energy small {
    font-size: 1.5rem;
}

.box-recip__img {
    width: 50%;
    overflow: hidden;
    font-size: 0;
}

.box-recip__img > img {
    display: block;
    height: 410px;
    max-width: inherit;
    width: 100%;
}

@media (max-width: 991px) {
    .box-recip.swiper-slide {
        width: 75vw !important;
    }

    .box-recip__info {
        max-height: inherit;
    }
}

@media (max-width: 760px) {
    .box-recip__info {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .box-recip__info .ingridients {
        padding-right: 20px;
    }

    .box-recip__info .elem-btn--green {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 1.6rem;
    }

    .box-recip__img {
        min-height: 400px;
        position: relative;
    }

    .box-recip__img img {
        max-width: inherit;
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 480px) {
    .box-recip {
        display: block;
        padding-bottom: 55px;
    }

    .box-recip.swiper-slide {
        width: 87.5vw !important;
    }

    .box-recip__info {
        width: 100%;
        padding: 10px 10px 45px;
    }

    .box-recip__info .ingridients,
    .box-recip__info .hashtags {
        display: none;
    }

    .box-recip__info .elem-btn--green {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .box-recip .energy {
        top: auto;
    }

    .box-recip__img {
        width: 100%;
        min-height: inherit;
    }

    .box-recip__img img {
        height: auto;
        width: 100%;
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (min-width: 992px) {
    .box-recip.mod-full .box-recip__info {
        border: solid 1px #e8e8e8;
        border-right-color: transparent;
    }

    .box-recip.mod-full .box-recip__info .ingridients {
        display: block;
        width: 100%;
        padding: 0;
    }

    .box-recip.mod-full .box-recip__info .ingrid {
        position: relative;
        display: inline-block;
        width: 90px;
        vertical-align: middle;
        border: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .box-recip.mod-full .box-recip__info .ingrid:before {
        content: '';
        display: block;
        width: 1px;
        height: 40px;
        background-color: #e7e7e7;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .box-recip.mod-full .box-recip__info .ingrid:first-child:before {
        content: none;
    }

    .box-recip.mod-full .box-recip__info .hashtags {
        width: 100%;
    }

    .box-recip.mod-full:nth-child(odd) .box-recip__info {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-left-color: transparent;
        border-right-color: #e8e8e8;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .box-recip.mod-full {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .box-recip.mod-full .box-recip__info {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 60px;
        padding-bottom: 40px;
        border: solid 1px #e8e8e8;
        border-top-color: transparent;
    }

    .box-recip.mod-full .box-recip__info .ingridients {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .box-recip.mod-full .box-recip__info .ingrid {
        position: relative;
        display: inline-block;
        width: 82px;
        vertical-align: middle;
        border: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .box-recip.mod-full .box-recip__info .ingrid:before {
        content: '';
        display: block;
        width: 1px;
        height: 40px;
        background-color: #e7e7e7;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .box-recip.mod-full .box-recip__info .ingrid:first-child {
        margin-left: -10px;
    }

    .box-recip.mod-full .box-recip__info .ingrid:first-child:before {
        content: none;
    }

    .box-recip.mod-full .box-recip__info .hashtags {
        width: 100%;
        margin-top: 50px;
    }

    .box-recip.mod-full .box-recip__img {
        width: 100%;
    }

    .box-recip.mod-full .box-recip__img > img {
        height: auto;
    }

    .box-recip.mod-full .energy {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        margin-bottom: -67px;
    }
}

.box-result {
    border: solid 1px #f2f2f2;
    padding-bottom: 20px;
}

.box-result.flex-half {
    margin-bottom: 35px;
    line-height: 1 !important;
}

.box-result__banner {
    background-color: #f2f2f2;
    text-align: center;
    font-size: 0;
    position: relative;
    padding: 24px 0 0 0;
}

.box-result__banner .name-age {
    font-size: 1.6rem;
    color: #413c36;
    margin-bottom: 8px;
}

.box-result__banner .location {
    font-size: 1.4rem;
    color: #9c9c9c;
}

.box-result__banner .img-before,
.box-result__banner .img-after {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 365px;
    overflow: hidden;
    position: relative;
}

.box-result__banner .img-before:before,
.box-result__banner .img-after:before {
    content: '';
    display: block;
    width: 1px;
    height: 345px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
}

.box-result__banner .img-before > img,
.box-result__banner .img-after > img {
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    width: auto;
    max-width: inherit;
    max-height: 100%;
}

.box-result__banner .img-before:before {
    right: 0;
}

.box-result__banner .img-after:before {
    left: 0;
}

.box-result__banner .result-numbers {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.box-result__banner .result-numbers .weight {
    display: block;
    height: 79px;
    background-color: #7bc143;
    padding-top: 27px;
    font-size: 3.6rem;
    color: #fff;
}

.box-result__banner .result-numbers .weight small {
    font-size: 1.8rem;
}

.box-result__banner .result-numbers .period {
    display: block;
    height: 81px;
    font-size: 1.6rem;
    color: #413c36;
    position: relative;
    padding-top: 19px;
}

.box-result__banner .result-numbers .period:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #7bc143;
    position: absolute;
    bottom: 27px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.box-result__descr {
    background-color: #fff;
    font-size: 1.6rem;
    color: #909090;
    line-height: 1.4;
    padding: 27px 20px 35px;
}

.box-result .elem-read-more {
    float: right;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .box-result.swiper-slide {
        width: 75vw !important;
    }
}

@media (max-width: 480px) {
    .box-result.swiper-slide {
        width: 87.5vw !important;
    }

    .box-result__banner .img-before,
    .box-result__banner .img-after {
        height: 226px;
    }

    .box-result__banner .img-before:before,
    .box-result__banner .img-after:before {
        height: 100%;
    }

    .box-result__banner .result-numbers {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .box-result__banner .result-numbers .weight {
        height: auto;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .box-result__banner .result-numbers .period {
        height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .box-result__banner .result-numbers .period:after {
        bottom: 0;
    }

    .box-result__descr {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .box-result .elem-read-more {
        float: none;
        margin-right: 0;
        margin-left: 10px;
    }
}

.box-site-map {
    padding-top: 15px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.box-site-map .list-sitemap {
    padding-right: 20%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

@media (max-width: 991px) {
    .box-site-map {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media (max-width: 480px) {
    .box-site-map {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .box-site-map .list-sitemap {
        padding-right: 0;
    }
}

.box-snippet-collection {
    margin-left: -10px;
    margin-right: -10px;
}

.box-snippet-collection:before, .box-snippet-collection:after {
    content: " ";
    display: table;
}

.box-snippet-collection:after {
    clear: both;
}

.box-snippet-collection .elem-snippet {
    width: 25%;
    float: left;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .box-snippet-collection .elem-snippet {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .box-snippet-collection .elem-snippet {
        width: 100%;
    }
}

.box-social-photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px;
}

.box-social-photos .elem-social-photo {
    width: 49.153%;
}

@media (max-width: 1179px) {
    .box-social-photos .elem-social-photo .img-wrapper {
        height: 320px;
        height: 31.3vw;
    }
}

@media (max-width: 991px) {
    .box-social-photos .elem-social-photo {
        width: 48.5%;
    }
}

@media (max-width: 640px) {
    .box-social-photos .elem-social-photo {
        width: 100%;
    }

    .box-social-photos .elem-social-photo .img-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        height: 50vw;
    }
}

.box-subheader {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 50;
}

@media (min-width: 992px) {
    .box-subheader .form-search {
        background-color: transparent;
        -webkit-transition: all linear 0.6s 0.2s;
        -o-transition: all linear 0.6s 0.2s;
        -moz-transition: all linear 0.6s 0.2s;
        transition: all linear 0.6s 0.2s;
    }

    .box-subheader .form-search.opened {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        -webkit-transition: all linear 0.6s 0.6s;
        -o-transition: all linear 0.6s 0.6s;
        -moz-transition: all linear 0.6s 0.6s;
        transition: all linear 0.6s 0.6s;
    }

    .box-subheader .form-search__input {
        padding-left: 0;
        background-color: transparent;
    }

    .box-subheader .form-search__input:focus {
        border-color: transparent;
    }
}

@media (max-width: 991px) {
    .box-subheader {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .box-subheader .container, .box-subheader .box-product-banner .product-carousel-wrapper, .box-product-banner .box-subheader .product-carousel-wrapper, .box-subheader .loss__balance-wrapper, .box-subheader .loss__diet .diet-container, .loss__diet .box-subheader .diet-container, .box-subheader .loss__complex {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
}

.box-tabs-simple .tabs__heads {
    border-bottom: solid 1px #d8d8d8;
}

.box-tabs-simple .tabs__head {
    display: inline-block;
    font-size: 1.6rem;
    cursor: pointer;
    border-bottom: solid 3px transparent;
    margin-right: 74px;
    margin-bottom: -2px;
    padding-bottom: 11px;
    padding-top: 11px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.box-tabs-simple .tabs__head:last-child {
    margin-right: 0;
}

.box-tabs-simple .tabs__head:hover, .box-tabs-simple .nav-top .top-level ul li:hover > a.tabs__head, .nav-top .top-level ul .box-tabs-simple li:hover > a.tabs__head {
    color: #7bc143;
}

.box-tabs-simple .tabs__head.active {
    border-bottom-color: #7bc143;
    pointer-events: none;
}

.box-tabs-simple .tabs__body {
    display: none;
    padding-top: 35px;
    padding-bottom: 50px;
}

.box-tabs-simple .tabs__body.active {
    display: block;
}

.box-tabs {
    margin-bottom: 20px;
}

.box-tabs__headers {
    padding-bottom: 2px;
}

.box-tabs__headers:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
}

.box-tabs__head {
    text-align: center;
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
}

.box-tabs__head .title {
    display: inline-block;
    font-size: 1.6rem;
    color: #413c36;
    border-bottom: solid 3px transparent;
    margin-bottom: -2px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding-bottom: 12px;
    padding-top: 12px;
    cursor: pointer;
}

.box-tabs__head .title:hover, .box-tabs__head .nav-top .top-level ul li:hover > a.title, .nav-top .top-level ul .box-tabs__head li:hover > a.title {
    color: #7bc143;
}

.box-tabs__head.active {
    pointer-events: none;
}

.box-tabs__head.active .title {
    border-bottom-color: #7bc143;
    cursor: default;
}

.box-tabs__head.active .title:hover, .box-tabs__head.active .nav-top .top-level ul li:hover > a.title, .nav-top .top-level ul .box-tabs__head.active li:hover > a.title {
    color: #413c36;
}

.box-tabs__body {
    padding-top: 50px;
}

.box-tabs__body:not(.active) {
    display: none;
}

.box-tabs__body .elem-snippet__descr {
    max-height: 86px;
    overflow: hidden;
}

.box-tabs .tab-text {
    padding: 0 5%;
    font-size: 1.4rem;
}

@media (min-width: 620px) {
    .box-tabs .swiper-wrapper {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .box-tabs__head {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 619px) {
    .box-tabs__headers {
        margin-left: -10px;
        margin-right: -10px;
    }

    .box-tabs__headers:after {
        content: '';
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
        display: block;
        height: 100%;
        width: 8vw;
        background-color: red;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    }

    .box-tabs__headers.end-reached:after {
        opacity: 0;
    }

    .box-tabs__head {
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-tabs__head:last-child {
        padding-right: 30px;
    }

    .box-tabs__body {
        padding-top: 30px;
    }
}

.box-tags {
    margin-bottom: 25px;
}

.box-tags .title {
    font-size: 1.5rem;
    color: #413c36;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    margin-bottom: 5px;
}

.box-tags .elem-tag {
    vertical-align: middle;
    margin-bottom: 5px;
}

.box-tags .found {
    font-size: 1.5rem;
    color: #b9b8b6;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.box-tags--collection {
    text-align: center;
}

@media (max-width: 991px) {
    .box-tags--collection {
        text-align: left;
    }
}

.box-video-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

.box-video-frame__iframe {
    position: absolute;
    width: 77%;
    height: 90%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.box-video-frame__img {
    width: 100%;
}

.gallery-alternate .swiper-slide {
    text-align: center;
}

.gallery-alternate .title {
    color: #413c36;
    font-size: 1.6rem;
    margin-bottom: 13px;
}

.gallery-alternate .img-wrapper {
    margin: 0 auto 8px;
    width: 100%;
    height: 80px;
    border: solid 1px #e1e1e1;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.gallery-alternate .img-wrapper > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: inherit;
    max-height: 87%;
}

.gallery-alternate .name {
    display: block;
    color: #413c36;
    font-size: 1.4rem;
}

.gallery-alternate .name:hover, .gallery-alternate .nav-top .top-level ul li:hover > a.name, .nav-top .top-level ul .gallery-alternate li:hover > a.name {
    color: #7bc143;
}

.gallery-alternate .name:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.gallery-alternate .weight {
    display: block;
    color: #acacac;
    font-size: 1.2rem;
}

@media (max-width: 1120px) {
    .gallery-alternate .name {
        font-size: 1.3rem;
    }
}

@media (max-width: 960px) {
    .gallery-alternate .name {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .gallery-alternate .swiper-slide {
        width: 80px !important;
    }

    .gallery-alternate .title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

.gallery-anounce:after {
    content: '';
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-anounce.end-reached:after {
    opacity: 0;
}

.gallery-anounce .popup-recipe {
    background-color: #fff;
    padding-bottom: 0;
    margin-bottom: 30px;
    height: auto;
}

.gallery-anounce .popup-recipe .recipe-info {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .gallery-anounce:after {
        display: block;
        height: 100%;
        width: 8vw;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    }
}

@media (max-width: 767px) {
    .gallery-anounce:after {
        width: 16vw;
    }
}

@media (min-width: 992px) {
    .gallery-anounce.mod-landing .swiper-wrapper {
        display: block;
    }

    .gallery-anounce.mod-landing .box-recip {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .gallery-anounce.mod-recipe .swiper-wrapper {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .gallery-anounce.mod-recipe .popup-recipe {
        width: 49.2% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 740px) {
    .gallery-anounce .popup-recipe {
        margin-bottom: 50px;
    }

    .gallery-anounce .popup-recipe .recipe-info {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.gallery-bricks {
    padding-top: 30px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery-bricks .brick-vertical,
.gallery-bricks .brick-double-horizontal {
    margin-bottom: 20px;
}

.gallery-bricks .brick-vertical {
    width: 38.776%;
}

.gallery-bricks .brick-double-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 59.184%;
}

@media (max-width: 767px) {
    .gallery-bricks {
        display: block;
    }

    .gallery-bricks .brick-vertical,
    .gallery-bricks .brick-double-horizontal {
        width: 100%;
        margin-bottom: 0;
    }

    .gallery-bricks .brick-double-horizontal {
        display: block;
    }
}

.gallery-main__slide {
    font-size: 0;
    height: 450px;
    overflow: hidden;
}

.gallery-main__slide .banner-description {
    position: absolute;
    left: 17.8%;
    top: 7%;
    width: 32%;
}

.gallery-main__slide .banner-description.no-text {
    top: 0;
    height: 77%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-main__slide .banner-title {
    font-family: "PH", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #7bc143;
    line-height: 0.85;
    font-size: 6vw;
    margin-bottom: 1vw;
}

.gallery-main__slide .banner-title small {
    display: inline-block;
    font-size: 4.75vw;
}

.gallery-main__slide .banner-text {
    font-size: 1vw;
    line-height: 1.35;
    color: #413c36;
}

.gallery-main__slide .elem-btn {
    position: absolute;
    left: 17.8%;
    bottom: 10%;
    padding: 16px 20px 17px 30px;
    font-size: 2rem;
}

.gallery-main__slide .elem-btn .icon {
    margin-left: 30px;
}

.gallery-main__slide img {
    display: block;
    max-width: inherit;
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.gallery-main.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 14px;
    font-size: 0;
}

.gallery-main .swiper-pagination-bullet {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    background-color: transparent;
}

.gallery-main .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background-color: #fff;
}

.gallery-main .swiper-pagination-bullet-active {
    background-color: transparent;
}

.gallery-main .swiper-pagination-bullet-active:before {
    background-color: #7bc143 !important;
}

.gallery-main .swiper-button-next,
.gallery-main .swiper-button-prev {
    width: 25px;
    height: 48px;
    margin-top: -24px;
    background-image: none;
}

.gallery-main .swiper-button-next .icon,
.gallery-main .swiper-button-prev .icon {
    color: #7bc143;
}

.gallery-main .swiper-button-prev,
.gallery-main .swiper-container-rtl .swiper-button-next {
    left: 10%;
}

.gallery-main .swiper-button-next,
.gallery-main .swiper-container-rtl .swiper-button-prev {
    right: 10%;
}

.gallery-main .swiper-button-next .icon,
.gallery-main .swiper-container-rtl .swiper-button-prev .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1760px) {
    .gallery-main__slide .banner-text {
        font-size: 1.2vw;
        padding-right: 2.5vw;
    }
}

@media (max-width: 1620px) {
    .gallery-main__slide .banner-text {
        font-size: 1.4vw;
    }
}

@media (max-width: 1400px) {
    .gallery-main__slide {
        height: 34vw;
    }
}

@media (max-width: 1280px) {
    .gallery-main__slide .banner-text {
        font-size: 1.5vw;
    }
}

@media (max-width: 1179px) {
    .gallery-main__slide {
        height: auto;
    }

    .gallery-main__slide .elem-btn {
        left: 3%;
        bottom: 10%;
    }

    .gallery-main__slide img {
        position: static;
        width: 100%;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .gallery-main__slide .banner-description {
        left: 3%;
        top: 7%;
        width: 45%;
    }

    .gallery-main__slide .banner-title {
        font-size: 7vw;
    }

    .gallery-main__slide .banner-title small {
        font-size: 5.25vw;
    }

    .gallery-main__slide .banner-text {
        font-size: 1.5vw;
    }
}

@media (max-width: 1457px) {
    .gallery-main .swiper-button-next,
    .gallery-main .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1240px) {
    .gallery-main__slide .banner-description,
    .gallery-main__slide .elem-btn {
        margin-left: 10px;
    }
}

@media (max-width: 1179px) {
    .gallery-main .banner-description.no-text {
        height: 72%;
    }
}

@media (max-width: 991px) {
    .gallery-main {
        padding-bottom: 40px;
    }

    .gallery-main__slide .elem-btn {
        left: 3.3%;
        bottom: 37px;
    }

    .gallery-main__slide .banner-description.no-text {
        height: 62%;
    }

    .gallery-main__slide .banner-text {
        display: none;
    }

    .gallery-main.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 7px;
    }

    .gallery-main .swiper-pagination-bullet:before {
        background-color: #d4d4d5;
    }
}

@media (max-width: 767px) {
    .gallery-main {
        padding-bottom: 44px;
    }

    .gallery-main__slide img {
        height: auto;
    }

    .gallery-main__slide .elem-btn {
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        margin-left: 0;
    }

    .gallery-main__slide .elem-btn .icon {
        margin-left: 14%;
    }

    .gallery-main__slide .banner-description {
        width: 60%;
    }

    .gallery-main__slide .banner-description.no-text {
        height: 79%;
    }

    .gallery-main__slide .banner-title {
        font-size: 19vw;
    }

    .gallery-main__slide .banner-title small {
        font-size: 11.05vw;
    }

    .gallery-main.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 17px;
    }
}

.gallery-photo {
    margin-top: 45px;
    margin-bottom: 50px;
}

.gallery-photo .img-wrappper img {
    display: block;
}

.gallery-photo .slide-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.4rem;
    padding: 15px 15.3%;
}

.gallery-photo .slide-description .title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.gallery-photo .slide-description .title .hint {
    display: block;
    font-size: 1.4rem;
    color: #acacac;
}

.gallery-photo .swiper-button-prev,
.gallery-photo .swiper-button-next {
    background-image: none;
    top: auto;
    bottom: 0;
    width: 13px;
    height: 22px;
    margin-bottom: -11px;
    font-size: 0;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-photo .swiper-button-prev .icon,
.gallery-photo .swiper-button-next .icon {
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-photo .swiper-button-prev:hover .icon, .gallery-photo .nav-top .top-level ul li:hover > a.swiper-button-prev .icon, .nav-top .top-level ul .gallery-photo li:hover > a.swiper-button-prev .icon,
.gallery-photo .swiper-button-next:hover .icon,
.gallery-photo .nav-top .top-level ul li:hover > a.swiper-button-next .icon, .nav-top .top-level ul
.gallery-photo li:hover > a.swiper-button-next .icon {
    color: #7bc143;
}

.gallery-photo .swiper-button-prev {
    left: 50px;
}

.gallery-photo .swiper-button-next {
    right: 50px;
}

.gallery-photo .swiper-button-next .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .gallery-photo {
        margin-top: 35px;
    }

    .gallery-photo .slide-description {
        position: relative;
        bottom: auto;
        padding: 10px 40px;
    }

    .gallery-photo .swiper-button-prev {
        left: 10px;
    }

    .gallery-photo .swiper-button-next {
        right: 10px;
    }
}

.gallery-timeline {
    background-image: url("images/required/hand-swipe.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    cursor: col-resize;
}

.gallery-timeline:after {
    content: '';
    display: block;
    height: 100%;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: 1;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-timeline.end-reached:after {
    opacity: 0;
}

.gallery-timeline .swiper-slide {
    width: 134px;
    height: 265px;
    position: relative;
}

.gallery-timeline .swiper-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #eaeaea;
    position: absolute;
    top: 147px;
}

.gallery-timeline .swiper-slide:first-child:after {
    width: 50%;
    right: 0;
}

.gallery-timeline .swiper-slide .year {
    height: 75px;
    width: 100%;
    font-size: 2.4rem;
    color: #413c36;
    text-align: center;
    position: absolute;
    top: 90px;
    z-index: 1;
}

.gallery-timeline .swiper-slide .year:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #7bc143;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.gallery-timeline .swiper-slide .description {
    font-size: 0;
    color: #413c36;
    position: absolute;
    top: 180px;
    left: 115px;
    width: 370px;
    -webkit-transition: all linear 0.2s 0s;
    -o-transition: all linear 0.2s 0s;
    -moz-transition: all linear 0.2s 0s;
    transition: all linear 0.2s 0s;
}

.gallery-timeline .swiper-slide .description:before {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background-color: #eaeaea;
    position: absolute;
    left: -50px;
    top: 12px;
    margin-top: -1px;
    -webkit-transition: all linear 0.2s 0.2s;
    -o-transition: all linear 0.2s 0.2s;
    -moz-transition: all linear 0.2s 0.2s;
    transition: all linear 0.2s 0.2s;
}

.gallery-timeline .swiper-slide .description:after {
    content: '';
    display: block;
    width: 2px;
    height: 0px;
    background-color: #eaeaea;
    position: absolute;
    left: -50px;
    top: -18px;
    -webkit-transition: all linear 0.2s 0.4s;
    -o-transition: all linear 0.2s 0.4s;
    -moz-transition: all linear 0.2s 0.4s;
    transition: all linear 0.2s 0.4s;
}

.gallery-timeline .swiper-slide .img-wrapper {
    width: 100%;
    position: absolute;
    height: 71px;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(0, 55px);
    -moz-transform: translate(0, 55px);
    -ms-transform: translate(0, 55px);
    -o-transform: translate(0, 55px);
    transform: translate(0, 55px);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-timeline .swiper-slide .img-wrapper img {
    display: inline-block;
    max-width: inherit;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.gallery-timeline .swiper-slide.item-active .description {
    font-size: 1.5rem;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery-timeline .swiper-slide.item-active .description:before {
    width: 40px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery-timeline .swiper-slide.item-active .description:after {
    height: 30px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-timeline .swiper-slide.item-active .img-wrapper {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.gallery-timeline .swiper-slide:nth-last-child(-n+3) .description {
    left: auto;
    right: 115px;
    text-align: right;
}

.gallery-timeline .swiper-slide:nth-last-child(-n+3) .description:before {
    left: auto;
    right: -50px;
}

.gallery-timeline .swiper-slide:nth-last-child(-n+3) .description:after {
    left: auto;
    right: -50px;
}

.gallery-timeline--events .swiper-slide {
    width: 236px;
    height: 320px;
}

.gallery-timeline--events .swiper-slide:after {
    top: 149px;
}

.gallery-timeline--events .swiper-slide .year {
    height: 135px;
}

.gallery-timeline--events .swiper-slide .year:after {
    content: none;
}

.gallery-timeline--events .swiper-slide .year .number {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-timeline--events .swiper-slide .year .flag {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 4px #eaeaea;
    position: relative;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}

.gallery-timeline--events .swiper-slide .year .flag > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.gallery-timeline--events .swiper-slide .year .title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 2px;
    color: #413c36;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-timeline--events .swiper-slide .year .place {
    font-size: 1.4rem;
    color: #acacac;
}

.gallery-timeline--events .swiper-slide .year:hover .number, .gallery-timeline--events .swiper-slide .nav-top .top-level ul li:hover > a.year .number, .nav-top .top-level ul .gallery-timeline--events .swiper-slide li:hover > a.year .number {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.gallery-timeline--events .swiper-slide .year:hover .flag, .gallery-timeline--events .swiper-slide .nav-top .top-level ul li:hover > a.year .flag, .nav-top .top-level ul .gallery-timeline--events .swiper-slide li:hover > a.year .flag {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 1px #eaeaea;
    -moz-box-shadow: 0 0 0 1px #eaeaea;
    box-shadow: 0 0 0 1px #eaeaea;
}

.gallery-timeline--events .swiper-slide .year:hover .title, .gallery-timeline--events .swiper-slide .nav-top .top-level ul li:hover > a.year .title, .nav-top .top-level ul .gallery-timeline--events .swiper-slide li:hover > a.year .title {
    color: #7bc143;
}

.gallery-timeline--events .swiper-slide .img-event {
    height: 88px;
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    font-size: 0;
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-timeline--events .swiper-slide .img-event > img {
    max-height: 100%;
    max-width: inherit;
}

.gallery-timeline--events .swiper-slide .description {
    top: 245px;
    left: 165px;
}

.gallery-timeline--events .swiper-slide:nth-last-child(-n+3) .description {
    right: 165px;
}

.gallery-timeline--events .swiper-slide.item-active .img-event {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.gallery-timeline--events .swiper-slide.item-active .year .number {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.gallery-timeline--events .swiper-slide.item-active .year .flag {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 1px #eaeaea;
    -moz-box-shadow: 0 0 0 1px #eaeaea;
    box-shadow: 0 0 0 1px #eaeaea;
}

.gallery-timeline--events .swiper-slide.item-active .year .title {
    color: #7bc143;
}

@media (max-width: 640px) {
    .gallery-timeline .swiper-slide .description {
        width: 90vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        line-height: 1.1;
    }

    .gallery-timeline .swiper-slide .description:before {
        content: none;
    }

    .gallery-timeline .swiper-slide .description:after {
        left: 50%;
    }

    .gallery-timeline .swiper-slide .description:nth-last-child(-n+3) {
        right: auto;
        left: 50%;
        text-align: left;
    }

    .gallery-timeline .swiper-slide .description:nth-last-child(-n+3):after {
        left: 50%;
    }

    .gallery-timeline .swiper-slide.item-active .description:after {
        height: 20px;
    }

    .gallery-timeline--events .swiper-slide .description {
        top: 235px;
    }
}

.gallery-tripple {
    width: 880px;
    margin: 45px auto 0;
}

.gallery-tripple:after {
    content: '';
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-tripple.end-reached:after {
    opacity: 0;
}

@media (max-width: 991px) {
    .gallery-tripple {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery-tripple:after {
        display: block;
        height: 100%;
        width: 8vw;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    }

    .gallery-tripple .elem-product {
        width: 37vw !important;
    }
}

@media (max-width: 767px) {
    .gallery-tripple:after {
        width: 16vw;
    }

    .gallery-tripple .elem-product .img-wrapper {
        height: 25.9vw;
    }
}

@media (max-width: 740px) {
    .gallery-tripple .elem-product {
        width: 40vw !important;
    }
}

@media (max-width: 480px) {
    .gallery-tripple:after {
        content: none;
    }

    .gallery-tripple .swiper-wrapper {
        -webkit-transform: translate3d(0, 0px, 0px) !important;
        -moz-transform: translate3d(0, 0px, 0px) !important;
        transform: translate3d(0, 0px, 0px) !important;
        display: block;
    }

    .gallery-tripple .elem-product {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .gallery-tripple .elem-product .img-wrapper {
        height: 55vw;
    }
}

.modal-beginning {
    background-color: #fff;
    padding: 30px 35px;
    position: relative;
}

@media (min-width: 600px) {
    .modal-beginning {
        width: 60%;
        margin: 0 auto;
    }
}

.modal-beginning__title {
    position: relative;
    font-size: 29px;
    font-weight: 200;
    line-height: 36px;
    color: #000002;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.modal-beginning__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 95%;
    max-width: 300px;
    background-color: #99ca3d;
}

.modal-beginning__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.modal-beginning__list {
    padding-left: 20px;
}

.modal-beginning__list > li {
    margin-bottom: 15px;
    color: #87d533;
}

.modal-beginning__list > li > span {
    color: #000002;
}

.modal-beginning__footnote {
    font-size: 10px;
    padding-left: 2px;
    vertical-align: top;
}

.title-landing-main {
    font-size: 48px;
    line-height: 1.25;
    color: #413c36;
    text-transform: uppercase;
    font-family: "HelveticaNeuelTW1G", Helvetica, Arial, sans-serif;
    margin-top: 0;
}

.title-landing-bg {
    color: #ffffff;
    height: 160px;
    background: url(images/required/landing-winback-title.png) no-repeat center;
    font-size: 95px;
    line-height: 160px;
    text-align: center;
    text-transform: uppercase;
    font-family: "PH_Narrow", Helvetica, Arial, sans-serif;
    margin: 0;
}

.title-landing-bg--yellow {
    color: #254571;
    background-image: url(images/required/landing-winback-title_yellow.png);
    background-position: center;
    margin-left: -185px;
    width: 790px;
}

.page-beginning .zoomContainer {
    overflow: hidden;
}

@media (max-width: 1023px) {
    .page-beginning .zoomContainer {
        display: none;
    }
}

.page-beginning .zoomLens {
    border-width: 2px !important;
    border-color: #d9dadb !important;
    -webkit-box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.7);
    cursor: none !important;
}

.page-beginning .zoomLens:after {
    content: '';
    width: 288px;
    height: 41px;
    background-image: url("images/required/lens-holder.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 96.7%;
    top: 275px;
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.beginning__promo {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1180px) {
    .beginning__promo {
        min-height: 945px;
    }
}

.beginning__promo-picture {
    min-height: inherit;
}

@media (min-width: 769px) {
    .beginning__promo .img-promo {
        width: 100%;
        min-height: 550px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 1180px) {
    .beginning__promo .img-promo {
        min-height: inherit;
    }
}

.beginning__promo .box-subheader {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.beginning__head {
    width: 1151px;
    height: 260px;
    background-image: url("images/required/bg-beginning_orange.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 104px;
    right: -350px;
}

.beginning__head .head-text {
    color: #fff;
    text-transform: uppercase;
    font-family: "KarminaBold", Helvetica, Arial, sans-serif;
    text-align: center;
    width: 525px;
    font-size: 9.8rem;
    letter-spacing: 0.4rem;
    margin-bottom: 0;
    margin-top: 3.7rem;
    margin-left: 7rem;
}

@media (max-width: 1179px) {
    .beginning__head .head-text {
        margin: 0;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 55%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 5.3rem;
    }
}

@media (max-width: 767px) {
    .beginning__head .head-text {
        font-size: 4rem;
        letter-spacing: 0.3rem;
    }
}

@media (max-width: 480px) {
    .beginning__head .head-text {
        font-size: 2.2rem;
    }
}

@media (max-width: 1620px) {
    .beginning__head {
        right: auto;
        left: 100%;
        -webkit-transform: translate(-700px, 0);
        -moz-transform: translate(-700px, 0);
        -ms-transform: translate(-700px, 0);
        -o-transform: translate(-700px, 0);
        transform: translate(-700px, 0);
    }
}

@media (max-width: 1179px) {
    .beginning__head {
        width: 374px;
        height: 150px;
        right: 0;
        left: auto;
        -moz-background-size: cover;
        background-size: cover;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 767px) {
    .beginning__head {
        width: 48%;
        height: 155px;
        top: 5%;
    }
}

@media (max-width: 480px) {
    .beginning__head {
        width: 170px;
        height: 65px;
        top: 20px;
    }
}

.beginning__citation {
    width: 395px;
    position: absolute;
    right: 245px;
    top: 410px;
}

.beginning__citation .elem-btn {
    font-size: 2.7rem;
    padding-right: 7.5rem;
    margin-top: 10rem;
    position: relative;
    font-weight: 300;
    line-height: 1;
}

@media (max-width: 1179px) {
    .beginning__citation .elem-btn {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .beginning__citation .elem-btn {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .beginning__citation .elem-btn {
        font-size: 15px;
        padding-left: 16px;
    }
}

.beginning__citation .elem-btn .icon {
    position: absolute;
    right: 2.5rem;
    font-size: 2.8rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.beginning__citation .img-balance-logo {
    position: absolute;
    top: 100px;
    left: -160px;
}

@media (max-width: 1179px) {
    .beginning__citation .img-balance-logo {
        top: 280px;
        right: 120px;
        left: auto;
    }
}

@media (max-width: 767px) {
    .beginning__citation .img-balance-logo {
        top: 20%;
        right: 4%;
    }
}

@media (max-width: 480px) {
    .beginning__citation .img-balance-logo {
        top: 100px;
        right: 30px;
    }
}

@media (max-width: 1620px) {
    .beginning__citation {
        right: auto;
        left: 100%;
        -webkit-transform: translate(-540px, 0);
        -moz-transform: translate(-540px, 0);
        -ms-transform: translate(-540px, 0);
        -o-transform: translate(-540px, 0);
        transform: translate(-540px, 0);
    }
}

@media (max-width: 1179px) {
    .beginning__citation {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 60px auto 0;
    }
}

@media (max-width: 767px) {
    .beginning__citation {
        padding: 0 35px;
        width: 100%;
        margin-top: 30px;
    }
}

.beginning__citation-body {
    position: relative;
    padding-right: 45px;
    margin-bottom: 40px;
    text-align: justify;
    font-size: 1.7rem;
    color: #545454;
    line-height: 2.6rem;
    font-family: "HelveticaNeuelLight", Helvetica, Arial, sans-serif;
    font-weight: 100;
}

.beginning__citation-body:before {
    content: '“';
    position: absolute;
    left: -60px;
    top: 27px;
    color: #545454;
    font-family: "HelveticaNeuelLight", Helvetica, Arial, sans-serif;
    font-size: 12.4rem;
}

.beginning__citation-body:after {
    content: '„';
    position: absolute;
    right: -5px;
    bottom: 40px;
    color: #545454;
    font-family: "HelveticaNeuelLight", Helvetica, Arial, sans-serif;
    font-size: 12.4rem;
}

@media (max-width: 767px) {
    .beginning__citation-body {
        padding-right: 0;
        font-size: 14px;
    }

    .beginning__citation-body:after, .beginning__citation-body:before {
        font-size: 66px;
    }

    .beginning__citation-body:before {
        left: -30px;
        top: 12px;
    }

    .beginning__citation-body:after {
        right: -30px;
        bottom: 18px;
    }
}

.beginning__citation-author {
    margin-bottom: 10px;
    font-size: 2rem;
    text-transform: uppercase;
}

.beginning__citation-about-author {
    margin-bottom: 15px;
    font-weight: 300;
    font-style: italic;
    font-size: 2rem;
}

.beginning__video {
    margin: 45px auto 55px;
    max-width: 95%;
}

@media (min-width: 1179px) {
    .beginning__video {
        max-width: 1160px;
    }
}

.beginning__video .video-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

.beginning__video .video-frame__img {
    width: 100%;
}

.beginning__video .video-frame__iframe {
    position: absolute;
    width: 77%;
    height: 90%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.beginning__zoom {
    position: relative;
    overflow: hidden;
}

.beginning__zoom:before {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    top: 186px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1179px) {
    .beginning__zoom:before {
        top: 145px;
    }
}

@media (max-width: 767px) {
    .beginning__zoom:before {
        top: 105px;
    }
}

.beginning__zoom-head {
    positio: relative;
    font-family: "KarminaBold", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 40px;
}

.beginning__zoom-head .correct-head {
    font-size: 7.9rem;
    color: #7bc143;
    margin-bottom: 10px;
}

@media (max-width: 1179px) {
    .beginning__zoom-head .correct-head {
        font-size: 5.3rem;
    }
}

@media (max-width: 767px) {
    .beginning__zoom-head .correct-head {
        font-size: 3.1rem;
    }
}

.beginning__zoom-head .correct-subhead {
    font-size: 5.7rem;
    color: #fda601;
}

@media (max-width: 1179px) {
    .beginning__zoom-head .correct-subhead {
        font-size: 4.5rem;
    }
}

@media (max-width: 767px) {
    .beginning__zoom-head .correct-subhead {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 1023px) {
    .beginning__zoom .img-breakfast {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.beginning__consult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 95px 125px 95px;
    position: relative;
    z-index: 1000;
}

@media (max-width: 1179px) {
    .beginning__consult {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 50px;
    }
}

@media (max-width: 767px) {
    .beginning__consult {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.beginning__consult .consult-info {
    text-align: center;
    margin-right: 25px;
    max-width: 750px;
}

.beginning__consult .consult-head {
    font-size: 5.5rem;
    font-family: "PH", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #7bc143;
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    .beginning__consult .consult-head {
        font-size: 33px;
    }
}

.beginning__consult .consult-text {
    font-size: 2.9rem;
    font-family: "PHR", Helvetica, Arial, sans-serif;
}

.beginning__consult .consult-text > a {
    color: #fda601;
}

@media (max-width: 767px) {
    .beginning__consult .consult-text {
        font-size: 20px;
    }
}

.beginning__consult .elem-btn {
    font-size: 2.7rem;
    padding-right: 7.5rem;
    margin-top: 1.5rem;
    position: relative;
    font-weight: 300;
    line-height: 1;
    margin-left: 25px;
}

@media (max-width: 1179px) {
    .beginning__consult .elem-btn {
        margin-top: 40px;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .beginning__consult .elem-btn {
        font-size: 18px;
    }
}

.beginning__consult .elem-btn .icon {
    position: absolute;
    right: 2.5rem;
    font-size: 2.8rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.beginning__quote {
    margin: 0 auto 150px;
    max-width: 1180px;
}

.beginning__quote:before, .beginning__quote:after {
    content: " ";
    display: table;
}

.beginning__quote:after {
    clear: both;
}

@media (max-width: 1179px) {
    .beginning__quote {
        margin-bottom: 50px;
    }
}

.beginning__quote .quote-text {
    position: relative;
    padding-right: 45px;
    margin-right: -45px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: justify;
    font-size: 2rem;
    line-height: 3rem;
}

.beginning__quote .quote-text:before {
    content: '“';
    position: absolute;
    left: -60px;
    top: 27px;
    color: #545454;
    font-family: "HelveticaNeuelLight", Helvetica, Arial, sans-serif;
    font-size: 12.4rem;
}

.beginning__quote .quote-text:after {
    content: '„';
    position: absolute;
    right: -5px;
    bottom: 65px;
    color: #545454;
    font-family: "HelveticaNeuelLight", Helvetica, Arial, sans-serif;
    font-size: 12.4rem;
}

@media (max-width: 1179px) {
    .beginning__quote .quote-text {
        padding-left: 65px;
        padding-right: 65px;
        max-width: 100%;
        font-size: 22px;
        line-height: 1.5;
    }

    .beginning__quote .quote-text:after, .beginning__quote .quote-text:before {
        font-size: 154px;
        line-height: 1;
    }

    .beginning__quote .quote-text:after {
        right: 10px;
        bottom: 0;
    }

    .beginning__quote .quote-text:before {
        left: 10px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .beginning__quote .quote-text {
        padding-left: 45px;
        padding-right: 45px;
        font-size: 14px;
    }

    .beginning__quote .quote-text:after, .beginning__quote .quote-text:before {
        font-size: 66px;
    }
}

.beginning__quote .quote-author {
    margin-top: 15px;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1179px) {
    .beginning__quote .quote-author {
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.beginning__quote .author-img {
    overflow: hidden;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.beginning__quote .author-img:before {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.3);
}

.beginning__quote .author-img > img {
    max-width: 100%;
}

.beginning__quote .author-info {
    margin-left: 25px;
}

.beginning__quote .author-info .name {
    font-size: 2.5rem;
}

@media (max-width: 1179px) {
    .beginning__quote .author-info .name {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .beginning__quote .author-info .name {
        font-size: 15px;
    }
}

.beginning__quote .author-info .position {
    font-size: 2.5rem;
    font-weight: 300;
    font-style: italic;
}

@media (max-width: 1179px) {
    .beginning__quote .author-info .position {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .beginning__quote .author-info .position {
        font-size: 13px;
    }
}

@media (max-width: 1320px) {
    .beginning__quote {
        max-width: 1010px;
    }
}

.beginning__correct {
    font-family: "KarminaBold", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 75px;
}

@media (max-width: 480px) {
    .beginning__correct {
        margin-bottom: 0;
    }
}

.beginning__correct .correct-head {
    font-size: 7.9rem;
    color: #7bc143;
    margin-bottom: 5px;
}

@media (max-width: 1179px) {
    .beginning__correct .correct-head {
        font-size: 8.5rem;
    }
}

@media (max-width: 767px) {
    .beginning__correct .correct-head {
        font-size: 3.1rem;
    }
}

.beginning__correct .correct-subhead {
    font-size: 7.7rem;
    color: #fda601;
    margin-bottom: 60px;
}

@media (max-width: 1179px) {
    .beginning__correct .correct-subhead {
        font-size: 5.2rem;
    }
}

@media (max-width: 767px) {
    .beginning__correct .correct-subhead {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }
}

.beginning__correct .correct-cursor {
    font-size: 4.1rem;
    color: #4c4c4c;
}

@media (max-width: 1179px) {
    .beginning__correct .correct-cursor {
        font-size: 50px;
    }
}

.beginning__feed {
    overflow: hidden;
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

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

.beginning__feed .feed-slogan {
    font-size: 4.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "KarminaBold", Helvetica, Arial, sans-serif;
    color: #7bc143;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    width: 366px;
    height: 366px;
    position: absolute;
    top: 304px;
    left: 393px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.beginning__feed .feed-hovers .single-hover {
    cursor: pointer;
}

.beginning__feed .feed-hovers .single-hover:hover, .beginning__feed .feed-hovers .nav-top .top-level ul li:hover > a.single-hover, .nav-top .top-level ul .beginning__feed .feed-hovers li:hover > a.single-hover {
    z-index: 2;
}

.beginning__feed .feed-collection {
    width: 366px;
    height: 366px;
    position: absolute;
    top: 304px;
    left: 393px;
    z-index: 3;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.beginning__feed .feed-collection > img {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.beginning__note {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 1179px) {
    .beginning__note {
        margin-top: 10%;
    }
}

.beginning__note .elem-btn {
    font-size: 3rem;
    padding-right: 5rem;
    padding-left: 2rem;
    position: relative;
    font-weight: 300;
    line-height: 1;
}

@media (max-width: 767px) {
    .beginning__note .elem-btn {
        font-size: 18px;
    }
}

.beginning__note .elem-btn .icon {
    position: absolute;
    right: 1.7rem;
    font-size: 2.8rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 1179px) {
    .beginning__note .elem-btn .icon {
        font-size: inherit;
    }
}

.beginning__note-wrap {
    margin-top: 60px;
    position: relative;
}

.beginning__note-text {
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 120px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.beginning__note-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.beginning__note-text.js-open {
    max-height: 100%;
}

.beginning__note-text.js-open:after {
    opacity: 0;
}

.beginning__note-text > p {
    margin: 0;
    font-size: 1.4rem;
    color: #888;
    font-weight: 300;
    line-height: 1.7;
}

.beginning__note-arrow {
    position: absolute;
    top: 105%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #7bc143;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.beginning__note-arrow .icon-arrow_lang {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    color: #7bc143;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.beginning__note-arrow.js-active .icon-arrow_lang {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .beginning__slider {
        display: none;
    }
}

.beginning__slider-top, .beginning__slider-bottom {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beginning__slider-top {
    position: relative;
}

.beginning__slider-top:before, .beginning__slider-top:after {
    content: '';
    top: 0;
    position: absolute;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    width: 9%;
    z-index: 9;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 480px) {
    .beginning__slider-top:before, .beginning__slider-top:after {
        width: 15%;
    }
}

.beginning__slider-top:before {
    left: 0;
}

.beginning__slider-top:after {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.beginning__slider-top li {
    position: relative;
    min-height: 110px;
    padding-top: 20px;
    text-align: center;
    background-color: currentColor;
}

.beginning__slider-top li:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: currentColor;
}

.beginning__slider-top li.yellow {
    color: #ffc800;
}

.beginning__slider-top li.orange {
    color: orange;
}

.beginning__slider-top li.green {
    color: #93d100;
}

.beginning__slider-top li.red {
    color: #f08487;
}

.beginning__slider-top li.blue {
    color: #00c1f4;
}

.beginning__slider-top .slick-list {
    padding: 0 0 20px !important;
    z-index: 2;
}

.beginning__slider-time {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.beginning__slider-title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.beginning__slider-bottom {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.beginning__slider-bottom li > img {
    width: 100%;
}

.beginning__slider-info {
    font-size: 16px;
    color: #fff;
}

.page-good-start__section--1 {
    height: 100vw;
    padding-top: 50px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url("images/required/bg-good-start-1.jpg");
}

.page-good-start__section--1 .page-good-start__citation {
    width: 395px;
    margin-left: auto;
    margin-bottom: 40px;
}

.page-good-start__main-title {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-bottom: 50px;
    min-height: 260px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-image: url("images/required/bg-good-start-orange.png");
}

.page-good-start__main-title:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 685px);
    width: -moz-calc(100% - 685px);
    width: calc(100% - 685px);
    right: 0;
    top: 7px;
    height: 233px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(71%, #fda601), to(#fda601));
    background-image: -webkit-linear-gradient(left, #fda601 71%, #fda601 100%);
    background-image: -moz-linear-gradient(left, #fda601 71%, #fda601 100%);
    background-image: -o-linear-gradient(left, #fda601 71%, #fda601 100%);
    background-image: linear-gradient(to right, #fda601 71%, #fda601 100%);
}

.page-good-start__main-title h1 {
    margin: 0 -webkit-calc(100% - 1180px / 2) 0 auto;
    margin: 0 -moz-calc(100% - 1180px / 2) 0 auto;
    margin: 0 calc(100% - 1180px / 2) 0 auto;
    width: 500px;
    color: #fff;
    text-align: center;
    font-family: "KarminaBold", Helvetica, Arial, sans-serif;
    letter-spacing: 0.4rem;
    font-size: 9.8rem;
}

.page-good-start__img-ok {
    width: 144px;
    margin-left: auto;
    margin-right: 40px;
    margin-bottom: 40px;
}

.page-good-start__citation-boby {
    position: relative;
    padding-right: 45px;
    margin-bottom: 15px;
    font-family: "HelveticaNeuelThin", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 2rem;
    line-height: 3rem;
}

.page-good-start__citation-boby:before {
    content: '“';
    position: absolute;
    left: -60px;
    top: 27px;
    color: #545454;
    font-family: "HelveticaNeuelLight", Helvetica, Arial, sans-serif;
    font-size: 12.4rem;
}

.page-good-start__citation-boby:after {
    content: '„';
    position: absolute;
    right: -5px;
    bottom: 40px;
    color: #545454;
    font-family: "HelveticaNeuelLight", Helvetica, Arial, sans-serif;
    font-size: 12.4rem;
}

.page-good-start__citation-author {
    margin-bottom: 10px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
}

.page-good-start__citation-about-author {
    margin-bottom: 15px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 2rem;
}

.page-good-start__btn {
    position: relative;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 45px;
    background: #99ca3d;
    font-family: "HelveticaNeuelThin", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 3rem;
    letter-spacing: -0.05rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page-good-start__btn:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    right: 20px;
    top: -webkit-calc(50% + 6px);
    top: -moz-calc(50% + 6px);
    top: calc(50% + 6px);
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
}

.page-good-start__btn:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    right: 20px;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
}

.page-good-start__btn--more {
    display: block;
    width: 370px;
    min-height: 86px;
    margin-left: auto;
}

.page-good-start__btn--call-us {
    display: block;
    width: 370px;
    min-height: 86px;
    margin: 0 auto 40px;
}

.page-good-start__section--2 {
    padding-top: 45px;
    padding-bottom: 70px;
}

.page-good-start__laptop {
    position: relative;
    width: 100%;
    height: 686px;
    background-image: url("images/required/good-start-laptop.png");
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-good-start__laptop-bg {
    position: absolute;
    width: 76.2%;
    height: 81.7%;
    left: 12%;
    top: 6%;
    background-color: #99ca3d;
}

.page-good-start__products-box {
    height: 78vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, rgba(255, 255, 255, 0))), url("images/required/good-start-bg-products.jpg");
    background-image: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 20%), url("images/required/good-start-bg-products.jpg");
    background-image: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 20%), url("images/required/good-start-bg-products.jpg");
    background-image: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 20%), url("images/required/good-start-bg-products.jpg");
    background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20%), url("images/required/good-start-bg-products.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.page-good-start__section--4 h2 {
    font-family: "PH", Helvetica, Arial, sans-serif;
    font-size: 5.5rem;
    color: #99ca3d;
    text-align: center;
}

.page-good-start__section--4 .page-good-start__citation {
    padding-left: 60px;
}

.page-good-start__to-action-text {
    margin-bottom: 30px;
    font-family: "PHR", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    text-align: center;
}

.page-good-start__to-action-text a {
    color: #febc01;
}

.page-lead {
    font-family: "HelveticaNeuelRoman", Helvetica, Arial, sans-serif;
    margin-bottom: 75px;
}

.page-lead__wrap {
    position: relative;
    border: 1px solid #e8e8e8;
}

.page-lead__title {
    margin: 0 0 30px;
}

.page-lead__text {
    margin: 0 auto 45px;
    padding-left: 20px;
    border-left: 3px solid #7bc143;
}

@media (min-width: 992px) {
    .page-lead__text {
        width: 800px;
    }
}

.page-lead__text > p {
    line-height: 1.5;
    margin: 0;
}

.page-lead__text > p:not(:last-child) {
    margin-bottom: 30px;
}

.page-lead__head {
    background-color: #f2f2f2;
    padding: 40px 5% 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .page-lead__head {
        padding-left: 22%;
        padding-right: 22%;
    }
}

.page-lead__head-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.page-lead__head--white {
    background-color: #ffffff;
}

.page-lead__reply-elem {
    display: inline-block;
    cursor: pointer;
}

.page-lead__reply-elem:not(:first-child) {
    margin-left: 50px;
}

.page-lead__reply-elem input:checked + .page-lead__reply-fake:before {
    background: url(images/icons-svg/arrow_done.svg) #7bc143 no-repeat center 50%;
    border-color: #7bc143;
    -moz-background-size: 17px;
    background-size: 17px;
}

.page-lead__reply-fake:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #9a9894;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-lead-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
}

@media (min-width: 992px) {
    .page-lead-nav {
        left: 0;
        top: 0;
        position: absolute;
        height: 100%;
        width: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-lead-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ffffff;
    background-color: #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .page-lead-nav__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-lead-nav__item.active {
    color: #7bc143;
    background: #ffffff;
}

.page-lead-nav__title {
    font-size: 100px;
    font-style: italic;
}

.page-lead-nav__text {
    font-size: 24px;
    margin-left: 15px;
}

.loss__help-block {
    position: relative;
    background-color: #00b7ee;
    padding: 45px 0 326px 0;
    overflow: hidden;
}

.loss__help-block:after {
    content: '';
    display: block;
    background-image: url("images/required/loss-wave_white.png");
    background-repeat: repeat-x;
    height: 326px;
    width: 1920px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .loss__help-block:after {
        background-position: -164px 0;
    }
}

.loss__help-block .actual-wrapper {
    width: 750px;
    margin: 0 auto;
    padding: 0 28px 15px 0;
    position: relative;
    z-index: 4;
}

.loss__help-block .actual-wrapper:before, .loss__help-block .actual-wrapper:after {
    content: " ";
    display: table;
}

.loss__help-block .actual-wrapper:after {
    clear: both;
}

.loss__help-block .actual-wrapper .actual-blue {
    float: right;
    margin-bottom: -24px;
}

.loss__help-block .actual-wrapper .actual-orange {
    margin-left: -15px;
}

@media (max-width: 991px) {
    .loss__help-block .actual-wrapper {
        width: 94.8%;
        padding-right: 0;
    }

    .loss__help-block .actual-wrapper .actual-orange {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .loss__help-block .actual-wrapper {
        width: 87.5%;
    }

    .loss__help-block .actual-wrapper .actual-blue {
        float: none;
    }
}

.loss__help-block .actual {
    width: 505px;
    margin: 0 auto 50px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.loss__help-block .actual--icon {
    padding: 40px 20px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
}

.loss__help-block .actual--icon .img-wrapper,
.loss__help-block .actual--icon .text {
    display: inline-block;
    vertical-align: middle;
}

.loss__help-block .actual--icon .img-wrapper {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #0fb2e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.loss__help-block .actual--icon .text {
    color: #fff;
    width: 315px;
    font-size: 20px;
}

.loss__help-block .actual--icon .text a {
    color: #fff;
    text-decoration: underline;
}

.loss__help-block .actual--icon.actual-blue {
    background-color: #006fba;
    width: 637px;
    padding-left: 80px;
}

.loss__help-block .actual--icon.actual-orange {
    background-color: #fcb53b;
    width: 600px;
    padding-left: 30px;
}

.loss__help-block .actual--icon.actual-orange .img-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .loss__help-block .actual--icon {
        opacity: 0;
        -webkit-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        -moz-transition: all linear 0.4s;
        transition: all linear 0.4s;
    }

    .loss__help-block .actual--icon.actual-blue {
        -webkit-transform: translate(80%, 0);
        -moz-transform: translate(80%, 0);
        -ms-transform: translate(80%, 0);
        -o-transform: translate(80%, 0);
        transform: translate(80%, 0);
    }

    .loss__help-block .actual--icon.actual-orange {
        -webkit-transform: translate(-80%, 0);
        -moz-transform: translate(-80%, 0);
        -ms-transform: translate(-80%, 0);
        -o-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
    }

    .loss__help-block .actual--icon.in {
        opacity: 1;
        -webkit-transform: translate(0%, 0) !important;
        -moz-transform: translate(0%, 0) !important;
        -ms-transform: translate(0%, 0) !important;
        -o-transform: translate(0%, 0) !important;
        transform: translate(0%, 0) !important;
    }
}

@media (max-width: 767px) {
    .loss__help-block .actual {
        width: 87.5%;
        font-size: 7.5vw;
    }

    .loss__help-block .actual--icon {
        display: block;
    }

    .loss__help-block .actual--icon .img-wrapper {
        width: 34.4vw;
        height: 34.4vw;
        margin: 0 auto 6vw;
    }

    .loss__help-block .actual--icon .text {
        width: 100%;
        font-size: 18px;
        font-size: 5.7vw;
        line-height: 1.5;
    }

    .loss__help-block .actual--icon .text br {
        display: none;
    }

    .loss__help-block .actual--icon.actual-blue {
        width: 100%;
        padding: 20px;
        padding: 6vw;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

    .loss__help-block .actual--icon.actual-blue img {
        width: 60%;
    }

    .loss__help-block .actual--icon.actual-orange {
        width: 100%;
        padding: 20px;
        padding: 6vw;
    }

    .loss__help-block .actual--icon.actual-orange img {
        width: 38%;
    }
}

.loss__help-block .decor-left {
    width: 311px;
    height: 984px;
    background-image: url("images/required/loss-before.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -36%;
    top: 10px;
    z-index: 3;
    opacity: 0;
}

@media (max-width: 1179px) {
    .loss__help-block .decor-left {
        display: none;
    }
}

.loss__help-block .decor-right {
    width: 352px;
    height: 1075px;
    background-image: url("images/required/loss-after.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -43%;
    top: -25px;
    z-index: 3;
    opacity: 0;
}

@media (max-width: 1179px) {
    .loss__help-block .decor-right {
        display: none;
    }
}

.loss__help-block--balanced-nutrition {
    background-color: #00a87f;
}

.loss__help-block--balanced-nutrition .decor-left {
    width: 652px;
    left: -77%;
    top: -32px;
    background-image: url("images/required/nutrition-men.png");
}

@media (max-width: 1700px) {
    .loss__help-block--balanced-nutrition .decor-left {
        left: -60%;
    }
}

@media (max-width: 1460px) {
    .loss__help-block--balanced-nutrition .decor-left {
        display: none;
    }
}

.loss__help-block--balanced-nutrition .decor-right {
    width: 615px;
    right: -77%;
    background-image: url("images/required/nutrition-women.png");
}

@media (max-width: 1700px) {
    .loss__help-block--balanced-nutrition .decor-right {
        right: -56%;
    }
}

@media (max-width: 1460px) {
    .loss__help-block--balanced-nutrition .decor-right {
        display: none;
    }
}

.loss__help-block--balanced-nutrition .actual {
    width: 680px;
}

@media (max-width: 1700px) {
    .loss__help-block--balanced-nutrition .actual {
        width: 400px;
    }
}

@media (max-width: 1460px) {
    .loss__help-block--balanced-nutrition .actual {
        width: 680px;
    }
}

@media (max-width: 767px) {
    .loss__help-block--balanced-nutrition .actual {
        width: auto;
    }
}

.loss__help-block--balanced-nutrition .decor-left-name {
    position: absolute;
    left: -10%;
    top: 42px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 100;
    font-size: 14px;
    opacity: .7;
}

.loss__help-block--balanced-nutrition .decor-left-name span {
    color: #fff;
    opacity: 0;
}

@media (max-width: 1460px) {
    .loss__help-block--balanced-nutrition .decor-left-name {
        display: none;
    }
}

.loss__help-block--balanced-nutrition .decor-right-name {
    position: absolute;
    right: -12%;
    top: 60px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 100;
    font-size: 14px;
    opacity: .7;
}

.loss__help-block--balanced-nutrition .decor-right-name span {
    color: #fff;
    opacity: 0;
}

@media (max-width: 1460px) {
    .loss__help-block--balanced-nutrition .decor-right-name {
        display: none;
    }
}

.loss__help-block--balanced-nutrition .actual--icon.actual-orange {
    float: right;
    margin-bottom: -24px;
    width: 637px;
    padding-left: 80px;
}

.loss__help-block--balanced-nutrition .actual--icon.actual-orange .img-wrapper {
    background-color: #00a87f;
}

.loss__help-block--balanced-nutrition .actual--icon.actual-orange img {
    width: 60%;
}

@media (max-width: 767px) {
    .loss__help-block--balanced-nutrition .actual--icon.actual-orange {
        float: none;
        width: 100%;
        padding: 20px;
        padding: 6vw;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }
}

.loss__help-block--balanced-nutrition .actual--icon.actual-dark-orange {
    width: 600px;
    padding-left: 30px;
    background-color: #ea7e23;
}

.loss__help-block--balanced-nutrition .actual--icon.actual-dark-orange .img-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00a87f;
}

.loss__help-block--balanced-nutrition .actual--icon.actual-dark-orange img {
    width: 38%;
}

@media (max-width: 767px) {
    .loss__help-block--balanced-nutrition .actual--icon.actual-dark-orange {
        width: 100%;
        padding: 20px;
        padding: 6vw;
    }
}

@media (min-width: 768px) {
    .loss__help-block--balanced-nutrition .actual--icon {
        opacity: 0;
        -webkit-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        -moz-transition: all linear 0.4s;
        transition: all linear 0.4s;
    }

    .loss__help-block--balanced-nutrition .actual--icon.actual-dark-orange {
        -webkit-transform: translate(-80%, 0);
        -moz-transform: translate(-80%, 0);
        -ms-transform: translate(-80%, 0);
        -o-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
    }

    .loss__help-block--balanced-nutrition .actual--icon.actual-orange {
        -webkit-transform: translate(80%, 0);
        -moz-transform: translate(80%, 0);
        -ms-transform: translate(80%, 0);
        -o-transform: translate(80%, 0);
        transform: translate(80%, 0);
    }
}

.loss__help-block--active-lifestyle {
    background-color: #7f4592;
}

.loss__help-block--active-lifestyle .loss__go-consult .title {
    color: #e6174d;
}

.loss__help-block--active-lifestyle .decor-left {
    width: 472px;
    left: -66%;
    top: 52px;
    background-image: url("images/required/active-man.png");
}

@media (max-width: 1700px) {
    .loss__help-block--active-lifestyle .decor-left {
        left: -60%;
    }
}

@media (max-width: 1460px) {
    .loss__help-block--active-lifestyle .decor-left {
        display: none;
    }
}

.loss__help-block--active-lifestyle .decor-right {
    width: 596px;
    top: 50px;
    right: -73%;
    background-image: url("images/required/active-women.png");
}

@media (max-width: 1700px) {
    .loss__help-block--active-lifestyle .decor-right {
        right: -56%;
    }
}

@media (max-width: 1460px) {
    .loss__help-block--active-lifestyle .decor-right {
        display: none;
    }
}

.loss__help-block--active-lifestyle .actual {
    width: 680px;
}

@media (max-width: 1700px) {
    .loss__help-block--active-lifestyle .actual {
        width: 400px;
    }
}

@media (max-width: 1460px) {
    .loss__help-block--active-lifestyle .actual {
        width: 680px;
    }
}

@media (max-width: 767px) {
    .loss__help-block--active-lifestyle .actual {
        width: auto;
    }
}

.loss__help-block--active-lifestyle .decor-left-name {
    position: absolute;
    left: -10%;
    top: 42px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 100;
    font-size: 14px;
    opacity: .7;
}

.loss__help-block--active-lifestyle .decor-left-name span {
    color: #fff;
    opacity: 0;
}

@media (max-width: 1460px) {
    .loss__help-block--active-lifestyle .decor-left-name {
        display: none;
    }
}

.loss__help-block--active-lifestyle .decor-right-name {
    position: absolute;
    right: -12%;
    top: 60px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 100;
    font-size: 14px;
    opacity: .7;
}

.loss__help-block--active-lifestyle .decor-right-name span {
    color: #fff;
    opacity: 0;
}

@media (max-width: 1460px) {
    .loss__help-block--active-lifestyle .decor-right-name {
        display: none;
    }
}

.loss__help-block--active-lifestyle .actual--icon.actual-orange {
    float: right;
    margin-bottom: -24px;
    width: 637px;
    padding-left: 80px;
}

.loss__help-block--active-lifestyle .actual--icon.actual-orange .img-wrapper {
    background-color: #7f4592;
}

.loss__help-block--active-lifestyle .actual--icon.actual-orange img {
    width: 60%;
}

@media (max-width: 767px) {
    .loss__help-block--active-lifestyle .actual--icon.actual-orange {
        float: none;
        width: 100%;
        padding: 20px;
        padding: 6vw;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }
}

.loss__help-block--active-lifestyle .actual--icon.actual-dark-orange {
    width: 600px;
    padding-left: 30px;
    background-color: #ea7e23;
}

.loss__help-block--active-lifestyle .actual--icon.actual-dark-orange .img-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7f4592;
}

.loss__help-block--active-lifestyle .actual--icon.actual-dark-orange img {
    width: 38%;
}

@media (max-width: 767px) {
    .loss__help-block--active-lifestyle .actual--icon.actual-dark-orange {
        width: 100%;
        padding: 20px;
        padding: 6vw;
    }
}

@media (min-width: 768px) {
    .loss__help-block--active-lifestyle .actual--icon {
        opacity: 0;
        -webkit-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        -moz-transition: all linear 0.4s;
        transition: all linear 0.4s;
    }

    .loss__help-block--active-lifestyle .actual--icon.actual-dark-orange {
        -webkit-transform: translate(-80%, 0);
        -moz-transform: translate(-80%, 0);
        -ms-transform: translate(-80%, 0);
        -o-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
    }

    .loss__help-block--active-lifestyle .actual--icon.actual-orange {
        -webkit-transform: translate(80%, 0);
        -moz-transform: translate(80%, 0);
        -ms-transform: translate(80%, 0);
        -o-transform: translate(80%, 0);
        transform: translate(80%, 0);
    }
}

.loss__clouds {
    width: 100%;
    height: 467px;
    position: absolute;
    left: 0;
    top: 36px;
    background-image: url("images/required/loss-clouds.png");
    background-repeat: repeat-x;
    z-index: 1;
}

@media (max-width: 991px) {
    .loss__clouds {
        margin-top: 25px;
    }
}

.loss__go-consult {
    background-color: #fff;
    margin: 0 auto 55px;
    padding: 40px 0 55px;
    width: 750px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
}

.loss__go-consult .title {
    margin: 0;
    padding: 0;
    font-family: "PH", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 102px;
    color: #fcb53b;
    line-height: 1;
}

.loss__go-consult .title--mini {
    font-size: 70px;
}

@media (max-width: 767px) {
    .loss__go-consult .title {
        font-size: 45px;
        font-size: 14vw;
    }

    .loss__go-consult .title--mini {
        font-size: 36px;
        font-size: 11vw;
    }
}

.loss__go-consult .text {
    font-size: 18px;
    padding: 10px 0 0 0;
}

@media (max-width: 767px) {
    .loss__go-consult .text {
        font-size: 16px;
        font-size: 5vw;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.loss__go-consult .btn-consult {
    margin-top: 45px;
    display: inline-block;
    background-color: #e6174d;
    color: #fff;
    font-size: 22px;
    padding: 15px 32px 14px;
    position: relative;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__go-consult .btn-consult .icon {
    margin-left: 5px;
    margin-top: -1px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__go-consult .btn-consult:before {
    content: '';
    border: dashed 2px #e6174d;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__go-consult .btn-consult:hover, .loss__go-consult .nav-top .top-level ul li:hover > a.btn-consult, .nav-top .top-level ul .loss__go-consult li:hover > a.btn-consult {
    background-color: rgba(230, 23, 77, 0.8);
}

.loss__go-consult .btn-consult:hover .icon, .loss__go-consult .nav-top .top-level ul li:hover > a.btn-consult .icon, .nav-top .top-level ul .loss__go-consult li:hover > a.btn-consult .icon {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

@media (max-width: 767px) {
    .loss__go-consult .btn-consult {
        font-size: 4.7vw;
        padding: 6.3vw 3.7vw 6.6vw;
    }

    .loss__go-consult .btn-consult .icon {
        font-size: 3vw;
    }

    .loss__go-consult .btn-consult:before {
        left: -3vw;
        right: -3vw;
        top: -3vw;
        bottom: -3vw;
    }
}

@media (max-width: 991px) {
    .loss__go-consult {
        width: 87%;
    }
}

@media (max-width: 767px) {
    .loss__go-consult {
        width: 87.5%;
    }
}

.loss__balance-block {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-image: url("images/required/loss-bg_table.jpg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding: 0 0 101px 0;
}

.loss__balance-block:after {
    content: '';
    display: block;
    width: 1920px;
    height: 101px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url("images/required/loss-wave_lt-blue.png");
    background-repeat: repeat-x;
}

.loss__balance-block--balanced-nutrition:after {
    background-image: url("images/required/loss-wave_lt--dark-orange.png");
}

.loss__balance-block--active-lifestyle:after {
    background-image: url("images/required/loss-wave_lt--orange.png");
}

@media (max-width: 1179px) {
    .loss__balance-block .loss__title {
        width: 700px;
    }

    .loss__balance-block .loss__title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .loss__balance-block:after {
        background-position: -164px 0;
    }
}

.loss__title {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 48px;
    text-align: center;
    width: 880px;
    margin: 0 auto 30px;
    padding: 45px 0 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .loss__title {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .loss__title {
        width: auto !important;
        font-size: 9.3214285714vw;
    }
}

.loss__balance-wrapper {
    padding-top: 87px;
    position: relative;
}

.loss__balance-wrapper:before, .loss__balance-wrapper:after {
    content: " ";
    display: table;
}

.loss__balance-wrapper:after {
    clear: both;
}

.loss__balance-wrapper .img-wrapper {
    position: relative;
    float: right;
    width: 944px;
    height: 879px;
    margin-right: -40px;
}

.loss__balance-wrapper .img-wrapper > img {
    position: absolute;
    z-index: 1;
}

.loss__balance-wrapper .img-wrapper .img-breakfast-01 {
    left: 0;
    top: 0;
}

.loss__balance-wrapper .img-wrapper .img-breakfast-02 {
    left: 373px;
    top: 99px;
}

.loss__balance-wrapper .img-wrapper .img-breakfast-03 {
    left: 373px;
    bottom: 0;
}

.loss__balance-wrapper .img-wrapper .img-balance-logo {
    left: 182px;
    top: 0;
}

@media (min-width: 992px) {
    .loss__balance-wrapper .img-wrapper .img-balance-logo {
        -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
        -o-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
        -moz-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .loss__balance-wrapper .img-wrapper .img-balance-logo.in {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 1179px) {
    .loss__balance-wrapper .img-wrapper {
        -webkit-transform: translate(10%, 0) scale(0.73);
        -moz-transform: translate(10%, 0) scale(0.73);
        -ms-transform: translate(10%, 0) scale(0.73);
        -o-transform: translate(10%, 0) scale(0.73);
        transform: translate(10%, 0) scale(0.73);
        float: none;
        z-index: 1;
        margin-right: auto;
        margin-left: auto;
        margin-top: -100px;
    }

    .loss__balance-wrapper .img-wrapper .img-balance-logo {
        left: 230px;
        top: -75px;
    }
}

@media (max-width: 991px) {
    .loss__balance-wrapper .img-wrapper {
        -webkit-transform: translate(0, 0) scale(1);
        -moz-transform: translate(0, 0) scale(1);
        -ms-transform: translate(0, 0) scale(1);
        -o-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }

    .loss__balance-wrapper .img-wrapper .img-balance-logo {
        left: 180px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .loss__balance-wrapper .img-wrapper {
        width: 100%;
        height: auto;
        padding-top: 39vw;
    }

    .loss__balance-wrapper .img-wrapper .img-breakfast {
        position: static;
        max-width: inherit;
        width: 130%;
    }

    .loss__balance-wrapper .img-wrapper .img-balance-logo {
        width: 56vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-left: -5%;
    }
}

.loss__balance-info {
    color: #fff;
    position: absolute;
    padding: 25px 22px 80px;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
}

.loss__balance-info:before, .loss__balance-info:after {
    content: " ";
    display: table;
}

.loss__balance-info:after {
    clear: both;
}

@media (max-width: 1179px) {
    .loss__balance-info {
        padding-bottom: 45px;
    }
}

@media (max-width: 991px) {
    .loss__balance-info {
        width: 60px !important;
        height: 60px !important;
        overflow: hidden;
        z-index: 1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 0;
    }

    .loss__balance-info .title,
    .loss__balance-info .text {
        font-size: 0 !important;
    }

    .loss__balance-info .btn-info {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0 !important;
        border: none !important;
        text-align: center;
    }

    .loss__balance-info .btn-info:before {
        content: '+';
        font-size: 50px;
        color: #fff;
        font-family: serif;
    }
}

@media (max-width: 767px) {
    .loss__balance-info {
        width: 19vw !important;
        height: 19vw !important;
    }

    .loss__balance-info .btn-info:before {
        font-size: 16vw;
    }
}

@media (min-width: 992px) {
    .loss__balance-info {
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
    }

    .loss__balance-info.in {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.loss__balance-info .title {
    font-size: 26px;
    margin: 0;
    padding: 0 0 12px 0;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
}

.loss__balance-info .text {
    font-size: 16px;
}

@media (max-width: 1179px) {
    .loss__balance-info .text {
        padding-right: 25px;
    }
}

.loss__balance-info .btn-info {
    font-size: 20px;
    display: inline-block;
    background-color: transparent;
    border: dashed 2px;
    padding: 13px 30px 14px;
    margin: 25px 0 0 0;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__balance-info .btn-info:hover, .loss__balance-info .nav-top .top-level ul li:hover > a.btn-info, .nav-top .top-level ul .loss__balance-info li:hover > a.btn-info {
    color: #fff !important;
}

.loss__balance-info.info--green {
    top: 87px;
    left: 10px;
    width: 380px;
    background-color: #7bc143;
}

.loss__balance-info.info--green .btn-info {
    color: #f6ff86;
}

@media (max-width: 1179px) {
    .loss__balance-info.info--green {
        top: 0;
    }
}

@media (max-width: 991px) {
    .loss__balance-info.info--green {
        left: 110px;
        top: 280px;
    }
}

@media (max-width: 767px) {
    .loss__balance-info.info--green {
        left: 15%;
        top: auto;
        bottom: 66vw;
    }
}

@media (min-width: 992px) {
    .loss__balance-info.info--green {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
}

.loss__balance-info.info--magenta {
    top: 0;
    right: 10px;
    width: 424px;
    background-color: #e6174d;
}

.loss__balance-info.info--magenta .btn-info {
    color: #fc8fc1;
}

@media (max-width: 1179px) {
    .loss__balance-info.info--magenta {
        z-index: 1;
        right: 0;
    }

    .loss__balance-info.info--magenta .btn-info {
        float: right;
    }
}

@media (max-width: 991px) {
    .loss__balance-info.info--magenta {
        right: auto;
        top: 305px;
        left: 480px;
    }
}

@media (max-width: 767px) {
    .loss__balance-info.info--magenta {
        top: auto;
        left: 53%;
        bottom: 55vw;
    }
}

@media (min-width: 992px) {
    .loss__balance-info.info--magenta {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
}

.loss__balance-info.info--orange {
    bottom: 248px;
    left: 10px;
    width: 300px;
    background-color: #fcb53b;
}

.loss__balance-info.info--orange .btn-info {
    color: #ffff76;
}

@media (max-width: 991px) {
    .loss__balance-info.info--orange {
        left: 140px;
        bottom: 160px;
    }
}

@media (max-width: 767px) {
    .loss__balance-info.info--orange {
        left: 15%;
        bottom: 5vw;
    }
}

@media (min-width: 992px) {
    .loss__balance-info.info--orange {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }
}

.loss__balance-info.info--blue {
    bottom: 381px;
    right: 10px;
    width: 298px;
    background-color: #006fba;
}

.loss__balance-info.info--blue .btn-info {
    color: #00deff;
}

@media (max-width: 1179px) {
    .loss__balance-info.info--blue {
        right: 0;
        bottom: 340px;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .loss__balance-info.info--blue {
        right: auto;
        left: 535px;
        bottom: 155px;
    }
}

@media (max-width: 767px) {
    .loss__balance-info.info--blue {
        left: 70%;
        bottom: 5vw;
    }
}

@media (min-width: 992px) {
    .loss__balance-info.info--blue {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
}

.loss__balance-descr {
    font-size: 20px;
    width: 580px;
    margin-bottom: 125px;
}

@media (max-width: 1179px) {
    .loss__balance-descr {
        width: 50%;
        margin-bottom: 95px;
    }

    .loss__balance-descr br {
        display: none;
    }
}

@media (max-width: 767px) {
    .loss__balance-descr {
        width: 100%;
        font-size: 6.2142857143vw;
        margin-bottom: 55vw;
    }
}

.loss__balance-more {
    background-color: #e6174d;
    color: #fff;
    position: relative;
    padding: 0 0 85px;
    margin-bottom: 170px;
}

.loss__balance-more .more-container {
    text-align: center;
    width: 700px;
    padding: 65px 30px 0px;
}

.loss__balance-more .more-container .text {
    font-size: 55px;
    font-family: "PH", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .loss__balance-more .more-container {
        -webkit-transition: all linear 0.2s 0.8s;
        -o-transition: all linear 0.2s 0.8s;
        -moz-transition: all linear 0.2s 0.8s;
        transition: all linear 0.2s 0.8s;
        opacity: 0;
    }

    .loss__balance-more .more-container.in {
        opacity: 1;
    }
}

.loss__balance-more .btn-more {
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
    color: #2e2e2e;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding: 16px 29px 17px;
}

.loss__balance-more .btn-more:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    border: dashed 2px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__balance-more .btn-more .icon {
    margin-left: 5px;
    margin-top: -1px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__balance-more .btn-more:hover, .loss__balance-more .nav-top .top-level ul li:hover > a.btn-more, .nav-top .top-level ul .loss__balance-more li:hover > a.btn-more {
    background-color: rgba(255, 255, 255, 0.9);
}

.loss__balance-more .btn-more:hover:before, .loss__balance-more .nav-top .top-level ul li:hover > a.btn-more:before, .nav-top .top-level ul .loss__balance-more li:hover > a.btn-more:before {
    border-color: rgba(255, 255, 255, 0.9);
}

.loss__balance-more .btn-more:hover .icon, .loss__balance-more .nav-top .top-level ul li:hover > a.btn-more .icon, .nav-top .top-level ul .loss__balance-more li:hover > a.btn-more .icon {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.loss__balance-more .img-apple {
    position: absolute;
    bottom: -35px;
    right: -83px;
}

@media (min-width: 768px) {
    .loss__balance-more .img-apple {
        opacity: 0;
        -webkit-transform: translate(290px, 0) rotate(90deg);
        -moz-transform: translate(290px, 0) rotate(90deg);
        -ms-transform: translate(290px, 0) rotate(90deg);
        -o-transform: translate(290px, 0) rotate(90deg);
        transform: translate(290px, 0) rotate(90deg);
        -webkit-transform-origin: 135px 130px;
        -moz-transform-origin: 135px 130px;
        -ms-transform-origin: 135px 130px;
        -o-transform-origin: 135px 130px;
        transform-origin: 135px 130px;
        -webkit-transition: opacity linear 0.2s 0.6s, -webkit-transform linear 0.6s 0.2s;
        transition: opacity linear 0.2s 0.6s, -webkit-transform linear 0.6s 0.2s;
        -o-transition: opacity linear 0.2s 0.6s, -o-transform linear 0.6s 0.2s;
        -moz-transition: transform linear 0.6s 0.2s, opacity linear 0.2s 0.6s, -moz-transform linear 0.6s 0.2s;
        transition: transform linear 0.6s 0.2s, opacity linear 0.2s 0.6s;
        transition: transform linear 0.6s 0.2s, opacity linear 0.2s 0.6s, -webkit-transform linear 0.6s 0.2s, -moz-transform linear 0.6s 0.2s, -o-transform linear 0.6s 0.2s;
    }

    .loss__balance-more .img-apple.in {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(0);
        -moz-transform: translate(0, 0) rotate(0);
        -ms-transform: translate(0, 0) rotate(0);
        -o-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        -webkit-transition: opacity linear 0.2s 0.4s, -webkit-transform linear 0.6s 0.4s;
        transition: opacity linear 0.2s 0.4s, -webkit-transform linear 0.6s 0.4s;
        -o-transition: opacity linear 0.2s 0.4s, -o-transform linear 0.6s 0.4s;
        -moz-transition: transform linear 0.6s 0.4s, opacity linear 0.2s 0.4s, -moz-transform linear 0.6s 0.4s;
        transition: transform linear 0.6s 0.4s, opacity linear 0.2s 0.4s;
        transition: transform linear 0.6s 0.4s, opacity linear 0.2s 0.4s, -webkit-transform linear 0.6s 0.4s, -moz-transform linear 0.6s 0.4s, -o-transform linear 0.6s 0.4s;
    }
}

@media (max-width: 1335px) {
    .loss__balance-more .more-container {
        width: 50%;
    }

    .loss__balance-more .more-container .text {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .loss__balance-more .img-apple {
        bottom: -140px;
        right: -30px;
    }
}

@media (max-width: 991px) {
    .loss__balance-more .more-container {
        width: 52%;
    }

    .loss__balance-more .more-container .text {
        font-size: 28px;
    }

    .loss__balance-more .more-container .text br {
        display: none;
    }
}

@media (max-width: 767px) {
    .loss__balance-more {
        padding-top: 80vw;
        padding-bottom: 14vw;
        margin-bottom: 10vw;
    }

    .loss__balance-more .more-container {
        width: 100%;
        padding: 0 20px;
    }

    .loss__balance-more .more-container .text {
        font-size: 7.4571428571vw;
    }

    .loss__balance-more .more-container .text br {
        display: none;
    }

    .loss__balance-more .img-apple {
        bottom: auto;
        top: 41vw;
        width: 43vw;
        right: -8vw;
    }

    .loss__balance-more .btn-more {
        font-size: 6.8357142857vw;
        padding: 4.9714285714vw 0;
        width: 100%;
        text-align: center;
    }

    .loss__balance-more .btn-more .icon {
        font-size: 4vw;
    }

    .loss__balance-more .btn-more:before {
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }
}

.loss__balance-note {
    position: absolute;
    right: -152px;
    top: -270px;
    width: 652px;
    height: 734px;
    background-image: url("images/required/loss-note.png");
    background-repeat: no-repeat;
}

.loss__balance-note .note-text {
    color: #2e2e2e;
    font-size: 24px;
    position: absolute;
    left: 95px;
    top: 255px;
    font-style: italic;
    -webkit-transform: rotate(4.4deg);
    -moz-transform: rotate(4.4deg);
    -ms-transform: rotate(4.4deg);
    -o-transform: rotate(4.4deg);
    transform: rotate(4.4deg);
    width: 70%;
    line-height: 1.6;
}

@media (max-width: 1335px) {
    .loss__balance-note {
        -moz-background-size: contain;
        background-size: contain;
        right: -90px;
        width: 590px;
    }
}

@media (max-width: 991px) {
    .loss__balance-note {
        right: -67px;
        width: 480px;
        top: -220px;
    }

    .loss__balance-note .note-text {
        font-size: 20px;
        top: 220px;
        left: 55px;
    }

    .loss__balance-note .note-text br {
        display: none;
    }
}

@media (max-width: 767px) {
    .loss__balance-note {
        right: auto;
        left: 50%;
        top: -48vw;
        width: 116%;
        height: 125vw;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .loss__balance-note .note-text {
        font-size: 16px;
        font-size: 4.9714285714vw;
        top: 48vw;
        left: 15%;
        line-height: 1.3;
        width: 63%;
    }
}

@media (min-width: 768px) {
    .loss__balance-note {
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
    }

    .loss__balance-note.in {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.loss__result {
    background-color: #63c1e5;
    padding-top: 8px;
    overflow: hidden;
}

.loss__result--balanced-nutrition {
    background-color: #ea7e23;
}

.loss__result--active-lifestyle {
    background-color: #fbb53b;
}

.loss__result .loss__title {
    color: #fff;
}

.loss__result-wave {
    width: 1920px;
    height: 660px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url("images/required/loss-wave_white.png");
    background-repeat: repeat-x;
    margin-top: 70px;
    margin-bottom: -730px;
}

.loss__slider {
    margin-right: -45px;
}

.loss__slider .swiper-button-prev,
.loss__slider .swiper-button-next {
    background-image: none;
    background-color: #006fba;
    width: 70px;
    height: 104px;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
}

.loss__slider .swiper-button-prev .icon,
.loss__slider .swiper-button-next .icon {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__slider .swiper-button-prev {
    left: 0;
}

.loss__slider .swiper-button-prev .icon {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loss__slider .swiper-button-prev:hover .icon, .loss__slider .nav-top .top-level ul li:hover > a.swiper-button-prev .icon, .nav-top .top-level ul .loss__slider li:hover > a.swiper-button-prev .icon {
    margin-left: -10px;
}

.loss__slider .swiper-button-next {
    right: 23px;
}

.loss__slider .swiper-button-next .icon {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.loss__slider .swiper-button-next:hover .icon, .loss__slider .nav-top .top-level ul li:hover > a.swiper-button-next .icon, .nav-top .top-level ul .loss__slider li:hover > a.swiper-button-next .icon {
    margin-left: 10px;
}

.loss__slider--balanced-nutrition {
    margin-right: 0;
    margin-left: -40px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
}

@media (max-width: 1300px) {
    .loss__slider--balanced-nutrition {
        width: 100%;
    }
}

.loss__slider--balanced-nutrition .swiper-button-next {
    right: 0;
}

@media (max-width: 1300px) {
    .loss__slider--balanced-nutrition {
        margin-left: 0;
    }
}

.loss__slider--active-lifestyle {
    margin-right: 0;
    margin-left: -40px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
}

@media (max-width: 1300px) {
    .loss__slider--active-lifestyle {
        width: 100%;
    }
}

.loss__slider--active-lifestyle .swiper-button-next {
    right: 0;
}

@media (max-width: 1300px) {
    .loss__slider--active-lifestyle {
        margin-left: 0;
    }
}

@media (max-width: 1250px) {
    .loss__slider {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .loss__slider {
        margin-top: 30px;
        margin-right: -20px;
    }
}

@media (max-width: 767px) {
    .loss__slider {
        margin-right: 0;
    }

    .loss__slider .swiper-button-next {
        right: 0;
    }

    .loss__slider .swiper-button-next,
    .loss__slider .swiper-button-prev {
        top: 80vw;
    }
}

.loss__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.loss__slide .img-after {
    position: relative;
    z-index: 1;
    margin-right: -25%;
}

@media (max-width: 991px) {
    .loss__slide .img-after {
        margin-right: -33%;
    }
}

@media (max-width: 767px) {
    .loss__slide {
        display: block;
        overflow: hidden;
    }

    .loss__slide .img-after {
        width: 90%;
        margin-right: 0;
        margin-left: 24%;
        margin-bottom: -55px;
    }
}

.loss__review-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    margin: 45px 45px 90px 0;
    padding: 55px 85px 55px 140px;
    position: relative;
}

.loss__review-wrapper .img-before {
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 10px #fcb53b;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    bottom: -88px;
    right: 50px;
}

.loss__review-wrapper .img-before > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1179px) {
    .loss__review-wrapper {
        padding-right: 15px;
    }

    .loss__review-wrapper .img-before {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 991px) {
    .loss__review-wrapper .img-before {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .loss__review-wrapper {
        margin: 0;
        padding: 20vw 30px 15vw;
    }

    .loss__review-wrapper .img-before {
        width: 37.5vw;
        height: 37.5vw;
        bottom: 0;
        top: -20vw;
        border-width: 1.3vw;
        z-index: 1;
    }

    .loss__review-wrapper .review-more {
        width: 21.9vw;
        height: 21.9vw;
        border: solid 0.7vw #d3d3d3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 0;
        cursor: pointer;
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .loss__review-wrapper .review-more:before {
        content: '';
        width: 3.8vw;
        height: 3.8vw;
        border-right: solid 0.7vw #7bc143;
        border-bottom: solid 0.7vw #7bc143;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -22%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .loss__review-wrapper .review-more.opened:before {
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        -moz-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
        -o-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
    }
}

.loss__review-wrapper--balanced-nutrition {
    margin: 45px 20px 90px 0;
    padding: 55px 80px 55px 155px;
}

@media (max-width: 1179px) {
    .loss__review-wrapper--balanced-nutrition {
        padding-left: 12%;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .loss__review-wrapper--balanced-nutrition {
        padding-left: 16%;
    }
}

.loss__review-wrapper--active-lifestyle {
    margin: 45px 20px 90px 0;
    padding: 55px 80px 55px 155px;
}

@media (max-width: 1179px) {
    .loss__review-wrapper--active-lifestyle {
        padding-left: 12%;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .loss__review-wrapper--active-lifestyle {
        padding-left: 16%;
    }
}

.loss__review-wrapper--active-lifestyle .img-before {
    border-color: #7bc143;
}

.loss__review-title {
    text-transform: uppercase;
    font-size: 30px;
    color: #7bc143;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .loss__review-title {
        font-size: 6.2142857143vw;
        margin-bottom: 5vw;
    }
}

.loss__review-text {
    font-size: 16px;
    margin-bottom: 90px;
    position: relative;
}

.loss__review-text p {
    margin: 0 0 24px;
    padding: 0;
    line-height: 1.5;
}

.loss__review-text .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.loss__review-text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c9c9c9;
    width: 2px;
}

@media (max-width: 1179px) {
    .loss__review-text {
        overflow: auto;
        height: 425px;
    }

    .loss__review-text.mCustomScrollbar:after {
        content: '';
        height: 60px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    }

    .loss__review-text.end-reached:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .loss__review-text {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .loss__review-text {
        font-size: 4.9714285714vw;
        margin-bottom: 0;
        height: 0;
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .loss__review-text.opened {
        height: 70vw;
    }
}

.loss__review-name {
    font-size: 18px;
    color: #8a8a8a;
}

@media (max-width: 767px) {
    .loss__review-name {
        font-size: 4.9714285714vw;
        margin-bottom: 5vw;
    }
}

.loss__winners {
    background-color: #63c1e5;
    position: relative;
    overflow: hidden;
    padding: 60px 0 326px 0;
}

.loss__winners:after {
    content: '';
    display: block;
    background-image: url("images/required/loss-wave_white.png");
    background-repeat: repeat-x;
    height: 326px;
    width: 1920px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .loss__winners:after {
        background-position: -164px 0;
    }
}

.loss__winners .loss__title {
    color: #fff;
}

.loss__winners .winners-club {
    background-color: #fff;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.loss__winners .winners-club .club-logo {
    margin-right: 40px;
}

.loss__winners .winners-club .club-text {
    font-size: 24px;
}

@media (max-width: 767px) {
    .loss__winners .winners-club {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .loss__winners .winners-club .club-logo {
        margin-right: 0;
        width: 80%;
        margin-bottom: 5vw;
    }

    .loss__winners .winners-club .club-text {
        font-size: 4.9714285714vw;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .loss__winners .winners-club {
        opacity: 0;
        -webkit-transition: all linear 0.4s 0.2s;
        -o-transition: all linear 0.4s 0.2s;
        -moz-transition: all linear 0.4s 0.2s;
        transition: all linear 0.4s 0.2s;
    }

    .loss__winners .winners-club.in {
        opacity: 1;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
    }
}

.loss__winners .winners-wrapper {
    background-color: #e6174d;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 45px 0 65px 0;
}

@media (max-width: 991px) {
    .loss__winners .winners-wrapper {
        padding-bottom: 45px;
    }
}

@media (min-width: 768px) {
    .loss__winners .winners-wrapper {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .loss__winners .winners-wrapper.in {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
}

.loss__winners .winners-info {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-bottom: 90px;
}

.loss__winners .winners-info .text {
    color: #fff;
    text-align: left;
    font-size: 18px;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .loss__winners .winners-info {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .loss__winners .winners-info {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .loss__winners .winners-info .text {
        font-size: 5.5928571429vw;
    }

    .loss__winners .winners-info .text + .text {
        margin-top: 5vw;
    }
}

.loss__winners .link-winners {
    display: inline-block;
    font-size: 20px;
    color: #ffb5d7;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__winners .link-winners .icon {
    margin-top: -1px;
    margin-left: 5px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__winners .link-winners:hover, .loss__winners .nav-top .top-level ul li:hover > a.link-winners, .nav-top .top-level ul .loss__winners li:hover > a.link-winners {
    color: #fff;
}

.loss__winners .link-winners:hover .icon, .loss__winners .nav-top .top-level ul li:hover > a.link-winners .icon, .nav-top .top-level ul .loss__winners li:hover > a.link-winners .icon {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

@media (max-width: 767px) {
    .loss__winners .link-winners {
        font-size: 4.9714285714vw;
        padding: 0 30px;
        text-align: left;
    }
}

.loss__winners .winners-photo {
    padding-top: 68px;
    margin-bottom: 55px;
    text-align: center;
}

.loss__winners .winners-photo .elem-photo-cornered {
    display: inline-block;
}

.loss__winners .winners-photo .elem-photo-cornered:nth-child(4), .loss__winners .winners-photo .elem-photo-cornered:nth-child(5) {
    margin-top: -55px;
}

.loss__winners .winners-photo .elem-photo-cornered.corner-none {
    margin: 0 139px;
}

.loss__winners .winners-photo .elem-photo-cornered.corner-btm-right {
    margin-right: 90px;
}

.loss__winners .winners-photo .elem-photo-cornered.corner-btm-left {
    margin-left: 90px;
}

@media (max-width: 991px) {
    .loss__winners .winners-photo .elem-photo-cornered.corner-none {
        margin: 0 10%;
    }

    .loss__winners .winners-photo .elem-photo-cornered:nth-child(4), .loss__winners .winners-photo .elem-photo-cornered:nth-child(5) {
        margin-top: 0;
    }

    .loss__winners .winners-photo .elem-photo-cornered.corner-btm-right {
        margin-right: 8%;
    }

    .loss__winners .winners-photo .elem-photo-cornered.corner-btm-left {
        margin-left: 8%;
    }
}

@media (max-width: 767px) {
    .loss__winners .winners-photo {
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 35px;
    }

    .loss__winners .winners-photo .elem-photo-cornered {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .loss__winners .winners-photo .elem-photo-cornered:nth-child(4), .loss__winners .winners-photo .elem-photo-cornered:nth-child(5) {
        margin-top: 0;
    }

    .loss__winners .winners-photo .elem-photo-cornered:first-child {
        margin-left: 0 !important;
    }

    .loss__winners .winners-photo .elem-photo-cornered:last-child {
        margin-right: 0 !important;
    }

    .loss__winners .winners-photo .elem-photo-cornered:after {
        content: none;
    }
}

.loss__winners--balanced-nutrition {
    background-color: #ea7e23;
}

.loss__winners--balanced-nutrition .winners-wrapper {
    background-color: #006fb9;
}

.loss__winners--balanced-nutrition .link-winners {
    color: rgba(255, 255, 255, 0.7);
}

.loss__winners--active-lifestyle {
    background-color: #fbb53b;
}

.loss__winners--active-lifestyle .winners-wrapper {
    background-color: #006fb9;
}

.loss__winners--active-lifestyle .link-winners {
    margin-top: 30px;
    color: #7bc143;
}

.loss__winners--active-lifestyle .link-winners:hover, .loss__winners--active-lifestyle .nav-top .top-level ul li:hover > a.link-winners, .nav-top .top-level ul .loss__winners--active-lifestyle li:hover > a.link-winners {
    color: #7bc143;
    opacity: .7;
}

.loss__winners--active-lifestyle .winners-club {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -moz-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

.loss__winners--active-lifestyle .winners-club .club-logo {
    width: 320px;
    margin-top: 20px;
}

.loss__winners--active-lifestyle .winners-club .club-text {
    font-size: 19px;
}

.loss__compare {
    overflow: hidden;
    margin-bottom: -102px;
}

.loss__compare-bg {
    position: relative;
    padding-top: 102px;
    padding-bottom: 120px;
    background-color: #e6174d;
}

.loss__compare-bg:before {
    content: '';
    display: block;
    width: 1920px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}

@media (max-width: 767px) {
    .loss__compare-bg:before {
        background-position: -164px 0;
    }
}

.loss__compare-bg:after {
    content: '';
    display: block;
    width: 51.7%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #7bc143;
    background-image: url("images/required/loss-wave_green-red.jpg");
    background-position: 100% -25px;
    background-repeat: repeat-y;
}

@media (max-width: 1179px) {
    .loss__compare-bg:after {
        width: 53%;
    }
}

@media (max-width: 991px) {
    .loss__compare-bg:after {
        width: 54%;
    }
}

@media (max-width: 767px) {
    .loss__compare-bg:after {
        background-image: none;
        background-color: #e6174d;
        height: 200px;
        top: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .loss__compare-bg {
        background-color: #7bc143;
    }
}

.loss__compare-bg > .container, .box-product-banner .loss__compare-bg > .product-carousel-wrapper, .loss__compare-bg > .loss__balance-wrapper, .loss__diet .loss__compare-bg > .diet-container, .loss__compare-bg > .loss__complex {
    position: relative;
    z-index: 2;
}

.loss__compare-column {
    width: 43%;
    padding-top: 50px;
    float: left;
}

.loss__compare-column .loss__compare-body {
    padding-right: 2%;
}

.loss__compare-column + .loss__compare-column {
    float: right;
}

.loss__compare-column + .loss__compare-column .loss__compare-body {
    padding-right: 0;
    padding-left: 2%;
}

@media (max-width: 991px) {
    .loss__compare-column {
        width: 46%;
    }
}

@media (max-width: 767px) {
    .loss__compare-column {
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 15vw;
        float: none !important;
        background-color: #7bc143;
    }

    .loss__compare-column + .loss__compare-column {
        background-color: #e6174d;
    }
}

.loss__compare-title {
    color: #fff;
    font-family: "PH_Narrow", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 48px;
    padding-left: 100px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.loss__compare-title:before {
    content: '';
    display: block;
    width: 77px;
    height: 77px;
    background-image: url("images/required/loss-like.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.loss__compare-title.bad:before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

@media (max-width: 991px) {
    .loss__compare-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .loss__compare-title {
        padding-left: 32vw;
        font-size: 9.3214285714vw;
    }

    .loss__compare-title:before {
        width: 24vw;
        height: 24vw;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.loss__compare-body {
    margin: 0;
    padding: 0;
}

.loss__compare-body.bad > li:before {
    background-image: url("images/required/icon-remove_red.png");
}

.loss__compare-body > li {
    margin: 0 0 20px;
    padding: 25px 20px 23px 70px;
    list-style-type: none;
    background-color: #fff;
    position: relative;
}

.loss__compare-body > li:nth-child(2) {
    height: 205px;
}

.loss__compare-body > li:before {
    content: "";
    width: 24px;
    height: 18px;
    position: absolute;
    left: 26px;
    top: 35px;
    background-image: url("images/required/icon-ok_green.png");
    background-repeat: no-repeat;
}

.loss__compare-body .info-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.loss__compare-body .info-text {
    font-size: 16px;
    line-height: 1.5;
    color: #898989;
    padding-right: 8px;
}

@media (max-width: 1179px) {
    .loss__compare-body > li {
        padding-left: 55px;
    }

    .loss__compare-body > li:before {
        left: 20px;
    }

    .loss__compare-body > li:first-child {
        height: 188px;
    }

    .loss__compare-body > li:nth-child(2) {
        height: 235px;
    }

    .loss__compare-body > li:nth-child(3) {
        height: 188px;
    }

    .loss__compare-body .info-title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .loss__compare-body > li {
        padding-right: 20px;
    }

    .loss__compare-body > li:first-child {
        height: 210px;
    }

    .loss__compare-body > li:nth-child(3) {
        height: 225px;
    }

    .loss__compare-body .info-text {
        font-size: 15px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .loss__compare-body > li {
        height: auto !important;
        padding-left: 17vw;
        padding-bottom: 10vw;
        margin-bottom: 7vw;
        overflow: hidden;
        position: relative;
    }

    .loss__compare-body > li:before {
        width: 7.5vw;
        height: 5.6vw;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .loss__compare-body.bad > li:before {
        width: 5.6vw;
    }

    .loss__compare-body .info-title {
        font-size: 5.5928571429vw;
    }

    .loss__compare-body .info-text {
        font-size: 4.35vw;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .loss__compare-body .info-text.opened {
        max-height: 250px;
        margin-bottom: 3vw;
    }

    .loss__compare-body .list-opener {
        width: 21.9vw;
        height: 21.9vw;
        border: solid 0.7vw #d3d3d3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 0;
        cursor: pointer;
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .loss__compare-body .list-opener:before {
        content: '';
        width: 3.8vw;
        height: 3.8vw;
        border-right: solid 0.7vw #7bc143;
        border-bottom: solid 0.7vw #7bc143;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -22%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .loss__compare-body .list-opener.opened:before {
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        -moz-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
        -o-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
    }
}

@media (min-width: 768px) {
    .loss__compare-body > li {
        opacity: 0;
    }

    .loss__compare-body > li:nth-child(4) {
        -webkit-transition: opacity linear 0.2s 0.24s, -webkit-transform linear 0.24s 0.24s;
        transition: opacity linear 0.2s 0.24s, -webkit-transform linear 0.24s 0.24s;
        -o-transition: opacity linear 0.2s 0.24s, -o-transform linear 0.24s 0.24s;
        -moz-transition: opacity linear 0.2s 0.24s, transform linear 0.24s 0.24s, -moz-transform linear 0.24s 0.24s;
        transition: opacity linear 0.2s 0.24s, transform linear 0.24s 0.24s;
        transition: opacity linear 0.2s 0.24s, transform linear 0.24s 0.24s, -webkit-transform linear 0.24s 0.24s, -moz-transform linear 0.24s 0.24s, -o-transform linear 0.24s 0.24s;
    }

    .loss__compare-body > li:nth-child(3) {
        -webkit-transition: opacity linear 0.2s 0.48s, -webkit-transform linear 0.24s 0.48s;
        transition: opacity linear 0.2s 0.48s, -webkit-transform linear 0.24s 0.48s;
        -o-transition: opacity linear 0.2s 0.48s, -o-transform linear 0.24s 0.48s;
        -moz-transition: opacity linear 0.2s 0.48s, transform linear 0.24s 0.48s, -moz-transform linear 0.24s 0.48s;
        transition: opacity linear 0.2s 0.48s, transform linear 0.24s 0.48s;
        transition: opacity linear 0.2s 0.48s, transform linear 0.24s 0.48s, -webkit-transform linear 0.24s 0.48s, -moz-transform linear 0.24s 0.48s, -o-transform linear 0.24s 0.48s;
    }

    .loss__compare-body > li:nth-child(2) {
        -webkit-transition: opacity linear 0.2s 0.72s, -webkit-transform linear 0.24s 0.72s;
        transition: opacity linear 0.2s 0.72s, -webkit-transform linear 0.24s 0.72s;
        -o-transition: opacity linear 0.2s 0.72s, -o-transform linear 0.24s 0.72s;
        -moz-transition: opacity linear 0.2s 0.72s, transform linear 0.24s 0.72s, -moz-transform linear 0.24s 0.72s;
        transition: opacity linear 0.2s 0.72s, transform linear 0.24s 0.72s;
        transition: opacity linear 0.2s 0.72s, transform linear 0.24s 0.72s, -webkit-transform linear 0.24s 0.72s, -moz-transform linear 0.24s 0.72s, -o-transform linear 0.24s 0.72s;
    }

    .loss__compare-body > li:nth-child(1) {
        -webkit-transition: opacity linear 0.2s 0.96s, -webkit-transform linear 0.24s 0.96s;
        transition: opacity linear 0.2s 0.96s, -webkit-transform linear 0.24s 0.96s;
        -o-transition: opacity linear 0.2s 0.96s, -o-transform linear 0.24s 0.96s;
        -moz-transition: opacity linear 0.2s 0.96s, transform linear 0.24s 0.96s, -moz-transform linear 0.24s 0.96s;
        transition: opacity linear 0.2s 0.96s, transform linear 0.24s 0.96s;
        transition: opacity linear 0.2s 0.96s, transform linear 0.24s 0.96s, -webkit-transform linear 0.24s 0.96s, -moz-transform linear 0.24s 0.96s, -o-transform linear 0.24s 0.96s;
    }

    .loss__compare-body:not(.bad) > li {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .loss__compare-body.bad > li {
        -webkit-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .loss__compare-body.in > li {
        opacity: 1;
        -webkit-transform: translate(0%, 0);
        -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    .loss__compare-body.in > li:nth-child(1) {
        -webkit-transition: opacity linear 0.2s 0.3s, -webkit-transform linear 0.3s 0.3s;
        transition: opacity linear 0.2s 0.3s, -webkit-transform linear 0.3s 0.3s;
        -o-transition: opacity linear 0.2s 0.3s, -o-transform linear 0.3s 0.3s;
        -moz-transition: opacity linear 0.2s 0.3s, transform linear 0.3s 0.3s, -moz-transform linear 0.3s 0.3s;
        transition: opacity linear 0.2s 0.3s, transform linear 0.3s 0.3s;
        transition: opacity linear 0.2s 0.3s, transform linear 0.3s 0.3s, -webkit-transform linear 0.3s 0.3s, -moz-transform linear 0.3s 0.3s, -o-transform linear 0.3s 0.3s;
    }

    .loss__compare-body.in > li:nth-child(2) {
        -webkit-transition: opacity linear 0.2s 0.6s, -webkit-transform linear 0.3s 0.6s;
        transition: opacity linear 0.2s 0.6s, -webkit-transform linear 0.3s 0.6s;
        -o-transition: opacity linear 0.2s 0.6s, -o-transform linear 0.3s 0.6s;
        -moz-transition: opacity linear 0.2s 0.6s, transform linear 0.3s 0.6s, -moz-transform linear 0.3s 0.6s;
        transition: opacity linear 0.2s 0.6s, transform linear 0.3s 0.6s;
        transition: opacity linear 0.2s 0.6s, transform linear 0.3s 0.6s, -webkit-transform linear 0.3s 0.6s, -moz-transform linear 0.3s 0.6s, -o-transform linear 0.3s 0.6s;
    }

    .loss__compare-body.in > li:nth-child(3) {
        -webkit-transition: opacity linear 0.2s 0.9s, -webkit-transform linear 0.3s 0.9s;
        transition: opacity linear 0.2s 0.9s, -webkit-transform linear 0.3s 0.9s;
        -o-transition: opacity linear 0.2s 0.9s, -o-transform linear 0.3s 0.9s;
        -moz-transition: opacity linear 0.2s 0.9s, transform linear 0.3s 0.9s, -moz-transform linear 0.3s 0.9s;
        transition: opacity linear 0.2s 0.9s, transform linear 0.3s 0.9s;
        transition: opacity linear 0.2s 0.9s, transform linear 0.3s 0.9s, -webkit-transform linear 0.3s 0.9s, -moz-transform linear 0.3s 0.9s, -o-transform linear 0.3s 0.9s;
    }

    .loss__compare-body.in > li:nth-child(4) {
        -webkit-transition: opacity linear 0.2s 1.2s, -webkit-transform linear 0.3s 1.2s;
        transition: opacity linear 0.2s 1.2s, -webkit-transform linear 0.3s 1.2s;
        -o-transition: opacity linear 0.2s 1.2s, -o-transform linear 0.3s 1.2s;
        -moz-transition: opacity linear 0.2s 1.2s, transform linear 0.3s 1.2s, -moz-transform linear 0.3s 1.2s;
        transition: opacity linear 0.2s 1.2s, transform linear 0.3s 1.2s;
        transition: opacity linear 0.2s 1.2s, transform linear 0.3s 1.2s, -webkit-transform linear 0.3s 1.2s, -moz-transform linear 0.3s 1.2s, -o-transform linear 0.3s 1.2s;
    }
}

.loss__diet {
    position: relative;
    padding: 102px 0 160px;
    margin: -102px 0 0;
    z-index: 1;
}

.loss__diet:before {
    content: '';
    display: block;
    width: 1920px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    background-position: -165px 0;
    -webkit-transform: translate(-50%, 0) scaleY(-1);
    -moz-transform: translate(-50%, 0) scaleY(-1);
    -ms-transform: translate(-50%, 0) scaleY(-1);
    -o-transform: translate(-50%, 0) scaleY(-1);
    transform: translate(-50%, 0) scaleY(-1);
}

@media (max-width: 767px) {
    .loss__diet:before {
        background-position: 0 0;
    }
}

.loss__diet:after {
    content: '';
    display: block;
    width: 1920px;
    height: 102px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .loss__diet:after {
        background-position: -164px 0;
    }
}

.loss__diet .diet-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 68px;
    padding-top: 70px;
}

.loss__diet .diet-container:before, .loss__diet .diet-container:after {
    content: none;
    display: none;
}

.loss__diet .diet-container .img-diet {
    margin-right: 65px;
}

.loss__diet .diet-container .diet-info .img-diet {
    display: none;
}

.loss__diet .diet-container .diet-info .text {
    font-size: 24px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .loss__diet .diet-container {
        padding-left: 25px;
        padding-right: 25px;
        display: block;
    }

    .loss__diet .diet-container .img-diet {
        display: none;
    }

    .loss__diet .diet-container .diet-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .loss__diet .diet-container .diet-info .img-diet {
        display: block;
        margin: 0;
        width: 28.5%;
    }

    .loss__diet .diet-container .diet-info .text {
        width: 71.5%;
        padding-left: 5%;
    }

    .loss__diet .diet-container .diet-info .btn-diet {
        width: 100%;
        margin: 40px 3% 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .loss__diet .diet-container {
        padding-left: 0;
        padding-right: 0;
    }

    .loss__diet .diet-container .diet-info {
        display: block;
        padding-left: 25px;
        padding-right: 25px;
    }

    .loss__diet .diet-container .diet-info .img-diet {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15vw;
        width: 75.6%;
    }

    .loss__diet .diet-container .diet-info .text {
        width: 100%;
        padding-left: 0;
        font-size: 5.5928571429vw;
    }

    .loss__diet .diet-container .diet-info .btn-diet {
        width: auto;
        font-size: 4.6607142857vw;
        padding: 3.7vw 3.7vw;
        margin: 10vw 1.5vw 0;
        text-align: left;
    }

    .loss__diet .diet-container .diet-info .btn-diet .icon {
        font-size: 3.1071428571vw;
    }

    .loss__diet .diet-container .diet-info .btn-diet:before {
        left: -3.1vw;
        right: -3.1vw;
        top: -3.1vw;
        bottom: -3.1vw;
    }
}

.loss__diet .img-diet {
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.loss__diet .btn-diet {
    display: inline-block;
    margin: 45px 0 0 30px;
    background-color: #e6174d;
    color: #fff;
    font-size: 22px;
    padding: 15px 32px 14px;
    position: relative;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__diet .btn-diet .icon {
    margin-left: 5px;
    margin-top: -1px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__diet .btn-diet:before {
    content: '';
    border: dashed 2px #e6174d;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__diet .btn-diet:hover, .loss__diet .nav-top .top-level ul li:hover > a.btn-diet, .nav-top .top-level ul .loss__diet li:hover > a.btn-diet {
    background-color: rgba(230, 23, 77, 0.8);
}

.loss__diet .btn-diet:hover .icon, .loss__diet .nav-top .top-level ul li:hover > a.btn-diet .icon, .nav-top .top-level ul .loss__diet li:hover > a.btn-diet .icon {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

@media (max-width: 1179px) {
    .loss__diet .btn-diet {
        padding: 15px 20px 14px;
        margin-left: 0;
    }

    .loss__diet .btn-diet:before {
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
    }
}

.loss__recommend {
    background-image: url("images/required/loss-bg_flowers.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 326px;
    position: relative;
}

.loss__recommend:after {
    content: '';
    display: block;
    background-image: url("images/required/loss-wave_white.png");
    background-repeat: repeat-x;
    height: 326px;
    width: 1920px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .loss__recommend:after {
        background-position: -164px 0;
    }
}

.loss__recommend .loss__title {
    color: #fff;
}

@media (max-width: 991px) {
    .loss__recommend {
        background-position: 50% 90%;
    }

    .loss__recommend .loss__title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .loss__recommend {
        background-position: 50% 0%;
        -moz-background-size: auto 100%;
        background-size: auto 100%;
    }
}

.loss__recommend--balanced-nutrition {
    position: relative;
    padding-bottom: 319px;
    background-image: url("images/required/bn-bg-table.jpg");
    background-position-y: -170px;
}

.loss__recommend--balanced-nutrition:before {
    content: '';
    display: block;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    height: 140px;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.loss__recommend--balanced-nutrition .loss__title {
    color: #413240;
}

.loss__recommend--balanced-nutrition .complex-info {
    min-height: 277px;
}

.loss__recommend--balanced-nutrition .loss__complex .complex-item:last-child .complex-image img {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

@media (max-width: 991px) {
    .loss__recommend--balanced-nutrition {
        background-position-y: 100%;
    }

    .loss__recommend--balanced-nutrition .loss__complex .complex-item:first-child .complex-image img {
        -webkit-transform: translate(0, -75px);
        -moz-transform: translate(0, -75px);
        -ms-transform: translate(0, -75px);
        -o-transform: translate(0, -75px);
        transform: translate(0, -75px);
    }

    .loss__recommend--balanced-nutrition .loss__complex .complex-item:nth-child(2) .complex-image img {
        -webkit-transform: translate(0, -75px);
        -moz-transform: translate(0, -75px);
        -ms-transform: translate(0, -75px);
        -o-transform: translate(0, -75px);
        transform: translate(0, -75px);
    }

    .loss__recommend--balanced-nutrition .loss__complex .complex-item:last-child .complex-image img {
        -webkit-transform: translate(0, -75px);
        -moz-transform: translate(0, -75px);
        -ms-transform: translate(0, -75px);
        -o-transform: translate(0, -75px);
        transform: translate(0, -75px);
    }

    .loss__recommend--balanced-nutrition .complex-info {
        min-height: 0;
    }

    .loss__recommend--balanced-nutrition .loss__complex-alert {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .loss__recommend--balanced-nutrition {
        background-position-y: 100%;
    }

    .loss__recommend--balanced-nutrition .loss__complex .complex-item:first-child .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .loss__recommend--balanced-nutrition .loss__complex .complex-item:nth-child(2) .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .loss__recommend--balanced-nutrition .loss__complex .complex-item:last-child .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.loss__recommend--active-lifestyle {
    position: relative;
    padding-bottom: 297px;
    background-position-y: 0;
    background-image: url("images/required/active-bg-table.jpg");
}

.loss__recommend--active-lifestyle:before {
    content: '';
    display: block;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    height: 140px;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.loss__recommend--active-lifestyle .loss__title {
    margin-bottom: 20px;
    color: #413240;
}

.loss__recommend--active-lifestyle .loss__complex {
    margin-top: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.loss__recommend--active-lifestyle .loss__complex .complex-info {
    background: #fff;
    color: #000;
    min-height: 277px;
}

.loss__recommend--active-lifestyle .loss__complex .complex-title {
    color: #fcb53b;
}

.loss__recommend--active-lifestyle .loss__complex .param-name .icon-wrapper .letter {
    color: #fff;
}

.loss__recommend--active-lifestyle .loss__complex .complex-item:first-child {
    padding-top: 100px;
}

.loss__recommend--active-lifestyle .loss__complex .complex-item:last-child {
    padding-top: 100px;
}

.loss__recommend--active-lifestyle .loss__complex .complex-item:first-child .complex-image img {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.loss__recommend--active-lifestyle .loss__complex .complex-item:nth-child(2) .complex-image img {
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
}

.loss__recommend--active-lifestyle .loss__complex .complex-item:last-child .complex-image img {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.loss__recommend--active-lifestyle .loss__complex .param-name .icon-wrapper {
    background-color: #fcb53b;
}

.loss__recommend--active-lifestyle .loss__complex-alert {
    margin-top: -190px;
    color: #fff;
}

@media (max-width: 991px) {
    .loss__recommend--active-lifestyle {
        background-position: 50% 90%;
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-info {
        min-height: 0;
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:first-child {
        padding-top: 0;
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:last-child {
        padding-top: 0;
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:first-child .complex-image {
        width: 33%;
        margin: 0 auto;
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:first-child .complex-image img {
        -webkit-transform: translate(0, -45px);
        -moz-transform: translate(0, -45px);
        -ms-transform: translate(0, -45px);
        -o-transform: translate(0, -45px);
        transform: translate(0, -45px);
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:nth-child(2) .complex-image img {
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:last-child .complex-image img {
        width: 100%;
        -webkit-transform: translate(0, -42px);
        -moz-transform: translate(0, -42px);
        -ms-transform: translate(0, -42px);
        -o-transform: translate(0, -42px);
        transform: translate(0, -42px);
    }

    .loss__recommend--active-lifestyle .loss__complex-alert {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .loss__recommend--active-lifestyle {
        background-position-y: 100%;
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:first-child .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:nth-child(2) .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .loss__recommend--active-lifestyle .loss__complex .complex-item:last-child .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.loss__complex {
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .loss__complex {
        display: block;
        font-size: 0;
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .loss__complex {
        white-space: nowrap;
        overflow-x: auto;
    }
}

.loss__complex:before, .loss__complex:after {
    content: none;
    display: none;
}

.loss__complex .complex-item {
    width: 100%;
}

.loss__complex .complex-item:first-child .complex-image img {
    -webkit-transform: translate(0, -35px);
    -moz-transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
    -o-transform: translate(0, -35px);
    transform: translate(0, -35px);
}

.loss__complex .complex-item:nth-child(2) {
    margin: 0 20px;
}

.loss__complex .complex-item:nth-child(2) .complex-image img {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.loss__complex .complex-item:last-child .complex-image img {
    -webkit-transform: translate(0, -45px);
    -moz-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    -o-transform: translate(0, -45px);
    transform: translate(0, -45px);
}

.loss__complex .complex-item .complex-toggle {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7.9vw;
    height: 7.9vw;
    background-color: #fcb53b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    left: 48%;
    bottom: 15vw;
}

.loss__complex .complex-item .complex-toggle:before {
    content: '+';
    font-size: 6vw;
    color: #fff;
    font-family: serif;
}

@media (max-width: 991px) {
    .loss__complex .complex-item {
        display: inline-block;
        width: 33.333%;
        position: relative;
    }

    .loss__complex .complex-item .complex-image {
        position: relative;
    }

    .loss__complex .complex-item .complex-image img {
        max-width: inherit;
        width: 115%;
    }

    .loss__complex .complex-item:first-child .complex-info {
        float: left;
    }

    .loss__complex .complex-item:first-child .complex-image img {
        -webkit-transform: translate(-15px, -35px);
        -moz-transform: translate(-15px, -35px);
        -ms-transform: translate(-15px, -35px);
        -o-transform: translate(-15px, -35px);
        transform: translate(-15px, -35px);
    }

    .loss__complex .complex-item:first-child .complex-image .complex-toggle {
        left: 36%;
    }

    .loss__complex .complex-item:nth-child(2) {
        margin: 0;
    }

    .loss__complex .complex-item:nth-child(2) .complex-info {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .loss__complex .complex-item:nth-child(2) .complex-image img {
        -webkit-transform: translate(0, -41px);
        -moz-transform: translate(0, -41px);
        -ms-transform: translate(0, -41px);
        -o-transform: translate(0, -41px);
        transform: translate(0, -41px);
    }

    .loss__complex .complex-item:last-child .complex-info {
        float: right;
    }

    .loss__complex .complex-item:last-child .complex-image img {
        -webkit-transform: translate(0, -42px);
        -moz-transform: translate(0, -42px);
        -ms-transform: translate(0, -42px);
        -o-transform: translate(0, -42px);
        transform: translate(0, -42px);
    }

    .loss__complex .complex-item.opened {
        z-index: 1;
    }

    .loss__complex .complex-item.opened .complex-info {
        max-height: 400px;
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .loss__complex .complex-item.opened .complex-toggle:before {
        content: '\2014';
        font-family: inherit;
        font-size: 5vw;
    }

    .loss__complex .complex-item .complex-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .loss__complex .complex-item {
        width: 70vw;
        white-space: normal;
    }

    .loss__complex .complex-item:first-child .complex-image img {
        -webkit-transform: translate(-15px, 0);
        -moz-transform: translate(-15px, 0);
        -ms-transform: translate(-15px, 0);
        -o-transform: translate(-15px, 0);
        transform: translate(-15px, 0);
    }

    .loss__complex .complex-item:first-child .complex-image .complex-toggle {
        left: 36%;
    }

    .loss__complex .complex-item:nth-child(2) .complex-info {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .loss__complex .complex-item:nth-child(2) .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .loss__complex .complex-item:last-child .complex-image img {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .loss__complex .complex-item .complex-toggle {
        width: 19vw;
        height: 19vw;
        bottom: 20vw;
    }

    .loss__complex .complex-item .complex-toggle:before {
        font-size: 13vw;
    }

    .loss__complex .complex-item.opened .complex-info {
        padding-top: 8vw;
        padding-bottom: 15vw;
        max-height: 100vw;
    }

    .loss__complex .complex-item.opened .complex-toggle:before {
        font-size: 10vw;
    }
}

.loss__complex .complex-info {
    background-color: #fcb53b;
    color: #fff;
    padding: 35px 30px 60px;
}

@media (max-width: 991px) {
    .loss__complex .complex-info {
        position: relative;
        width: 49.5vw;
        overflow: hidden;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
}

@media (max-width: 767px) {
    .loss__complex .complex-info {
        width: 92vw;
        padding-left: 8vw;
        padding-right: 8vw;
        margin-bottom: -10vw;
    }
}

@media (min-width: 992px) {
    .loss__complex .complex-info {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .loss__complex .complex-info.in {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.loss__complex .complex-title {
    font-size: 26px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .loss__complex .complex-title {
        font-size: 3.4vw;
    }
}

@media (max-width: 767px) {
    .loss__complex .complex-title {
        font-size: 7.4571428571vw;
        margin-bottom: 6.2142857143vw;
    }
}

.loss__complex .complex-param + .complex-param {
    margin-top: 10px;
}

.loss__complex .complex-param.opened .param-name .icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 991px) {
    .loss__complex .complex-param {
        position: relative;
        z-index: 2;
    }
}

.loss__complex .param-name {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}

.loss__complex .param-name .icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.loss__complex .param-name .icon-wrapper img.pill {
    width: 41px;
}

.loss__complex .param-name .icon-wrapper img.parsley {
    width: 38px;
}

.loss__complex .param-name .icon-wrapper img.coffee {
    width: 26px;
}

.loss__complex .param-name .icon-wrapper img.tea {
    width: 34px;
}

.loss__complex .param-name .icon-wrapper .letter {
    font-size: 22px;
    color: #fcb53b;
}

.loss__complex .param-name .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 1px 0 0 8px;
    font-size: 10px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

@media (max-width: 991px) {
    .loss__complex .param-name {
        font-size: 2.1vw;
    }

    .loss__complex .param-name .icon {
        font-size: 1.4vw;
    }
}

@media (max-width: 767px) {
    .loss__complex .param-name {
        font-size: 4.9714285714vw;
    }

    .loss__complex .param-name .icon {
        font-size: 4.35vw;
        margin-left: 5vw;
    }
}

.loss__complex .param-text {
    display: none;
    font-size: 14px;
    padding-left: 60px;
    color: #2e2e2e;
}

@media (max-width: 991px) {
    .loss__complex .param-text {
        font-size: 1.8vw;
    }
}

@media (max-width: 767px) {
    .loss__complex .param-text {
        font-size: 4.35vw;
    }
}

.loss__complex .complex-image {
    height: 415px;
    text-align: center;
    font-size: 0;
}

@media (max-width: 991px) {
    .loss__complex .complex-image {
        height: auto;
    }
}

.loss__complex-alert {
    text-align: center;
    font-size: 30px;
    color: #656565;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    margin-top: -35px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .loss__complex-alert {
        font-size: 7.4571428571vw;
        margin-top: 5vw;
        padding: 0 5vw;
    }
}

.loss__recipe-block {
    position: relative;
    overflow: hidden;
    background-image: url("images/required/loss-bg_recipe.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-bottom: 360px;
    padding-top: 102px;
}

@media (max-width: 767px) {
    .loss__recipe-block {
        -moz-background-size: auto 100%;
        background-size: auto 100%;
    }
}

.loss__recipe-block:before {
    content: '';
    display: block;
    width: 1920px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .loss__recipe-block:before {
        background-position: -164px 0;
    }
}

.loss__recipe-block:after {
    content: '';
    display: block;
    background-image: url("images/required/loss-wave_white.png");
    background-repeat: repeat-x;
    height: 326px;
    width: 1920px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .loss__recipe-block:after {
        background-position: -164px 0;
    }
}

.loss__recipe-block .loss__title {
    color: #fff;
}

.loss__recipe-block--balanced-nutrition {
    background-image: url("images/required/bn-bg_recipe.jpg");
}

.loss__recipe-block--balanced-nutrition .loss__title {
    color: #413240;
}

.loss__recipe-block--balanced-nutrition .loss__recipe .recipe-info .energy {
    display: block;
}

@media (max-width: 767px) {
    .loss__recipe-block--balanced-nutrition .loss__recipe .recipe-info .energy {
        display: none;
    }
}

.loss__recipe-block--active-lifestyle {
    background-image: url("images/required/active-bg-recipe.jpg");
}

.loss__recipe-block--active-lifestyle .loss__title {
    color: #fff;
}

.loss__recipe-block--active-lifestyle .loss__recipe .recipe-info .energy {
    display: block;
}

.loss__recipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .loss__recipe {
        display: block;
    }

    .loss__recipe + .loss__recipe {
        margin-top: 17vw !important;
    }
}

.loss__recipe + .loss__recipe {
    margin-top: 10px;
}

.loss__recipe:nth-child(even) .recipe-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.loss__recipe .recipe-img {
    position: relative;
    z-index: 1;
    width: 32.21%;
    margin: 0;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 991px) {
    .loss__recipe .recipe-img {
        width: 48.7%;
    }
}

@media (max-width: 767px) {
    .loss__recipe .recipe-img {
        width: 100%;
    }
}

.loss__recipe .recipe-img > img {
    display: block;
    width: 100%;
}

.loss__recipe .recipe-img .ingridients {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0;
}

.loss__recipe .recipe-img .ingrid-single {
    display: inline-block;
    width: 25%;
    height: 80px;
    padding-top: 16px;
    position: relative;
    text-align: center;
}

.loss__recipe .recipe-img .ingrid-single:before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 20px;
}

.loss__recipe .recipe-img .ingrid-single .num {
    display: block;
    font-size: 24px;
    color: #7bc143;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
}

.loss__recipe .recipe-img .ingrid-single .name {
    display: block;
    font-size: 12px;
    color: #b8b8b8;
}

.loss__recipe .recipe-img .ingrid-single:first-child:before {
    display: none;
}

@media (max-width: 767px) {
    .loss__recipe .recipe-img .ingrid-single {
        height: 25vw;
        padding-top: 4.5vw;
    }

    .loss__recipe .recipe-img .ingrid-single:before {
        height: 12.5vw;
        top: 6.2vw;
    }

    .loss__recipe .recipe-img .ingrid-single .num {
        font-size: 7.4571428571vw;
        margin-bottom: 1vw;
    }

    .loss__recipe .recipe-img .ingrid-single .name {
        font-size: 3.7285714286vw;
    }
}

.loss__recipe .recipe-img .energy {
    display: none;
}

@media (max-width: 767px) {
    .loss__recipe .recipe-img .energy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.loss__recipe .energy {
    background-color: #e6174d;
    width: 68px;
    height: 68px;
    padding-top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 24px;
}

.loss__recipe .energy .value {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.loss__recipe .energy .unit {
    display: block;
    font-size: 15px;
    line-height: 1;
}

@media (max-width: 767px) {
    .loss__recipe .energy {
        width: 21.3vw;
        height: 21.3vw;
        padding-top: 0;
        right: 7vw;
        top: 7vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .loss__recipe .energy .value {
        font-size: 6.8357142857vw;
    }

    .loss__recipe .energy .unit {
        font-size: 4.6607142857vw;
    }
}

.loss__recipe .recipe-info {
    width: 67.79%;
    background-color: #fff;
    margin-top: 15px;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 10px 13px 18px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}

@media (max-width: 991px) {
    .loss__recipe .recipe-info {
        width: 51.3%;
    }
}

@media (max-width: 767px) {
    .loss__recipe .recipe-info {
        width: 100%;
        padding-top: 5vw;
        padding-bottom: 14vw;
        margin-top: 0;
    }
}

.loss__recipe .recipe-info:before {
    content: '';
    width: 100%;
    height: 15px;
    background-image: url("images/required/loss-note_holes.png");
    position: absolute;
    top: -15px;
    left: 0;
}

@media (max-width: 767px) {
    .loss__recipe .recipe-info:before {
        top: auto;
        bottom: -15px;
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-box-shadow: 10px -13px 18px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 10px -13px 18px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 10px -13px 18px 0 rgba(0, 0, 0, 0.19);
    }
}

.loss__recipe .recipe-info .energy {
    display: none;
}

.loss__recipe .recipe-info .name {
    margin: 0;
    padding: 0 130px 14px 50px;
    font-size: 24px;
}

@media (max-width: 991px) {
    .loss__recipe .recipe-info .name {
        padding-left: 35px;
        padding-right: 110px;
    }
}

@media (max-width: 767px) {
    .loss__recipe .recipe-info .name {
        font-size: 6.2142857143vw;
        padding: 3vw 11vw 4vw 11vw;
    }
}

.loss__recipe .recipe-info .section-name {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 20px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    display: none;
}

@media (max-width: 991px) {
    .loss__recipe .recipe-info .section-name {
        display: block;
        padding-bottom: 0;
        cursor: pointer;
    }

    .loss__recipe .recipe-info .section-name:after {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        border-right: solid 2px #2e2e2e;
        border-bottom: solid 2px #2e2e2e;
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
        margin-left: 15px;
        margin-bottom: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .loss__recipe .recipe-info .section-name.opened:after {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-bottom: -2px;
    }
}

@media (max-width: 767px) {
    .loss__recipe .recipe-info .section-name {
        font-size: 5.5928571429vw;
    }

    .loss__recipe .recipe-info .section-name:after {
        width: 3.5vw;
        height: 3.5vw;
        border-width: 0.7vw;
        margin-left: 4vw;
        margin-bottom: 1vw;
    }

    .loss__recipe .recipe-info .section-name.opened:after {
        margin-bottom: -1vw;
    }
}

@media (max-width: 991px) {
    .loss__recipe .recipe-info .section-body {
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
        overflow: hidden;
        max-height: 0;
    }

    .loss__recipe .recipe-info .section-body.opened {
        max-height: 1000px;
        margin-top: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .loss__recipe .recipe-info .section-body {
        font-size: 4.9714285714vw;
    }

    .loss__recipe .recipe-info .section-body.opened {
        margin-top: 5vw;
    }
}

.loss__recipe .recipe-info .recipe-section {
    padding: 25px 130px 25px 50px;
}

.loss__recipe .recipe-info .recipe-section.bg-green {
    color: #fff;
}

.loss__recipe .recipe-info .recipe-section.bg-green .section-name {
    display: block;
    color: #fff;
}

.loss__recipe .recipe-info .recipe-section.bg-green .section-name:after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

@media (max-width: 991px) {
    .loss__recipe .recipe-info .recipe-section {
        padding-left: 35px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .loss__recipe .recipe-info .recipe-section {
        padding: 5vw 11vw 6vw 11vw;
    }
}

.loss__recipe .recipe-info .list-custom {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.loss__recipe .recipe-info .list-custom > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

@media (max-width: 991px) {
    .loss__recipe .recipe-info .list-custom {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

@media (max-width: 767px) {
    .loss__recipe .recipe-info .list-custom > li {
        padding-left: 5vw;
        margin-bottom: 3vw;
    }

    .loss__recipe .recipe-info .list-custom > li:before {
        width: 2vw;
        height: 2vw;
        top: 2.5vw;
    }
}

@media (min-width: 992px) {
    .loss__recipe .recipe-img {
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    .loss__recipe .recipe-info {
        -webkit-transition: all linear 0.2s 0.4s;
        -o-transition: all linear 0.2s 0.4s;
        -moz-transition: all linear 0.2s 0.4s;
        transition: all linear 0.2s 0.4s;
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    .loss__recipe.in .recipe-img {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .loss__recipe.in .recipe-info {
        -webkit-transform: rotateY(0deg) !important;
        -moz-transform: rotateY(0deg) !important;
        transform: rotateY(0deg) !important;
    }

    .loss__recipe:nth-child(even) .recipe-info {
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

.loss__contact-us {
    background-color: #e6174d;
    position: relative;
    overflow: hidden;
    padding-top: 265px;
    padding-bottom: 155px;
}

@media (max-width: 767px) {
    .loss__contact-us {
        padding-top: 60vw;
        padding-bottom: 45vw;
    }
}

.loss__contact-us:before {
    content: '';
    display: block;
    width: 1920px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
}

@media (max-width: 767px) {
    .loss__contact-us:before {
        background-position: -164px 0;
    }
}

.loss__contact-us .layer-circles {
    width: 67%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__contact-us .layer-circles:before, .loss__contact-us .layer-circles:after,
.loss__contact-us .layer-circles .circle {
    content: '';
    display: block;
    width: 244px;
    height: 244px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
}

.loss__contact-us .layer-circles:before {
    left: 8%;
    top: -25px;
}

.loss__contact-us .layer-circles:after {
    left: 0px;
    bottom: -110px;
}

.loss__contact-us .layer-circles .circle {
    right: 0;
    top: 50%;
    margin-top: -122px;
}

@media (max-width: 1179px) {
    .loss__contact-us .layer-circles {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .loss__contact-us .layer-circles:before, .loss__contact-us .layer-circles:after,
    .loss__contact-us .layer-circles .circle {
        width: 40vw;
        height: 40vw;
    }

    .loss__contact-us .layer-circles .circle {
        display: none;
    }

    .loss__contact-us .layer-circles:before {
        left: auto;
        top: 10vw;
        right: 5vw;
    }

    .loss__contact-us .layer-circles:after {
        left: 2vw;
        bottom: -25vw;
    }
}

.loss__contact-us .layer-images {
    position: absolute;
    left: 53%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1437px;
    height: 100%;
    z-index: 3;
}

.loss__contact-us .layer-images .cocktail {
    position: absolute;
    left: 0;
    top: 38px;
}

.loss__contact-us .layer-images .chocolate {
    position: absolute;
    right: 0;
    top: 170px;
}

@media (max-width: 1179px) {
    .loss__contact-us .layer-images {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto;
        left: -10%;
        right: -17%;
    }
}

@media (max-width: 991px) {
    .loss__contact-us .layer-images {
        left: -14%;
        right: -27%;
    }

    .loss__contact-us .layer-images .chocolate {
        top: auto;
        bottom: 15%;
    }
}

@media (max-width: 767px) {
    .loss__contact-us .layer-images {
        left: 0;
        right: 0;
    }

    .loss__contact-us .layer-images .cocktail {
        left: -15%;
        top: 5px;
        width: 60vw;
    }

    .loss__contact-us .layer-images .chocolate {
        bottom: -6%;
        right: -26%;
        width: 80vw;
    }
}

.loss__contact-us > .container, .box-product-banner .loss__contact-us > .product-carousel-wrapper, .loss__contact-us > .loss__balance-wrapper, .loss__diet .loss__contact-us > .diet-container, .loss__contact-us > .loss__complex {
    position: relative;
    z-index: 4;
}

.loss__contact-us .contact-text {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 61%;
    margin: 0 auto 63px;
}

@media (max-width: 767px) {
    .loss__contact-us .contact-text {
        font-size: 6.2142857143vw;
        width: 100%;
        margin-bottom: 20vw;
    }
}

.loss__contact-us .btn-contact {
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
    color: #2e2e2e;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding: 16px 29px 17px;
}

.loss__contact-us .btn-contact:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    border: dashed 2px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__contact-us .btn-contact .icon {
    margin-left: 5px;
    margin-top: -1px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.loss__contact-us .btn-contact:hover, .loss__contact-us .nav-top .top-level ul li:hover > a.btn-contact, .nav-top .top-level ul .loss__contact-us li:hover > a.btn-contact {
    background-color: rgba(255, 255, 255, 0.9);
}

.loss__contact-us .btn-contact:hover:before, .loss__contact-us .nav-top .top-level ul li:hover > a.btn-contact:before, .nav-top .top-level ul .loss__contact-us li:hover > a.btn-contact:before {
    border-color: rgba(255, 255, 255, 0.9);
}

.loss__contact-us .btn-contact:hover .icon, .loss__contact-us .nav-top .top-level ul li:hover > a.btn-contact .icon, .nav-top .top-level ul .loss__contact-us li:hover > a.btn-contact .icon {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

@media (max-width: 767px) {
    .loss__contact-us .btn-contact {
        font-size: 6.8357142857vw;
        text-align: center;
        padding: 5.3vw 8.8vw;
    }

    .loss__contact-us .btn-contact:before {
        border-width: 0.7vw;
        left: -3vw;
        right: -3vw;
        top: -3vw;
        bottom: -3vw;
    }

    .loss__contact-us .btn-contact .icon {
        font-size: 4.35vw;
        margin-left: 2vw;
        margin-top: 0;
    }
}

.loss__contact-us--balanced-nutrition {
    background-color: #7f4494;
}

.loss__contact-us--active-lifestyle {
    background-color: #f26722;
}

.loss__video {
    position: relative;
    font-size: 0;
    overflow: hidden;
    background-color: #D2ECED;
}

.loss__video-bg {
    min-height: 1192px;
    background-image: url("images/required/nb-bg-video.jpg");
}

@media (max-width: 1179px) {
    .loss__video-bg {
        min-height: 1410px;
    }
}

@media (max-width: 992px) {
    .loss__video-bg {
        min-height: 1192px;
    }
}

@media (max-width: 768px) {
    .loss__video-bg {
        min-height: 1440px;
    }
}

@media (max-width: 600px) {
    .loss__video-bg {
        min-height: 1300px;
    }
}

@media (max-width: 480px) {
    .loss__video-bg {
        min-height: 1200px;
    }
}

.loss__video:before {
    content: '';
    display: block;
    width: 1920px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("images/required/loss-wave_compare.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .loss__video:before {
        background-position: -164px 0;
    }
}

.loss__video:after {
    content: '';
    display: block;
    background-image: url("images/required/loss-wave_white.png");
    background-repeat: repeat-x;
    height: 326px;
    width: 1920px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 3;
}

.loss__video .loss__title {
    padding-top: 150px;
}

@media (max-width: 992px) {
    .loss__video .loss__title {
        font-size: 4.6607142857vw;
    }
}

@media (max-width: 768px) {
    .loss__video .loss__title {
        font-size: 7.7678571429vw;
    }
}

.loss__video-title {
    width: 390px;
    padding-top: 30px;
    margin-bottom: 30px;
    color: #7bc143;
    font-family: "PH_Narrow", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
}

@media (max-width: 992px) {
    .loss__video-title {
        font-size: 4.0392857143vw;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .loss__video-title {
        font-size: 7.7678571429vw;
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.loss__video-describe {
    line-height: 24px;
    font-size: 16px;
}

@media (max-width: 1179px) {
    .loss__video-describe {
        width: 430px;
    }
}

@media (max-width: 992px) {
    .loss__video-describe {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .loss__video-describe {
        font-size: 4.6607142857vw;
    }
}

.loss__video-col1 {
    display: inline-block;
    vertical-align: top;
    width: 430px;
    min-height: 450px;
}

@media (max-width: 1179px) {
    .loss__video-col1 {
        position: relative;
        width: 100%;
        min-height: 300px;
    }
}

@media (max-width: 992px) {
    .loss__video-col1 {
        min-height: 0;
    }
}

.loss__video-col2 {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    padding-left: 50px;
    padding-top: 40px;
}

@media (max-width: 1179px) {
    .loss__video-col2 {
        padding-left: 0;
        width: 100%;
    }
}

.loss__video .loss__photos-wrapper {
    position: relative;
}

@media (max-width: 1179px) {
    .loss__video .loss__photos-wrapper {
        position: absolute;
        top: 0;
        left: 320px;
    }
}

@media (max-width: 992px) {
    .loss__video .loss__photos-wrapper {
        display: none;
    }
}

.loss__video .photo-item {
    position: absolute;
    width: 230px;
    height: 272px;
    padding: 8px 8px 50px 8px;
    background: #fff;
}

.loss__video .photo-item:first-child {
    top: 40px;
    left: 80px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 2;
    -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.loss__video .photo-item:last-child {
    top: 70px;
    left: 300px;
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    transform: rotate(24deg);
    z-index: 3;
    -webkit-box-shadow: 3px 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.loss__video .photo-item-wrapper {
    width: 214px;
    height: 214px;
    overflow: hidden;
}

.loss__video .photo-item-wrapper img {
    display: block;
    width: 100%;
}

.loss__video-container {
    width: 700px;
    height: 394px;
}

.loss__video-container frame {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1179px) {
    .loss__video-container frame {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .loss__video-container {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .loss__video-container {
        width: 90%;
        width: 90vw;
        height: 49vw;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes animatedBackground {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}

@media (min-width: 1180px) {
    .page-main .container, .page-main .box-product-banner .product-carousel-wrapper, .box-product-banner .page-main .product-carousel-wrapper, .page-main .loss__balance-wrapper, .page-main .loss__diet .diet-container, .loss__diet .page-main .diet-container, .page-main .loss__complex {
        max-width: 1440px;
        width: 100%;
    }

    .page-main .box-header .container, .page-main .box-header .box-product-banner .product-carousel-wrapper, .box-product-banner .page-main .box-header .product-carousel-wrapper, .page-main .box-header .loss__balance-wrapper, .page-main .box-header .loss__diet .diet-container, .loss__diet .page-main .box-header .diet-container, .page-main .box-header .loss__complex,
    .page-main .box-subheader .container,
    .page-main .box-subheader .box-product-banner .product-carousel-wrapper, .box-product-banner
    .page-main .box-subheader .product-carousel-wrapper,
    .page-main .box-subheader .loss__balance-wrapper,
    .page-main .box-subheader .loss__diet .diet-container, .loss__diet
    .page-main .box-subheader .diet-container,
    .page-main .box-subheader .loss__complex,
    .page-main .box-footer .container,
    .page-main .box-footer .box-product-banner .product-carousel-wrapper, .box-product-banner
    .page-main .box-footer .product-carousel-wrapper,
    .page-main .box-footer .loss__balance-wrapper,
    .page-main .box-footer .loss__diet .diet-container, .loss__diet
    .page-main .box-footer .diet-container,
    .page-main .box-footer .loss__complex {
        width: 1200px;
    }
}

/*! 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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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(/local/templates/herbalife-official/images/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(/local/templates/herbalife-official/images/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(/local/templates/herbalife-official/images/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;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !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(/local/templates/herbalife-official/images/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(/local/templates/herbalife-official/images/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(/local/templates/herbalife-official/images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(to bottom, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}

.card-enter {
    margin-top: 5px;
}

a.phone small {
    display: block;
    font-size: small;
}

.change-city {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index:999;
}

.change-city form {
    position:absolute;
    width:370px;
    height:147px;
    background:#fff;
    padding:30px 38px;
    box-sizing:border-box;
    font-weight:bold;
    left: 50%;
    top:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius:3px;
}
.change-city form .title {
    font-weight:bold;
    margin-bottom:25px;
}

.change-city form input.formStyle {
    width:128px;
    height:48px;
    border:1px solid #6cca58;
    border-radius:3px;
    background:#6cca58;
    color:#fff;
    outline:none;
    margin-right:10px;
}

.change-city form .exit {
    width:20px;
    height:20px;
    background:url('images/exit.jpg') 0 0 no-repeat;
    position:absolute;
    display:block;
    top:20px;
    right:20px;
    outline:none;
    border:none;
    font-size:0;
}

.change-city form input.formStyle:last-child,.change-city form input.formStyle:hover {
    background:#fff;
    color:#6cca58;
}

.change-city form input.formStyle:last-child:hover {
    background:#6cca58;
    color:#fff;
}

h1.center {
    text-align:center;
}

@media (max-width: 767px) {
    h1.center {
        text-align:left;
    }
}

@media (max-width: 380px) {
    .change-city form {
        width:90%;
        height:auto;
    }
    .change-city form input.formStyle {
        width:40%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .gallery-main__slide .banner-title {
        font-size: 5vw;
    }

    .gallery-main__slide .banner-title small {
        font-size: 3.75vw;
    }
}



