

/* Start:/local/templates/masterclock/assets/css/main.css?1591222453175006*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: 700;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height:auto;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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


    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);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    /*position: relative;
    top: 0;
    left: 0;

    display: block;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
/* @import "/local/templates/masterclock/assets/css/fancybox3/jquery.fancybox.css" */
/*! main */
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Light.eot");
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Light.eot?#iefix") format('embedded-opentype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Light.woff") format('woff'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Light.ttf") format('truetype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Light.svg") format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Roman.eot");
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Roman.woff") format('woff'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Roman.ttf") format('truetype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Roman.svg") format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Medium.eot");
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format('embedded-opentype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Medium.woff") format('woff'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Medium.ttf") format('truetype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Medium.svg") format('svg');
    font-weight: 500;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Bold.eot");
    src: url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format('embedded-opentype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Bold.woff") format('woff'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Bold.ttf") format('truetype'),
    url("/local/templates/masterclock/assets/css/../fonts/HelveticaNeueCyr-Bold.svg") format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'BrutalType';
    src: url("/local/templates/masterclock/assets/css/../fonts/BrutalTypeRegular.eot");
    src: url("/local/templates/masterclock/assets/css/../fonts/BrutalTypeRegular.eot?#iefix") format('embedded-opentype'),
    url("/local/templates/masterclock/assets/css/../fonts/BrutalTypeRegular.woff") format('woff'),
    url("/local/templates/masterclock/assets/css/../fonts/BrutalTypeRegular.ttf") format('truetype'),
    url("/local/templates/masterclock/assets/css/../fonts/BrutalTypeRegular.svg") format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'Kuenstler 480 BT';
    src: url("/local/templates/masterclock/assets/css/../fonts/Kuenstler 480 BT Black.eot");
    src: url("/local/templates/masterclock/assets/css/../fonts/Kuenstler 480 BT Black.eot?#iefix") format('embedded-opentype'),
    url("/local/templates/masterclock/assets/css/../fonts/Kuenstler 480 BT Black.woff") format('woff'),
    url("/local/templates/masterclock/assets/css/../fonts/Kuenstler 480 BT Black.ttf") format('truetype'),
    url("/local/templates/masterclock/assets/css/../fonts/Kuenstler 480 BT Black.svg") format('svg');
    font-weight: 900;
}

/*! global */

[v-cloak] {
    display: none;
}

html,body {
    height: 100%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    color: #394251;
    background: #ECECEC;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

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

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

@media(max-width: 480px) {

    .text-center {}

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

.full-size {
    width: 100%;
}

@media(max-width: 480px) {

    .full-size {}

    .full-size-xs {
        width: 100%;
    }
}

.o-wrapper {
    height: 100%;
    min-width: 320px;
    min-width: 320px;
    max-width: 1920px;
    margin: auto;
}

.o-content {
    min-height: 100%;
}

.o-content__wrapper {
    position: relative;
}

.o-content__wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: -webkit-linear-gradient(rgba(108, 105, 102, 0.2), transparent);
    background: linear-gradient(rgba(108, 105, 102, 0.2), transparent);
}

.o-content__side {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    padding-top: 3.750em;
    padding-bottom: 3.750em;
}

@media (max-width: 767px) {

    .o-content__side {
        display: block;
        width: 100%;
        font-size: 0.5rem;
    }
}

.o-content__main {
    display: table-cell;
    vertical-align: top;
    padding: 3.750em;
}

@media (max-width: 767px) {

    .o-content__main {
        display: block;
        font-size: 0.5rem;
    }
}

.o-content__main-inner {
    max-width: 670px;
}

.visible-xs {
    display: none;
}

@media(max-width: 480px) {

    .visible-xs {
        display: block;
    }
}

@media (max-width: 480px) {
    .hidden-xs {
        display: none;
    }
}
/*! grid */

.o-container:after {
    content: '';
    display: block;
    clear: both;
}

.o-container {
    margin: auto;
    max-width: 1140px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}

@media (max-width: 991px) {

    .o-container {
        max-width: 940px;
    }
}

@media (max-width: 768px) {

    .o-container {
        max-width: 720px;
    }
}

.o-container_fluid {
    max-width: 100%;
}

.o-container_sm {
    max-width: 736px;
}

.o-container_modal {
    max-width: 880px;
    left: -8px;
}

@media (max-width: 991px) {

    .o-container_modal {
        max-width: 600px;
    }
}

@media (max-width: 768px) {

    .o-container_modal {
        max-width: none;
    }
}

.o-container_basket {
    max-width: 720px;
}

.o-container_fix {
    padding-right: 35px;
}

.o-layout {}

.o-layout__row:after {
    content: '';
    display: block;
    clear: both;
}

.o-layout__row {
    margin-left: -9px;
    margin-right: -9px;
}

.o-layout__row_align-top {
    font-size: 0;
}

.o-layout__row_align-top .o-layout__col {
    font-size: 16px;
    font-size: 1rem;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.o-layout__row_align-top {
    font-size: 0;
}

.o-layout__row_align-top .o-layout__col {
    font-size: 16px;
    font-size: 1rem;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.o-layout__col {
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    min-height: 1px;
}

@media (max-width: 768px) {

    .o-layout__col {
        width: 100% !important;
    }

}

.o-layout__col_1 {
    width: 8.3333333333333%;
}

.o-layout__col_1_sm {}

@media (max-width: 991px) {

    .o-layout__col_1_sm {
        width: 8.3333333333333% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_1_sm {
        width: 100% !important;
    }
}

.o-layout__col_1_xs {}

@media (max-width: 768px) {

    .o-layout__col_1_xs {
        width: 8.3333333333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_1_xs {
        width: 100% !important;
    }
}

.o-layout__col_2 {
    width: 16.666666666667%;
}

.o-layout__col_2_sm {}

@media (max-width: 991px) {

    .o-layout__col_2_sm {
        width: 16.666666666667% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_2_sm {
        width: 100% !important;
    }
}

.o-layout__col_2_xs {}

@media (max-width: 768px) {

    .o-layout__col_2_xs {
        width: 16.666666666667% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_2_xs {
        width: 100% !important;
    }
}

.o-layout__col_3 {
    width: 25%;
}

.o-layout__col_3_sm {}

@media (max-width: 991px) {

    .o-layout__col_3_sm {
        width: 25% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_3_sm {
        width: 100% !important;
    }


}

.o-layout__col_3_xs {}

@media (max-width: 768px) {

    .o-layout__col_3_xs {
        width: 25% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_3_xs {
        width: 100% !important;
    }
}

.o-layout__col_4 {
    width: 33.33333333%;
}

.o-layout__col_4_sm {}

@media (max-width: 991px) {

    .o-layout__col_4_sm {
        width: 33.33333333% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_4_sm {
        width: 100% !important;
    }

}

.o-layout__col_4_xs {}

@media (max-width: 768px) {

    .o-layout__col_4_xs {
        width: 33.33333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_4_xs {
        width: 100% !important;
    }
}

.o-layout__col_5 {
    width: 41.66666666667%;
}

.o-layout__col_5_sm {}

@media (max-width: 991px) {

    .item-buy-btns {
        width: 100%;
    }

    .o-layout__col_5_sm {
        width: 41.66666666667% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_5_sm {
        width: 100% !important;
    }
}

.o-layout__col_5_xs {}

@media (max-width: 768px) {

    .o-layout__col_5_xs {
        width: 41.66666666667%;
    }
}

@media (max-width: 480px) {

    .o-layout__col_5_xs {
        width: 100% !important;
    }
}

.o-layout__col_6 {
    width: 50%;
}

.o-layout__col_6_sm {}

@media (max-width: 991px) {

    .o-layout__col_6_sm {
        width: 50% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_6_sm {
        width: 100% !important;
    }

}

@media (max-width: 576px) {

    .o-layout__col_6_sm {
        width: 100% !important;
    }
}

.o-layout__col_6_xs {}

@media (max-width: 768px) {

    .o-layout__col_6_xs {
        width: 50% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_6_xs {
        width: 100% !important;
    }
}

.o-layout__col_7 {
    width: 58.3333333333333%;
}

.o-layout__col_7_sm {}

@media (max-width: 991px) {

    .o-layout__col_7_sm {
        width: 58.3333333333333% !important;
    }

    .item-price-quantity {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .o-layout__col_7_sm {
        width: 100% !important;
    }
}

.o-layout__col_7_xs {}

@media (max-width: 768px) {

    .o-layout__col_7_xs {
        width: 58.3333333333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_7_xs {
        width: 100% !important;
    }
}

.o-layout__col_8 {
    width: 66.66666666%;
}

.o-layout__col_8_sm {}

@media (max-width: 991px) {

    .o-layout__col_8_sm {
        width: 66.66666666% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_8_sm {
        width: 100% !important;
    }
}

.o-layout__col_8_xs {}

@media (max-width: 768px) {

    .o-layout__col_8_xs {
        width: 66.66666666% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_8_xs {
        width: 100% !important;
    }
}

.o-layout__col_9 {
    width: 75%;
}

.o-layout__col_9_sm {}

@media (max-width: 991px) {

    .o-layout__col_9_sm {
        width: 75% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_9_sm {
        width: 100% !important;
    }
}

.o-layout__col_9_xs {}

@media (max-width: 768px) {

    .o-layout__col_9_xs {
        width: 75% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_9_xs {
        width: 100% !important;
    }
}

.o-layout__col_10 {
    width: 83.33333333%;
}

.o-layout__col_10_sm {}

@media (max-width: 991px) {

    .o-layout__col_10_sm {
        width: 83.33333333% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_10_sm {
        width: 100% !important;
    }
}

.o-layout__col_10_xs {}

@media (max-width: 768px) {

    .o-layout__col_10_xs {
        width: 83.33333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_10_xs {
        width: 100% !important;
    }
}

.o-layout__col_11 {
    width: 91.66666666667%;
}

.o-layout__col_11_sm {}

@media (max-width: 991px) {

    .o-layout__col_11_sm {
        width: 91.66666666667% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_11_sm {
        width: 100% !important;
    }
}

.o-layout__col_11_xs {}

@media (max-width: 768px) {

    .o-layout__col_11_xs {
        width: 91.66666666667%;
    }
}

@media (max-width: 480px) {

    .o-layout__col_11_xs {
        width: 100% !important;
    }
}

.o-layout__col_12 {
    width: 100%;
}

.o-layout__col_12_sm {}

@media (max-width: 991px) {

    .o-layout__col_12_sm {
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_12_sm {
        width: 100% !important;
    }
}

.o-layout__col_12_xs {}

@media (max-width: 768px) {

    .o-layout__col_12_xs {
        width: 100% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_12_xs {
        width: 100% !important;
    }
}

.o-layout__col_1_offset {
    margin-left: 8.3333333333333%;
}

.o-layout__col_1_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_1_offset_sm {
        margin-left: 8.3333333333333% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_1_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_1_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_1_offset_xs {
        margin-left: 8.3333333333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_1_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_2_offset {
    margin-left: 16.666666666667%;
}

.o-layout__col_2_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_2_offset_sm {
        margin-left: 16.666666666667% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_2_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_2_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_2_offset_xs {
        margin-left: 16.666666666667% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_2_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_3_offset {
    margin-left: 25%;
}

.o-layout__col_3_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_3_offset_sm {
        margin-left: 25% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_3_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_3_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_3_offset_xs {
        margin-left: 25% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_3_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_4_offset {
    margin-left: 33.33333333%;
}

.o-layout__col_4_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_4_offset_sm {
        margin-left: 33.33333333% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_4_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_4_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_4_offset_xs {
        margin-left: 33.33333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_4_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_5_offset {
    margin-left: 41.66666666667%;
}

.o-layout__col_5_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_5_offset_sm {
        margin-left: 41.66666666667% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_5_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_5_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_5_offset_xs {
        margin-left: 41.66666666667%;
    }
}

@media (max-width: 480px) {

    .o-layout__col_5_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_6_offset {
    margin-left: 50%;
}

.o-layout__col_6_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_6_offset_sm {
        margin-left: 50% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_6_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_6_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_6_offset_xs {
        margin-left: 50% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_6_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_7_offset {
    margin-left: 58.3333333333333%;
}

.o-layout__col_7_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_7_offset_sm {
        margin-left: 58.3333333333333% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_7_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_7_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_7_offset_xs {
        margin-left: 58.3333333333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_7_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_8_offset {
    margin-left: 66.66666666%;
}

.o-layout__col_8_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_8_offset_sm {
        margin-left: 66.66666666% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_8_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_8_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_8_offset_xs {
        margin-left: 66.66666666% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_8_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_9_offset {
    margin-left: 75%;
}

.o-layout__col_9_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_9_offset_sm {
        margin-left: 75% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_9_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_9_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_9_offset_xs {
        margin-left: 75% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_9_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_10_offset {
    margin-left: 83.33333333%;
}

.o-layout__col_10_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_10_offset_sm {
        margin-left: 83.33333333% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_10_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_10_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_10_offset_xs {
        margin-left: 83.33333333% !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_10_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_11_offset {
    margin-left: 91.66666666667%;
}

.o-layout__col_11_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_11_offset_sm {
        margin-left: 91.66666666667% !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_11_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_11_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_11_offset_xs {
        margin-left: 91.66666666667%;
    }
}

@media (max-width: 480px) {

    .o-layout__col_11_offset_xs {
        margin-left: 0 !important;
    }
}

.o-layout__col_12_offset {
    margin-left: 0;
}

.o-layout__col_12_offset_sm {}

@media (max-width: 991px) {

    .o-layout__col_12_offset_sm {
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {

    .o-layout__col_12_offset_sm {
        margin-left: 0 !important;
    }
}

.o-layout__col_12_offset_xs {}

@media (max-width: 768px) {

    .o-layout__col_12_offset_xs {
        margin-left: 0 !important;
    }
}

@media (max-width: 480px) {

    .o-layout__col_12_offset_xs {
        margin-left: 0 !important;
    }
}




.about {}




.about__img {}




.about__img_header {
    position: absolute;
    right: -288px;
    right: -18rem;
    top: 0;
    bottom: 0;
    height: 100%;
}




@media(max-width: 1324px) {

    .about__img_header {
        right: -24rem;
    }
}




@media(max-width: 1090px) {

    .about__img_header {
        right: -32rem;
    }
}




@media(max-width: 940px) {

    .about__img_header {
        display: none;
    }
}




.about__header {
    overflow-x: hidden;
    position: relative;
}




.about__title {
    margin-top: 96px;
    margin-top: 6rem;
    margin-bottom: 0 !important;
    font-size: 3.875em !important;
}




@media (max-width: 767px) {

    .about__title {
        font-size: 2.875em !important;
    }
}




@media(max-width: 480px) {

    .about__title {
        margin-top: 2rem;
        font-size: 2rem !important;
    }
}




.about__context {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4em;
}




@media(max-width: 480px) {

    .about__context {
        font-size: 1.2rem;
    }
}




.about__icon {}




.about__icon_medal {
    width: 50px;
}




@media(max-width: 480px) {

    .about__icon_medal {
        margin: 0 20px;
    }
}




.about__icon_find-man {
    width: 70px;
}




@media(max-width: 480px) {

    .about__icon_find-man {
        margin: 0 20px;
    }
}




.about__icon .c-icon__pic {
    fill: #40B64C;
}




.about_padding {
    padding: 50px 0;
}




.about__text {
    float: left;
    font-size: 42px;
    margin-left: 50px;
    font-weight: 100;
}




.about__text_medal {
    width: 90%;
}




@media (max-width: 768px) {

    .about__text_medal {
        font-size: 2.4rem;
    }
}




@media(max-width: 480px) {

    .about__text_medal {
        font-size: 2rem;
        float: none;
    }
}




.about__text_find-man {
    width: 86%;
}




@media (max-width: 768px) {

    .about__text_find-man {
        font-size: 2.4rem;
    }
}




@media(max-width: 480px) {

    .about__text_find-man {
        font-size: 2rem;
        width: 100%;
        float: none;
    }
}




.about_mar-bot {
    margin-bottom: 96px;
    margin-bottom: 6rem;
}




@media(max-width: 480px) {

    .about_mar-bot {
        margin-bottom: 2rem;
    }
}

.c-advantage {
    font-size: 16px;
    font-size: 1rem;
    width: 16.6666666666667%;
    float: left;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ECECEC;
    color: #525964;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 11.563em;
    -webkit-animation: advRotateReverse 500ms;
    animation: advRotateReverse 500ms;
}

@media (max-width: 1299px) {

    .c-advantage {
        font-size: 0.9rem;
        min-height: 12em;
    }
}

@media (max-width: 1199px) {

    .c-advantage {
        font-size: 0.8rem;
        min-height: 12.5em;
    }
}

@media (max-width: 1000px) {

    .c-advantage {
        width: 33.333333333333333%;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 767px) {

    .c-advantage {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {

    .c-advantage {
        width: 50%;
    }
}

.c-advantage.is-animated {
    -webkit-animation: advRotate 500ms;
    animation: advRotate 500ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.c-advantage:last-child {
    border-right-color: transparent;
}

.c-advantage:nth-child(3) {}

@media (max-width: 1000px) {

    .c-advantage:nth-child(3) {
        border-right-color: transparent;
    }
}

@media (max-width: 480px) {

    .c-advantage:nth-child(3) {
        border-right-color: #ECECEC;
    }
}

.c-advantage:nth-child(2n+2) {}

@media (max-width: 480px) {

    .c-advantage:nth-child(2n+2) {
        border-right-color: transparent;
    }
}

.c-advantage__front {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 2.188em;
    padding-bottom: 0.4em;
}

.c-advantage__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*padding: 1.800em 1em;*/
    /*padding-bottom: 0.4em;*/
    padding: 1em;
    background: #394251;
    color: #fff;
    /* font-size: 0.938em;
  line-height: 1.467em; */
    font-size: 15px;
    line-height: 1.471em;
}

.c-advantage__pic {
    height: 54px;
    position: relative;
    max-width: 45px;
    margin: 0 auto 1em;
}

.c-advantage__pic .c-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.c-advantage__text {
    font-size: 1.063em;
    line-height: 1.471em;
}

.c-advantage__link {
    text-decoration: none;
    color: #40B64C;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.c-advantage__link:hover {
    text-decoration: none;
    color: rgb(50, 143, 60);
}

.c-advantages-wrapper {
	padding:0 18px;
    -webkit-perspective: 600px;
    perspective: 600px;
}

@-webkit-keyframes advRotate {
    from {
        -webkit-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
    }
    to {
        -webkit-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
    }
}

@keyframes advRotate {
    from {
        -webkit-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
    }
    to {
        -webkit-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
    }
}

@-webkit-keyframes advRotateReverse {
    from {
        -webkit-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
    }
    to {
        -webkit-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
    }
}

@keyframes advRotateReverse {
    from {
        -webkit-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
    }
    to {
        -webkit-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
    }
}

.c-adv {}

.c-adv-counter {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-top: 3.750em;
}

@media (max-width: 1299px) {

    .c-adv-counter {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-adv-counter {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-adv-counter {
        font-size: 0.7rem;
    }
}

@media (max-width: 767px) {

    .c-adv-counter {
        font-size: 0.6rem;
        margin-top: 2em;
    }
}

.c-adv-counter .c-title, .c-adv-counter .c-text {
    font-size: 1em;
}

.c-adv-counter_margin {}

.c-adv-counter_margin_none {
    margin-top: 0;
}

@media (max-width: 767px) {

    .c-adv-counter_margin_none {
        margin-top: 2em;
    }
}

.c-article {
    font-size: 16px;
    font-size: 1rem;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(208, 208, 208, 0.75);
    padding: 5.188em 1.375em 3.313em;
    margin-bottom: 18px;
    background: #fff;
    position: relative;
}

.c-article:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1em solid #787E82;
    border-bottom: 1em solid #787E82;
    border-right: 1em solid transparent;
    border-top: 1em solid transparent;
}

@media (max-width: 1299px) {

    .c-article {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-article {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-article {
        font-size: 0.7rem;
    }
}

@media (max-width: 767px) {

    .c-article {
        font-size: 0.6rem;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .c-article {
        font-size: 0.5rem;
    }
}

.c-article:last-child {
    margin-bottom: 0;
}

.c-article__side {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 767px) {

    .c-article__side {
        display: block;
    }
}

.c-article__side_left {
    width: 1%;
}

@media (max-width: 767px) {

    .c-article__side_left {
        width: 100%;
    }
}

.c-article__side_full {
    display: block;
}

.c-article__side_full .c-article__content {
    padding-right: 1.188em;
}

.c-article__pic {
    display: block;
}

.c-article__pic-block {
    width: 15.000em;
    padding-left: 2.500em;
    padding-right: 2.500em;
    text-align: center;
    display: inline-block;
    margin-bottom: 1em;
}

@media (max-width: 767px) {

    .c-article__pic-block {
        margin: 0 auto 1em;
    }
}

.c-article__pic-wrapper {
    border-radius: 50%;
    display: inline-block;
}

.c-article__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 8.125em;
    width: 7.250em;
    padding-right: 1.563em;
    padding-bottom: 1.563em;
    z-index: 1;
}

.c-article__content {
    padding-right: 4.563em;
    padding-left: 1.188em;
    position: relative;
}

@media (max-width: 767px) {

    .c-article__content {
        padding: 0;
    }
}

.c-article__title {
    font-size: 2.500em;
    font-weight: 700;
    line-height: 1.100em;
    margin-bottom: 0.725em;
    text-decoration: none;
    color: inherit;
    display: block;
}

.c-article__title_lg {
    font-size: 2.813em;
}

.c-article__title_margin_sm {
    margin-bottom: 0.289em;
}

.c-article__desc {
    color: #787E82;
    font-weight: 600;
    line-height: 1.563em;
    margin-bottom: 1.875em;
    position: relative;
    z-index: 2;
}

.c-article__meta {
    position: absolute;
    left: 1.375em;
    top: 1.125em;
}

.c-article__meta-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.625em;
}

.c-article__meta-content_margin {}

.c-article__meta-content_margin_none {
    margin-left: 0;
}

.c-article__meta_bottom {
    top: auto;
    bottom: 1.125em;
}

.c-article__badge {
    font-size: 0.938em;
    position: absolute;
    left: 1.267em;
    top: -3.333em;
    background: #A059B1;
    font-weight: 700;
    padding: 0em 1.133em;/* line-height: 2.000em */
    padding-top: 0.400em;
    padding-bottom: 0.467em;
    color: #fff;
    border-radius: 1em;
}

@media (max-width: 767px) {

    .c-article__badge {
        position: static;
        display: inline-block;
        margin-bottom: 1em;
    }
}

.c-article__badge-content {
    font-size: 0.938em;
    letter-spacing: 0.025em;
}

.c-article .c-btn {}

@media (max-width: 1299px) {

    .c-article .c-btn {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-article .c-btn {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-article .c-btn {
        font-size: 0.7rem;
    }
}

.c-article_for-btn {
    padding: 1.250em;
}

.c-article_for-btn:before {
    display: none;
}

.c-article_markup {}

.c-article_markup_center {
    padding-top: 2.813em;
}

@media (max-width: 767px) {

    .c-article_markup_center {
        padding-top: 3.5em;
        padding-bottom: 4em;
    }
}

.c-article_sm {
    padding: 1.563em 5.3em 2.500em 1.875em;
}

.c-article_sm:before {
    display: none;
}

.c-article_sm .c-article {}

.c-article_sm .c-article__desc {
    margin-bottom: 0;
}

.c-article_sm .c-article__meta {
    position: static;
    margin-bottom: 1.5em;
}

.c-article_sm .c-article__title_sm {
    font-size: 1.688em;
}

.c-article_yellow {
    background: #EFE0B6;
    color: #666666;
}

.c-article_yellow:before {
    border-left: 1em solid #A49179;
    border-bottom: 1em solid #A49179;
    border-right: 1em solid #fff;
    border-top: 1em solid #fff;
}

.c-article_margin {}

.c-article_margin_top {
    margin-top: 18px;
}
.auth {}
.auth__container {
    margin: 0 auto;
    width: 480px;
    margin-top: 80px;
}
@media(max-width: 768px) {

    .auth__container {
        margin-top: 40px;
    }
}
@media(max-width: 500px) {

    .auth__container {
        width: auto;
    }
}

.form {}

.form-item {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #787E82;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    outline: none;
}

.form-label {
    display: block;
    color: white;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 500;
}

.form-tab {
    height: 50px;
    text-align: center;
    font-size: 25.6px;
    font-size: 1.6rem;
    border-bottom: 5px solid #787E82;
}

.form-tab a {
    text-decoration: none;
    color: #787E82;
}

.form-tab.active {
    border-bottom-color: #40B64C;
}

.form-tab.active a {
    color: #fff;
}
.message {
    color: #787E82;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

[for="user-file"] {
    border-bottom: 2px solid #787E82;
    color: #40B64C;
    font-weight: 400;
}
.c-basket {
    background-color: #fff;
}
.c-basket-modal {
    font-size: 16px;
    font-size: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 37.500em;
    z-index: 100;
}
.c-basket-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #ECECEC;
    z-index: 10;
}
.c-basket-footer-shadow {
    box-shadow: 0px 9px 14px 13px rgba(198, 198, 198, 1);
}
.c-basket-header {
    padding-top: 112px;
    padding-top: 7rem;
}
.c-basket-header-descript {
    color: #666666;
}
.c-basket-border {}
.c-basket-border-form {
    border: 1px solid #ECECEC;
    padding: 48px 64px;
    padding: 3rem 4rem;
    margin-bottom: 30px;
}
.c-basket-form {}
.c-basket-form-item {
    border: 1px solid #C6C6C6;
    padding: 14px 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: white;
    color: #000;
    font-size: 17.76px;
    font-size: 1.11rem;
}
.c-basket-form-item::-webkit-input-placeholder {
    color: #333333;
}
.c-basket-form-item::-moz-placeholder {
    color: #333333;
}
.c-basket-form-item:-moz-placeholder {
    color: #333333;
}
.c-basket-form-item:-ms-input-placeholder {
    color: #333333;
}
.c-basket-icon {}
.c-basket-icon-info {
    margin-top: 6px;
}
.c-basket-page {}
.c-basket-page-container {
    margin-bottom: 128px;
    margin-bottom: 8rem;
}
.c-basket-textarea {
    height: 120px;
}
.c-basket-file {}
.c-basket-file-label {
    border: 1px solid #40B64C;
    padding: 14px 10px;
    width: 100%;
    float: left;
    border-radius: 5px;
    text-align: center;
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #40B64C;
}
.c-basket-finish {
    margin-top: 128px;
    margin-top: 8rem;
}
.c-basket-finish-button {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px !important;
    font-size: 20px;
}
.c-basket-table {
    width: 180px;
}
.c-basket-result {
    background-color: #fff;
}
.c-basket-next {}
.c-basket-next-button {}
@media(max-width: 425px) {

    .c-basket-next-button {
        display: none !important;
    }
}

.slct {
    display: block;
    border-radius: 5px;
    border: 1px solid #cecece;
    background-color: #fff;
    width: 100%;
    padding: 14px 10px;
    color: #444;
    text-decoration: none;
    background-position: 290px -145px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.slct.active {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}
.drop {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    width: 310px;
    border: 1px solid #cecece;
    border-top: none;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
}
.drop .drop-item {
    list-style: none;
    border-top: 1px dotted #e8e8e8;
    cursor: pointer;
    display: block;
    color: #000;
    padding: 14px 10px;
    background-position: 10px -119px;
    float: none;
}
.drop .drop-item a {
    text-decoration: none;
}
.drop .drop-item:hover {
    background-color: #e8e8e8;
    color: #222;
}

.dropdown-ul {
    display: none;
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 10px 10px 18px -5px rgba(198,198,198,1);
}

.dropdown-ul .drop_item {
    width: 100%;
    padding: 10px;
    border: 1px solid #ececec;
    border-bottom: none;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: background .7s ease;
    transition: background .7s ease;
}

.dropdown-ul .drop_item_color {
    width: 100%;
    padding: 10px;
    height: 30px;
    border: 1px solid #ececec;
    border-bottom: none;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.dropdown-ul .drop_item_color:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.dropdown-ul .drop_item_color:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #ececec;
}

.dropdown-ul .drop_item_color:hover {
    -webkit-transform: scale(1.06, 1.2);
    transform: scale(1.06, 1.2);
    border-radius: 5px;
}

.dropdown-ul .drop_item:hover {
    background-color: #c6c6c6;
}

.dropdown-ul .drop_item:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.dropdown-ul .drop_item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #ececec;
}
.c-block-footer {
    font-size: 16px;
    font-size: 1rem;
    background: #fff;
    padding: 1.250em 1.875em;
    display: table;
    width: 100%;
}
@media (max-width: 1299px) {

    .c-block-footer {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-block-footer {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) {

    .c-block-footer {
        font-size: 0.7rem;
    }
}
.c-block-footer__side {
    display: table-cell;
    vertical-align: middle;
    width: 33.3333333333%;
}
@media (max-width: 767px) {

    .c-block-footer__side {
        display: block;
        width: 100%;
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center !important;
    }
}
.c-block-footer__side_center {
    text-align: center;
}
.c-block-footer__side_right {
    text-align: right;
}
.c-block-footer__link {
    text-decoration: none;
    color: #40B64C;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.c-block-footer__link:hover {
    color: rgb(50, 143, 60);
}
.c-block-footer .c-btn {}
@media (max-width: 1299px) {

    .c-block-footer .c-btn {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-block-footer .c-btn {
        font-size: 0.8rem;
    }
}
.c-block-footer_lg {
    padding-left: 3em;
    padding-right: 3em;
}
.c-block-footer_lg .c-block-footer__side {
    font-size: 1.563em;
}
.c-breadcrumbs:after {
    content: '';
    display: block;
    clear: both;
}
.c-breadcrumbs {
    background: #fff;
    padding: 0.625em 0;
    padding-top: 32px;
}
@media (max-width: 1199px) {

    .c-breadcrumbs {
        font-size: 0.9rem;
    }
}
@media (max-width: 991px) {

    .c-breadcrumbs {
        font-size: 0.8rem;
    }
}
.c-breadcrumbs-list {
    padding-left: 0;
    margin: 0 0 0 1.625em;
    list-style: none;
    color: #787E82;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991px) {

    .c-breadcrumbs-list {
        margin-left: 0;
    }
}
@media (max-width: 850px) {

    .c-breadcrumbs-list {
        float: none;
    }
}
.c-breadcrumbs-list__item {
    display: inline-block;
    margin-right: 1.625em;
    position: relative;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
@media (max-width: 767px) {

    .c-breadcrumbs-list__item {
        margin-top: 0;
    }
}
.c-breadcrumbs-list__item:last-child {
    margin-right: 0;
}
.c-breadcrumbs-list__item .c-icon {
    margin-left: 10px;
}
.c-breadcrumbs-list__link {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.c-breadcrumbs-list__link:hover {
    text-decoration: underline;
}
.c-breadcrumbs-list__text {
    color: #ADADAD;
}
.c-breadcrumbs-list_sm {
    font-size: 0.875em;
}
.c-breadcrumbs-list_links {}
.c-breadcrumbs-list_links .c-breadcrumbs-list__item {
    margin-right: 0;
}
.c-breadcrumbs-list_links .c-breadcrumbs-list__link {
    display: inline-block;
    margin-right: 0.1em;
    margin-left: 0.1em;
}
.c-breadcrumbs__btn {
    float: right;
}
@media (max-width: 1199px) {

    .c-breadcrumbs__btn {
        font-size: 0.9rem !important;
    }
}
@media (max-width: 991px) {

    .c-breadcrumbs__btn {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 850px) {

    .c-breadcrumbs__btn {
        float: none;
    }
}
.c-breadcrumbs__btn_left {
    float: none;
}
@media (max-width: 767px) {

    .c-breadcrumbs__btn_left {
        margin-bottom: 1em;
    }
}
.c-breadcrumbs .c-dropdown {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.c-breadcrumbs_with-border {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #ECECEC;
}

.c-btn {
    font-size: 16px;
    font-size: 1rem;
    outline: none;
    border: 0;
    min-width: 11.125em;
    padding: 0.815em 1.313em;
    color: #fff;
    background: #40B64C;
    border-radius: 1.7em;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    line-height: 17px;
}

.c-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    left: 0%;
    top: 0;
    background: rgb(50, 143, 60);
    z-index: 1;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.c-btn__text {
    font-size: 1em;
    display: inline-block;
    position: relative;
    /*top: -1px;*/
    /*top: 1px;*/
    color: #fff;
    z-index: 10;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    text-decoration: none;
}

.c-btn__text_fix {
    padding-top: 6px;
}

.c-btn .c-icon {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    z-index: 10;
}

.c-btn:hover {}

.c-btn:hover:before {
    width: 100%;
}

.c-btn_lg {
    padding-top: 0.95em;
    padding-bottom: 0.95em;
    min-width: 15.313em;
}

.c-btn_lg .c-btn__text {
    font-size: 1.125em;
}

.c-btn_lg_2 {
    min-width: 12.313em;
}

.c-btn_lg_short {
    min-width: 11.313em;
}

.c-btn_order-price {}

@media(max-width: 480px) {

    .c-btn_order-price {
        margin-top: 20px;
        width: 100%;
    }
}

.c-btn_sm {
    min-width: 0;
    min-width: initial;
}

.c-btn_outline {
    background-color: transparent;
    border: 2px solid #525964;
    -webkit-transition: background 300ms, color 100ms;
    transition: background 300ms, color 100ms;
}

.c-btn_outline:before {
    display: none;
}

.c-btn_outline.c-btn_grey {
    color: #525964;
}

.c-btn_outline:hover {
    background: #525964;
}

.c-btn_outline:hover.c-btn_grey {
    color: #fff;
}

.c-btn_outline-green {
    border: 2px solid #40B64C;
}

.c-btn_outline-green:hover {
    background: #40B64C;
    color: #fff;
}

.c-btn_outline-green:hover .u-color-green {
    color: #fff;
}

.c-btn_silver {
    background: #ECECEC;
    color: #394251;
}

.c-btn_silver:before {
    background: #C6C6C6;
}

.c-btn_white {
    background: #fff;
    color: #787E82;
}

.c-btn_white:before {
    background: #ECECEC;
}

.c-btn_more {
    font-size: 17.6px;
    font-size: 1.1rem;
    min-width: 20.000em;
}

.c-btn_circle {
    width: 3.750em;
    height: 3.750em;
    line-height: 3.750em;
    min-width: 0;
    min-width: initial;
    border-radius: 50%;
    padding: 0;
}

.c-btn-dots {
    font-size: 16px;
    font-size: 1rem;
    border: 0;
    padding: 0 0.250em;
    outline: none;
    background-color: transparent;
    position: relative;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.c-btn-dots__dot {
    display: block;
    width: 0.250em;
    height: 0.250em;
    border-radius: 50%;
    background: #5D5D5D;
    margin-bottom: 0.125em;
}

.c-btn-dots__dot:last-child {
    margin-bottom: 0;
}

.c-btn-dots:hover {
    opacity: .7;
}

.c-btn-toggle {
    width: 30px;
    border: 1px solid #40B64C;
    padding: 5px;
    background-color: transparent;
    outline: none;
    float: right;
    display: none;
    float: right;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

@media (max-width: 767px) {

    .c-btn-toggle {
        display: block;
    }
}

.c-btn-toggle__line {
    display: block;
    height: 2px;
    margin-bottom: 3px;
    background: #40B64C;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.c-btn-toggle__line:last-child {
    margin-bottom: 0;
}

.c-btn-toggle:hover {
    background: #40B64C;
}

.c-btn-toggle:hover .c-btn-toggle__line {
    background: #fff;
}

.c-btn-social {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 0.75em 1.563em 0.75em 1.250em;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    margin-left: 0.750em;
}

@media (max-width: 991px) {

    .c-btn-social {
        margin-left: 0.375em !important;
        margin-right: 0.375em !important;
        margin-bottom: 1em;
    }
}

@media (max-width: 480px) {

    .c-btn-social {
        /* margin-left: 0 !important;
    margin-right: 0 !important; */
        width: 180px;
    }
}

.c-btn-social:first-child {
    margin-left: 0;
}

.c-btn-social_vk {
    background: #3280BE;
}

.c-btn-social_vk:hover {
    background: rgb(40, 100, 149);
}

.c-btn-social_fb {
    background: #413882;
}

.c-btn-social_fb:hover {
    background: rgb(46, 40, 93);
}

.c-btn-social__text {
    font-size: 0.875em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.857em;
}

.c-btn-social .c-icon {
    opacity: 0.5;
    font-size: 0;
}

.c-btn_child {
    font-size: 1em;
}

.c-btn_with-icon {}

.c-btn_with-icon .c-icon {
    margin-left: 16px;
}

.c-btn_with-icon_left {}

.c-btn_with-icon_left .c-icon {
    margin-left: 0;
    margin-right: 16px;
}

.c-btn-size-md {
    width: 36px;
    height: 36px;
    line-height: 40px;
}

.c-btn-block {
    display: block;
    text-align: center;
}

.c-btn-common {
    background-color: #c6c6c6;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 4px;
    display: block !important;
    margin: 8px;
    border: 0px;
}

.c-btn-common:focus {
    outline: 0;
}
.c-capture {
    font-size: 16px;
    font-size: 1rem;
    padding: 3.750em 3.125em 3.438em 4.375em;
}
.c-capture_radius {
    border-radius: 3px;
}
.c-capture_lg {
    padding-left: 5.625em;
    padding-right: 5.625em;
}
@media (max-width: 991px) {

    .c-capture {
        font-size: 0.8rem;
    }
}
@media (max-width: 767px) {

    .c-capture {
        font-size: 0.6rem;
    }
}
@media (max-width: 480px) {

    .c-capture {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.c-capture__pic {
    font-size: 1em;
    width: 14.125em;
    height: 14.125em;
    border: 2px dotted #40B64C;
    position: relative;
    border-radius: 50%;
}
.c-capture__pic_sm {
    width: 8.750em;
    height: 8.750em;
}
.c-capture__pic .c-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-capture__pic-wrapper {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
@media (max-width: 767px) {

    .c-capture__pic-wrapper {
        display: none;
    }
}
.c-capture__content {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 767px) {

    .c-capture__content {
        display: block;
    }
}
.c-capture__content_lg {
    padding-right: 5.5em;
}
@media (max-width: 767px) {

    .c-capture__content_lg {
        padding-right: 0;
    }
}
.c-capture__form {
    margin-top: 1.875em;
}
.c-capture-field {
    font-size: 16px;
    font-size: 1rem;
    max-width: 19.375em;
    position: relative;
}
.c-capture-field__input {
    width: 100%;
    outline: none;
    height: 44px;
    padding-left: 25px;
    padding-right: 45px;
    border-radius: 22px;
    font-weight: 600;
    background: #fff;
    border: 0;
    color: #394251;
}
.c-capture-field__input::-webkit-input-placeholder {
    color: #939393;
}
.c-capture-field__input::-moz-placeholder {
    color: #939393;
}
.c-capture-field__input:-ms-input-placeholder {
    color: #939393;
}
.c-capture-field__input::placeholder {
    color: #939393;
}
.c-capture-field__btn {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 0;
    overflow: hidden;
    outline: none;
    background: #40B64C;
    height: 33px;
    width: 33px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.c-capture-field__btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    left: 0%;
    top: 0;
    background: rgb(50, 143, 60);
    z-index: 1;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.c-capture-field__btn:hover:before {
    width: 100%;
}
/*.c-capture-field__btn:hover {
    background: rgb(50, 143, 60);
}*/
.c-capture-field__btn .c-icon {
    font-size: 0;
    width: 17px;
    position: absolute;
    left: 54%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.c-capture-item {
    max-width: 250px;
    margin-top: 3.750em;
    color: #fff;
}
.c-capture-item__title {
    font-size: 1.625em;
    font-weight: 600;
    padding: 0.846em 0;
    border-bottom: 2px solid #40B64C;
}
.c-capture-item__desc {
    font-size: 0.938em;
    margin-top: 1.200em;
    line-height: 1.600em;
}
.c-capture-item__pic {
    width: 45px;
    height: 30px;
}
.c-capture .c-title, .c-capture .c-text {
    font-size: 1em;
}
.c-capture_border {
    border: 1em solid #40B64C;
    padding-left: 5.225em;
    padding-right: 5.225em;
}
@media (max-width: 767px) {

    .c-capture_border {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.c-card {
    font-size: 16px;
    font-size: 1rem;
    padding: 1.563em 1.250em;
    margin-top: 18px;
    min-height: 25.000em;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: block;
    text-decoration: none;
}

@media (max-width: 1199px) {

    .c-card {
        font-size: 0.9rem;
    }
}

@media (max-width: 1099px) {

    .c-card {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-card {
        font-size: 0.7rem;
    }
}

@media (max-width: 640px) {

    .c-card {
        min-height: calc((25em - 18px) / 2);
    }
}

.c-card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(right, transparent, rgba(57, 66, 81, 0.4) 28%, rgba(57, 66, 81, 0.6) 50%, #394251 100%);
    background: linear-gradient(to left, transparent, rgba(57, 66, 81, 0.4) 28%, rgba(57, 66, 81, 0.6) 50%, #394251 100%);
}

.c-card:last-child {
    margin-bottom: 0;
}

.c-card__header {
    position: relative;
    margin-bottom: 1.563em;
    padding-right: 6.000em;
}

.c-card__header .c-card__link {
    position: absolute;
    top: 4px;
    right: -2.5em;
}

.c-card__link {
    color: #40B64C;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    z-index: 5;
}

.c-card__link:hover {
    color: rgb(50, 143, 60);
}

.c-card__title {
    font-weight: 700;
    font-size: 1.250em;
    position: relative;
    z-index: 5;
}

.c-card__counter {
    position: absolute;
    bottom: 1.688em;
    right: 1.688em;
    z-index: 5;
}

.c-card__news {
    margin-bottom: 1em;
}

.c-card__badge {
    font-size: 0.800em;
    color: #fff;
    font-weight: 700;
    padding: 0.167em 0.833em;
    background: #A059B1;
    border-radius: 0.750em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.333em;
    position: relative;
    top: -1px;
}

.c-card__meta {
    font-size: 0.938em;
    color: #787E82;
    margin-bottom: 0.4em;
}

.c-card__meta-pic {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 1em;
}

.c-card__meta-pic .c-icon {
    display: block;
}

.c-card__meta-text {
    display: inline-block;
    vertical-align: middle;
}

.c-card__dropdown {
    position: absolute;
    bottom: 1.375em;
    left: 1.563em;
    z-index: 5;
}

.c-card__dropdown-btn {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    padding: 0;
    width: 2.125em;
    height: 2.125em;
}

.c-card__dropdown .c-dropdown {
    padding: 1em 1.250em;
    top: 0;
    min-width: 240px;
}

.c-card__pic {
    width: 7.313em;
    height: 7.313em;
    background: #40B64C;
    border-radius: 50%;
    position: absolute;
    right: -2.250em;
    top: -2.250em;
}

.c-card__pic_light {
    background: #EFE0B6;
}

.c-card__pic_bottom {
    top: auto;
    bottom: -2.625em;
    right: -2.625em;
}

.c-card__pic_bottom .c-card__pic-wrapper {
    bottom: auto;
    top: 1.700em;
}

.c-card__pic-wrapper {
    width: 2.2em;
    text-align: center;
    position: absolute;
    left: 1.7em;
    bottom: 1.6em;
}

@media (max-width: 991px) {

    .c-card__pic-wrapper {
        bottom: 1.9em;
    }
}

.c-card__pic-wrapper_sm {
    width: 24px;
    left: 1.900em;
}

.c-card__pic-wrapper .c-icon {
    display: block;
}

.c-card__desc {
    line-height: 1.563em;
    position: relative;
    z-index: 5;
    padding: 5px 35px 0 0;
}

.c-card__btn {
    font-size: 1em;
    position: absolute;
    bottom: 2.625em;
    left: 2.375em;
}

@media (max-width: 767px) {

    .c-card__btn {
        bottom: 1em;
    }
}

.c-card_part {
    min-height: calc((25em - 18px) / 2);
}

.c-card_part_sm {}

@media (max-width: 991px) {

    .c-card_part_sm {
        min-height: calc((25em - 18px) / 2);
    }
}

.c-card_preview {
    background: #fff;
    overflow: hidden;
    padding: 2.625em 2.375em;
    color: #394251;
    padding-right: 5.000em;
}

@media (max-width: 767px) {

    .c-card_preview {
        padding-bottom: 6em;
    }
}

.c-card_preview .c-card__title {
    font-size: 2.500em;
    line-height: 0.975em;
    font-weight: 700;
    margin-bottom: 0.700em;
}

.c-card_preview:after {
    display: none;
}

.c-card_lg {
    min-height: 23.750em;
}

@media (max-width: 767px) {

    .c-card_lg {
        min-height: 0;
        min-height: initial;
    }
}

.c-card_lg .c-card {}

.c-card_lg .c-card__title {
    font-size: 1.875em;
    margin-bottom: 0.667em;
}

.c-card_lg .c-card__desc {
    padding-right: 11.250em;
}

@media (max-width: 767px) {

    .c-card_lg .c-card__desc {
        padding-right: 7em;
    }
}

.c-card_lg .c-card__dropdown {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1.250em;
}

.c-card_lg .c-card__pic {
    width: 8.750em;
    height: 8.750em;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background: transparent;
    padding-right: 1.875em;
    padding-bottom: 1.875em;
    z-index: 5;
}

@media (max-width: 991px) {

    .c-card_lg .c-card__pic {
        width: 7em;
        height: 7em;
    }
}

.c-card_widget {
    background: #fff;
    overflow: hidden;
    color: #394251;
    padding-left: 2.375em;
    padding-right: 2.375em;
    padding-right: 5.000em;
}

.c-card_widget:after {
    display: none;
}

.c-card_action {
    color: #fff;
    background: #40B64C;
    padding: 1.563em 1.875em;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.c-card_action .c-card__title {
    font-size: 1.688em;
    padding-right: 5.037em;
}

.c-card_action:after {
    display: none;
}

.c-card_action .c-card__pic {
    width: 8.125em;
    height: 8.125em;
    right: 1.875em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding-left: 2.500em;
    padding-right: 2.500em;
}

@media (max-width: 991px) {

    .c-card_action .c-card__pic {
        width: 7em;
        height: 7em;
    }
}

.c-card_action .c-card__pic-wrapper {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-card_action .c-card__pic .c-icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-card_action:hover {
    background: rgb(50, 143, 60);
}

.c-card_fixed {
    width: 25em;
    min-height: 31.250em;
}

@media (max-width: 580px) {

    .c-card_fixed {
        width: 100%;
        min-height: auto;
    }
}

.c-card.js-card {
    cursor: pointer;
}
.c-carousel {
    font-size: 16px;
    font-size: 1rem;
    margin-left: -0.375em;
    margin-right: -0.375em;
}
.c-carousel__item {
    padding-left: 0.375em;
    padding-right: 0.375em;
    outline: none;
}
.c-carousel__inner {
    position: relative;
    background-size: cover;
    background-position: center;
}
.c-carousel__inner:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 93.5%;
}
.c-carousel .slick {}
.c-carousel .slick-arrow {
    position: absolute;
    right: 0.375em;
    top: 50%;
    border: 0;
    outline: none;
    background: #40B64C url('/local/templates/masterclock/assets/css/../img/arrow.svg') no-repeat center center;
    background-size: 20%;
    width: 60px;
    height: 60px;
    z-index: 10;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}
@media (max-width: 767px) {

    .c-carousel .slick-arrow {
        width: 30px;
        height: 30px;
    }
}
.c-carousel .slick-arrow:hover {
    background-color: rgb(50, 143, 60);
}
.c-carousel .slick-prev {
    -webkit-transform: translateY(-103%) rotate(180deg);
    transform: translateY(-103%) rotate(180deg);
}
.c-carousel .slick-next {
    -webkit-transform: translateY(103%);
    transform: translateY(103%);
    top: auto;
    bottom: 50%;
}
.c-circle {
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    position: relative;
    top: -2px;
}
.c-circle:first-child {
    margin-left: 0;
}
.c-circle_red {
    background: #E71C24;
}
.c-circle_green {
    background: #40B64C;
}
.c-comments {
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 1299px) {

    .c-comments {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-comments {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) {

    .c-comments {
        font-size: 0.7rem;
    }
}
@media (max-width: 767px) {

    .c-comments {
        font-size: 0.6rem;
    }
}
.c-comments__header:after {
    content: '';
    display: block;
    clear: both;
}
.c-comments__header {
    font-size: 1.250em;
    padding: 1em 0;
    border-bottom: 1px solid #E0E0E0;
    color: #787E82;
}
.c-comments__header-text {
    display: inline-block;
    margin-top: 0.5em;
}
.c-comments__header-count {
    margin-left: 1em;
}
.c-comments__header .c-btn {
    float: right;
}
@media (max-width: 1299px) {

    .c-comments__header .c-btn {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-comments__header .c-btn {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) {

    .c-comments__header .c-btn {
        font-size: 0.7rem;
    }
}
.c-comments-post {
    margin-top: 1.875em;
    margin-bottom: 3.125em;
    color: #394251;
}
.c-comments-post__side {
    display: table-cell;
    vertical-align: top;
}
.c-comments-post__side_left {
    width: 1%;
}
.c-comments-post__meta {
    font-size: 0.875em;
    width: 10.714em;
}
.c-comments-post__meta-name {
    display: block;
    margin-bottom: 0.5em;
}
.c-comments-post__content {
    line-height: 1.625em;
}
.comments {}
.comments__title-text {
    font-size: 32px;
    font-size: 2rem;
}
.comments__item-cell {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    height: unset;
}
.comments__item-cell.active {
    color: #40B64C;
}
.comments_content {
    padding: 10px;
}
.comments_block {
    width: 100%;
    float: left;
    padding: 0 18px;
    margin: 10px;
}
.comments_block .header-from {
    color: #787e82;
    font-size: 14.4px;
    font-size: 0.9rem;
}
.comments_block .header-main {
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: 500;
}
.comments_block .block-text {
    color: #394251;
}
.c-contacts {}
.c-contacts-text {}
.c-contacts-text-lineheight {
    line-height: 32px;
    font-size: 16px;
    font-size: 1rem;
}
.c-contacts-title {}
.c-contacts-title-text {
    font-size: 3.875em;
    line-height: 0.984em;
}
@media(max-width: 991px) {

    .c-contacts-title-text {
        text-align: center;
        float: none !important;
        margin: 10px 0;
    }
}
@media(max-width: 424px) {

    .c-contacts-title-text {
        font-size: 2.6rem;
    }
}
.c-contacts_soc-buttons {
    text-align: right !important;
}
@media(max-width: 425px) {

    .c-contacts_soc-buttons {
        text-align: center !important;
    }
}
.c-contacts_footer {}
.c-contacts_footer_line {
    width: auto !important;
    text-align: right !important;
}
.c-dropdown {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    padding-left: 0;
    list-style: none;
    padding: 1.2em 1.875em;
    margin: 0;
    background: #fff;
    top: 100%;
    line-height: 2em;
    z-index: 11;
    box-shadow: 2px 3px 7px rgba(0,0,0,.35);
    display: none;
}
@media (max-width: 1199px) {

    .c-dropdown {
        font-size: 0.9rem;
    }
}
.c-dropdown__link {
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.c-dropdown__link:hover {
    text-decoration: none;
    color: #40B64C;
}
.c-filter {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 18px;
    margin-top: 20px;
}
@media (max-width: 1299px) {

    .c-filter {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-filter {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) {

    .c-filter {
        font-size: 0.7rem;
    }
}
.c-filter__text {
    display: inline-block;
    vertical-align: middle;
    color: #787E82;
    margin-left: 1.625em;
    margin-right: 2.188em;
}
@media (max-width: 767px) {

    .c-filter__text {
        margin-left: 0;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        margin-right: 1em;
    }
}
.c-filter .c-select {
    margin-right: 3em;
}
@media (max-width: 767px) {

    .c-filter .c-select {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        margin-right: 1.5em;
    }
}
.c-filter .c-select__current-text {}
@media (max-width: 767px) {

    .c-filter .c-select__current-text {
        width: auto;
    }
}
.c-filter .c-select:last-child {
    margin-right: 0;
}
.c-footer {
    font-size: 16px;
    font-size: 1rem;
    background: #fff;
}
.c-footer .a-creater{color: #fff; text-decoration: none;}
.c-footer .a-creater:hover{text-decoration: underline;}
@media (max-width: 1299px) {

    .c-footer {
        /*font-size: 0.9rem;*/
    }
}
@media (max-width: 767px) {

    .c-footer {
       /* font-size: 0.7rem;*/
    }
}
.c-footer__main {
    background: #fff;
    padding-top: 3.563em;
    padding-bottom: 1.313em;
}
.c-footer__contacts {
    background: #fff;
    padding-top: 3.563em;
}
.c-footer__inner {
    padding-left: 15px;
    padding-right: 15px;
}
.c-footer__item {
    margin-top: 2.688em;
    line-height: 1.688em;
}
.c-footer__item-title {
    font-size: 14px;
    color: #ADADAD;
}
.c-footer__item-title_link {
    text-decoration: none;
    color: #40B64C;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.c-footer__item-title_link:hover {
    color: rgb(50, 143, 60);
}
.c-footer__item-title-contact {
    font-size: 14px;
    color: #394251;
}
.c-footer-line {
    padding: 1.4em 0;
}
@media (max-width: 767px) {

    .c-footer-line {
        text-align: center;
    }
}
.c-footer-line_lg {
    padding: 1.563em 0;
}
.c-footer-line__left {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
@media (max-width: 991px) {

    .c-footer-line__left {
        width: 100%;
        display: block;
    }
}
.c-footer-line__right {
    display: table-cell;
    vertical-align: middle;
}
.c-footer-line__right .c-footer-line__left {}
@media (max-width: 991px) {

    .c-footer-line__right .c-footer-line__left {
        display: table-cell;
        width: 1%;
    }
}
@media (max-width: 600px) {

    .c-footer-line__right .c-footer-line__left {
        display: block;
        width: 100%;
    }
}
@media (max-width: 600px) {

    .c-footer-line__right {
        display: block;
    }
}
.c-footer-line__content {
    width: 390px;
}
@media (max-width: 991px) {

    .c-footer-line__content {
        width: 100%;
        text-align: center;
    }
}
.c-footer-line__content_sm {
    width: 340px;
    margin-bottom: 0;
}
@media (max-width: 600px) {

    .c-footer-line__content_sm {
        width: auto;
    }
}
.c-footer__form {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.500em;
    margin-right: 2.500em;
}
@media (max-width: 991px) {

    .c-footer__form {
        margin-left: 0;
    }
}
@media (max-width: 600px) {

    .c-footer__form {
        margin: 0 auto;
    }
}
.c-footer__text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;

}
@media (max-width: 600px) {

    .c-footer__text {
        display: block;
        text-align: center;
        margin-top: 1em;
    }
}
@media (max-width: 991px) {

    .c-footer__text {
    }

    br {
        display: none;
    }

}
.c-footer .c-nav-list__link {}
@media (max-width: 767px) {

    .c-footer .c-nav-list__link {
        padding: 0;
    }
}
.c-footer .c-nav-list__link:hover {
    background: transparent;
}
.c-footer .c-title {
    font-size: 1em;
}
.c-footer__dev {}
@media (max-width: 767px) {

    .c-footer__dev {
        margin-top: 1em;
    }
}
.c-gallery {
    font-size: 16px;
    font-size: 1rem;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.c-gallery__inner {
    margin-left: -9px;
    margin-right: -9px;
}
.c-gallery__item {
    width: 25%;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 18px;
    text-align: center;
}
@media (max-width: 767px) {

    .c-gallery__item {
        width: 33.3333333333%;
    }
}
@media (max-width: 480px) {

    .c-gallery__item {
        width: 50%;
    }
}
.c-gallery__pic {
    display: inline-block;
}
.c-gallery__link {
    display: block;
}

.fancybox {}

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

.fancybox-nav {
    font-size: 11.2px !important;
    font-size: 0.7rem !important;
    opacity: 1 !important;
}

.fancybox-nav span {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #394251 url('/local/templates/masterclock/assets/css/../img/arrow.svg') no-repeat 63% center !important;
    -webkit-transition: background 300ms !important;
    transition: background 300ms !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    visibility: visible !important;
}

.fancybox-nav:hover {}

.fancybox-nav:hover span {
    background-color: #40B64C !important;
}

.fancybox-prev {
    left: 0 !important;
}

.fancybox-prev span {
    left: -30px !important;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
}

.fancybox-next {
    right: 0 !important;
}

.fancybox-next span {
    right: -30px !important;
}

.fancybox-close {
    width: 35px !important;
    height: 35px !important;
    background: #40B64C url('/local/templates/masterclock/assets/css/../img/close.svg') no-repeat center !important;
    -webkit-transition: background 300ms !important;
    transition: background 300ms !important;
    border-radius: 50%;
    top: -17px !important;
    right: -17px !important;
}

.fancybox-close:hover {
    background-color: rgb(50, 143, 60) !important;
}
.c-header {
    font-size: 16px;
    font-size: 1rem;
    background: #fff;
}
@media (max-width: 1299px) {

    .c-header {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-header {
        font-size: 0.8rem;
    }
}
.c-header__top {
    padding: 0.625em 0;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}
.c-header__side {
    float: left;
    padding-top: 0.250em;
}
@media (max-width: 767px) {

    .c-header__side {
        float: none;
        padding-top: 0;
    }
}
.c-header__side_right {
    padding-top: 0;
    float: right;
    text-align: right;
}
@media (min-width: 768px) {

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

    .c-header__side_right {
        display: none;
        float: none;
        text-align: center;
        margin-top: 10px;
    }
}
.c-header__phones {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1024px) {

    .c-header__phones {
        /*width: 160px;*/
        vertical-align: top;
    }
}
@media (max-width: 767px) {

    .c-header__phones {
        display: block;
        width: auto;
        text-align: left;
        padding-top: 10px;
    }
}
@media (max-width: 480px) {

    .c-header__phones {
        display: inline-block;
    }
}
.c-header__nav {}
@media (max-width: 767px) {

    .c-header__nav {
        display: none;
    }
}
.c-header__btn {
    margin-left: 3.125em;
    padding: 0.750em 1.313em;
    min-width: auto;

}
@media (max-width: 1299px) {

    .c-header__btn {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-header__btn {
        font-size: 0.8rem;
    }
}
@media (max-width: 1024px) {

    .c-header__btn {
        margin-left: 1.7em;
    }
}
@media (max-width: 768px) {

    .c-header__btn {
        margin-top: 0;
        width: auto;
        float: right;
    }
}
@media (max-width: 480px) {

    .c-header__btn {
        margin-top: 0.5em;
        width: 100%;
        margin-left: 0;
    }
}
.c-header__btn .c-icon {
    width: 21px;
    position: absolute;
    right: 10px;
    top: 9px;
}
@media (max-width: 1299px) {

    .c-header__btn .c-icon{
        width: 19px;
    }
}
@media (max-width: 1199px) {

    .c-header__btn .c-icon{
        width: 16px;
    }
}

.c-header__btns {
    display: inline-flex;
}
@media (max-width: 767px) {

    .c-header__btns {
        display: inline-block;
    }
}
@media (max-width: 480px) {

    .c-header__btns {
        display: block;
    }
}
.c-header-btn {
    border: 0;
    background-color: transparent;
    outline: none;
    padding: 0;
    margin-right: 2.500em;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.c-header-btn_offset {}
.c-header-btn_offset_lg {
    margin-right: 3.125em;
}
.c-header-btn:last-child {
    margin-right: 0;
}
.c-header-btn:hover {
    opacity: .7;
}
.c-header-btn__counter {
    position: absolute;
    background: #40B64C;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    min-width: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    color: #fff;
    bottom: 3px;
    left: -16px;
}
.c-header-btn .c-icon {
    font-size: 0;
}
.c-header-btn .c-icon_search {
    width: 27px;
    height: 27px;
}
.c-header-btn_search {
    position: relative;
}
.c-header-btn_search:after {
    content: '';
    position: absolute;
    border-bottom: 11px solid #394251;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
@media (max-width: 1024px) {

    .c-header-btn_search:after {
        display: none;
    }
}
.c-header-btn_search.is-active {}
.c-header-btn_search.is-active:after {
    opacity: 1;
}
.c-header-btn.is-active {}
.c-header-btn.is-active:hover {
    opacity: 1;
}
.c-header-search {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #394251;
    padding: 2.250em 5.938em 3.750em;
    z-index: 11;
    display: none;
}
@media (max-width: 1199px) {

    .c-header-search {
        font-size: 0.9rem;
    }
}
@media (max-width: 480px) {

    .c-header-search {
        font-size: 0.6rem;
    }
}
.c-header-search__field {
    font-size: 1.313em;
    height: 2.381em;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #808080;
    padding: 0 2.188em;
    outline: none;
    color: #fff;
    font-weight: 500;
    width: 100%;
}
.c-header-search__field::-webkit-input-placeholder {
    color: #ADADAD;
}
.c-header-search__field::-moz-placeholder {
    color: #ADADAD;
}
.c-header-search__field:-ms-input-placeholder {
    color: #ADADAD;
}
.c-header-search__field::placeholder {
    color: #ADADAD;
}
.c-header-search__field-wrapper {
    position: relative;
}
.c-header-search__field-wrapper .c-icon {
    width: 20px;
    height: 20px;
}
.c-header-search__btn {
    border: 0;
    padding: 0;
    background-color: transparent;
    outline: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.c-hero {
    font-size: 16px;
    font-size: 1rem;
    padding: 6.250em 4.375em 8.750em;
    /* background-size: contain;
  background-position: right top;
  background-repeat: no-repeat; */
    position: relative;
    /* background-position-x: 640px;
  background-position-x: 40rem; */
}


@media (max-width: 1199px) {

    .c-hero {
        font-size: 0.8rem;
        /*background-position-x: 32rem;*/
    }
}


@media (max-width: 991px) {

    .c-hero {
        font-size: 0.7rem;
        /*background-position-x: 26rem;*/
    }
}


@media (max-width: 767px) {

    .c-hero {
        font-size: 0.6rem;
        padding: 3em 0;
    }
}


@media (max-width: 660px) {

    .c-hero {
        background: transparent !important;
    }
}


@media (max-width: 480px) {

    .c-hero {
        padding: 1em 0;
        font-size: 0.45rem;
    }
}


.c-hero__desc {
    margin-bottom: 3.438em;
}


.c-hero__label {
    position: absolute;
    color: #333;
    max-width: 28.125em;
    left: 4.375em;
    right: 4.375em;
    bottom: 2.188em;
    text-align: left;
}


@media (max-width: 767px) {

    .c-hero__label {
        display: none;
    }
}


.c-hero .c-title, .c-hero .c-text {
    font-size: 1em;
}
.c-icon-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 991px) {

    .c-icon-list {
        overflow: hidden;
    }
}
.c-icon-list a {
    text-decoration: none;
    color: #394251;
}
.c-icon-list__item {
    text-align: center;
    padding: 0.6em 0;
}
@media (max-width: 767px) {

    .c-icon-list__item {
        float: left;
    }
}
.c-icon-list__item_3 {}
@media (max-width: 767px) {

    .c-icon-list__item_3 {
        width: 33.33333333%;
    }
}
.c-icon-list__item svg {
    height: 50px;
    margin: 1.3em 0;
}
.c-icon-list__text {
    font-size: 1.3em;
    display: block;
}
.c-icon-list .icon-green {}
.c-icon-list .icon-green .c-icon__pic {
    fill: #40B64C;
}
.c-icon {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.c-icon object {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 100%;
}
.c-icon-inline-object {}
.c-icon-inline-object object {
    display: inline;
}
.c-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-icon_static {
    font-size: 0 !important;
}
.c-icon_static svg {
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.c-icon__pic {
    fill: #394251;
}
.c-icon_star {
	margin-top: 2px;	
}
.c-icon_star .c-icon__pic {
    fill: none;
    stroke: #394251;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.c-icon_search {
    width: 1.688em;
    height: 1.688em;
}
.c-icon_search .c-icon__pic {
    fill: none;
    stroke: #394251;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.c-icon_search .c-icon__pic2 {
    fill: none;
    stroke: #394251;
    stroke-width: 3;
    stroke-linecap: square;
    stroke-miterlimit: 10;
}
.c-icon_arrow-down {}
.c-icon_arrow-down .c-icon__pic {
    fill: #C6C6C6;
}
.c-icon_after {
    margin-left: 0.563em;
}
.c-icon_white {}
.c-icon_white.c-icon_search {}
.c-icon_white.c-icon_search .c-icon__pic, .c-icon_white.c-icon_search .c-icon__pic2 {
    stroke: #fff;
    fill: transparent;
}
.c-icon_white .c-icon__pic {
    fill: #fff;
}
.c-icon_silver {}
.c-icon_silver-dark {}
.c-icon_silver-dark .c-icon__pic {
    fill: #C6C6C6;
}
.c-icon_grey {}
.c-icon_grey-darker {}
.c-icon_grey-darker .c-icon__pic {
    fill: #394251;
}
.c-icon_grey-dark {}
.c-icon_grey-dark .c-icon__pic {
    fill: #525964;
}
.c-icon_grey-lighter {}
.c-icon_grey-lighter .c-icon__pic {
    fill: #787E82;
}
.c-icon_green {}
.c-icon_green .c-icon__pic {
    fill: #40B64C;
}
.c-icon_yellow {}
.c-icon_yellow .c-icon__pic {
    fill: #DED0AB;
}
.c-icon_block {
    display: block;
}
.c-icon_black {}
.c-icon_black .c-icon__pic {
    fill: #000;
}
.c-icon_red {}
.c-icon_red .c-icon__pic {
    fill: #f00;
}
.c-icon_stroke {}
.c-icon_stroke-white {}
.c-icon_stroke-white .c-icon__stroke {
    stroke: #fff;
}
.c-icon_baseline {
    vertical-align: baseline;
}
.c-icon_bottom {
    vertical-align: bottom;
}
.c-icon_ruble {
    /*font-size: 1em;*/
    font-size: 1.875rem;
    width: 1.086em;
}
.c-icon_big_arrow {
    margin-top: 6.4px;
    margin-top: 0.4rem;
}
.c-info {}
.c-info-map {
    font-size: 16px;
    font-size: 1rem;
}
.c-info-map .c-card {
    margin-top: 0;
}
.c-info-map__side {
    display: table-cell;
}
@media (max-width: 580px) {

    .c-info-map__side {
        display: block;
    }
}
.c-info-map__side_left {
    width: 1%;
    vertical-align: middle;
}
@media (max-width: 580px) {

    .c-info-map__side_left {
        width: 100%;
    }
}
.c-info-map__side_right {
    background-position: right bottom;
}
@media (max-width: 580px) {

    .c-info-map__side_right {
        height: 200px;
        background-size: cover;
    }
}


hr.c-line {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 3em 0;
    padding: 0;
    margin-right: -3.750em;
    margin-left: -3.750em;
}


hr.c-line_without-margin {
    margin: 10px 0;
}


hr.c-line_silver {
    border-top-color: #ECECEC;
}

.c-list {}

.c-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.c-list ul li {
    padding: 10px 0;
}

.c-list ul li.no-padding {
    padding: 0;
}

.c-list__count {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: white;
    border-radius: 50%;
    line-height: 50px;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
}

@media (max-width: 500px) {

    .c-list__count {
        float: none;
        margin-bottom: 1rem;
    }
}

.c-list__text_header {
    padding: 0 0 10px 0;
    font-size: 21.6px;
    font-size: 1.35rem;
}

.c-list__text_content {
    color: #787e82;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 9.6px;
    padding-top: .6rem;
}

.c-list__text_count {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.95;
}

.c-list-green-point {}

.c-list-green-point ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-list-green-point ul li {
    padding-left: 1em;
    text-indent: -.7em;
}

.c-list-green-point ul li:before {
    top: 4px;
    position: relative;
    font-size: 1.75em;
    content: "• ";
    color: #40B64C;
}

.c-list-green-point ul li * {
    padding-left: .8em;
}
.c-inline-list {}
.c-inline-list ul {
    margin: 0;
    padding: 4px;
}
.c-inline-list ul li {
    display: inline;
    margin-right: 5px;
    padding: 3px;
}
.c-inline-list ul li span {
    cursor: pointer;
    font-weight: 700;
    font-size: 21px;
    color: #787E82;
    -webkit-transition: color .6s;
    transition: color .6s;
}
.c-inline-list ul li span.selected {
    color: #40B64C;
}
.c-inline-list ul li span:hover {
    color: rgb(50, 143, 60);
}

.c-logo {
    font-size: 16px;
    font-size: 1rem;
    width: 17.419em;
    height: 1.988em;
    display: inline-block;
    vertical-align: middle;
    margin: 0em 3.438em 0em 0.188em;
}

@media (max-width: 1299px) {

    .c-logo {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-logo {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    .c-logo {
        margin-right: -130px;
    }
    .c-icon__no-tablet {
        display: none;
    }
}
@media (max-width: 767px) {

    .c-logo {
        margin-right: 0;
    }
}

.c-logo .c-icon {}

.c-logo .c-icon__text {
    fill: #525964;
}

.c-logo .c-icon__pic {
    fill: #40B64C;
}

.c-logo.white_text {}

.c-logo.white_text .c-icon {}

.c-logo.white_text .c-icon__text {
    fill: #fff;
}
.modal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
    display: block;
    height: 100%;
}
.modal-background {
    position: absolute;
    overflow-y: scroll;
    left: 0px;
    top: 0px;
    right: -17px;
    bottom: 0px;
    z-index: 99;
    background-color: rgba(120,126,130,0.9);
}
.modal-background.auth-color {
    background-color: rgba(57,66,81,0.95);
}
.modal-background .modal-window {
    position: static;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 3;
    display: block;
}
.modal-open {
    overflow: hidden;
}
.modal-parent {
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.c-product-modal {
    background-color: white;
    margin: 40px 0;
}

.c-product-modal__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-product-modal .section-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(max-width: 480px) {

    .c-product-modal .section-modal {}

    .c-product-modal .section-modal-center {
        text-align: center;
    }
}
.modal-button {
    cursor: pointer;
    display: block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 99999px;
    text-decoration: none;
}
@media (max-width: 480px) {

    .modal-button {
        width: 100%;
        text-align: center;
    }
}
.modal-button-float {
    padding: 14px 20px;
}
@media (max-width: 1024px) {

    .modal-button-float {
        padding: 16px 20px;
    }
}
.modal-button.silver {
    border: 1px solid #ececec;
}
.modal-button.green {overflow:hidden;border: 2px solid #40b64c;position:relative;-webkit-transition: color 300ms;transition: color 300ms;}
.modal-button.green > * {position:relative; z-index:2;}
.modal-button.green:before {content: '';position: absolute;width: 0%;left: -10%;top: -10px;bottom:-10px;background: #40b64c;z-index: 1;-webkit-transition: width 300ms ease-in-out;transition: width 300ms ease-in-out;}
.modal-button.green:hover {color:#fff;}
.modal-button.green:hover:before{width: 110%;}

.modal-button.green-fill {
    background-color: #40b64c;
    color: #fff;
}
.modal-button.font-black {
    color: #000;
}
.modal-button.font-black span {
    color: #fff;
}
.modal-button:focus {
    outline: none;
}
.modal-button_big-text {
    padding: 13px 20px;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.header {}
.header-modal {
    width: 100%;
    height: 80px;
    background-color: #394251;
}
.header-modal .c-logo {
    padding: 24px;
}
.header-modal .c-logo__text {
    fill: #fff;
}
.header-modal-logo {
    margin: 0 8px 0 14px;
}
@media(max-width: 480px) {

    .header-modal {
        height: 130px;
    }
}
.header-modal.login-modal {}
@media(max-width: 480px) {

    .header-modal.login-modal {
        height: 80px;
    }
}
.c-nav:after {
    content: '';
    display: block;
    clear: both;
}
.c-nav {
    font-size: 16px;
    font-size: 1rem;
    padding: 1.438em 0;
    position: relative;
    -webkit-box-shadow: 0 3px 8px -2px rgba(0,0,0,.3);
    box-shadow: 0 3px 8px -2px rgba(0,0,0,.3);
}
@media (max-width: 1240px) {

    .c-nav {
        font-size: 0.9rem;
    }
}
@media (max-width: 767px) {

    .c-nav {
        padding: 1em 0;
    }
}
.c-nav-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    clear: both;
    color: #5D5D5D;
    text-align: left;
}
@media (min-width: 768px) {

    .c-nav-list {
        display: block !important;
    }
}
@media (max-width: 767px) {

    .c-nav-list {
        padding: 10px 0 0;
    }
}
.c-nav-list__item {
    display: inline-block;
    margin-right: 1.875em;
    vertical-align: middle;
    color: inherit;
}
@media (max-width: 767px) {

    .c-nav-list__item {
        display: block;
        margin-right: 0;
    }
}
.c-nav-list__item:last-child {
    margin-right: 0;
}
.c-nav-list__item_with-btn {
    font-size: 0;
}
.c-nav-list__item.is-active.has-nav-dropdown {}
.c-nav-list__item.is-active.has-nav-dropdown .c-nav-list__link {}
.c-nav-list__item.is-active.has-nav-dropdown .c-nav-list__link:after {
    opacity: 1;
}
.c-nav-list__item.has-dropdown {
    position: relative;
}
.c-nav-list__item .c-dropdown {
    right: 0;
    min-width: 255px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.c-nav-list__item .c-dropdown__link {}
@media (max-width: 767px) {

    .c-nav-list__item .c-dropdown__link {
        display: block;
        padding: 0.8em 0;
    }
}
.c-nav-list__item .c-dropdown__link:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {

    .c-nav-list__item .c-dropdown__link:hover {
        background: #ECECEC;
    }
}
.c-nav-list__item_block {
    display: block;
}
.c-nav-list__link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}
@media (max-width: 767px) {

    .c-nav-list__link {
        display: block;
        padding: 0.8em 0;
    }

    .c-footer .c-nav-list__link {
        display: inline;
    }
}
.c-nav-list__link:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translate(-50%, 11px);
    transform: translate(-50%, 11px);
    border-bottom: 12px solid #C6C6C6;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
@media (max-width: 767px) {

    .c-nav-list__link:after {
        display: none;
    }
}
.c-nav-list__link .c-icon {
    margin-left: 14px;
}
.c-nav-list__link:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {

    .c-nav-list__link:hover {
        background: #ECECEC;
    }
}
.c-nav-list__link_withoutline {
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}
.c-nav-list__link_withoutline.active {
    padding-left: 20px;
}
.c-nav-list__link_withoutline:hover {
    text-decoration: none;
}
.c-nav__side {
    float: left;
}
@media (max-width: 767px) {

    .c-nav__side {
        float: none;
        margin-left: -18px;
        margin-right: -18px;
    }
}
.c-nav__side_right {
    float: right;
}
@media (max-width: 767px) {

    .c-nav__side_right {
        display: none;
    }
}
.c-nav__side .c-btn-toggle {
    margin-right: 18px;
    margin-top: 3px;
}
@media (max-width: 375px) {

    .c-nav__side .c-btn-toggle {
        margin-top: 0;
    }
}
.c-nav-dropdown:after {
    content: '';
    display: block;
    clear: both;
}
.c-nav-dropdown {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    z-index: 20;
    background: #C6C6C6;
    -webkit-transform: translateY(1.438em);
    transform: translateY(1.438em);
    display: none;
}
@media (max-width: 1199px) {

    .c-nav-dropdown {
        font-size: 0.9rem;
        -webkit-transform: translateY(1.4em);
        transform: translateY(1.4em);
    }
}
@media (max-width: 767px) {

    .c-nav-dropdown {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.c-nav-dropdown__item {
    float: left;
    width: 14.285714%;
}

@media (max-width: 991px) {

    .c-nav-dropdown__item {
        width: 100%;
    }
}
.c-nav-dropdown__item.has-dropdown {}
.c-nav-dropdown__item.has-dropdown.is-active {}
.c-nav-dropdown__icon {
    font-size: 1em;
    width: 3.286em;
    height: 3.286em;
}
@media (max-width: 991px) {

    .c-nav-dropdown__icon {
        font-size: 0.7em;
    }
}
.c-nav-dropdown__link {
    font-size: 0.875em;
    line-height: 1.429em;
    display: block;
    background: #C6C6C6;
    text-align: center;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    text-decoration: none;
    padding: 1.786em;
    color: inherit;
    min-height: 148px;
}
@media (max-width: 991px) {

    .c-nav-dropdown__link {
        min-height: auto;
        text-align: left;
        padding: 0.5em 1em;
    }
}
.c-nav-dropdown__link br {}
@media (max-width: 991px) {

    .c-nav-dropdown__link br {
        display: none;
    }
}
.c-nav-dropdown__link-text {
    display: block;
    margin-top: 0.5em;
}
@media (max-width: 991px) {

    .c-nav-dropdown__link-text {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1em;
    }
}
.c-nav-dropdown__link:hover {
    background: #ECECEC;
}

.c-page {}

.c-page-hero {
    font-size: 16px;
    font-size: 1rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (max-width: 1299px) {

    .c-page-hero {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-page-hero {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-page-hero {
        font-size: 0.7rem;
    }
}

@media (max-width: 767px) {

    .c-page-hero {
        font-size: 0.6rem;
    }
}

.c-page-hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}

.c-page-hero .c-title, .c-page-hero .c-text {
    font-size: 1em;
}

.c-page-hero__content {
    padding-top: 6.875em;
    padding-bottom: 5em;
    min-height: 21.250em;
    position: relative;
}

.c-page-hero__content_lg {
    padding-top: 5.938em;
    padding-bottom: 8.438em;
}

.c-page-hero__content_sm {
    min-height: 0;
    min-height: initial;
    padding-top: 3.750em;
    padding-bottom: 3.750em;
}

.c-page-hero_dark {}

.c-page-hero_dark:before {
    background: rgba(57, 66, 81, 0.9);
}

.c-page-hero .c-title {
    margin-bottom: 1.813em;
}

.c-page-hero .c-title_margin {}

.c-page-hero .c-title_margin_sm {
    margin-bottom: 1em;
}

.c-page-hero .c-title_sm {}

.c-page-hero .c-title_sm .c-title__text {
    font-size: 3.125em;
}

.c-page-hero__meta {
    position: absolute;
    left: 50%;
    top: 2.500em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-page-hero__meta-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.625em;
}

.c-page-hero__meta_bottom {
    top: auto;
    bottom: 2.500em;
}

.c-page-hero__meta_lg {
    font-size: 1.563em;
    top: 1.313em;
}

@media (max-width: 767px) {

    .c-page-hero__meta_lg {
        top: 2em;
    }
}

.c-page-hero__meta_margin {}

.c-page-hero__meta_margin_none {
    margin: 0;
}

.c-page-hero__btn {
    position: absolute;
    left: 18px;
    top: 1.5em;
    z-index: 10;
}

.c-page-hero__btn-pic {
    display: inline-block;
    border: 1px solid #40B64C;
    width: 4.375em;
    text-align: center;
    text-decoration: none;
    border-radius: 1.250em;
    background-color: transparent;
    outline: none;
    padding: 0em 0.875em;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    vertical-align: middle;
}

.c-page-hero__btn-pic:hover {
    background: #40B64C;
}

.c-page-hero__btn-pic .c-icon {
    font-size: 0;
}

.c-page-hero__btn-text {
    font-weight: 600;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {

    .c-page-hero__btn-text {
        display: none;
    }
}

.c-page-hero__categories {
    margin-top: 2.875em;
    margin-bottom: 2.875em;
    display: block;
    padding: 0em 7em;
}

.c-page-hero__category {
    font-size: 1em;
    margin-left: 0.438em;
    margin-right: 0.438em;
    margin-bottom: 0.5em;
}

@media (max-width: 767px) {

    .c-page-hero__category {
        font-size: 2em;
    }
}

.c-page-hero__category .c-icon {
    margin-left: 16px;
}

.c-page-line {
    font-size: 16px;
    font-size: 1rem;
    background: #fff;
    padding: 2.250em 0;
    position: relative;
}

@media (max-width: 1299px) {

    .c-page-line {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-page-line {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-page-line {
        font-size: 0.7rem;
    }
}

@media (max-width: 767px) {

    .c-page-line {
        font-size: 0.6rem;
    }
}

.c-page-line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: -webkit-linear-gradient(rgba(108, 105, 102, 0.2), transparent);
    background: linear-gradient(rgba(108, 105, 102, 0.2), transparent);
}

.c-page-line__title {
    color: #000;
    font-weight: 600;
    font-size: 1.563em;
    display: inline-block;
    margin-top: 0.3em;
}

@media (max-width: 480px) {

    .c-page-line__title {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }
}

.c-page-line .c-select {
    float: right;
}

@media (max-width: 480px) {

    .c-page-line .c-select {
        float: none;
        width: 100%;
    }
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
.pagination.full-width {}
@media(max-width: 425px) {

    .pagination.full-width {
        width: 100%;
    }
}
.pagination>li {
    display: inline;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #C6C6C6;
    border-radius: 99999px;
    margin: 0 4px;
}
.pagination>li>a.big, .pagination>li>span.big {
    padding: 3px 23px 0 23px;
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 2.32893;
    font-weight: 700;
}
@media(max-width: 425px) {

    .pagination>li>a.big, .pagination>li>span.big {
        padding: 3px 16px 0 16px;
        font-size: 1rem;
    }
}
.pagination>li.next {
    display: none;
    float: right;
}
@media(max-width: 425px) {

    .pagination>li.next {
        display: inline;
    }
}
.pagination>li.next a {
    padding: 5px 7px 0 7px;
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.06;
    font-weight: 700;
}
.pagination>.active {}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    cursor: default;
    background-color: #40B64C;
}


.bonus {}


.bonus-cell {
    background-color: white;
}


.bonus-cell:after {
    content: " ";
    display: table;
    clear: both;
}


.bonus-cell__outer {
    margin: 10px 0;
    padding: 35px 35px 25px 35px;
    width: 100%;
}


.bonus-cell__inner {
    position: relative;
}
.bonus {}
.bonus-header {
    color: #787E82;
    font-size: 15.04px;
    font-size: 0.94rem;
}
.bonus-context {
    font-size: 17.6px;
    font-size: 1.1rem;
    color: black;
}
.bonus-percent {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
}
.how-make-up-price {
    color: #40B64C;
    font-size: 15.04px;
    font-size: 0.94rem;
    text-decoration: none;
}

.order {}

.order-cell {
    background-color: white;
}

@media(min-width: 1440px) {

    .order-cell {
        width: 970px;
    }
}

.order-cell__outer {
    margin: 10px 0;
    padding: 35px 35px 25px 35px;
    width: 100%;
}

.order-cell:after {
    content: " ";
    display: table;
    clear: both;
}

.order-cell__inner {
    position: relative;
}

.order-cell__detail-collapse {
    display: none;
    padding: 5px;
}

.order-data {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1023px) {

    .order-data {
        top: -20px;
    }
}

.order-description {
    padding-left: 30px;
}

@media (max-width: 424px) {

    .order-description {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.order-description__header {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.order-description__footer {
    color: #787E82;
}

.order-img {
    width: 80px;
}

@media (max-width: 424px) {

    .order-img {
        width: 100%;
    }
}

.order-ctrl {}

.order-ctrl.count-size {
    width: 120px;
}

@media (max-width: 1023px) {

    .order-ctrl.count-size {
        float: right !important;
    }
}

@media (max-width: 424px) {

    .order-ctrl.count-size {
        width: 100% !important;
    }
}

.order-ctrl__sum {
    font-size: 36.8px;
    font-size: 2.3rem;
    font-weight: 500;
}

.order-ctrl__rubl {
    font-size: 36.8px;
    font-size: 2.3rem;
    font-weight: 500;
    margin-left: 10px;
}

@media (max-width: 1439px) {

    .order-ctrl__rubl {
        font-size: 1.8rem;
    }
}

@media (max-width: 1023px) {

    .order-ctrl__rubl {
        font-size: 2.3rem;
    }
}

@media (max-width: 424px) {

    .order-ctrl__rubl {
        font-size: 1.4rem;
    }
}

.order-ctrl__ye {
    font-weight: 500;
    color: #787E82;
    margin-left: 8px;
    font-size: 22.4px;
    font-size: 1.4rem;
}

@media (max-width: 1439px) {

    .order-ctrl__ye {
        font-size: 1rem;
    }
}

@media (max-width: 1023px) {

    .order-ctrl__ye {
        font-size: 1.4rem;
    }
}

@media (max-width: 424px) {

    .order-ctrl__ye {
        font-size: 1rem;
    }
}

.order-ctrl__count {
    border: 1px solid #C6C6C6;
    border-radius: 9999px;
    padding: 15px 15px 11px 15px;
    width: 100%;
    text-align: center;
}

.order-ctrl__action .order-button {
    line-height: 44px;
}

.order-ctrl__action_align-right {
    text-align: right;
    padding-top: 18px;
}

.order-button {
    border: 2px solid #d2b791;
    background-color: #d2b791;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 500;
    padding-top: 0;
}

@media (max-width: 1439px) {

    .order-button {
        width: 290px !important;
        float: right;
    }
}

@media (max-width: 1023px) {

    .order-button {
        float: none;
        margin: auto;
    }
}

@media (max-width: 424px) {

    .order-button {
        width: 100% !important;
    }
}

.order-handle {
    color: #d2b791;
    font-weight: 700;
}

.order-success {
    color: #40B64C;
    font-weight: 700;
}

.order-detail {
    color: #40B64C;
    font-weight: 500;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.order-icon {}

.order-icon svg {
    width: 20px;
}

.order-icon svg .c-icon__pic {
    fill: #C6C6C6;
}

.order-item {}

.order-item-price {}

@media (max-width: 424px) {

    .order-item-price {
        width: 100% !important;
        text-align: center;
    }
}

.order-item-common-price {}

@media (max-width: 1439px) {

    .order-item-common-price {
        margin-top: 20px;
    }
}

@media (max-width: 1023px) {

    .order-item-common-price {
        width: 100%;
        margin: 10px 0 10px 0 !important;
        text-align: center;
    }
}

.order-item-button {}

@media (max-width: 1439px) {

    .order-item-button {
        padding: 10px 0;
        width: 100% !important;
    }
}

@media (max-width: 1023px) {

    .order-item-button {
        margin: 0 !important;
    }
}

.order-top {}

.order-top-menu {}

@media(max-width: 767px) {

    .order-top-menu {
        position: fixed;
    }
}
.detail {}
.detail-header {
    font-size: 17.6px;
    font-size: 1.1rem;
}
.detail-title {
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #787E82;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
@media (max-width: 1200px) {

    .detail-title {
        margin-bottom: 0.4rem;
    }
}
@media (max-width: 480px) {

    .detail-title {
        margin-bottom: 0;
    }
}
.detail-text {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #525964;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.detail-comment {
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #525964;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    line-height: 22.4px;
    line-height: 1.4rem;
}
.option-form {}
.option-form .form-item {
    width: 100%;
    padding: 14px 10px;
    margin: 10px 0;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: white;
    color: #000;
    font-size: 17.76px;
    font-size: 1.11rem;
}
.option-form .form-item::-webkit-input-placeholder {
    color: #333333;
}
.option-form .form-item::-moz-placeholder {
    color: #333333;
}
.option-form .form-item:-moz-placeholder {
    color: #333333;
}
.option-form .form-item:-ms-input-placeholder {
    color: #333333;
}

label {}

label.chkbox {
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: top;
    width: 68px;
    height: 36px;
    border-radius: 999999px;
    margin: 0 5px 5px 0;
    padding: 7px 10px;
    cursor: pointer;
    overflow: hidden;
    background-color: #cfcfcf;
    color: white;
    box-shadow: 0 1px 15px rgba(0,0,0,0.1) inset, 0 1px 4px rgba(0,0,0,0.1) inset, 1px -1px 2px rgba(0,0,0,0.1);
    -web-kit-transition: background-color .4s ease;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

label.chkbox .toggle {
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 999999px;
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    left: 3px;
    top: 3px;
    background: transparent;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2), 0 0 1px rgba(255,255,255,1) inset;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-image: -webkit-linear-gradient(white 0%, #e7e7e7 100%);
    background-image: linear-gradient(white 0%, #e7e7e7 100%);
}

label.chkbox.on {
    background-color: #40B64C;
}

label.chkbox.on .toggle {
    -webkit-transform: translateX(31px);
    transform: translateX(31px);
}

input[type=checkbox].replaced {
    position: absolute;
    left: -9999em;
}

.padding-text-label {
    padding-top: 6px;
}

.label-text {
    width: 70%;
}
.c-phone {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.125em;
}
@media (max-width: 1299px) {

    .c-phone {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-phone {
        font-size: 0.8rem;
    }
}
@media (max-width: 1024px) {

    .c-phone {
        /*margin-right: 0;*/
        /*margin-bottom: 0.7em;*/
    }
}
@media (max-width: 767px) {

    .c-phone {
        margin-right: 2em;
        margin-bottom: 0;
    }
}
@media (max-width: 375px) {

    .c-phone {
        font-size: 0.6rem;
    }
}
.c-phone:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.c-phone__text {
    font-size: 0.750em;
    color: #787E82;
    letter-spacing: 0.025em;
}
.c-phone__numbers {
    font-size: 1.375em;
}
.c-phone_hide {}
@media (max-width: 1024px) and (min-width: 768px) {

    .c-phone_hide {
        display: none;
    }
}
.modal-background {}
.modal-background .float-text {
    font-size: 19.2px;
    font-size: 1.2rem;
}
@media(max-width: 1024px) {

    .modal-background .float-text {
        font-size: 1rem;
    }
}
@media(max-width: 480px) {

    .modal-background .float-text {
        font-size: 1rem;
    }
}
.modal-background .text-line-height {
    line-height: 24px;
    line-height: 1.5rem;
}
.modal-background .margin-right-14 {
    margin: 0 14px 0 0;
}
.modal-background .padding-14 {
    padding: 14px;
}
.modal-background .right-pull {
    float: right;
}
@media(max-width: 767px) {

    .modal-background .right-pull {
        float: right;
        padding: 14px 0;
    }
}
.modal-background .left-pull {
    float: left;
}
.modal-background .padding-top-bot-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal-background .padding-top-bot-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media(max-width: 480px) {

    .modal-background .padding-top-bot-30 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media(max-width: 480px) {

    .modal-background {}

    .modal-background .left-pull-sm {
        float: left;
        padding: 14px 20px;
    }
}
.modal-background .modal-icon {
    width: 30px;
}
.modal-background .tmp_text {
    font-size: 16px;
    font-size: 1rem;
}
.modal-background .tmp_header {
    font-size: 16px;
    font-size: 1rem;
    color: #787E82;
}
.modal-background .l-h1-5 {
    line-height: 24px;
    line-height: 1.5rem;
}
.modal-background .slick-arrow {
    position: fixed !important;
}
.modal-background .product_cell_other {
    background-color: white;
    width: 100%;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.modal-background .img_container {
    position: relative;
}
.modal-background .img_container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal-background .product_name,
.modal-background .count {
    font-weight: 500;
    color: #394251;
}
.modal-background .old_price {
    font-weight: 700;
    text-decoration: line-through;
}
.modal-background .price {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
    color: #40B64C;
}
.modal-background .product_name_container,
.modal-background .product_price_container {
    margin: 4px;
    display: block;
    margin: 0;
}
@media(max-width: 1024px) {

    .modal-background {}

    .modal-background .modal-button-float {
        padding: 16px 20px;
    }
}
@media(max-width: 480px) {

    .modal-background {}

    .modal-background .modal-button {
        width: 100%;
        text-align: center;
    }
}
.modal-background .footer-modal {
    margin-top: 70px;
    width: 100%;
    background-color: #394251;
}
.modal-background .footer-modal-container {
    padding: 40px 100px;
}
@media(max-width: 1024px) {

    .modal-background .footer-modal-container {

    padding:40px 80px {}
}
}
@media(max-width: 930px) {

    .modal-background .footer-modal-container {
        padding: 40px 30px;
    }
}
@media(max-width: 480px) {

    .modal-background .footer-modal-container {
        padding: 10px 30px 10px 30px;
    }
}
.modal-background .footer-modal-icon {
    width: 100%;
    max-width: 100px;
    float: left;
}
.modal-background .footer-modal-icon {}
.modal-background .footer-modal-icon object {
    display: inline-block;
}
.modal-background .footer-modal-title {
    float: left;
    color: white;
    margin: 10px 0 10px 0;
    font-size: 2.875em;
}
@media(max-width: 930px) {

    .modal-background .footer-modal-title {
        font-size: 2.375em;
        margin: 10px 0 10px 40px;
    }
}
@media(max-width: 767px) {

    .modal-background .footer-modal-title {
        margin: 10px 0 10px 20px;
    }
}
.modal-background .footer-modal-button {
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    margin: 20px 0;
}
@media(max-width: 1024px) {

    .modal-background .footer-modal-button {
        margin: 30px 0;
    }
}
@media(max-width: 480px) {

    .modal-background .footer-modal-button {
        margin: 10px 0;
    }
}
.modal-background .o-container {}
.modal-background .o-container_modal {
    left: 0;
}
.modal-background .o-container_modal.js-login-container,
.modal-background .o-container_modal.js-auth-container,
.modal-background .o-container_modal.js-call-container {
    left: -8px;
    margin: 20px auto;
}
.panel {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 710px;
    overflow-y: scroll;
}
@media(max-width: 767px) {

    .panel {
        width: 100%;
    }
}
.panel .fav-menu,
.panel .price-menu {
    display: none;
}
.panel .menu {
    list-style-type: none;
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: left;
    width: 100%;
}
.panel .menu-order-button {
    padding: 3px 6px 0px 18px;
}
.panel .menu__item {
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 1.4;
    padding: 0;
    font-weight: 200;
    text-overflow: ellipsis;
    overflow: hidden;
}
.panel .menu__item.header {
    padding: 20px 20px 20px 50px;
}
@media(max-width: 480px) {

    .panel .menu__item.header {
        padding-left: 20px;
    }
}
.panel .menu__item.line {
    background-color: #ECECEC;
    height: 1px;
}
.panel .menu__item.content {
    padding: 20px 20px 30px 50px;
}
@media(max-width: 480px) {

    .panel .menu__item.content {
        padding-left: 20px;
    }
}
.panel .menu__item.footer {
    padding: 20px 37px 30px 50px;
}
@media(max-width: 480px) {

    .panel .menu__item.footer {
        padding-left: 20px;
    }
}
.panel .menu__item.menu-label {
    font-size: 16px;
    margin: 30px 0 10px 0;
    text-transform: lowercase;
}
.panel .menu__item.menu-label:first-child {
    margin-top: 0;
}
.panel .menu__item.menu-contacts {}
.panel .menu__item.menu-contacts a {
    font-size: 16px;
    text-decoration: inherit;
}
.panel .menu__item .common-product-price {
    font-size: 38.4px;
    font-size: 2.4rem;
    padding-left: 10px;
    font-weight: 400;
    color: #394251;
}
.panel .menu a {
    font-size: 22px;
    text-transform: uppercase;
}
.panel .menu a.c-btn {
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
}
.panel .menu__title {
    float: left;
    color: #000;
    font-size: 2em;
    font-weight: 400;
}
.panel .menu__prod-count {
    margin-left: 20px;
    color: #fff;
    background-color: #40b64c;
    border-radius: 9999px;
    font-size: .6em;
    vertical-align: middle;
    padding: 10px 13px 9px 13px;
}
.panel .menu__cls-btn {
    padding: 12px;
    float: right;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background-color: #40b64c;
    cursor: pointer;
}
.panel .menu__cls-btn:hover {background:rgb(50, 143, 60)}
.panel .menu-action-button {
    border: 0px;
    border-radius: 9999px;
    vertical-align: middle;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin: 5px;
}
.panel .menu-action-button:focus {
    outline: 0;
}
.panel .menu-action-button object {
    width: 10px;
    display: block;
    height: 20px;
    position: relative;
}
.panel .menu-action-button object svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menu-basket-button.basket_btn_animated, .panel .menu-basket-button:hover {background:rgb(50, 143, 60)}

.menu-basket-button.basket_btn_animated,
.panel .menu-basket-button {
    border-radius: 999px;
    background-color: #40B64C;
    border: 0px;
    padding: 11px 12px 5px 11px;
}
.menu-basket-button.basket_btn_animated:focus,
.panel .menu-basket-button:focus {
    outline: 0;
}
.menu-basket-button.basket_btn_animated .c-icon__pic,
.panel .menu-basket-button .c-icon__pic {
    fill: #fff;
}
.panel .menu-delete-button {
    background-color: transparent;
    border: 0px;
}
.panel .menu-delete-button:focus {
    outline: 0;
}
.panel .menu-rubl-icon {
    vertical-align: baseline;
    width: 26px;
    height: 21px;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
}
.panel .menu-rubl-icon object {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100%;
}
.panel .menu-rubl-icon object svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.panel.left {
    left: -710px;
    direction: rtl;
}
.panel.left.ninja-btn {
    left: 100%;
    margin-left: -90px;
}
.panel.left.active {
    left: -17px;
}
.panel.left.active.ninja-btn {
    left: 100%;
}
@media(max-width: 767px) {

    .panel.left {
        left: -767px;
    }
}
.panel.right {
    right: -710px;
    direction: ltr;
}
.panel.right.ninja-btn {
    left: 100%;
    margin-right: -90px;
}
.panel.right.active {
    right: -17px;
}
.panel.right.active.ninja-btn {
    left: 100%;
}
@media(max-width: 767px) {

    .panel.right {
        right: -767px;
    }
}

.panel-overlay {
    position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.panel-white {
    background-color: #fff;
}

.panel-white ul {}

.panel-white ul li,
.panel-white ul a {
    color: #8e8e93;
}

.panel-white ul li a:hover,
.panel-white ul li.active a {
    color: #007aff;
}
.c-post {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    padding-top: 2.750em;
}
@media (max-width: 1299px) {

    .c-post {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-post {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) {

    .c-post {
        font-size: 0.7rem;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .c-phone_hide {
        display: inline-block;
    }
}
@media (max-width: 767px) {

    .c-post {
        font-size: 0.6rem;
    }
}
.c-post h1 {
    font-size: 1.875em;
    margin: 0.800em 0;
}
.c-post h2 {
    font-size: 1.563em;
    font-weight: 600;
    margin: 0.840em 0;
}
.c-post p {
    font-size: 1.250em;
    font-weight: 300;
    line-height: 1.650em;
}
.c-post img {
    display: block;
    margin: 2.375em 0;
}
.c-post a {
    color: #40B64C;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.c-post a:hover {
    color: rgb(50, 143, 60);
}
.c-post blockquote {
    font-weight: 300;
    font-size: 1.875em;
    line-height: 1.400em;
    padding-left: 1.433em;
    margin: 1.567em 0;
    position: relative;
}
.c-post blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.467em;
    background: #40B64C;
}
.c-post hr {
    display: block;
    height: 1px;
    background: #E0E0E0;
    margin: 0 2.750em;
    border: 0;
}
.c-post ul, .c-post ol {
    padding-left: 0;
    list-style: none;
    margin: 2em 2.813em;
}
.c-post ul li, .c-post ol li {
    font-size: 1.063em;
    margin-bottom: 1em;
    position: relative;
}
.c-post ul li:last-child, .c-post ol li:last-child {
    margin-bottom: 0;
}
.c-post ul {}
.c-post ul li {}
.c-post ul li:before {
    content: '';
    position: absolute;
    left: -2.059em;
    top: 0.23em;
    width: 0.588em;
    height: 0.588em;
    background: #40B64C;
    border-radius: 50%;
}
.c-post ol {
    counter-reset: section;
}
.c-post ol li {}
.c-post ol li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: -2.059em;
    top: 0em;
    color: #40B64C;
    font-weight: 700;
}
.c-post__footer:after {
    content: '';
    display: block;
    clear: both;
}
.c-post__footer {
    font-size: 0.875em;
    background: #ECECEC;
    border-bottom: 2px solid #C6C6C6;
    padding: 1em 1.286em;
    margin-top: 4.571em;
    color: #787E82;
}
.c-post__footer-text {
    display: inline-block;
    vertical-align: middle;
}
.c-post__meta {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
.c-post__meta .c-icon {
    font-size: 0;
}
.c-post__meta_lg {
    font-size: 1.143em;
}
.c-post__meta_right {
    float: right;
    margin-left: 0;
}
.c-post__meta-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.7em;
}
.c-post__meta-link {
    text-decoration: none;
    color: inherit;
}
.c-post__meta-link:hover {
    text-decoration: underline;
}
.c-post-tags {
    border-top: 1px solid #E0E0E0;
    padding-top: 1.250em;
    color: #40B64C;
}
.c-post-tags__text {
    color: #394251;
    margin-bottom: 0.750em;
}
.c-post-tags__link {
    color: #40B64C;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    text-decoration: none;
}
.c-post-tags__link:hover {
    color: rgb(50, 143, 60);
}
.c-post_single {
    padding-top: 4.938em;
    padding-bottom: 4.938em;
}
@media (max-width: 480px) {

    .c-post_single {
        padding-top: 2em;
        padding-bottom: 2em;
    }
}
.c-post_single h2 {
    font-size: 2.313em;
}

.c-product {
    font-size: 16px;
    font-size: 1rem;
    background: #fff;
    position: relative;
    margin-bottom: 18px;
}

@media (max-width: 1299px) {

    .c-product {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-product {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-product {
        font-size: 0.7rem;
    }
}

.c-product__label {
    position: absolute;
    left: 12px;
    left: 0.750rem;
    top: 12px;
    top: 0.750rem;
    background: #40B64C;
    color: #fff;
    width: 69.008px;
    width: 4.313rem;
    padding: 8px;
    padding: 0.5rem;
    z-index: 5;
}
.c-product__label a{
    color: #fff;
    text-decoration: none;
}
.c-product__label a:hover{
    text-decoration: underline;
}
.c-product__label-text {
    font-size: 12px;
    font-size: 0.750rem;
    line-height: 18.672px;
    line-height: 1.167rem;
}


.c-product__label:before {
    content: '';
    position: absolute;
    border-top: 11.008px solid #40B64C;
    border-top: 0.688rem solid #40B64C;
    border-bottom: 11.008px solid transparent;
    border-bottom: 0.688rem solid transparent;
    border-left: 3.008px solid #40B64C;
    border-left: 0.188rem solid #40B64C;
    border-right: 3.008px solid transparent;
    border-right: 0.188rem solid transparent;
    left: 100%;
    top: 0;
}

.c-product__label:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    border-top: 11.008px solid transparent;
    border-top: 0.688rem solid transparent;
    border-bottom: 11.008px solid #40B64C;
    border-bottom: 0.688rem solid #40B64C;
    border-left: 3.008px solid #40B64C;
    border-left: 0.188rem solid #40B64C;
    border-right: 3.008px solid transparent;
    border-right: 0.188rem solid transparent;
}

.c-product__label_blue {
    background: #51B0EF;
}

.c-product__label_blue:after {
    border-bottom-color: #51B0EF;
    border-left-color: #51B0EF;
}

.c-product__label_blue:before {
    border-top-color: #51B0EF;
    border-left-color: #51B0EF;
}

.c-product__label_pink {
    background: #C05980;
}

.c-product__label_pink:after {
    border-bottom-color: #C05980;
    border-left-color: #C05980;
}

.c-product__label_pink:before {
    border-top-color: #C05980;
    border-left-color: #C05980;
}

.c-product__pic {
    min-height: 250px;
    min-height: 15.625rem;
    position: relative;
    display: block;
}

.c-product__pic-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
}

.c-product__content:after {
    content: '';
    display: block;
    clear: both;
}

.c-product__content {
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
}

.c-product__content p {
    line-height: 25.008px;
    line-height: 1.563rem;
}

.c-product__content_padding {}

.c-product__content_padding_none {
    padding: 0;
}

.c-product__content h4 {}

.c-product__content h4:first-child {
    margin-top: 0;
}

.c-product__side {
    float: left;
/*    padding-top: 4.8px;
    padding-top: 0.3rem;*/
    min-width: 120px;
    font-size: 90%;
}

.c-product__side_padding {}

.c-product__side_padding_none {
    padding: 0;
}

.c-product__side_right {
    float: right;
    padding-top: 0;
}

.c-product__side_right br {
    display: none;
}

@media (max-width: 600px) {

    .c-product__side_right br {
        display: block;
    }
}

.c-product__side .c-product__btn {}

@media (max-width: 600px) {

    .c-product__side .c-product__btn {
        margin-top: 1.5rem;
        margin-left: 0;
    }
    .c-product__side.c-product__side_right {
        margin-top: 10px;
    }
}


.c-product__title {
    color: #787E82;
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem;
}

.c-product__title_lg {
    font-size: 30px;
    font-size: 1.875rem;
}

.c-product__code {
    font-size: 14px;
    font-size: 0.875rem;
}

.c-product__price {
    display: inline-block;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    vertical-align: baseline;
    margin-right: 2.4px;
    margin-right: 0.15rem;
    color: #000;
    line-height: normal !important;
}

.c-product__price-old {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 600;
    color: #333333;
    text-decoration: line-through;
    margin-right: 4.8px;
    margin-right: 0.3rem;
}

.c-product__price-text {
    margin-left: 4.8px;
    margin-left: 0.3rem;
}

.c-product__price-wrapper {
    width: 160px;
    width: 10rem;
}

.c-product__price-red *{
    color: #f00 !important;
}

@media (max-width: 425px) {

    .c-product__price-wrapper {
        width: 7rem;
    }
}

.c-product__price-wrapper .c-product__price-link {
    font-size: 13.008px;
    font-size: 0.813rem;
}

.c-product__price-no {
    padding-top: 12.8px;
    padding-top: 0.8rem;
}

.c-product__price-no .c-icon {
    margin-left: 10px;
}

.c-product__price-link {
    color: #40B64C;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.c-product__price-link:hover {
    color: rgb(50, 143, 60);
}

.c-product__inner {
    max-width: 750px;
    margin: auto;
    position: relative;
}

.c-product__block:after {
    content: '';
    display: block;
    clear: both;
}

.c-product__block {
    border-top: 1px solid #ECECEC;
    padding: 12px 0;
    padding: 0.750rem 0;
}

.c-product__block:last-child {
    padding-bottom: 0;
}

.c-product__block_lg {
    padding: 30px 0;
    padding: 1.875rem 0;
}

.c-product__block_border {}

.c-product__block_border_bottom {
    border-top-color: transparent;
}

.c-product__link {
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #787E82;
    margin-left: 41.136px;
    margin-left: 2.571rem;
}

.c-product__link:first-child {
    margin-left: 0;
}

.c-product__link-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 11.424px;
    margin-left: 0.714rem;
}

.c-product__link:hover {}

.c-product__link:hover .c-product__link {}

.c-product__link:hover .c-product__link-text {
    text-decoration: underline;
}

.c-product__sale {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    width: 1.500rem;
    height: 24px;
    height: 1.500rem;
    border-radius: 50%;
    background: #ECECEC;
    padding-left: 6px;
    padding-left: 0.375rem;
    padding-right: 6px;
    padding-right: 0.375rem;
    position: relative;
    margin-left: 12px;
    margin-left: 0.750rem;
}

.c-product__sale .c-icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-product__btn {
    margin-left: 10px;
    margin-left: 0.625rem;
    padding-top: 11.2px;
    padding-top: 0.7rem;
    padding-bottom: 11.2px;
    padding-bottom: 0.7rem;
}

.c-product__btn_fix {
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
}

@media (max-width: 1199px) {

    .c-product__btn {
        font-size: 0.9rem;
    }
}

@media (max-width: 991px) {

    .c-product__btn {
        font-size: 0.8rem;
    }
}

.c-product__btn_margin {}

.c-product__btn_margin_none {
    margin-left: 0;
}

.c-product__btn_hide_xs {}

@media(max-width: 600px) {

    .c-product__btn_hide_xs {
        display: none;
    }
}

.c-product__btn_show_xs {}

@media(min-width: 601px) {

    .c-product__btn_show_xs {
        display: none;
    }
}

@media(max-width: 600px) {

    .c-product__btn_show_xs {
        display: block;
    }
}

.c-product__btn_cell {
    float: right;
    width: 90%;
    margin-top: 20px !important;
}

.c-product-table {
    font-size: 14px;
    font-size: 0.875rem;
}

.c-product-table__row {
    margin-bottom: 19.2px;
    margin-bottom: 1.2rem;
}

.c-product-table__row:last-child {
    margin-bottom: 0;
}

.c-product-table__side {
    display: table-cell;
    vertical-align: top;
    line-height: 24px;
    line-height: 1.500rem;
}

@media (max-width: 767px) {

    .c-product-table__side {
        display: block;
        margin-bottom: 0.5rem;
    }
}

.c-product-table__side_fix {
    width: 1%;
}

@media (max-width: 420px) {

    .c-product-table__side_fix {
        width: 100%;
    }
}

.c-product-table__label {
    width: 262.864px;
    width: 16.429rem;
    color: #787E82;
}

.c-product .c-icon_ruble {
    position: relative;
    /*top: -2px;*/
}

.c-product .c-select {
    width: auto;
    min-width: 100px;
    min-width: 6.250rem;
}

@media (max-width: 1199px) {

    .c-product .c-select {
        min-width: 8rem;
    }
}

@media (max-width: 991px) {

    .c-product .c-select {
        min-width: 8.5rem;
    }
}

@media (max-width: 425px) {

    .c-product .c-select {
        min-width: 7.5rem;
    }
}

.c-product .c-select__current {
    font-size: 14px;
    font-size: 0.875rem;
}

.c-product .c-select__current-text {
    position: relative;
    top: -1px;
    width: 30px;
}

.c-product_full {
    padding-top: 40px;
    padding-top: 2.500rem;
}

.product {}

.product-price {
    font-size: 34px;
    font-weight: 500;
    color: #000;
}
.o-section:after {
    content: '';
    display: block;
    clear: both;
}
.o-section {
    padding: 18px 0;
    padding-top: 0;
}
.o-section_padding {}
.o-section_padding_none {
    padding: 0;
}
.o-section_padding_top {
    padding-bottom: 0;
}
.o-section_padding_bottom {
    padding-top: 0;
}
.o-section_hidden {
    overflow: hidden;
}
.c-select {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    width: 19.375em;
}
@media (max-width: 1299px) {

    .c-select {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-select {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) {

    .c-select {
        font-size: 0.7rem;
    }
}
.c-select__current {
    font-size: 1.125em;
    width: 100%;
    border-radius: 1.389em;
    background-color: transparent;
    border: 2px solid #40B64C;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 0.667em 2.1em 0.667em 1.500em;
    position: relative;
    white-space: nowrap;
    outline: none;
}
.c-select__current-text {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-select__current .c-icon {
    position: absolute;
    right: 1.313em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-select__btns {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 38px;
}
.c-select__btn {
    outline: none;
    border: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    background: #ECECEC;
    position: absolute;
    right: 0;
    color: #787E82;
    font-size: 20px;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}
.c-select__btn:hover {
    background: #C6C6C6;
}
.c-select__btn_top {
    top: -6px;
}
.c-select__btn_bottom {
    bottom: -6px;
}
.c-select__color {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #000;
    margin-right: 0.625em;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    min-width: 10px;
    min-height: 10px;
}
@media (max-width: 767px) {

    .c-select__color {
        position: relative;
        top: -1px;
    }
}
.c-select-dropdown {
    padding-left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    white-space: nowrap;
    background: #fff;
    min-width: 100%;
    text-align: left;
    z-index: 11;
    box-shadow: 2px 3px 7px rgba(0,0,0,.35);
    display: none;
}
.c-select-dropdown__item {
    border-bottom: 1px solid #ECECEC;
}
.c-select-dropdown__item:last-child {
    border-bottom: 0;
}
.c-select-dropdown__link {
    display: block;
    text-decoration: none;
    color: #000 !important;
    padding: 0.7em 1em;
    background: #fff;
    -webkit-transition: background 300ms !important;
    transition: background 300ms !important;
}
.c-select-dropdown__link:hover {
    background: #ECECEC;
}
.c-select_dark {}
.c-select_dark .c-select__current {
    color: #000;
    background: #ECECEC;
    border-color: #ECECEC;
}
.c-select_transparent {}
.c-select_transparent .c-select__current {
    background: transparent;
}
.c-select_with-btns {
    margin-right: 38px;
}
.c-select_small {
    width: 15.000em;
}
.c-select_auto {
    width: auto;
}
.c-select_auto .c-select {}
.c-select_auto .c-select__current {
    border: 0;
    padding: 0;
    font-size: 1em;
}
.c-select_auto .c-select__current-text {
    padding-right: 0;
    display: inline-block;
}
.c-select_auto .c-select__current .c-icon {
    display: inline-block;
    vertical-align: middle;
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.c-select_color {
    width: 5.000em !important;
    padding: 0;
    min-width: 0 !important;
    min-width: initial !important;
}
@media (max-width: 767px) {

    .c-select_color {
        margin-top: 2px;
    }
}
.c-select_color .c-select {}
.c-select_color .c-select__current {
    border: 0;
    padding: 0;
    font-size: 0.875em;
}
.c-select_color .c-select__current-text {
    width: auto;
}
.c-select_color .c-select__current .c-icon {
    right: 0;
}
.c-select_color .c-select-dropdown {}
.c-select_color .c-select-dropdown__link {
    display: block;
    height: 1.500em;
}

.c-sidebar {
    font-size: 16px;
    font-size: 1rem;
    background: #fff;
    width: 15.938em;
    padding-left: 2.813em;
    padding-right: 1em;
}

@media (max-width: 1299px) {

    .c-sidebar {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-sidebar {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-sidebar {
        font-size: 0.7rem;
    }
}

@media (max-width: 767px) {

    .c-sidebar {
        width: 100%;
    }
}

.c-sidebar_icon {
    padding-left: 1em;
}

.c-sidebar__title {
    font-size: 1.875em;
    margin-bottom: 1.333em;
}

.c-sidebar-list {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.c-sidebar-list__item {
    margin-bottom: 2.188em;
}

.c-sidebar-list__item:last-child {
    margin-bottom: 0;
}

.c-sidebar-list__item_current {
    color: #40B64C;
}

.c-sidebar-list__link {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.c-sidebar-list__link:hover {
    color: #40B64C;
}
.c-slider {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {

    .c-slider {
        font-size: 0.9rem;
    }
}
@media (max-width: 991px) {

    .c-slider {
        font-size: 0.7rem;
    }
}
@media (max-width: 767px) {

    .c-slider {
        font-size: 0.5rem;
    }
}
@media (max-width: 480px) {

    .c-slider {
        font-size: 0.4rem;
    }
}
.c-slider__item {
    background-size: cover;
    background-position: center;
    min-height: 31.250em;
    outline: none;
    color: #fff;
    padding: 5.000em 4.063em 5.938em;
    position: relative;
}
@media (max-width: 480px) {

    .c-slider__item {
        padding-left: 0;
        padding-right: 0;
    }
}
.c-slider__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.c-slider__item_light {}
.c-slider__item_light:before {
    display: none;
}
.c-slider__item_padding {}
.c-slider__item_padding_none {
    padding: 0;
}
.c-slider__item_center {
    text-align: center;
}
.c-slider__pic {
    display: inline-block !important;
}
.c-slider__quote {
    padding: 5.625em 2.188em 3.750em;
    position: relative;
}
.c-slider__quote:before, .c-slider__quote:after {
    content: '';
    position: absolute;
    width: calc(50% - 50px - 2.188em);
    height: 2px;
    background: #fff;
    top: 2.500em;
}
.c-slider__quote:before {
    left: 2.188em;
}
.c-slider__quote:after {
    right: 2.188em;
}
.c-slider__quote .c-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1.750em;
}
@media (max-width: 991px) {

    .c-slider__quote .c-icon {
        top: 1em;
    }
}
@media (max-width: 480px) {

    .c-slider__quote .c-icon {
        top: 0;
    }
}
.c-slider__quote-line {
    height: 2px;
    background: #fff;
    margin: 2.250em auto 0;
    max-width: 20.938em;
}
.c-slider_dots_right {}
.c-slider_dots_right .slick-dots {
    padding-right: 2.125em;
    text-align: right;
    padding-bottom: 3.125em;
}
.c-slider__title {
    font-weight: 900;
    font-size: 4.375em;
    line-height: 1.029em;
    margin-bottom: 0.286em;
    font-family: 'Kuenstler 480 BT', serif;
}
@media (max-width: 480px) {

    .c-slider__title {
        font-size: 4em;
    }
}
.c-slider__desc {
    font-size: 1.563em;
    line-height: 1.320em;
    margin-bottom: 1.600em;
}
.c-slider__desc br {}
@media (max-width: 480px) {

    .c-slider__desc br {
        display: none;
    }
}
.c-slider__btn {}
@media (max-width: 767px) {
/*
    .c-slider__btn {
        font-size: 0.8rem;
    }*/
}
.c-slider .c-title, .c-slider .c-text {
    font-size: 1em;
}
.c-slider .slick {}
.c-slider .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    outline: none;
    width: 7.500em;
    height: 7.500em;
    border-radius: 50%;
    background: #525964 url('/local/templates/masterclock/assets/css/../img/arrow.svg') no-repeat 28% center;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}
@media (max-width: 767px) {

    .c-slider .slick-arrow {
        font-size: 1.8em;
    }
}
.c-slider .slick-arrow:hover {
    background-color: #40B64C;
}
.c-slider .slick-prev {
    left: -3.750em;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.c-slider .slick-next {
    right: -3.750em;
}
.c-slider_categories {}
.c-slider_categories .slick-dots {
    padding-bottom: 2em;
}
.c-slider_thumb {
    /*width: 165px;*/
    margin: 1.688em auto 1em;
}
.c-slider_thumb .c-slider__item {
    width: 40px;
    height: 40px;
    background-color: #ECECEC;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
    min-height: 0;
    min-height: initial;
    padding: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.c-slider_thumb .c-slider__item:before {
    display: none;
}
.c-slider_with-thumb {}
.c-slider_with-thumb .c-slider__item {
    min-height: 0;
    min-height: initial;
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 6.25em;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}
.slick-dots li.slick-active {}
.slick-dots li.slick-active button {
    background: #40B64C;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    outline: none;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.c-stat {
    font-size: 1rem;
    background: #fff;
    padding: 2em 1em 2em 1em;
    text-align: center;
    margin-top: 18px;
    height: auto !important;
    width: 100%;
}

@media (max-width: 1199px) {

    .c-stat {
        font-size: 0.9rem;
    }
}

@media (max-width: 1099px) {

    .c-stat {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-stat {
        font-size: 0.7rem;
    }
}

.c-stat__header {
    font-weight: 700;
    font-size: 5.563em;
    position: relative;
    margin-bottom: 0.213em;
    display:flex;
    justify-content: center;
}
.c-stat__header > span {order:2;}
.c-stat__pic {
    width: 0.843em;order:1;margin-right:15px;
}


.c-stat__text {
    font-size: 18px;
    font-weight: 600;
}

.c-stat__sub {
    display: inline-block;
    font-size: 0.562em;
    vertical-align: baseline;
    margin-left: -0.5em;
}

.c-stat_dark {
    background: #394251;
    color: #fff;
}

.c-table {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-top: 1.250em;
    min-width: 500px;
}

@media (max-width: 1299px) {

    .c-table {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {

    .c-table {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {

    .c-table {
        font-size: 0.7rem;
    }
}

.c-table th {
    padding-top: 1.250em;
    padding-bottom: 1.250em;
}

.c-table td {
    padding-top: 0.32em;
    padding-bottom: 0.32em;
}

.c-table td:last-child {
    width: 110px;
}

.c-table tr {
    border-top: 1px solid #ECECEC;
}

.c-table tr:last-child {
    border-bottom: 1px solid #ECECEC;
}

.c-table .c-btn {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
}

.c-table .c-btn__text {
    font-size: 0.875em;
}

.c-table-wrapper {
    overflow: auto;
}
.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tab .add2basket {
	line-height: 44px;
}

.tab.visible {
    overflow: visible;
}
.tab li {
    float: left;
}
.tab li.pull-right {
    float: right;
}
.tab li .tab-cell {
    display: inline-block;
    color: #40B64C;
    text-align: center;
    padding: 14px 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 17px;
}
.tab li .tab-cell:hover {
    background-color: #ccc;
    color: #40B64C;
}
.tab li .tab-cell:focus, .tab li .tab-cell.active {
    background-color: #ccc;
}
.tab__item {}
.tab__item_clearfix {
    clear: both;
}
.tab__item_10s {
    width: 10px;
}
.tab__item_25s {
    width: 25px;
}
.tab__item_50s {
    width: 50px;
}
.tab__item_75s {
    width: 75px;
}
.tab__item_100s {
    width: 100px;
}
.tab__item_big {}
@media (max-width: 767px) {

    .tab__item_big {
        margin: 10px 0;
    }
}
.tab__item_1 {
    width: 8.333333333%;
}
.tab__item_2 {
    width: 16.666666666%;
}
.tab__item_3 {
    width: 25%;
}
.tab__item_4 {
    width: 33.3333333333%;
}
.tab__item_5 {
    width: 41.666666666%;
}
.tab__item_6 {
    width: 50%;
}
.tab__item_7 {
    width: 58.333333333%;
}
.tab__item_8 {
    width: 66.666666666%;
}
.tab__item_9 {
    width: 75%;
}
.tab__item_10 {
    width: 83.333333333%;
}
.tab__item_11 {
    width: 91.666666666%;
}
.tab__item_12 {
    width: 100%;
}
.tab__item_0_offset {
    margin-left: 0;
}
.tab__item_1_offset {
    margin-left: 8.333333333%;
}
.tab__item_2_offset {
    margin-left: 16.666666666%;
}
.tab__item_3_offset {
    margin-left: 25%;
}
.tab__item_4_offset {
    margin-left: 33.3333333333%;
}
.tab__item_5_offset {
    margin-left: 41.666666666%;
}
.tab__item_6_offset {
    margin-left: 50%;
}
.tab__item_7_offset {
    margin-left: 58.333333333%;
}
.tab__item_8_offset {
    margin-left: 66.666666666%;
}
.tab__item_9_offset {
    margin-left: 75%;
}
.tab__item_10_offset {
    margin-left: 83.333333333%;
}
.tab__item_11_offset {
    margin-left: 91.666666666%;
}
.tab__item_12_offset {
    margin-left: 100%;
}
@media (max-width: 1200px) {

    .tab__item {}

    .tab__item_1_md {
        width: 8.333333333%;
    }

    .tab__item_2_md {
        width: 16.666666666%;
    }

    .tab__item_3_md {
        width: 25%;
    }

    .tab__item_4_md {
        width: 33.3333333333%;
    }

    .tab__item_5_md {
        width: 41.666666666%;
    }

    .tab__item_6_md {
        width: 50%;
    }

    .tab__item_7_md {
        width: 58.333333333%;
    }

    .tab__item_8_md {
        width: 66.666666666%;
    }

    .tab__item_9_md {
        width: 75%;
    }

    .tab__item_10_md {
        width: 83.333333333%;
    }

    .tab__item_11_md {
        width: 91.666666666%;
    }

    .tab__item_12_md {
        width: 100%;
    }

    .tab__item_0_md_offset {
        margin-left: 0;
    }

    .tab__item_1_md_offset {
        margin-left: 8.333333333%;
    }

    .tab__item_2_md_offset {
        margin-left: 16.666666666%;
    }

    .tab__item_3_md_offset {
        margin-left: 25%;
    }

    .tab__item_4_md_offset {
        margin-left: 33.3333333333%;
    }

    .tab__item_5_md_offset {
        margin-left: 41.666666666%;
    }

    .tab__item_6_md_offset {
        margin-left: 50%;
    }

    .tab__item_7_md_offset {
        margin-left: 58.333333333%;
    }

    .tab__item_8_md_offset {
        margin-left: 66.666666666%;
    }

    .tab__item_9_md_offset {
        margin-left: 75%;
    }

    .tab__item_10_md_offset {
        margin-left: 83.333333333%;
    }

    .tab__item_11_md_offset {
        margin-left: 91.666666666%;
    }

    .tab__item_12_md_offset {
        margin-left: 100%;
    }
}
@media (max-width: 768px) {

    .tab__item {}

    .tab__item_1_sm {
        width: 8.333333333%;
    }

    .tab__item_2_sm {
        width: 16.666666666%;
    }

    .tab__item_3_sm {
        width: 25%;
    }

    .tab__item_4_sm {
        width: 33.3333333333%;
    }

    .tab__item_5_sm {
        width: 41.666666666%;
    }

    .tab__item_6_sm {
        width: 50%;
    }

    .tab__item_7_sm {
        width: 58.333333333%;
    }

    .tab__item_8_sm {
        width: 66.666666666%;
    }

    .tab__item_9_sm {
        width: 75%;
    }

    .tab__item_10_sm {
        width: 83.333333333%;
    }

    .tab__item_11_sm {
        width: 91.666666666%;
    }

    .tab__item_12_sm {
        width: 100%;
    }

    .tab__item_0_sm_offset {
        margin-left: 0;
    }

    .tab__item_1_sm_offset {
        margin-left: 8.333333333%;
    }

    .tab__item_2_sm_offset {
        margin-left: 16.666666666%;
    }

    .tab__item_3_sm_offset {
        margin-left: 25%;
    }

    .tab__item_4_sm_offset {
        margin-left: 33.3333333333%;
    }

    .tab__item_5_sm_offset {
        margin-left: 41.666666666%;
    }

    .tab__item_6_sm_offset {
        margin-left: 50%;
    }

    .tab__item_7_sm_offset {
        margin-left: 58.333333333%;
    }

    .tab__item_8_sm_offset {
        margin-left: 66.666666666%;
    }

    .tab__item_9_sm_offset {
        margin-left: 75%;
    }

    .tab__item_10_sm_offset {
        margin-left: 83.333333333%;
    }

    .tab__item_11_sm_offset {
        margin-left: 91.666666666%;
    }

    .tab__item_12_sm_offset {
        margin-left: 100%;
    }
}
@media (max-width: 480px) {

    .tab__item {
        margin: 8px 0 !important;
    }

    .tab__item_1_xs {
        width: 8.333333333%;
    }

    .tab__item_2_xs {
        width: 16.666666666%;
    }

    .tab__item_3_xs {
        width: 25%;
    }

    .tab__item_4_xs {
        width: 33.3333333333%;
    }

    .tab__item_5_xs {
        width: 41.666666666%;
    }

    .tab__item_6_xs {
        width: 50%;
    }

    .tab__item_7_xs {
        width: 58.333333333%;
    }

    .tab__item_8_xs {
        width: 66.666666666%;
    }

    .tab__item_9_xs {
        width: 75%;
    }

    .tab__item_10_xs {
        width: 83.333333333%;
    }

    .tab__item_11_xs {
        width: 91.666666666%;
    }

    .tab__item_12_xs {
        width: 100%;
    }

    .tab__item_0_xs_offset {
        margin-left: 0;
    }

    .tab__item_1_xs_offset {
        margin-left: 8.333333333%;
    }

    .tab__item_2_xs_offset {
        margin-left: 16.666666666%;
    }

    .tab__item_3_xs_offset {
        margin-left: 25%;
    }

    .tab__item_4_xs_offset {
        margin-left: 33.3333333333%;
    }

    .tab__item_5_xs_offset {
        margin-left: 41.666666666%;
    }

    .tab__item_6_xs_offset {
        margin-left: 50%;
    }

    .tab__item_7_xs_offset {
        margin-left: 58.333333333%;
    }

    .tab__item_8_xs_offset {
        margin-left: 66.666666666%;
    }

    .tab__item_9_xs_offset {
        margin-left: 75%;
    }

    .tab__item_10_xs_offset {
        margin-left: 83.333333333%;
    }

    .tab__item_11_xs_offset {
        margin-left: 91.666666666%;
    }

    .tab__item_12_xs_offset {
        margin-left: 100%;
    }
}
.tabcontent {
    display: none;
    height: 600px;
}

.wrap-size {
    width: 600px;
}

@media (max-width:1023px) {

    .wrap-size {
        width: 460px;
    }
}

@media (max-width:767px) {

    .wrap-size {
        width: 92%;
    }
}

@media (max-width:425px) {

    .wrap-size {
        width: 100%;
    }
}
.c-text {
    font-size: 16px;
    font-size: 1rem;
}
.c-text__content {
    font-size: 1em;
    line-height: 1.231em;
}
.c-text__content_green {
    color: #40B64C;
}
.c-text__content_small {
    font-size: 12.8px;
    font-size: 0.8rem;
}
.c-text__content_1-2 {
    font-size: 19.2px;
    font-size: 1.2rem;
}
.c-text__content_1-4 {
    font-size: 22.4px;
    font-size: 1.4rem;
}
.c-text__content_1-6 {
    font-size: 25.6px;
    font-size: 1.6rem;
}
.c-text__content_1-8 {
    font-size: 28.8px;
    font-size: 1.8rem;
}
.c-text__content_2 {
    font-size: 32px;
    font-size: 2rem;
}
.c-text__content_2-2 {
    font-size: 35.2px;
    font-size: 2.2rem;
}
.c-text__content_2-4 {
    font-size: 38.4px;
    font-size: 2.4rem;
}
.c-text__content_2-6 {
    font-size: 41.6px;
    font-size: 2.6rem;
}
.c-text__content-footer {
    font-size: 1.250em;
    font-weight: 600;
    line-height: 1.900em;
    margin-top: 2em;
}
.c-text__content_padding_top_0_5 {
    padding-top: 15px;
}
.c-text__content_padding_top_1 {
    padding-top: 30px;
}
.c-text__content_padding_top_2 {
    padding-top: 60px;
}
.c-text__content_padding_bot_0_5 {
    padding-bottom: 15px;
}
.c-text__content_padding_bot_1 {
    padding-bottom: 30px;
}
.c-text__content_padding_bot_2 {
    padding-bottom: 60px;
}
.c-text__content_line_height {
    line-height: 34px;
}
.c-text_lg {}
.c-text_lg .c-text__content {
    font-size: 1.625em;
}
.c-text_center {
    text-align: center;
}
.c-text a {
    text-decoration: none;
    color: #40B64C;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.c-text a:hover {
    color: rgb(50, 143, 60);
}
.c-text h2 {
    font-weight: 400;
    font-size: 1.875em;
    line-height: normal;
    margin-bottom: 1.333em;
}
.c-text h2:first-child {
    margin-top: 0;
}
.c-text h3 {
    font-size: 1.250em;
    font-weight: 600;
    margin-top: 1.5em;
}
.c-text p {
    line-height: 1.813em;
}
.c-text_adp {}
@media (max-width: 1299px) {

    .c-text_adp {
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {

    .c-text_adp {
        font-size: 0.8rem;
    }
}
@media (max-width: 991px) {

    .c-text_adp {
        font-size: 0.7rem;
    }
}
.c-text__padding {
    padding: 30px 0 0 0;
}
.c-text__padding_lg {
    padding-top: 60px;
}
.c-text__padding_bottom {
    padding-bottom: 30px;
}
.c-text__grey {
    color: #939393;
}
.c-text__greyLighter {
    color: #787E82;
}

a.c-text__greyLighter {
	margin-top: 0 !important;
}

.c-text__greyLighter_x2 {
    font-size: 24px;
    font-size: 1.5rem;
}
.c-text__greyDarker {
    color: #394251;
}
.c-text__bold {
    font-weight: 700 !important;
}
.c-text__no-margins {
    margin: 0;
}
.c-text_padding-bottom-1 {
    padding-bottom: 30px;
}
.c-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    font-family: 'Kuenstler 480 BT', serif;
    margin-bottom: 2.250em;
}
.c-title__text {
    font-size: 3.875em;
    line-height: 0.984em;
}
@media (max-width: 767px) {

    .c-title__text {
        font-size: 2.875em;
    }
}
.c-title_lg {}
.c-title_lg .c-title__text {
    font-size: 4.125em;
}
.c-title_sm {}
.c-title_sm .c-title__text {
    font-size: 2.938em;
}
.c-title_center {
    text-align: center;
}
.c-title_left {
    text-align: left;
}
.c-title_margin {}
.c-title_margin_sm {
    margin-bottom: 0.5em;
}
.c-title_margin_none {
    margin-bottom: 0 !important;
}
.u {}
.u-fsize {}
.u-fsize_small {
    font-size: 12.8px;
    font-size: 0.8rem;
}
.u-fsize_normal {
    font-size: 16px;
    font-size: 1rem;
}
.u-fsize_1-2 {
    font-size: 19.2px;
    font-size: 1.2rem;
}
.u-fsize_1-4 {
    font-size: 22.4px;
    font-size: 1.4rem;
}
.u-fsize_1-6 {
    font-size: 25.6px;
    font-size: 1.6rem;
}
.u-fsize_1-8 {
    font-size: 28.8px;
    font-size: 1.8rem;
}
.u-fsize_2 {
    font-size: 32px;
    font-size: 2rem;
}
.u-fsize_2-2 {
    font-size: 35.2px;
    font-size: 2.2rem;
}
.u-fsize_2-4 {
    font-size: 38.4px;
    font-size: 2.4rem;
}
.u-fsize_2-6 {
    font-size: 41.6px;
    font-size: 2.6rem;
}
.u-color {}
.u-color-grey {}
.u-color-grey_dark {
    color: #525964;
}
.u-color-grey_darker {
    color: #394251;
}
.u-color-grey_lighter {
    color: #787E82;
}
.u-color-black {
    color: #000;
}
.u-color-white {
    color: #fff;
}
.u-color-green {
    color: #40B64C;
}
.u-color-silver {
    color: #394251;
}
.u-color-silver_dark {
    color: #C6C6C6;
}
.u-bg {}
.u-bg-grey {}
.u-bg-grey_darker {
    background: #394251;
}
.u-bg-silver {
    background: #ECECEC;
}
.u-bg-green {
    background: #40B64C;
}
.u-bg-white {
    background: #fff;
}
.u-weight {}
.u-weight-bold {
    font-weight: 700;
}
.u-weight-medium {
    font-weight: 600;
}
.u-weight-small {
    font-weight: 500;
}
.u-weight-normal {
    font-weight: 400;
}
.u-weight-light {
    font-weight: 300;
}
.u-text {}
.u-text-right {
    text-align: right;
}
.u-text-right_sm {}
@media (max-width: 767px) {

    .u-text-right_sm {
        text-align: inherit;
    }
}
.u-text-center {
    text-align: center;
}
.u-text-justify {
    text-align: justify;
}
.u-text-left {
    text-align: left;
}
.u-font {}
.u-font-sans {
    font-family: 'HelveticaNeueCyr', sans-serif;
}
.u-shadow {
    box-shadow: 0 1px 1px rgba(208, 208, 208, 0.75);
}
.u-radius {
    border-radius: 3px;
}
.u-pull {}
.u-pull-right {
    float: right !important;
}
.u-pull-left {
    float: left !important;
}
.u-margin {}
.u-margin-clear {
    margin: 0;
}
@media (max-width: 1024px) {

    .u-margin-clear {}

    /*.u-margin-clear-lg {
    margin: 0;
  }*/
}
.u-margin-5 {
    margin: 5px;
}
.u-margin-10 {
    margin: 10px;
}
.u-margin-15 {
    margin: 15px;
}
.u-margin-20 {
    margin: 20px;
}
.u-margin-25 {
    margin: 25px;
}
.u-margin-30 {
    margin: 30px;
}
.u-margin-left {}
.u-margin-left-5 {
    margin-left: 5px;
}
.u-margin-left-10 {
    margin-left: 10px;
}
.u-margin-left-15 {
    margin-left: 15px;
}
.u-margin-left-20 {
    margin-left: 20px;
}
.u-margin-left-25 {
    margin-left: 25px;
}
.u-margin-left-30 {
    margin-left: 30px;
}
@media (max-width: 480px) {

    .u-margin-left {}

    .u-margin-left-5-xs {
        margin-left: 5px;
    }

    .u-margin-left-10-xs {
        margin-left: 10px;
    }

    .u-margin-left-15-xs {
        margin-left: 15px;
    }

    .u-margin-left-20-xs {
        margin-left: 20px;
    }

    .u-margin-left-25-xs {
        margin-left: 25px;
    }

    .u-margin-left-30-xs {
        margin-left: 30px;
    }
}
.u-margin-right {}
.u-margin-right-5 {
    margin-right: 5px;
}
.u-margin-right-10 {
    margin-right: 10px;
}
.u-margin-right-15 {
    margin-right: 15px;
}
.u-margin-right-20 {
    margin-right: 20px;
}
.u-margin-right-25 {
    margin-right: 25px;
}
.u-margin-right-30 {
    margin-right: 30px;
}
@media (max-width: 480px) {

    .u-margin-right {}

    .u-margin-right-5-xs {
        margin-right: 5px;
    }

    .u-margin-right-10-xs {
        margin-right: 10px;
    }

    .u-margin-right-15-xs {
        margin-right: 15px;
    }

    .u-margin-right-20-xs {
        margin-right: 20px;
    }

    .u-margin-right-25-xs {
        margin-right: 25px;
    }

    .u-margin-right-30-xs {
        margin-right: 30px;
    }
}
.u-margin-top {}
.u-margin-top-5 {
    margin-top: 5px;
}
.u-margin-top-10 {
    margin-top: 10px;
}
.u-margin-top-15 {
    margin-top: 15px;
}
.u-margin-top-20 {
    margin-top: 20px;
}
.u-margin-top-25 {
    margin-top: 25px;
}
.u-margin-top-30 {
    margin-top: 30px;
}
.u-margin-bottom {}
.u-margin-bottom-5 {
    margin-bottom: 5px;
}
.u-margin-bottom-10 {
    margin-bottom: 10px;
}
.u-margin-bottom-15 {
    margin-bottom: 15px;
}
.u-margin-bottom-20 {
    margin-bottom: 20px;
}
.u-margin-bottom-25 {
    margin-bottom: 25px;
}
.u-margin-bottom-30 {
    margin-bottom: 30px;
}
.u-padding {}
.u-padding-clear {
    padding: 0;
}
.u-padding-5 {
    padding: 5px;
}
.u-padding-10 {
    padding: 10px;
}
.u-padding-15 {
    padding: 15px;
}
.u-padding-20 {
    padding: 20px;
}
.u-padding-25 {
    padding: 25px;
}
.u-padding-30 {
    padding: 30px;
}
.u-padding-left {}
.u-padding-left-clear {
    padding-left: 0;
}
.u-padding-left-5 {
    padding-left: 5px;
}
.u-padding-left-10 {
    padding-left: 10px;
}
.u-padding-left-15 {
    padding-left: 15px;
}
.u-padding-left-20 {
    padding-left: 20px;
}
.u-padding-left-25 {
    padding-left: 25px;
}
.u-padding-left-30 {
    padding-left: 30px;
}
.u-padding-right {}
.u-padding-right-clear {
    padding-right: 0;
}
.u-padding-right-5 {
    padding-right: 5px;
}
.u-padding-right-10 {
    padding-right: 10px;
}
.u-padding-right-15 {
    padding-right: 15px;
}
.u-padding-right-20 {
    padding-right: 20px;
}
.u-padding-right-25 {
    padding-right: 25px;
}
.u-padding-right-30 {
    padding-right: 30px;
}
.u-padding-top {}
.u-padding-top-5 {
    padding-top: 5px;
}
.u-padding-top-10 {
    padding-top: 10px;
}
.u-padding-top-15 {
    padding-top: 15px;
}
.u-padding-top-20 {
    padding-top: 20px;
}
.u-padding-top-25 {
    padding-top: 25px;
}
.u-padding-top-30 {
    padding-top: 30px;
}
.u-padding-top-clear {
    padding-top: 0;
}
@media(max-width: 480px) {

    .u-padding-top {}

    .u-padding-top-5 {}

    .u-padding-top-5-xs {
        padding-top: 5px;
    }

    .u-padding-top-10 {}

    .u-padding-top-10-xs {
        padding-top: 10px;
    }

    .u-padding-top-15 {}

    .u-padding-top-15-xs {
        padding-top: 15px;
    }

    .u-padding-top-20 {}

    .u-padding-top-20-xs {
        padding-top: 20px;
    }

    .u-padding-top-25 {}

    .u-padding-top-25-xs {
        padding-top: 25px;
    }

    .u-padding-top-30 {}

    .u-padding-top-30-xs {
        padding-top: 30px;
    }

    .u-padding-top-clear {}

    .u-padding-top-clear-xs {
        padding-top: 0;
    }
}
.u-padding-bottom {}
.u-padding-bottom-5 {
    padding-bottom: 5px;
}
.u-padding-bottom-10 {
    padding-bottom: 10px;
}
.u-padding-bottom-15 {
    padding-bottom: 15px;
}
.u-padding-bottom-20 {
    padding-bottom: 20px;
}
.u-padding-bottom-25 {
    padding-bottom: 25px;
}
.u-padding-bottom-30 {
    padding-bottom: 30px;
}
.u-padding-bottom-clear {
    padding-bottom: 0;
}
@media(max-width: 480px) {

    .u-padding-bottom {}

    .u-padding-bottom-clear {}

    .u-padding-bottom-clear-xs {
        padding-bottom: 0;
    }
}
.u-padding-hidden {}
@media(max-width: 480px) {

    .u-padding-hidden {}

    .u-padding-hidden-xs {
        padding-right: 0;
        padding-left: 0;
    }

    .u-padding-hidden-xs-right {
        padding-right: 0;
    }

    .u-padding-hidden-xs-left {
        padding-left: 0;
    }
}
.u-cursor-pointer {
    cursor: pointer;
}
.u-clear {}
.u-clear-both {
    clear: both;
}
.u-clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.u-pos {}
.u-pos-relative {
    position: relative;
}
.u-full-size {
    width: 100%;
}
.u-hide-input {
    position: absolute;
    left: -9999em;
}
.u-inline {
    display: inline-block;
}
.u-hide {
    display: none;
}
@media(max-width: 1024px) {

    .u-hide {}

    /*.u-hide-lg {
    display: none;
  }*/
}

@media(max-width: 810px) and (min-width: 768px) {

    .u-hide-lg {
        display: none;
    }
}
@media(max-width: 768px) {

    .u-hide {}

    .u-hide-md {
        display: none;
    }
}
/*# sourceMappingURL=main.css.map */

.more-info-good {
    display: inline-block;
    vertical-align: baseline;
    min-width: 155px;
}

.modal-button.green,
.modal-button.green-fill {
    padding: 0 20px;
    text-align: center;
}

.modal-button.green-fill {
    padding-top: 11px;
    padding-bottom: 21px;
}

.modal-button.green-fill {
    padding: 0 20px;
}

@media(max-width: 1024px) {
    /* .modal-button.green-fill {
        padding-top: 14px;
        padding-bottom: 18px;
    } */ 
}

.three-article-wrapper {
    display: flex;
    flex-direction: row;
}

.three-article-wrapper article {
    height: calc(100% - 18px);
}

@media(max-width: 768px) {
    .three-article-wrapper {
        display: block;
    }

    .three-article-wrapper article {
        height: auto;
    }
}

.category-to-cart {
    position: relative;
    display: inline-block;
    height: 41px;
    min-width: 0;
    margin-left: 45px;
    padding: 0 50px 0 15px;
    font-size: 0.875rem;
    vertical-align: top;
    background-color: #40b64c;
    color: #ffffff;
    border-radius: 21px;
    cursor: pointer;
}

.category-to-cart span {
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    vertical-align: middle;
}

.category-cart-wrapper {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 10;
}

.category-cart-pic {
    fill: #ffffff;
}

@media(min-width: 768px) {
    .category-to-cart {
        width: 41px;
        padding: 0;
        border-radius: 50%;
    }

    .category-to-cart span {
        display: none;
    }

    .category-cart-wrapper {
        right: 11px;
    }
}

@media (max-width: 480px) {
    .category-to-cart {
        width: 41px;
        padding: 0;
        border-radius: 50%;
    }

    .category-to-cart span {
        display: none;
    }

    .category-cart-wrapper {
        right: 11px;
    }
}

.modal-button.product-one-click {
    min-width: 0;
}

@media (max-width: 767px) and (min-width: 480px) {
    .header-relative {
        position: relative;
    }

    .c-header__btns {
        position: absolute;
        top: -40px;
        left: 250px;
    }
}

@media (max-width: 576px) and (min-width: 480px) {
    .c-icon__no-tablet {
        display: none;
    }

    .c-header__btns {
        left: 100px;
    }
}

.o-content {
    padding-top: 108px;
}

/* @media (max-width: 1238px) {
  .o-content {
    padding-top: 108px;
  }
} */

@media (max-width: 767px) {
    .o-content {
        padding-top: 42px;
    }
}

.c-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    transition: top 0.6s ease 0s;
}

.nav-up {
    top: -132px;
    transition: top 0.6s ease 0s;
}

.header-no-hide {
    position: absolute;
    top: 0;
}

.popup-product-btns {
    width: 95%;
    margin: 0 auto;
}

.popup-product-btns .modal-button {
	line-height: 50px;
}

.popup-product-btns .tab__item_4,
.popup-product-btns .tab__item_6_sm {
    width: auto;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.header-phones-mobile,
hr.header-phones-mobile {
    display: none;
}

@media (max-width: 767px) {
    .header-phones-mobile,
    hr.header-phones-mobile {
        display: block;
    }

    .header-phones-desktop {
        display: none;
    }
}

.useful-articles .c-card__desc {
    max-height: 60px;
}

@media (max-width: 1220px) {
    .useful-articles .c-card__desc {
        max-height: 53px;
    }
}

@media (max-width: 1108px) {
    .useful-articles .c-card__desc {
        max-height: 47px;
    }
}

@media (max-width: 768px) {

    .main-page-grid .o-layout__col_8 {
        width: 66.66666666% !important;
    }

    .main-page-grid .o-layout__col_4 {
        width: 33.33333333% !important;
    }

    .main-page-grid .o-layout__col_6_sm,
    .main-page-grid .o-layout__col_6 {
        width: 50% !important;
    }

    .main-page-grid .o-layout__col_4_sm {
        width: 33.33333333% !important;
    }

    .main-page-grid .o-layout__col_3_sm {
        width: 25% !important;
    }

    .main-page-grid .o-layout__col_12_sm {
        width: 100% !important;
    }
}

@media (max-width: 640px) {

    .main-page-grid .o-layout__col_3_sm {
        width: 100% !important;
    }

    .main-page-grid .o-layout__col_4_sm,
    .main-page-grid .o-layout__col_4 {
        width: 100% !important;
    }

    .main-page-grid .o-layout__col_6_sm,
    .main-page-grid .o-layout__col_6 {
        width: 100% !important;
    }

    .main-page-grid .o-layout__col_8 {
        width: 100% !important;
    }
}

.popup-comment-btns {
    min-height: 84px;
    padding: 30px 0;
}

.popup-comment-btns li {
    float: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: baseline;
}

.comment-btn-1,
.comment-btn-2 {
    margin-right: 20px;
}

.comment-btn-1 {
    font-weight: bold;
    font-size: 1.3rem;
}
.comment-btn-2 {
    font-size: 1.2rem;
    color: #40b64c;
}
.comment-btn-3 {
    min-width: 180px;
    padding: 0 20px;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #40b64c;
    border-radius: 25px;
    cursor: pointer;
}

@media (max-width: 640px) {
    .comment-btn-3 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .feedback-form .form-tab {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .feedback-form .form-tab {
        font-size: 16px;
    }
}

.modal-button.register-btn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 46px;
    vertical-align: middle;
}
.field-validation-error {
    border-color: red;
}
@media (max-width: 767px) {
    .c-nav-dropdown__link {
        background: #ffffff;
    }
}
@media (max-width: 480px) {
    .header-phones-mobile {
        text-align: center;
    }
    .header-phones-mobile .c-phone {
        margin-top: 10px;
    }
}
.modal-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal-parent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.auth__container {
    margin-top: 0;
}
.auth-wrapper {
    width: 520px;
    margin: 0 auto;
    margin-top: 60px;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .auth-wrapper {
        margin-top: 20px;
    }
    .auth__container {
        margin-top: 0;
    }
}
@media (max-width: 540px) {
    .auth-wrapper {
        width: auto;
    }
}

.button__icon{
    padding-right: 50px;
}

@media(max-width: 810px) and (min-width: 768px) {
    .button__icon{
        height: 26px;
        padding: 10px 20px;
    }

    .c-header__btn .c-icon{
        top: 3px;
        width: 20px;
    }
    .c-footer__btn.button__icon {
        padding: 0.815em 1.313em;
        padding-right: 50px;
        height: auto;
    }
}

.bg_image_block{
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0;
}


@media (max-width: 660px) {

    .bg_image_block {
        background: transparent !important;
    }
}

@media (min-width: 767px) {

    .bg_image_block {
        width: 64%;
    }
}

@media (min-width: 830px) {

    .bg_image_block {
        width: 58%;
    }
}

@media (min-width: 910px) {

    .bg_image_block {
        width: 54%;
    }
}

@media (min-width: 1100px) {

    .bg_image_block {
        width: 50%;
    }
}

@media (min-width: 1199px) {

    .bg_image_block {
        width: 670px;
    }
}

.c-footer__btn .c-icon {
    width: 21px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.c-footer__btn {
	margin-top: 8px;
}

@media only screen and (max-width : 1200px) {
.c-footer__btn {margin-top: 5px;}
}

@media (max-width:1043px) and (min-width:992px) {
    .hide-third-new {
        display:none;
    }
}

.show-third-article {
    display: none;
}

@media (max-width: 992px) and (min-width: 640px) {
    .show-third-article {
        display: block;
    }
}

.main-page-grid {
	margin-bottom: 15px;
}

.c-icon_user {
	margin-top: 2px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.go__to_products {
	padding-bottom: 11px;
}

#gp-select-punkt {
	background: #40B64C;
	text-decoration: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 20px;
	display: inline-flex;
	padding: 0 20px;
	border-left: none !important;
	padding-left: 20px !important;
	margin: 10px 0;
}

.product_name {
	text-decoration: none;
}

.item .tab {
	display: flex;
	flex-wrap: wrap;
}

.js-set-count {
	padding: 0 15px !important;
}

.news_main_link {
	text-decoration: none;
	color: #394251;
}

.o-content__side {position:relative;}
.sticyAbsolute {
    position: absolute;
    bottom: 0;
left:0;
right:0;
}
/* End */


/* Start:/local/templates/masterclock/assets/css/custom.css?15808458486541*/
.tablebodytext {
    display: none;
}
.close_btn,
.js-cls-mdl {cursor: pointer;}
.close_btn svg,
.js-cls-mdl svg{transition: .2s all linear;}
.close_btn:hover svg,
.js-cls-mdl:hover svg {fill:#40b64c;}
.js-cls-mdl a {display:block;}
.addToWishList {
    cursor: pointer;
    margin-top: 0 !important;
}

.addToWishList.inWishList {
    pointer-events: none;
}

.addToWishList.inWishList .c-icon_grey-lighter .c-icon__pic, .c-icon.c-icon_grey-lighter.inWish .c-icon__pic {
    fill: #40b64c;
}
body.popup_item{
    overflow: hidden;
}
body.popup_item .modal-parent.showed{
    position: fixed;
    top: 0 !important;
z-index: 99;
}
#popup_item {
    opacity:0;
    transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
}

#popup_item.active {
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.c-btn.c-btn_outline.c-btn_outline-green.c-page-hero__category{
    cursor: pointer;
}
.nochkbox:checked+label{
    background: #40B64C;
    color: #fff;
}
.main_slider_wrap {
    position: relative;
}
.main_slider_wrap h1.c-slider__title, .main_slider_wrap h2.c-slider__title {
    position: absolute;
    z-index: 9;
    color: #ffffff;
    top: 20px;
    left: 80px;
    max-width: 1380px;
}
.main_slider_wrap .o-container.o-container_fluid {
    margin-top: 150px;
}
.null_price {
    font-size: 1.275rem!important;
    display: inline-block;
}
h4.c-footer__item-title, h3.c-title__text, h2.c-title__text, h1.c-product__title, h1.section_title {
    margin-top: 0;
    margin-bottom: 0;
}
h1.section_title {
    float: right;
}
.status__F, .status__D, .status__DN, .status__DF {
    color: #40B64C!important;
}
.status__N {
    color: #d2b791!important;
}
.btn_status__F, .btn_status__D, .btn_status__DN, .btn_status__DF {
    background-color: #40B64C!important;
    border-color: #40B64C!important;
}
.btn_status__N {
    background-color: #d2b791!important;
    border-color: #d2b791!important;
}
@media (max-width: 1199px) {
    .main_slider_wrap h1.c-slider__title {
        font-size: 3.5em;
    }
}
@media (max-width: 991px) {
    .main_slider_wrap h1.c-slider__title {
        font-size: 3em;
        left: 60px;
    }
}
@media (max-width: 768px) {
    .main_slider_wrap h1.c-slider__title {
        font-size: 2.5em;
        left: 50px;
    }
}
@media (max-width: 488px) {
    .main_slider_wrap h1.c-slider__title {
        font-size: 2em;
        left: 20px;
    }
}
.c-select__current-text,
.product-count{
    border: none;
    outline: none;
}
.product-count{
    max-width: 50px;
}
.modal-button{
    min-width: 100px;
}
.c-select_dark.c-select_with-btns .c-select__current .c-select__current-text{
    background: white;
}
.c-select_dark .c-select__current .c-select__current-text{
    color: #000;
    background: #ECECEC;
}
.c-filter .c-select__current-text {
    max-width: 100%;
}
.c-product__price-wrapper .item_price {
    display: inline-block;
}
body .title-search-result {
    left: 0!important;
    width: 100%!important;
}
.bx_searche .bx_item_element a {
    color: #000!important;
}
.bx_searche .bx_item_element a:hover {
    color: #40B64C!important;
}
.bx_searche .bx_item_element a b {
    color: #40b64c!important;
}
.pluso{
    overflow: hidden;
    height: 1px;
    width: 1px;
}
#review_added{
    display: none;
}
#order_form_content .tab.active{
    display: block;
}
#order_form_content .tab{
    display: none;
}

.pluso-box .pluso-list a,
.pluso-box a.pluso-logo,
.pluso-box .pluso-promo,
.pluso-box a.pluso-go{
    display: none !important;
}
.pluso-box .pluso-list a.pluso-facebook,
.pluso-box .pluso-list a.pluso-odnoklassniki,
.pluso-box .pluso-list a.pluso-vkontakte{
    display: inline-block !important;
}
/*a.news_main_link{
    height: 50px;
    overflow: hidden;
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
}
a.news_main_link::after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25px;
    background: #fff;
    padding: 0 4px;
  }*/
.modal-button.green-fill {
    line-height: 46px;
}
.modal-button.green.green-fill:hover:before {
    width:0!important;
}
.modal-button.green, .modal-button.green-fill{
    max-width: 180px;
}
a.comments__item-cell.modal-button.green{
    padding: 0;
    text-align: center;
}
.video-block iframe{
    max-width: 100%;
}
.fb-comments iframe, .fb_iframe_widget span,.fb_iframe_widget{
    max-width: 100%;
}
input[name='PROPERTY[22][0]']:invalid{border-color: red;}
/*input[name='PROPERTY[22][0]']:valid {border-color: green;}*/

@media (max-width: 510px) {
    .comments__item-cell.modal-button{
        padding: 0 20px;
    }
}
.o-container.o-container_fluid.gray-back{
background-color:#d6d6d6;
padding-bottom: 2.688em;
}

.c-advantages-wrapper {
    display: flex;
    flex-wrap: wrap;
    -webkit-perspective: 100vw;
    perspective: 100vw;
}

.c-advantage {
    float: none;
    -webkit-animation: unset;
    animation: unset;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c-advantage__front, .c-advantage__back {
    -webkit-animation: unset;
    animation: unset;
    transition: transform 0.5s ease;
    transition-delay: 0.02s;
}

.c-advantage__front {
    background: #fff;
    transition-delay: 0s;
}

.c-advantage__back {
    transform: rotateY(-180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-advantage:hover .c-advantage__back {
    transform: rotateY(0);
}

.c-advantage:hover .c-advantage__front {
    transform: rotateY(180deg);
}

@media (max-width: 1400px) {
    .c-advantage {
        width: 33.333333333333333%;
        border-bottom: 1px solid #ECECEC;
    }
    
    .c-advantages-wrapper {
        -webkit-perspective: 200vw;
        perspective: 200vw;
    }
}

@media (max-width: 900px) {
    .c-advantage {
        width: 50%;
    }
    .c-advantages-wrapper {
        -webkit-perspective: 300vw;
        perspective: 300vw;
    }
}

@media (max-width: 579px) {
    .c-advantage {
        width: 100%;
    }
    .c-advantages-wrapper {
        -webkit-perspective: 400vw;
        perspective: 400vw;
    }
}

.modal-background .product_cell_other {
    box-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);
    transition: all 0.3s ease;
}

.modal-background .product_cell_other:hover {
    box-shadow: 0 -1px 7px 1px rgba(100, 100, 100, 0.75);
}
/*доработки*/

/*корзина*/
#basket_form {
    padding-top: 2em;
}
#basket_form .u-bg-white {
    margin-bottom: 100px;
}

/**/
/* End */


/* Start:/local/templates/masterclock/assets/js/fancybox/jquery.fancybox.css?15212333604895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/masterclock/assets/js/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/masterclock/assets/js/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/masterclock/assets/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/masterclock/assets/js/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/masterclock/assets/js/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/masterclock/assets/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/masterclock/assets/fontawesome/css/all.css?157600496870942*/
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-brands-400.eot");
  src: url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-brands-400.woff2") format("woff2"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-brands-400.woff") format("woff"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-brands-400.ttf") format("truetype"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-regular-400.eot");
  src: url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-regular-400.woff2") format("woff2"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-regular-400.woff") format("woff"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-regular-400.ttf") format("truetype"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-solid-900.eot");
  src: url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-solid-900.woff2") format("woff2"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-solid-900.woff") format("woff"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-solid-900.ttf") format("truetype"), url("/local/templates/masterclock/assets/fontawesome/css/../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* End */


/* Start:/local/templates/masterclock/components/bitrix/search.title/search_title/style.css?15212349404599*/
/*.bx-searchtitle {
	margin: 10px 0 0;
}*/
.bx-searchtitle .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}
/*.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
.bx-searchtitle .bx-input-group {}
/*.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    background: #95a1a8;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding:6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
    background: #1484CE;
}


div.title-search-result {
    border:1px solid #c6c6c6;
    display:none;
    overflow-x:hidden;
    overflow-y:auto;
    max-height: 300px;
    z-index:999;
    min-width: 370px;
    margin-top:-3px;
    background-color: #FFF;
}

div.title-search-fader {
    display:none;
    background-image: url('/local/templates/masterclock/components/bitrix/search.title/search_title/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}

p.title-search-preview {
    font-size:12px;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_title{
    margin-top: 10px;
}
.bx_searche .bx_img_element{
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx_searche .bx_item_block{
    min-height: 45px;
    position: relative;
}
.bx_searche .bx_image{
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
    /*float: left;*/
    padding-left: 10px;
    margin-left: 70px;
}
.bx_searche .bx_item_element hr{
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 20px;
    text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
    font-weight:bold;
    font-size:13px;
}
.bx_searche .bx_price .old{
    font-weight:normal;
    text-decoration: line-through;
    color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
    margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.css?1481793524448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/.default/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/local/templates/masterclock/components/bitrix/iblock.element.add.form/add_review/style.css?1521233626199*/
select.form-item option{
    color: black;
}
.form-label[for="audio-file"],
.form-label[for="rev-img-file"] {
    border-bottom: 2px solid #787E82;
    color: #40B64C;
    font-weight: 400;
}
/* End */


/* Start:/local/templates/masterclock/styles.css?159121757820803*/
.c-product {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.itm__wrp {
    /*display: flex;*/
}

.o-layout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.modal-button.green,
.modal-button.green-fill {
    max-width: unset;
    white-space: nowrap;
}

.modal-parent {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.o-container_modal .o-layout__col {
    display: block;
}

.modal-parent .header-modal {
    position: fixed;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    z-index: 10002;
}

.modal-parent.active {
    visibility: visible;
    opacity: 1 !important;
    z-index: 10000;
}

.modal-parent.loaded .header-modal {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-parent .footer-modal {
    visibility: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-modal-container {
    padding: 40px 0;
}

.footer-modal-container .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-modal-container .tab .tab__item {
    width: unset;
    float: none;
}

.footer-modal-container .tab .tab__item.tab__item_2 {
    width: 16%;
}

.footer-modal-container .tab .tab__item.tab__item_5 {
    width: 60%;
}

.footer-modal-container .footer-modal-button a {
    color: #fff;
    text-decoration: none;
}

.modal-parent.loaded .footer-modal {
    visibility: visible;
}

#popup_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    min-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10001;
    margin-top: 80px;
    min-height: calc(100vh - 80px);
}

#popup_items .lds-ring {
    margin-top: -80px;
}
.c-product {
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.c-product:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.o-container_modal .product_cell_other .img_container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.o-container_modal .product_cell_other > div {
    margin-top: 20px;
}

.popup-comment-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#popup_items .product_name {
    color: #787e82;
}

.o-container_modal .product_cell_other > div {
    margin-top: 0.8rem;
}

.o-container_modal .product_cell_other > div span {
    color: #000;
    font-size: 1.275rem !important;
    font-weight: 600;
}

.modal .o-container {
    padding-top: 50px;
}

.c-basket-finish-button {
    padding: 0px !important;
}

.c-basket-price-container {
    margin-top: -10px;
    margin-bottom: 10px;
}

.bx-ui-sls-input-block.dropdown-block {
    padding: 14px 30px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx-ui-sls-input-block.dropdown-block .dropdown-icon {
    top: 16px;
}

.bx-ui-sls-input-block.dropdown-block input {
    top: -8px;
}

.bx-ui-sls-input-block.dropdown-block .bx-ui-sls-clear {
    top: 7px;
}

.location-block-wrapper {
    height: 48px;
    margin-bottom: 10px;
}

.c-product .c-select input {
    width: 40px;
}

.c-select-dropdown {
    z-index: 1000;
}

.bx-basket-item-list-container .menu__item.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal {
    z-index: 10002;
}

.c-footer__item-title {
    padding-top: 1px;
}

.tab__item_param {
    width: unset;
}

.tab__item_spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dotted #ccc;
    margin-left: 15px;
    margin-right: -14px;
}

.tab__item_value {
    width: 35%;
    min-width: 320px;
}
.tab__items .tab__item {
    float: none;
}
.tab__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

#popup_item .o-container_fix.o-container_modal {
    padding-right: 18px;
}

.c-basket-border-form {
    padding: 25px;
}

.main_slider_wrap h1.c-slider__title,
.main_slider_wrap h2.c-slider__title {
    max-width: 1100px;
    position: unset;
    z-index: unset;
}

.main_slider_wrap .o-container.o-container_fluid {
    margin-top: 0;
}

.main-page-grid .c-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: unset;
}

.main-page-grid .c-card__header .c-card__link {
    position: unset;
}

.main-page-grid .c-card_widget,
.c-info-map .c-card_preview {
    padding-left: 2.375em;
    padding-right: 2.375em;
}

.c-info-map .c-card_preview .c-card__title {
    padding-right: 6em;
}

.c-advantage__text {
    font-size: 1rem;
}

.c-header {
    font-size: 1rem;
}

.c-footer__inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
}

.o-content__side #sticker {
    background: #fff;
    z-index: 1;
}

.c-btn-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bx-google-map {
    width: unset !important;
}

.c-page-hero-news .c-page-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-page-hero-news {
    margin-bottom: 17px;
}

.c-footer__contacts-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-footer__contacts-title .c-contacts_soc-buttons {
    float: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-footer__contacts-title .c-contacts_soc-buttons .c-btn-social {
    min-width: 185px;
}

.c-info-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-info-map__side {
    display: block;
}

.c-info-map__side_left {
    width: unset;
}

.c-info-map__side_left .c-card__btn {
    left: unset;
}

.main-page-grid .c-card_preview .c-card__btn,
.c-info-map .c-card_preview .c-card__btn {
    left: unset;
}

.c-info-map__side_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: unset;
}

.c-advantage__pic .c-icon svg {
    position: initial;
    left: unset;
    top: unset;
    -webkit-transform: none;
    transform: none;
}

.c-stat__pic {
    _margin-right: 0;
    margin-left: -15px;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sticker {
    -webkit-transition: padding 0.6s ease 0s;
    transition: padding 0.6s ease 0s;
}

.modal-button.js-set-count {
    cursor: default;
}

.modal-button.js-set-count .c-icon {
    display: none;
}

.item-buy-btns_add {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-article:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1em solid #787e82;
    border-bottom: 1em solid #787e82;
    border-right: 1em solid #ececec;
    border-top: 1em solid #ececec;
    -webkit-box-shadow: 3px -3px 0 #ececec;
    box-shadow: 3px -3px 0 #ececec;
}

audio {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.fb-comments.fb_iframe_widget > span {
    width: 100% !important;
}

.comments_block .audio-block {
    height: 32px;
}

.forgot.form-tab {
    float: right;
    border: 0px;
    overflow: auto;
    color: #40b64c;
    font-size: 21px;
    margin: 0;
}

.c-basket-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

.c-basket-page-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 6rem;
}

.c-basket-footer {
    position: initial;
    bottom: unset;
    width: unset;
    z-index: unset;
}

#js-nav-collapsing {
    transition: max-height 0.2s linear;
}

.c-nav-list__link_withoutline.active {
    padding-left: 0;
}
.itm__wrp {
    transition: z-index 0.7s ease;
}
.itm__wrp:hover {
    z-index: 1;
}

.o-content__main_comments {
    padding: 20px 10px !important;
}

.o-content__main_comments .comments_block {
    width: calc(33.333333% - 20px);
}

.o-content__main_comments .comments_block-fb {
    min-height: 213px;
}

.o-content__main_comments .comments_container {
    display: none;
}

.pluso-box {
    z-index: 100000 !important;
}

.c-product__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media  (max-width: 450px){

    .column.second {
        text-align: center;
        margin-top: 1em;
    }
    .c-product__content .column.first {
        max-width: 100% !important;
    }
}

.c-product__content .c-product__title {
    width: 100%;
}

.c-product__content:after {
    display: none;
}

.bx-basket-item-list-container .menu__item.footer {
    flex-wrap: wrap;
    justify-content: space-between;
}

.bx-basket-item-list-container .menu__item.footer .menu__item {
    width: unset;
    float: unset;
}

.bx-basket-item-list-container .menu__item.footer .menu__item .menu-rubl-icon {
    margin-right: 20px;
}

.main_slider_wrap h1.c-slider__title,
.main_slider_wrap h2.c-slider__title {
    max-width: 1100px;
    position: relative !important;
    z-index: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

/****************************************************************************
 * media
 * */

@media (max-width: 1400px) {
    .c-advantages-wrapper {
        -webkit-perspective: 2000px;
        perspective: 2000px;
    }

    .o-content__main_comments .comments_block {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1299px) {
    #sticker-sticky-wrapper .c-icon-list {
    }

    .o-content__main {
        padding: 3.75em 1.75em;
    }
    .delivery-page hr.c-line {
        margin-right: -1.75em;
        margin-left: -1.75em;
    }

    .c-adv-counter {
        font-size: 0.9rem;
    }

    .c-page-hero__meta {
        font-size: 1rem;
        padding-left: 3px;
    }
    .c-post {
        font-size: 0.9rem;
    }
    .vakancies-page .o-content__main,
    .vakancies-page .c-text_adp,
    .vakancies-page .c-sidebar {
        line-height: 1.813em;
        font-size: 1em;
    }
    .vakancies-page .c-sidebar,
    .vakancies-page .o-content__side {
        font-size: 0.9em;
    }
}

@media (max-width: 1279px) {
    .section_wrp .itm__wrp {
        width: 50%;
    }
    .c-advantages-wrapper {
        -webkit-perspective: 5000px;
        perspective: 5000px;
    }
}

@media (max-width: 1199px) {
    .c-card {
        font-size: 1rem;
    }
    .o-content__main {
        padding: 3.75em 18px;
    }
    .delivery-page hr.c-line {
        margin-right: -18px;
        margin-left: -18px;
    }
    .c-capture {
        padding-left: 3.225em;
        padding-right: 3.225em;
    }

    .c-article-news-item,
    .c-article-articles {
        font-size: 0.9rem;
    }

    .c-article-articles .c-article__title,
    .c-article-articles .c-article__title {
        font-size: 1.75em;
    }

    .c-article-news-item .c-article__btn,
    .c-article-articles .c-article__btn {
        font-size: 0.9rem;
    }
}

@media (max-width: 991px) {
    .c-basket-border-form {
        padding: 20px;
    }
    .o-container_fix.o-container_modal {
        max-width: calc(100vw - 74px);
    }
    .c-advantages-wrapper {
        -webkit-perspective: 10000px;
        perspective: 10000px;
    }
    .c-capture {
        padding-left: 2.225em;
        padding-right: 2.225em;
    }
    .c-capture-item__desc {
        font-size: 1.2em;
    }

    .c-info-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-info-map__side_left .c-card_fixed {
        min-height: unset;
        width: unset;
    }

    .c-info-map__side_left .c-card_fixed .c-card__desc {
        margin-bottom: 95px;
    }

    .item-buy-btns_add {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .c-nav-dropdown__link {
        height: 42px;
        min-height: 42px;
        max-height: 42px;
    }

    .o-content__main_comments .comments_block {
        width: calc(100% - 20px);
    }
}

@media (max-width: 940.9999px) {
    .about_content > .about_padding,
    .about_content > .about__header,
    .about_content > .about_mar-bot {
        padding: 8.3333333%;
    }
    .about_content > .about__header .about,
    .about_content > .about_mar-bot .about {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 892.9999px) {
    .tab__item_1_offset .about__icon_find-man,
    .tab__item_1_offset .about__icon_medal {
        display: none;
    }
    .tab__item_10.about {
        width: 100% !important;
    }
    .about__icon_find-man,
    .about__text_find-man,
    .about__icon_medal,
    .about__text_medal {
        margin-left: 8.3333333%;
        display: block;
    }
    .about__icon_find-man,
    .about__icon_medal {
        float: none !important;
        margin-bottom: 40px;
    }
    .about__text_find-man,
    .about__text_medal {
        font-size: 1.9rem;
    }
}

@media (max-width: 768px) {
    .o-container_fix.o-container_modal {
        max-width: calc(100vw - 24px);
    }
    .similars_items {
        width: unset !important;
    }
    .tab__item_param,
    .tab__item_value {
        width: 100%;
    }
    .tab__item_spacer {
        display: none;
    }
    .c-basket-border-form {
        padding: 15px;
    }
    .similars_items .tab__item {
        width: 100%;
    }
    .c-advantages-wrapper {
        -webkit-perspective: 20000px;
        perspective: 20000px;
    }
    .c-slider {
        font-size: 0.7rem;
    }

    .c-slider h2 {
        font-size: 2.9em;
    }

    .main-page-grid .c-card_widget,
    .main-page-grid .c-card_preview,
    .c-info-map .c-card_preview {
        padding-left: 1.8em;
        padding-right: 1.8em;
    }

    .main-page-grid .c-card_widget .c-card__title,
    .main-page-grid .c-card_preview .c-card__title,
    .c-info-map .c-card_preview .c-card__title {
        font-size: 2em;
    }

    #sticker-sticky-wrapper .c-icon-list {
        width: 100% !important;
        left: 0;
    }

    .o-content__side #sticker {
        padding-right: 20px;
    }

    #sticker-sticky-wrapper .c-icon-list .c-icon-list__item svg {
        height: 36px;
    }
    #sticker-sticky-wrapper .c-icon-list .c-icon-list__item {
        padding-bottom: 20px;
    }
    .c-capture-item {
        font-size: 1.35em;
        max-width: unset;
    }

    .vakancies-page .c-sidebar {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .vakancies-page .c-sidebar-list__item {
        margin-bottom: 0;
        margin-top: 0.5em;
    }

    .vakancies-page .o-content__side {
        padding-bottom: 1.75em;
    }
}

@media (max-width: 767px) {
    .c-sidebar_icon {
        left: 0;
        padding: 0;
    }
    .c-post,
    .vakancies-page {
        padding-left: 18px;
        padding-right: 18px;
    }

    .c-info-map__side_left .c-card_fixed .c-card__desc {
        margin-bottom: 5px;
    }

    .o-container_modal .auth {
        padding-top: 30px;
    }

    #js-nav-collapsing.is-hidden {
        max-height: 0px;
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .o-container_fix.o-container_modal {
        max-width: calc(100vw);
    }
    .about_content > .about_padding,
    .about_content > .about__header,
    .about_content > .about_mar-bot {
        padding: 0;
    }
    .about__icon_find-man,
    .about__text_find-man,
    .about__icon_medal,
    .about__text_medal {
        margin-left: 0;
    }

    .c-footer__inner {
        padding-left: 0;
        padding-right: 0;
    }

    .about__icon_find-man,
    .about__icon_medal {
        margin-bottom: 20px;
    }

    .about__text_find-man,
    .about__text_medal {
        font-size: 1.5rem;
    }

    .c-footer__inner {
        padding-left: 0;
        padding-right: 0;
    }

    #sticker-sticky-wrapper .c-icon-list .c-icon-list__item svg {
        height: 24px;
    }

    #sticker-sticky-wrapper .c-icon-list .c-icon-list__item {
        font-size: 0.9em;
    }
    .o-content__main {
        padding: 3.75em 0;
    }
    .o-content__main .c-title__text {
        font-size: 2em;
    }

    .o-content__main .c-list__text {
        font-size: 1.15rem;
    }
    .o-content__main .c-text__content_2 {
        font-size: 1.45rem;
    }

    .o-content__main .c-text__content_line_height {
        line-height: 1.4;
    }

    .o-content__main .c-list__text_count {
        font-size: 28px;
    }

    .delivery-page hr.c-line {
        margin-right: 0;
        margin-left: 0;
    }

    .c-capture {
        padding-left: 0;
        padding-right: 0;
    }

    .c-post {
        padding-left: 0;
        padding-right: 0;
    }

    .c-page-hero__categories {
        padding: 0 !important;
    }

    .o-section > .o-container.o-container_fluid > .c-capture.u-bg-grey.u-bg-grey_darker {
        padding-left: 2.225em;
        padding-right: 2.225em;
    }
}

@media (max-width: 810px) and (min-width: 768px) {
    .c-footer__contacts .c-header__btn {
        height: unset;
        padding-right: 50px;
    }

    .c-footer__contacts .c-header__btn .c-icon {
        top: 9px;
    }
}

@media (min-width: 768px) {
    .is-sticky .sticker--pt {
        padding-top: 140px;
    }

    .o-container_modal .auth {
        padding-top: 80px;
    }
}
/** Last added */
.c-article__side .c-article__title a {
    color: black;
    text-decoration: none;
}
/* End */
/* /local/templates/masterclock/assets/css/main.css?1591222453175006 */
/* /local/templates/masterclock/assets/css/custom.css?15808458486541 */
/* /local/templates/masterclock/assets/js/fancybox/jquery.fancybox.css?15212333604895 */
/* /local/templates/masterclock/assets/fontawesome/css/all.css?157600496870942 */
/* /local/templates/masterclock/components/bitrix/search.title/search_title/style.css?15212349404599 */
/* /bitrix/templates/.default/ajax/ajax.css?1481793524448 */
/* /local/templates/masterclock/components/bitrix/iblock.element.add.form/add_review/style.css?1521233626199 */
/* /local/templates/masterclock/styles.css?159121757820803 */
