

/* Start:/local/templates/asko/css/main.css?1699447765230805*/
@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1, .about-block__title, .content-head__title {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
    display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
    display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
    background-color: #ff0;
    color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
    display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
    border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
    overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
    display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'Stem';
    src: url("/local/templates/asko/fonts/stem/Stem-Regular.eot");
    src: url("/local/templates/asko/fonts/stem/Stem-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/asko/fonts/stem/Stem-Regular.woff") format("woff"), url("/local/templates/asko/fonts/stem/Stem-Regular.ttf") format("truetype"), url("/local/templates/asko/fonts/stem/Stem-Regular.svg#Stem-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stem';
    src: url("/local/templates/asko/fonts/stem/Stem-Medium.eot");
    src: url("/local/templates/asko/fonts/stem/Stem-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/asko/fonts/stem/Stem-Medium.woff") format("woff"), url("/local/templates/asko/fonts/stem/Stem-Medium.ttf") format("truetype"), url("/local/templates/asko/fonts/stem/Stem-Medium.svg#Stem-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stem';
    src: url("/local/templates/asko/fonts/stem/Stem-Bold.eot");
    src: url("/local/templates/asko/fonts/stem/Stem-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/asko/fonts/stem/Stem-Bold.woff") format("woff"), url("/local/templates/asko/fonts/stem/Stem-Bold.ttf") format("truetype"), url("/local/templates/asko/fonts/stem/Stem-Bold.svg#Stem-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stem';
    src: url("/local/templates/asko/fonts/stem/Stem-Light.eot");
    src: url("/local/templates/asko/fonts/stem/Stem-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/asko/fonts/stem/Stem-Light.woff") format("woff"), url("/local/templates/asko/fonts/stem/Stem-Light.ttf") format("truetype"), url("/local/templates/asko/fonts/stem/Stem-Light.svg#Stem-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Helvetica Neue Cyr; 
	src: local("Helvetica Neue Cyr"), 
    url('/local/templates/asko/fonts/HelveticaNeueLTProCyr-Lt.otf');
    font-display: swap;
}
  
.clearfix:after, .popup-cart__buttons:after, .auth-form:after {
    content: "";
    display: table;
    clear: both;
}

.centered {
    display: table;
    width: 100%;
    height: 100%;
}

.centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

* {
    outline: none;
}

body {
    background: #1b1b1b;
    color: #b4b4b4;
    font-family: "Stem", Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

h1, .about-block__title, .content-head__title, h2, .content__title, .filter-search__label, h3, .content__subtitle, h4, h5, h6 {
    font-family: "Stem", Verdana;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

h1, .about-block__title, .content-head__title {
    font-size: 38px;
    line-height: 44px;
}

@media (max-width: 767px) {
    h1, .about-block__title, .content-head__title {
        font-size: 28px;
        line-height: 32px;
    }
}

h2, .content__title, .filter-search__label {
    font-size: 22px;
    line-height: 26px;
}

@media (max-width: 767px) {
    h2, .content__title, .filter-search__label {
        font-size: 18px;
        line-height: 24px;
    }
}

h3, .content__subtitle {
    font-size: 16px;
    line-height: 24px;
}

h4 {
    font-size: 14px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Helvetica Neue Cyr" !important;
}

p {
    padding: 0 0 24px;
    margin: 0;
}

hr {
    overflow: hidden;
    height: 1px;
    background: #e9e9e9;
    border: 0;
    margin: 32px 0;
}

q,
blockquote {
    display: block;
    background-color: #414040;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 30px 40px 58px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 45px 0 50px;
}

@media (max-width: 1023px) {
    q,
    blockquote {
        padding: 15px 25px;
    }
}

q *,
blockquote * {
    position: relative;
    z-index: 1;
}

q:after,
blockquote:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.7);
    top: 0;
    left: 0;
    z-index: 0;
}

q a,
blockquote a {
    font-weight: 500;
}

strong,
b {
    font-weight: 700;
}

a {
    color: #da233b;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

[class*="icon-"] {
    display: inline-block;
    vertical-align: top;
}

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
    margin: 0 20px 5px 0;
}

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
    margin: 0 0 5px 20px;
}

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

ul li {
    padding: 0;
    margin: 0;
}

.default-list, .static-content ul {
    padding: 0 0 30px;
}

.default-list li, .static-content ul li {
    position: relative;
    padding: 0 0 4px 24px;
}

.default-list li:before, .static-content ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #da233b;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -2px 0 0 0;
}

.static-content h2, .static-content .content__title, .static-content .filter-search__label {
    padding: 0 0 28px 0;
}

.static-content h3, .static-content .content__subtitle {
    padding: 0 0 20px;
}

.static-content img {
    max-width: 100%;
    display: block;
    margin: 0 0 50px 0;
    border-radius: 8px;
}

.static-content a:hover {
    color: #fff;
}

.static-content figure {
    padding: 18px 0 50px;
    margin: 0;
}

.static-content figure img {
    margin: 0;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    display: inline;
    vertical-align: top;
    font-weight: 700;
}

.upper {
    text-transform: uppercase;
}

.inner-content {
    padding: 30px 0 50px;
}

@media (max-width: 767px) {
    .inner-content {
        padding: 0 0 20px;
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

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

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

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

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

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

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

body.fancybox-active {
    overflow: hidden;
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
    display: none;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}

.fancybox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff;
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6;
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--zoom svg path {
    fill: transparent;
}

.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
}

.fancybox-share h1, .fancybox-share .about-block__title, .fancybox-share .content-head__title {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.fancybox-share p:first-of-type {
    margin-right: -10px;
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.fancybox-share input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}

/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */
#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute;
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0;
}

#jr_inner {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #4F4F4F;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.5em;
}

#jr_inner p {
    padding: 5px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
}

#jr_inner ul:after {
    content: '';
    display: block;
    clear: both;
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
}

#jr_inner li a {
    color: #333;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#jr_inner li a:hover {
    text-decoration: underline;
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat center;
    background-size: 80px 80px;
    cursor: pointer;
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0;
}

#jr_close a {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#jr_close p {
    padding: 10px 0 0 0;
    margin: 0;
}

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

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -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;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

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

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

.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.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;
}

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

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background: red;
}

.slick-dots button {
    width: 18px;
    height: 3px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: red;
    opacity: 0.2;
}

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

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 320px;
}

.container, .footer__inner {
    padding: 0 15px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.container:after, .footer__inner:after {
    content: " ";
    display: block;
    clear: both;
}

.wrapper {
    min-height: 100%;
}

.bg-block {
    padding: 45px 0 0 0;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .bg-block {
        padding: 30px 0 0 0;
    }
}

.content__lg-title {
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 48px 0;
}

.content__title {
    display: block;
    color: #fff;
    padding: 0 0 48px 0;
}

.content__subtitle {
    display: block;
    color: #fff;
    padding: 0 0 20px 0;
}

.wow {
    visibility: hidden;
}

.ihb82 {
    padding: 16px;
    background-color: #232323;
    border-radius: 8px;
    border: 1px solid #3a3a3a;
}





button,
.btn {
    text-align: center;
    vertical-align: top;
    font-weight: 700;
    font-size: 12px;
    font-family: "Stem";
    line-height: 24px;
    padding: 14px 30px 13px;
    text-transform: uppercase;
    background: #da233b;
    background: none;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #da233b;
    border-radius: 30px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    display: block;
    cursor: pointer;
}

button.disabled, button[disabled="disabled"], button[disabled],
.btn.disabled,
.btn[disabled="disabled"],
.btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed;
}

button [class*="icon-"],
.btn [class*="icon-"] {
    fill: #fff;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.btn {
    position: relative;
    z-index: 1;
}

.btn:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #da233b;
    border-radius: 50px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn:hover, .btn.active {
    color: #da233b;
    border-color: #fff;
}

.btn:hover:before, .btn.active:before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    background: #fff;
}

.btn--inline {
    width: auto;
    display: inline-block;
}

.btn--ghost {
    background: transparent;
    border-color: transparent;
}

.btn--ghost:before {
    background: transparent;
    border: 2px solid #da233b;
}

.btn--ghost:hover {
    border-color: transparent;
}

.btn--ghost:hover:before {
    border-color: #fff;
}

.btn--md {
    padding: 19px 50px;
    border-radius: 40px;
}

.btn--lg {
    padding: 25px 30px;
    border-radius: 40px;
}

.btn--sm {
    padding: 7px 30px 8px;
    font-size: 11px;
}

.btn--gray:before {
    background: #2c2c2c;
}

.btn--gray:hover {
    background: #fff;
    color: #da233b;
}

.checkbox {
    display: block;
}

.checkbox span {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.checkbox span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #414141;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -7px 0 0 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.checkbox span:after {
    content: '';
    display: block;
    width: 4px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -4px 0 0 0;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"]:checked + span:before {
    background: #da233b;
    border-color: #da233b;
}

.checkbox input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

.row {
    font-size: 0;
    line-height: 0;
    margin: 0 -15px;
}

.col {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.inner {
    height: 200px;
    background: #000;
}

@media (min-width: 320px) {
    .xs-100 {
        width: 100%;
    }

    .xs-75 {
        width: 66.67%;
    }

    .xs-66 {
        width: 66.67%;
    }

    .xs-50 {
        width: 50%;
    }

    .xs-33 {
        width: 33.33%;
    }

    .xs-25 {
        width: 25%;
    }

    .xs-20 {
        width: 20%;
    }

    .offset-xs-50 {
        margin-left: 50%;
    }

    .offset-xs-33 {
        margin-left: 33%;
    }

    .offset-xs-25 {
        margin-left: 25%;
    }

    .offset-xs-20 {
        margin-left: 20%;
    }
}

@media (min-width: 768px) {
    .sm-100 {
        width: 100%;
    }

    .sm-75 {
        width: 75%;
    }

    .sm-66 {
        width: 66.67%;
    }

    .sm-50 {
        width: 50%;
    }

    .sm-33 {
        width: 33.33%;
    }

    .sm-25 {
        width: 25%;
    }

    .sm-20 {
        width: 20%;
    }

    .offset-sm-50 {
        margin-left: 50%;
    }

    .offset-sm-33 {
        margin-left: 33%;
    }

    .offset-sm-25 {
        margin-left: 25%;
    }

    .offset-sm-20 {
        margin-left: 20%;
    }
}

@media (min-width: 1025px) {
    .md-100 {
        width: 100%;
    }

    .md-75 {
        width: 75%;
    }

    .md-66 {
        width: 66.67%;
    }

    .md-50 {
        width: 50%;
    }

    .md-33 {
        width: 33.33%;
    }

    .md-25 {
        width: 25%;
    }

    .md-20 {
        width: 20%;
    }

    .offset-md-50 {
        margin-left: 50%;
    }

    .offset-md-33 {
        margin-left: 33%;
    }

    .offset-md-25 {
        margin-left: 25%;
    }

    .offset-md-20 {
        margin-left: 20%;
    }
}

@media (min-width: 1200px) {
    .lg-100 {
        width: 100%;
    }

    .lg-75 {
        width: 75%;
    }

    .lg-66 {
        width: 66.67%;
    }

    .lg-50 {
        width: 50%;
    }

    .lg-33 {
        width: 33.33%;
    }

    .lg-25 {
        width: 25%;
    }

    .lg-20 {
        width: 20%;
    }

    .offset-lg-50 {
        margin-left: 50%;
    }

    .offset-lg-33 {
        margin-left: 33%;
    }

    .offset-lg-25 {
        margin-left: 25%;
    }

    .offset-lg-20 {
        margin-left: 20%;
    }
}

@media (max-width: 1023px) {
    .hide-on-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.icon-search {
    width: 16px;
    height: 16px;
}

.icon-key {
    width: 12px;
    height: 12px;
}

.icon-clock {
    width: 12px;
    height: 12px;
}

.icon-phone {
    width: 10px;
    height: 10px;
}

.icon-shop-cart {
    width: 21px;
    height: 20px;
}

.icon-arrow-left, .icon-arrow-right {
    width: 16px;
    height: 11px;
}

.icon-arrow-left {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-compare {
    width: 11px;
    height: 9px;
}

.icon-check {
    width: 13px;
    height: 10px;
}

.icon-cross {
    width: 11px;
    height: 11px;
}

textarea,
select,
input {
    background-color: #000;
    border: none;
    font-family: "Stem";
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 24px;
    height: 48px;
    width: 100%;
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
    border-radius: 8px;
}


input-box input {
    border: 1px solid transparent;
}

.flexinvert1 input, .flexinvert2 input{border: 1px solid #da233b;background-color: black;color: white;}

.filled input{border: 1px solid #10c44c;}





textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #9a9a9a;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #9a9a9a;
}

textarea::placeholder,
select::placeholder,
input::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder,
select:focus::placeholder,
input:focus::placeholder {
    color: transparent;
}

textarea:focus,
select:focus,
input:focus {

}

textarea.disabled, textarea[disabled="disabled"], textarea[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled],
input.disabled,
input[disabled="disabled"],
input[disabled] {
    background-color: #f3f3f3;
}

textarea {
    height: 150px;
    resize: none;
    padding: 16px 24px;
}

.input--ghost {
    border: 1px solid #414141;
    background: transparent;
    padding: 15px 30px;
    color: #b4b4b4;
}

.input-box {
    padding: 0 0 22px;
}

.input-box--required {
    position: relative;
}

.input-box--required:before {
    content: '*';
    color: #da233b;
    font-size: 14px;
    left: 24px;
    top: 17px;
    position: absolute;
}

input[type="file"] {
    display: none;
}

input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

input[type="file"] + label:hover {
    border-color: #696969;
    background: #e9e9e9;
}

.reset {
    display: inline;
    font-weight: 500;
    font-size: 13px;
    color: #b4b4b4;
}

.reset:hover {
    color: #da233b;
}

.reset input[type="reset"] {
    display: none;
}

.popup {
    display: none;
    max-width: 650px;
    border-radius: 7px;
    padding: 42px 55px 57px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1023px) {
    .popup {
        padding: 40px 40px 20px;
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .popup {
        padding: 20px 20px 10px;
    }
}

.popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    width: 12px;
    height: 12px;
    padding: 0;
}

.popup-close .icon-remove {
    fill: #fff;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover .icon-remove, .popup-close:focus .icon-remove {
    fill: #da233b;
}

.popup-success {
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 8px;
}

.popup-success .icon-check2 {
    fill: #da233b;
    width: 18px;
    height: 12px;
}

.popup-success__img {
    width: 80px;
    height: 80px;
}

.popup-title {
    font-size: 32px;
    line-height: 38px;
    padding: 0 0 28px;
    font-weight: 400;
    color: #fff;
}

label.checkbox span a {
    color: #999;
}



.df854c {
    margin-bottom: 16px;
}


.df854c input {
    height: 48px;
}


.dg9a5c {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    color: #999;
}



@media (max-width: 767px) {
    .popup-title {
        font-size: 25px;
        line-height: 30px;
    }
}

.popup-text {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 32px;
}

.popup .fancybox-close-small {
    display: none;
}

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

.popup-cart__buttons-item {
    float: right;
    text-align: center;
    width: 50%;
}

@media (max-width: 1023px) {
    .popup-cart__buttons-item {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

.popup-cart__btn--back {
    background: none;
border-color: #da233b;
}

.popup-cart__btn--back:hover, .popup-cart__btn--back:focus {
    border-color: #da233b;
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
}

.radio {
    display: block;
}

.radio span {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.radio span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #414141;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.radio span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    margin: -3px 0 0 0;
    background: #fff;
    opacity: 0;
}

.radio input[type="radio"] {
    display: none;
}

.radio input[type="radio"]:checked + span:before {
    border-color: #da233b;
    background: #da233b;
}

.radio input[type="radio"]:checked + span:after {
    opacity: 1;
}

.radio-box {
    padding: 0 0 17px;
}

select {
    display: block;
}

.selectric {
    border: 1px solid #414141;
    border-radius: 3px;
    background: none;
}

.selectric .label {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    margin: 0;
    padding: 12px 35px 11px 18px;
    color: #9a9a9a;
}

.selectric .button {
    bottom: 0;
    height: auto;
    width: 35px;
    background: none;
}

.selectric .button:after {
    border: none;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #da233b;
    border-right: 2px solid #da233b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selectric-wrapper.selectric-open .selectric {
    border-color: #414141;
}

.selectric-wrapper.selectric-open.selectric-below .selectric {
    border-radius: 3px 3px 0 0;
}

.selectric-wrapper.selectric-open.selectric-below .selectric-items {
    border-radius: 0 0 3px 3px;
    border-top: none;
}

.selectric-wrapper.selectric-open.selectric-above .selectric {
    border-radius: 0 0 3px 3px;
}

.selectric-wrapper.selectric-open.selectric-above .selectric-items {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
}

.selectric-items {
    background: #1e1e1e;
    border: 1px solid #414141;
    overflow: hidden;
}

.selectric-items ul li {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 18px;
    color: #9a9a9a;
}

.selectric-items ul li.highlighted, .selectric-items ul li:hover {
    background: #da233b;
    color: #fff;
}

.spinner {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.spinner-btn, .spinner-text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.spinner-btn {
    background: #414141;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 3px;
}

.spinner-btn .icon-minus, .spinner-btn .icon-plus {
    fill: #8b8b8b;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.spinner-btn--minus {
    margin-right: 10px;
}

.spinner-btn--plus {
    margin-left: 10px;
}

.spinner-btn:hover, .spinner-btn:focus {
    background: #626262;
}

.spinner-btn:hover .icon-minus, .spinner-btn:hover .icon-plus, .spinner-btn:focus .icon-minus, .spinner-btn:focus .icon-plus {
    fill: #fff;
}

.spinner-text {
    width: 45px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 2.1;
    padding: 0;
}

.video-box {
    position: relative;
}

.about-block {
    padding: 0 0 67px 0;
}

.about-block .col {
    vertical-align: middle;
}

.about-block__img {
    display: block;
    max-width: 100%;
    margin: 0 0 0 auto;
    border-radius: 6px;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    /*@include b(mobile) {
			margin: 0 auto 15px;
		}*/
}

.about-block__img-wrapper {
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
}

@media (max-width: 1023px) {
    .about-block__img-wrapper {
        margin: 0 auto 15px;
    }
}

.about-block__img-wrapper:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.about-block__img-container {
    text-align: right;
}

@media (max-width: 1023px) {
    .about-block__img-container {
        text-align: center;
    }
}

.about-block__text-block {
    max-width: 420px;
    margin: 0 auto;
}

.about-block__text-block .btn {
    min-width: 210px;
}

.about-block__subtitle {
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 22px 0;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .about-block__subtitle {
        padding: 0 0 10px 0;
    }
}

.about-block__title {
    display: block;
    color: #fff;
    padding: 0 0 35px 0;
}

@media (max-width: 767px) {
    .about-block__title {
        padding: 0 0 15px 0;
    }
}

.about-block__descr {
    padding: 0 0 24px 0;
}

.about-block__descr a:hover {
    color: #fff;
}

.article-gallery {
    padding: 37px 0 50px;
}

@media (max-width: 767px) {
    .article-gallery {
        padding: 0 0 30px;
    }
}

@media (max-width: 479px) {
    .article-gallery__col {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
}

.article-gallery__item {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 479px) {
    .article-gallery__item {
        display: inline-block;
    }
}

.article-gallery__item img {
    display: block;
    min-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    border-radius: 10px;
    margin: 0;
}

@media (max-width: 479px) {
    .article-gallery__item img {
        min-width: 0;
        width: auto;
        max-width: 100%;
    }
}

.article-gallery__item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.article-slider {
    margin: 35px 0 57px;
    position: relative;
}

@media (max-width: 767px) {
    .article-slider {
        margin: 0 0 30px;
    }
}

.article-slider__img {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    position: relative;
}

.article-slider__img img {
    display: block;
    min-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 10px;
}

.article-slider__img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.article-slider__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 17, 17, 0.35);
    z-index: 2;
}

.article-slider .slick-arrow {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    font-size: 0;
    line-height: 0;
    z-index: 3;
    top: 37px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

@media (max-width: 767px) {
    .article-slider .slick-arrow {
        width: 35px;
        height: 35px;
        top: 15px;
    }
}

.article-slider .slick-arrow:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.article-slider .slick-arrow [class*="icon-"] {
    vertical-align: middle;
    fill: #fff;
}

.article-slider .slick-arrow:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.article-slider .slick-prev {
    right: 102px;
}

@media (max-width: 767px) {
    .article-slider .slick-prev {
        right: 65px;
    }
}

.article-slider .slick-next {
    right: 38px;
}

@media (max-width: 767px) {
    .article-slider .slick-next {
        right: 15px;
    }
}

.main-blog {
    padding: 0 0 100px 0;
}

@media (max-width: 767px) {
    .main-blog {
        padding: 0 0 30px 0;
    }
}

.main-blog__top {
    padding: 6px 140px 8px 0;
    position: relative;
}

@media (max-width: 767px) {
    .main-blog__top {
        padding: 0 0 55px 0;
    }

    .main-blog__top .content__title {
        padding: 0;
    }
}

.main-blog__top .slick-arrow {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    font-size: 0;
    line-height: 0;
    z-index: 3;
    top: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.main-blog__top .slick-arrow:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.main-blog__top .slick-arrow [class*="icon-"] {
    vertical-align: middle;
    fill: #fff;
}

.main-blog__top .slick-arrow:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .main-blog__top .slick-arrow {
        width: 35px;
        height: 35px;
        top: auto;
        bottom: 10px;
    }
}

.main-blog__top .slick-prev {
    right: 65px;
}

@media (max-width: 767px) {
    .main-blog__top .slick-prev {
        right: 50px;
    }
}

.main-blog__top .slick-next {
    right: 0;
}

.main-blog__slider {
    margin: 0 -15px -60px;
}

.main-blog__slider-item {
    padding: 0 15px;
}

.blog-list {
    margin-bottom: -60px;
    padding-bottom: 80px;
}

.blog-item {
    margin: 0 0 60px 0;
}

.blog-item__imgbox {
    height: 200px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 0 28px 0;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-item__imgbox--lg {
    height: 366px;
}

@media (max-width: 767px) {
    .blog-item__imgbox--lg {
        height: 200px;
    }
}

.blog-item__imgbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.blog-item__imgbox img {
    display: block;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    z-index: 1;
}

.blog-item__imgbox-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.blog-item__imgbox:hover .blog-item__imgbox-inner {
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
}

.blog-item__rubric {
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    letter-spacing: 1.5px;
}

.blog-item__title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    height: 52px;
    overflow: hidden;
    margin: 0 0 26px 0;
}

.blog-item__title a {
    color: #fff;
}

.blog-item__title a:hover {
    color: #da233b;
}

.blog-item__descr {
    display: block;
    font-size: 14px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.blog-rubric-list {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 0 0 35px 0;
}

.blog-rubric-list__item {
    display: inline-block;
    padding: 0 30px;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-rubric-list__link {
    color: #fff;
}

.blog-rubric-list__link.active, .blog-rubric-list__link:hover {
    color: #da233b;
}

.breadcrumbs {
    padding: 0 0 9px 0;
}

.breadcrumbs__list {
    font-size: 12px;
}

.breadcrumbs__list-item {
    display: inline;
    color: #fff;
}

.breadcrumbs__list-item:after {
    content: '/';
    display: inline;
    margin: 0 5px 0 0;
}

.breadcrumbs__list-item:last-child:not(:fisrt-child):after {
    display: none;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

.cart-list {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
}

.cart-list__item {
    display: table;
    width: 100%;
}

@media (max-width: 479px) {
    .cart-list__item {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.cart-list__item-group {
    display: table-cell;
    padding: 32px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 479px) {
    .cart-list__item-group {
        display: block;
        border-bottom: none;
        padding: 25px 15px 0 !important;
    }
}

.cart-list__item-group--info {
    padding-left: 70px;
    width: 470px;
}

@media (max-width: 1023px) {
    .cart-list__item-group--info {
        padding-left: 20px;
        width: 380px;
    }
}

@media (max-width: 767px) {
    .cart-list__item-group--info {
        width: calc(50% - 20px);
    }
}

@media (max-width: 479px) {
    .cart-list__item-group--info {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .cart-list__item-group--qty {
        width: calc(50% - 20px);
        text-align: center;
    }
}

@media (max-width: 479px) {
    .cart-list__item-group--qty {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 479px) {
    .cart-list__item-group--qty {
        text-align: left;
    }
}

.cart-list__item-group--remove {
    padding-right: 70px;
    text-align: right;
    width: 10px;
}

@media (max-width: 1023px) {
    .cart-list__item-group--remove {
        padding-right: 20px;
    }
}

@media (max-width: 479px) {
    .cart-list__item-group--remove {
        position: relative;
        width: 100%;
    }
}

.cart-list__item-col {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.cart-list__item-col--img {
    width: 145px;
}

@media (max-width: 1023px) {
    .cart-list__item-col--img {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .cart-list__item-col--img {
        width: 90px;
    }
}

@media (max-width: 479px) {
    .cart-list__item-col--img {
        width: 110px;
    }
}

.cart-list__item-col--img img {
    max-width: 110px;
}

@media (max-width: 767px) {
    .cart-list__item-col--img img {
        width: 100%;
        max-width: none;
    }
}

.cart-list__item-col--title {
    width: 230px;
}

@media (max-width: 1023px) {
    .cart-list__item-col--title {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .cart-list__item-col--title {
        width: calc(100% - 120px);
    }
}

@media (max-width: 479px) {
    .cart-list__item-col--title {
        width: calc(100% - 130px);
        margin: 0;
    }
}

.cart-list__item-col--spinner {
    width: 170px;
}

@media (max-width: 1023px) {
    .cart-list__item-col--spinner {
        text-align: center;
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .cart-list__item-col--spinner {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .cart-list__item-col--spinner {
        width: 115px;
        text-align: left;
    }
}

@media (max-width: 479px) {
    .cart-list__item-col--spinner .spinner-text {
        width: 30px;
    }
}

.cart-list__item-col--price {
    width: 175px;
}

@media (max-width: 1023px) {
    .cart-list__item-col--price {
        width: calc(50% - 15px);
        padding: 10px 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cart-list__item-col--price {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .cart-list__item-col--price {
        width: calc(100% - 130px);
        text-align: left;
        margin: 0;
    }
}

.cart-list__item-col--remove {
    width: 10px;
    margin: 0;
}

@media (max-width: 479px) {
    .cart-list__item-col--remove {
        position: absolute;
        right: 15px;
        top: -25px;
    }
}

@media (max-width: 767px) {
    .cart-list__item:last-of-type {
        border-bottom: none;
    }
}

.cart-list__item:last-of-type .cart-list__item-group {
    border-bottom: none;
}

.cart-list__item-title {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.cart-list__item-title:hover {
    color: #ccc;
}

.cart-list__item-price {
    color: #da233b;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
}

.cart-list__item-price-lg {
    font-size: 22px;
}

.cart-list__item-remove {
    width: 10px;
    height: 10px;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
}

.cart-list__item-remove:hover .icon-remove {
    fill: #fff;
}

.cart-list__item-remove .icon-remove {
    fill: #8b8b8b;
    width: 10px;
    height: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cart-list__title {
    padding: 0 0 15px 35px;
}

@media (max-width: 1199px) {
    .cart-list__title {
        padding: 0 0 15px 15px;
    }
}

.cart-list--sm {
    padding: 27px 0 10px;
    margin-bottom: 23px;
}

.cart-list--sm .cart-list__item {
    display: block;
}

.cart-list--sm .cart-list__item:first-of-type .cart-list__item-group {
    padding-bottom: 5px;
}

@media (max-width: 479px) {
    .cart-list--sm .cart-list__item:nth-of-type(2) .cart-list__item-group {
        padding-bottom: 13px !important;
    }
}

.cart-list--sm .cart-list__item-group {
    display: block;
    padding: 17px 15px 13px 35px;
}

@media (max-width: 1199px) {
    .cart-list--sm .cart-list__item-group {
        padding: 17px 15px 13px;
    }
}

.cart-list--sm .cart-list__item-col {
    margin: 0 0 25px;
}

.cart-list--sm .cart-list__item-col--img {
    width: 50px;
    margin-right: 10px;
}

.cart-list--sm .cart-list__item-col--img img {
    width: 100%;
}

.cart-list--sm .cart-list__item-col--title {
    width: calc(100% - 65px);
}

.cart-list--sm .cart-list__item-title {
    font-size: 14px;
    line-height: 1.45;
    font-weight: normal;
    display: block;
}

.main-category-block {
    padding: 0 0 70px 0;
}

.main-category-block__list {
    margin-bottom: -30px;
}

.main-category-block__list-item .category-item {
    height: 200px;
}

.main-category-block__list-item .category-item__title {
    font-size: 19px;
}

.category__title {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    padding: 16px 0 41px 0;
}

@media (max-width: 767px) {
    .category__title {
        font-size: 26px;
        line-height: 32px;
        padding: 0 0 30px 0;
    }
}

.category-list {
padding-bottom: 50px;
    margin: 0 -30px;
}

.category-info {
    padding-top: 23px;
    padding-bottom: 100px;
}

.category-head {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 35px 0;
    margin: 0 0 30px 0;
    font-size: 0;
    line-height: 0;
}

.category-head:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .category-head {
        padding: 30px 0 15px;
    }
}

.category-head:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.9);
    z-index: -1;
}

.category-head__img {
    display: inline-block;
    width: 34%;
    vertical-align: middle;
}

.category-head__img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .category-head__img {
        display: block;
        width: auto;
        text-align: center;
    }

    .category-head__img im {
        margin: 0 auto;
    }
}

.category-head__descr {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
    padding: 0 15px 0 15px;
    max-width: 500px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .category-head__descr {
        display: block;
        text-align: center;
        width: auto;
        padding: 30px 0 15px 0;
        margin: 0 auto;
    }
}

.category-item {
display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    z-index: 1;
}

.category-item--lg {
    height: 200px;
}

.category-item__imgbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 15%);
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.category-item img {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-height: 180px;
    border-radius: 16px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-item__imgbox {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
position: relative;
}

.category-item:hover .category-item__imgbox {

}

.category-item__title {
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    z-index: 3;
}

@media (max-width: 767px) {
    .compare-item {
        width: 320px;
    }
}

.compare-item__top {
    padding: 6px 15px 0;
}

@media (max-width: 1023px) {
    .compare-item__top {
        padding: 6px 10px;
    }
}

.compare-item .product-item {
    margin: 0;
}

@media (max-width: 767px) {
    .compare-item .product-item {
        padding: 30px 10px;
    }

    .compare-item .product-item__imgbox {
        height: 120px;
    }

    .compare-item .product-item__title {
        margin: 0 -5px;
    }
}

.compare-item__main.compare__main {
    padding-top: 37px;
}

@media (max-width: 767px) {
    .compare-item__main.compare__main {
        padding-top: 52px;
    }
}

.compare-item__main .compare__table {
    padding-bottom: 65px;
}

@media (max-width: 767px) {
    .compare-item__main .compare__table {
        padding-bottom: 59px;
    }

    .compare-item__main .compare__table-row {
        padding-left: 120px;
    }
}

.content-head {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 23px 0;
    position: relative;
    z-index: 1;
}

.content-head .container, .content-head .footer__inner {
    position: relative;
    z-index: 3;
}

.content-head:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 28, 28, 0.65);
    z-index: 2;
}

.content-head--index {
    padding-bottom: 95px;
}

@media (max-width: 1023px) {
    .content-head--index {
        padding-bottom: 50px;
    }
}

.content-head--index .header {
    padding-bottom: 78px;
}

@media (max-width: 1023px) {
    .content-head--index .header {
        padding-bottom: 30px;
    }
}

.content-head--article .header {
    padding-bottom: 16px;
}

.content-head--article .breadcrumbs {
    padding-bottom: 2px;
}

@media (max-width: 767px) {
    .content-head--article .breadcrumbs {
        padding-bottom: 10px;
    }
}

.content-head__cols:after {
    content: " ";
    display: block;
    clear: both;
}

.content-head__col {
    float: left;
    width: 50%;
}

@media (max-width: 1023px) {
    .content-head__col:nth-child(1) {
        width: 60%;
    }

    .content-head__col:nth-child(2) {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .content-head__col {
        float: none;
    }

    .content-head__col:nth-child(1) {
        width: auto;
    }

    .content-head__col:nth-child(2) {
        width: auto;
    }
}

.content-head__descr {
    max-width: 480px;
    margin: 0 0 0 auto;
}

@media (max-width: 767px) {
    .content-head__descr {
        max-width: none;
        margin: 0;
        padding: 0 0 15px 0;
    }
}

.content-head__decor-text {
    display: block;
    max-width: 190px;
    margin: 9px auto 0;
    padding: 26px 0 0 0;
    border-top: 3px solid #da233b;
    color: #fff;
}

@media (max-width: 767px) {
    .content-head__decor-text {
        margin: 0;
        padding: 15px 0 0 0;
    }
}

.content-head__title {
    display: block;
    padding: 0 0 34px 0;
    color: #fff;
}

@media (max-width: 767px) {
    .content-head__title {
        padding: 0 0 10px 0;
    }
}

.content-head__text {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

@media (max-width: 767px) {
    .content-head__text {
        font-size: 14px;
        line-height: 22px;
    }
}

.content-head--center .content-head__title {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.feedback-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 27px 20px 25px;
    margin: 0 0 27px 0;
    border-radius: 5px;
}

.feedback-item:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .feedback-item {
        border-radius: 0;
        margin: 0 -15px 20px;
        padding: 15px 15px;
    }
}

.feedback-item__aside {
    float: left;
    width: 29%;
    padding: 0 20px;
}

@media (max-width: 1023px) {
    .feedback-item__aside {
        padding: 0 10px 0 0;
    }
}

@media (max-width: 767px) {
    .feedback-item__aside {
        float: none;
        width: auto;
    }
}

.feedback-item__main {
    float: left;
    width: 71%;
    padding: 19px 20px 0;
}

@media (max-width: 1023px) {
    .feedback-item__main {
        padding: 18px 0 0 10px;
    }
}

@media (max-width: 767px) {
    .feedback-item__main {
        float: none;
        width: auto;
        padding: 0;
    }
}

.feedback-item__user {
    font-size: 0;
    line-height: 0;
    padding: 0 0 32px 0;
}

@media (max-width: 767px) {
    .feedback-item__user {
        padding: 0 0 15px 0;
    }
}

.feedback-item__user-photo {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #292929;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyOHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMyAyOCI+DQogIDx0aXRsZT51c2VyPC90aXRsZT4NCiAgPGcgaWQ9ImEwY2ZmYjIzLWY2ODktNDkxMC04MTg2LWVmMTg0YjI4YTE3YSIgZGF0YS1uYW1lPSJGb3JtYSAxIiBzdHlsZT0iaXNvbGF0aW9uOiBpc29sYXRlIj4NCiAgICA8ZyBpZD0iOWFhYzJmNjYtNDM5Ni00ODg0LTk0NDItNzI5MmMxYTZmZGEyIiBkYXRhLW5hbWU9IkZvcm1hIDEiPg0KICAgICAgPHBhdGggZD0iTTExLjUsMTQuOTFjNC4yNSwwLDUuNzgtNC4xNSw2LjE4LTcuNTZDMTguMTcsMy4xNiwxNi4xNCwwLDExLjUsMFM0LjgzLDMuMTYsNS4zMiw3LjM2QzUuNzIsMTAuNzcsNy4yNSwxNC45MSwxMS41LDE0LjkxWm0xMS4wNiw1LjkzYy0wLjI5LTEuNTgtLjY1LTMuODktMi4wNi00LjkyYTExLjcyLDExLjcyLDAsMCwwLTIuODEtMS4xNSwxMi4zMiwxMi4zMiwwLDAsMS0xLjI1LS41NCw2LjU1LDYuNTUsMCwwLDEtNC45NCwyLjEsNi41NSw2LjU1LDAsMCwxLTQuOTQtMi4xLDEyLjMzLDEyLjMzLDAsMCwxLTEuMjUuNTQsMTEuNzIsMTEuNzIsMCwwLDAtMi44MSwxLjE1QzEuMSwxNywuNzMsMTkuMjYuNDQsMjAuODRhMjcuNTcsMjcuNTcsMCwwLDAtLjQ0LDRjMCwxLC40OCwxLjE3LDEuMzYsMS40OGEyNiwyNiwwLDAsMCwzLjM4LjkxQTM0LjkyLDM0LjkyLDAsMCwwLDExLjUsMjhhMzQuOTIsMzQuOTIsMCwwLDAsNi43NS0uODIsMjYsMjYsMCwwLDAsMy4zOC0uOTFDMjIuNTIsMjYsMjMsMjUuODIsMjMsMjQuNzlBMjcuNTcsMjcuNTcsMCwwLDAsMjIuNTYsMjAuODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjMWUxZTFlIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
    background-position: center;
    background-repeat: no-repeat;
}

.feedback-item__user-photo img {
    display: block;
    width: 100%;
}

.feedback-item__user-name {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    vertical-align: middle;
    width: calc(100% - 60px);
    padding: 0 0 0 12px;
}

.feedback-item__info {
    display: block;
    padding: 0 0 10px 0;
}

.feedback-item__label {
    display: inline-block;
    font-weight: 700;
    color: #fff;
}

.feedback-item__rating {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 10px;
    width: 86px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODZweCIgaGVpZ2h0PSIxNHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS45OSAxNCI+DQogIDx0aXRsZT5yYXRpbmc8L3RpdGxlPg0KICA8ZyBpZD0iOGIxNGU0MDUtMjEyNi00Nzg1LTljMTUtZDIyYzVhNWQzZjQ3IiBkYXRhLW5hbWU9IkZvcm1hIDEiIHN0eWxlPSJpc29sYXRpb246IGlzb2xhdGUiPg0KICAgIDxnIGlkPSI1Nzc3MjMwMi1kMGI1LTRlZTAtYjkxMC0yOTBmMjNkOTgxNDQiIGRhdGEtbmFtZT0iRm9ybWEgMSI+DQogICAgICA8cGF0aCBkPSJNMTMuNjksNi4zNGExLjA3LDEuMDcsMCwwLDAsLjI1LTEuMDcsMSwxLDAsMCwwLS44MS0wLjcxTDkuNzUsNGEwLjQ0LDAuNDQsMCwwLDEtLjMzLTAuMjVMNy45LDAuNThhMSwxLDAsMCwwLTEuOCwwTDQuNTksMy43OUEwLjQ0LDAuNDQsMCwwLDEsNC4yNSw0bC0zLjM5LjUxYTEsMSwwLDAsMC0uODEuNzFBMS4wNywxLjA3LDAsMCwwLC4zMSw2LjM0TDIuNzYsOC44NGEwLjQ4LDAuNDgsMCwwLDEsLjEzLjQxTDIuMzEsMTIuNzdhMS4wNiwxLjA2LDAsMCwwLC4yMi44NSwxLDEsMCwwLDAsMS4yNC4yNWwzLTEuNjZhMC40NCwwLjQ0LDAsMCwxLC40MSwwbDMsMS42NmExLDEsMCwwLDAsLjQ3LjEyLDEsMSwwLDAsMCwuNzctMC4zOCwxLjA2LDEuMDYsMCwwLDAsLjIyLTAuODVMMTEuMTEsOS4yNWEwLjQ4LDAuNDgsMCwwLDEsLjEzLTAuNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjNDE0MTQxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgICA8L2c+DQogIDwvZz4NCiAgPGcgaWQ9IjhmMmUxNGMwLWI3YjYtNDU1NS05MmYwLTE5ZDg0MTQyYTQ1NyIgZGF0YS1uYW1lPSJGb3JtYSAxIiBzdHlsZT0iaXNvbGF0aW9uOiBpc29sYXRlIj4NCiAgICA8ZyBpZD0iNTY2YjM4MDMtNWIzYy00M2Q1LTgzM2ItOTRmMGU2YTQ2ODQ1IiBkYXRhLW5hbWU9IkZvcm1hIDEiPg0KICAgICAgPHBhdGggZD0iTTMxLjY5LDYuMzRhMS4wNywxLjA3LDAsMCwwLC4yNS0xLjA3LDEsMSwwLDAsMC0uODEtMC43MUwyNy43NSw0YTAuNDQsMC40NCwwLDAsMS0uMzMtMC4yNUwyNS45LDAuNThhMSwxLDAsMCwwLTEuOCwwTDIyLjU5LDMuNzlhMC40NCwwLjQ0LDAsMCwxLS4zMy4yNWwtMy4zOS41MWExLDEsMCwwLDAtLjgxLjcxLDEuMDcsMS4wNywwLDAsMCwuMjUsMS4wN2wyLjQ1LDIuNDlhMC40OCwwLjQ4LDAsMCwxLC4xMy40MWwtMC41OCwzLjUyYTEuMDYsMS4wNiwwLDAsMCwuMjIuODUsMSwxLDAsMCwwLDEuMjQuMjVsMy0xLjY2YTAuNDQsMC40NCwwLDAsMSwuNDEsMGwzLDEuNjZhMSwxLDAsMCwwLC40Ny4xMiwxLDEsMCwwLDAsLjc3LTAuMzgsMS4wNiwxLjA2LDAsMCwwLC4yMi0wLjg1TDI5LjExLDkuMjVhMC40OCwwLjQ4LDAsMCwxLC4xMy0wLjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzQxNDE0MSIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPC9nPg0KICA8L2c+DQogIDxnIGlkPSIwZjRjMDY1YS1lYWU0LTRjZTktYmFmOC1kOTIyODNkZjAxNTciIGRhdGEtbmFtZT0iRm9ybWEgMSIgc3R5bGU9Imlzb2xhdGlvbjogaXNvbGF0ZSI+DQogICAgPGcgaWQ9ImI5ZTY5Y2FhLTA0NzQtNGFmMC04MDgxLTIxYzZmOWFiOTUxZiIgZGF0YS1uYW1lPSJGb3JtYSAxIj4NCiAgICAgIDxwYXRoIGQ9Ik00OS42OSw2LjM0YTEuMDcsMS4wNywwLDAsMCwuMjUtMS4wNywxLDEsMCwwLDAtLjgxLTAuNzFMNDUuNzUsNGEwLjQ0LDAuNDQsMCwwLDEtLjMzLTAuMjVMNDMuOSwwLjU4YTEsMSwwLDAsMC0xLjgsMEw0MC41OSwzLjc5YTAuNDQsMC40NCwwLDAsMS0uMzMuMjVsLTMuMzkuNTFhMSwxLDAsMCwwLS44MS43MSwxLjA3LDEuMDcsMCwwLDAsLjI1LDEuMDdsMi40NSwyLjQ5YTAuNDgsMC40OCwwLDAsMSwuMTMuNDFsLTAuNTgsMy41MmExLjA2LDEuMDYsMCwwLDAsLjIyLjg1LDEsMSwwLDAsMCwxLjI0LjI1bDMtMS42NmEwLjQ0LDAuNDQsMCwwLDEsLjQxLDBsMywxLjY2YTEsMSwwLDAsMCwuNDcuMTIsMSwxLDAsMCwwLC43Ny0wLjM4LDEuMDYsMS4wNiwwLDAsMCwuMjItMC44NUw0Ny4xMSw5LjI1YTAuNDgsMC40OCwwLDAsMSwuMTMtMC40MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiM0MTQxNDEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KICAgIDwvZz4NCiAgPC9nPg0KICA8ZyBpZD0iNjllZjgyODAtMDlkOS00OTE0LWFkZWMtMjFkMDE5ZmE2MDAxIiBkYXRhLW5hbWU9IkZvcm1hIDEiIHN0eWxlPSJpc29sYXRpb246IGlzb2xhdGUiPg0KICAgIDxnIGlkPSI1YzAzMjQ3YS05OTcwLTQzNjgtOGViNy0xYzJlOGU4ZTI3MjQiIGRhdGEtbmFtZT0iRm9ybWEgMSI+DQogICAgICA8cGF0aCBkPSJNNjcuNjksNi4zNGExLjA3LDEuMDcsMCwwLDAsLjI1LTEuMDcsMSwxLDAsMCwwLS44MS0wLjcxTDYzLjc1LDRhMC40NCwwLjQ0LDAsMCwxLS4zMy0wLjI1TDYxLjksMC41OGExLDEsMCwwLDAtMS44LDBMNTguNTksMy43OWEwLjQ0LDAuNDQsMCwwLDEtLjMzLjI1bC0zLjM5LjUxYTEsMSwwLDAsMC0uODEuNzEsMS4wNywxLjA3LDAsMCwwLC4yNSwxLjA3bDIuNDUsMi40OWEwLjQ4LDAuNDgsMCwwLDEsLjEzLjQxbC0wLjU4LDMuNTJhMS4wNiwxLjA2LDAsMCwwLC4yMi44NSwxLDEsMCwwLDAsMS4yNC4yNWwzLTEuNjZhMC40NCwwLjQ0LDAsMCwxLC40MSwwbDMsMS42NmExLDEsMCwwLDAsLjQ3LjEyLDEsMSwwLDAsMCwuNzctMC4zOCwxLjA2LDEuMDYsMCwwLDAsLjIyLTAuODVMNjUuMTEsOS4yNWEwLjQ4LDAuNDgsMCwwLDEsLjEzLTAuNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjNDE0MTQxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgICA8L2c+DQogIDwvZz4NCiAgPGcgaWQ9IjVmYjRhNDMwLTc0ZTMtNDUyNy1hMThhLTZmMTE5ZTVlMDQ0ZCIgZGF0YS1uYW1lPSJGb3JtYSAxIiBzdHlsZT0iaXNvbGF0aW9uOiBpc29sYXRlIj4NCiAgICA8ZyBpZD0iNTA0ZGZhNmQtYTA1ZS00NjNjLWFmMzYtMDI2OWU1YmY5MGIzIiBkYXRhLW5hbWU9IkZvcm1hIDEiPg0KICAgICAgPHBhdGggZD0iTTg1LjY5LDYuMzRhMS4wNywxLjA3LDAsMCwwLC4yNS0xLjA3LDEsMSwwLDAsMC0uODEtMC43MUw4MS43NSw0YTAuNDQsMC40NCwwLDAsMS0uMzMtMC4yNUw3OS45LDAuNThhMSwxLDAsMCwwLTEuOCwwTDc2LjU5LDMuNzlhMC40NCwwLjQ0LDAsMCwxLS4zMy4yNWwtMy4zOS41MWExLDEsMCwwLDAtLjgxLjcxLDEuMDcsMS4wNywwLDAsMCwuMjUsMS4wN2wyLjQ1LDIuNDlhMC40OCwwLjQ4LDAsMCwxLC4xMy40MWwtMC41OCwzLjUyYTEuMDYsMS4wNiwwLDAsMCwuMjIuODUsMSwxLDAsMCwwLDEuMjQuMjVsMy0xLjY2YTAuNDQsMC40NCwwLDAsMSwuNDEsMGwzLDEuNjZhMSwxLDAsMCwwLC40Ny4xMiwxLDEsMCwwLDAsLjc3LTAuMzgsMS4wNiwxLjA2LDAsMCwwLC4yMi0wLjg1TDgzLjExLDkuMjVhMC40OCwwLjQ4LDAsMCwxLC4xMy0wLjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzQxNDE0MSIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
    background-position: left center;
    background-repeat: no-repeat;
}

.feedback-item__rating-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODZweCIgaGVpZ2h0PSIxNHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS45OSAxNCI+DQogIDx0aXRsZT5yYXRpbmc8L3RpdGxlPg0KICA8ZyBpZD0iOGIxNGU0MDUtMjEyNi00Nzg1LTljMTUtZDIyYzVhNWQzZjQ3IiBkYXRhLW5hbWU9IkZvcm1hIDEiIHN0eWxlPSJpc29sYXRpb246IGlzb2xhdGUiPg0KICAgIDxnIGlkPSI1Nzc3MjMwMi1kMGI1LTRlZTAtYjkxMC0yOTBmMjNkOTgxNDQiIGRhdGEtbmFtZT0iRm9ybWEgMSI+DQogICAgICA8cGF0aCBkPSJNMTMuNjksNi4zNGExLjA3LDEuMDcsMCwwLDAsLjI1LTEuMDcsMSwxLDAsMCwwLS44MS0wLjcxTDkuNzUsNGEwLjQ0LDAuNDQsMCwwLDEtLjMzLTAuMjVMNy45LDAuNThhMSwxLDAsMCwwLTEuOCwwTDQuNTksMy43OUEwLjQ0LDAuNDQsMCwwLDEsNC4yNSw0bC0zLjM5LjUxYTEsMSwwLDAsMC0uODEuNzFBMS4wNywxLjA3LDAsMCwwLC4zMSw2LjM0TDIuNzYsOC44NGEwLjQ4LDAuNDgsMCwwLDEsLjEzLjQxTDIuMzEsMTIuNzdhMS4wNiwxLjA2LDAsMCwwLC4yMi44NSwxLDEsMCwwLDAsMS4yNC4yNWwzLTEuNjZhMC40NCwwLjQ0LDAsMCwxLC40MSwwbDMsMS42NmExLDEsMCwwLDAsLjQ3LjEyLDEsMSwwLDAsMCwuNzctMC4zOCwxLjA2LDEuMDYsMCwwLDAsLjIyLTAuODVMMTEuMTEsOS4yNWEwLjQ4LDAuNDgsMCwwLDEsLjEzLTAuNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZGEyMzNiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgICA8L2c+DQogIDwvZz4NCiAgPGcgaWQ9IjhmMmUxNGMwLWI3YjYtNDU1NS05MmYwLTE5ZDg0MTQyYTQ1NyIgZGF0YS1uYW1lPSJGb3JtYSAxIiBzdHlsZT0iaXNvbGF0aW9uOiBpc29sYXRlIj4NCiAgICA8ZyBpZD0iNTY2YjM4MDMtNWIzYy00M2Q1LTgzM2ItOTRmMGU2YTQ2ODQ1IiBkYXRhLW5hbWU9IkZvcm1hIDEiPg0KICAgICAgPHBhdGggZD0iTTMxLjY5LDYuMzRhMS4wNywxLjA3LDAsMCwwLC4yNS0xLjA3LDEsMSwwLDAsMC0uODEtMC43MUwyNy43NSw0YTAuNDQsMC40NCwwLDAsMS0uMzMtMC4yNUwyNS45LDAuNThhMSwxLDAsMCwwLTEuOCwwTDIyLjU5LDMuNzlhMC40NCwwLjQ0LDAsMCwxLS4zMy4yNWwtMy4zOS41MWExLDEsMCwwLDAtLjgxLjcxLDEuMDcsMS4wNywwLDAsMCwuMjUsMS4wN2wyLjQ1LDIuNDlhMC40OCwwLjQ4LDAsMCwxLC4xMy40MWwtMC41OCwzLjUyYTEuMDYsMS4wNiwwLDAsMCwuMjIuODUsMSwxLDAsMCwwLDEuMjQuMjVsMy0xLjY2YTAuNDQsMC40NCwwLDAsMSwuNDEsMGwzLDEuNjZhMSwxLDAsMCwwLC40Ny4xMiwxLDEsMCwwLDAsLjc3LTAuMzgsMS4wNiwxLjA2LDAsMCwwLC4yMi0wLjg1TDI5LjExLDkuMjVhMC40OCwwLjQ4LDAsMCwxLC4xMy0wLjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iI2RhMjMzYiIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPC9nPg0KICA8L2c+DQogIDxnIGlkPSIwZjRjMDY1YS1lYWU0LTRjZTktYmFmOC1kOTIyODNkZjAxNTciIGRhdGEtbmFtZT0iRm9ybWEgMSIgc3R5bGU9Imlzb2xhdGlvbjogaXNvbGF0ZSI+DQogICAgPGcgaWQ9ImI5ZTY5Y2FhLTA0NzQtNGFmMC04MDgxLTIxYzZmOWFiOTUxZiIgZGF0YS1uYW1lPSJGb3JtYSAxIj4NCiAgICAgIDxwYXRoIGQ9Ik00OS42OSw2LjM0YTEuMDcsMS4wNywwLDAsMCwuMjUtMS4wNywxLDEsMCwwLDAtLjgxLTAuNzFMNDUuNzUsNGEwLjQ0LDAuNDQsMCwwLDEtLjMzLTAuMjVMNDMuOSwwLjU4YTEsMSwwLDAsMC0xLjgsMEw0MC41OSwzLjc5YTAuNDQsMC40NCwwLDAsMS0uMzMuMjVsLTMuMzkuNTFhMSwxLDAsMCwwLS44MS43MSwxLjA3LDEuMDcsMCwwLDAsLjI1LDEuMDdsMi40NSwyLjQ5YTAuNDgsMC40OCwwLDAsMSwuMTMuNDFsLTAuNTgsMy41MmExLjA2LDEuMDYsMCwwLDAsLjIyLjg1LDEsMSwwLDAsMCwxLjI0LjI1bDMtMS42NmEwLjQ0LDAuNDQsMCwwLDEsLjQxLDBsMywxLjY2YTEsMSwwLDAsMCwuNDcuMTIsMSwxLDAsMCwwLC43Ny0wLjM4LDEuMDYsMS4wNiwwLDAsMCwuMjItMC44NUw0Ny4xMSw5LjI1YTAuNDgsMC40OCwwLDAsMSwuMTMtMC40MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiNkYTIzM2IiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KICAgIDwvZz4NCiAgPC9nPg0KICA8ZyBpZD0iNjllZjgyODAtMDlkOS00OTE0LWFkZWMtMjFkMDE5ZmE2MDAxIiBkYXRhLW5hbWU9IkZvcm1hIDEiIHN0eWxlPSJpc29sYXRpb246IGlzb2xhdGUiPg0KICAgIDxnIGlkPSI1YzAzMjQ3YS05OTcwLTQzNjgtOGViNy0xYzJlOGU4ZTI3MjQiIGRhdGEtbmFtZT0iRm9ybWEgMSI+DQogICAgICA8cGF0aCBkPSJNNjcuNjksNi4zNGExLjA3LDEuMDcsMCwwLDAsLjI1LTEuMDcsMSwxLDAsMCwwLS44MS0wLjcxTDYzLjc1LDRhMC40NCwwLjQ0LDAsMCwxLS4zMy0wLjI1TDYxLjksMC41OGExLDEsMCwwLDAtMS44LDBMNTguNTksMy43OWEwLjQ0LDAuNDQsMCwwLDEtLjMzLjI1bC0zLjM5LjUxYTEsMSwwLDAsMC0uODEuNzEsMS4wNywxLjA3LDAsMCwwLC4yNSwxLjA3bDIuNDUsMi40OWEwLjQ4LDAuNDgsMCwwLDEsLjEzLjQxbC0wLjU4LDMuNTJhMS4wNiwxLjA2LDAsMCwwLC4yMi44NSwxLDEsMCwwLDAsMS4yNC4yNWwzLTEuNjZhMC40NCwwLjQ0LDAsMCwxLC40MSwwbDMsMS42NmExLDEsMCwwLDAsLjQ3LjEyLDEsMSwwLDAsMCwuNzctMC4zOCwxLjA2LDEuMDYsMCwwLDAsLjIyLTAuODVMNjUuMTEsOS4yNWEwLjQ4LDAuNDgsMCwwLDEsLjEzLTAuNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZGEyMzNiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgICA8L2c+DQogIDwvZz4NCiAgPGcgaWQ9IjVmYjRhNDMwLTc0ZTMtNDUyNy1hMThhLTZmMTE5ZTVlMDQ0ZCIgZGF0YS1uYW1lPSJGb3JtYSAxIiBzdHlsZT0iaXNvbGF0aW9uOiBpc29sYXRlIj4NCiAgICA8ZyBpZD0iNTA0ZGZhNmQtYTA1ZS00NjNjLWFmMzYtMDI2OWU1YmY5MGIzIiBkYXRhLW5hbWU9IkZvcm1hIDEiPg0KICAgICAgPHBhdGggZD0iTTg1LjY5LDYuMzRhMS4wNywxLjA3LDAsMCwwLC4yNS0xLjA3LDEsMSwwLDAsMC0uODEtMC43MUw4MS43NSw0YTAuNDQsMC40NCwwLDAsMS0uMzMtMC4yNUw3OS45LDAuNThhMSwxLDAsMCwwLTEuOCwwTDc2LjU5LDMuNzlhMC40NCwwLjQ0LDAsMCwxLS4zMy4yNWwtMy4zOS41MWExLDEsMCwwLDAtLjgxLjcxLDEuMDcsMS4wNywwLDAsMCwuMjUsMS4wN2wyLjQ1LDIuNDlhMC40OCwwLjQ4LDAsMCwxLC4xMy40MWwtMC41OCwzLjUyYTEuMDYsMS4wNiwwLDAsMCwuMjIuODUsMSwxLDAsMCwwLDEuMjQuMjVsMy0xLjY2YTAuNDQsMC40NCwwLDAsMSwuNDEsMGwzLDEuNjZhMSwxLDAsMCwwLC40Ny4xMiwxLDEsMCwwLDAsLjc3LTAuMzgsMS4wNiwxLjA2LDAsMCwwLC4yMi0wLjg1TDgzLjExLDkuMjVhMC40OCwwLjQ4LDAsMCwxLC4xMy0wLjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iI2RhMjMzYiIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
}

.feedback-item__info-list {
    padding: 0 0 0 175px;
    margin: 0 0 -15px 0;
}

.feedback-item__info-list:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .feedback-item__info-list {
        padding: 0;
        margin: 0;
    }
}

.feedback-item__info-list-term {
    color: #fff;
    font-weight: 700;
    float: left;
    width: 175px;
    clear: both;
    margin: 0 0 16px -175px;
}

@media (max-width: 767px) {
    .feedback-item__info-list-term {
        display: block;
        float: none;
        margin: 0;
        padding: 0 0 10px 0;
    }
}

.feedback-item__info-list-descr {
    float: left;
    width: 100%;
    margin: 0 0 16px 0;
}

@media (max-width: 767px) {
    .feedback-item__info-list-descr {
        float: none;
        margin: 0;
        padding: 0 0 20px 0;
    }
}

.filter {
    padding: 0 0 31px 0;
}

.filter__row {
    display: table;
    width: 100%;
}

@media (max-width: 1100px) {
    .filter__row {
        display: block;
        font-size: 0;
        line-height: 0;
    }
}

.filter__col {
    display: table-cell;
    width: 33.33%;
    vertical-align: top;
    padding: 0 10px 0 0;
}

@media (max-width: 1100px) {
    .filter__col {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .filter__col {
        display: block;
        width: auto;
        padding: 0 0 10px 0;
    }
}

.filter__col-title {
    display: block;
    color: #fff;
    font-weight: 500;
    padding: 0 0 10px 0;
}

@media (max-width: 767px) {
    .filter__col-title {
        padding: 0 0 5px 0;
    }
}

.filter__checkbox-row {
    padding: 1px 0;
}

.filter__slider-col {
    display: table-cell;
    min-width: 365px;
}

@media (max-width: 1100px) {
    .filter__slider-col {
        display: block;
        min-width: 0;
        max-width: 400px;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .filter__slider-col {
        max-width: none;
    }
}

.filter__bottom {
    text-align: right;
}

.filter__bottom .btn, .filter__bottom .reset {
    vertical-align: middle;
    margin: 0 0 0 30px;
}

@media (max-width: 767px) {
    .filter__bottom .btn, .filter__bottom .reset {
        display: block;
        margin: 15px 0 0 0;
        text-align: center;
        width: 100%;
    }
}

.filter-result {
    padding: 20px 0 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.filter-result:after {
    content: " ";
    display: block;
    clear: both;
}

.filter-result__compare {
    float: left;
    width: 50%;
    font-weight: 500;
    color: #fff;
    display: block;
}

@media (max-width: 767px) {
    .filter-result__compare {
        float: none;
        width: auto;
        padding: 0 0 15px 0;
    }
}

.filter-result__compare-count {
    display: inline-block;
    font-size: 9px;
    line-height: 17px;
    padding: 0 3px 0 2px;
    min-width: 17px;
    border-radius: 50%;
    background: #da233b;
    margin: 0 0 0 5px;
    text-align: center;
}

.filter-result__sort {
    float: right;
    display: block;
    width: 50%;
    text-align: right;
    color: #fff;
    font-weight: 500;
    z-index: 2;
    position: relative;
}

@media (max-width: 767px) {
    .filter-result__sort {
        float: none;
        width: auto;
        text-align: left;
    }
}

.filter-result__sort-label {
    display: inline-block;
    vertical-align: top;
}

.filter-result__sort-select {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    position: relative;
}

.filter-result__sort-select-current {
    display: block;
    padding: 0 30px 0 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.filter-result__sort-select-current:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #da233b;
    border-right: 2px solid #da233b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -5px 0 0 0;
}

.filter-result__sort-select-drop {
    position: absolute;
    top: -4px;
    right: -5px;
    min-width: 100%;
    z-index: 1;
    white-space: nowrap;
    background: #1e1e1e;
    padding: 38px 0 0 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
}

.filter-result__sort-select-drop-item {
    padding: 5px 30px 5px 10px;
}

.filter-result__sort-select-link {
    color: #b4b4b4;
}

.filter-result__sort-select-link:hover {
    color: #da233b;
}

.filter-search {
    display: table;
    width: 100%;
    padding: 0 0 35px 0;
}

@media (max-width: 767px) {
    .filter-search {
        display: block;
    }
}

.filter-search__label {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    padding: 0 30px 0 0;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .filter-search__label {
        display: block;
        width: auto;
        padding: 0 0 10px 0;
    }
}

.filter-search__inputbox {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

@media (max-width: 767px) {
    .filter-search__inputbox {
        display: block;
        width: auto;
    }
}

.filter-search__input {
    height: 54px;
}

.filter-search__icon {
    display: block;
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -8px 0 0 0;
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 0;
    font-size: 0;
}

.filter-search__icon [class*="icon-"] {
    fill: #da233b;
    margin: 0;
    top: 0;
}

.filter-search__icon:hover [class*="icon-"] {
    fill: #fff;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 45px 0 0 0;
}

.footer__inner {
    padding-left: 270px;
    padding-bottom: 23px;
}

@media (max-width: 660px) {
    .footer__inner {
        padding-left: 15px;
    }
}

.footer__left {
    width: 255px;
    float: left;
    padding: 8px 0 0 0;
    margin: 0 0 0 -255px;
}

@media (max-width: 660px) {
    .footer__left {
        float: none;
        width: auto;
        margin: 0;
    }
}

.footer__main {
    float: left;
    width: 100%;
    display: table;
}

@media (max-width: 1023px) {
    .footer__main {
        display: block;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 767px) {
    .footer__main {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 660px) {
    .footer__main {
        display: none;
    }
}

.footer__logo {
    display: block;
    margin: 0 0 27px 0;
}

.footer__contacts .header__contacts-item {
    padding: 0 0 20px 20px;
    display: block;
}

.footer__nav-list {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .footer__nav-list {
        font-size: 13px;
    }
}

@media (max-width: 1023px) {
    .footer__nav-list {
        display: block;
    }
}

.footer__nav-link {
    color: #b4b4b4;
}

.footer__nav-link:hover {
    color: #da233b;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer__copyright {
    display: block;
    font-size: 13px;
}

.header {
    position: relative;
    padding: 0 0 49px 0;
    z-index: 4;
}

.header__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0 15px;
}

@media (max-width: 1023px) {
    .header__top {
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        z-index: 1;
        padding: 105px 15px 25px;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        opacity: .5;
    }

    .header__top.active {
        opacity: 1;
    }
}

.header__bottom {
    padding: 28px 0;
}

@media (max-width: 1023px) {
    .header__bottom {
        padding: 20px 0;
    }
}

.header__nav {
}

@media (max-width: 1023px) {
    .header__nav {
        float: none;
        width: auto;
    }
}

.header__mob-btn {
    display: none;
}

@media (max-width: 1023px) {
    .header__mob-btn {
        display: block;
        float: right;
        width: 24px;
        height: 3px;
        margin: 25px 10px 0 20px;
        background: #fff;
        position: relative;
        z-index: 2;
    }

    .header__mob-btn:before, .header__mob-btn:after {
        content: '';
        display: block;
        width: 24px;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }

    .header__mob-btn:before {
        top: -8px;
    }

    .header__mob-btn:after {
        bottom: -8px;
    }

    .header__mob-btn.active {
        background: transparent;
    }

    .header__mob-btn.active:before, .header__mob-btn.active:after {
        background: #da233b;
    }

    .header__mob-btn.active:before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .header__mob-btn.active:after {
        bottom: 0;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (max-width: 767px) {
    .header__mob-btn {
        margin: 20px 5px 0 20px;
    }
}



.flex-center {
display: flex;
justify-content: space-between;
align-items: center;
}

.flex-center:before{
display: none;
}


.flex-center::after {
display: none;
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.flex-right:before{
display: none;
}


.flex-right:after {
display: none;
}

.dg826{
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.header__search {
    display: block;
    position: relative;
}



@media (max-width: 1023px) {
    .header__search {
        margin: 10px 0 0 0;
        width: 260px;
        float: none;
    }
}
.header__search-btn {
    height: 24px;
    width: 24px;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    padding: 0;
    display: block;
    z-index: 1;
}

.header__search-btn [class*="icon-"] {
    fill: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0;
}

.header__search-btn:hover [class*="icon-"] {
    fill: #fff;
}
.header__search-input {
    height: 32px;
    background: rgb(255 255 255 / 15%);
    border-radius: 6px;
    transition: none;
    opacity: 1;
    width: 100%;
    padding: 2px 32px 3px 12px;
}

@media (max-width: 1023px) {
    .header__search-input {
        border: 1px solid transparent;
    }
}

.header__search-input.active {
}

@media (max-width: 1023px) {
    .header__search-input.active {
        border: 1px solid #414141;
    }
}

.header__account {
    float: right;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

@media (max-width: 1023px) {
    .header__account {
        float: none;
        max-width: none;
        padding: 0 0 15px 0;
    }
}

.header__account-link {
    color: #fff;
}

.header__account-link [class*="icon-"] {
    fill: #da233b;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.header__account-link:hover {
    color: #da233b;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .header__cart {
        padding: 0;
    }
}

.header__cart-link {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__cart-link:hover .header__cart-count {
    color: #fff;
}

.header__cart-link:hover .header__cart-icon {
    color: #fff;
}

.header__cart-link:hover .header__cart-icon:after {
}

.header__cart-link:hover .header__cart-icon [class*="icon-"] {

}

.header__cart-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

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



.header__cart-icon [class*="icon-"] {
    vertical-align: middle;
    fill: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header__cart-count {
    background-color: #da233b;
    font-size: 10px;
    line-height: 19px;
    font-weight: 500;
    z-index: 2;
    top: 0px;
    right: 0;
    padding: 0 4px;
    min-width: 19px;
    height: 19px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    position: absolute;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 38px;
}

@media (max-width: 767px) {
    .header__cart-count {
        display: none;
    }
}

.header__contacts {
}

@media (max-width: 767px) {
    .header__contacts {
        display: none;
    }
}

.header__contacts-item {
    padding-right: 36px;
    display: inline-block;

}

.hsl71{
    text-align: right;
position: relative;
}





@media (max-width: 1023px) {
    .header__contacts-item {
        padding: 0 30px;
    }
}

.header__contacts-title {
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    color: #999;
}

.header__contacts-title [class*="icon-"] {
    fill: #da233b;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__contacts-info {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}
.header__contacts-info:hover {
    color: #da233b;
}

.header__contacts-info--sm {
    font-size: 13px;
}

.header__contacts-info--sm:hover {
    color: #fff;
}

.nav__list {
    display: table;
    width: 100%;
}

@media (max-width: 1023px) {
    .nav__list {
        display: block;
        width: auto;
    }
}

.nav__list-item {
    display: table-cell;
    padding-right: 20px;
}

@media (max-width: 1100px) {
    .nav__list-item {
        padding-right: 5px;
    }
}

@media (max-width: 1023px) {
    .nav__list-item {
        display: block;
        padding: 0;
    }
}

.nav__link {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    letter-spacing: .5px;
}

.nav__link:hover {
    color: #da233b;
}

@media (max-width: 1199px) {
    .nav__link {
        font-size: 11px;
    }
}

@media (max-width: 1023px) {
    .nav__link {
        font-size: 12px;
        padding: 5px 0;
    }
}

.main-slider {
    padding: 0 0 30px;
}

.main-slider:after {
    content: " ";
    display: block;
    clear: both;
}

.main-slider__slider {
    position: relative;
}

@media (max-width: 767px) {
    .main-slider__slider {
        margin: 0 -15px 30px;
    }
}

.main-slider__slider .slick-arrow {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    font-size: 0;
    line-height: 0;
    z-index: 3;
    bottom: 40px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.main-slider__slider .slick-arrow:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.main-slider__slider .slick-arrow [class*="icon-"] {
    vertical-align: middle;
    fill: #fff;
}

.main-slider__slider .slick-arrow:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .main-slider__slider .slick-arrow {
        width: 35px;
        height: 35px;
        bottom: 5px;
    }
}

.main-slider__slider .slick-prev {
    right: 108px;
}

@media (max-width: 767px) {
    .main-slider__slider .slick-prev {
        right: 60px;
    }
}

.main-slider__slider .slick-next {
    right: 43px;
}

@media (max-width: 767px) {
    .main-slider__slider .slick-next {
        right: 15px;
    }
}

.main-slider__slider-item-inner {
    display: block;
    height: 400px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 24px;
}

.s854k {
    padding-top: 2px;
}



@media (max-width: 767px) {
    .main-slider__slider-item-inner {
        border-radius: 0;
        height: 320px;
    }
}

.main-slider__slider-item-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 17, 17, 0.35);
    z-index: 2;
}

.main-slider__slider-item-inner:hover {
    /*.main-slider__slider-imgbox {
						top: -20px;
						left: -20px;
						right: -20px;
						bottom: -20px;
					}*/
}

.main-slider__slider-item-inner:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.main-slider__slider-imgbox {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.main-slider__slider-imgbox img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.main-slider__slider-caption {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 490px;
    padding: 0 15px 45px 65px;
}

@media (max-width: 767px) {
    .main-slider__slider-caption {
        padding: 0 15px 45px;
    }
}

.main-slider__slider-title {
    display: block;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    padding: 0 0 22px 0;
    color: #fff;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .main-slider__slider-title {
        font-size: 24px;
        line-height: 28px;
    }
}

.main-slider__slider-descr {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

@media (max-width: 767px) {
    .main-slider__slider-descr {
        font-size: 14px;
        line-height: 24px;
    }
}

.main-slider__side-img {
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 27px 0;
    position: relative;
}

.main-slider__side-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 2;
}

.main-slider__side-img img {
    display: block;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    z-index: 1;
}

.main-slider__side-img:hover:before {
    opacity: 1;
}

.main-slider__side-title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 10px 0;
}

.main-slider__side-title a {
    color: #fff;
}

.main-slider__side-title a:hover {
    color: #da233b;
}

.main-slider__side-descr {
    font-size: 14px;
    line-height: 24px;
}

.pagination {
    padding: 0 0 70px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.pagination:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .pagination {
        padding: 0 0 40px 0;
    }
}

.pagination__item {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

.pagination__item--next {
    margin: 0 0 0 40px;
}

@media (max-width: 767px) {
    .pagination__item--next {
        margin: 0 0 0 20px;
    }
}

.pagination__item--next .pagination__toggle-link:after {
    content: '»';
}

.pagination__item--prev {
    margin: 0 40px 0 0;
}

@media (max-width: 767px) {
    .pagination__item--prev {
        margin: 0 20px 0 0;
    }
}

.pagination__item--prev .pagination__toggle-link:before {
    content: '«';
}

.pagination__toggle-link {
    color: #fff;
    display: block;
}

.pagination__toggle-link:after, .pagination__toggle-link:before {
    font-size: 14px;
    line-height: 24px;
}

.pagination__toggle-link:hover {
    color: #da233b;
}

@media (max-width: 767px) {
    .pagination__toggle-link {
        font-size: 0;
        line-height: 0;
        text-align: center;
    }

    .pagination__toggle-link:after, .pagination__toggle-link:before {
        font-size: 20px;
        line-height: 24px;
    }
}

.pagination__link {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
}

.pagination__link:hover, .pagination__link.active {
    background: #da233b;
}

.payment-content {
    padding-bottom: 65px;
}

.payment__title {
    font-size: 32px;
    line-height: 38px;
    padding: 0 0 25px;
    font-weight: bold;
    color: #fff;
}

.payment__title--delivery {
    padding: 0 0 45px;
}

@media (max-width: 1023px) {
    .payment__title--delivery {
        padding: 0 0 25px;
    }
}

.payment-list {
    font-size: 0;
    margin: 0 0 60px;
}

@media (max-width: 767px) {
    .payment-list {
        margin: 0 0 10px;
    }
}

.payment-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 50px);
    margin: 0 0 10px;
    font-size: 14px;
    max-width: 360px;
}

@media (max-width: 1023px) {
    .payment-item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 479px) {
    .payment-item {
        max-width: 100%;
        width: 100%;
    }
}

.payment-item:nth-of-type(odd) {
    margin-right: 100px;
}

@media (max-width: 1023px) {
    .payment-item:nth-of-type(odd) {
        margin-right: 30px;
    }
}

@media (max-width: 479px) {
    .payment-item:nth-of-type(odd) {
        margin-right: 0;
    }
}

.payment-item--delivery {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px;
}

.payment-item--delivery:nth-of-type(odd) {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .payment-item--delivery {
        margin: 0 0 20px;
    }
}

.payment-item--delivery .payment-item__title {
    padding: 0 0 32px;
}

@media (max-width: 1023px) {
    .payment-item--delivery .payment-item__title {
        padding: 0 0 15px;
    }
}

.payment-item__title {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 20px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 1023px) {
    .payment-item__title {
        font-size: 20px;
    }
}

.payment-item__icon {
    height: 85px;
    margin: 0 0 18px;
    position: relative;
}

@media (max-width: 1023px) {
    .payment-item__icon {
        height: 65px;
    }
}

.payment-item__icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.payment-item__icon--cash:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: 0px -59px;
    width: 65px;
    height: 59px;
}

.payment-item__icon--card:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: -80px 0px;
    width: 62px;
    height: 45px;
}

.payment-item__icon--bill:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: 0px 0px;
    width: 75px;
    height: 54px;
}

.payment-item__icon--online:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: -80px -50px;
    width: 44px;
    height: 61px;
}

#preloader {
    position: fixed;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #1e1e1e;
    z-index: 9999;
}

#preloader .preloader-wrapper {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
}

body.overflow-hidden {
    overflow: hidden;
}

body.overflow-hidden .compensate-for-preloader {
    margin-right: 17px;
}

@media (max-width: 1023px) {
    body.overflow-hidden .compensate-for-preloader {
        margin: 0;
    }
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: blue;
}

.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
    border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
    border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }
    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
    }
    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
    }
    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
    }
    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
    }
    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
    }
    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
    }
    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
    }
    /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
    /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    transform: rotate(129deg);
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.product-head {
    padding: 25px 0 60px 0;
}

.product-head:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .product-head {
        padding: 0 0 30px 0;
    }
}

.product-head__left {
    float: left;
    width: 50%;
    padding: 0 0 0 80px;
}

.product-head__left:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 1023px) {
    .product-head__left {
        float: none;
        width: auto;
        padding: 0 0 30px 80px;
    }
}

@media (max-width: 767px) {
    .product-head__left {
        padding: 0 0 30px 0;
    }
}

.product-head__right {
    float: right;
    width: 50%;
    padding: 0 0 0 45px;
}

@media (max-width: 1023px) {
    .product-head__right {
        float: none;
        width: auto;
        padding: 0;
    }
}

.product-head__right-row {
    padding: 43px 0 0 0;
}

@media (max-width: 767px) {
    .product-head__right-row {
        padding: 30px 0 0 0;
    }
}

.product-head__right-row .btn {
    min-width: 210px;
    margin-right: 15px;
}

.product-head__right-row .btn:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .product-head__right-row .btn {
        min-width: 190px;
    }
}

@media (max-width: 767px) {
    .product-head__right-row .btn {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }
}

.product-head__right-row--mod1 {
    padding: 21px 0 0 0;
}

@media (max-width: 767px) {
    .product-head__right-row--mod1 {
        padding: 30px 0 0 0;
    }
}

.product-head__right-row--mod2 {
    padding: 34px 0 0 0;
}

@media (max-width: 767px) {
    .product-head__right-row--mod2 {
        padding: 30px 0 0 0;
    }
}

.product-head__preview {
    float: left;
    width: 70px;
    margin: 0 0 0 -80px;
    overflow: hidden;
    height: 325px;
}

@media (max-width: 767px) {
    .product-head__preview {
        width: auto;
        float: none;
        margin: 0 -15px;
        height: auto;
        overflow: hidden;
    }

    .product-head__preview .slick-list {
        overflow: visible;
        padding: 0 10px;
    }
}

.product-head__preview-item {
    padding: 0 0 15px 0;
    border: none;
}

@media (max-width: 767px) {
    .product-head__preview-item {
        padding: 0 5px;
    }
}

.product-head__preview-item.slick-current .product-head__preview-link:after {
    border-color: #da233b;
    border-width: 2px;
}

.product-head__preview-link {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.product-head__preview-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    border: 1px solid #414141;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-head__preview-link:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product-head__preview-link img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-head__image {
    padding: 0 40px;
    height: 325px;
    float: right;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

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

@media (max-width: 767px) {
    .product-head__image {
        height: auto;
        float: none;
        padding: 0 0 20px 0;
    }
}

.product-head__image img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%;
    margin: 0 auto;
}

.product-head__info-row {
    display: table;
    width: 100%;
    padding: 0 0 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1023px) {
    .product-head__info-row {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 767px) {
    .product-head__info-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product-head__info-row:after {
        content: " ";
        display: block;
        clear: both;
    }
}

.product-head__info-row-item {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .product-head__info-row-item {
        display: block;
    }
}

.product-head__info-row-item:nth-child(2) {
    text-align: center;
}

@media (max-width: 767px) {
    .product-head__info-row-item:nth-child(2) {
        text-align: right;
    }
}

.product-head__info-row-item:nth-child(3) {
    text-align: right;
}

@media (max-width: 767px) {
    .product-head__info-row-item:nth-child(3) {
        text-align: left;
        width: 100%;
    }
}

.product-head__info-row-item.green {
    color: #37b97d;
}

.product-head__info-row-item.green:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #37b97d;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.product-head__descr {
    padding: 34px 0 0 0;
}

@media (max-width: 767px) {
    .product-head__descr {
        padding: 0;
    }
}

.product-head__descr p:last-child {
    padding: 0;
}

.product-head__price {
    display: inline-block;
    font-size: 22px;
    color: #da233b;
    font-weight: 700;
    vertical-align: middle;
    margin: 0 70px 0 0;
}

@media (max-width: 767px) {
    .product-head__price {
        display: block;
        margin: 0;
        padding: 0 0 20px 0;
        text-align: center;
    }
}

.product-head__spinner {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .product-head__spinner {
        display: block;
        text-align: center;
    }
}

.product-head__compare-link {
    color: #fff;
}

.product-head__compare-link [class*="icon-"] {
    vertical-align: middle;
    fill: #da233b;
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
}

.product-head__compare-link:hover {
    color: #da233b;
}

.product-tabs__tabs-row {
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 40px 0;
}

@media (max-width: 767px) {
    .product-tabs__tabs-row {
        border-bottom: none;
    }
}

.product-tabs__tab-link {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 200px;
    padding: 18px 20px 16px;
    border-radius: 5px 5px 0 0;
    background: rgba(65, 65, 65, 0.3);
    text-align: center;
    margin: 0 0 0 10px;
    letter-spacing: .5px;
}

.product-tabs__tab-link:first-child {
    margin: 0;
}

.product-tabs__tab-link:hover, .product-tabs__tab-link.active {
    background: #da233b;
}

@media (max-width: 767px) {
    .product-tabs__tab-link {
        display: block;
        width: auto;
        margin: 10px 0 0 0;
    }
}

.product-tabs__content {
    padding: 0 0 100px 0;
}

@media (max-width: 767px) {
    .product-tabs__content {
        padding: 0 0 40px 0;
    }
}

.product-tabs__content-item {
    display: none;
}

.product-tabs__content-item.active {
    display: block;
}

.product-tabs__params {
    max-width: 545px;
}

.product-tabs__params-list {
    color: #fff;
    margin: 0;
    padding: 0 0 50px 0;
}

.product-tabs__params-list:after {
    content: " ";
    display: block;
    clear: both;
}

.product-tabs__params-list:last-child {
    padding: 0;
}

.product-tabs__params-list-term {
    float: left;
    width: 66.66%;
    padding: 8px 0 8px 20px;
}

.product-tabs__params-list-term:nth-child(4n + 1) {
    background: rgba(255, 255, 255, 0.03);
}

.product-tabs__params-list-descr {
    float: left;
    width: 33.33%;
    padding: 8px 0 8px 20px;
    margin: 0;
}

.product-tabs__params-list-descr:nth-child(4n + 2) {
    background: rgba(255, 255, 255, 0.03);
}

.product-tabs__params-list-check {
    display: block;
}

.product-tabs__params-list-check [class*="icon-"] {
    fill: #37b97d;
    vertical-align: middle;
}

.product-tabs__descr {
    max-width: 866px;
}

.product-tabs__tags {
    max-width: 530px;
    margin-top: -55px;
}

.product-tabs__tag-link {
    color: #6b6b6b;
    text-decoration: underline;
}

.product-tabs__tag-link:hover {
    text-decoration: none;
}

.product-tabs__feedbacks-top {
    padding: 0 0 20px 0;
}

.product-tabs__feedbacks-top:after {
    content: " ";
    display: block;
    clear: both;
}

.product-tabs__feedbacks-top-sort {
    display: block;
    float: left;
    color: #fff;
    font-weight: 500;
    padding: 24px 0 0 0;
}

@media (max-width: 767px) {
    .product-tabs__feedbacks-top-sort {
        float: none;
        padding: 0 0 20px 0;
    }
}

.product-tabs__feedbacks-top-sort-link {
    margin-left: 20px;
    font-weight: 400;
    color: #fff;
}

.product-tabs__feedbacks-top-sort-link:hover {
    color: #da233b;
}

.product-tabs__feedbacks-top-sort-link.active {
    color: #da233b;
    font-weight: 700;
}

.product-tabs__feedbacks-top-btn {
    float: right;
    width: auto;
    padding: 15px 30px 15px;
}

@media (max-width: 767px) {
    .product-tabs__feedbacks-top-btn {
        float: none;
        width: 100%;
        padding: 8px 20px;
    }
}

.main-products {
    padding: 0 0 100px 0;
}

@media (max-width: 767px) {
    .main-products {
        padding: 0 0 40px 0;
    }
}

.main-products__list {
    margin-bottom: -37px;
}

.product-item {
    padding: 30px 30px 38px;
    background: #ececec;
    margin: 0 0 37px 0;
    text-align: center;
    border-radius: 6px;
    display: block;
    position: relative;
    z-index: 1;
}

.product-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 6px;
    z-index: -1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.product-item:hover:before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}

.product-item__imgbox {
    height: 207px;
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding: 0 0 20px 0;
}

.product-item__imgbox--lg {
    height: 221px;
}

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

.product-item__imgbox img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-item__title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 0 0 12px 0;
    margin: 0 -10px;
    min-height: 56px;
}

.product-item__title a {
    color: #000;
}

.product-item__title a:hover {
    color: #da233b;
}

.product-item__price {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #da233b;
    padding: 0 0 17px 0;
    font-weight: 700;
}

.product-item__price:last-child {
    padding: 0;
}

.product-item__btn {
    margin: 10px 0 14px 0;
    padding-left: 10px;
    padding-right: 10px;
}

.product-item__btn:hover {
    color: #da233b;
}

.product-item__btn:hover [class*="icon-"] {
    fill: #da233b;
}

.product-item__compare-link {
    display: inline-block;
    font-size: 13px;
    color: #000;
}

.product-item__compare-link [class*="icon-"] {
    fill: #da233b;
    margin: 0 3px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.product-item__compare-link:hover {
    color: #da233b;
}

.product-list {
    padding-bottom: 71px;
    margin-bottom: -37px;
}

@media (max-width: 767px) {
    .product-list {
        padding-bottom: 40px;
    }
}

.product-page {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .product-page {
        padding-bottom: 40px;
    }
}

.product-recom-list {
    margin-bottom: -37px;
}

@media (max-width: 480px) {
    .product-recom-list .col {
        width: 100%;
    }
}

.sidebar-info__item {
    padding: 0 0 48px;
}

@media (max-width: 1023px) {
    .sidebar-info__item {
        padding: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .sidebar-info__item {
        padding: 0 0 10px;
    }
}

.sidebar-info__item--blog .sidebar-info__item-title {
    padding-bottom: 45px;
}

@media (max-width: 1023px) {
    .sidebar-info__item--blog .sidebar-info__item-title {
        padding-bottom: 20px;
    }
}

.sidebar-info__item-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 0 35px;
    color: #fff;
}

.sidebar-info__item-title--mobile {
    display: none;
}

@media (max-width: 767px) {
    .sidebar-info__item-title--mobile {
        display: block;
    }
}

@media (max-width: 1023px) {
    .sidebar-info__item-title {
        font-size: 27px;
        padding: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .sidebar-info__item-title {
        font-size: 24px;
        cursor: pointer;
        padding-right: 20px;
        position: relative;
        display: inline-block;
    }

    .sidebar-info__item-title.active:after {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #fff transparent;
    }
}

@media (max-width: 767px) {
    .sidebar-info__item-title:after {
        position: absolute;
        top: 14px;
        right: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
}

@media (max-width: 767px) {
    .sidebar-menu {
        display: none;
    }
}

.sidebar-menu__item {
    padding: 15px 0 18px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
}

@media (max-width: 1023px) {
    .sidebar-menu__item {
        padding: 15px 0;
    }
}

.sidebar-menu__item:last-child {
    border-bottom: none;
}

.sidebar-menu__link {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    color: #9a9a9a;
    font-weight: 500;
}

.sidebar-menu__link:hover {
    color: #da233b;
}

.sidebar-menu__link--invert {
    color: #da233b;
}

.sidebar-menu__link--invert:hover {
    color: #9a9a9a;
}

@media (max-width: 767px) {
    .sidebar-docs {
        display: none;
    }
}

.sidebar-docs__item {
    padding: 3px 0 18px;
    display: block;
}

@media (max-width: 1023px) {
    .sidebar-docs__item {
        padding: 0 0 15px;
    }
}

.sidebar-docs__item:last-child {
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .sidebar-docs__item {
        margin: 0 15px 20px 0;
        width: calc(50% - 10px);
        display: inline-block;
        vertical-align: top;
    }

    .sidebar-docs__item:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .sidebar-docs__item {
        margin: 0 0 15px 0;
        width: 100%;
    }
}

.sidebar-docs__link {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    color: #9a9a9a;
    position: relative;
    padding: 0 0 0 73px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .sidebar-docs__link {
        padding: 0 0 0 50px;
    }
}

.sidebar-docs__link:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 25px;
}

@media (max-width: 1023px) {
    .sidebar-docs__link:before {
        left: 0;
    }
}

.sidebar-docs__link--pdf:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: -147px -78px;
    width: 30px;
    height: 34px;
}

.sidebar-docs__link--instr:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: -147px -39px;
    width: 30px;
    height: 34px;
}

.sidebar-docs__link--rec:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: 0px -123px;
    width: 30px;
    height: 34px;
}

.sidebar-docs__link--adv:before {
    background-image: url(/local/templates/asko/css/../img/sprite.png);
    background-position: -147px 0px;
    width: 30px;
    height: 34px;
}

.sidebar-docs__link:hover {
    color: #da233b;
}

@media (max-width: 767px) {
    .sidebar-blog {
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebar-blog__item {
        margin: 0 15px 20px 0;
        width: calc(50% - 10px);
        display: inline-block;
        vertical-align: top;
    }

    .sidebar-blog__item:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .sidebar-blog__item {
        margin: 0 0 15px 0;
        width: 100%;
    }
}

.sidebar-blog__item .blog-item {
    margin: 0 0 67px 0;
}

@media (max-width: 767px) {
    .sidebar-blog__item .blog-item {
        margin: 0 0 20px 0;
    }
}

.sidebar-blog__item .blog-item__imgbox {
    height: auto;
}

.sidebar-blog__item .blog-item__imgbox-inner {
    position: relative;
}

.sidebar-blog__item .blog-item__imgbox img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.sidebar-blog__item .blog-item__imgbox:hover .blog-item__imgbox-inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar-blog__item .blog-item__imgbox:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.sidebar-blog__item .blog-item__title, .sidebar-blog__item .blog-item__descr {
    height: auto;
    max-height: none;
}

.sidebar-blog__item .blog-item__title {
    margin: 0 0 15px 0;
}

@media (max-width: 767px) {
    .sidebar-blog__item .blog-item__title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .sidebar-blog__item .blog-item__descr {
        line-height: 20px;
    }
}

.sidebar__title {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 5px 0;
    letter-spacing: 1.5px;
}

.sidebar__ads {
    padding: 30px 0;
}

.sidebar__nav-list {
    padding: 0 0 30px 0;
    font-size: 16px;
    line-height: 24px;
}

.sidebar__nav-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar__nav-list-item:last-child {
    border-bottom: none;
}

.sidebar__nav-link {
    display: block;
    color: #9a9a9a;
    padding: 18px 15px 17px 27px;
    font-weight: 500;
}

.sidebar__nav-link:hover, .sidebar__nav-link.active {
    color: #da233b;
}

.slider-ui {
    padding: 0 125px;
}

.slider-ui:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .slider-ui {
        padding: 0;
    }
}

.slider-ui__input {
    display: block;
    width: 98px;
    height: 43px;
    padding: 10px 12px;
}

.slider-ui__input--min {
    float: left;
    margin: 0 0 0 -125px;
}

.slider-ui__input--max {
    float: right;
    margin: 0 -125px 0 0;
}

@media (max-width: 767px) {
    .slider-ui__input--min, .slider-ui__input--max {
        margin: 0 0 10px 0;
    }
}

.slider-ui__handler {
    height: 4px;
    border-radius: 2px;
    background: #4a4a4a;
    position: relative;
}

.slider-ui__handler-box {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .slider-ui__handler-box {
        float: none;
        clear: both;
    }
}

.slider-ui__handler .ui-slider-handle {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -8px;
    margin: 0 0 0 -10px;
}

.slider-ui__handler .ui-slider-range {
    position: absolute;
    top: 0;
    height: 4px;
    background: #da233b;
}

.video-block {
    margin: 32px 0 65px;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .video-block {
        margin: 0 0 30px;
    }
}

.video-block__iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block__iframe iframe {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-block__object, .video-block embed {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.video-block__img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
}

.video-block__img img {
    width: 100%;
    display: block;
    min-height: 100%;
    min-width: 100%;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    position: relative;
    z-index: 1;
}

.video-block__img:before, .video-block__img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-block__img:before {
    width: 85px;
    height: 85px;
    background: #da233b;
    border-radius: 50%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

@media (max-width: 767px) {
    .video-block__img:before {
        width: 55px;
        height: 55px;
    }
}

.video-block__img:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 0 11.5px 14px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 3px;
}

.video-block__img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.video-block__img:hover:before {
    opacity: 0.7;
}

.error-layout {
    background-position: center center !important;
    background-size: cover !important;
}

.error-block {
    margin: 5px 0 185px;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .error-block {
        margin: 0 0 30px;
    }
}

.error-block:after {
    width: 602px;
    height: 421px;
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/local/templates/asko/css/../img/404-overlay.png) 0 0 no-repeat;
    opacity: 0.7;
    margin-left: -63px;
}

@media (max-width: 767px) {
    .error-block:after {
        display: none;
    }
}

.error-check {
    background: #da233b;
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    text-align: center;
    padding-top: 27px;
    margin-bottom: 30px;
}

.error-check .icon-check2 {
    width: 25px;
    height: 29px;
    fill: #fff;
}

.error-title {
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .error-title {
        padding: 0 0 20px;
    }
}

.error-text {
    max-width: 380px;
    margin: 0 auto 100px;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .error-text {
        margin-bottom: 20px;
    }
}

.error-btn {
    position: relative;
    z-index: 1;
    padding: 10px 34px 9px;
}

.error-404 {
    color: #da233b;
    font-weight: bold;
    font-size: 300px;
    line-height: 255px;
    padding: 0 0 45px;
}

@media (max-width: 767px) {
    .error-404 {
        font-size: 150px;
        line-height: 100px;
        padding: 0 0 15px;
    }
}

.article-content {
    max-width: 865px;
    margin: 0 auto;
}

.auth-form {
    max-width: 910px;
}

.auth-form--signin {
    max-width: none;
}

.auth-form__title {
    font-size: 32px;
    padding: 0 0 60px;
    line-height: 1;
}

@media (max-width: 767px) {
    .auth-form__title {
        font-size: 25px;
        padding: 0 0 25px;
    }
}

.auth-form__item {
    padding-right: 27px;
}

@media (max-width: 1199px) {
    .auth-form__item {
        padding-right: 15px;
    }
}

.auth-form__item--btn, .auth-form__item--sign {
    float: right;
}

@media (max-width: 767px) {
    .auth-form__item--btn, .auth-form__item--sign {
        float: none;
    }
}

.auth-form__item--signup-links {
    padding: 15px 0 0 102px;
    width: calc(100% - 470px);
}

@media (max-width: 1199px) {
    .auth-form__item--signup-links {
        padding: 0 15px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .auth-form__item--signup-links {
        width: 100%;
    }
}

.auth-form__item--signup-links .auth-form__text {
    padding: 38px 0 5px;
}

@media (max-width: 767px) {
    .auth-form__item--signup-links .auth-form__text {
        padding: 15px 0;
    }
}

.auth-form__item--signin {
    width: 470px;
}

@media (max-width: 1199px) {
    .auth-form__item--signin {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .auth-form__item--signin {
        width: 100%;
    }
}

.auth-form__text {
    padding: 38px 0 28px;
    line-height: 2;
}

@media (max-width: 767px) {
    .auth-form__text {
        padding: 0 0 15px;
    }
}

.auth-form__text-required {
    position: relative;
    display: block;
    padding-left: 8px;
}

.auth-form__text-required:before {
    content: '*';
    color: #da233b;
    font-size: 14px;
    left: 0;
    top: 0;
    position: absolute;
}

.auth-form__link {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
}

.auth-form__link:hover {
    color: #da233b;
}

.auth-form__btn {
    width: 100%;
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .auth-form__btn {
        margin: 0 0 20px 0;
        padding: 25px 10px;
    }
}

.auth-form__checkbox {
    padding: 5px 0 12px;
}

.cart-content {
    margin: 0 auto;
}

.cart-total {
    text-align: right;
    margin: 0 0 50px;
}

@media (max-width: 767px) {
    .cart-total {
        margin: 0 0 30px;
    }
}

.cart-total__title {
    padding: 0 150px 48px 0;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .cart-total__title {
        padding: 0 0 30px;
    }
}

@media (max-width: 479px) {
    .cart-total__title {
        text-align: center;
    }
}

.cart-total__price {
    color: #da233b;
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 479px) {
    .cart-total__price {
        display: block;
    }
}

.cart-total__price-cur {
    font-weight: normal;
    font-size: 15px;
}

@media (max-width: 479px) {
    .cart-total__order {
        text-align: center;
    }
}

.cart-total__order-title {
    color: #9a9a9a;
}

@media (max-width: 767px) {
    .cart-total__order-title {
        display: none;
    }
}

.cart-total__btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

@media (max-width: 767px) {
    .cart-total__btn {
        margin: 0;
    }
}

.compare {
    padding: 7px 0 0 0;
    overflow: hidden;
}

.compare:after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .compare {
        margin: 0 -15px;
    }
}

.compare__left {
    width: 25%;
    float: left;
}

@media (max-width: 767px) {
    .compare__left {
        float: none;
        width: auto;
        padding: 0 15px 30px;
    }

    .compare__left--mod {
        float: left;
        width: 120px;
        padding: 0;
        margin: 0 -120px 0 0;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .compare__left--mod .compare__table-row:nth-child(odd) {
        background: #2c2c2c;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .compare__left--mod .compare__table-row:nth-child(even) {
        background: #1e1e1e;
    }
}

.compare__left-top {
    max-width: 240px;
    padding: 0 15px 55px 0;
    position: relative;
}

@media (max-width: 767px) {
    .compare__left-top {
        max-width: none;
        padding: 0 0 35px 0;
    }
}

.compare__right {
    width: 75%;
    float: right;
}

@media (max-width: 767px) {
    .compare__right {
        width: calc(100% - 120px);
        width: 100%;
        overflow: hidden;
    }
}

.compare__left-mob-compensator {
    display: none;
}

@media (max-width: 767px) {
    .compare__left-mob-compensator {
        display: block;
    }
}

.compare__count {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 31px 0;
}

.compare__count .red {
    color: #da233b;
}

@media (max-width: 1023px) {
    .compare__count .red {
        display: block;
    }
}

.compare__arrows-container {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .compare__arrows-container {
        left: auto;
        right: 0;
    }
}

.compare__arrows-container .slick-arrow {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    z-index: 3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    margin: 0 10px 0 0;
}

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

.compare__arrows-container .slick-arrow [class*="icon-"] {
    vertical-align: middle;
    fill: #fff;
}

.compare__arrows-container .slick-arrow:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .compare__arrows-container .slick-arrow {
        width: 35px;
        height: 35px;
        bottom: 5px;
    }
}

.compare__selectbox {
    padding: 0 0 32px 0;
}

.compare__btnbox {
    padding: 0 0 15px 0;
}

.compare__btnbox .btn {
    padding-left: 5px;
    padding-right: 5px;
}

.compare__main {
    padding: 176px 0 0 0;
}



@media (max-width: 767px) {
    .compare__main {
        padding: 30px 0 0 0;
    }
}

.compare__table {
    padding: 0 0 20px 0;
    text-align: center;
}

.compare__table--head {
    color: #fff;
    text-align: left;
}

.compare__table-title {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 21px 0;
}

@media (max-width: 767px) {
    .compare__table-title {
        font-size: 14px;
        padding: 0 0 15px 15px;
    }
}

.compare__table-row {
    display: block;
    padding: 16px 30px 15px;
}

@media (max-width: 767px) {
    .compare__table-row {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 15px;
    }
}

.compare__table-row:nth-child(odd) {
    background: rgba(255, 255, 255, 0.03);
}

.compare__table-row [class*="icon-"] {
    vertical-align: middle;
}

.compare__table-row .icon-check {
    fill: #37b97d;
}

.compare__table-row .icon-cross {
    fill: #da233b;
}

.contacts-map {
    height: 700px;
    width: 100%;
}

@media (max-width: 1023px) {
    .contacts-map {
        height: 780px;
    }
}

@media (max-width: 767px) {
    .contacts-map {
        height: 350px;
    }
}

.contacts-block {
    position: relative;
}

.contacts-block .container, .contacts-block .footer__inner {
    position: relative;
}

.contacts-overlay {
    position: absolute;
    width: 660px;
    top: 100px;
    right: 15px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    font-size: 0;
    z-index: 1;
}

@media (max-width: 1023px) {
    .contacts-overlay {
        top: 20px;
        width: 385px;
    }
}

@media (max-width: 767px) {
    .contacts-overlay {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px 0;
        width: 100%;
    }
}

.contacts-info {
    padding: 42px 25px 20px 63px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media (max-width: 1023px) {
    .contacts-info {
        padding: 20px 30px;
        width: 100%;
    }
}

.contacts-form {
    padding: 57px 40px 50px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background: #da233b;
}

@media (max-width: 1023px) {
    .contacts-form {
        padding: 20px 30px;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .contacts-form {
        padding: 20px 10px;
    }
}

.contacts-form .input-box {
    padding: 0 0 15px;
}

@media (max-width: 1023px) {
    .contacts-form .input-box {
        padding: 0 0 10px 0;
    }
}

.contacts-form .input-box input {
    padding: 13px 22px;
    height: 50px;
}

.contacts-form .input-box textarea {
    padding: 13px 22px;
    height: 115px;
}

.contacts-form__btn {
    padding: 21px 10px;
    width: 100%;
}

.contacts__title {
    color: #000;
    font-size: 38px;
    line-height: 1.1;
    padding: 0 0 50px;
    font-weight: bold;
}

@media (max-width: 1023px) {
    .contacts__title {
        padding: 0 0 20px;
        font-size: 30px;
    }
}

.contacts__item {
    padding: 0 0 35px;
    color: #000;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .contacts__item {
        padding: 0 0 10px;
    }
}

.contacts__item-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    padding: 0 0 12px;
}

@media (max-width: 1023px) {
    .contacts__item-title {
        font-size: 20px;
    }
}

.contacts__item-text {
    padding: 0;
}

.contacts__item-link {
    color: #000;
    display: block;
}

.contacts__item-link:hover {
    color: #da233b;
}

.guaranty-sidebar {
    padding-top: 7px;
}

.guaranty-content {
    padding-top: 5px;
}

.guaranty-content h2, .guaranty-content .content__title, .guaranty-content .filter-search__label {
    padding: 11px 0 35px;
}

.guaranty-content h3, .guaranty-content .content__subtitle {
    padding: 30px 0 20px;
}

.order-title {
    padding: 0 0 40px;
}

.order-details__item {
    padding: 0 33px 17px 0;
}

@media (max-width: 1199px) {
    .order-details__item {
        padding: 0 0 15px 0;
    }
}

.order-details .radio {
    margin: 0 0 7px;
}

@media (max-width: 1199px) {
    .order-details {
        width: 66.66%;
    }
}

@media (max-width: 1023px) {
    .order-details {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .order-details {
        width: 100%;
    }
}

.order-privacy {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.5;
    max-width: 320px;
}

@media (max-width: 1023px) {
    .order-privacy {
        max-width: none;
    }
}

.order-info__btn {
    width: 100%;
}

.thanks-block {
    margin: 33px 0 97px;
    text-align: center;
}

@media (max-width: 767px) {
    .thanks-block {
        margin: 0 0 30px;
    }
}

.thanks-check {
    background: #da233b;
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    text-align: center;
    padding-top: 27px;
    margin-bottom: 30px;
}

.thanks-check .icon-check2 {
    width: 25px;
    height: 29px;
    fill: #fff;
}

.thanks-title {
    padding: 0 0 30px;
}

.thanks-text {
    max-width: 380px;
    margin: 0 auto 127px;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .thanks-text {
        margin-bottom: 20px;
    }
}

.thanks-btn {
    padding: 10px 34px 9px;
}

.whyus-content {
    padding: 15px 0;
}

.whyus-about {
    padding-bottom: 77px;
}

@media (max-width: 1023px) {
    .whyus-about {
        padding-bottom: 30px;
    }
}

.whyus-about .about-block {
    padding: 0 0 20px 0;
}

.whyus-about .about-block__img {
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.whyus-about .about-block__img-wrapper {
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .whyus-about .about-block__img-wrapper {
        display: inline-block;
        margin: 30px auto 0;
    }
}

.whyus-about .about-block__img-wrapper:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

@media (max-width: 1023px) {
    .whyus-about .about-block__img-container {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .whyus-about .about-block__text-block {
        max-width: none;
    }
}

@media (max-width: 1023px) {
    .whyus-about__btn {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .whyus-slider .slick-arrow {
        bottom: auto;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .whyus-slider .main-slider__slider {
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .whyus-slider .main-slider__slider-item-inner {
        border-radius: 10px;
    }
}


/*-------------Вставка------------------------*/


.payment-item__text {
  border-collapse: collapse;
  text-align: left;
} 
.payment-item__text th {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: #1e1e1e;
  color: white;
  padding: 10px 15px;
  position: relative;
} 
.payment-item__text th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}  
.payment-item__text tr:nth-child(odd) {
  background: #242121;
}
/* End */


/* Start:/local/templates/asko/css/fix.css?169944776519909*/
.sidebar-info__item .sidebar-menu .active{
    color: #da233b;    
}
.errorMes{
	font-size: 12px;
	color: black;
}

.successMess{
	font-size: 14px;
	color: black;
}
.contacts-form{
	min-height: 502px;
}
.auth-form .auth-form__item .captcha_img_fix{
    text-align: center;
}
.auth-form .auth-form__item .captcha_img_fix img{
    margin-top: 10px;
}
.static-content .zakaz_list span{
    color: #fff;
}
.zakaz_info summary{
    font-size: 22px;
    line-height: 26px;
    font-family: "Stem", Verdana;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    outline: none;
}
.zakaz_info summary span{
    font-size: 14px;
    color: #b4b4b4;
}
.js-header-search .header__search-input{
    color: #fff;
}
.compareEmpty{

    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}


.instruction > dt + dd > i.fa{
    font-size: 20px;
    vertical-align: middle;
}

@media screen and (min-width: 760px) and (max-width: 770px){
    .blog-rubric-list__item{
        padding: 0 20px;
    }
}

@media (min-width: 400px) and (max-width: 500px){
    .blog-rubric-list__item{
        padding: 0 50px;
    }
}

/* ICON FIX */
.fa.icon-phone{
    color: #da233b;
}
/* END ICON FIX */

/* Copiright */
span.footer__copyright {
    float: left;
    width: 20%;
    margin-right: 3%;
}
span.footer__copyright:first-child {
    width: 24%;
    margin-right: 8%;
}
span.footer__copyright:nth-child(3) {
	margin-right: 8%;
}


span.footer__copyright:last-child {
    width: 16%;
    margin: 0;
    margin-left: 5%;
}

span.pay_systems {
    float: left;
    margin-top: 15px;
}

span.pay_systems > img {
    width: 50px;
    margin-right: 5px;
}
span.pay_systems > img:last-child {
    margin: 0;
}
/* Copiright */


span.title3 {
    font-size: 16pt; 
    color: white; 
    font-weight: 600;
}

.footer__bottom .container hr.bord{
    display: none;
}

@media screen and (max-width: 1024px){
/*FIX CATALOG*/

    .hide-on-tablet {
        display: none !important;
    }
    
    /* FILTER PRICE */
    .filter__row .filter__slider-col{
        border-top: 1px solid #292929;
        border-bottom: 1px solid #292929;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        max-width: unset;
    }
    /* FILTER PRICE*/
/*END FIX CATALOG*/
/*MAIN SLIDER MOBILE FIX*/
 .main-slider__slider-imgbox img{
        left: -50px;
        position: absolute;
    }
/*MAIN SLIDER MOBILE FIX*/

}


@media screen and (max-width: 780px) {
    .footer__bottom .container hr.bord{
        display: block;
        clear: both;
        background-color: #2c2c2c;
        width: 100%;
    }
    .footer__bottom .container > span.footer__copyright{
        /*width: 100%;*/
        width: 50%;
        /*max-width: 300px;*/
        padding: 0 15px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer__bottom .container > span.footer__copyright:last-child{
        max-width: 300px;
        margin: 0;
    }

/*MAIN SLIDER MOBILE FIX*/
.main-slider__slider-imgbox img{
        left: -170px;
        /*position: absolute;*/
    }
/*MAIN SLIDER MOBILE FIX*/
}
@media screen and (max-width: 450px) {
    .footer__bottom .container > span.footer__copyright{
        width: 100%;
        /*max-width: 300px;*/
        margin: 0;
        margin-bottom: 15px;
        padding-bottom: 5px;
        text-align: justify;
    }
    .footer__bottom .container > span.footer__copyright:not(:last-child){
		border: 1px solid #353535;
    	border-width: 0px 0px 1px;
	}

    .footer__bottom .container hr.bord{
        display: none;
    }
}
.filter-result .filter-result__compare .listCompare{
    color: #fff;
}
.pay_alert{
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 20px;
    margin-top: 40px;
    color: #fff;
}
.tag_list a{
    padding-right: 20px;
}
.tag_list .static-content{
    padding-top: 20px;
    padding-bottom: 20px;
}




/* БЛОГ ВДОХНОВЕНИЕ */
/*----borders-----*/
.row, .row > div {
    /*outline: 2px dashed white;*/
}
/*----borders-----*/
/*FIX 4 GUIDE*/
.guide ul{
    list-style: inside;
}
.guide ul span{
    font-size: 14px;
    color: #fff;
}
/*FIX 4 GUIDE*/

.row.one_cols,
.row.two_cols{
    margin-left: 0;
    position: relative;
}

.row.one_cols .row.two_cols,
.row.two_cols .row.two_cols{
    margin-top: 0;
}

.row.one_cols p,
.row.two_cols p {
    text-align: justify;
    font-size: 14px;
    line-height: 1;
}

.row.one_cols > div{
    /*width: 100%;*/
}

.row.two_cols > div{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
}

.row.two_cols > div > h1,
.row.two_cols > div > h2,
.row.two_cols > div > h3,
.row.two_cols > div > h4,
.row.two_cols > div > h5,
.row.two_cols > div > h6{
    padding: 10px 0;
}

.row.one_cols > div img,
.row.two_cols > div img {
    width: 100%;
}

/*общие для данного типа данных*/
.row.two_cols .top{
    position: absolute;
    top: 60px;
}


.row.one_cols .top_left,
.row.one_cols .top_right,
.row.one_cols .bottom_left,
.row.one_cols .bottom_right,
.row.one_cols .bottom_center,

.row.two_cols .top_left,
.row.two_cols .top_right,
.row.two_cols .bottom_left,
.row.two_cols .bottom_right,
.row.two_cols .bottom_center {
    /*background-color: rgba(0, 0, 0, .2);*/
    position: absolute;
    width: 400px;
    width: 300px;
}

.row.one_cols.black .top_left,
.row.one_cols.black .top_right,
.row.one_cols.black .bottom_left,
.row.one_cols.black .bottom_right,
.row.one_cols.black .bottom_center,

.row.two_cols.black .top_left,
.row.two_cols.black .top_right,
.row.two_cols.black .bottom_left,
.row.two_cols.black .bottom_right,
.row.two_cols.black .bottom_center {
    /*background-color: rgba(255, 255, 255, .01);*/
}


/* /общие для данного типа данных */




.row.one_cols,
.row.two_cols {
    margin-top: 35px;
}

.row.two_cols .top.lr_cols,
.row.two_cols .top .lr_cols,
.row.one_cols .top.lr_cols,
.row.one_cols .top .lr_cols{
    padding: 0 70px;
    top: -10px;
    position: absolute;
}


.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(odd),
.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(odd),
.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(odd),
.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(odd){
    padding-right: 12%;
}

.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(even),
.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(even),
.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(even),
.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(even),
.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(even),
.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(even),
.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(even),
.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(even){
    padding-left: 12%;
}

.row.one_cols .top_left,
.row.two_cols .top_left {
    top: 120px;
    left: 60px;
}

.row.one_cols .top_right,
.row.two_cols .top_right{
    top: 120px;
    right: 60px;
}

.row.one_cols .bottom_left,
.row.two_cols .bottom_left{
    bottom: 100px;
    left: 60px;
}

.row.one_cols .bottom_right,
.row.two_cols .bottom_right{
    bottom: 100px;
    right: 60px;
}

.row.one_cols .bottom_center,
.row.two_cols .bottom_center{
    bottom: 100px;
    right: 440px;
}

.row.one_cols .bottom,
.row.two_cols .bottom{
    position: absolute;
    bottom: 0;
    margin-bottom: 60px;
}

.row.one_cols.center,
.row.two_cols.center,
.row.one_cols .center,
.row.two_cols .center{
    text-align: center;
}
.row.one_cols.center div,
.row.two_cols.center div{
    display: inline-block;
}


/* ШРИФТЫ */

.row.one_cols h1, .row.one_cols h2,
.row.one_cols h3, .row.one_cols h4,
.row.one_cols h5, .row.one_cols h6,
.row.two_cols h1, .row.two_cols h2,
.row.two_cols h3, .row.two_cols h4,
.row.two_cols h5, .row.two_cols h6 {
    padding: 10px 0;
}

.row.one_cols, .row.two_cols,
.row.one_cols h1, .row.one_cols h2,
.row.one_cols h3, .row.one_cols h4,
.row.one_cols h5, .row.one_cols h6,
.row.two_cols p,  .row.one_cols p,
.row.two_cols h1, .row.two_cols h2,
.row.two_cols h3, .row.two_cols h4,
.row.two_cols h5, .row.two_cols h6,
.row.one_cols span, .row.two_cols span{
    color: #fff;
}

div.row.one_cols.black, div.row.two_cols.black,
.row.one_cols.black h1, .row.one_cols.black h2,
.row.one_cols.black h3, .row.one_cols.black h4,
.row.one_cols.black h5, .row.one_cols.black h6,
.row.one_cols.black p,  .row.two_cols.black p,
.row.two_cols.black h1, .row.two_cols.black h2,
.row.two_cols.black h3, .row.two_cols.black h4,
.row.two_cols.black h5, .row.two_cols.black h6,
.row.one_cols.black span, .row.two_cols.black span{
    color: #000;
    /*background-color: rgba(255, 255, 255, 0.4);*/
}

.row.one_cols.text_bigest,      .row.two_cols .text_bigest,
.row.one_cols.text_bigest p,    .row.two_cols .text_bigest p,
.row.one_cols.text_bigest h1,   .row.two_cols.text_bigest h1,
.row.one_cols.text_bigest h2,   .row.two_cols.text_bigest h2,
.row.one_cols.text_bigest span, .row.two_cols.text_bigest span{
    font-size: 60px;
    line-height: normal;
    font-weight: 100;
    text-align: right;
}

.row.one_cols .text_small, .row.two_cols .text_small,
.row.one_cols.text_small p, .row.one_cols.text_small span,
.row.one_cols.text_small h1, .row.one_cols.text_small h2{
    font-size: 10px;
}

.row.one_cols .text_right, .row.two_cols .text_right,
.row.one_cols.text_right p, .row.one_cols.text_right span,
.row.one_cols.text_right h1, .row.one_cols.text_right h2{
    text-align: right;
}

.row.one_cols .text_left, .row.two_cols .text_left,
.row.one_cols.text_left p, .row.one_cols.text_left span,
.row.one_cols.text_left h1, .row.one_cols.text_left h2{
    text-align: left;
}

.row.one_cols ul, .row.two_cols ul{
    line-height: 1;
    font-size: 14px;
}

.row.one_cols ul li.line, .row.two_cols ul li.line{
    border-bottom: 1px solid;
    padding-top: 10px;
    margin-bottom: 10px;
}

/* ШРИФТЫ */

div.row.w-md-90,
div.row .w-md-90,
.w-md-90{
    width: 90%;
}

div.row.w-md-75,
div.row .w-md-75,
.w-md-75{
    width: 75%;
}

div.row.w-md-40,
div.row .w-md-40,
.w-md-40{
    width: 40%;
}

div.row.w-md-25,
div.row .w-md-25,
.w-md-25{
    width: 25%;
}

.row.rst,
.row.rst div,
.row.rst > div{
    padding-left: 0;
    margin-top: 0;
}



.row.one_cols .portret,
.row.two_cols .portret{
    height: 250px;
    width: 100%;
    background: url('/upload/medialibrary/dc6/dc686a7e3dfa192fc2de1130b057c45d.jpg');
    background-size: 400px;
    background-position-y: 490px;
    background-position-x: -80px;
}


/*TABLE*/
.row.one_cols.table,
.row.two_cols.table,
.row.one_cols .table,
.row.two_cols .table{
    padding: 40px;
}

.row.one_cols#problems .row.two_cols div:not(first-of-type),
.row.two_cols#problems .row.two_cols div:not(first-of-type),
.row.one_cols #problems .row.two_cols div:not(first-of-type),
.row.two_cols #problems .row.two_cols div:not(first-of-type){
    padding: 0 30px;
}

.row.one_cols .link,
.row.two_cols .link{
    font-size: 30px;
    margin-top: 30px;
}

.row.one_cols .link a,
.row.two_cols .link a{
    color: #fff;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 5px;
}
/* FIX */
.row.one_cols .row.two_cols{
    margin-top: 15px;
}

.row.two_cols > div.rel{
    position: relative;
}

.row.two_cols .link{
    margin-top: 0;
    top: 100px;
}

.article-content.wide-view{
    max-width: unset;
}

/* END FIX */




/*Фоновые изображения:
background: url - необходимо использовать в сочетании с "background-size: cover;" для 
растягивания фонового изображения под блок
*/
.row.one_cols#problems,
.row.two_cols#problems,
.row.one_cols #problems,
.row.two_cols #problems{
    background: url("/upload/medialibrary/c06/c06914b1514d960e887f699284d26dec.png");
    background-size: cover;
}

.row.one_cols#recomend,
.row.two_cols#recomend,
.row.one_cols #recomend,
.row.two_cols #recomend{
    background: url("/upload/medialibrary/bd3/bd3c4728379dcedf32dc13da8bc8f5a0.png");
    background-size: cover;
}

.row.one_cols#recomend_next,
.row.two_cols#recomend_next,
.row.one_cols #recomend_next,
.row.two_cols #recomend_next{
    background: url("/upload/medialibrary/75d/75dd1ca66070f71215c83a260b9ad83f.png");
    background-size: cover;
}

.row.one_cols.text_bigest .mobile,
.row.two_cols.text_bigest .mobile{
    display: none;
}

/* MOBILE FIX */
@media screen and (max-width: 1023px){
    .row.one_cols,
    .row.two_cols {
        margin: 0;
    }
    /*.row.one_cols.text_bigest .desct,
    .row.two_cols.text_bigest .desct{
        display: none;
    }*/
    /*.row.one_cols.text_bigest .mobile,
    .row.two_cols.text_bigest .mobile{
        display: inline-block;
    }*/

    .row.one_cols .top_left, .row.one_cols .top_right, 
    .row.one_cols .bottom_left, .row.one_cols .bottom_right, 
    .row.one_cols .bottom_center, .row.two_cols .top_left, 
    .row.two_cols .top_right, .row.two_cols .bottom_left, 
    .row.two_cols .bottom_right, .row.two_cols .bottom_center,
    .row.one_cols .bottom, .row.two_cols .bottom{
        position: static;
        width: auto;
    }

    .row.one_cols.text_bigest, .row.two_cols .text_bigest, 
    .row.one_cols.text_bigest p, .row.two_cols .text_bigest p, 
    .row.one_cols.text_bigest h1, .row.two_cols.text_bigest h1, 
    .row.one_cols.text_bigest h2, .row.two_cols.text_bigest h2, 
    .row.one_cols.text_bigest span, .row.two_cols.text_bigest span{
        font-size: 4vh;
        text-align: left;
    }

	div.row.two_cols > .w-md-75,
	div.row.two_cols > .w-md-25{
	    width: 100%;
	}
	
	div.row.two_cols > .w-md-75 > div{
	    width: 50%;
	    display: inline-block;
	    float: left;
	    padding-right: 15px;
	}

	div.row.two_cols > .w-md-25 > div{
		width: 50%;
	    display: inline-block;
	    float: left;
	    padding-left: 15px;
	    padding-right: 20px;
	}
}


@media screen and (max-width: 768px){
    div.row.two_cols > .w-md-25 > div,
    div.row.two_cols > .w-md-75 > div{
        width: 100%;
    }

    div.row.two_cols#self_fix > .w-md-25 > div
    {
        width: 50%;
    }

    div.row.one_cols.black, div.row.two_cols.black, 
    .row.one_cols.black h1, .row.one_cols.black h2, 
    .row.one_cols.black h3, .row.one_cols.black h4, 
    .row.one_cols.black h5, .row.one_cols.black h6, 
    .row.one_cols.black p, .row.two_cols.black p, 
    .row.two_cols.black h1, .row.two_cols.black h2, 
    .row.two_cols.black h3, .row.two_cols.black h4, 
    .row.two_cols.black h5, .row.two_cols.black h6, 
    .row.one_cols.black span, .row.two_cols.black span{
        color: #fff;
    }
}

@media screen and (max-width: 767px){

    div.row.one_cols.black, div.row.two_cols.black, 
    .row.one_cols.black h1, .row.one_cols.black h2, 
    .row.one_cols.black h3, .row.one_cols.black h4, 
    .row.one_cols.black h5, .row.one_cols.black h6, 
    .row.one_cols.black p, .row.two_cols.black p, 
    .row.two_cols.black h1, .row.two_cols.black h2, 
    .row.two_cols.black h3, .row.two_cols.black h4, 
    .row.two_cols.black h5, .row.two_cols.black h6, 
    .row.one_cols.black span, .row.two_cols.black span{
        color: #fff;
    }

    div.row.two_cols#self_fix > .w-md-25 > div,
    div.row.two_cols > .w-md-75 > div,
    div.row.two_cols > .w-md-25 > div{
        width: 100%;
    }

    .table .row.two_cols > div
    {
        width: 50%;
    }

    .row.one_cols .link, 
    .row.two_cols .link {
        font-size: 20px;
    }

    .row.one_cols, 
    .row.two_cols{
        margin-top: 0px;
    }

	div.row.w-md-90,
	div.row.w-md-75,
	div.row.w-md-40,
	div.row.w-md-25,
	div.row .w-md-90,
	div.row .w-md-75,
	div.row .w-md-40,
	div.row .w-md-25,
	.w-md-90, .w-md-75,
	.w-md-40, .w-md-25,
	.row.two_cols > div{
	    width: 100%;
	}

	.row.two_cols > div{
		padding-left: 10px;
		padding-right: 25px;
	}

	.row.one_cols.table, 
	.row.two_cols.table, 
	.row.one_cols .table, 
	.row.two_cols .table{
		padding: 0;
	}

	.row.two_cols .top.lr_cols,
	.row.two_cols .top .lr_cols,
	.row.one_cols .top.lr_cols,
	.row.one_cols .top .lr_cols{
	    position: unset;
	    padding: 0;
	}

	.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
	.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
	.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(odd),
	.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(odd),
	.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
	.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(odd),
	.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(odd),
	.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(odd){
	    padding-right: 25px;
	}

	.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(even),
	.row.two_cols .top.lr_cols .row.two_cols > div:nth-child(even),
	.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(even),
	.row.two_cols .top .lr_cols .row.two_cols > div:nth-child(even),
	.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(even),
	.row.one_cols .top.lr_cols .row.two_cols > div:nth-child(even),
	.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(even),
	.row.one_cols .top .lr_cols .row.two_cols > div:nth-child(even){
	    padding-left: 10px;
	}
	.row.one_cols h1, .row.one_cols h2, 
	.row.one_cols h3, .row.one_cols h4, 
	.row.one_cols h5, .row.one_cols h6, 
	.row.two_cols h1, .row.two_cols h2, 
	.row.two_cols h3, .row.two_cols h4, 
	.row.two_cols h5, .row.two_cols h6{
		padding: 10px;
	}
	.row.one_cols#problems .row.two_cols div:not(first-of-type),
	.row.two_cols#problems .row.two_cols div:not(first-of-type),
	.row.one_cols #problems .row.two_cols div:not(first-of-type),
	.row.two_cols #problems .row.two_cols div:not(first-of-type){
		padding-left: 10px;
		padding-right: 25px;
	}
}
/* MOBILE FIX */

/* END БЛОГ ВДОХНОВЕНИЕ*/
.rtable {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
.rtable table {
    min-width: 870px;
}
@media (max-width: 1280px){
    .contacts-block .contacts-overlay{
        max-width: 330px;
    }
    .contacts-block .contacts-overlay .contacts-form{
        display: none;
    }
    .contacts-block .contacts-overlay .contacts-info{
        width: 100%;
    }
}
@media (max-width: 1280px){
    .saloni-header{
        display: none;
    }
    #preloader{
        display: none;
    }
}
.header__contacts-item {
}
.footer-politika a{
    padding-right: 10px;
    padding-left: 10px;
}
.seo_text_index{
    padding-bottom: 50px;
}
.category-item__title {
    /*color: #da233b;*/
}

.main-slider__side .about-block__img-wrapper{
    height: 400px;
    display: inline-block;
}


.main-slider__side .img_side{
    display: inline-block;
    width: 300px;
    height: 400px;
    background-image: url(/local/templates/asko/pic/main-slider/main-slider-2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.main-slider__side .img_side .blockText {
    position: absolute;
    z-index: 9;
    bottom: 35px;
}

.main-slider__side .img_side .main-slider__side-title {
    display: block;
    font-size: 25px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 10px 0;
}



.main-slider__side .img_side .main-slider__side-descr{
    color: #b4b4b4;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
/* End */


/* Start:/local/templates/asko/css/font-awesome.min.css?169944776531019*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display: swap;font-family:'FontAwesome';src:url('/local/templates/asko/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/asko/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/asko/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/asko/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/asko/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/asko/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.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(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-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);-ms-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{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/asko/css/new_year_popup.css?16994477651114*/
#new_year_modal{
    width: 600px;
    height: initial;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 50%;
    right: 30%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 1;
    z-index: 5;
    padding: 20px 10px;
    background-image: url('/local/templates/asko/img/4asko_new_year.jpg');
    background-size: 100% 100%;
    /* display: none; */
}
#new_year_modal div{
    padding: 60px 80px;
    color: #fff;
    font-size: 15px;
}
#new_year_modal_close{
    color: #000;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
#overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 600px) {
    #new_year_modal{
        width: 100%;
        position: absolute;
        margin-left: unset;
        right: unset;
    }
}
/* End */


/* Start:/local/components/asko/workTime/templates/.default/style.css?1699447766547*/
.tableTime{
    display: none;
    position: absolute;
    top: -10px;
    left: -22px;
    padding: 16px;
    background-color: #232323;
    border-radius: 8px;
    border: 1px solid #3a3a3a;
    z-index: 1;
}

.rowTime{
    display: table-row;
    text-align: left;
}
.cellTime{
    display: table-cell;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    padding: 2px 4px;
}
.header__contacts .header__contacts-item:hover .tableTime{
    display: table;
}
.rowTime.currentDay .cellTime {
    color: #da233b;
}
/* End */
/* /local/templates/asko/css/main.css?1699447765230805 */
/* /local/templates/asko/css/fix.css?169944776519909 */
/* /local/templates/asko/css/font-awesome.min.css?169944776531019 */
/* /local/templates/asko/css/new_year_popup.css?16994477651114 */
/* /local/components/asko/workTime/templates/.default/style.css?1699447766547 */
