/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */

    -webkit-text-size-adjust: 100%;
    /* 2 */;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    /* 1 */
    overflow: visible;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */;
}

/**
 * 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 */;
}

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

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

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    border-bottom: none;
    /* 2 */;
}

/**
 * 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 size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    /* 1 */
    margin: 0;
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 2 */;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: .35em .75em .625em;
}

/**
 * 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 {
    /* 2 */
    display: table;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 1 */;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 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;
       -moz-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"] {
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[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 {
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: "Roboto";
    src: url("../bundles/wpapp/assets/fonts/Roboto-Light/Roboto-Light.eot");
    src: url("../bundles/wpapp/assets/fonts/Roboto-Light/Roboto-Light.woff2") format("woff2"), url("../bundles/wpapp/assets/fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../bundles/wpapp/assets/fonts/Roboto-Light/Roboto-Light.ttf") format("truetype"), url("../bundles/wpapp/assets/fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light") format("svg"), url("../bundles/wpapp/assets/fonts/Roboto-Light/Roboto-Light.eot?#iefix") format("embedded-opentype");
    font-weight: 300;
    font-style: normal;

    font-display: auto;
}

@font-face {
    font-family: "Roboto";
    src: url("../bundles/wpapp/assets/fonts/Roboto-Regular/Roboto-Regular.eot");
    src: url("../bundles/wpapp/assets/fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("../bundles/wpapp/assets/fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../bundles/wpapp/assets/fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../bundles/wpapp/assets/fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg"), url("../bundles/wpapp/assets/fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;

    font-display: auto;
}

@font-face {
    font-family: "Roboto";
    src: url("../bundles/wpapp/assets/fonts/Roboto-Medium/Roboto-Medium.eot");
    src: url("../bundles/wpapp/assets/fonts/Roboto-Medium/Roboto-Medium.woff2") format("woff2"), url("../bundles/wpapp/assets/fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../bundles/wpapp/assets/fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype"), url("../bundles/wpapp/assets/fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium") format("svg"), url("../bundles/wpapp/assets/fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype");
    font-weight: 500;
    font-style: normal;

    font-display: auto;
}

@font-face {
    font-family: "Roboto";
    src: url("../bundles/wpapp/assets/fonts/Roboto-Bold/Roboto-Bold.eot");
    src: url("../bundles/wpapp/assets/fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"), url("../bundles/wpapp/assets/fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../bundles/wpapp/assets/fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../bundles/wpapp/assets/fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold") format("svg"), url("../bundles/wpapp/assets/fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: 700;
    font-style: normal;

    font-display: auto;
}

@font-face {
    font-family: "Roboto";
    src: url("../bundles/wpapp/assets/fonts/Roboto-Black/Roboto-Black.eot");
    src: url("../bundles/wpapp/assets/fonts/Roboto-Black/Roboto-Black.woff2") format("woff2"), url("../bundles/wpapp/assets/fonts/Roboto-Black/Roboto-Black.woff") format("woff"), url("../bundles/wpapp/assets/fonts/Roboto-Black/Roboto-Black.ttf") format("truetype"), url("../bundles/wpapp/assets/fonts/Roboto-Black/Roboto-Black.svg#Roboto-Black") format("svg"), url("../bundles/wpapp/assets/fonts/Roboto-Black/Roboto-Black.eot?#iefix") format("embedded-opentype");
    font-weight: 900;
    font-style: normal;

    font-display: auto;
}

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

[tabindex="-1"]:focus {
    outline: none !important;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

input,
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

a,
button,
input,
*:focus,
*:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 320px;
    height: 100%;
    margin: 0;
    font-size: 16px;

    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
}

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

body {
    position: relative;
    height: 100%;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    color: #333;
    background-color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    line-height: 1.2;

        -ms-backface-visibility: hidden;
}

body:after {
    display: table;
    clear: both;
    content: "";
}

.hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0 20px;
    word-wrap: break-word;
    word-break: break-word;
    color: #111;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;

    overflow-wrap: break-word;
}

h1 {
    margin: 0 0 30px;
    font-size: 1.8em;
}

h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
figure,
table {
    margin: 0 0 20px;
}

p,
address {
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

a {
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-decoration: underline;
    color: #006fb2;
}

a:hover {
    text-decoration: none;
    color: #006fb2;
}

a[href^="tel:"],
a[href^="skype:"],
a[href^="mailto:"] {
    display: inline-block;
    text-decoration: none;
}

button {
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

ol,
ul {
    margin-bottom: 1.5em;
    margin-left: 30px;
    padding-left: 1em;
}

ol li,
ul li {
    margin-bottom: 5px;
}

dt,
dd {
    line-height: 1.2;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

pre,
code {
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    color: #333;
    font-family: "Consolas", "Courier New", "Nimbus Mono L", monospace;
    font-size: 16px;
    line-height: 1.6;
}

pre {
    padding: 1em;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #eee;
}

q {
    quotes: "«" "»";
    font-style: italic;
}

q q {
    quotes: "„" "“";
    font-style: italic;
}

blockquote {
    margin: 0 0 1.2em;
    padding: .6em;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote p:first-child,
blockquote ul:first-child,
blockquote ol:first-child {
    margin-top: 0;
}

blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.2;
}

blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

table {
    width: 100%;
}

.center {
    text-align: center;
}

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

.svg-icon--cart {
    width: 1.117647058823529em;
    font-size: 1.0625rem;
}

.svg-icon--checked {
    width: 1.375em;
    font-size: 1rem;
}

.svg-icon--compare {
    width: .9em;
    font-size: 1.25rem;
}

.svg-icon--contact-email {
    width: 1em;
    font-size: 1.125rem;
}

.svg-icon--contact-phone {
    width: 1em;
    font-size: 1.125rem;
}

.svg-icon--contact-skype {
    width: 1em;
    font-size: 1.125rem;
}

.svg-icon--contact-viber {
    width: 1em;
    font-size: 1.125rem;
}

.svg-icon--contact-whatsapp {
    width: 1em;
    font-size: 1.125rem;
}

.svg-icon--contacts-clock {
    width: 1em;
    font-size: 2.5rem;
}

.svg-icon--contacts-globe {
    width: 1em;
    font-size: 2.5rem;
}

.svg-icon--contacts-phone {
    width: 1em;
    font-size: 2.5rem;
}

.svg-icon--contacts-placeholder {
    width: 1em;
    font-size: 2.5rem;
}

.svg-icon--copy {
    width: .80952380952381em;
    font-size: 1.3125rem;
}

.svg-icon--delete {
    width: .9em;
    font-size: 1.25rem;
}

.svg-icon--location {
    width: .76em;
    font-size: 1.5625rem;
}

.svg-icon--next {
    width: 1em;
    font-size: 1.1875rem;
}

.svg-icon--pdf {
    width: .771428571428571em;
    font-size: 2.1875rem;
}

.svg-icon--phone {
    width: 1em;
    font-size: 1.125rem;
}

.svg-icon--prev {
    width: 1em;
    font-size: 1.1875rem;
}

.svg-icon--print {
    width: 1em;
    font-size: 1.375rem;
}

.svg-icon--quality {
    width: .947368421052632em;
    font-size: 1.1875rem;
}

.svg-icon--search {
    width: 1em;
    font-size: 1rem;
}

.svg-icon--xls {
    width: 1.08em;
    font-size: 1.5625rem;
}

.svg-icon--zoom {
    width: 1em;
    font-size: 1.875rem;
}

/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #f8f8f8;
}

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

    -o-text-overflow: ellipsis;
}

.selectric .button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #bbb;
    background-color: #f8f8f8;
    font: 0/0 a;
    line-height: 38px;

    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

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

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

.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 {
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;

    filter: alpha(opacity=50);
}

.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;
    z-index: 10;
    width: 100%;
    height: 100%;
}

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

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

    *font: 0/0 a !important;
}

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

/* Items box */

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

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

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

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

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

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

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

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

.selectric-items .disabled {
    cursor: default !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;
    color: #666 !important;
    background: none !important;

    filter: alpha(opacity=50);
}

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

.selectric-items .selectric-group.disabled li {
    opacity: 1;

    filter: alpha(opacity=100);
}

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

.selectric-wrapper {
    display: block;
    width: 100%;
}

.field--filter .selectric-wrapper {
    display: inline-block;
    width: auto;
}

.selectric-wrapper .selectric {
    display: block;
    width: 100%;
    height: 40px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #fff;
}

.field--filter .selectric-wrapper .selectric {
    height: 32px;
    border: 2px solid #e5e5e5;
}

.field--search-filter .selectric-wrapper .selectric {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.field--search-filter[data-value="3000K"] .selectric-wrapper .selectric {
    background-color: #f0d89c;
}

.field--search-filter[data-value="4000K"] .selectric-wrapper .selectric {
    background-color: #fcfee4;
}

.field--search-filter[data-value="5000K"] .selectric-wrapper .selectric {
    background-color: #d0f5fc;
}

.selectric-wrapper.selectric-hover .selectric {
    border-color: #999;
}

.field--filter .selectric-wrapper.selectric-hover .selectric {
    border-color: #ccc;
}

.field--error .selectric-wrapper .selectric {
    border-color: #c99;
}

.selectric-wrapper .label {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 40px 0 12px;
    color: #111;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
}

.selectric-wrapper .label::after {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

.field--filter .selectric-wrapper .label {
    height: 28px;
    color: #333;
    line-height: 28px;
}

.field--filter .selectric-wrapper .label::after {
    right: 8px;
    width: 13px;
    width: 0;
    height: 7px;
    height: 0;
    margin-top: -3px;
    -webkit-transition: all .2s ease;
    -webkit-transition: none;
       -moz-transition: all .2s ease;
       -moz-transition: none;
         -o-transition: all .2s ease;
         -o-transition: none;
            transition: all .2s ease;
            transition: none;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    border: none;
    border-width: 7px 6.5px 0 6.5px;
    border-style: solid;
    border-color: #006fb2 transparent transparent transparent;
    background: 0;
}

.selectric-wrapper.selectric-open .label::after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.field--filter .selectric-wrapper.selectric-open .label::after {
    margin-top: -4px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.selectric-wrapper--placeholder .label {
    color: #999;
}

.field--filter .selectric-wrapper--placeholder .label {
    color: #333;
}

.field--error .selectric-wrapper--placeholder .label {
    color: #c99;
}

.selectric-wrapper .button {
    display: none;
    height: 25px;
    color: #000;
}

.selectric-wrapper .selectric-open .label::after {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.selectric-wrapper .selectric-items {
    z-index: 20;
    width: 100%;
    border: none;
    border-width: 1px;
    border-style: none solid solid;
    border-color: #e1e1e1;
}

.selectric-wrapper .selectric-items li {
    display: block;
    width: 100%;
    padding: 9px 14px;
    color: #2e313d;
    background-color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.selectric-wrapper .selectric-items li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.selectric-wrapper .selectric-items li.hidden-option {
    display: none;
}

.selectric-wrapper .selectric-items li.selected,
.selectric-wrapper .selectric-items li:hover,
.selectric-wrapper .selectric-items li.highlighted {
    text-decoration: none;
    color: #2e313d;
    background-color: #f9f9f9;
}

.field--filter .selectric-wrapper .selectric-items li {
    padding: 6px 12px;
    color: #333;
}

.field--filter .selectric-wrapper .selectric-items li.selected,
.field--filter .selectric-wrapper .selectric-items li:hover,
.field--filter .selectric-wrapper .selectric-items li.highlighted {
    color: #333;
    background-color: #cce2f0;
}

.selectric-wrapper.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
    border-style: solid solid none;
}

.selectric-wrapper .selectric-hide-select {
    overflow: hidden;
    width: 100%;
}

.selectric-wrapper .selectric-hide-select select {
    opacity: 0;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;

     -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.slick-prev,
.slick-next {
    position: relative;
    display: block;
    width: 10px;
    height: 28px;
    padding: 0;
    color: transparent;
    border: none;
    background-color: transparent;
    font-size: 0;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    cursor: default;
    opacity: .5;
}

.slick-prev::before,
.slick-next::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 28px;
    content: "";
}

.slick-prev::before {
    width: 0;
    height: 0;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border-width: 14px 10px 14px 0;
    border-style: solid;
    border-color: transparent #006fb2 transparent transparent;
    background: 0;
}

.slick-next::before {
    width: 0;
    height: 0;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border-width: 14px 0 14px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #006fb2;
    background: 0;
}

.slick-dots {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
    padding: 0 15px;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    vertical-align: top;
}

.slick-dots li button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    color: transparent;
    border: none;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    outline: none;
    background-color: transparent;
    font-size: 0;
}

.slick-dots li button:hover {
    background-color: #0572b5;
}

.slick-dots li.slick-active button {
    background-color: #0572b5;
}

/* Magnific Popup CSS */

.mfp-bg {
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #0b0b0b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
    color: #fff;
}

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

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

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

    -webkit-appearance: none;
}

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

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

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

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

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

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

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

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 110px;
    margin: 0;
    margin-top: -55px;
    padding: 0;
    opacity: .65;

    -webkit-tap-highlight-color: transparent;
}

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

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */

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

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

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

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

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

.mfp-container {
    padding: 0;
}

.mfp-zoom-in .popup {
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
       -moz-transform: scale(.8);
        -ms-transform: scale(.8);
         -o-transform: scale(.8);
            transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-bg {
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    opacity: 0;
}

.mfp-zoom-in.mfp-ready .popup {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .9;
}

.mfp-zoom-in.mfp-removing .popup {
    -webkit-transform: scale(.8);
       -moz-transform: scale(.8);
        -ms-transform: scale(.8);
         -o-transform: scale(.8);
            transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html> .os-host {
    position: absolute !important;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */;
}

html.os-html> .os-host> .os-padding {
    position: absolute;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */;
}

body.os-dragging,
body.os-dragging * {
    cursor: default;
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;

    -webkit-align-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
    -webkit-box-pack: start;
       -moz-box-pack: start;
    -ms-flex-align: start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-line-pack: start;
    -ms-flex-pack: start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    -ms-grid-row-align: flex-start;
    -webkit-justify-content: flex-start;
}

.os-host-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:    -moz-box;
    display:         flex;
    overflow: hidden !important;
}

.os-host-flexbox> .os-size-auto-observer {
    height: inherit !important;
}

.os-host-flexbox> .os-content-glue {
            flex-grow: 1;
            flex-shrink: 0;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    -webkit-flex-shrink: 0;
}

.os-host-flexbox> .os-size-auto-observer,
.os-host-flexbox> .os-content-glue {
            flex-grow: 0;
            flex-shrink: 1;
            flex-basis: auto;
    min-width: 0;
    min-height: 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex-basis: auto;
    -webkit-flex-grow: 0;
    -ms-flex-negative: 1;
    -ms-flex-positive: 0;
    -ms-flex-preferred-size: auto;
    -webkit-flex-shrink: 1;
}

#os-dummy-scrollbar-size {
    position: fixed;
    visibility: hidden;
    overflow: scroll;
    width: 500px;
    height: 500px;
    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#os-dummy-scrollbar-size> div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

/* fix restricted measuring */

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    display: table;
    visibility: hidden;
            flex-grow: 0;
            flex-shrink: 0;
    width: .01px;
    height: .01px;
    content: "";
    font-size: 0;
    line-height: 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
}

#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

.os-content-glue {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.os-padding {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;

    direction: inherit;
}

.os-host-overflow> .os-padding {
    overflow: hidden;
}

.os-viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: inherit !important;
       -moz-box-sizing: inherit !important;
            box-sizing: inherit !important;
    margin: 0;
    padding: 0;
    resize: none !important;
    outline: none !important;

    direction: inherit !important;
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-width: 1px;
    min-height: 1px;
    pointer-events: none;
}

.os-content {
    position: relative;
    display: block;
    visibility: visible;
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100%;
    width: 100%;
    height: 100%;
    height: 100%;

    direction: inherit;
}

.os-content> .os-textarea {
    position: absolute !important;
    z-index: 1 !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    float: none !important;
    overflow: hidden !important;
    clip: auto !important;
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0;
    resize: none !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    vertical-align: baseline !important;
    opacity: 1 !important;
    border: none !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
    outline: 0 none transparent !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;

    direction: inherit !important;
    -webkit-filter: none !important;
            filter: none !important;
    -webkit-perspective: none !important;
       -moz-perspective: none !important;
            perspective: none !important;
}

.os-host-rtl> .os-padding> .os-viewport> .os-content> .os-textarea {
    right: 0 !important;
}

.os-content> .os-textarea-cover {
    z-index: -1;
    pointer-events: none;
}

.os-content> .os-textarea[wrap="off"] {
    margin: 0 !important;
    white-space: pre !important;
}

.os-text-inherit {
    cursor: text;
    text-align: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: inherit;
       text-overflow: inherit;
    color: inherit;
    text-shadow: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    line-height: inherit;

    direction: inherit;
    -o-text-overflow: inherit;
    unicode-bidi: inherit;
}

.os-resize-observer,
.os-resize-observer-host {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.os-resize-observer-host {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: inherit;
    border: inherit;
    border-style: solid;
    border-color: transparent;
}

.os-resize-observer-host.observed {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
    -webkit-box-pack: start;
       -moz-box-pack: start;
    -ms-flex-align: start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
}

.os-resize-observer-host> .os-resize-observer,
.os-resize-observer-host.observed> .os-resize-observer {
    display: block;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    width: 200%;
    height: 200%;
    margin: 0;
    padding: inherit;
    border: inherit;
}

.os-resize-observer-host.observed> .os-resize-observer,
.os-resize-observer-host.observed> .os-resize-observer:before {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-grow: 1;
            flex-shrink: 0;
            flex-basis: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-basis: auto;
    -webkit-flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: auto;
    -webkit-flex-shrink: 0;
}

.os-resize-observer-host.observed> .os-resize-observer:before {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0;
    padding: inherit;
    content: "";
    border: inherit;
}

.os-size-auto-observer {
    position: relative;
    z-index: -1;
    float: left;
    overflow: hidden;
            flex-grow: inherit;
            flex-shrink: 0;
            flex-basis: 0;
    -webkit-box-sizing: inherit !important;
       -moz-box-sizing: inherit !important;
            box-sizing: inherit !important;
    width: inherit;
    max-width: 1px;
    height: 100%;
    max-height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: none;

    -webkit-box-flex: inherit;
       -moz-box-flex: inherit;
    -webkit-flex-basis: 0;
    -webkit-flex-grow: inherit;
    -ms-flex-negative: 0;
    -ms-flex-positive: inherit;
    -ms-flex-preferred-size: 0;
    -webkit-flex-shrink: 0;
}

.os-size-auto-observer> .os-resize-observer {
    width: 1000%;
    min-width: 1px;
    height: 1000%;
    min-height: 1px;
}

.os-resize-observer-item {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
            flex: none !important;
    opacity: 0;

    -webkit-box-flex: 0 !important;
       -moz-box-flex: 0 !important;
    direction: ltr !important;
    -webkit-flex: none !important;
        -ms-flex: none !important;
}

.os-resize-observer-item-final {
    position: absolute;
    top: 0;
    left: 0;
            flex: none !important;
    -webkit-transition: none !important;
       -moz-transition: none !important;
         -o-transition: none !important;
            transition: none !important;

    -webkit-box-flex: 0 !important;
       -moz-box-flex: 0 !important;
    -webkit-flex: none !important;
        -ms-flex: none !important;
}

.os-resize-observer {
    -webkit-animation-name: os-resize-observer-dummy-animation;
       -moz-animation-name: os-resize-observer-dummy-animation;
         -o-animation-name: os-resize-observer-dummy-animation;
            animation-name: os-resize-observer-dummy-animation;
    -webkit-animation-duration: .001s;
       -moz-animation-duration: .001s;
         -o-animation-duration: .001s;
            animation-duration: .001s;
}

object.os-resize-observer {
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }

    to {
        z-index: -1;
    }
}

@-moz-keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }

    to {
        z-index: -1;
    }
}

@-o-keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }

    to {
        z-index: -1;
    }
}

@keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }

    to {
        z-index: -1;
    }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition> .os-scrollbar,
.os-host-transition> .os-scrollbar-corner {
    -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
       -moz-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
         -o-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
            transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
}

html.os-html> .os-host> .os-scrollbar {
    position: absolute;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
    z-index: 999999;
    /* highest z-index of the page */;
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    z-index: 1;
    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.os-scrollbar-corner {
    right: 0;
    bottom: 0;
}

.os-scrollbar {
    pointer-events: none;
}

.os-scrollbar-track {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    pointer-events: auto;
    border: none !important;
}

.os-scrollbar-handle {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}

.os-scrollbar-vertical {
    top: 0;
    right: 0;
}

.os-host-rtl> .os-scrollbar-horizontal {
    right: 0;
}

.os-host-rtl> .os-scrollbar-vertical {
    right: auto;
    left: 0;
}

.os-host-rtl> .os-scrollbar-corner {
    right: auto;
    left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding+ .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden> .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden> .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden> .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden> .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+ .os-scrollbar-vertical+ .os-scrollbar-corner,
.os-scrollbar-horizontal+ .os-scrollbar-vertical.os-scrollbar-auto-hidden+ .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+ .os-scrollbar-vertical.os-scrollbar-auto-hidden+ .os-scrollbar-corner {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize;
}

.os-host-rtl> .os-scrollbar-corner-resize-both {
    cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden> .os-scrollbar-vertical {
    top: 0;
    bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden> .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden> .os-scrollbar-horizontal {
    right: 0;
    left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    visibility: visible !important;
    opacity: 1 !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    pointer-events: auto !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.os-host-rtl> .os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
       -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
         -o-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

.os-host-overflow {
    overflow: hidden !important;
}





/*
THEMES:
*/

/* NONE THEME: */

.os-theme-none> .os-scrollbar-horizontal,
.os-theme-none> .os-scrollbar-vertical,
.os-theme-none> .os-scrollbar-corner {
    display: none !important;
}

.os-theme-none> .os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px;
}

/* DARK & LIGHT THEME: */

.os-theme-dark> .os-scrollbar-horizontal,
.os-theme-light> .os-scrollbar-horizontal {
    right: 10px;
    height: 10px;
}

.os-theme-dark> .os-scrollbar-vertical,
.os-theme-light> .os-scrollbar-vertical {
    bottom: 10px;
    width: 10px;
}

.os-theme-dark.os-host-rtl> .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl> .os-scrollbar-horizontal {
    right: 0;
    left: 10px;
}

.os-theme-dark> .os-scrollbar-corner,
.os-theme-light> .os-scrollbar-corner {
    width: 10px;
    height: 10px;
}

.os-theme-dark> .os-scrollbar-corner,
.os-theme-light> .os-scrollbar-corner {
    background-color: transparent;
}

.os-theme-dark> .os-scrollbar,
.os-theme-light> .os-scrollbar {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px;
    background: transparent;
}

.os-theme-dark> .os-scrollbar.os-scrollbar-unusable,
.os-theme-light> .os-scrollbar.os-scrollbar-unusable {
    background: transparent;
}

.os-theme-dark> .os-scrollbar> .os-scrollbar-track,
.os-theme-light> .os-scrollbar> .os-scrollbar-track {
    background: transparent;
}

.os-theme-dark> .os-scrollbar-horizontal> .os-scrollbar-track> .os-scrollbar-handle,
.os-theme-light> .os-scrollbar-horizontal> .os-scrollbar-track> .os-scrollbar-handle {
    min-width: 30px;
}

.os-theme-dark> .os-scrollbar-vertical> .os-scrollbar-track> .os-scrollbar-handle,
.os-theme-light> .os-scrollbar-vertical> .os-scrollbar-track> .os-scrollbar-handle {
    min-height: 30px;
}

.os-theme-dark.os-host-transition> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle,
.os-theme-light.os-host-transition> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle {
    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

.os-theme-dark> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle,
.os-theme-light> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle,
.os-theme-dark> .os-scrollbar> .os-scrollbar-track,
.os-theme-light> .os-scrollbar> .os-scrollbar-track {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.os-theme-dark> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle {
    background: rgba(0, 0, 0, .4);
}

.os-theme-light> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle {
    background: rgba(255, 255, 255, .4);
}

.os-theme-dark> .os-scrollbar:hover> .os-scrollbar-track> .os-scrollbar-handle {
    background: rgba(0, 0, 0, .55);
}

.os-theme-light> .os-scrollbar:hover> .os-scrollbar-track> .os-scrollbar-handle {
    background: rgba(255, 255, 255, .55);
}

.os-theme-dark> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7);
}

.os-theme-light> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle.active {
    background: rgba(255, 255, 255, .7);
}

.os-theme-dark> .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark> .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light> .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light> .os-scrollbar-vertical .os-scrollbar-handle:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden> .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden> .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden> .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden> .os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none;
}

.os-theme-dark> .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light> .os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px;
}

.os-theme-dark> .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light> .os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -2px;
    left: -6px;
}

.os-host-rtl.os-theme-dark> .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light> .os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px;
}

.os-theme-dark> .os-scrollbar-vertical,
.os-theme-light> .os-scrollbar-vertical {
    width: 8px;
}

.os-theme-dark> .os-scrollbar> .os-scrollbar-track> .os-scrollbar-handle {
    background: rgba(0,0,0,.2);
}

.button {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
    padding: 9px 14px 10px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #f94309;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f94309), to(#c12e00));
      background-image: -webkit-linear-gradient(top, #f94309 0, #c12e00 100%);
      background-image: -moz- oldlinear-gradient(top, #f94309 0, #c12e00 100%);
      background-image:      -o-linear-gradient(top, #f94309 0, #c12e00 100%);
      background-image:         linear-gradient(180deg, #f94309 0, #c12e00 100%);
    -webkit-box-shadow: inset 0 -2px 0 #8d2400;
       -moz-box-shadow: inset 0 -2px 0 #8d2400;
            box-shadow: inset 0 -2px 0 #8d2400;
    text-shadow: 0 -1px 0 #bd2f00;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background: #f94309;
}

.button--big {
    padding: 12px 20px 11px;
    font-size: 16px;
}

.button--orange {
    background-color: #d55400;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd9e0b), to(#d55400));
      background-image: -webkit-linear-gradient(top, #fd9e0b 0, #d55400 100%);
      background-image: -moz- oldlinear-gradient(top, #fd9e0b 0, #d55400 100%);
      background-image:      -o-linear-gradient(top, #fd9e0b 0, #d55400 100%);
      background-image:         linear-gradient(180deg, #fd9e0b 0, #d55400 100%);
}

.button--orange:hover {
    background: #fd9e0b;
}

.button--blue {
    background-color: #006fb2;
    background-image: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-weight: 400;
}

.button--frame-gray {
    padding: 8px 15px 9px;
    text-decoration: underline;
    color: #006fb2;
    border: 1px solid #ccc;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-weight: 400;
}

.button--models {
    display: inline-block;
    height: 30px;
    padding: 4px 14px 6px;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #006fb2;
    background-image: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.button--models:hover {
    color: #fff;
    background-color: #0084d3;
}

.button--models.button--small {
    height: 25px;
    padding: 2px 11px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.button--ies {
    display: block;
    width: 86px;
    height: 25px;
    padding: 0 0 0 11px;
    text-align: left;
    text-transform: none;
    color: #006fb2;
    background-color: transparent;
    background-image: url("../bundles/wpapp/assets/img/bg_btn_ies.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.button--ies:hover {
    opacity: .8;
    color: #006fb2;
    background-color: transparent;
    background-image: url("../bundles/wpapp/assets/img/bg_btn_ies.png");
}

.button--pdf {
    display: block;
    width: 86px;
    height: 25px;
    padding: 0 0 0 10px;
    text-align: left;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    background-image: url("../bundles/wpapp/assets/img/bg_btn_pdf.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.button--pdf:hover {
    opacity: .8;
    color: #fff;
    background-color: transparent;
    background-image: url("../bundles/wpapp/assets/img/bg_btn_pdf.png");
}

.button__caption {
            flex: 0 1 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.button--models .button__caption {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.button--models .button__caption::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    border-width: 1px;
    border-style: solid solid none none;
    border-color: #fff;
}

.button--models.button--small .button__caption {
    padding-right: 10px;
}

.button--models.button--small .button__caption::after {
    width: 7px;
    height: 7px;
    margin-top: -3px;
}

.button__svg-icon {
    position: relative;
    top: -1px;
    display: inline-block;
            flex: 0 0 auto;
    margin-right: 12px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.button__svg-icon.svg-icon--checked {
    fill: #fffe77;
}

.button__svg-icon.svg-icon--cart {
    fill: #fffe77;
}

.button__icon {
    display: inline-block;
            flex: 0 0 auto;
    margin-right: 12px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.btn-menu {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-border-radius: none;
       -moz-border-radius: none;
            border-radius: none;
    background: transparent;
}

.btn-menu::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
}

.btn-menu:hover::before {
    background-color: #fff;
}

.btn-menu.active {
    visibility: visible;
}

.btn-menu.active::before {
    opacity: 0;
}

.btn-menu__in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.btn-menu__in::before,
.btn-menu__in::after {
    position: absolute;
    left: 0;
    content: "";
}

.btn-menu__in::before {
    top: 0;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
}

.btn-menu__in::after {
    bottom: 0;
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
}

.btn-menu::before,
.btn-menu__in::after,
.btn-menu__in::before {
    width: 100%;
    height: 2px;
    -webkit-transition: background-color .2s linear, -webkit-transform 70ms linear;
       -moz-transition: background-color .2s linear, transform 70ms linear, -moz-transform 70ms linear;
         -o-transition: background-color .2s linear, transform 70ms linear, -o-transform 70ms linear;
            transition: background-color .2s linear, -webkit-transform 70ms linear;
            transition: background-color .2s linear, transform 70ms linear;
            transition: background-color .2s linear, transform 70ms linear, -webkit-transform 70ms linear, -moz-transform 70ms linear, -o-transform 70ms linear;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background-color: #fff;
}

.btn-menu:hover .btn-menu::before,
.btn-menu:hover .btn-menu__in::after,
.btn-menu:hover .btn-menu__in::before {
    background-color: #fff;
}

.btn-reset {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-flow: row nowrap;
            align-items: center;
    color: #006fb2;
    border: none;
    background-color: transparent;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.142857142857143;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.btn-reset__icon {
    position: relative;
    display: inline-block;
            flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 6px;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
         -o-transition: .2s ease;
            transition: .2s ease;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.btn-reset__icon::before,
.btn-reset__icon::after {
    width: 16px;
    height: 1px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #fa4309;
}

.btn-reset__icon::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.btn-reset__icon::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.btn-reset__icon::before,
.btn-reset__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -9px;
}

.btn-reset:hover .btn-reset__icon {
    margin-top: 1px;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.btn-reset__caption {
    display: inline-block;
            flex: 0 0 auto;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border-bottom: 1px dashed #006fb2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.btn-reset:hover .btn-reset__caption {
    border-bottom-style: solid;
}

.field {
    position: relative;
    display: block;
    width: 100%;
}

.field__label {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.field__required {
    color: #c00;
}

.field__helpers {
    display: block;
    margin-top: 5px;
}

.field__hint {
    display: block;
    margin: 0;
    color: #999;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.field__field {
    position: relative;
}

.field__field input,
.field__field textarea,
.field__field select {
    width: 100%;
}

.field__field input,
.field__field textarea {
    display: block;
    padding: 9px 12px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    color: #111;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.field__field input:invalid,
.field__field textarea:invalid {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.field__field input:focus,
.field__field textarea:focus,
.field__field input:hover,
.field__field textarea:hover {
    border-color: #999;
    outline: none;
}

.field__field input::-webkit-input-placeholder,
.field__field textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
}

.field__field input:-moz-placeholder,
.field__field textarea:-moz-placeholder {
    opacity: 1;
    color: #999;
}

.field__field input::-moz-placeholder,
.field__field textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.field__field input:-ms-input-placeholder,
.field__field textarea:-ms-input-placeholder {
    opacity: 1;
    color: #999;
}

.field__field input:input-placeholder,
.field__field textarea:input-placeholder {
    opacity: 1;
    color: #999;
}

.field--search .field__field input,
.field--search .field__field textarea {
    padding: 5px 40px 5px 12px;
    border-color: #fff;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
}

.field--search .field__field input::-webkit-input-placeholder,
.field--search .field__field textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #a4a6ac;
}

.field--search .field__field input:-moz-placeholder,
.field--search .field__field textarea:-moz-placeholder {
    opacity: 1;
    color: #a4a6ac;
}

.field--search .field__field input::-moz-placeholder,
.field--search .field__field textarea::-moz-placeholder {
    opacity: 1;
    color: #a4a6ac;
}

.field--search .field__field input:-ms-input-placeholder,
.field--search .field__field textarea:-ms-input-placeholder {
    opacity: 1;
    color: #a4a6ac;
}

.field--search .field__field input:input-placeholder,
.field--search .field__field textarea:input-placeholder {
    opacity: 1;
    color: #a4a6ac;
}

.field--search .field__field input:focus,
.field--search .field__field textarea:focus,
.field--search .field__field input:hover,
.field--search .field__field textarea:hover {
    border-color: #ff4100;
    outline: none;
}

.ios .field__field input,
.ios .field__field textarea {
    font-size: 16px;
}

.field--icon .field__field input,
.field--icon .field__field textarea {
    padding-left: 40px;
}

.field--error .field__field input,
.field--error .field__field textarea {
    color: #c33;
    border-color: #c99;
}

.field--error .field__field input::-webkit-input-placeholder,
.field--error .field__field textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #c99;
}

.field--error .field__field input:-moz-placeholder,
.field--error .field__field textarea:-moz-placeholder {
    opacity: 1;
    color: #c99;
}

.field--error .field__field input::-moz-placeholder,
.field--error .field__field textarea::-moz-placeholder {
    opacity: 1;
    color: #c99;
}

.field--error .field__field input:-ms-input-placeholder,
.field--error .field__field textarea:-ms-input-placeholder {
    opacity: 1;
    color: #c99;
}

.field--error .field__field input:input-placeholder,
.field--error .field__field textarea:input-placeholder {
    opacity: 1;
    color: #c99;
}

.field__field input {
    height: 40px;
}

.field--search .field__field input {
    height: 32px;
}

.field__field textarea {
    height: 100px;
}

.field__icon {
    position: absolute;
    top: 20px;
    left: 12px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    fill: #111;
}

.field__error {
    display: block;
    margin: 5px 0 -5px;
    color: #c00;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.error-style--popup .field__error {
    position: absolute;
    z-index: 100;
    top: 92%;
    left: 0;
    display: inline-block;
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #ffc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
       -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
            box-shadow: 0 0 10px rgba(0,0,0,.15);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}

.error-style--popup .field__error::before {
    position: absolute;
    top: -7px;
    left: 10px;
    display: block;
    width: 14px;
    height: 7px;
    content: "";
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #ddd transparent;
}

.error-style--popup .field__error::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: block;
    width: 14px;
    height: 7px;
    content: "";
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #fdfcd3 transparent;
}

.error-style--popup-top .field__error {
    position: absolute;
    z-index: 100;
    top: -36px;
    left: 0;
    display: inline-block;
    max-width: 100%;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #fc5851;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
}

.error-style--popup-top .field__error::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    display: block;
    width: 16px;
    height: 8px;
    margin-left: -8px;
    content: "";
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fc5851 transparent transparent transparent;
}

.field--type-radio {
    position: relative;
    display: inline-block;
    width: auto;
}

.field--type-radio input {
    display: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.field--type-radio .field__label {
    display: inline-block;
    min-height: 20px;
    margin: 0;
    padding: 0 0 0 32px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;

    -webkit-touch-callout: none;
}

.field--type-radio .field__label .field__check {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.field--type-radio .field__label:hover .field__check {
    border-color: #999;
}

.field--type-radio input:checked+ .field__label .field__check::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    content: "";
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #09f;
}

.field--type-checkbox {
    position: relative;
    display: inline-block;
    width: auto;
}

.field--type-checkbox input {
    display: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.field--type-checkbox .field__label {
    display: inline-block;
    min-height: 20px;
    margin: 0;
    padding: 0 0 0 30px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;

    -webkit-touch-callout: none;
}

.field--type-checkbox .field__label .field__check {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border: 1px solid #d1d1d1;
}

.field--type-checkbox .field__label:hover .field__check {
    border-color: #999;
}

.field--type-checkbox input:checked+ .field__label .field__check::after {
    position: absolute;
    top: 2px;
    left: 7px;
    display: block;
    width: 6px;
    height: 11px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 2px;
    border-style: none solid solid none;
    border-color: #09f;
}

.field--type-checkbox.field--error .field__label .field__check {
    border-color: #c99;
}

.field--type-checkbox .field__error {
    padding-left: 30px;
}

.field--type-spinner {
    display: inline-block;
}

.field--type-spinner .field__field {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
    width: 100%;
    max-width: 110px;
    height: 30px;
    background-color: #fff;

    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.field--type-spinner .field__field input {
    display: inline-block;
            flex: 1 1 auto;
    max-width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    color: #111;
    border: none;
    background-color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
}

.field--type-spinner.field--big .field__field {
    width: 100%;
    max-width: 184px;
    height: 36px;
}

.field--type-spinner.field--big .field__field input {
    width: 100%;
    max-width: 110px;
    max-width: 100%;
    height: 36px;
    border-top: 1px solid #e0ecf5;
    border-bottom: 1px solid #e0ecf5;
    font-size: 18px;
}

.field--type-spinner .field__minus,
.field--type-spinner .field__plus {
    position: relative;
    display: block;
            flex: 0 0 auto;
    width: 26px;
    height: 30px;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: transparent;
    background-color: #006fb2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.field--type-spinner.field--big .field__minus,
.field--type-spinner.field--big .field__plus {
    width: 36px;
    height: 36px;
}

.field--type-spinner .field__minus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    margin-left: -6px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #fff;
}

.field--type-spinner .field__minus:hover {
    background-color: #0084d3;
}

.field--type-spinner .field__plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    margin-left: -6px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #fff;
}

.field--type-spinner .field__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    margin-left: -1px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #fff;
}

.field--type-spinner .field__plus:hover {
    background-color: #0084d3;
}

.field--type-switcher {
    position: relative;
    display: inline-block;
    width: auto;
}

.field--type-switcher input {
    display: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.field--type-switcher .field__label {
    display: inline-block;
    min-width: 56px;
    min-height: 30px;
    margin: 0;
    padding: 4px 0 2px 70px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;

    -webkit-touch-callout: none;
}

.field--type-switcher .field__label .field__check {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 56px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background-color: #e5e5e5;
}

.field--type-switcher .field__label .field__check::after {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 26px;
    height: 26px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.field--type-switcher input:checked+ .field__label .field__check {
    border-color: #393;
    background-color: #2384de;
}

.field--type-switcher input:checked+ .field__label .field__check::after {
    position: absolute;
    top: 2px;
    right: 2px;
    left: auto;
    display: block;
    width: 26px;
    height: 26px;
    content: "";
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.field--type-switcher.field--error .field__label {
    color: #c00;
}

.field--type-switcher.field--error .field__label .field__check {
    border-color: #c00;
    background-color: #fcc;
}

.field--type-switcher.field--error .field__label .field__check::after {
    background-color: #c00;
}

.field--type-switcher .field__error {
    padding-left: 62px;
}

.logo {
    display: inline-block;
}

.logo__img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}

.phones {
    display: block;
}

.phones__label {
    display: block;
    margin: 0 0 3px;
    color: #b3d4eb;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.phones__phone {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.phones__phone:hover {
    text-decoration: none;
    color: #fff;
}

.breadcrumbs {
    display: block;
}

.breadcrumbs__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.breadcrumbs__item {
    display: block;
            flex: 0 1 auto;
    margin: 0;
    padding: 0;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.breadcrumbs__item:not(:last-child) {
    position: relative;
}

.breadcrumbs__item:not(:last-child)::after {
    display: inline-block;
    margin: 0 8px;
    content: "»";
    text-decoration: none;
    font-size: 16px;
    line-height: .8em;
}

.breadcrumbs__item a {
    text-decoration: none;
    color: #818491;
}

.breadcrumbs__item a:hover {
    text-decoration: none;
    color: #006fb2;
}

.top-cart {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.top-cart__top {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    height: 36px;
    padding: 0 20px;
    text-align: left;
    text-decoration: none;
    color: #006fb2;
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    background: #ecf2f5;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.top-cart__top:hover {
    text-decoration: none;
    color: #fa4309;
}

.top-cart__top .svg-icon {
    position: relative;
    top: -1px;
    margin-right: 10px;
    fill: #ff4100;
}

.top-cart__caption {
            flex: 0 0 auto;
    margin-right: 6px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.top-cart__quantity {
            flex: 0 0 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.top-cart__dropdown {
    position: absolute;
    z-index: 200;
    top: 46px;
    right: 0;
    display: none;
    width: 400px;
    padding: 20px 20px 25px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.2);
       -moz-box-shadow: 0 4px 12px rgba(0,0,0,.2);
            box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.top-cart__dropdown::before {
    position: absolute;
    top: -8px;
    right: 30px;
    display: block;
    width: 14px;
    width: 0;
    height: 8px;
    height: 0;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border-width: 0 7px 8px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    background: 0;
}

.top-cart:hover .top-cart__dropdown {
    display: block;
}

.top-cart__items {
    display: block;
    overflow-y: auto;
    max-height: 275px;
    margin-right: -15px;
    padding-right: 15px;
}

.top-cart__item {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
    margin: 0;
    padding: 0;
    color: #1a1a1a;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.top-cart__item-picture {
            flex: 0 0 80px;
    max-width: 80px;
    margin: 5px 20px 5px 0;
    padding: 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
}

.top-cart__item-picture img {
    display: block;
    width: 100%;
    height: auto;
}

.top-cart__item-title {
            flex: 0 1 100%;
    max-width: 100%;
    margin-right: auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.top-cart__item-title a {
    text-decoration: none;
    color: #1a1a1a;
}

.top-cart__item-title a:hover {
    text-decoration: underline;
    color: #006fb2;
}

.top-cart__item-qty {
            flex: 0 0 auto;
    margin-left: 20px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.top-cart__item-price {
            flex: 0 0 60px;
    max-width: 60px;
    margin-left: 10px;
    text-align: right;
    font-weight: 700;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
}

.top-cart__bottom {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.top-cart__total {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: flex-start;
    margin: 0 0 20px;
    color: #1a1a1a;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.166666666666667;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.top-cart__total-label {
            flex: 0 1 auto;
    margin-right: 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.top-cart__total-value {
            flex: 0 0 auto;
    font-weight: 700;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.top-cart__button-cart {
    width: 100%;
    padding: 12px 10px 13px;
}

.scroll-to-top {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transition: background-color .3s ease, opacity 1s ease;
       -moz-transition: background-color .3s ease, opacity 1s ease;
         -o-transition: background-color .3s ease, opacity 1s ease;
            transition: background-color .3s ease, opacity 1s ease;
    pointer-events: none;
    opacity: 0;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #006fb2;
}

.scroll-to-top--visible {
    pointer-events: auto;
    opacity: .9;
}

.scroll-to-top::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-left: -7px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 3px;
    border-style: solid none none solid;
    border-color: #fff;
}

.scroll-to-top:hover {
    background-color: #0084d3;
}

.menu {
    display: block;
}

.menu__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.menu__item {
    position: relative;
    display: inline-block;
            flex: 0 0 auto;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.menu__item:hover {
    background-color: #006fb2;
}

.menu__link {
    display: block;
    margin: 4px 0 0;
    padding: 6px 12px 8px;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.menu__link.active,
.menu__link:hover {
    text-decoration: none;
    color: #fff;
}

.menu__submenu {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    display: none;
    min-width: 250px;
    max-width: 300px;
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    background-color: #006fb2;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.05);
       -moz-box-shadow: 0 4px 10px rgba(0,0,0,.05);
            box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.menu__item:hover .menu__submenu {
    display: block;
}

.menu__subitems {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.menu__subitem {
    display: block;
    margin: 0;
    padding: 0;
}

.menu__sublink {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.menu__sublink:hover {
    text-decoration: none;
    color: #fff;
    background-color: #004e7d;
}

.menu-bottom {
    display: block;
}

.menu-bottom__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.menu-bottom__item {
    display: inline-block;
            flex: 0 0 auto;
    margin: 0 0 15px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.menu-bottom__item:not(:last-child) {
    border-right: 1px solid #fff;
}

.menu-bottom__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.menu-bottom__link::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    opacity: 0;
    background-color: #fa4309;
}

.menu-bottom__link.current,
.menu-bottom__link:hover {
    text-decoration: none;
    color: #fff;
}

.menu-bottom__link.current::after,
.menu-bottom__link:hover::after {
    opacity: 1;
}

.form {
    display: block;
}

.form__field {
    margin-bottom: 20px;
}

.form__bottom {
    margin-top: 30px;
    text-align: center;
}

.form__agree {
    display: block;
    margin: 20px 0 20px;
    color: #444;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.form-search {
    position: relative;
    display: block;
    width: 100%;
}

.form-search__field {
    width: 100%;
    margin: 0;
}

.form-search__submit {
    position: absolute;
    z-index: 10;
    top: 3px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    color: #ff4100;
    border: none;
    background-color: transparent;
}

.form-order {
    display: block;
}

.form-order__section {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.form-order__title {
    display: block;
    margin: 0 0 20px;
    color: #666;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.form-order__title-number {
    display: inline-block;
    width: 36px;
    height: 32px;
    margin-right: 12px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #ecf2f5;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.form-order__field {
    margin-bottom: 25px;
}

.form-order__field:last-child {
    margin-bottom: 0;
}

.form-order__field--email {
    margin-bottom: 10px;
}

.form-order__select {
    margin-bottom: 30px;
}

.form-order__checkbox {
    margin: 0 0 30px;
}

.form-order__checkbox:last-child {
    margin-bottom: 0;
}

.form-order__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -15px;

    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.form-order__col {
            flex: 0 0 50%;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
}

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

.city {
    display: block;
    color: #a5d5ec;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.142857142857143;
}

.city__label {
    display: inline-block;
    vertical-align: middle;
}

.city__link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 200px;
    padding-right: 15px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
       text-overflow: ellipsis;
    color: #fff;

    -o-text-overflow: ellipsis;
}

.city__link::after {
    position: absolute;
    top: 50%;
    right: 1px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 1px;
    border-style: none solid solid none;
    border-color: #a5d5ec;
}

.city__link:hover {
    text-decoration: underline;
    color: #fff;
}

.slider {
    display: block;
    border-bottom: 3px solid #127ebf;
}

.slider__slides {
    display: block;
}

.slider__slides .slider-track {
    -webkit-transition: all 1s cubic-bezier(.7, 0, .3, 1);
       -moz-transition: all 1s cubic-bezier(.7, 0, .3, 1);
         -o-transition: all 1s cubic-bezier(.7, 0, .3, 1);
            transition: all 1s cubic-bezier(.7, 0, .3, 1);
}

.slider__slide {
    position: relative;
    z-index: 1;
    display: block;
}

.slider__slide a {
    text-align: center;
    background: repeat-x;
}

.slider__slide img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 1s cubic-bezier(.7, 0, .3, 1);
       -moz-transition: all 1s cubic-bezier(.7, 0, .3, 1);
         -o-transition: all 1s cubic-bezier(.7, 0, .3, 1);
            transition: all 1s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}

.slider__slide.slick-active img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
}

.about {
    display: block;
    padding-top: 60px;
    padding-bottom: 0;
    border-bottom: 1px #e7e7e7 solid;
}

.about__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;

    *zoom: 1;
}

.about__container:before,
.about__container:after {
    display: table;
    content: "";
}

.about__container:after {
    clear: both;
}

.about__title {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
}

.about__img {
    display: block;
    float: right;
    max-width: 100%;
    height: auto;
    margin: -30px 0 0 30px;
}

.about__warranty {
    float: left;
    margin: 0 15px 5px 0;
}

.about__red {
    color: #fa4309;
}

.products {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}

.products--products,
.products--search {
    padding-top: 0;
    padding-bottom: 0;
}

.products__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.products__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.products__title {
    display: block;
            flex: 0 1 auto;
    margin: 0 30px 20px 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.products--search .products__title {
    padding-right: 150px;
}

.products__price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-flow: row nowrap;
            align-items: center;
            flex: 0 0 auto;
    margin: 0 0 20px;
    text-decoration: none;
    color: #fa4309;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.products__price:hover {
    text-decoration: none;
    color: #006fb2;
}

.products__price .svg-icon {
    margin-right: 10px;
    fill: #006d3c;
}

.products__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -3px -6px;

    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.products--products .products__items {
    margin-bottom: 30px;
}

.products__item {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
    width: -webkit-calc(20% - 6px);
    width:    -moz-calc(20% - 6px);
    width:         calc(20% - 6px);
    min-height: 56px;
    margin: 0 3px 6px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-word;
    color: #006fb2;
    border: 1px solid #b8d4e5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    overflow-wrap: break-word;
}

.products__item span {
            flex: 0 1 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.products__item:hover {
    color: #fff;
    border-color: #0572b5;
    background-color: #0572b5;
}

.products__item--catalog {
            flex-wrap: nowrap;
    padding: 5px 20px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border-color: #0572b5;
    background-color: #0572b5;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
}

.products__item--catalog .svg-icon {
    margin-right: 12px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #fff;
}

.products__item--catalog:hover {
    color: #0572b5;
    border-color: #b8d4e5;
    background-color: #fff;
}

.products__item--catalog:hover .svg-icon {
    fill: #00c2ff;
}

.products__product {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.products__product:last-child {
    padding-bottom: 0;
    border: none;
}

.products--search .products__product {
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
}

.products__search-filters {
    margin: 30px 0 30px;
}

.request {
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.request__container {
    position: relative;
    display: block;
    max-width: 1000px;
    min-height: 265px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 260px;
    background-image: url("../bundles/wpapp/assets/img/lamp-size.png");
    background-repeat: no-repeat;
    background-position: 15px 100%;
}

.request__title {
    margin: 0 0 20px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
}

.request__text {
    padding-bottom: 20px;
    padding-left: 75px;
    background-image: url("../bundles/wpapp/assets/img/request.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.request__button {
    margin-bottom: 20px;
}

.clients {
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
}

.clients__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.clients__title {
    display: block;
    margin: 0 0 30px;
    text-align: center;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
}

.clients__clients {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
    margin: 0 -15px -25px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.clients__client {
            flex: 0 1 auto;
    margin: 0 15px 25px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.table {
    display: block;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: #e5e5e5;
       -moz-border-radius: #e5e5e5;
            border-radius: #e5e5e5;

    overflow-wrap: break-word;
}

.table__header,
.table__main {
    display: block;
    width: 100%;
}

.table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    width: 100%;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.table__header .table__row {
    border-bottom: 1px solid #e2e4e6;
}

.table__main .table__row:nth-child(even) {
    background-color: #f8f8f8;
}

.table__col {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
            flex: 0 1 auto;
    min-height: 38px;
    padding: 5px 0 5px 10px;
    text-align: left;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.table__col:nth-child(1) {
            flex: 0 1 25%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
}

.table__col:nth-child(2) {
            flex: 0 1 15%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 15%;
        -ms-flex: 0 1 15%;
}

.table__col:nth-child(3) {
            flex: 0 1 15%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 15%;
        -ms-flex: 0 1 15%;
}

.table__col:nth-child(4) {
            flex: 0 1 15%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 15%;
        -ms-flex: 0 1 15%;
}

.table__col:nth-child(5) {
            justify-content: center;
            flex: 0 1 10%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 1 10%;
        -ms-flex: 0 1 10%;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.table__col:nth-child(6) {
            justify-content: center;
            flex: 0 0 110px;
    min-width: 110px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.table__col:nth-child(7) {
            justify-content: center;
            flex: 0 0 110px;
    min-width: 110px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.table__col:nth-child(8) {
            justify-content: center;
            flex: 0 1 10%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 1 10%;
        -ms-flex: 0 1 10%;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.table__col:nth-child(9) {
            justify-content: center;
            flex: 0 0 120px;
    min-width: 120px;
    padding-right: 10px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.table__header .table__col {
    color: #333;
    background-color: #e5e5e5;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.table__col--3000 {
    background-color: #f0d89c;
}

.table__col--4000 {
    background-color: #fcfee4;
}

.table__col--5000 {
    background-color: #fcfefc;
}

.table__caption {
    display: none;
}

.table__value {
    display: inline-block;
}

.table__value--price {
    color: #fa4309;
    font-weight: 700;
}

.table__link {
    text-decoration: none;
    color: #006fb2;
}

.table__link:hover {
    text-decoration: none;
    color: #fa4309;
}

.p-line {
    display: block;
}

.p-line__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.p-line__main {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -15px 20px;

    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.p-line__left,
.p-line__right {
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
}

.p-line__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: flex-start;
    margin: 0 -15px;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.p-line__col {
    display: block;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
}

.p-line__picture {
    position: relative;
    display: block;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.p-line__picture img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.p-line__picture .svg-icon {
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 20px;
    pointer-events: none;
    fill: #006fb2;
}

.p-line__picture:hover .svg-icon {
    fill: #fa4309;
}

.p-line__labels {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    display: block;
    max-width: 200px;
    text-align: right;
    pointer-events: none;
}

.p-line__label {
    position: relative;
    display: inline-block;
    margin: 4px 0 4px;
    padding: 3px 10px 3px 8px;
    text-transform: uppercase;
    color: #fff;
    background-color: #2cba7e;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 15px;
}

.p-line__label:before,
.p-line__label:after {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    content: "";
    border-bottom: 3px solid #2cba7e;
    border-left: 3px solid transparent;
}

.p-line__label::after {
    top: 100%;
    bottom: auto;
    border-top: 3px solid #2cba7e;
    border-bottom: none;
}

.p-line__label--green {
    background-color: #2cba7e;
}

.p-line__label--green::before,
.p-line__label--green::after {
    border-bottom-color: #2cba7e;
}

.p-line__label--green::after {
    border-top-color: #2cba7e;
}

.p-line__label--pink {
    background-color: #d9346f;
}

.p-line__label--pink::before,
.p-line__label--pink::after {
    border-bottom-color: #d9346f;
}

.p-line__label--pink::after {
    border-top-color: #d9346f;
}

.p-line__diffusers {
    max-width: 400px;
    margin: 20px 0 0;
}

.p-line__title-2 {
    margin: 0 0 20px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.p-line__temps {
    max-width: 100px;
}

.p-line__option {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.p-line__option span {
    font-size: 16px;
    font-weight: 700;
}

.p-line__description {
    display: block;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 25px 0 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
}

.p-line__description,
.p-line__description p {
    color: 3333;
    font-size: 14px;
}

.p-line__description p {
    margin: 0 0 10px;
}

.p-line__description p:last-child {
    margin-bottom: 0;
}

.search-filters {
    position: relative;
    display: block;
}

.search-filters__reset {
    position: absolute;
    top: -50px;
    right: 0;
}

.search-filters__label {
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    white-space: nowrap;
       text-overflow: ellipsis;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.142857142857143;

    -o-text-overflow: ellipsis;
}

.search-filters__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -15px -15px;

    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.search-filters__filter {
            flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 15px;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
}

.search-filters__fields {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: flex-start;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.search-filters__fields::after {
    position: absolute;
    top: 18px;
    left: 50%;
    display: block;
    width: 8px;
    height: 1px;
    margin-left: -4px;
    content: "";
    background-color: #333;
}

.search-filters__field {
    width: 100%;
}

.search-filters__fields .search-filters__field {
    width: -webkit-calc(50% - 10px);
    width:    -moz-calc(50% - 10px);
    width:         calc(50% - 10px);
}

.contact {
    position: relative;
    display: block;
}

.contact--with-photo {
    min-height: 128px;
    padding-left: 148px;
}

.contact__name {
    display: block;
    margin: 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.571428571428571;
}

.contact__about {
    display: block;
    margin: 0;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571428571428571;
}

.contact__photo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 128px;
    height: auto;
    margin: 0;
}

.contact__contacts {
    display: block;
    margin: 10px 0 0;
}

.contact__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    width: 100%;
    min-height: 20px;
    text-decoration: none;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.contact__contact:not(:last-child) {
    margin-bottom: 2px;
}

.contact__contact:hover {
    text-decoration: none;
    color: #006fb2;
}

.contact__contact[href^="mailto"],
.contact__contact[href^="skype"] {
    color: #006fb2;
}

.contact__contact[href^="mailto"]:hover,
.contact__contact[href^="skype"]:hover {
    text-decoration: underline;
    color: #006fb2;
}

.contact__contact .svg-icon {
            flex: 0 0 auto;
    margin-right: 10px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.contact__contact .svg-icon--contact-phone {
    fill: #006fb2;
}

.contact__contact .svg-icon--contact-whatsapp {
    fill: #2eb641;
}

.contact__contact .svg-icon--contact-viber {
    fill: #804992;
}

.contact__contact .svg-icon--contact-email {
    fill: #a4a6ac;
}

.contact__contact .svg-icon--contact-skype {
    fill: #00aaf2;
}

.contact__contact span {
            flex: 0 1 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.c-charity {
    display: block;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.05);
       -moz-box-shadow: 0 4px 10px rgba(0,0,0,.05);
            box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.c-charity__header {
    padding: 15px 0;
}

.c-charity__title {
    display: block;
    margin: 0;
    color: #111;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.c-charity__main {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-charity__main p,
.c-charity__main li {
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
}

.c-charity__main p {
    margin-bottom: 15px;
}

.c-charity__main ul {
    margin-left: 0;
}

.c-charity__logo {
    display: block;
            flex: 0 0 250px;
    max-width: 250px;
    margin: 0;
    padding: 0 20px 0 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
}

.c-charity__logo img {
    display: block;
    max-width: 160px;
    height: auto;
    margin: 0 auto;
}

.c-charity__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    padding: 15px 0;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-charity__url {
            flex: 0 0 250px;
    max-width: 250px;
    margin: 0;
    padding-right: 20px;
    text-align: center;
    color: 3333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
}

.c-charity__legal-info {
    display: block;
            flex: 0 1 100%;
    max-width: 100%;
    margin: 0;
    color: 3333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.c-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.05);
       -moz-box-shadow: 0 4px 10px rgba(0,0,0,.05);
            box-shadow: 0 4px 10px rgba(0,0,0,.05);

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-partners__region {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
            flex: 0 0 200px;
    max-width: 200px;
    padding: 20px 20px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.c-partners__region-title {
    margin: 0 0 15px;
    text-align: center;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.c-partners__region-map {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.c-partners__main {
            flex: 0 1 100%;
    max-width: 100%;
    padding: 20px 15px 20px 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.c-partners__city {
    display: block;
    margin: 0 0 20px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;

    colro: #333;
}

.c-partners__partners {
    display: block;
}

.c-partners__partner {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    padding: 10px 0 10px 10px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-partners__partner:nth-child(odd) {
    background-color: #f8f8f8;
}

.c-partners__title,
.c-partners__address,
.c-partners__phones,
.c-partners__web {
    display: block;
            flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
    padding: 0 15px 0 0;
    word-wrap: break-word;
    word-break: break-word;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
    overflow-wrap: break-word;
}

.c-partners__address {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    font-style: normal;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-partners__address .svg-icon {
            flex: 0 0 auto;
    margin-right: 10px;
    fill: #fa4309;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.c-partners__address span {
            flex: 0 1 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.c-partners__phones {
            flex: 0 0 22%;
    max-width: 22%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
}

.c-partners__phones a {
    display: block;
    text-decoration: none;
}

.c-partners__phones a:not(:last-child) {
    margin-bottom: 5px;
}

.c-partners__phones a:hover {
    text-decoration: none;
}

.c-partners__web {
            flex: 0 0 28%;
    max-width: 28%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
}

.c-partners__web a {
    display: block;
}

.c-partners__web a:not(:last-child) {
    margin-bottom: 5px;
}

.c-partners__web a:hover {
    text-decoration: none;
}

.c-partners__web a[href^="mailto:"] {
    text-decoration: none;
}

.c-product {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-product--short {
            align-items: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
}

.c-product__left {
            flex: 0 0 200px;
    max-width: 200px;
    margin-right: 40px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
}

.c-product__img {
    display: block;
    max-width: 200px;
    height: auto;
    margin: 0;
}

.c-product__right {
            flex: 0 1 100%;
    max-width: 100%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.c-product__title {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}

.c-product__subtitle {
    display: block;
    margin: 0 0 30px;
}

.c-product__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.c-product__description p {
    margin-bottom: 10px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

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

.c-product__info {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
    margin-top: 25px;

    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.c-product__options {
            flex: 0 0 400px;
    max-width: 400px;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
}

.c-product__option {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: flex-start;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-product__option:first-child {
    font-weight: 700;
}

.c-product__option:not(:last-child) {
    margin-bottom: 15px;
}

.c-product__option-label {
    position: relative;
            flex: 0 0 230px;
    padding-right: 20px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 230px;
        -ms-flex: 0 0 230px;
}

.c-product__option-label::before {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 20px;
    left: 0;
    display: block;
    height: 1px;
    content: "";
    border-top: 1px dotted #e5e5e5;
}

.c-product__option-label span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
}

.c-product__option-field {
            flex: 0 0 170px;
    max-width: 170px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
}

.c-product__option-field img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 5px 0 0;
}

.c-product__option:first-child .c-product__option-field {
    margin-top: -3px;
    padding: 5px 10px;
    background: #e2eef5;
}

.c-product__aside {
            flex: 0 0 auto;
    width: 230px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.c-product__type {
    display: block;
    margin: 0 0 15px;
    font-weight: 700;
}

.c-product__cost {
    display: block;
    margin: 0 0 10px;
    color: #fa4309;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.c-product__dev {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    margin: 0 0 15px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.c-product__dev .svg-icon {
            flex: 0 0 auto;
    margin-right: 10px;
    fill: #0070b6;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.c-product__dev span {
            flex: 0 1 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.map {
    display: block;
    background-color: #eee;
}

.order-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: flex-end;

    -webkit-align-items: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.order-steps__step {
    position: relative;
    display: block;
            flex: 0 1 33.33%;
    margin: 0;
    padding: 0 10px 7px 32px;
    text-decoration: none;
    color: #111;
    border-bottom: 5px solid #e2eef5;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    line-height: 1;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
        -ms-flex: 0 1 33.33%;
}

a.order-steps__step {
    text-decoration: none;
    color: #111;
}

a.order-steps__step:hover {
    text-decoration: none;
    color: #006fb2;
}

.order-steps__step::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 25px;
    height: 25px;
    content: "";
    border: 3px solid #e2eef5;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.order-steps--1 .order-steps__step:nth-child(1) {
    border-color: #2384de;
}

.order-steps--1 .order-steps__step:nth-child(1)::before {
    border-color: #2384de;
}

.order-steps--1 .order-steps__step:nth-child(1)::after {
    position: absolute;
    bottom: -8px;
    left: 7px;
    display: block;
    width: 11px;
    height: 11px;
    content: "";
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #f00;
}

.order-steps--2 .order-steps__step:nth-child(1) {
    border-color: #2384de;
}

.order-steps--2 .order-steps__step:nth-child(1)::before {
    border-color: #2384de;
    background-color: #2384de;
}

.order-steps--2 .order-steps__step:nth-child(1)::after {
    position: absolute;
    bottom: -7px;
    left: 9px;
    display: block;
    width: 8px;
    height: 12px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 3px;
    border-style: none solid solid none;
    border-color: #fff;
    background-color: transparent;
}

.order-steps--2 .order-steps__step:nth-child(2) {
    border-color: #2384de;
}

.order-steps--2 .order-steps__step:nth-child(2)::before {
    border-color: #2384de;
}

.order-steps--2 .order-steps__step:nth-child(2)::after {
    position: absolute;
    bottom: -8px;
    left: 7px;
    display: block;
    width: 11px;
    height: 11px;
    content: "";
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #f00;
}

.order-steps--3 .order-steps__step:nth-child(1),
.order-steps--3 .order-steps__step:nth-child(2) {
    border-color: #2384de;
}

.order-steps--3 .order-steps__step:nth-child(1)::before,
.order-steps--3 .order-steps__step:nth-child(2)::before {
    border-color: #2384de;
    background-color: #2384de;
}

.order-steps--3 .order-steps__step:nth-child(1)::after,
.order-steps--3 .order-steps__step:nth-child(2)::after {
    position: absolute;
    bottom: -7px;
    left: 9px;
    display: block;
    width: 8px;
    height: 12px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 3px;
    border-style: none solid solid none;
    border-color: #fff;
    background-color: transparent;
}

.order-steps--3 .order-steps__step:nth-child(3) {
    border-color: #2384de;
}

.order-steps--3 .order-steps__step:nth-child(3)::before {
    border-color: #2384de;
}

.order-steps--3 .order-steps__step:nth-child(3)::after {
    position: absolute;
    bottom: -8px;
    left: 7px;
    display: block;
    width: 11px;
    height: 11px;
    content: "";
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #f00;
}

.cart {
    display: block;
}

.cart__title {
    display: block;
    margin: 0 0 20px;
    color: #666;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.cart__title-number {
    display: inline-block;
    width: 36px;
    height: 32px;
    margin-right: 12px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #ecf2f5;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.cart__items {
    display: block;
}

.cart__item {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    margin-bottom: 20px;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.cart__picture {
    display: block;
            flex: 0 0 120px;
    max-width: 120px;
    margin: 0 20px 0 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
}

.cart__item-content {
            flex: 0 1 100%;
    max-width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.cart__item-caption {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.cart__item-caption span {
    display: inline-block;
}

.cart__item-caption span:not(:last-child) {
    margin-right: 20px;
}

.cart__color-temp {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    color: #333;
    background-color: #fadb72;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.cart__item-info {
    display: block;
    margin: 0;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.cart__item-info strong,
.cart__item-info b {
    color: #333;
}

.cart__values {
            flex: 0 0 auto;
    width: 170px;
    margin: 0 0 0 20px;
    padding: 15px 5px;
    background-color: #ecf2f5;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.cart__sum {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    color: #fa4309;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.cart__sum-value {
    display: inline-block;
    margin-right: .4em;
    font-weight: 700;
}

.cart__quantity {
    display: block;
    max-width: 110px;
    margin: 0 auto;
}

.cart__cost {
    display: block;
    margin: 12px 0 0;
    text-align: center;
    color: #666;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.cart__cost-value {
    display: inline-block;
    margin-right: .4em;
}

.cart__btn-remove {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
            flex: 0 0 auto;
    width: 40px;
    margin: 0 0 0 4px;
    padding: 0;
    border: none;
    background-color: #ecf2f5;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.cart__btn-remove:hover {
    background-color: #ccdce4;
}

.cart__icon-remove {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fa4309;
}

.cart__icon-remove::before,
.cart__icon-remove::after {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 16px;
    height: 2px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background-color: #fff;
}

.cart__icon-remove::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.cart__icon-remove::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.cart__bottom {
    text-align: right;
}

.cart__total {
    display: block;
    margin: 0 0 15px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.cart__total-label {
    display: inline-block;
    margin-right: 10px;
}

.cart__total-sum {
    display: inline-block;
    margin-right: 5px;
    color: #006fb2;
    font-size: 30px;
    font-weight: 700;
}

.cart__total-currency {
    display: inline-block;
    color: #006fb2;
    font-size: 30px;
    font-weight: 400;
}

.select {
    position: relative;
    display: block;
}

.select__top {
    position: relative;
    display: block;
    padding-left: 60px;
}

.select--payment .select__top {
    padding-left: 50px;
}

.select__icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.select__button {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0 30px 0 0;
    border: none;
    background-color: transparent;
}

.select__button::before {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.select__button::after {
    position: absolute;
    top: 9px;
    right: 4px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #006fb2 transparent transparent transparent;
    background: 0;
}

.select__button:focus {
    outline: none;
}

.select__label {
    display: block;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
       text-overflow: ellipsis;
    color: #006fb2;
    border-bottom: 1px dashed #006fb2;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;

    -o-text-overflow: ellipsis;
}

.select__info {
    display: block;
    margin: 5px 0 0;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.select__dropdown {
    position: absolute;
    z-index: 50;
    top: 28px;
    right: -10px;
    left: -10px;
    display: none;
    min-width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.05);
       -moz-box-shadow: 0 4px 10px rgba(0,0,0,.05);
            box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.select__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.select__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    min-height: 37px;
    padding: 5px 10px 5px 60px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.select--payment .select__item {
    padding-left: 50px;
}

.select__item:hover,
.select__item.active {
    color: #006fb2;
}

.select__item-icon {
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.select--payment .select__item-icon {
    left: 16px;
}

.tabs {
    display: block;
}

.tabs__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.tabs__top {
    display: block;
    background: #127ebf;
}

.tabs__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    margin: 0;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.tabs__button {
    display: inline-block;
            flex: 0 0 auto;
    margin: 0;
    padding: 10px 23px;
    text-decoration: none;
    color: #c4e8fe;
    border: none;
    background-color: transparent;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.tabs__button:hover {
    text-decoration: none;
    color: #fff;
}

.tabs__button.active {
    color: #fff;
    background-color: #00619c;
}

.tabs__pages {
    display: block;
}

.tabs__page {
    display: none;
}

.tabs__page.active {
    display: block;
    padding-top: 30px;
}

.tabs__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -15px;

    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.tabs__col {
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
}

.tabs__title {
    margin: 0 0 20px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.tabs__drawing {
    display: block;
    max-width: 100%;
    height: auto;
}

.tabs__models {
    margin: 30px 0 0;
}

.temp {
    display: inline-block;
    padding: 3px 25px;
    text-align: center;
    color: #006fb2;
    border: 1px solid #e2eef5;
    background-color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.temp--5000 {
    background-color: #fcfefc;
}

.temp--4000 {
    background-color: #fcfee4;
}

.temp--3000 {
    background-color: #f0d89c;
}

.diffusers {
    display: block;
}

.diffusers__title {
    margin: 0 0 15px;
    text-align: center;
    color: #111;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.diffusers--select .diffusers__title {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
}

.diffusers__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    margin: 0;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.diffusers__item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 4px;
}

.diffusers--select .diffusers__item {
    cursor: pointer;
}

.diffusers__item::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 4px;
    bottom: 0;
    left: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #006fb2;
}

.diffusers__item::after {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 50%;
    display: block;
    width: 26px;
    height: 44px;
    margin-top: -20px;
    margin-left: -13px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    border-width: 10px;
    border-style: none solid solid none;
    border-color: #fff;
}

.diffusers__item.checked::before {
    opacity: .6;
}

.diffusers__item.checked::after {
    opacity: 1;
}

.diffusers__item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.diffusers__caption {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 12px;
    left: 10px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.diffusers .slick-list {
            flex: 0 1 100%;
    max-width: 100%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.diffusers .slick-prev,
.diffusers .slick-next {
    position: relative;
            flex: 0 0 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.diffusers .slick-prev {
    margin-right: 10px;
}

.diffusers .slick-next {
    margin-left: 10px;
}

.dimensions {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    max-width: 440px;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.dimensions::before {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    display: block;
    height: 3px;
    content: "";
    border-bottom: 3px #e5e5e5 solid;
}

.dimensions__col {
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
}

.dimensions__col span {
    display: block;
}

.dimensions__col span:nth-child(1) {
    margin-bottom: 20px;
    font-weight: 700;
}

.models {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.models__table {
    margin: 0;
}

.filters {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.filters__title {
    display: block;
            flex: 0 0 auto;
    margin: 0 80px 15px 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.filters__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
            flex: 0 1 auto;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.filters__field {
    display: inline-block;
            flex: 0 1 auto;
    width: auto;
    margin: 0 15px 10px 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

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

.product {
    display: block;
}

.product__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.product__top {
    display: block;
    padding-bottom: 10px;
    border-bottom: 3px #127ebf solid;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), to(#eaf1f5));
      background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #eaf1f5 100%);
      background: -moz- oldlinear-gradient(top, #fff 0, #fff 50%, #eaf1f5 100%);
      background:      -o-linear-gradient(top, #fff 0, #fff 50%, #eaf1f5 100%);
      background:         linear-gradient(to bottom, #fff 0, #fff 50%, #eaf1f5 100%);
}

.product__main {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    margin: 0 -15px;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.product__left,
.product__right {
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
}

.product__left {
    padding-right: 60px;
}

.product__slideshow {
    margin: 0 0 30px;
}

.product__header {
    display: block;
    margin-bottom: 20px;
}

.product__header--mobile {
    display: none;
}

.product__title {
    display: block;
    margin: 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}

.product__subtitle {
    display: none;
    margin: 8px 0 0;
    color: #010101;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.product__info {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: center;
    margin: 15px 0 0;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.product__temp {
            flex: 0 0 auto;
    margin: 10px 10px 0 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.product__cost {
    display: block;
            flex: 0 1 auto;
    margin: 10px 0 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.product__section {
    margin: 0 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.product__diffusers {
    margin: 0;
}

.product__options {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    margin: 5px -10px 0;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.product__option {
    width: -webkit-calc(50% - 20px);
    width:    -moz-calc(50% - 20px);
    width:         calc(50% - 20px);
    margin: 20px 10px 0;
}

.product__actions {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    max-width: 490px;
    margin: 40px -10px 0;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.product__action {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            align-items: center;
            flex: 0 0 42%;
    max-width: 42%;
    margin-bottom: 20px;
    padding: 0 10px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
    -ms-flex-align: center;
    flex-flowe: row nowrap;
}

.product__action:nth-child(odd) {
            flex: 0 0 58%;
    max-width: 58%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 58%;
        -ms-flex: 0 0 58%;
}

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

.product__sum {
    display: block;
    color: #006fb2;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.product__sum-value {
    display: inline-block;
    margin-right: 6px;
    font-weight: 700;
}

.product__quantity {
    display: block;
    width: 100%;
}

.product__btn-compare {
    position: absolute;
    top: 0;
    right: -40px;
    display: inline-block;
            flex: 0 0 auto;
    width: 40px;
    height: 36px;
    padding: 0;
    color: #006fb2;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #fff;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.product__btn-compare .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.product__btn-compare:hover,
.product__btn-compare.active {
    color: #fff;
    border-color: #006fb2;
    background-color: #006fb2;
}

.product__button-cart,
.product__button-click {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.product__btn-download {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 190px;
    min-height: 39px;
    padding: 9px 5px 10px 42px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-decoration: underline;
    color: #006fb2;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.product__btn-download img {
    position: absolute;
    top: -3px;
    left: 6px;
    display: block;
    max-width: 100%;
    height: auto;
}

.product__btn-download:hover {
    text-decoration: none;
    color: #006fb2;
}

.product__alert {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    min-width: 486px;
    max-width: 476px;
    padding: 16px 23px 19px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 4px 14px rgba(0,0,0,.31);
       -moz-box-shadow: 0 4px 14px rgba(0,0,0,.31);
            box-shadow: 0 4px 14px rgba(0,0,0,.31);

    min-heigh: 94px;
}

.product__alert-text {
    margin-bottom: 7px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.product__alert-check {
    min-height: 14px;
    margin: 0 0 3px;
    padding: 0;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.product__alert-check--error {
    color: #fa4309;
}

.product__alert-close {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #006fb2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.product__title-2 {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.product__bottom {
    display: block;
    padding-top: 40px;
}

.product__bottom-title {
    margin: 0 0 25px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
}

.features {
    display: block;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;

    overflow-wrap: break-word;
}

.features__header,
.features__main {
    display: block;
    width: 100%;
}

.features__main {
    padding-top: 5px;
    padding-bottom: 5px;
}

.features__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    width: 100%;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.features__header .features__row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.features__col {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
            flex: 0 1 25%;
    padding: 5px 0 5px 10px;
    text-align: left;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.features__col:nth-child(1) {
    padding-left: 10px;
}

.features__col--5 {
            flex: 0 1 18%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 18%;
        -ms-flex: 0 1 18%;
}

.features__col--5:nth-child(1) {
            flex: 0 1 24%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
}

.features__header .features__col {
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.features__caption {
    display: none;
}

.features__value {
    display: inline-block;
}

.slideshow {
    position: relative;
    display: block;
}

.slideshow__labels {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    display: block;
    max-width: 200px;
    text-align: right;
    pointer-events: none;
}

.slideshow__label {
    position: relative;
    display: inline-block;
    margin: 4px 0 3px;
    padding: 3px 10px 3px 8px;
    text-transform: uppercase;
    color: #fff;
    background-color: #2cba7e;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 15px;
}

.slideshow__label:before,
.slideshow__label:after {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    content: "";
    border-bottom: 3px solid #2cba7e;
    border-left: 3px solid transparent;
}

.slideshow__label::after {
    top: 100%;
    bottom: auto;
    border-top: 3px solid #2cba7e;
    border-bottom: none;
}

.slideshow__label--green {
    background-color: #2cba7e;
}

.slideshow__label--green::before,
.slideshow__label--green::after {
    border-bottom-color: #2cba7e;
}

.slideshow__label--green::after {
    border-top-color: #2cba7e;
}

.slideshow__label--pink {
    background-color: #d9346f;
}

.slideshow__label--pink::before,
.slideshow__label--pink::after {
    border-bottom-color: #d9346f;
}

.slideshow__label--pink::after {
    border-top-color: #d9346f;
}

.slideshow__pictures {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
}

.slideshow__picture {
    position: relative;
    padding: 10px;
}

.slideshow__picture .svg-icon {
    position: absolute;
    z-index: 50;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    pointer-events: none;
    fill: #006fb2;
}

.slideshow__picture:hover .svg-icon {
    fill: #fa4309;
}

.slideshow__picture img {
    display: block;
    width: 100%;
}

.slideshow__thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    margin-top: 20px;
    padding: 0;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.slideshow__thumb {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
}

.slideshow__thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    border: none;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
}

.slideshow__thumb.slick-current {
    position: relative;
}

.slideshow__thumb.slick-current img {
    border-color: #006fb2;
}

.slideshow .slick-list {
            flex: 0 1 100%;
    max-width: 100%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.slideshow .slick-prev,
.slideshow .slick-next {
    position: relative;
            flex: 0 0 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.slideshow .slick-prev {
    margin-right: 10px;
}

.slideshow .slick-next {
    margin-left: 10px;
}

.slideshow .slick-list> .slick-track {
    margin-left: 0;
}

.compare {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}

.compare__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.compare__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: center;
    margin-bottom: 20px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.compare__title {
    display: block;
            flex: 0 1 auto;
    margin: 0 30px 20px 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.compare__clear {
            flex: 0 0 auto;
    margin-bottom: 20px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.compare__products {
    position: relative;
    display: block;
}

.compare__prev,
.compare__next {
    position: absolute;
    z-index: 100;
    top: 60px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #006fb2;
    border: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.compare__prev:hover,
.compare__next:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(100,100,100,.4);
       -moz-box-shadow: 1px 1px 10px rgba(100,100,100,.4);
            box-shadow: 1px 1px 10px rgba(100,100,100,.4);
}

.compare__prev.slick-disabled,
.compare__next.slick-disabled {
    color: #ddd;
}

.compare__prev.slick-disabled:hover,
.compare__next.slick-disabled:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.compare__prev {
    left: 0;
}

.compare__next {
    right: 0;
}

.compare__items {
    position: relative;
    display: block;
    margin: 0 -15px;
}

.compare__items::before {
    position: absolute;
    top: 235px;
    left: 50%;
    display: block;
    width: 1920px;
    height: 1px;
    margin-left: -960px;
    content: "";
    opacity: .6;
    background-color: #ededed;
}

.compare__item {
    padding: 0 15px;
}

.compare__item-picture {
    display: block;
    overflow: hidden;
    height: 120px;
    margin: 0 0 30px;
    padding: 0;
}

.compare__item-picture img {
    display: block;
    width: auto;
    width: 100%;
    max-width: auto;
    height: auto;
    height: 100%;
    margin: 0;
    font-family: "object-fit: contain; object-position: 50% 50%";

    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}

.compare__item-remove {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 2px;
    color: #818491;
    border: none;
    background-color: transparent;
}

.compare__item-remove:hover {
    color: #fa4309;
}

.compare__item-header {
    position: relative;
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
}

.compare__item-title {
    display: block;
    overflow: hidden;
    height: 32px;
    margin: 0 0 18px;
    padding-right: 50px;
    color: #006fb2;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.14;
}

.compare__item-title a {
    text-decoration: none;
    color: #006fb2;
}

.compare__item-title a:hover {
    text-decoration: underline;
    color: #006fb2;
}

.compare__item-price {
    display: block;
    margin: 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

.compare__item-options-title {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 15px;
    white-space: nowrap;
       text-overflow: ellipsis;
    opacity: 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;

    -o-text-overflow: ellipsis;
}

.slick-current .compare__item-options-title {
    opacity: 1;
}

.compare__item-option {
    position: relative;
    display: block;
    padding: 8px 0;
}

.compare__item-option::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -2000px;
    bottom: 0;
    left: -2000px;
    display: block;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    pointer-events: none;
    opacity: 0;
    border-bottom: 1px solid #f7f7f7;
}

.slick-current .compare__item-option::before {
    opacity: 1;
}

.compare__item-option::after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -2000px;
    bottom: 0;
    left: -2000px;
    display: block;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    pointer-events: none;
    border-bottom: 1px solid #f7f7f7;
}

.compare__item-option:hover::after {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.compare__item-label {
    position: relative;
    z-index: 20;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
       text-overflow: ellipsis;
    opacity: 0;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;

    -o-text-overflow: ellipsis;
}

.slick-current .compare__item-label {
    opacity: 1;
}

.compare__item-value {
    position: relative;
    z-index: 20;
    display: block;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
       text-overflow: ellipsis;
    color: #111;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;

    -o-text-overflow: ellipsis;
}

.compare .slick-track {
    margin-right: 0;
    margin-left: 0;
}

.contacts {
    display: block;
}

.contacts__title {
    margin: 0 0 30px;
}

.contacts__section {
    margin-bottom: 35px;
}

.contacts__section--no-botom-margin {
    margin-bottom: 0;
}

.contacts__section--top-border {
    padding-top: 35px;
    border-top: 1px solid #ededed;
}

.contacts__section-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: flex-start;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.contacts__title-2 {
    display: block;
            flex: 0 1 auto;
    margin: 0 0 20px;
    padding-right: 20px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.contacts__title-3 {
    display: block;
    margin: 0 0 20px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.571428571428571;
}

.contacts__title-3--bank-title {
    font-size: 16px;
}

.contacts__info {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding-left: 55px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.contacts__info-icon {
    position: absolute;
    top: 2px;
    left: 0;
    fill: #006fb2;
}

.contacts__info-address {
    max-width: 140px;
    font-size: 14px;
    font-style: normal;
}

.contacts__info-phones {
    display: block;
}

.contacts__info-phones a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.contacts__info-phones a:hover {
    text-decoration: none;
    color: #006fb2;
}

.contacts__info-time {
    max-width: 120px;
    font-weight: 500;
}

.contacts__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -15px;

    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.contacts__row--no-margin {
    margin: 0;
}

.contacts__col-2 {
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
}

.contacts__col-3 {
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
}

.contacts__col-4 {
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
}

.contacts__col-4--27 {
            flex: 0 0 27%;
    max-width: 27%;
    padding: 0 15px 0 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 27%;
        -ms-flex: 0 0 27%;
}

.contacts__col-4--19 {
            flex: 0 0 19%;
    max-width: 19%;
    padding: 0 15px 0 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 19%;
        -ms-flex: 0 0 19%;
}

.contacts__contact {
    margin-bottom: 35px;
}

.contacts__col-2 .contacts__contact {
    margin-bottom: 35px;
}

.contacts__location {
    position: relative;
    display: block;
    max-width: 400px;
    padding-left: 50px;
}

.contacts__location .svg-icon {
    position: absolute;
    top: 0;
    left: 0;
    fill: #006fb2;
}

.contacts__location-address {
    margin: 0;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.571428571428571;
}

.contacts__location-about {
    margin: 0;
    color: #818491;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571428571428571;
}

.contacts__map {
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 0 30px;
}

.contacts__schema {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    margin: 10px -5px 0;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.contacts__schema-map {
            flex: 0 1 445px;
    max-width: 445px;
    min-height: 300px;
    margin: 0 5px 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 445px;
        -ms-flex: 0 1 445px;
}

.contacts__schema-photo {
            flex: 0 1 250px;
            align-self: flex-start;
    max-width: 250px;
    margin: 0 5px 0;

    -webkit-align-self: flex-start;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 250px;
        -ms-flex: 0 1 250px;
    -ms-flex-item-align: start;
}

.contacts__bank-info {
    display: inline-block;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571428571428571;
}

.contacts__bank-text {
    margin: 0 0 20px;
}

.contacts__link {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    margin: 0 0 19px;
    text-decoration: none;
    color: #006fb2;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.contacts__link .svg-icon {
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #c4c4c4;
}

.contacts__link:hover {
    text-decoration: underline;
    color: #006fb2;
}

.contacts__link:hover .svg-icon {
    fill: #006fb2;
}

.contacts__link:last-child {
    margin-bottom: 0;
}

.contacts__link--copy {
    float: right;
    font-size: 14px;
    font-weight: 400;
}

.contacts__link--copy .svg-icon {
    margin-top: 1px;
    margin-left: 10px;
}

.contacts__link--print {
            flex: 0 0 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.contacts__link--print .svg-icon {
    margin-right: 10px;
}

.popups {
    display: none;
}

.popup {
    position: relative;
    display: block;
    width: 100%;
    max-width: 540px;
    margin: auto;
    padding: 60px 40px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 30px rgba(0,0,0,.3);
            box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.popup--success {
    max-width: 400px;
}

.popup--add-to-cart {
    max-width: 470px;
    padding: 30px 20px 30px;
}

.popup__close {
    position: relative;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.popup__close::before,
.popup__close::after {
    width: 24px;
    height: 2px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #333;
}

.popup__close::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.popup__close::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.popup__close::before,
.popup__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -13px;
}

.popup__close::before,
.popup__close::after {
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

.popup__close:hover::before,
.popup__close:hover::after {
    background-color: #006fb2;
}

.popup__title {
    display: block;
    margin: 0 0 25px;
    text-align: center;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.popup--add-to-cart .popup__title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
}

.popup__subtitle {
    display: block;
    margin: 0 0 40px;
    text-align: center;
    color: #444;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.popup--add-to-cart .popup__subtitle {
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
}

.popup__bottom {
    display: block;
    text-align: center;
}

.popup__button {
    min-width: 140px;
}

.popup__form {
    max-width: 360px;
    margin: 0 auto;
}

.popup__cart-items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -10px -10px;

    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.popup__cart-item {
            flex: 0 1 auto;
    margin: 0 10px 10px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.popup__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    margin: 25px -6px -10px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.popup__button-catalog,
.popup__button-cart {
    width: -webkit-calc(50% - 12px);
    width:    -moz-calc(50% - 12px);
    width:         calc(50% - 12px);
    margin: 0 6px 10px;
    text-transform: none;
}

.header {
    display: block;
    width: 100%;
    padding: 0;
    background-color: #006fb2;
    background-image: url("../bundles/wpapp/assets/img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.header__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.header__old-site {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 15px;
    display: inline-block;
            flex: 0 0 auto;
    margin: 0;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    background-color: #0572b5;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.header__old-site a {
    text-decoration: underline;
    color: inherit;
}

.header__old-site a:hover {
    text-decoration: none;
    color: inherit;
}

.header__top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    width: 100%;
    padding-top: 10px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.header__btn-menu {
            flex: 0 0 auto;
    opacity: 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.header__lang-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    margin-left: 380px;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.header__lang-btn {
            flex: 0 0 auto;
    max-width: 30px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.header__lang-btn:not(:last-child) {
    margin-right: 15px;
}

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

.header__top-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
}

.header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: flex-start;
    padding: 15px 0 2px;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.header__logo {
            flex: 0 1 auto;
    margin-top: 12px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.header__about {
    position: relative;
    display: inline-block;
            flex: 0 1 auto;
    margin: 0 40px 0 40px;
    color: #b3d4eb;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.header__about img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: 5px;
}

.header__phones {
            flex: 0 0 auto;
    width: 200px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.header__nav {
    display: block;
}

.header__btn-close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.header__btn-close-menu::before,
.header__btn-close-menu::after {
    position: absolute;
    top: 8px;
    left: -3px;
    display: block;
    width: 26px;
    height: 2px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
}

.header__btn-close-menu::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header__btn-close-menu::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header__btn-close-menu:hover::before,
.header__btn-close-menu:hover::after {
    background-color: #fff;
}

.header__city {
    position: absolute;
    z-index: 50;
    top: -105px;
    left: 15px;
}

.header__form-search {
    position: absolute;
    top: -60px;
    left: 425px;
    max-width: 307px;
}

.header__menu {
            flex: 1 1 auto;
    margin-right: 40px;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
}

.header__button-callback {
    width: 200px;
}

.footer {
    display: block;
            flex: none;
    width: 100%;
    padding: 30px 0;
    background-color: #036;
    background-image: url("../bundles/wpapp/assets/img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
}

.footer__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.footer__menu {
    margin: 0 auto 15px;
}

.footer__copyright {
    margin: 0 0 10px;
    text-align: center;
    color: #b3d4eb;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.footer__copyright a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.footer__copyright a:hover {
    text-decoration: none;
    color: #fff;
}

.footer__privacy {
    margin: 0 0 10px;
    text-align: center;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.footer__privacy a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.footer__privacy a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer__counter {
    display: none;
    margin: 10px auto 0;
    text-align: center;
}

.footer__scroll-to-top {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 10px;
}

.page {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.page.scrolled {
    padding-top: 60px;
}

.page__content {
            flex: 1 0 auto;
    width: 100%;
    padding: 30px 0 40px;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
}

.page--home .page__content {
    padding: 0;
}

.page__header,
.page__footer {
            flex: none;
    width: 100%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
}

.page__container {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.page__breadcrumbs {
    margin-bottom: 30px;
}

.page__gallery {
    display: block;
    padding: 15px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.page__gallery-items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: flex-start;
    margin: 0 -10px -20px;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.page__gallery-item {
    display: block;
    width: -webkit-calc(33.33% - 20px);
    width:    -moz-calc(33.33% - 20px);
    width:         calc(33.33% - 20px);
    margin: 0 10px 20px;
    cursor: -webkit-zoom-in;
    cursor:    -moz-zoom-in;
    cursor:         zoom-in;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.05);
       -moz-box-shadow: 0 4px 10px rgba(0,0,0,.05);
            box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.page__gallery-item:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.12);
       -moz-box-shadow: 0 4px 10px rgba(0,0,0,.12);
            box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.page__gallery-items--2 .page__gallery-item {
    width: -webkit-calc(50% - 20px);
    width:    -moz-calc(50% - 20px);
    width:         calc(50% - 20px);
}

.page__gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.page__charity-card:not(:last-child) {
    margin-bottom: 30px;
}

.page__partners-card {
    margin-top: 30px;
}

.page__map {
    margin: 30px 0 50px;
}

.page__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;

    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.page__main {
            flex: 0 1 100%;
    max-width: 100%;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
}

.page__aside {
            flex: 0 0 260px;
    max-width: 260px;
    margin-left: 40px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
}

.page__aside-section {
    display: block;
    margin-bottom: 30px;
}

.page__aside-title {
    display: block;
    margin: 0 0 20px;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.2;
}

.page__aside-contact:not(:last-child) {
    margin-bottom: 30px;
}

.page__order-steps {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1000px) {
    .header.fixed .header__nav {
        position: fixed;
        z-index: 200;
        top: 0;
        right: 0;
        left: 0;
        background-color: #006fb2;
        background-color: #006fb2;
        background-image: url("../bundles/wpapp/assets/img/footer-bg.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.3);
           -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
                box-shadow: 0 4px 10px rgba(0,0,0,.3);
    }

    .header__nav-container {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;
                flex-flow: row nowrap;
                justify-content: space-between;
                align-items: center;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;

        -webkit-align-items: center;
        -webkit-box-align: center;
           -moz-box-align: center;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
        -ms-flex-align: center;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
    }
}

@media only screen and (max-width: 1199px) {
    .slider .slick-dots {
        bottom: 10px;
    }

    .product__quantity {
        width: -webkit-calc(100% - 50px);
        width:    -moz-calc(100% - 50px);
        width:         calc(100% - 50px);
    }

    .product__btn-compare {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0 0 auto;
    }
}

@media only screen and (max-width: 1023px) {
    .search-filters__filter {
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }
}

@media only screen and (max-width: 999px) {
    .phones {
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;
                flex-flow: row wrap;
                justify-content: center;
                align-items: center;

        -webkit-align-items: center;
        -webkit-box-align: center;
           -moz-box-align: center;
        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-align: center;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
    }

    .phones__label {
        display: none;
    }

    .phones__phone {
                flex: 0 0 auto;
        margin: 5px 10px 0;
        font-size: 18px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
    }

    .top-cart {
        margin-top: -10px;
        margin-bottom: -10px;
        padding: 10px 0;
    }

    .top-cart__top {
        height: 30px;
        padding: 0 10px;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        line-height: 30px;
    }

    .top-cart__caption {
        display: none;
    }

    .top-cart__dropdown {
        top: 50px;
    }

    .top-cart__dropdown::before {
        right: 25px;
    }

    .menu__items {
        display: block;
    }

    .menu__item {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    .menu__item:hover {
        background-color: transparent;
    }

    .menu__link {
        margin: 0;
        padding: 0;
        font-size: 20px;
    }

    .menu__submenu {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        min-width: 10px;
        max-width: 100%;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }

    .menu__subitems {
        padding: 10px 0 0;
    }

    .menu__subitem {
        margin-bottom: 5px;
    }

    .menu__sublink {
        padding: 0 0 0 12px;
        font-size: 14px;
    }

    .menu__sublink:hover {
        background-color: transparent;
    }

    .city__link {
        max-width: 170px;
    }

    .slider {
        border: none;
    }

    .slider .slick-dots {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 15px;
    }

    .about {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .about__img {
        max-width: 180px;
        margin: 0 0 0 15px;
    }

    .products__item {
        width: -webkit-calc(25% - 6px);
        width:    -moz-calc(25% - 6px);
        width:         calc(25% - 6px);
    }

    .table {
        border: none;
    }

    .table__row {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .table__header .table__row {
        display: none;
    }

    .table__main .table__row {
        padding-top: 5px;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        background: #fff;
    }

    .table__main .table__row:not(:last-child) {
        margin-bottom: 10px;
    }

    .table__main .table__row:nth-child(even) {
        background-color: #fff;
    }

    .table__col {
        padding: 2px 10px 2px;
    }

    .table__col:nth-child(1) {
                flex: 0 0 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(2) {
                flex: 0 0 100%;
        background-color: #f8f8f8;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(3) {
                flex: 0 0 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(4) {
                flex: 0 0 100%;
        background-color: #f8f8f8;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(5) {
                flex: 0 0 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(6) {
                flex: 0 0 100%;
        background-color: #f8f8f8;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(7) {
                flex: 0 0 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(8) {
                flex: 0 0 100%;
        background-color: #f8f8f8;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__col:nth-child(9) {
                flex: 0 0 100%;
        padding: 5px 5px 10px 95px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .table__caption {
        display: block;
                flex: 0 0 50%;
        padding-left: 5px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 700;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .table__value {
                flex: 0 0 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .c-charity__logo {
                flex: 0 0 200px;
        max-width: 200px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 200px;
            -ms-flex: 0 0 200px;
    }

    .c-charity__url {
                flex: 0 0 200px;
        max-width: 200px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 200px;
            -ms-flex: 0 0 200px;
    }

    .c-partners {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .c-partners__region {
                flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .c-partners__main {
        padding: 20px 15px;
    }

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

    .c-product {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .c-product__left {
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .c-product__img {
        margin: 0 auto;
    }

    .c-product__info {
                justify-content: center;

        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
    }

    .c-product__option {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .c-product__option-label {
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .c-product__option-field {
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .diffusers--select .diffusers__title {
        text-align: center;
    }

    .product__main {
                flex-wrap: wrap;
                justify-content: center;

        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        -webkit-justify-content: center;
    }

    .product__left,
    .product__right {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .product__left {
        padding-right: 15px;
    }

    .product__slideshow {
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .product__header {
        display: none;
    }

    .product__header--mobile {
        display: block;
    }

    .product__title {
        font-size: 22px;
    }

    .product__subtitle {
        text-align: center;
    }

    .product__cost {
        font-size: 20px;
    }

    .product__section {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .product__diffusers {
        max-width: 420px;
        margin: 0;
    }

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

    .features__row {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .features__header .features__row {
        display: none;
    }

    .features__main .features__row {
        padding: 5px 0;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }

    .features__main .features__row:not(:last-child) {
        margin-bottom: 10px;
    }

    .features__col {
                flex: 0 0 100%;
        padding: 5px 10px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .features__col--5 {
                flex: 0 0 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .features__col--5:nth-child(1) {
                flex: 0 0 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .features__caption {
        display: block;
                flex: 0 0 50%;
        padding-left: 5px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 300;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .features__value {
                flex: 0 0 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .contacts__col-3 {
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .contacts__col-4 {
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .contacts__schema {
                flex-wrap: wrap;
                justify-content: center;

        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        -webkit-justify-content: center;
    }

    .contacts__schema-map {
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .contacts__schema-photo {
        margin-bottom: 10px;
    }

    .header__old-site {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        height: auto;
        margin: 0 -15px;
        padding: 10px;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        background-color: #047;
        font-size: 14px;
    }

    .header__top {
                justify-content: space-between;
        padding-top: 15px;

        -webkit-box-pack: justify;
           -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
    }

    .header.fixed .header__top {
        position: fixed;
        z-index: 200;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px 15px;
        background-color: #006fb2;
        background-image: url("../bundles/wpapp/assets/img/footer-bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.3);
           -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
                box-shadow: 0 4px 10px rgba(0,0,0,.3);
    }

    .header__btn-menu {
        opacity: 1;
    }

    .header__lang-btns {
        margin-left: 0;
    }

    .header__top-cart {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
    }

    .header__main {
                flex-wrap: wrap;
                justify-content: center;
        padding: 20px 0 15px;

        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        -webkit-justify-content: center;
    }

    .header__logo {
        margin-top: 0;
    }

    .header__about {
        display: none;
    }

    .header__phones {
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .header__nav {
        position: fixed;
        z-index: 300;
        top: 0;
        bottom: 0;
        left: -350px;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 300px;
        height: 100%;
        padding: 60px 20px 20px;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        background-color: #047;
        background-image: none;
    }

    .header__nav.active {
        left: 0;
    }

    .header__btn-close-menu {
        display: block;
    }

    .header__city {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 0 0 20px;
    }

    .header__form-search {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        margin: 0 0 20px;
    }

    .header__menu {
        margin-right: 0;
    }

    .header__button-callback {
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;
        width: 100%;
        margin: 30px auto 0;
    }

    .page.scrolled {
        padding-top: 50px;
    }

    .page__row {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .page__aside {
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;
                flex-flow: row wrap;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 30px 0 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
    }

    .page__aside-section {
                flex: 0 1 260px;
        max-width: 260px;
        margin: 0 20px 20px 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 1 260px;
            -ms-flex: 0 1 260px;
    }
}

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

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

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

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

@media only screen and (max-width: 899px) {
    .mfp-container {
        padding: 0;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */

    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0;
    }

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

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

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

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

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

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

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

@media only screen and (max-width: 749px) {
    .menu-bottom__items {
        margin: 0 -15px;
    }

    .menu-bottom__item {
        padding: 0 15px;
    }

    .menu-bottom__item:not(:last-child) {
        border-right: none;
    }

    .menu-bottom__link::after {
        bottom: -6px;
        background-color: transparent;
    }

    .form-order__col {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

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

    .about__title {
        text-align: center;
    }

    .products__item {
        width: -webkit-calc(33.3% - 6px);
        width:    -moz-calc(33.3% - 6px);
        width:         calc(33.3% - 6px);
    }

    .products__product {
        padding-top: 10px;
        border-bottom: none;
    }

    .products--search .products__product {
        border-top: none;
    }

    .request__container {
        min-height: 10px;
        padding-left: 15px;
        background-image: none;
    }

    .request__title {
        text-align: center;
    }

    .request__text {
        padding-left: 0;
        text-align: center;
        background-image: none;
    }

    .p-line__main {
        margin-bottom: 20px;
    }

    .p-line__left,
    .p-line__right {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .p-line__picture {
        margin: 0 auto 20px;
    }

    .p-line__diffusers {
        margin: 0 auto 20px;
    }

    .c-charity__logo {
                flex: 0 0 150px;
        max-width: 150px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 150px;
            -ms-flex: 0 0 150px;
    }

    .c-charity__logo img {
        max-width: 130px;
    }

    .c-charity__url {
                flex: 0 0 150px;
        max-width: 150px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 150px;
            -ms-flex: 0 0 150px;
    }

    .c-partners__partner {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .c-partners__title,
    .c-partners__address,
    .c-partners__phones,
    .c-partners__web {
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .c-partners__address {
                order: 3;

        -webkit-box-ordinal-group: 4;
           -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
    }

    .c-partners__phones {
                order: 2;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-box-ordinal-group: 3;
           -moz-box-ordinal-group: 3;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
        -ms-flex-order: 2;
        -webkit-order: 2;
    }

    .c-partners__web {
                order: 4;
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-box-ordinal-group: 5;
           -moz-box-ordinal-group: 5;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
        -ms-flex-order: 4;
        -webkit-order: 4;
    }

    .c-product__info {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .c-product__options {
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

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

    .cart__item {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .cart__item-content {
                flex: 1 1 auto;
        width: -webkit-calc(100% - 140px);
        width:    -moz-calc(100% - 140px);
        width:         calc(100% - 140px);
        padding-top: 15px;
        padding-bottom: 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: none;

        -webkit-box-flex: 1;
           -moz-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
    }

    .cart__values {
                flex: 1 1 auto;
        width: -webkit-calc(100% - 45px);
        width:    -moz-calc(100% - 45px);
        width:         calc(100% - 45px);
        max-width: 100%;
        margin: 15px 0 0;

        -webkit-box-flex: 1;
           -moz-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
    }

    .cart__btn-remove {
        margin: 15px 0 0 5px;
    }

    .tabs__button {
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .tabs__page.active {
        padding-top: 20px;
    }

    .tabs__col {
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .contacts__col-2 {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .contacts__location {
        max-width: 100%;
    }

    .page__gallery-item {
        width: -webkit-calc(50% - 20px);
        width:    -moz-calc(50% - 20px);
        width:         calc(50% - 20px);
    }
}

@media only screen and (max-width: 599px) {
    .products__item {
        width: -webkit-calc(50% - 6px);
        width:    -moz-calc(50% - 6px);
        width:         calc(50% - 6px);
    }

    .c-charity__title {
        text-align: center;
        font-size: 18px;
    }

    .c-charity__main {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .c-charity__logo {
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .c-charity__footer {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .c-charity__url {
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }
}

@media only screen and (max-width: 479px) {
    .field--type-spinner.field--big .field__field {
        max-width: 224px;
    }

    .field--type-spinner.field--big .field__field input {
        max-width: 150px;
    }

    .phones__phone {
        margin: 5px 5px 0;
        font-size: 16px;
    }

    .top-cart__dropdown {
        right: 0;
        width: 290px;
    }

    .top-cart__items {
        max-height: 185px;
    }

    .top-cart__item {
        font-size: 13px;
    }

    .top-cart__item-picture {
                flex: 0 0 50px;
        max-width: 50px;
        margin-right: 10px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50px;
            -ms-flex: 0 0 50px;
    }

    .top-cart__item-price {
                flex: 0 0 40px;
        max-width: 40px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 40px;
            -ms-flex: 0 0 40px;
    }

    .top-cart__total {
        font-size: 15px;
    }

    .top-cart__button-cart {
        padding: 9px 10px 10px;
    }

    .scroll-to-top {
        width: 40px;
        height: 40px;
    }

    .scroll-to-top::before {
        width: 12px;
        height: 12px;
        margin-top: -2px;
        margin-left: -6px;
        border-width: 2px;
    }

    .about__img {
        float: none;
        max-width: 100%;
        margin: 25px auto;
    }

    .products__title {
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .products--search .products__title {
        padding-right: 0;
    }

    .products__item {
        width: -webkit-calc(100% - 6px);
        width:    -moz-calc(100% - 6px);
        width:         calc(100% - 6px);
        min-height: 50px;
    }

    .clients__clients {
        margin: 0 -5px -15px;
    }

    .clients__client {
        margin: 0 5px 15px;
    }

    .p-line__col {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .p-line__col:not(:last-child) {
        margin-bottom: 20px;
    }

    .search-filters__reset {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0 20px;
    }

    .search-filters__filter {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .contact--with-photo {
        padding-left: 100px;
    }

    .contact__photo {
        max-width: 80px;
    }

    .c-partners__main {
        padding-bottom: 15px;
    }

    .c-partners__partner {
        padding: 15px;
    }

    .c-partners__title,
    .c-partners__address,
    .c-partners__phones,
    .c-partners__web {
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .c-partners__title {
        font-weight: 500;
    }

    .c-partners__address {
                order: 2;

        -webkit-box-ordinal-group: 3;
           -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
    }

    .c-partners__phones {
                order: 3;
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-box-ordinal-group: 4;
           -moz-box-ordinal-group: 4;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
        -ms-flex-order: 3;
        -webkit-order: 3;
    }

    .c-partners__web {
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .order-steps {
                flex-wrap: wrap;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .order-steps__step {
                flex: 0 0 100%;
        font-size: 13px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .order-steps__step:not(:last-child) {
        margin-bottom: 15px;
    }

    .cart__item-content {
                order: -1;
                flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #e5e5e5;
        border-bottom: none;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-box-ordinal-group: 0;
           -moz-box-ordinal-group: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
        -ms-flex-order: -1;
        -webkit-order: -1;
    }

    .cart__bottom {
        text-align: center;
    }

    .cart__total-label {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tabs__button {
        padding: 5px 10px;
        font-size: 14px;
    }

    .diffusers .slick-prev {
        margin-right: 5px;
    }

    .diffusers .slick-next {
        margin-left: 5px;
    }

    .product__actions {
        max-width: 100%;
        margin: 40px 0 0;
        text-align: center;
    }

    .product__action {
                flex: 0 0 100%;
        max-width: 280px;
        padding: 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .product__action:nth-child(odd) {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

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

    .product__quantity {
        margin: 0;
    }

    .product__button-cart,
    .product__button-click {
        max-width: 280px;
    }

    .slideshow .slick-prev {
        margin-right: 5px;
    }

    .slideshow .slick-next {
        margin-left: 5px;
    }

    .compare__title {
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .contacts__section-headline {
        display: block;
    }

    .contacts__title-2 {
        padding-right: 0;
    }

    .contacts__col-3 {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .contacts__col-4 {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .popup {
        padding: 60px 20px 40px;
    }

    .popup__button-catalog,
    .popup__button-cart {
        width: -webkit-calc(100% - 12px);
        width:    -moz-calc(100% - 12px);
        width:         calc(100% - 12px);
    }

    .page__aside-section {
                flex: 0 1 100%;
        max-width: 100%;
        margin: 0 0 20px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
    }
}

@media only screen and (max-width: 399px) {
    .page__gallery-item {
        width: -webkit-calc(100% - 20px);
        width:    -moz-calc(100% - 20px);
        width:         calc(100% - 20px);
    }

    .page__gallery-items--2 .page__gallery-item {
        width: -webkit-calc(100% - 20px);
        width:    -moz-calc(100% - 20px);
        width:         calc(100% - 20px);
    }
}

@media only screen and (max-width: 359px) {
    .product__option {
        width: -webkit-calc(100% - 20px);
        width:    -moz-calc(100% - 20px);
        width:         calc(100% - 20px);
    }
}

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.popup--city {
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
}

.popup--city .title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #006fb2;
    font-size: 24px;
}

.popup--city .items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 20px;
    text-align: left;
}

.popup--city .item a {
    color: #006fb2;
    overflow-wrap: break-word;
}

@media (max-width: 767px) {
    .popup--city .items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479px) {
    .popup--city .items {
        grid-template-columns: minmax(0, 1fr);
    }
}
