/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

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

/**
 * Show the overflow in IE.
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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 {
  border-style: none;
  padding: 0;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

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

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

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

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

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

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

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

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

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

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

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

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

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

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

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

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

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

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

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

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
/* Share */

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

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

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

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

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

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.notie-transition{transition:all .3s ease}.notie-background-success{background-color:#57bf57!important}.notie-background-warning{background-color:#d6a14d!important}.notie-background-error{background-color:#e1715b!important}.notie-background-info{background-color:#4d82d6!important}#notie-alert-outer,#notie-confirm-outer,#notie-date-outer,#notie-force-outer,#notie-input-outer,#notie-select-outer{position:fixed;top:0;left:0;z-index:2;height:auto;width:100%;display:none;text-align:center;cursor:pointer;font-size:24px;-o-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-ms-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}#notie-alert-inner{padding:20px;display:table-cell}#notie-alert-content{max-width:900px;margin:0 auto}#notie-alert-text{color:#fff}#notie-confirm-outer{cursor:default}#notie-confirm-inner,#notie-force-inner,#notie-input-inner,#notie-select-inner{box-sizing:border-box;width:100%;padding:20px;display:block;cursor:default;background-color:#4d82d6}#notie-confirm-text,#notie-confirm-text-no,#notie-confirm-text-yes{color:#fff}#notie-confirm-no,#notie-confirm-yes,#notie-input-no,#notie-input-yes{float:left;height:50px;line-height:50px;width:50%;cursor:pointer;background-color:#57bf57}#notie-confirm-no,#notie-input-no{float:right;background-color:#e1715b}#notie-confirm-background,#notie-date-background,#notie-force-background,#notie-input-background,#notie-select-background{position:fixed;top:0;left:0;z-index:1;height:100%;width:100%;display:none;background-color:#fff;opacity:0}#notie-force-outer{cursor:default}#notie-force-text{color:#fff}#notie-force-button{height:50px;line-height:50px;width:100%;cursor:pointer;color:#fff}#notie-input-outer{cursor:default}#notie-input-field{display:block;box-sizing:border-box;height:55px;width:100%;text-align:center;outline:0;border:0;background-color:#fff;font-family:inherit;font-size:24px}#notie-input-text,#notie-input-text-no,#notie-input-text-yes{color:#fff}#notie-select-outer{top:auto;bottom:0;cursor:default}#notie-select-text{color:#fff}#notie-select-choices,.notie-select-choice{background-color:#57bf57}.notie-select-choice{height:50px;line-height:50px;color:#fff;cursor:pointer}#notie-select-cancel{height:60px;line-height:60px;color:#fff;cursor:pointer;background-color:#a0a0a0}.notie-select-choice-bottom-border{border-bottom:1px solid hsla(0,0%,100%,.2)}#notie-date-outer{background-color:#4d82d6;color:#fff;cursor:default}#notie-date-selector{margin:0 auto;max-width:900px;padding-left:10px;padding-right:10px}.notie-date-down,.notie-date-up{height:50px;float:left;width:33.333333%;cursor:pointer}.notie-date-arrow,.notie-date-arrow-down,.notie-date-arrow-up{height:40px;width:40px;background-size:40px 40px;margin:0 auto;margin-top:5px}.notie-date-arrow-up{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDI4bDEwLTEwIDEwIDEweiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)}.notie-date-arrow-down{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=")}.notie-date-text{height:50px;line-height:50px;float:left;width:33.333333%}#notie-date-no,#notie-date-yes{float:left;width:50%;height:50px;line-height:50px;color:#fff;background-color:#57bf57;cursor:pointer}#notie-date-no{background-color:#e1715b}@media (max-width:600px){#notie-alert-outer,#notie-confirm-outer,#notie-date-outer,#notie-force-outer,#notie-input-outer,#notie-select-outer{font-size:18px}#notie-input-field{font-size:18px}}
html {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
input,
select,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
}
:focus {
  outline: #d96e1d auto 3px;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #d96e1d;
}
a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
}
.gray-bg {
  background: #efefef;
}
.main-color {
  color: #d96e1d;
}
.text-center {
  text-align: center;
}
.fixedBodyMenu {
  overflow: hidden;
}
.touch .fixedBodyModal {
  overflow: hidden;
}
.table-description p {
  margin: 0;
}
.wrapper {
  box-sizing: border-box;
  min-width: 320px;
  max-width: 2020px;
  padding: 0 max(2%, 15px);
  margin: 0 auto;
}
.page-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.page-title-with-under {
  margin-bottom: 10px;
}
.under-page-title {
  font-size: 25px;
  text-align: center;
  margin: 0 0 32px;
}
.page-title-inner {
  margin-bottom: 16px;
}
.breadcrumb {
  font-size: 13px;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #000;
  transition: color 0.2s ease-out;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #d96e1d;
}
.breadcrumb span {
  color: #d96e1d;
}
.fancybox-thumbs__list a::before {
  border-color: #d96e1d;
}
.fancybox-progress {
  background: #d96e1d;
}
/* ==========================================================================
 * Buttons styles
 * ========================================================================== */
.products_list-buy-btn-mobile {
  border-radius: 4px;
  background-color: #d96e1d;
  border: 2px solid #d96e1d;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.375em;
  min-width: 30px;
  padding: 3px 4px;
  margin: 8px 0px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease-out;
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.btn {
  border-radius: 4px;
  background-color: #d96e1d;
  border: 2px solid #d96e1d;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.375em;
  padding: 7px 26px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease-out;
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.btn > span {
  display: inline-block;
  opacity: 0;
  color: #d96e1d;
  transform: translate3d(0, -10px, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  padding: 7px 26px;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn:hover {
  background-color: #fff;
}
.btn:hover::before {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.btn:hover > span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.btn:hover > span:nth-child(1) {
  transition-delay: 0.045s;
}
.btn:hover > span:nth-child(2) {
  transition-delay: 0.09s;
}
.btn:hover > span:nth-child(3) {
  transition-delay: 0.135s;
}
.btn:hover > span:nth-child(4) {
  transition-delay: 0.18s;
}
.btn:hover > span:nth-child(5) {
  transition-delay: 0.225s;
}
.btn:hover > span:nth-child(6) {
  transition-delay: 0.27s;
}
.btn:hover > span:nth-child(7) {
  transition-delay: 0.315s;
}
.btn:hover > span:nth-child(8) {
  transition-delay: 0.36s;
}
.btn:hover > span:nth-child(9) {
  transition-delay: 0.405s;
}
.btn:hover > span:nth-child(10) {
  transition-delay: 0.45s;
}
.btn:hover > span:nth-child(11) {
  transition-delay: 0.495s;
}
.btn:hover > span:nth-child(12) {
  transition-delay: 0.54s;
}
.btn:hover > span:nth-child(13) {
  transition-delay: 0.585s;
}
.btn:hover > span:nth-child(14) {
  transition-delay: 0.63s;
}
.btn:hover > span:nth-child(15) {
  transition-delay: 0.675s;
}
.btn:hover > span:nth-child(16) {
  transition-delay: 0.72s;
}
.btn:hover > span:nth-child(17) {
  transition-delay: 0.765s;
}
.btn:hover > span:nth-child(18) {
  transition-delay: 0.81s;
}
.btn:hover > span:nth-child(19) {
  transition-delay: 0.855s;
}
.btn:hover > span:nth-child(20),
.btn:hover > span:nth-child(n + 20) {
  transition-delay: 0.9s;
}
.btn-gray {
  background-color: #918f91;
  border: 2px solid #918f91;
}
.btn-gray > span {
  color: #918f91;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-small {
  padding: 2px 18px;
}
.btn-small::before {
  padding: 2px 18px;
}
.btn-middle {
  padding: 5px 8px;
  min-width: 95px;
}
.btn-middle::before {
  padding: 5px 8px;
  min-width: 95px;
}
.btn-big {
  padding: 12px 41px;
}
.btn-big::before {
  padding: 12px 41px;
}
.btn-revert {
  background-color: transparent;
  color: #d96e1d;
}
.btn-revert > span {
  color: #fff;
}
.btn-revert:hover {
  background-color: #d96e1d;
}
/* ==========================================================================
 * Input styles
 * ========================================================================== */
label {
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
select.input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.6);
}
select.input-field::-ms-expand {
  display: none;
}
.select2-container--default .select2-selection--single {
  background-color: #efefef;
  border: none;
  border-radius: 4px;
  height: 40px;
  outline: none;
}
.select2-container--default .select2-selection--single:focus {
  box-shadow: 0 0 2px 1px #d96e1d;
}
.catalog-search-select.selectDisabled {
  opacity: 0.5 !important;
}
.select2 {
  width: 100% !important;
}
.select2-container.select2-container--below .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
  font-size: 14px;
  padding: 11px 26px 11px 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0;
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
select.input-field,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='10px' viewBox='0 0 24 24' version='1.1'%3E%3Cpath fill='%23757987' stroke-width='1' d='M10.7663551,19.2 L0.598130841,9.0317757 C-0.104672897,8.32897196 -0.104672897,7.19252336 0.598130841,6.49719626 L2.28785047,4.80747664 C2.99065421,4.1046729 4.1271028,4.1046729 4.82242991,4.80747664 L12.0299065,12.0149533 L19.2373832,4.80747664 C19.9401869,4.1046729 21.0766355,4.1046729 21.7719626,4.80747664 L23.4616822,6.49719626 C24.164486,7.2 24.164486,8.3364486 23.4616822,9.0317757 L13.2934579,19.2 C12.6056075,19.9028037 11.4691589,19.9028037 10.7663551,19.2 Z'/%3E%3C/svg%3E");
}
.select2-dropdown {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 2px 1px #d96e1d;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  font-size: 14px;
}
.select2-results__option {
  padding: 11px 11px;
}
.select2-search--dropdown {
  padding: 4px 11px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d96e1d;
  color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  line-height: 18px;
  padding: 6px 8px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-out;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: 0 0 2px 1px #d96e1d;
}
.select2-container--default.select2-container--open .select2-selection--single {
  box-shadow: 0 0 2px 1px #d96e1d;
}
.input-field {
  width: 100%;
  flex: 1;
  border-radius: 4px;
  background-color: #efefef;
  line-height: 18px;
  font-size: 14px;
  padding: 11px;
  font-weight: 600;
  color: #000;
  border: none;
  outline: none;
  height: 40px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-out;
}
.input-field:focus {
  box-shadow: 0 0 2px 1px #d96e1d;
}
.input-field-small {
  padding: 6px 8px;
  height: 30px;
  font-size: 12px;
}
.input-field-white {
  background: #fff;
}
.input-field-search {
  padding-left: 32px;
  font-weight: normal;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M15.766 13.807l-3.11-3.11a.748.748 0 0 0-.53-.217h-.508a6.456 6.456 0 0 0 1.372-3.993A6.486 6.486 0 0 0 6.503 0 6.486 6.486 0 0 0 .016 6.487a6.486 6.486 0 0 0 6.487 6.488 6.456 6.456 0 0 0 3.992-1.373v.509c0 .2.078.39.218.53l3.11 3.11a.745.745 0 0 0 1.057 0l.883-.883a.752.752 0 0 0 .003-1.06zM6.503 10.48A3.99 3.99 0 0 1 2.51 6.487a3.99 3.99 0 0 1 3.992-3.992 3.99 3.99 0 0 1 3.992 3.992 3.99 3.99 0 0 1-3.992 3.993z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' opacity='.6'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23242A42'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 7px 50%;
}
.input-field-search ::-webkit-input-placeholder {
  color: #636363;
}
.input-field-search ::-moz-placeholder {
  color: #636363;
  opacity: 1;
}
.input-field-search :-ms-input-placeholder {
  color: #636363;
}
.search-form-block {
  display: flex;
}
.input-field-radio {
  display: inline-block;
  margin-right: 4px;
}
.input-field-radio-input:checked + .input-field-radio-label::before {
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #d96e1d;
}
.input-field-radio-input.radio-gray:checked + .input-field-radio-label::before {
  box-shadow: inset 0 0 0 2px #efefef, inset 0 0 0 10px #d96e1d;
}
.input-field-radio-label {
  padding-left: 21px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.input-field-radio-label::before {
  content: '';
  border: 2px solid #d96e1d;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 3px;
  transition: box-shadow 0.2s ease-out;
}
/* ==========================================================================
 * Header styles
 * ========================================================================== */
.page-header {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  min-width: 320px;
}
.page-header-top {
  padding: 8px 0 7px;
}
.page-header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header-top-text {
  width: 50%;
  margin: 0;
  color: #d96e1d;
}
.page-header-top-search {
  width: 50%;
  max-width: 469px;
}
.page-header-bottom {
  padding: 6px 0 6px;
}
.page-header-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header-logo img {
  height: 64px;
}
.page-header-info-cont {
  width: 67%;
}
.page-header-info-block {
  display: flex;
  justify-content: space-between;
}
.page-header-info {
  padding-left: 32px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  line-height: 17px;
}
.page-header-info-phone {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M23.128 1.154L18.253.029a1.125 1.125 0 0 0-1.287.653l-2.25 5.25c-.197.46-.066.996.322 1.314l2.841 2.325a17.387 17.387 0 0 1-8.308 8.308l-2.325-2.841a1.125 1.125 0 0 0-1.314-.322l-5.25 2.25c-.5.214-.775.756-.653 1.287l1.125 4.875c.117.507.569.872 1.096.872C14.254 24 24 14.272 24 2.25c0-.524-.362-.978-.872-1.096z' id='phonea'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='phoneb' fill='%23fff'%3E%3Cuse xlink:href='%23phonea'/%3E%3C/mask%3E%3Cg mask='url(%23phoneb)' fill='%23D96E1D'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-header-info-phone .page-header-info-text {
  line-height: 34px;
}
.page-header-info-clock {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 0C5.371 0 0 5.371 0 12s5.371 12 12 12 12-5.371 12-12S18.629 0 12 0zm2.763 16.94l-4.268-3.101a.584.584 0 0 1-.237-.47V5.226c0-.32.261-.58.58-.58h2.323c.32 0 .58.26.58.58v6.663l3.074 2.235a.58.58 0 0 1 .125.813l-1.364 1.878a.585.585 0 0 1-.813.125z' id='clock-a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='clock-b' fill='%23fff'%3E%3Cuse xlink:href='%23clock-a'/%3E%3C/mask%3E%3Cg mask='url(%23clock-b)' fill='%23D96E1D'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-header-info-map-marker {
  padding-left: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11.075 23.516C4.265 13.642 3 12.629 3 9a9 9 0 1 1 18 0c0 3.629-1.264 4.642-8.075 14.516a1.125 1.125 0 0 1-1.85 0zM12 12.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5z' id='map-marker-alt-a'/%3E%3C/defs%3E%3Cg transform='translate(-3)' fill='none' fill-rule='evenodd'%3E%3Cmask id='map-marker-alt-b' fill='%23fff'%3E%3Cuse xlink:href='%23map-marker-alt-a'/%3E%3C/mask%3E%3Cg mask='url(%23map-marker-alt-b)' fill='%23D96E1D'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-header-info-socials {
  text-align: left;
  align-self: center;
}
.page-header-info-socials a {
  display: inline-block;
  text-decoration: none;
}
.page-header-info-socials a:not(:first-child) {
  margin-left: 15px;
}
.page-header-info-text {
  margin: 0;
  font-weight: bold;
}
.page-header-info-text a {
  text-decoration: none;
  color: #000;
}
.page-header-info-viber {
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='%237C808E' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.003 1.46C12.632 1.116 11.129.025 7.78.011c0 0-3.95-.237-5.875 1.529C.836 2.61.46 4.178.418 6.123c-.04 1.944-.09 5.588 3.421 6.576h.003l-.003 1.509s-.023.61.38.734c.486.152.772-.313 1.237-.813.255-.275.605-.679.871-.986 2.404.202 4.249-.26 4.46-.327.485-.158 3.23-.509 3.675-4.152.462-3.758-.222-6.132-1.46-7.205zm.406 6.932c-.377 3.04-2.602 3.234-3.011 3.365-.176.056-1.799.46-3.837.328 0 0-1.52 1.833-1.994 2.31-.155.155-.324.14-.321-.167l.011-2.506c-.003 0-.003 0 0 0-2.973-.824-2.8-3.927-2.766-5.55.032-1.622.34-2.953 1.246-3.847C4.365.848 7.719 1.067 7.719 1.067c2.834.012 4.19.866 4.506 1.152 1.044.895 1.576 3.035 1.184 6.173zM9.348 6.029c.012.252-.366.27-.377.018-.032-.643-.334-.956-.953-.991-.252-.015-.229-.392.02-.378.816.044 1.269.512 1.31 1.351zm.594.33c.029-1.24-.746-2.21-2.217-2.318-.248-.018-.222-.395.026-.377 1.696.123 2.6 1.29 2.568 2.704-.006.252-.383.24-.377-.008zm1.37.392c.004.252-.376.255-.376.003-.018-2.383-1.606-3.68-3.532-3.696-.249-.002-.249-.377 0-.377 2.157.015 3.891 1.503 3.909 4.07zm-.327 2.869v.006c-.315.555-.906 1.17-1.514.973l-.006-.008c-.617-.173-2.07-.921-2.988-1.652a7.644 7.644 0 0 1-1.24-1.24 9.488 9.488 0 0 1-.9-1.363c-.624-1.125-.761-1.628-.761-1.628-.196-.609.415-1.2.974-1.515h.006c.269-.14.526-.094.698.114 0 0 .363.433.518.646.146.199.342.518.444.696.179.319.068.643-.108.778l-.35.28c-.18.144-.156.41-.156.41s.52 1.968 2.465 2.465c0 0 .266.023.41-.155l.28-.351c.135-.175.46-.287.778-.108.43.243.977.62 1.34.962.204.166.25.42.11.69z'/%3E%3C/svg%3E");
  background-size: 15px 15px;
}
.page-header-info-subtext {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
.page-header-info-subtext a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.page-header-cart-svg {
  margin-top: 3px;
  transition: fill 0.2s ease-out;
}
.page-header-cart {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 6px 15px 6px 6px;
}
.page-header-cart:hover .page-header-cart-svg {
  fill: #d96e1d;
}
.page-header-cart-count {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #d96e1d;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 2px;
  right: 6px;
}
.main-header-info-toggle,
.main-search-toggle,
.main-nav-toggle {
  display: none;
}
.close-main-menu {
  transition: opacity 0.2s ease-out;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  opacity: 0.92;
  display: none;
}
/*loader*/
.loader {
  width: 80px;
  height: 80px;
  border: 2px solid #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
}
.loader .line {
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
}
.loader .line:nth-child(1) {
  left: 10px;
  top: 50%;
  margin-top: -1px;
}
.loader .line:nth-child(2) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 17px;
  top: 22px;
}
.loader .line:nth-child(3) {
  top: 10px;
  left: 50%;
  width: 2px;
  height: 6px;
}
.loader .line:nth-child(4) {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  right: 17px;
  top: 22px;
}
.loader .line:nth-child(5) {
  right: 10px;
  top: 50%;
  margin-top: -1px;
}
.loader .line:nth-child(6) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  right: 18px;
  bottom: 20px;
  background: #d96e1d;
}
.loader .subline {
  position: absolute;
  width: 3px;
  height: 2px;
  background: #333;
}
.loader .subline:nth-child(7) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  left: 14px;
  top: 28px;
}
.loader .subline:nth-child(8) {
  transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -webkit-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  left: 47px;
  top: 14px;
}
.loader .subline:nth-child(9) {
  transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -webkit-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  right: 46px;
  top: 14px;
}
.loader .subline:nth-child(10) {
  transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -webkit-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  right: 13px;
  top: 27px;
}
.loader .subline:nth-child(11) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  right: 13px;
  bottom: 27px;
  background: #d96e1d;
}
.loader-circle-1 {
  width: 70px;
  height: 70px;
  left: 3px;
  top: 3px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  border-right-color: transparent;
  animation: spin 3s linear infinite;
}
.loader-circle-2 {
  width: 62px;
  height: 62px;
  left: 3px;
  top: 3px;
  border: 1px transparent solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: #d96e1d;
  animation: spin 5s linear infinite;
}
.loader .needle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1;
  animation: pegIt 3s infinite ease-in-out;
}
.loader .needle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 25px 2px 0;
  border-color: transparent #d96e1d transparent transparent;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -2px 0 0 0;
  border-radius: 0 50% 50% 0;
}
/* loader animation */
@keyframes pegIt {
  0% {
    transform: rotate(0deg);
  }
  16% {
    transform: rotate(75deg);
  }
  25% {
    transform: rotate(55deg);
  }
  30% {
    transform: rotate(90deg);
  }
  36% {
    transform: rotate(170deg);
  }
  42% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(227deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes menuToTop {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
 * Main nav styles
 * ========================================================================== */
.main-aside {
  width: 264px;
  min-width: 264px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.main-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav-list .child-link {
  background: white;
}
.main-nav-list .child-link a {
  color: black;
  display: block;
  margin: 0 0 0 25px;
  padding: 7px 10px 7px 17px;
}
.main-nav-list:first-child > li:first-child > a {
  border-radius: 4px 4px 0 0;
}
.main-nav-list > li:first-child > a {
  padding-top: 15px;
}
.main-nav-list:last-child > li:last-child a {
  padding-bottom: 14px;
  border-radius: 0 0 4px 4px;
}
.main-nav-list:not(:last-child) {
  position: relative;
}
.main-nav-list:not(:last-child)::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #d3d3d3;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.main-nav-list > li.active,
.main-nav-list li:hover,
.main-nav-list > li:focus-within {
  position: relative;
  z-index: 2;
}
.main-nav-list > li.active > a {
  background-color: #d96e1d;
  color: #fff;
}
.main-nav-list > li.active > a::before {
  filter: brightness(10);
}
.main-nav-list > li:last-child > a {
  padding-bottom: 12px;
}
.main-nav-list > li.active:last-child > a {
  padding-bottom: 7px;
}
.main-nav-list > li > a {
  font-size: 15px;
  background: #fff;
  text-decoration: none;
  color: #000;
  line-height: 20px;
  padding: 7px 10px 7px 42px;
  display: block;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  position: relative;
}
.main-nav-list > li > a::before {
  content: '';
  position: absolute;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  width: 42px;
  height: 20px;
  left: 0;
}
.main-nav-list > li > a:hover {
  background-color: #d96e1d;
  color: #fff;
}
.main-nav-list > li > a:hover::before {
  filter: brightness(10);
}
.main-nav-list > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav-list > li > ul > li:focus-within {
  position: relative;
  z-index: 2;
}
.main-nav-list > li > ul > li.active > a,
.main-nav-list > li > ul > li > a:hover {
  background-color: #373737;
  color: #d96e1d;
}
.main-nav-list > li > ul > li:last-child > a {
  padding-bottom: 10px;
}
.main-nav-list > li > ul > li.active:last-child > a {
  padding-bottom: 5px;
}
.main-nav-list > li > ul > li > a {
  background-color: #4a4a4a;
  display: block;
  padding: 5px 10px 5px 60px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  font-size: 14px;
  position: relative;
}
.main-nav-list > li > ul > li > a::before {
  content: '';
  position: absolute;
  left: 43px;
  top: 11px;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='8'%3E%3Cdefs%3E%3Cpath id='a' d='M471.292 2805.311l-3.55 3.55a.438.438 0 0 1-.62 0l-.414-.414a.438.438 0 0 1 0-.62l2.813-2.826-2.813-2.826a.438.438 0 0 1 0-.62l.414-.413a.438.438 0 0 1 .62 0l3.55 3.55a.438.438 0 0 1 0 .62z'/%3E%3Cpath id='d' d='M465 2809v-8h8v8z'/%3E%3Cpath id='b' d='M467.292 2805.311l-3.55 3.55a.438.438 0 0 1-.62 0l-.414-.414a.438.438 0 0 1 0-.62l2.813-2.826-2.813-2.826a.438.438 0 0 1 0-.62l.414-.413a.438.438 0 0 1 .62 0l3.55 3.55a.438.438 0 0 1 0 .62z'/%3E%3Cpath id='f' d='M461 2809v-8h8v8z'/%3E%3CclipPath id='c'%3E%3Cuse xlink:href='%23a'/%3E%3C/clipPath%3E%3CclipPath id='e'%3E%3Cuse xlink:href='%23b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23c)' transform='translate(-461 -2801)'%3E%3Cuse fill='%23d96e1d' xlink:href='%23d'/%3E%3C/g%3E%3Cg%3E%3Cg clip-path='url(%23e)' transform='translate(-461 -2801)'%3E%3Cuse fill='%23d96e1d' xlink:href='%23f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-list > li > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav-list > li > ul > li ul li.active a,
.main-nav-list > li > ul > li ul li > a:hover {
  color: #d96e1d;
}
.main-nav-list > li > ul > li ul li.active a:before,
.main-nav-list > li > ul > li ul li > a:hover:before {
  background-color: #d96e1d;
}
.main-nav-list > li > ul > li ul > li:last-child > a {
  padding-bottom: 11px;
}
.main-nav-list > li > ul > li ul li:first-child a {
  padding-top: 8px;
}
.main-nav-list > li > ul > li ul li:first-child a:before {
  top: 16px;
}
.main-nav-list > li > ul > li ul li:last-child a {
  padding-bottom: 12px;
}
.main-nav-list > li > ul > li ul li a {
  background-color: rgba(0, 0, 0, 0.84);
  display: block;
  padding: 5px 10px 6px 69px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  transition: color 0.15s ease-out;
  position: relative;
}
.main-nav-list > li > ul > li ul li a::before {
  content: '';
  position: absolute;
  left: 58px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.15s ease-out;
}
.main-nav-technical-fluids-detailed {
  display: none;
}
.main-nav-technical-fluids.active .main-nav-technical-fluids-detailed {
  display: block;
}
.main-nav-technical-fluids.active .active > .technical-fluids-sub-menu {
  display: block;
}
.technical-fluids-sub-menu {
  display: none;
}
.main-nav-motor-protection.active .main-nav-motor-protection-detailed,
.main-nav-bumper-protection.active .main-nav-motor-protection-detailed,
.main-nav-wheel-arches-protection.active .main-nav-motor-protection-detailed,
.main-nav-motor-protection.active .main-nav-bumper-protection-detailed,
.main-nav-bumper-protection.active .main-nav-bumper-protection-detailed,
.main-nav-wheel-arches-protection.active .main-nav-bumper-protection-detailed,
.main-nav-motor-protection.active .main-nav-arches-protection-detailed,
.main-nav-bumper-protection.active .main-nav-arches-protection-detailed,
.main-nav-wheel-arches-protection.active .main-nav-arches-protection-detailed {
  display: block;
}
.main-nav-motor-protection-detailed,
.main-nav-arches-protection-detailed,
.main-nav-bumper-protection-detailed {
  display: none;
}
.main-nav-motor-protection > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M.004.005h31.934v16.763H.004z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 8.228)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M29.596 15.574h1.277V1.202h-1.224l-1.49 4.97c-.054.24-.267.42-.48.42H25.55c-.213 0-.372-.12-.479-.3l-1.437-2.694h-2.342c-.32 0-.533-.24-.533-.6V1.203H7.452V3c0 .18-.053.3-.16.419-.106.12-.213.18-.372.18H3.194v8.383H6.92c.16 0 .32.12.426.24l1.97 3.353H23.58l1.437-3.233c.106-.18.266-.36.479-.36h2.129c.213 0 .373.12.48.36l1.49 3.233zm1.81 1.198h-2.13c-.213 0-.372-.12-.479-.36L27.36 13.18h-1.49l-1.438 3.234c-.106.24-.266.359-.479.359H9.05c-.16 0-.32-.12-.426-.24l-1.97-3.353H2.662c-.319 0-.532-.24-.532-.599V3c0-.36.213-.599.532-.599h3.727V.604c0-.18.053-.3.16-.42.106-.12.212-.18.372-.18h14.372c.32 0 .532.24.532.6V2.4h2.13c.212 0 .372.12.478.3l1.437 2.694h1.438l1.49-4.97c.053-.24.266-.42.48-.42h2.128c.32 0 .533.24.533.6v15.57c0 .358-.213.598-.533.598z' stroke='%23D96E1D' stroke-width='.5' fill='%23D96E1D' mask='url(%23b)'/%3E%3Cpath d='M2.661 7.79H.532c-.32 0-.532-.24-.532-.6 0-.359.213-.598.532-.598h2.13c.319 0 .532.24.532.599s-.213.598-.533.598' stroke='%23D96E1D' stroke-width='.5' fill='%23D96E1D' mask='url(%23b)'/%3E%3Cpath d='M.532 10.185c-.32 0-.532-.24-.532-.599v-4.79c0-.36.213-.6.532-.6.32 0 .533.24.533.6v4.79c0 .36-.213.599-.533.599' stroke='%23D96E1D' stroke-width='.5' fill='%23D96E1D' mask='url(%23b)'/%3E%3C/g%3E%3Cpath d='M10.114 4.64h8.516V2.244h-8.516V4.64zm9.049 1.197H9.58c-.32 0-.532-.24-.532-.598V1.646c0-.36.213-.6.532-.6h9.582c.319 0 .532.24.532.6v3.593c0 .359-.213.598-.532.598z' stroke='%23D96E1D' stroke-width='.5' fill='%23D96E1D'/%3E%3Cpath d='M12.243 8.233H16.5V5.837h-4.258v2.396zm4.79 1.197H11.71c-.319 0-.532-.24-.532-.598V5.239c0-.36.213-.6.532-.6h5.323c.32 0 .533.24.533.6v3.593c0 .359-.213.598-.533.598zM3.194 20.21h3.194v-8.384H3.194v8.383zm3.726 1.197H2.66c-.319 0-.532-.24-.532-.599v-9.581c0-.36.213-.599.532-.599H6.92c.32 0 .532.24.532.599v9.581c0 .36-.213.599-.532.599zM26.082 20.21h1.065v-5.39h-1.065v5.39zm1.597 1.197H25.55c-.32 0-.532-.24-.532-.599v-6.587c0-.36.213-.599.532-.599h2.13c.319 0 .532.24.532.6v6.586c0 .36-.213.599-.533.599z' stroke='%23D96E1D' stroke-width='.5' fill='%23D96E1D'/%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-bumper-protection > a::before,
.bumper-protection-icon-svg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M29.234 17.473l-2.945-2.645c-.029-.028-.063-.042-.094-.063-.026-.018-.049-.038-.076-.051a.558.558 0 0 0-.247-.064H6.394a.563.563 0 0 0-.247.063c-.027.013-.05.034-.075.05-.032.022-.066.036-.095.064l-3.085 2.677a.5.5 0 0 1-.828-.378v-4.501a.5.5 0 0 1 .135-.341l4.278-4.586a.5.5 0 0 1 .366-.16h18.575a.5.5 0 0 1 .37.165l4.151 4.582a.5.5 0 0 1 .13.336v4.48a.5.5 0 0 1-.835.372z' stroke='%23D96E1D' stroke-width='1.5' mask='url(%23b)' transform='rotate(180 16.066 12.88)'/%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-wheel-arches-protection > a::before,
.wheel-arches-protection-icon-svg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='15' viewBox='0 0 32 24'%3E%3Cpath d='M26.276 3.256a.614.614 0 0 1 .616.277 15.838 15.838 0 0 1 2.363 10.079 15.796 15.796 0 0 1-4.512 9.5 15.621 15.621 0 0 1-11.1 4.61 15.601 15.601 0 0 1-10.086-3.684.615.615 0 0 1-.212-.383.26.26 0 0 1-.172-.007c-.646-.258.714-3.039.899-3.26a.519.519 0 0 1 .732-.062 12.17 12.17 0 0 0 8.367 2.862 12.183 12.183 0 0 0 8.155-3.585 12.319 12.319 0 0 0 3.519-7.408c.283-2.751-.37-5.542-1.843-7.86a.523.523 0 0 1 .16-.72c.22-.142 2.435-1.048 3.114-.36zM3.95 22.949a.61.61 0 0 1 .399.145 14.384 14.384 0 0 0 9.888 3.383 14.398 14.398 0 0 0 9.637-4.237 14.558 14.558 0 0 0 4.159-8.755 14.6 14.6 0 0 0-2.147-9.24c-.665.19-1.655.114-1.57.271a13.422 13.422 0 0 1 1.563 7.786 13.366 13.366 0 0 1-3.818 8.039 13.218 13.218 0 0 1-9.392 3.9 13.2 13.2 0 0 1-7.984-2.677c-.11-.084-.391.744-.735 1.385z' stroke='%23D96E1D' stroke-width='.5' fill='%23D96E1D' mask='url(%23b)' transform='rotate(-139 16.17 15.361)'/%3E%3C/svg%3E");
}
.main-nav-technical-fluids > a::before,
.technical-fluids-icon-svg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3Cpath id='c' d='M0 0h21.998v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cg transform='translate(5)'%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath d='M4.632 16.708l1.953-3.254 1.954 3.254c.16.3.241.624.241.964 0 1.163-.984 2.11-2.195 2.11-1.21 0-2.195-.947-2.195-2.11 0-.34.082-.665.242-.964zm1.953 4.48c2.018 0 3.659-1.578 3.659-3.516 0-.63-.194-1.261-.43-1.653L7.22 11.696a.738.738 0 0 0-.634-.352.738.738 0 0 0-.633.352l-2.596 4.323a3.415 3.415 0 0 0-.43 1.653c0 1.938 1.642 3.515 3.66 3.515z' fill='%23D96E1D' mask='url(%23d)'/%3E%3Cpath d='M1.463 4.922c0-.388.329-.703.732-.703h8.83c.193 0 .38-.074.517-.206l2.498-2.4a.742.742 0 0 1 .517-.207h5.248c.403 0 .732.316.732.703v19.782c0 .387-.329.703-.732.703H2.195c-.403 0-.732-.316-.732-.703V4.92zm1.464-2.813c0-.387.328-.703.732-.703h2.926c.404 0 .732.316.732.703v.704h-4.39v-.704zM2.195 24h17.61c1.21 0 2.195-.946 2.195-2.11V2.11C22 .945 21.015 0 19.805 0h-5.248c-.586 0-1.137.22-1.552.618l-2.284 2.195h-1.94v-.704C8.78.946 7.795 0 6.584 0H3.66c-1.21 0-2.196.946-2.196 2.11v.823C.612 3.223 0 4.005 0 4.922V21.89C0 23.054.985 24 2.195 24z' stroke='%23D96E1D' stroke-width='.5' fill='%23D96E1D' mask='url(%23d)'/%3E%3C/g%3E%3Cpath d='M20.467 4.219h2.143v1.406h-3.607l1.464-1.406zm-3.23 2.812h6.104c.405 0 .732-.315.732-.703V3.516c0-.389-.327-.704-.732-.704h-3.177a.747.747 0 0 0-.518.206L16.72 5.831a.683.683 0 0 0-.159.766c.113.263.38.434.676.434zM23.341 14.156h-4.39c-.404 0-.731.315-.731.703 0 .389.327.704.731.704h4.39c.405 0 .732-.315.732-.704 0-.388-.327-.703-.732-.703M23.341 16.969h-4.39c-.404 0-.731.315-.731.703 0 .388.327.703.731.703h4.39c.405 0 .732-.315.732-.703 0-.388-.327-.703-.732-.703M23.341 19.781h-4.39c-.404 0-.731.315-.731.703 0 .389.327.703.731.703h4.39c.405 0 .732-.314.732-.703 0-.388-.327-.703-.732-.703' fill='%23D96E1D'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-shiny-fluids > a:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='406.000000pt' height='496.000000pt' viewBox='0 0 406.000000 496.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,496.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath fill='%23d96e1d' d='M1536 4824 c-107 -19 -237 -64 -343 -118 -83 -42 -216 -126 -201%0A-126 4 0 109 18 234 40 l226 39 67 50 c37 28 98 68 136 91 l70 40 -55 -1 c-30%0A0 -91 -7 -134 -15z'/%3E%3Cpath fill='%23d96e1d' d='M1985 4816 c-84 -27 -202 -81 -268 -122 l-47 -30 204 -12 204 -13 83%0A57 c86 59 150 91 242 124 l52 19 -200 0 c-181 0 -207 -2 -270 -23z'/%3E%3Cpath fill='%23d96e1d' d='M2535 4794 c-487 -109 -889 -697 -1054 -1544 -81 -415 -93 -929 -30%0A-1365 130 -909 554 -1593 1060 -1715 496 -119 976 298 1244 1080 288 843 248%0A1941 -101 2714 -109 244 -238 431 -401 586 -174 165 -349 247 -546 255 -70 3%0A-124 0 -172 -11z m273 -159 c130 -31 264 -116 390 -250 398 -420 632 -1270%0A584 -2112 -14 -244 -31 -383 -73 -587 -99 -488 -289 -887 -538 -1137 -162%0A-162 -289 -227 -466 -236 -353 -20 -688 301 -913 874 -91 231 -160 516 -199%0A818 -26 200 -26 750 0 950 103 804 418 1427 825 1634 110 56 269 74 390 46z'/%3E%3Cpath fill='%23d96e1d' d='M2624 4019 c-276 -46 -519 -372 -644 -864 -61 -240 -75 -367 -75%0A-680 0 -352 29 -556 119 -828 158 -480 445 -759 732 -710 96 17 180 62 269%0A145 305 284 470 835 452 1503 -6 219 -17 309 -62 510 -113 508 -359 860 -642%0A920 -75 16 -77 16 -149 4z m-11 -204 c71 -228 99 -364 104 -512 4 -109 1 -165%0A-11 -237 -17 -90 -19 -94 -46 -100 -37 -7 -101 -70 -126 -124 -10 -23 -22 -42%0A-26 -42 -3 0 -22 22 -42 50 -83 116 -170 186 -324 264 -84 42 -82 24 -20 204%0A69 202 163 368 268 473 58 58 154 121 180 116 9 -1 25 -37 43 -92z m417 -82%0Ac143 -177 267 -492 310 -790 14 -97 12 -101 -98 -195 -95 -81 -289 -185 -309%0A-165 -3 3 -11 39 -18 79 -17 96 -49 179 -90 233 l-34 44 44 93 c90 192 120%0A355 113 615 -4 122 -2 173 6 170 6 -2 40 -40 76 -84z m-880 -939 c83 -19 216%0A-84 274 -135 l45 -40 -6 -62 c-10 -115 14 -239 78 -393 11 -28 9 -37 -19 -97%0A-50 -108 -170 -274 -276 -385 l-100 -103 -13 25 c-23 44 -81 268 -102 398 -40%0A239 -51 580 -25 771 l6 45 37 -5 c20 -3 65 -12 101 -19z m584 4 c30 -42 14%0A-118 -24 -118 -24 0 -40 29 -40 74 0 32 20 66 40 66 5 0 16 -10 24 -22z m-146%0A-160 c13 -13 16 -75 6 -102 -7 -19 -35 -21 -52 -4 -15 15 -16 72 -2 99 12 22%0A30 25 48 7z m260 -20 c15 -15 16 -72 2 -99 -14 -25 -35 -24 -54 3 -39 55 8%0A140 52 96z m-133 -24 c59 -23 59 -195 -1 -218 -27 -10 -62 20 -70 60 -11 58 1%0A126 26 146 25 21 23 20 45 12z m665 -116 c0 -87 -20 -333 -35 -430 -18 -124%0A-54 -278 -65 -278 -4 0 -20 19 -35 43 -59 90 -317 329 -375 349 -9 3 -6 24 13%0A78 20 59 46 176 47 210 0 3 48 6 108 7 111 1 233 20 292 46 50 22 50 21 50%0A-25z m-560 -147 c15 -29 12 -87 -5 -101 -25 -20 -49 -7 -59 32 -15 61 37 118%0A64 69z m-182 -13 c27 -27 6 -118 -27 -118 -18 0 -31 27 -31 65 0 40 13 65 35%0A65 6 0 16 -5 23 -12z m220 -310 c70 -94 174 -310 217 -453 55 -184 55 -191 4%0A-266 -59 -89 -152 -178 -229 -219 -62 -33 -70 -35 -165 -35 -91 0 -105 3 -160%0A30 -58 29 -190 147 -213 191 -9 17 -2 33 53 110 88 122 166 255 199 338 31 78%0A86 285 86 322 0 22 4 24 43 24 25 0 54 8 72 20 16 11 33 16 36 12 4 -4 30 -37%0A57 -74z'/%3E%3Cpath fill='%23d96e1d' d='M1485 4522 c-116 -103 -203 -202 -178 -202 10 0 113 -11 228 -25 116%0A-14 213 -25 216 -25 4 0 38 42 77 93 38 51 95 120 125 154 l56 60 -82 6 c-45%0A4 -143 9 -217 12 l-135 6 -90 -79z'/%3E%3Cpath fill='%23d96e1d' d='M1097 4530 l-208 -37 -113 -119 c-63 -65 -113 -120 -111 -122 2 -2%0A470 69 470 72 2 8 112 135 159 184 73 75 86 73 -197 22z'/%3E%3Cpath fill='%23d96e1d' d='M1197 4198 c-62 -87 -111 -166 -157 -251 l-39 -72 257 -50 257 -50%0A47 113 c26 62 72 160 103 218 45 85 52 104 38 104 -10 0 -112 11 -228 25 -115%0A14 -215 25 -222 25 -7 0 -32 -28 -56 -62z'/%3E%3Cpath fill='%23d96e1d' d='M840 4211 l-235 -37 -46 -66 c-25 -36 -73 -120 -107 -185 l-62 -120%0A143 24 c78 13 185 28 237 35 l95 12 45 89 c25 49 73 134 107 188 34 55 61 99%0A60 98 -1 -1 -108 -18 -237 -38z'/%3E%3Cpath fill='%23d96e1d' d='M597 3770 c-125 -20 -231 -41 -236 -46 -25 -26 -141 -387 -129 -400%0A4 -3 98 13 210 35 111 22 213 41 226 43 20 3 29 20 66 133 24 72 55 161 70%0A198 16 38 26 69 24 71 -1 1 -106 -14 -231 -34z'/%3E%3Cpath fill='%23d96e1d' d='M945 3753 c-30 -66 -109 -284 -119 -325 -6 -26 -4 -28 25 -28 17 0%0A138 -18 269 -40 131 -22 245 -40 252 -40 8 0 20 30 32 83 10 45 33 131 52 192%0A18 60 30 113 26 116 -6 4 -206 44 -484 95 -25 5 -30 1 -53 -53z'/%3E%3Cpath fill='%23d96e1d' d='M796 3323 c-15 -49 -49 -221 -65 -325 l-18 -117 56 -6 c31 -4 164%0A-31 295 -61 132 -30 240 -53 241 -52 1 2 7 62 14 133 7 72 21 180 31 240 9 61%0A16 112 14 114 -5 5 -519 90 -546 91 -9 0 -19 -8 -22 -17z'/%3E%3Cpath fill='%23d96e1d' d='M410 3286 l-205 -42 -22 -114 c-21 -114 -55 -372 -48 -378 1 -2 76%0A20 166 48 90 27 192 55 226 62 59 11 63 13 68 42 2 17 12 78 21 136 9 58 24%0A144 35 192 10 48 19 90 19 93 0 11 -62 1 -260 -39z'/%3E%3Cpath fill='%23d96e1d' d='M706 2794 c-4 -10 -10 -118 -13 -240 l-6 -221 74 -7 c41 -4 179 -21%0A307 -39 l232 -33 -2 220 -3 219 -235 53 c-292 66 -344 73 -354 48z'/%3E%3Cpath fill='%23d96e1d' d='M525 2795 c-5 -2 -96 -29 -201 -60 l-192 -57 -6 -52 c-8 -66 -8 -163%0A0 -312 l7 -120 191 57 c105 32 203 60 219 64 l27 5 0 128 c0 70 3 178 7 240%0Al6 112 -24 -1 c-13 0 -28 -2 -34 -4z'/%3E%3Cpath fill='%23d96e1d' d='M704 2178 c8 -95 45 -348 53 -361 3 -5 44 -6 92 -2 51 3 172 -2 298%0A-13 l212 -18 -4 21 c-10 40 -34 222 -40 300 l-7 81 -267 37 c-146 21 -283 37%0A-305 37 l-39 0 7 -82z'/%3E%3Cpath fill='%23d96e1d' d='M535 2245 c-5 -2 -97 -29 -203 -61 l-194 -58 7 -55 c12 -111 46 -301%0A73 -409 l27 -111 128 83 c102 67 176 107 264 141 1 0 -9 68 -22 150 -13 83%0A-26 189 -30 238 -7 88 -11 95 -50 82z'/%3E%3Cpath fill='%23d96e1d' d='M792 1743 c-16 -3 -21 -10 -18 -21 3 -9 12 -46 21 -82 9 -36 32 -116%0A51 -177 l36 -113 87 0 c47 0 176 -11 285 -25 110 -14 205 -25 212 -25 8 0 5%0A22 -11 74 -13 41 -38 136 -56 210 -28 121 -34 136 -53 136 -12 0 -97 7 -191%0A15 -162 14 -314 17 -363 8z'/%3E%3Cpath fill='%23d96e1d' d='M594 1685 c-72 -32 -324 -196 -324 -210 0 -29 109 -297 130 -318 4%0A-5 54 18 111 51 57 32 136 72 174 87 39 15 71 29 73 30 2 2 -10 46 -27 98 -17%0A53 -40 135 -52 184 -12 48 -25 91 -28 95 -3 3 -29 -4 -57 -17z'/%3E%3Cpath fill='%23d96e1d' d='M917 1263 c14 -42 117 -254 155 -320 l41 -72 113 6 c62 3 182 0 269%0A-7 86 -7 158 -10 161 -7 3 3 -12 40 -34 83 -22 44 -56 122 -77 174 -20 52 -40%0A98 -44 102 -10 12 -414 58 -506 58 -76 0 -84 -2 -78 -17z'/%3E%3Cpath fill='%23d96e1d' d='M734 1240 c-59 -21 -86 -34 -217 -107 l-97 -55 41 -77 c53 -96 138%0A-229 196 -304 l44 -57 47 41 c50 44 183 126 220 135 12 4 22 10 22 14 0 4 -22%0A47 -49 96 -27 49 -73 143 -102 209 -28 66 -52 121 -53 121 0 1 -24 -6 -52 -16z'/%3E%3Cpath fill='%23d96e1d' d='M1198 813 c-21 -2 -38 -7 -38 -10 0 -15 143 -195 211 -266 l74 -77%0A80 14 c60 11 121 13 240 9 159 -6 160 -6 145 14 -8 11 -43 57 -77 102 -35 45%0A-77 106 -94 135 l-32 53 -141 12 c-175 15 -319 20 -368 14z'/%3E%3Cpath fill='%23d96e1d' d='M960 737 c-79 -39 -145 -85 -182 -124 l-28 -29 63 -60 c64 -63 282%0A-234 298 -234 5 0 30 15 56 34 27 18 72 46 102 61 l54 27 -55 56 c-64 66 -160%0A186 -203 255 -17 26 -32 47 -35 47 -3 0 -34 -15 -70 -33z'/%3E%3Cpath fill='%23d96e1d' d='M1535 412 c-30 -7 -29 -7 55 -69 113 -82 232 -144 362 -188 l106 -35%0A208 1 209 0 -75 27 c-130 47 -261 127 -365 223 l-41 38 -214 5 c-118 3 -228 2%0A-245 -2z'/%3E%3Cpath fill='%23d96e1d' d='M1325 338 c-63 -32 -135 -79 -135 -88 0 -13 147 -70 249 -97 53 -13%0A137 -27 186 -30 l90 -5 -76 46 c-42 25 -120 79 -173 120 -53 42 -98 76 -99 76%0A-1 -1 -20 -10 -42 -22z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
}
.main-nav-thresholds-cars > a:before {
  background-image: url(/images/porogi.svg?7eb97128b13d698b4b33b67f639be804);
}
.main-nav-exhaust-systems > a:before {
  background-image: url(/images/glushiteli.svg?036eb89cc0e637b37316e4818269eb60);
}
.main-nav-about-manufacturer > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M27.297 1.732h-3.08c.011-.34.018-.684.018-1.029A.703.703 0 0 0 23.53 0H8.47a.703.703 0 0 0-.703.703c0 .345.006.688.017 1.03h-3.08A.703.703 0 0 0 4 2.434c0 3.15.823 6.123 2.319 8.37 1.477 2.221 3.446 3.495 5.573 3.62a7.22 7.22 0 0 0 1.522 1.278v3.125h-1.18a2.589 2.589 0 0 0-2.586 2.586v1.18h-.05a.703.703 0 0 0 0 1.406h12.804a.703.703 0 1 0 0-1.406h-.05v-1.18a2.589 2.589 0 0 0-2.586-2.586h-1.18v-3.125a7.215 7.215 0 0 0 1.523-1.279c2.126-.124 4.095-1.398 5.573-3.619C27.177 8.558 28 5.585 28 2.435a.703.703 0 0 0-.703-.703zM7.49 10.026C6.256 8.173 5.532 5.75 5.421 3.138h2.44c.254 3.21 1.007 6.176 2.185 8.53.187.376.383.73.587 1.063-1.17-.441-2.252-1.364-3.144-2.705zm13.456 11.388v1.18h-9.89v-1.18c0-.65.529-1.18 1.18-1.18h7.53c.651 0 1.18.53 1.18 1.18zm-3.765-2.586h-2.36v-2.514c.387.102.78.155 1.18.155.4 0 .793-.053 1.18-.155v2.514zm.435-4.187a3.4 3.4 0 0 1-1.615.421 3.403 3.403 0 0 1-1.615-.421c-.552-.292-1.085-.732-1.59-1.31a.712.712 0 0 0-.09-.105c-.5-.595-.971-1.326-1.401-2.186C10.01 8.455 9.265 5.057 9.18 1.406h13.64c-.085 3.651-.831 7.05-2.123 9.634-.43.86-.902 1.591-1.402 2.186a.694.694 0 0 0-.09.105c-.505.579-1.038 1.019-1.59 1.31zm6.896-4.615c-.892 1.34-1.974 2.264-3.144 2.705.204-.333.4-.687.587-1.063 1.178-2.354 1.93-5.32 2.185-8.53h2.44c-.11 2.611-.835 5.035-2.068 6.888z' fill='%23D96E1D' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-tips-for-choosing > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M15.5 1C11.366 1 8 4.43 8 8.647c0 2.736 1.053 4.364 1.829 5.564.477.737.748 1.175.748 1.618 0 .99.502 1.926 1.399 2.627.023.59.105 2.024.105 2.024v.002c.015.408.217 1.243 1.552 1.71.157.243.361.46.612.638.156.11.34.17.53.17h1.45c.19 0 .374-.06.53-.17a2.37 2.37 0 0 0 .615-.638c1.342-.47 1.54-1.318 1.55-1.712 0 0 .082-1.434.105-2.024.896-.699 1.399-1.636 1.399-2.627 0-.44.271-.881.752-1.626C21.945 13.014 23 11.386 23 8.647 23 4.43 19.635 1 15.5 1z' stroke='%23D96E1D' stroke-width='1.5'/%3E%3Cpath d='M14.944 11.42c.05.455.226.58.556.58.327 0 .507-.125.556-.58l.392-3.663c.025-.25.052-.502.052-.735V5.204c0-.8-.368-1.204-1-1.204-.633 0-1 .405-1 1.204v1.818c0 .233.025.485.052.735l.392 3.663zM15.5 13c-.548 0-1 .45-1 .999 0 .549.452 1.001 1 1.001.549 0 1-.452 1-1.001 0-.55-.451-.999-1-.999z' fill='%23D96E1D'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-pickup-and-delivery > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23D96E1D' stroke='%23D96E1D' stroke-width='.5'%3E%3Cpath d='M.581 20.395h1.76c.205 2.03 1.709 3.563 3.495 3.563 1.787 0 3.29-1.532 3.496-3.563H20.71c.206 2.03 1.709 3.563 3.495 3.563 1.787 0 3.29-1.532 3.496-3.563h3.713c.323 0 .586-.3.586-.671V.716c0-.37-.263-.672-.586-.672H11.062c-.324 0-.587.301-.587.672V4.48H5.508a.57.57 0 0 0-.481.289l-3.209 5.255-1.254 2.014-.458.745a.74.74 0 0 0-.106.382v6.538a.728.728 0 0 0 .164.485c.109.13.26.204.417.206zm5.243 2.013c-1.295 0-2.346-1.202-2.346-2.684 0-1.483 1.05-2.685 2.346-2.685S8.17 18.24 8.17 19.724c0 1.488-1.045 2.7-2.346 2.718v-.034zm18.37 0c-1.296 0-2.347-1.202-2.347-2.684 0-1.483 1.051-2.685 2.347-2.685 1.295 0 2.346 1.202 2.346 2.685 0 1.488-1.046 2.7-2.346 2.718v-.034zm6.621-21.021v17.666H27.69c-.207-2.031-1.71-3.563-3.496-3.563-1.787 0-3.29 1.532-3.496 3.563h-9.05V1.387h19.167zM5.813 5.823h4.692v13.23H9.332c-.206-2.031-1.71-3.563-3.496-3.563s-3.29 1.532-3.495 3.563H1.168V13.38l.175-.289H8.5c.324 0 .586-.3.586-.67V7.454c0-.371-.262-.672-.586-.672H5.214l.599-.96zM4.393 8.14h3.52v3.624H2.158L4.393 8.14z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-payment-methods > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3Cpath d='M27.745 2H5.255A2.252 2.252 0 0 0 3 4.25v16.5A2.252 2.252 0 0 0 5.255 23h22.49A2.252 2.252 0 0 0 30 20.75V4.25A2.252 2.252 0 0 0 27.745 2zM5.535 4.25h21.93c.154 0 .28.127.28.281V6.5H5.255V4.531c0-.154.126-.281.28-.281zm21.93 16.5H5.534a.282.282 0 0 1-.28-.281V12.5h22.49v7.969a.282.282 0 0 1-.28.281zM12 16.062v1.875c0 .31-.253.563-.563.563H8.063a.564.564 0 0 1-.563-.563v-1.875c0-.309.253-.562.563-.562h3.374c.31 0 .563.253.563.563zm9 0v1.875c0 .31-.253.563-.563.563h-6.375a.564.564 0 0 1-.562-.563v-1.875c0-.309.253-.562.563-.562h6.374c.31 0 .563.253.563.563z' id='b'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23D96E1D' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-contacts > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M22.684 23c-.918 0-2.023-.231-3.238-.69-2.667-1.004-5.564-2.987-8.166-5.59-2.602-2.6-4.59-5.501-5.594-8.164-.914-2.424-.914-4.415-.004-5.326.13-.13.264-.27.402-.415.83-.874 1.77-1.857 3.014-1.814.859.036 1.69.571 2.54 1.63 2.515 3.125 1.38 4.242.068 5.53l-.231.232c-.213.214-.622 1.207 3.154 4.979 1.229 1.232 2.28 2.132 3.119 2.677.528.344 1.474.863 1.86.477l.236-.235c1.29-1.31 2.403-2.438 5.528.073 1.06.852 1.594 1.68 1.626 2.54.051 1.242-.939 2.185-1.814 3.016-.144.138-.285.27-.415.401-.452.451-1.174.679-2.085.679z' stroke='%23D96E1D' stroke-width='1.5' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
}
.main-nav-about-us > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h32v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23D96E1D' stroke='%23D96E1D' stroke-width='.5'%3E%3Cpath d='M23.95 16.626a9.22 9.22 0 0 0-1.917-3.81c.936-.877 2.15-1.405 3.478-1.419h.076c2.764.02 5.04 2.31 5.325 5.23H23.95zm-.753 2.728c0 1.405-1.056 2.55-2.353 2.55h-9.802c-1.297 0-2.353-1.145-2.353-2.55v-.466c0-4.256 3.137-7.738 7.04-7.86.069.006.145.006.214.006.07 0 .146 0 .215-.007 3.902.123 7.039 3.605 7.039 7.861v.466zm-15.26-2.728H1.025c.284-2.92 2.56-5.208 5.324-5.229h.076c1.316.007 2.517.535 3.447 1.391a9.243 9.243 0 0 0-1.935 3.838zM3.75 7.443c0-1.576 1.183-2.858 2.637-2.858 1.455 0 2.638 1.282 2.638 2.858 0 1.556-1.158 2.823-2.587 2.858h-.101c-1.43-.028-2.587-1.296-2.587-2.858zm8.576-1.426c0-2.159 1.619-3.913 3.61-3.913 1.993 0 3.612 1.754 3.612 3.913 0 2.084-1.512 3.79-3.403 3.907h-.417c-1.89-.117-3.402-1.823-3.402-3.907zm10.586 1.426c0-1.576 1.183-2.858 2.637-2.858 1.455 0 2.638 1.282 2.638 2.858 0 1.556-1.158 2.823-2.587 2.858h-.101c-1.436-.028-2.587-1.296-2.587-2.858zm4.73 3.241c.937-.712 1.556-1.898 1.556-3.234 0-2.187-1.631-3.955-3.649-3.955-2.017 0-3.649 1.768-3.649 3.955 0 1.336.614 2.522 1.556 3.234a6.234 6.234 0 0 0-2.156 1.371 8.014 8.014 0 0 0-2.96-1.747c1.334-.878 2.232-2.475 2.232-4.29 0-2.77-2.068-5.01-4.623-5.01s-4.623 2.247-4.623 5.01c0 1.815.892 3.412 2.233 4.29a8.08 8.08 0 0 0-2.928 1.727A6.28 6.28 0 0 0 8.5 10.69c.936-.712 1.555-1.898 1.555-3.234 0-2.187-1.631-3.955-3.649-3.955-2.017 0-3.649 1.768-3.649 3.955 0 1.336.614 2.522 1.556 3.234C1.803 11.631 0 14.214 0 17.25v.452c0 .014.013.028.025.028H7.76c-.045.377-.07.767-.07 1.158v.466C7.69 21.369 9.195 23 11.055 23h9.802c1.86 0 3.364-1.631 3.364-3.646v-.466c0-.39-.025-.781-.07-1.158h7.786c.012 0 .025-.014.025-.028v-.452c-.013-3.043-1.809-5.627-4.32-6.566z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* ==========================================================================
 * Pagination styles
 * ========================================================================== */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  list-style: none;
  font-size: 15px;
  color: #d96e1d;
  line-height: 30px;
  padding: 6px 0 4px;
}
.pagination li {
  margin: 8px 4px 0;
}
.pagination:first-child .page-link,
.pagination:last-child .page-link {
  padding: 2px 10px;
}
.pagination .page-link,
.pagination .active span,
.pagination .page-item2 span {
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #d96e1d;
  display: block;
  min-width: 25px;
  line-height: 19px;
  text-align: center;
  box-sizing: border-box;
  padding: 2px;
  background: #fff;
  color: #d96e1d;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.pagination .page-link:hover,
.pagination .active span:hover,
.pagination .page-item2 span:hover {
  background: #d96e1d;
  color: #fff;
}
.pagination .active button,
.pagination .active span {
  background: #d96e1d;
  color: #fff;
}
.pagination-container.hide .page-item.disabled {
  display: none;
}
/* ==========================================================================
 * Catalog search styles
 * ========================================================================== */
.catalog-search-cont {
  margin-bottom: 24px;
}
.catalog-search-toggle-btn {
  display: none;
}
.catalog-search {
  background: #fff;
  border-radius: 4px;
  padding: 18px;
}
.catalog-search-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-search-select {
  width: 27.25%;
}
.catalog-search-nouislider {
  width: 25.1%;
}
.request-year-nouislider {
  width: 70%;
}
.nouislider-years-block {
  display: flex;
  align-items: center;
  padding: 7px 0;
  min-height: 26px;
}
.nouislider-year-text-title {
  margin-right: 6px;
  color: #797878;
}
.nouislider-year-text {
  margin-right: 10px;
  color: #797878;
}
.nouislider-years-elem {
  flex: 1 0 auto;
  cursor: pointer;
}
.noUi-handle {
  cursor: pointer;
}
.noUi-target {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.noUi-target::before {
  content: '';
  position: absolute;
  height: 2px;
  background: #868686;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.noUi-horizontal {
  height: 26px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}
.noUi-horizontal .noUi-handle {
  left: -10px;
  top: 3px;
  width: 20px;
  height: 20px;
  transition: background-color 0.2s ease-out;
  background: #868686;
  border: none;
  box-sizing: content-box;
  box-shadow: none;
  border-radius: 50%;
  outline: none;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-horizontal .noUi-handle:focus {
  background: #868686;
}
.noUi-horizontal .noUi-handle:focus {
  outline: #d96e1d auto 3px;
}
.noUi-horizontal .noUi-handle:hover,
.noUi-horizontal .noUi-handle:active {
  background: #656565;
}
.js-focus-visible .noUi-horizontal .noUi-handle:focus:not(.focus-visible) {
  outline: none;
}
/* ==========================================================================
 * Useful tips filter styles
 * ========================================================================== */
.tips-for-choosing-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 16px;
}
.tips-for-choosing-filter-elem {
  margin: 0 12px 24px;
  width: calc(25% - 24px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  padding: 20px 20px 18px;
  transition: box-shadow 0.2s ease-out;
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
}
.tips-for-choosing-filter-elem:hover {
  box-shadow: 0 1px 8px rgba(63, 63, 63, 0.3);
}
.tips-for-choosing-filter-elem::before {
  content: '';
  display: block;
  margin: 0 auto 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 61px;
  height: 40px;
}
.tips-for-choosing-filter-elem.selected {
  background: #d96e1d;
  color: #fff;
  box-shadow: 0 1px 8px rgba(63, 63, 63, 0.3);
}
.tips-for-choosing-filter-elem.selected:before {
  filter: brightness(10);
}
.tips-for-choosing-filter-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
/* ==========================================================================
 * Main page styles
 * ========================================================================== */
.main-container {
  padding: 24px 0 26px;
  min-width: 320px;
}
.main-container-inner {
  display: flex;
}
.main-content-section {
  width: calc(100% - 288px);
}
/* ==========================================================================
 * Delivery styles
 * ========================================================================== */
.delivery-icon-svg-pickup-before::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 61 40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23D96E1D' d='M40.011 22H33.99C32.34 22 31 23.391 31 25.102v4.795C31 31.61 32.34 33 33.989 33h6.022C41.66 33 43 31.609 43 29.897v-4.795C43 23.392 41.66 22 40.011 22zm.815 7.897c0 .47-.371.846-.815.846H33.99c-.453 0-.815-.385-.815-.846v-4.795c0-.47.37-.846.815-.846h6.022c.453 0 .815.386.815.846v4.795z'/%3E%3Cpath fill='%23D96E1D' d='M54 13.106c0-.197-.047-.384-.15-.553L47.006.571A1.135 1.135 0 0 0 46.029 0H15.961c-.404 0-.78.215-.977.57L8.15 12.554a1.13 1.13 0 0 0-.151.553c0 2.686 1.626 4.99 3.948 6.01v19.76c0 .619.507 1.124 1.127 1.124h35.84c.62 0 1.128-.505 1.128-1.124v-19.62c0-.047 0-.084-.01-.122C52.366 18.114 54 15.801 54 13.106zM16.619 2.256h28.752l5.349 9.37H11.28l5.339-9.37zm24.119 11.608a4.328 4.328 0 0 1-4.268 3.557 4.327 4.327 0 0 1-4.267-3.557h8.535zm-10.931 0a4.328 4.328 0 0 1-4.268 3.557 4.345 4.345 0 0 1-4.277-3.557h8.545zm-19.476 0h8.544c-.357 2.022-2.143 3.557-4.277 3.557a4.318 4.318 0 0 1-4.267-3.557zm16.618 23.89h-6.486V25.63c0-.88.715-1.601 1.608-1.601h3.28c.883 0 1.607.712 1.607 1.6v12.123h-.009zm20.838 0H29.205V25.63c0-2.116-1.73-3.848-3.863-3.848h-3.28c-2.125 0-3.864 1.723-3.864 3.848v12.132h-3.994V19.667c.131.01.263.01.394.01a6.596 6.596 0 0 0 5.47-2.902 6.61 6.61 0 0 0 10.94 0 6.593 6.593 0 0 0 5.462 2.902 6.58 6.58 0 0 0 5.461-2.902 6.596 6.596 0 0 0 5.47 2.902c.132 0 .254-.01.386-.01v18.086zm-.385-20.324a4.328 4.328 0 0 1-4.268-3.557h8.545a4.355 4.355 0 0 1-4.277 3.557z'/%3E%3C/svg%3E");
}
.product-page-info-title.product-page-info-title-pickup-icon::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 61 40' stroke='%23d96e1d' stroke-width='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23D96E1D' d='M40.011 22H33.99C32.34 22 31 23.391 31 25.102v4.795C31 31.61 32.34 33 33.989 33h6.022C41.66 33 43 31.609 43 29.897v-4.795C43 23.392 41.66 22 40.011 22zm.815 7.897c0 .47-.371.846-.815.846H33.99c-.453 0-.815-.385-.815-.846v-4.795c0-.47.37-.846.815-.846h6.022c.453 0 .815.386.815.846v4.795z'/%3E%3Cpath fill='%23D96E1D' d='M54 13.106c0-.197-.047-.384-.15-.553L47.006.571A1.135 1.135 0 0 0 46.029 0H15.961c-.404 0-.78.215-.977.57L8.15 12.554a1.13 1.13 0 0 0-.151.553c0 2.686 1.626 4.99 3.948 6.01v19.76c0 .619.507 1.124 1.127 1.124h35.84c.62 0 1.128-.505 1.128-1.124v-19.62c0-.047 0-.084-.01-.122C52.366 18.114 54 15.801 54 13.106zM16.619 2.256h28.752l5.349 9.37H11.28l5.339-9.37zm24.119 11.608a4.328 4.328 0 0 1-4.268 3.557 4.327 4.327 0 0 1-4.267-3.557h8.535zm-10.931 0a4.328 4.328 0 0 1-4.268 3.557 4.345 4.345 0 0 1-4.277-3.557h8.545zm-19.476 0h8.544c-.357 2.022-2.143 3.557-4.277 3.557a4.318 4.318 0 0 1-4.267-3.557zm16.618 23.89h-6.486V25.63c0-.88.715-1.601 1.608-1.601h3.28c.883 0 1.607.712 1.607 1.6v12.123h-.009zm20.838 0H29.205V25.63c0-2.116-1.73-3.848-3.863-3.848h-3.28c-2.125 0-3.864 1.723-3.864 3.848v12.132h-3.994V19.667c.131.01.263.01.394.01a6.596 6.596 0 0 0 5.47-2.902 6.61 6.61 0 0 0 10.94 0 6.593 6.593 0 0 0 5.462 2.902 6.58 6.58 0 0 0 5.461-2.902 6.596 6.596 0 0 0 5.47 2.902c.132 0 .254-.01.386-.01v18.086zm-.385-20.324a4.328 4.328 0 0 1-4.268-3.557h8.545a4.355 4.355 0 0 1-4.277 3.557z'/%3E%3C/svg%3E");
}
.product-page-info-title.product-page-info-title-payment-icon::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='%23d96e1d' stroke='%23d96e1d' stroke-width='1' d='M36.605 5.872c1.872 0 3.395 1.556 3.395 3.47V36.53c0 1.913-1.523 3.47-3.395 3.47H3.395C1.523 40 0 38.443 0 36.53V9.342c0-1.914 1.523-3.47 3.395-3.47h13.72L33.236 0l2.047 5.872zm-8.423 15.52c1.004 0 1.818.833 1.818 1.86 0 1.028-.814 1.861-1.818 1.861s-1.818-.833-1.818-1.86c0-1.028.814-1.862 1.818-1.862M24.194 5.872h8.567l-.965-2.769zm13.43 14.284H26.2c-.562 0-1.019.467-1.019 1.04v3.48c0 .573.457 1.04 1.019 1.04h11.423zm-.01-2.43V9.342a1.03 1.03 0 0 0-1.018-1.041H3.394a1.03 1.03 0 0 0-1.018 1.04v27.19c0 .573.457 1.04 1.018 1.04h33.202a1.03 1.03 0 0 0 1.018-1.04v-8.386h-11.42c-1.871 0-3.394-1.556-3.394-3.47v-3.478c0-1.914 1.523-3.47 3.394-3.47z'/%3E%3C/svg%3E");
}
.product-page-info-title.product-page-info-title-delivery-icon::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='40'%3E%3Cpath fill='%23d96e1d' stroke='%23d96e1d' stroke-width='1' d='M52.629 13.54h-6.702v6.062h10.958zm-2.705-3.873h-8.939v22.118h2.235c.392-3.396 3.256-5.957 6.66-5.957 3.403 0 6.267 2.561 6.66 5.957h2.234v-9.483l-.335-.483H44.807a1.12 1.12 0 0 1-1.117-1.121v-8.304c0-.62.5-1.123 1.117-1.123h6.257zM2.258 2.245v20.113h30.355a1.12 1.12 0 0 1 1.118 1.122 1.12 1.12 0 0 1-1.118 1.122H2.258v7.183h5.959c.393-3.396 3.258-5.958 6.664-5.958 3.405 0 6.27 2.562 6.663 5.958h17.251V7.352h-8.072a1.12 1.12 0 0 1-1.118-1.123c0-.62.501-1.122 1.118-1.122h8.072V2.245zm12.623 35.153a4.48 4.48 0 0 0 4.472-4.485 4.48 4.48 0 0 0-4.472-4.486 4.479 4.479 0 0 0-4.472 4.486 4.535 4.535 0 0 0 4.472 4.541zm35.012 0a4.481 4.481 0 0 0 4.476-4.485 4.482 4.482 0 0 0-4.476-4.486 4.482 4.482 0 0 0-4.478 4.486 4.537 4.537 0 0 0 4.478 4.541zm10-3.358h-3.355C56.146 37.437 53.28 40 49.875 40c-3.406 0-6.271-2.563-6.663-5.96h-21.69c-.394 3.397-3.258 5.96-6.664 5.96-3.405 0-6.27-2.563-6.663-5.96H1.118A1.12 1.12 0 0 1 0 32.918V1.123C0 .503.5 0 1.118 0h38.795a1.12 1.12 0 0 1 1.118 1.123v6.298h9.47c.365 0 .708.18.917.483l6.115 8.79 2.393 3.369.872 1.246c.13.187.2.41.202.64v10.935a1.13 1.13 0 0 1-.312.811 1.114 1.114 0 0 1-.796.345z'/%3E%3C/svg%3E");
}
.delivery-icon-svg-minsk-before::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 61 40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h61v40H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M27.556 38.652h11.11v-16.63h-11.11v16.63zm-6.223 0v-1.124a.67.67 0 0 0-.666-.674.67.67 0 0 0-.667.674v1.124h-.444v-2.247h2.222v2.247h-.445zm-6.222-24.72h11.111v24.72h-3.11V35.73a.67.67 0 0 0-.668-.674H18.89a.67.67 0 0 0-.667.674v2.922h-3.11v-24.72zm6.222-6.292h11.111v13.034h-4.888v-2.247h2a.67.67 0 0 0 .666-.674.67.67 0 0 0-.666-.674h-2V14.83h2a.67.67 0 0 0 .666-.674.67.67 0 0 0-.666-.674h-2v-.225a.67.67 0 0 0-.667-.674h-5.556V7.64zM24 6.292h5.778V4.045H24v2.247zm9.778-2.247h11.11v34.607H40V20.449a.67.67 0 0 0-.667-.674.67.67 0 0 0-.666.674v.225h-1.334v-.225a.67.67 0 0 0-.666-.674.67.67 0 0 0-.667.674v.225h-2.222V4.044zm12.444 34.607h1.111a.67.67 0 0 1 .667.674.67.67 0 0 1-.667.674H12.667a.67.67 0 0 1-.667-.674.67.67 0 0 1 .667-.674h1.11V13.258a.67.67 0 0 1 .667-.674H20V6.966a.67.67 0 0 1 .667-.674h2V3.371a.67.67 0 0 1 .666-.674h2.89V.674A.67.67 0 0 1 26.888 0a.67.67 0 0 1 .667.674v2.023h2.888a.67.67 0 0 1 .667.674v2.921h1.333V3.371a.67.67 0 0 1 .667-.674h12.445a.67.67 0 0 1 .666.674v35.28zM29.5 24c-.276 0-.5.303-.5.677v12.646c0 .374.224.677.5.677s.5-.303.5-.677V24.677c0-.374-.224-.677-.5-.677zm4 0c-.276 0-.5.303-.5.677v12.646c0 .374.224.677.5.677s.5-.303.5-.677V24.677c0-.374-.224-.677-.5-.677zm3.5 0c-.276 0-.5.303-.5.677v12.646c0 .374.224.677.5.677s.5-.303.5-.677V24.677c0-.374-.224-.677-.5-.677zm-.5-15c.276 0 .5-.403.5-.9V6.9c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9V6.9c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9V6.9c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm-6 5c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm-6 4c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm-25 1c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm-6 5c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm-6 5c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zM18 32.1v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9s.5-.403.5-.9zm2.5.9c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm3 0c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm19-10c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm0 4c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm0 5c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zm0 5c.276 0 .5-.403.5-.9v-1.2c0-.497-.224-.9-.5-.9s-.5.403-.5.9v1.2c0 .497.224.9.5.9zM29 10.5c0-.276-.269-.5-.6-.5h-4.8c-.331 0-.6.224-.6.5s.269.5.6.5h4.8c.331 0 .6-.224.6-.5z' stroke='%23D96E1D' stroke-width='.6' fill='%23D96E1D'/%3E%3C/g%3E%3C/svg%3E");
}
.delivery-icon-svg-belarus-before::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 61 40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M57.832 23.113c.749-1.093-1.21-2.912-1.906-2.99-2.372-.286-3.17-2.26-4.482-3.465-2.025-1.884-4.19-3.842-3.609-7.345.488-3.026-.917-5.626-4.521-5.941-2.088-.174-3.764.254-6.096-1.141-4.574-2.74-10.191-.44-13.631 2.36-2.345 1.922-4.78 5.05-6.428 8.013-.993 1.768-1.973 2.861-3.645 3.942-2.863 1.845-5.98 1.983-9.123 1.996-.362 1.948.644 3.34 1.171 4.86.492 1.418 1.702 3.34.531 4.257-2.358 1.858-4.703 2.436-1.613 6.278 2.022 2.523 1.148 3.542 4.522 1.17.71-.492 1.353-.604 2.128-.678 9.251-.907 17.856 2.825 26.873 3.603 2.372.213 5.063-1.494 7.125.968.26-.241.748-.505.722-.704-.63-4.999 2.978-5.336 7.19-5.626-1.844-1.62-.838-3.58-1.689-5.111-1.286-2.311-2.279-4.096 1.893-2.411 1.973.79 3.698-.752 4.588-2.035z' stroke='%23D96E1D' fill='transparent' stroke-width='2.6'/%3E%3C/svg%3E");
}
.delivery-icon-svg-post-before::before {
  background-image: url(/images/post-icon.png?7d020cd1973e0c43791e7896ee7d60d7);
}
/* ==========================================================================
 * Text styles
 * ========================================================================== */
.text-content {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 14px;
}
.text-content img:not(.about-us-img):not(.manufacturer-content-img) {
  margin-bottom: 20px;
}
.text-content p,
.text-content ul,
.text-content ol {
  margin-top: 0;
}
.text-content a {
  font-weight: 600;
}
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin-top: 28px;
  margin-bottom: 13px;
  line-height: 1.36;
}
.text-content h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.text-content h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.text-content h4 {
  font-size: 19px;
  font-weight: 600;
}
.text-content h5,
.text-content h6 {
  font-size: 18px;
  font-weight: 600;
}
.text-content ol {
  padding: 0 0 0 24px;
  list-style: none;
  counter-reset: list;
}
.text-content ol li {
  position: relative;
  margin-bottom: 3px;
  counter-increment: list;
}
.text-content ol li:before {
  content: counter(list);
  position: absolute;
  top: 3px;
  left: -24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d96e1d;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}
.text-content ul {
  padding: 0 0 0 30px;
  list-style: none;
  counter-reset: list;
}
.text-content ul li {
  position: relative;
  margin-bottom: 3px;
}
.text-content ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d96e1d;
  position: absolute;
  left: -22px;
  top: 10px;
}
/* ==========================================================================
 * Products list styles
 * ========================================================================== */
.products_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.products_list-elem {
  width: calc(20% - 24px);
  margin: 0 12px 24px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 10px 18px;
  font-size: 15px;
  transition: box-shadow 0.2s ease-out;
  display: flex;
  flex-direction: column;
}
.products_list-elem:hover {
  box-shadow: 0 1px 8px rgba(63, 63, 63, 0.3);
}
.products_list-img-block {
  margin-bottom: 16px;
  text-align: center;
}
.products_list-img--guarantee,
.products_list-img--price,
.products_list-img--season {
  display: block;
  position: absolute;
}
.products_list-img--guarantee {
  width: 47px;
  height: 48px;
  bottom: 4px;
  left: 4px;
}
.products_list-img--price {
  top: 0;
  left: 4px;
  width: 96px;
  height: 72px;
}
.products_list-img--season {
  top: 0;
  right: 4px;
  width: 45px;
  height: 45px;
}
.products_list-img--delivery {
  display: flex;
  align-items: center;
  right: 4px;
  bottom: 0;
  width: 109px;
  height: 53px;
  position: absolute;
  background-image: url(/images/shiny-products_list-img--delivery.svg?affde042cd0489a2a034fcdfb923576c);
  z-index: 1;
}
.products_list-img--delivery span {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 1;
}
.products_list-title {
  display: block;
  margin: 0 10px 10px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.products_list-title:hover {
  color: #d96e1d;
}
.products_list-info {
  margin: 0 10px 16px;
}
.products_list-info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2px;
  line-height: 21px;
  background-position: 0 -6px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h19' stroke='%23000' fill='none' fill-rule='evenodd' stroke-dasharray='1,2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.products_list-info-title {
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-right: 4px;
}
.products_list-info-value {
  background: #fff;
  text-align: right;
  margin-left: auto;
}
.products_list-bottom {
  padding: 10px 10px 0;
  border-top: 2px solid #efefef;
  margin-top: auto;
}
.products_list-id-availability {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.products_list-id {
  margin: 0 6px 0 0;
}
.products_list-availability {
  margin: 0;
  white-space: nowrap;
}
.products_list-availability.available {
  color: #269344;
}
.products_list-availability.available::before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg' fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23269344' d='M7 0a7 7 0 1 0 0 14A7 7 0 0 0 7 0zm0 1.355A5.642 5.642 0 0 1 12.645 7 5.642 5.642 0 0 1 7 12.645 5.642 5.642 0 0 1 1.355 7 5.642 5.642 0 0 1 7 1.355zm3.957 3.677l-.636-.642a.339.339 0 0 0-.479-.001l-3.99 3.957-1.687-1.701a.339.339 0 0 0-.48-.002l-.64.636a.339.339 0 0 0-.002.48l2.562 2.582a.339.339 0 0 0 .479.002l4.871-4.832a.339.339 0 0 0 .002-.48z'/%3E%3C/svg%3E");
  vertical-align: middle;
  margin-right: 7px;
}
.products_list-availability.not-available {
  color: #ac2d2d;
}
.products_list-buy-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.products_list-price {
  font-size: 20px;
  font-weight: 600;
  margin: 0 6px 0 0;
}
.products_list-buy-btn {
  text-transform: uppercase;
  margin: 8px 0;
}
.products_list-manufacturer .products_list-elem {
  padding-bottom: 12px;
}
.products_list-manufacturer .products_list-bottom {
  border-top: none;
  padding-top: 0;
}
.products_list-manufacturer .products_list-id-availability {
  margin-bottom: 16px;
}
.products_list-manufacturer .products_list-buy-info {
  position: relative;
  padding-top: 12px;
}
.products_list-manufacturer .products_list-buy-info::before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
  border-top: 2px solid #efefef;
}
/* ==========================================================================
 * Product styles
 * ========================================================================== */
.product-page-info-top-title {
  margin-bottom: 6px;
}
.product-quantity-block {
  display: flex;
}
.product-quantity-btn {
  width: 30px;
  height: 35px;
  border: 1px solid #dbdbdb;
  background-color: #e7e7e7;
  position: relative;
  transition: background-color 0.2s ease-out;
}
.product-quantity-btn:hover {
  background-color: #dbdbdb;
}
.product-quantity-btn::before {
  content: '';
  height: 3px;
  width: 13px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-quantity-btn.minus {
  border-radius: 4px 0 0 4px;
}
.product-quantity-btn.plus {
  border-radius: 0 4px 4px 0;
}
.product-quantity-btn.plus::after {
  content: '';
  width: 3px;
  height: 13px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-quantity-input {
  vertical-align: middle;
  width: 40px;
  height: 35px;
  padding: 9px 2px;
  border: 1px solid #dbdbdb;
  line-height: 20px;
  box-sizing: border-box;
  margin: 0 -1px;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 1;
  outline: none;
}
.product-quantity-input:focus {
  box-shadow: 0 0 2px 1px #d96e1d;
}
/* ==========================================================================
 * Basket styles
 * ========================================================================== */
.basket-table {
  width: 100%;
  font-size: 15px;
}
.basket-table thead tr th,
.basket-table thead tr td {
  background-color: #757575;
}
.basket-table thead tr th:first-child,
.basket-table thead tr td:first-child {
  border-top-left-radius: 4px;
}
.basket-table thead tr th:last-child,
.basket-table thead tr td:last-child {
  border-top-right-radius: 4px;
}
.basket-table tbody tr th,
.basket-table tbody tr td {
  background: #fff;
  transition: background-color 0.2s ease-out;
}
.basket-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d4d4d4;
}
.basket-table tbody tr:hover th,
.basket-table tbody tr:hover td {
  background-color: #e6e6e6;
}
.basket-table tbody tr:last-child th:first-child,
.basket-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.basket-table tbody tr:last-child th:last-child,
.basket-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.basket-table th,
.basket-table td {
  vertical-align: top;
  padding: 10px 15px;
}
.basket-table th:first-child,
.basket-table td:first-child {
  padding-left: 20px;
  max-width: 43px;
}
.basket-table th:last-child,
.basket-table td:last-child {
  padding-right: 20px;
  max-width: 70px;
}
.basket-table th {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
.basket-table-td-img img {
  width: 43px;
  min-width: 43px;
  max-width: 43px;
}
.basket-table-img-link {
  display: inline-block;
  position: relative;
}
.basket-table-img-link::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  right: 5px;
  bottom: 5px;
  transition: background-color 0.2s ease-out;
}
.basket-table-img-link:hover::after {
  background-color: #d96e1d;
}
.basket-table-img-link:hover .basket-table-img-link-svg {
  fill: #fff;
  transition: fill 0.2s ease-out;
}
.basket-table-img-link-svg {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}
.basket-table-name-more {
  color: #000;
}
.basket-table-td-price {
  font-weight: 600;
  font-size: 16px;
}
.basket-table-td-price span {
  font-size: 12px;
}
/* ==========================================================================
 * Modal styles
 * ========================================================================== */
@keyframes anim-open {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.modal-container {
  left: -30px;
  overflow: auto;
  position: fixed;
  top: -30px;
  z-index: 500000;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-container.open,
.modal-container.close {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
}
.modal-container.open .shade,
.modal-container.close .shade {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.modal-container.open .shade {
  opacity: 0.6;
}
.modal-container.open .modal-content {
  animation-name: anim-open;
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}
.modal-container.close .modal-content {
  animation-name: anim-close;
}
.modal-container.open .modal-content,
.modal-container.close .modal-content {
  animation-duration: 400ms;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  width: 96%;
  max-width: 478px;
  background: #fff;
  position: relative;
  z-index: 5;
  opacity: 0;
  max-height: 100vh;
  overflow: auto;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  font-size: 18px;
}
.modal-container .shade {
  background: #000;
  opacity: 0;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.modal-container .close-modal {
  background: none;
  padding: 0;
  width: 26px;
  height: 26px;
  border: none;
  position: absolute;
  right: 2px;
  top: 0;
}
.modal-container .close-modal svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #fff;
  transition: fill 0.2s ease-out;
}
.modal-container .close-modal:hover svg {
  fill: #000;
}
.modal-title {
  background: #d96e1d;
  color: #fff;
  text-align: center;
}
.modal-title-text {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 30px;
  color: #fff;
}
.modal-body {
  padding: 16px 20px 20px;
}
.modal-body-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.modal-body-info {
  display: flex;
  padding-bottom: 6px;
}
.modal-body-info-img {
  width: 39%;
  margin-right: 15px;
  margin-bottom: 16px;
}
.modal-body-info-img img {
  width: 170px;
}
.modal-body-info-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  width: calc(61% - 15px);
}
.modal-body-info-title {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.modal-body-info-p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
.modal-input-elem {
  margin-bottom: 12px;
}
.modal-input-elem textarea {
  height: 130px;
  resize: none;
}
.required-star {
  color: #d96e1d;
  font-size: 14px;
  font-weight: 600;
  margin: 0 4px;
}
.modal-input-elem-required-info {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding-bottom: 15px;
}
.modal-input-elem-submit {
  text-align: center;
  padding-top: 6px;
}
.modal-input-elem-submit-btn {
  text-transform: uppercase;
}
.address-map-popup-open-btn {
  padding: 0;
  border: none;
  background: none;
  transition: color 0.2s ease-out;
  text-align: left;
}
.address-map-popup-open-btn:hover {
  color: #d96e1d;
}
#address-map-popup .modal-content {
  width: calc(100% - 52px);
  height: calc(100% - 52px);
  max-height: 600px;
  max-width: 1160px;
  overflow: visible;
}
#address-map-popup .close-modal {
  background: #d96e1d;
  z-index: 10;
  right: -26px;
  top: -26px;
}
#map-popup,
#yandex-map {
  color: #000;
  overflow: hidden;
  height: 100%;
  max-height: 600px;
}
/* ==========================================================================
 * Catalog styles
 * ========================================================================== */
.catalog-page-title-block {
  position: relative;
}
.catalog-page-title-block::before {
  content: '';
  position: absolute;
  background: url(/images/catalog-car.png?897283def5987d48ccf34c46169aa20c) no-repeat;
  right: -12px;
  top: 10px;
  width: 355px;
  height: 100%;
}
.catalog-page-title-block .catalog-search-cont {
  position: relative;
}
.page-title-catalog {
  max-width: 400px;
  position: relative;
}
.page-title-catalog::after {
  content: '';
  position: absolute;
  background: url(/images/catalog-arrow-svg.svg?519c4a5479c90f7cdd23486b6756f03a) no-repeat;
  background-size: contain;
  right: -50px;
  top: 4px;
  width: 95px;
  height: 89px;
}
.catalog-table-info-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #6e6e6e;
  font-weight: 600;
  margin: -4px 0 6px;
}
.catalog-table-info-block .input-field-radio-label {
  font-size: 13px;
  padding-left: 17px;
  font-weight: 600;
  color: #6e6e6e;
}
.catalog-table-info-block .input-field-radio-label::before {
  top: 4px;
  width: 13px;
  height: 13px;
}
.catalog-table-info-block .input-field-radio-input.radio-gray:checked + .input-field-radio-label::before {
  box-shadow: inset 0 0 0 1px #efefef, inset 0 0 0 10px #d96e1d;
}
.table-email > tr:nth-child(odd) {
  background-color: #0b90c4;
}
.catalog-table-filter {
  margin: 4px 16px 4px 0;
}
.catalog-table-price-filter,
.catalog-table-search-filter {
  display: flex;
  align-items: center;
}
.catalog-input-price-filter {
  padding-right: 30px;
}
.catalog-table-filter-title {
  margin-right: 2px;
}
.catalog-table-info-elem {
  display: inline-block;
  margin: 4px 0;
}
.catalog-table-info-elem:not(:last-child) {
  margin-right: 24px;
}
.catalog-table-cont {
  margin-bottom: 30px;
}
.catalog-table-cont btn.page-link-button {
  margin: 0 auto;
  width: 160px;
  display: block;
  border: none;
}
.catalog-table-cont btn.page-link-button:hover {
  background: none;
}
.catalog-table {
  margin-bottom: 10px;
}
.catalog-table {
  font-size: 13px;
}
.catalog-table th {
  font-size: 12px;
  padding: 5px 10px;
}
.catalog-table td {
  padding: 6px 10px;
}
.catalog-table th:first-child,
.catalog-table td:first-child {
  width: 1px;
  max-width: none;
}
.catalog-table th:last-child,
.catalog-table td:last-child {
  width: 1px;
  max-width: none;
}
.catalog-table .basket-table-name-more {
  display: inline-block;
  font-weight: 600;
  color: #d96e1d;
}
.catalog-table .basket-table-img-link::after {
  background-color: #d96e1d;
}
.catalog-table .basket-table-img-link .basket-table-img-link-svg {
  fill: #fff;
}
.catalog-table .basket-table-img-link:hover::after {
  background-color: #fff;
}
.catalog-table .basket-table-img-link:hover .basket-table-img-link-svg {
  fill: #000;
}
.basket-table-td-year {
  white-space: nowrap;
}
.catalog-buy-btn {
  text-transform: uppercase;
  font-size: 13px;
  margin: 2px 0 -2px;
  line-height: 16px;
  padding: 2px;
  min-width: 82px;
}
.catalog-buy-btn::before {
  padding: 2px;
}
.catalog-table-available {
  display: block;
  white-space: nowrap;
  margin-top: -3px;
}
.catalog-table-available.available {
  color: #119c03;
}
.catalog-table-available.not-available {
  color: #bc2b2b;
}
.catalog-fluids-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 16px;
}
.catalog-fluids-nav-elem {
  margin: 0 12px 24px;
  width: calc(33.333% - 24px);
  box-sizing: border-box;
  border-radius: 4px;
  background: #e6e6e6;
  transition: box-shadow 0.2s ease-out;
  display: block;
  position: relative;
}
.catalog-fluids-nav-elem:hover {
  box-shadow: 0 1px 8px rgba(63, 63, 63, 0.3);
}
.catalog-fluids-nav-elem .page-footer-nav li {
  padding: 0 20px 20px;
}
.catalog-fluids-nav-elem .page-footer-nav li:first-child {
  margin-top: 12px;
}
.catalog-fluids-nav-elem .page-footer-nav a {
  display: inline-block;
  color: #1c2431;
}
.catalog-fluids-nav-elem.open .catalog-fluids-nav-top {
  border-radius: 4px 4px 0 0;
}
.catalog-fluids-show-more-link {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #d96e1d;
  text-decoration: underline;
  display: none;
}
.catalog-fluids-show-more-link:hover {
  text-decoration: none;
}
.catalog-fluids-close-show-more {
  position: absolute;
  right: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  border: none;
  padding: 8px;
  background: none;
  border-radius: 0;
  z-index: 15;
}
.catalog-fluids-close-show-more svg {
  transition: fill 0.2s ease-out;
  display: block;
}
.catalog-fluids-close-show-more:hover svg {
  fill: #d96e1d;
}
.catalog-fluids-nav-top {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  text-align: center;
  padding: 20px 20px 18px;
}
.catalog-fluids-nav-top::before {
  content: '';
  display: block;
  margin: 0 auto 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 61px;
  height: 40px;
}
.catalog-fluids-nav-avtoximiya::before {
  background-image: url(/images/icon-auto-chemical.svg?89b6fdd30799da7dbaec10a02badbe17);
}
.catalog-fluids-nav-avtokosmetika::before {
  background-image: url(/images/icon-car-cosmetics.svg?4806c043325b2cc013516260db8ef419);
}
.catalog-fluids-nav-masla-i-smazki::before {
  background-image: url(/images/icon-oils-greases.svg?055ac96c88fd4197f2acd490f3e61037);
}
.tips-for-choosing-filter-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.catalog-fluids-nav-elem-avtokosmetika .page-footer-nav {
  margin-bottom: 180px;
}
.catalog-fluids-nav-elem-avtokosmetika::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 170px;
  background: #e6e6e6 url(/images/car-cosmetics-bg.png?84dbe30b3a7232c35d28a0f49cafe66a) no-repeat 100% 100%;
  background-size: contain;
}
.catalog-fluids-nav-elem-masla-i-smazki .page-footer-nav {
  margin-bottom: 170px;
}
.catalog-fluids-nav-elem-masla-i-smazki::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 20px;
  height: 159px;
  background: #e6e6e6 url(/images/oils-greases-bg.png?163cb70bc7ed787c8868905f8d400568) no-repeat 50% 100%;
  background-size: contain;
}
/* ==========================================================================
 * Footer styles
 * ========================================================================== */
.gray-bg + .modal-container ~ .page-footer {
  background: #fff;
}
.page-footer {
  padding-top: 50px;
  background: #efefef;
  min-width: 320px;
}
.page-footer-inner {
  display: flex;
  justify-content: space-between;
}
.page-footer-col {
  margin-bottom: 40px;
  font-size: 14px;
}
.page-footer-logo {
  display: block;
  margin: -4px 0 8px;
}
.page-footer-logo img {
  height: 61px;
}
.page-footer-col-copyright {
  max-width: 248px;
}
.page-footer-copyright {
  font-size: 14px;
  line-height: 19px;
}
.page-footer-copyright p {
  margin: 0 0 24px;
}
.page-footer-copyright p:last-child {
  margin-bottom: 0;
}
.page-footer-title {
  margin: 4px 0 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer-nav li {
  padding: 0 0 8px;
}
.page-footer-nav a {
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  color: #000;
  transition: color 0.2s ease-out;
}
.page-footer-nav a:hover {
  color: #d96e1d;
}
.page-footer-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='8'%3E%3Cdefs%3E%3Cpath id='a' d='M471.292 2805.311l-3.55 3.55a.438.438 0 0 1-.62 0l-.414-.414a.438.438 0 0 1 0-.62l2.813-2.826-2.813-2.826a.438.438 0 0 1 0-.62l.414-.413a.438.438 0 0 1 .62 0l3.55 3.55a.438.438 0 0 1 0 .62z'/%3E%3Cpath id='d' d='M465 2809v-8h8v8z'/%3E%3Cpath id='b' d='M467.292 2805.311l-3.55 3.55a.438.438 0 0 1-.62 0l-.414-.414a.438.438 0 0 1 0-.62l2.813-2.826-2.813-2.826a.438.438 0 0 1 0-.62l.414-.413a.438.438 0 0 1 .62 0l3.55 3.55a.438.438 0 0 1 0 .62z'/%3E%3Cpath id='f' d='M461 2809v-8h8v8z'/%3E%3CclipPath id='c'%3E%3Cuse xlink:href='%23a'/%3E%3C/clipPath%3E%3CclipPath id='e'%3E%3Cuse xlink:href='%23b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23c)' transform='translate(-461 -2801)'%3E%3Cuse fill='%23d96e1d' xlink:href='%23d'/%3E%3C/g%3E%3Cg%3E%3Cg clip-path='url(%23e)' transform='translate(-461 -2801)'%3E%3Cuse fill='%23d96e1d' xlink:href='%23f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-footer-contacts {
  margin: 0 0 14px;
  line-height: 21px;
  position: relative;
}
.page-footer-contacts::before {
  content: '';
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.page-footer-contacts a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.page-footer-contacts a:hover {
  color: #d96e1d;
}
.page-footer-contacts-map-marker::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 17.514c-1.958-2.332-5.33-6.933-5.33-9.995 0-2.947 2.391-5.345 5.33-5.345s5.33 2.398 5.33 5.345c0 3.062-3.372 7.662-5.33 9.995zM7.5 1C3.916 1 1 3.924 1 7.519c0 4.46 5.817 11.01 6.065 11.286.232.26.638.26.87 0C8.183 18.53 14 11.98 14 7.52 14 3.924 11.084 1 7.5 1zm0 8.625c-1.158 0-2.1-.945-2.1-2.106s.942-2.106 2.1-2.106c1.158 0 2.1.945 2.1 2.106a2.105 2.105 0 0 1-2.1 2.106zm0-5.386a3.279 3.279 0 0 0-3.27 3.28 3.279 3.279 0 0 0 3.27 3.28 3.279 3.279 0 0 0 3.27-3.28 3.279 3.279 0 0 0-3.27-3.28z' fill='%23D96E1D' stroke='%23D96E1D' stroke-width='.5' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.page-footer-contacts-clock::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.761 9.865h1.495a7.767 7.767 0 0 1-7.391 7.387v-1.495a.365.365 0 0 0-.73 0v1.495a7.767 7.767 0 0 1-7.387-7.387h1.495a.365.365 0 0 0 0-.73H1.748a7.767 7.767 0 0 1 7.387-7.387v1.495a.365.365 0 0 0 .73 0V1.748a7.767 7.767 0 0 1 7.387 7.387h-1.495a.365.365 0 0 0 0 .73h.004zM9.5 1A8.51 8.51 0 0 1 18 9.5 8.5 8.5 0 1 1 9.5 1zm.365 8.35V5.671a.365.365 0 0 0-.73 0V9.5c0 .096.039.187.106.255l3.585 3.647a.365.365 0 1 0 .521-.51L9.865 9.35z' fill='%23D96E1D' stroke='%23D96E1D' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.page-footer-contacts-phone::before,
.product-page-info-title-contacts-phone::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.665 18c-.71 0-1.564-.179-2.502-.533-2.061-.776-4.3-2.309-6.31-4.319S2.305 8.896 1.53 6.838c-.706-1.873-.706-3.41-.003-4.115.101-.1.204-.209.31-.32C2.48 1.727 3.206.967 4.167 1c.663.028 1.306.441 1.962 1.26 1.944 2.414 1.067 3.277.053 4.273l-.179.179c-.164.165-.48.933 2.438 3.847.95.952 1.762 1.647 2.41 2.07.408.264 1.139.666 1.438.367l.181-.181c.997-1.013 1.857-1.884 4.272.056.818.658 1.232 1.298 1.257 1.963.039.96-.726 1.688-1.402 2.33-.112.107-.22.21-.321.31-.349.35-.907.525-1.611.525z' stroke='%23D96E1D' stroke-width='1.8' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.page-footer-contacts-envelope::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M16.313 2.25H1.688C.755 2.25 0 3.006 0 3.938v10.124c0 .932.756 1.688 1.688 1.688h14.624c.932 0 1.688-.756 1.688-1.688V3.938c0-.932-.756-1.688-1.688-1.688zm0 1.688v1.434c-.789.642-2.045 1.64-4.732 3.744-.592.466-1.765 1.584-2.581 1.571-.816.014-1.99-1.106-2.58-1.571-2.687-2.104-3.944-3.102-4.732-3.744V3.938h14.624zM1.688 14.062V7.537a599.46 599.46 0 0 0 3.689 2.906c.768.605 2.114 1.94 3.623 1.932 1.502.008 2.83-1.308 3.623-1.932a597.269 597.269 0 0 0 3.69-2.906v6.526H1.688z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(0 -2)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23D96E1D'%3E%3Cpath d='M0 0h18v18H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-footer-info-viber {
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='%23D96E1D' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.003 1.46C12.632 1.116 11.129.025 7.78.011c0 0-3.95-.237-5.875 1.529C.836 2.61.46 4.178.418 6.123c-.04 1.944-.09 5.588 3.421 6.576h.003l-.003 1.509s-.023.61.38.734c.486.152.772-.313 1.237-.813.255-.275.605-.679.871-.986 2.404.202 4.249-.26 4.46-.327.485-.158 3.23-.509 3.675-4.152.462-3.758-.222-6.132-1.46-7.205zm.406 6.932c-.377 3.04-2.602 3.234-3.011 3.365-.176.056-1.799.46-3.837.328 0 0-1.52 1.833-1.994 2.31-.155.155-.324.14-.321-.167l.011-2.506c-.003 0-.003 0 0 0-2.973-.824-2.8-3.927-2.766-5.55.032-1.622.34-2.953 1.246-3.847C4.365.848 7.719 1.067 7.719 1.067c2.834.012 4.19.866 4.506 1.152 1.044.895 1.576 3.035 1.184 6.173zM9.348 6.029c.012.252-.366.27-.377.018-.032-.643-.334-.956-.953-.991-.252-.015-.229-.392.02-.378.816.044 1.269.512 1.31 1.351zm.594.33c.029-1.24-.746-2.21-2.217-2.318-.248-.018-.222-.395.026-.377 1.696.123 2.6 1.29 2.568 2.704-.006.252-.383.24-.377-.008zm1.37.392c.004.252-.376.255-.376.003-.018-2.383-1.606-3.68-3.532-3.696-.249-.002-.249-.377 0-.377 2.157.015 3.891 1.503 3.909 4.07zm-.327 2.869v.006c-.315.555-.906 1.17-1.514.973l-.006-.008c-.617-.173-2.07-.921-2.988-1.652a7.644 7.644 0 0 1-1.24-1.24 9.488 9.488 0 0 1-.9-1.363c-.624-1.125-.761-1.628-.761-1.628-.196-.609.415-1.2.974-1.515h.006c.269-.14.526-.094.698.114 0 0 .363.433.518.646.146.199.342.518.444.696.179.319.068.643-.108.778l-.35.28c-.18.144-.156.41-.156.41s.52 1.968 2.465 2.465c0 0 .266.023.41-.155l.28-.351c.135-.175.46-.287.778-.108.43.243.977.62 1.34.962.204.166.25.42.11.69z'/%3E%3C/svg%3E");
}
/* ==========================================================================
 * Adaptation styles
 * ========================================================================== */
.select2-search--dropdown {
  display: none;
}
@media (max-width: 1620px){
  .products_list-elem {
    width: calc(25% - 24px);
  }
}
@media (max-width: 1400px){
  .products_list-elem {
    width: calc(33.3333% - 24px);
  }
}
@media (max-width: 1212px){
  .products_list-buy-btn-desktop {
    display: none;
  }
}
@media (max-width: 1119px){
  .page-header-top-text {
    font-size: 14px;
  }
}
@media (max-width: 1080px){
  .tips-for-choosing-filter-elem {
    padding: 20px 12px 18px;
  }
  .basket-table th,
  .basket-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .basket-table th:first-child,
  .basket-table td:first-child {
    padding-left: 15px;
  }
  .basket-table th:last-child,
  .basket-table td:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 1023px){
  .page-header-top {
    padding: 0;
  }
  .page-header-top-search {
    position: absolute;
    padding: 23px 0;
    top: 0;
    background: #fff;
    z-index: 10;
    width: 0;
    overflow: hidden;
    box-sizing: border-box;
    transition: width 0.2s ease-out, opacity 0.2s ease-out;
    left: -100%;
    opacity: 0;
  }
  .page-header-top-search.openMenu {
    width: calc(100% - 340px);
    max-width: none;
    right: 16px;
    left: auto;
    opacity: 1;
    padding-left: 2px;
  }
  .page-header-top-search.openMenu .close-main-menu {
    opacity: 1;
    display: block !important;
    position: relative;
    height: 30px;
    width: 28px;
    margin: 0;
    padding: 0;
    float: none;
    min-width: 28px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
  }
  .page-header-top-search.openMenu .close-main-menu::before,
  .page-header-top-search.openMenu .close-main-menu::after {
    top: 13px;
  }
  .page-header-top-search .input-field-search {
    background-color: #efefef;
  }
  .page-header-top-text {
    display: none;
  }
  .page-header-logo {
    margin-right: auto;
  }
  .main-header-info-toggle,
  .main-search-toggle,
  .main-nav-toggle {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 6px;
    border: none;
    background: none;
    height: 32px;
    outline: none;
  }
  .main-header-info-toggle svg,
  .main-search-toggle svg {
    fill: #000;
    transition: fill 0.2s ease-out;
  }
  .main-header-info-toggle:hover svg,
  .main-search-toggle:hover svg,
  .main-header-info-toggle:focus svg,
  .main-search-toggle:focus svg {
    fill: #d96e1d;
  }
  .main-nav-toggle {
    width: 48px;
    position: relative;
    margin-right: 0;
  }
  .main-nav-toggle::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0.15em;
    width: 1em;
    height: 0.15em;
    background: #000;
    box-shadow: 0 0.35em 0 0 #000, 0 0.7em 0 0 #000;
    font-size: 28px;
    transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  }
  .main-nav-toggle:hover::before,
  .main-nav-toggle:focus::before {
    background: #d96e1d;
    box-shadow: 0 0.35em 0 0 #d96e1d, 0 0.7em 0 0 #d96e1d;
  }
  .page-header-cart {
    margin: 0 6px;
  }
  .openMenu .close-main-menu,
  .closeMenu .close-main-menu {
    float: right;
    padding: 9px 10px;
    width: 44px;
    height: 34px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    display: block !important;
    z-index: 120000;
    text-align: center;
    box-sizing: border-box;
    outline: none;
  }
  .openMenu .close-main-menu:before,
  .closeMenu .close-main-menu:before,
  .openMenu .close-main-menu:after,
  .closeMenu .close-main-menu:after {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 1px;
    display: block;
    position: absolute;
    background: #2f312e;
    top: 15px;
    transition: background 0.2s ease-out;
  }
  .openMenu .close-main-menu:before,
  .closeMenu .close-main-menu:before {
    transform: rotate(45deg);
  }
  .openMenu .close-main-menu:after,
  .closeMenu .close-main-menu:after {
    transform: rotate(-45deg);
  }
  .openMenu .close-main-menu:hover:before,
  .closeMenu .close-main-menu:hover:before,
  .openMenu .close-main-menu:hover:after,
  .closeMenu .close-main-menu:hover:after,
  .openMenu .close-main-menu:focus:before,
  .closeMenu .close-main-menu:focus:before,
  .openMenu .close-main-menu:focus:after,
  .closeMenu .close-main-menu:focus:after {
    background: #9a744b;
  }
  .page-header-info-cont {
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    border: 0;
    padding: 0;
    overflow: hidden;
    transition: right ease 0.2s;
    margin-left: -100%;
  }
  .page-header-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
    overflow-x: auto;
    transition: opacity 0.2s ease-out;
    box-sizing: border-box;
    padding: 40px 0;
    border-radius: 0;
  }
  .page-header-info {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: left;
    min-width: 170px;
  }
  .page-header-info-cont.openMenu {
    right: 0;
  }
  .page-header-info-cont.openMenu,
  .page-header-info-cont.closeMenu {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    margin-left: 0;
  }
  .page-header-info-cont.openMenu .page-header-info-block {
    opacity: 1;
  }
  .page-header-info-cont.openMenu .close-main-menu {
    opacity: 1;
  }
  .main-content-section {
    width: 100%;
  }
  .main-aside {
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    border: 0;
    padding: 0;
    overflow: hidden;
    transition: right ease 0.2s;
    margin-left: -100%;
  }
  .main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
    overflow-x: auto;
    transition: opacity 0.2s ease-out;
    box-sizing: border-box;
    padding: 40px 0;
    border-radius: 0;
  }
  .main-nav-list {
    width: 264px;
    text-align: left;
  }
  .close-main-menu {
    opacity: 0;
  }
  .main-aside.openMenu {
    right: 0;
  }
  .main-aside.openMenu,
  .main-aside.closeMenu {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    margin-left: 0;
  }
  .main-aside.openMenu .main-nav {
    opacity: 1;
  }
  .main-aside.openMenu .close-main-menu {
    opacity: 1;
  }
  .page-footer-inner {
    flex-wrap: wrap;
  }
  .page-footer-col {
    width: 50%;
  }
  .page-footer-col-copyright {
    order: 1;
  }
  .page-footer-col-nav {
    order: 2;
    max-width: 300px;
  }
  .page-footer-col-nav + .page-footer-col-nav {
    order: 4;
  }
  .page-footer-col-contacts {
    order: 3;
    padding-left: 44px;
    box-sizing: border-box;
  }
  .basket-table th,
  .basket-table td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .basket-table th:first-child,
  .basket-table td:first-child {
    padding-left: 20px;
  }
  .basket-table th:last-child,
  .basket-table td:last-child {
    padding-right: 20px;
  }
  .catalog-fluids-nav-top {
    position: relative;
    padding-left: 70px;
    text-align: left;
    padding-bottom: 32px;
    padding-top: 10px;
  }
  .catalog-fluids-nav-top::before {
    position: absolute;
    margin: 0;
    left: 8px;
    top: 14px;
  }
  .catalog-fluids-show-more-link {
    position: absolute;
    left: 70px;
    margin-top: -40px;
    display: inline-block;
    padding: 4px 0;
  }
  .catalog-fluids-nav-elem .page-footer-nav {
    display: none;
    position: absolute;
    background: #e6e6e6;
    box-shadow: rgba(63, 63, 63, 0.3) 0px 1px 8px;
    z-index: 10;
    width: 100%;
  }
  .catalog-fluids-nav-elem.open .page-footer-nav {
    z-index: 12;
  }
  .catalog-fluids-nav-elem .tips-for-choosing-filter-title {
    white-space: nowrap;
  }
  .catalog-fluids-nav-elem.open .catalog-fluids-close-show-more {
    display: block;
    opacity: 1;
  }
  .catalog-fluids-nav-elem-avtokosmetika::after,
  .catalog-fluids-nav-elem-masla-i-smazki::after {
    display: none;
  }
}
@media (max-width: 840px){
  .catalog-fluids-nav-elem .tips-for-choosing-filter-title {
    font-size: 18px;
  }
  .catalog-fluids-show-more-link {
    font-size: 15px;
  }
}
@media (max-width: 800px){
  .basket-table th,
  .basket-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .basket-table th:first-child,
  .basket-table td:first-child {
    padding-left: 15px;
  }
  .basket-table th:last-child,
  .basket-table td:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 767px){
  .page-header-logo {
    max-width: 200px;
  }
  .page-header-logo img {
    height: 49px;
  }
  .page-header-top-search {
    padding: 13px 0;
  }
  .page-header-top-search.openMenu {
    width: calc(100% - 250px);
  }
  .catalog-search-inner {
    flex-wrap: wrap;
  }
  .catalog-search-select {
    width: 48.8%;
    margin-bottom: 18px;
  }
  .catalog-search-nouislider {
    width: 48.8%;
  }
  .page-footer-col-nav {
    max-width: 200px;
  }
  .page-title {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .page-title-inner {
    margin-bottom: 16px;
  }
  .page-title-with-under {
    margin-bottom: 6px;
  }
  .under-page-title {
    font-size: 22px;
    margin: 0 0 24px;
  }
  .main-container {
    padding: 24px 0;
  }
  .page-footer {
    padding-top: 36px;
  }
  .page-footer-col {
    margin-bottom: 30px;
  }
  .products_list-elem {
    width: calc(50% - 24px);
  }
  .tips-for-choosing-filter {
    margin: 0 -8px 8px;
  }
  .tips-for-choosing-filter-elem {
    width: calc(50% - 16px);
    display: flex;
    text-align: left;
    align-items: center;
    padding: 12px;
    margin: 0 8px 16px;
  }
  .tips-for-choosing-filter-elem::before {
    margin: 0 16px 0 0;
    width: 40px;
    min-width: 40px;
    height: 30px;
  }
  .tips-for-choosing-filter-title {
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
  }
  .catalog-search-cont {
    margin-bottom: 12px;
  }
  .catalog-search-toggle-btn {
    position: relative;
    display: block;
    padding: 11px 30px 11px 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.67 3.998l-2.603-.484c-.475-.379-.968-.719-1.475-1.017-1.678-.99-3.5-1.5-5.341-1.497h-.452c-2.174.002-4.313.712-6.222 2.065l-1.314.933c-1.538.023-3.047.555-4.384 1.547-.543.405-.878 1.157-.879 1.972v2.963c0 .275.172.499.383.499h1.288c.418 1.554 1.726 2.373 2.92 1.828.658-.3 1.174-.973 1.405-1.828h10.241c.419 1.554 1.726 2.373 2.92 1.828.658-.3 1.175-.973 1.405-1.828h.138a.308.308 0 0 0 .143-.036l1.241-.648c.555-.286.918-.985.916-1.761V4.492c0-.248-.14-.458-.33-.494zM6.337 10.38c-.17 1.08-.98 1.776-1.81 1.556-.83-.22-1.365-1.275-1.195-2.355.17-1.08.98-1.777 1.81-1.556.713.19 1.226 1.007 1.226 1.956 0 .134-.01.268-.031.4zm6.93-.4H7.134c0-1.652-1.03-2.993-2.3-2.993-1.27 0-2.3 1.34-2.3 2.994h-.766V7.517c0-.457.188-.879.493-1.106 1.251-.93 2.666-1.419 4.107-1.42h6.9v4.99zm0-5.986H7.87l.074-.053c1.639-1.16 3.46-1.816 5.323-1.921v1.974zm.767-1.996h.217c1.545-.002 3.076.38 4.51 1.125l-.669.87h-4.058V1.999zm6.87 8.382c-.17 1.08-.98 1.776-1.81 1.556-.83-.22-1.365-1.275-1.195-2.355.17-1.08.98-1.777 1.809-1.556.714.19 1.226 1.007 1.226 1.956a2.6 2.6 0 0 1-.03.4zm2.33-4.89h-1.15v.998h1.15v2.046c.001.368-.17.699-.434.834l-1.1.574c0-.046-.004-.091-.006-.137-.002-.046-.003-.1-.007-.15-.004-.05-.011-.1-.017-.15-.007-.049-.011-.099-.019-.144-.007-.046-.019-.096-.029-.144-.01-.047-.017-.095-.029-.141-.011-.047-.025-.091-.038-.137-.013-.045-.025-.092-.039-.137-.013-.045-.031-.085-.047-.128-.016-.042-.032-.089-.05-.132-.018-.043-.038-.079-.055-.119a1.686 1.686 0 0 0-.06-.126c-.022-.041-.043-.073-.064-.11-.021-.037-.045-.08-.07-.12-.024-.038-.047-.067-.07-.099-.024-.031-.05-.074-.077-.109-.027-.035-.053-.062-.08-.093-.026-.03-.054-.067-.083-.1-.03-.032-.059-.057-.088-.086-.029-.028-.058-.058-.089-.085-.03-.026-.065-.05-.098-.078a1.149 1.149 0 0 0-.09-.071c-.032-.022-.07-.044-.106-.066-.035-.022-.063-.041-.095-.06-.033-.017-.077-.036-.115-.054-.039-.018-.064-.032-.096-.046-.044-.017-.089-.03-.133-.044-.03-.009-.057-.021-.087-.029-.047-.012-.095-.02-.143-.028-.028-.005-.056-.013-.084-.017a1.791 1.791 0 0 0-.234-.015c-1.27.001-2.299 1.34-2.3 2.993h-3.068V4.991h4.217c.102 0 .2-.052.27-.146l.995-1.294c.417.259.823.548 1.215.866a.33.33 0 0 0 .149.07l2.354.438v.565z' fill='%23FFF' stroke='%23FFF' stroke-width='.5' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #d96e1d;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    transition: background-color 0.2s ease-out, border-radius 0.2s ease-out;
    text-align: left;
  }
  .catalog-search-toggle-btn:focus {
    outline: none;
  }
  .catalog-search-toggle-btn:focus-visible {
    outline: #d96e1d auto 3px;
  }
  .catalog-search-toggle-btn:hover {
    background-color: #505050;
  }
  .catalog-search-toggle-btn.open {
    border-radius: 4px 4px 0 0;
    background-color: #505050;
  }
  .catalog-search-toggle-btn.open::after {
    transform: rotate(180deg);
  }
  .catalog-search-toggle-btn::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 7px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
    background-image: url("data:image/svg+xml, %3Csvg width='10' height='7' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.486 6.8L.249 2.14a.878.878 0 0 1 0-1.162L.953.203a.698.698 0 0 1 1.056 0l3.003 3.304L8.016.203a.698.698 0 0 1 1.056 0l.704.775a.878.878 0 0 1 0 1.162L5.539 6.8a.694.694 0 0 1-1.053 0z'/%3E%3C/svg%3E%0A");
    transition: transform 0.3s ease-out;
  }
  .catalog-search {
    border-radius: 0 0 4px 4px;
    border: 1px solid #505050;
    border-top: none;
    display: none;
    padding: 12px 18px 16px;
  }
  .basket-table {
    display: block;
  }
  .basket-table thead {
    display: none;
  }
  .basket-table tbody {
    display: block;
  }
  .basket-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    transition: background-color 0.2s ease-out;
  }
  .basket-table tbody tr:first-child {
    border-top: 1px solid #d4d4d4;
  }
  .basket-table tbody tr:not(:last-child) td {
    border: none;
  }
  .basket-table tbody tr:nth-of-type(even) {
    background-color: #f7f7f7;
  }
  .basket-table tbody tr:nth-of-type(even) td {
    background: none;
  }
  .basket-table tbody tr:hover td {
    background: none;
  }
  .basket-table td {
    display: block;
    width: 33.333%;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
    background: none;
    transition: none;
  }
  .basket-table td::before {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }
  .basket-table th:first-child,
  .basket-table td:first-child {
    padding-left: 8px;
  }
  .basket-table th:last-child,
  .basket-table td:last-child {
    padding-right: 8px;
  }
  .basket-table .basket-table-td-img {
    width: 72px;
    min-width: 72px;
    max-width: none;
  }
  .basket-table .basket-table-td-quantity,
  .basket-table .basket-table-td-price {
    width: calc(50% - 36px);
  }
  .basket-table-td-img::before {
    content: 'Фото';
  }
  .basket-table-td-cod::before {
    content: 'Артикул';
  }
  .basket-table-td-name::before,
  .basket-table-td-name-short::before {
    content: 'Наименование';
  }
  .basket-table-td-desc::before {
    content: 'Описание';
  }
  .basket-table-td-quantity::before {
    content: 'Количество';
  }
  .basket-table-td-price::before {
    content: 'Цена';
  }
  .basket-table-td-del::before {
    content: 'Удалить';
  }
  .basket-table-td-brand::before {
    content: 'Марка';
  }
  .basket-table-td-model::before {
    content: 'Модель';
  }
  .basket-table-td-year::before {
    content: 'Год';
  }
  .basket-table-td-volume::before {
    content: 'Объем';
  }
  .basket-table-td-brand-name::before {
    content: 'Бренд';
  }
  .basket-table-td-price {
    font-size: 20px;
  }
  .catalog-page-title-block::before {
    display: none;
  }
  .page-title-catalog {
    max-width: 320px;
  }
  .page-title-catalog::after {
    width: 68px;
    height: 64px;
  }
  .catalog-table .basket-table-td-desc {
    width: 100%;
  }
  .catalog-table td:first-child,
  .catalog-table th:first-child,
  .catalog-table td:last-child,
  .catalog-table th:last-child {
    width: 33.3333%;
  }
  .catalog-table .basket-table-td-name-short {
    width: 40%;
  }
  .catalog-table .basket-table-td-volume {
    width: 26.666666%;
  }
  .catalog-table .basket-table-td-buy {
    width: calc(50% - 36px);
  }
  .catalog-table td:last-child {
    width: calc(50% - 36px);
  }
  .catalog-fluids-nav-elem-car-cosmetics::after {
    background-position: 50% 100%;
  }
  .catalog-fluids-nav-elem {
    width: calc(50% - 24px);
  }
  .catalog-fluids-nav-elem:last-child {
    width: 100%;
  }
  .catalog-fluids-nav {
    margin: 0 -8px 16px;
  }
  .catalog-fluids-nav-elem {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}
@media (max-width: 599px){
  .page-header-top-search.openMenu {
    width: calc(100% - 30px);
  }
  .catalog-fluids-nav-top {
    padding-left: 64px;
    padding-bottom: 28px;
    padding-top: 6px;
  }
  .catalog-fluids-nav-top::before {
    margin: 0;
    left: 4px;
    top: 10px;
  }
  .catalog-fluids-show-more-link {
    left: 64px;
    margin-top: -36px;
  }
}
@media (max-width: 500px){
  .order-block {
    background-size: contain;
  }
}
@media (max-width: 479px){
  .page-title {
    font-size: 22px;
  }
  .page-header-logo {
    margin-right: 6px;
  }
  .page-footer-col {
    width: 100%;
    max-width: none;
  }
  .page-footer-logo {
    max-width: 248px;
  }
  .page-footer-col-copyright {
    order: 1;
  }
  .page-footer-col-nav {
    order: 2;
    max-width: 300px;
    width: 49%;
  }
  .page-footer-col-nav + .page-footer-col-nav {
    order: 2;
  }
  .page-footer-col-contacts {
    order: 3;
  }
  .catalog-search-select {
    width: 100%;
    margin-bottom: 12px;
  }
  .catalog-search-nouislider {
    width: 100%;
  }
  .main-header-info-toggle,
  .main-search-toggle,
  .main-nav-toggle {
    padding: 4px;
    margin: 0 3px;
  }
  .page-header-cart {
    margin: 0 3px;
    padding: 6px 12px 6px 3px;
  }
  .page-header-cart-count {
    right: 3px;
  }
  .main-nav-toggle {
    width: 36px;
    margin-right: -3px;
  }
  .main-nav-toggle::before {
    left: 4px;
  }
  .page-footer-copyright {
    padding-left: 0;
  }
  .page-footer-col-contacts {
    padding-left: 0;
  }
  .page-footer-contacts {
    margin-left: 30px;
  }
  .products_list {
    display: block;
    margin: 0;
  }
  .products_list-elem {
    width: 100%;
    margin: 0 0 24px;
  }
  .tips-for-choosing-filter-elem {
    padding: 10px 12px;
  }
  .tips-for-choosing-filter-elem::before {
    margin: 0 12px 0 0;
    width: 32px;
    min-width: 32px;
    height: 24px;
  }
  .tips-for-choosing-filter-title {
    font-size: 14px;
  }
  .text-content h2 {
    font-size: 20px;
  }
  .text-content h3 {
    font-size: 19px;
  }
  .text-content h4 {
    font-size: 18px;
  }
  .text-content h5,
  .text-content h6 {
    font-size: 17px;
  }
  .catalog-search-inner .btn {
    margin: 14px auto 0;
  }
  .basket-table .basket-table-td-cod {
    width: calc(100% - 72px);
  }
  .basket-table .basket-table-td-name {
    width: 100%;
  }
  .page-title-catalog::after {
    width: 56px;
    height: 52px;
  }
  .catalog-fluids-nav-elem {
    width: calc(100% - 16px);
  }
  .catalog-fluids-nav-top::before {
    margin-bottom: 8px;
  }
  .catalog-fluids-nav-elem .page-footer-nav li {
    padding: 0 12px 12px;
  }
  .catalog-fluids-nav-top {
    padding-left: 74px;
  }
  .catalog-fluids-show-more-link {
    left: 74px;
    margin-top: -32px;
  }
}
@media (max-width: 399px){
  .page-header-logo {
    max-width: 180px;
  }
  .page-header-logo img {
    height: 49px;
  }
  .page-header-bottom-inner {
    height: 42px;
  }
  .page-header-top-search {
    padding: 12px 0;
  }
  .page-footer-col-nav {
    order: 2;
    padding-left: 44px;
    max-width: none;
    width: 100%;
  }
  .main-nav-toggle {
    width: 28px;
  }
  .main-nav-toggle::before {
    top: 0.35em;
    font-size: 20px;
  }
  .page-header-cart-svg {
    width: 24px;
  }
  .page-header-cart {
    padding: 6px 6px 6px 3px;
  }
  .page-header-cart-count {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    bottom: 5px;
    right: 5px;
  }
  .main-header-info-toggle svg,
  .main-search-toggle svg {
    width: 20px;
  }
  .page-footer-col-nav {
    padding-left: 0;
  }
  .basket-table {
    margin: 0 -15px;
    width: auto;
  }
  .page-title-catalog::after {
    display: none;
  }
  .catalog-fluids-nav-elem {
    width: 100%;
  }
  .tips-for-choosing-filter {
    margin: 0 -4px 8px;
  }
  .tips-for-choosing-filter-elem {
    width: calc(50% - 8px);
    padding: 8px 10px;
    margin: 0 4px 8px;
  }
  .tips-for-choosing-filter-elem::before {
    margin: 0 8px 0 0;
    width: 26px;
    min-width: 26px;
    height: 22px;
  }
  .tips-for-choosing-filter-title {
    font-size: 13px;
  }
}
@media (max-width: 359px){
  .main-header-info-toggle,
  .main-search-toggle,
  .main-nav-toggle {
    padding: 2px;
    margin: 0 2px;
  }
  .page-header-cart {
    margin: 0 2px;
    padding: 2px 4px 2px 2px;
  }
  .page-header-cart-count {
    right: 2px;
    bottom: 2px;
  }
  .main-nav-toggle {
    width: 28px;
    min-width: 28px;
    margin-right: -3px;
  }
  .main-nav-toggle::before {
    left: 4px;
  }
}
@media (min-width: 426px){
  .select2-results__options {
    max-height: 400px !important;
  }
}
@media (min-width: 768px){
  .text-content {
    font-size: 18px;
  }
  .catalog-search {
    display: block !important;
  }
}
@media (min-width: 1024px){
  .catalog-fluids-nav-elem .page-footer-nav {
    display: block !important;
  }
  .fixedBodyMenu {
    overflow: auto !important;
    padding-right: 0 !important;
  }
  .page-header-info-socials {
    margin-right: 5px;
  }
  .page-header-info-socials a:not(:first-child) {
    margin-left: 0;
  }
  .page-header-info-socials-container {
    display: flex;
  }
}
@media (min-width: 1213px){
  .products_list-buy-btn-mobile {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1660px){
  .page-header-logo img {
    height: 46px;
  }
}
@media (min-width: 1440px){
  #leave-request {
    scroll-margin-top: 121px;
  }
  .page-header {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .page-header-info-cont {
    width: 56%;
  }
  .page-header-info-socials {
    margin-right: 35px;
  }
  .page-header-info-socials a:not(:first-child) {
    margin-left: 15px;
  }
  .main-container {
    padding-top: 145px;
  }
}
@media (min-width: 1780px){
  .page-footer-title {
    font-size: 20px;
  }
  .page-footer-nav a {
    font-size: 16px;
  }
  .page-footer-col-copyright {
    max-width: 400px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
  .delivery-icon-svg-post-before::before {
    background-image: url(/images/post-icon@2x.png?5066019cee9430f02c998595771c326b);
  }
  .catalog-page-title-block::before {
    background: url(/images/catalog-car@2x.png?e40ed359a8155e96bfbae3a5a8557413) no-repeat;
    background-size: contain;
  }
  .catalog-fluids-nav-elem-avtokosmetika::after {
    background-image: url(/images/car-cosmetics-bg@2x.png?a7d81c797d9e89d5d4ccc4d215b8fd3a);
  }
  .catalog-fluids-nav-elem-masla-i-smazki::after {
    background-image: url(/images/oils-greases-bg@2x.png?aa1add62d7e6d379a483b1f26c265907);
  }
}

