@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre, code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 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
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/vendors/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/vendors/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/vendors/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/vendors/slick-carousel/slick/fonts/slick.eot");
  src: url("/assets/vendors/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/vendors/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/assets/vendors/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/assets/vendors/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out; }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.delay-1s {
  animation-delay: 1s; }

.animated.delay-2s {
  animation-delay: 2s; }

.animated.delay-3s {
  animation-delay: 3s; }

.animated.delay-4s {
  animation-delay: 4s; }

.animated.delay-5s {
  animation-delay: 5s; }

.animated.fast {
  animation-duration: 800ms; }

.animated.faster {
  animation-duration: 500ms; }

.animated.slow {
  animation-duration: 2s; }

.animated.slower {
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* jQuery Dropdown: A simple dropdown plugin
 *
 * Contribute: https://github.com/claviska/jquery-dropdown
 *
 * @license: MIT license: http://opensource.org/licenses/MIT
 *
 */
.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none; }

.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: white;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0; }

.jq-dropdown .jq-dropdown-panel {
  padding: 10px; }

.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px; }

.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block; }

.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block; }

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px; }

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px; }

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto; }

.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px; }

.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap; }

.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer; }

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100; }

.datepicker.-from-top- {
  transform: translateY(-8px); }

.datepicker.-from-right- {
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  transform: translateY(8px); }

.datepicker.-from-left- {
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/*! nouislider - 14.7.0 - 4/6/2021 */
/* 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;
  -ms-touch-action: none;
  touch-action: none;
  -ms-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;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* 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 {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  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;
  top: -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; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.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;
  -ms-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 {
  position: relative; }

.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;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.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;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  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;
  -webkit-clip-path: inset(50%) !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; }

.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; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.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__remove {
  margin-left: 2px;
  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[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.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--highlighted[aria-selected] {
  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;
  margin-right: 10px; }

.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; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.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;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.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[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  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; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.4); }

.mfp-gallery .mfp-content {
  text-align: center;
  max-height: 100%;
  height: 100%; }

.mfp-gallery .mfp-container {
  max-width: 1222px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin: auto;
  max-height: 100%;
  left: 50%;
  transform: translateX(-50%); }

.mfp-gallery .mfp-figure {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-height: 100%;
  height: 100%; }

.mfp-gallery .mfp-figure:after {
  box-shadow: none;
  background-color: transparent; }

.mfp-gallery .mfp-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

.mfp-gallery .mfp-figure figure {
  display: inline-block;
  position: relative;
  height: 100%; }

.mfp-gallery .mfp-close {
  right: 0;
  margin: 16px 0;
  margin-left: auto;
  position: relative;
  padding: 0;
  opacity: 1 !important; }

.mfp-gallery .mfp-arrow {
  z-index: 1046;
  width: 42px;
  height: 42px;
  margin: 0;
  opacity: 1;
  transform: scale(1); }
  .mfp-gallery .mfp-arrow:before, .mfp-gallery .mfp-arrow:after {
    display: none; }
  .mfp-gallery .mfp-arrow-left {
    left: -66px; }
  .mfp-gallery .mfp-arrow-right {
    right: -66px; }
    .mfp-gallery .mfp-arrow-right .gallery-arrow__icon {
      transform: rotate(180deg); }

.mfp-gallery .mfp-img {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0px 24px 40px rgba(27, 27, 27, 0.1), 0px 8px 53px rgba(27, 27, 27, 0.05);
  border: 1px solid #ffffff;
  background-color: #F9F9F9; }

.mfp-gallery .mfp-gallery-wrapper {
  border-radius: 8px; }

.mfp-gallery .mfp-bottom-bar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  pointer-events: none; }

.mfp-gallery .mfp-gallery-dots {
  display: none;
  height: 12px;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 12px; }

.mfp-gallery .mfp-gallery-bot {
  margin-top: 16px;
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.mfp-gallery .mfp-gallery-dot {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s; }
  .mfp-gallery .mfp-gallery-dot_active {
    border-color: #ffffff;
    background-color: #ffffff; }
  .mfp-gallery .mfp-gallery-dot:first-child {
    margin-left: 0; }

.mfp-gallery .mfp-title {
  width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .mfp-gallery .mfp-title .badge {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px;
    margin-top: 24px;
    margin-left: 24px;
    height: 24px; }
    .mfp-gallery .mfp-title .badge__text {
      color: #FEE8EB; }
  .mfp-gallery .mfp-title .g-m-title {
    width: 100%;
    padding: 24px;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #999999;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FAF0E7 100%); }

@media (max-width: 1365px) {
  .mfp-gallery .mfp-arrow-left {
    left: 16px; }
  .mfp-gallery .mfp-arrow-right {
    right: 16px; } }

@media (max-width: 767px) {
  .mfp-gallery .mfp-gallery-dots {
    display: -ms-flexbox;
    display: flex; }
  .mfp-gallery .mfp-gallery-bot {
    position: relative; }
    .mfp-gallery .mfp-gallery-bot .mfp-arrow {
      position: relative !important;
      top: 0 !important;
      width: 32px;
      height: 32px; }
    .mfp-gallery .mfp-gallery-bot .mfp-arrow-left {
      left: auto; }
    .mfp-gallery .mfp-gallery-bot .mfp-arrow-right {
      right: auto; }
  .mfp-gallery .mfp-title .badge {
    margin-top: 16px;
    margin-left: 16px; }
  .mfp-gallery .mfp-title .g-m-title {
    padding: 16px;
    font-size: 16px; } }

.gallery-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%; }
  .gallery-arrow__icon {
    width: 20px;
    height: 20px; }
    .gallery-arrow__icon svg * {
      fill: #1B1B1B; }

.gallery-close {
  width: 32px;
  height: 32px;
  max-width: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1B1B1B !important;
  display: -ms-flexbox !important;
  display: flex !important;
  transition: background-color 0.2s ease-in-out 0s; }
  .gallery-close__icon {
    margin: auto !important;
    width: 20px;
    height: 20px; }
    .gallery-close__icon svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .gallery-close__icon svg * {
      fill: #ffffff;
      transition: fill 0.2s ease-in-out 0s; }
  .gallery-close:hover {
    background-color: #1c8820 !important; }
    .gallery-close:hover svg * {
      fill: #1B1B1B; }

/* generated with grunt-sass-globbing */
.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before, .select2-results__icon {
  background-repeat: no-repeat;
  background-position: center center; }

.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before {
  background-size: cover; }

.select2-results__icon {
  background-size: contain; }

.select2-selection__content, .select2-results__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.notification__close, .button__wrapper, .cbs .icheckbox,
.cbs .iradio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.button_lg {
  height: 48px;
  padding: 8px 16px; }

.button_md {
  padding: 8px 16px;
  height: 40px; }

.button_sm {
  height: 32px;
  padding: 6px 8px; }

.notification__close:after, .select-box__note:after, .cbs_primary .iradio:after, .cbs_second .iradio:after, .field__switch:after, .brand-preview__image, .brand-item:before, .datepicker--cell-day:before, .products-block_row .product:before, .product__content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mce-content-body .video__wrapper iframe,
.text .video__wrapper iframe, .cbs_primary .iradio:before, .field__eye, .link__icon-hover, .a-image-text__image, .a-thumb__image, .a-double-image__img, .contacts-inform__map .map, .block-404:before, .block-404__slide, .brand-item__logo-inner .image, .cart-progress__progress:before, .catalog-item__image, .collection-full__image, .dg-item__inner .image, .employee-info__image-inner .image, .news-item__image, .news-item__content:before, .product-big-slider__image, .product__image, .promo-item__image, .service-item__image, .map, .spec-banner__image, .top-slider__slide-wrapper, .top-slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.modal {
  max-width: 448px;
  margin: 0 auto;
  padding: 32px;
  box-shadow: 0px 24px 40px rgba(27, 27, 27, 0.1), 0px 8px 53px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  background-color: #ffffff; }
  .modal__scroll {
    position: relative;
    min-height: 112px;
    max-height: 300px;
    height: 300px; }
  .modal__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 16px; }
  .modal__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%; }
  .modal__body .modal__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .modal__button {
    margin-top: 24px; }
  .modal_big {
    max-width: 560px; }
  .modal_large {
    max-width: 928px; }
  .modal__text {
    font-size: 14px;
    line-height: 115%;
    color: color(dark2);
    margin-bottom: 16px; }
  @media (max-width: 767px) {
    .modal {
      padding: 16px;
      width: calc(100% - 32px); }
      .modal_large {
        width: calc(100% - 32px); }
      .modal__title {
        font-size: 18px; }
      .modal__head {
        margin-bottom: 8px; } }

/* generated with grunt-sass-globbing */
.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before, .select2-results__icon {
  background-repeat: no-repeat;
  background-position: center center; }

.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before {
  background-size: cover; }

.select2-results__icon {
  background-size: contain; }

.select2-selection__content, .select2-results__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.notification__close, .button__wrapper, .cbs .icheckbox,
.cbs .iradio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.button_lg {
  height: 48px;
  padding: 8px 16px; }

.button_md {
  padding: 8px 16px;
  height: 40px; }

.button_sm {
  height: 32px;
  padding: 6px 8px; }

.notification__close:after, .select-box__note:after, .cbs_primary .iradio:after, .cbs_second .iradio:after, .field__switch:after, .brand-preview__image, .brand-item:before, .datepicker--cell-day:before, .products-block_row .product:before, .product__content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mce-content-body .video__wrapper iframe,
.text .video__wrapper iframe, .cbs_primary .iradio:before, .field__eye, .link__icon-hover, .a-image-text__image, .a-thumb__image, .a-double-image__img, .contacts-inform__map .map, .block-404:before, .block-404__slide, .brand-item__logo-inner .image, .cart-progress__progress:before, .catalog-item__image, .collection-full__image, .dg-item__inner .image, .employee-info__image-inner .image, .news-item__image, .news-item__content:before, .product-big-slider__image, .product__image, .promo-item__image, .service-item__image, .map, .spec-banner__image, .top-slider__slide-wrapper, .top-slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.notification {
  position: fixed !important;
  top: 10px;
  right: 10px;
  z-index: 9999999999999;
  padding: 16px;
  background-color: #1c8820;
  max-width: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 40px;
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px; }
  .notification:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    width: 4px;
    height: calc(100% - 32px);
    background-color: #1B1B1B;
    border-radius: 0 6px 6px 0; }
  .notification * {
    -webkit-tap-highlight-color: transparent; }
  .notification_inline {
    position: relative;
    top: 0;
    left: 0;
    right: auto; }
  .notification__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .notification__close {
    margin-left: 10px;
    cursor: pointer; }
  .notification__text {
    min-width: 210px;
    font-size: 14px;
    line-height: 115%;
    color: #303030;
    font-family: "Acrom", sans-serif; }
  .notification__icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-right: 8px; }
  .notification__close {
    width: 20px;
    height: 20px;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    cursor: pointer;
    background-image: url("/assets/images/svg/tw-n-close.svg"); }
    .notification__close:after {
      content: '';
      width: 40px;
      height: 40px; }
  .notification.default {
    background-color: #EDEDED; }
    .notification.default .notification__icon {
      background-image: url("/assets/images/svg/tw-n-icon.svg"); }
    .notification.default:before {
      background-color: #1B1B1B; }
  .notification.message {
    background-color: #E0F8EE; }
    .notification.message .notification__icon {
      background-image: url("/assets/images/svg/tw-n-icon-success.svg"); }
    .notification.message .notification__close {
      background-image: url("/assets/images/svg/tw-n-close-green.svg"); }
    .notification.message:before {
      background-color: #1CCD6F; }
  .notification.error {
    background-color: #FEE8EB; }
    .notification.error:before {
      background-color: #F92E47; }
    .notification.error .notification__close {
      background-image: url("../stylesheet/img/tw-n-close-red.svg"); }
    .notification.error .notification__icon {
      background-image: url("../stylesheet/img/tw-n-icon-danger.svg"); }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider:not(.slick-vertical) .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100% !important; }

.slick-slide {
  height: auto; }

/* generated with grunt-sass-globbing */
.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before, .select2-results__icon {
  background-repeat: no-repeat;
  background-position: center center; }

.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before {
  background-size: cover; }

.select2-results__icon {
  background-size: contain; }

.select2-selection__content, .select2-results__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.notification__close, .button__wrapper, .cbs .icheckbox,
.cbs .iradio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.button_lg {
  height: 48px;
  padding: 8px 16px; }

.button_md {
  padding: 8px 16px;
  height: 40px; }

.button_sm {
  height: 32px;
  padding: 6px 8px; }

.notification__close:after, .select-box__note:after, .cbs_primary .iradio:after, .cbs_second .iradio:after, .field__switch:after, .brand-preview__image, .brand-item:before, .datepicker--cell-day:before, .products-block_row .product:before, .product__content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mce-content-body .video__wrapper iframe,
.text .video__wrapper iframe, .cbs_primary .iradio:before, .field__eye, .link__icon-hover, .a-image-text__image, .a-thumb__image, .a-double-image__img, .contacts-inform__map .map, .block-404:before, .block-404__slide, .brand-item__logo-inner .image, .cart-progress__progress:before, .catalog-item__image, .collection-full__image, .dg-item__inner .image, .employee-info__image-inner .image, .news-item__image, .news-item__content:before, .product-big-slider__image, .product__image, .promo-item__image, .service-item__image, .map, .spec-banner__image, .top-slider__slide-wrapper, .top-slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slide-btn {
  position: relative;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  transition: background-color 0.2s ease-in-out 0s;
  cursor: pointer;
  box-shadow: 0 0 0 1px #D9D9D9 inset; }
  .slide-btn__icon {
    margin: auto;
    width: 20px;
    height: 20px; }
    .slide-btn__icon svg * {
      fill: #1B1B1B; }
  .slide-btn:hover {
    background-color: #1c8820;
    box-shadow: none; }
  .slide-btn:active {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #1c8820 inset, 0 0 0 4px rgba(255, 240, 153, 0.4); }
    .slide-btn:active svg * {
      fill: #1c8820 !important; }
  .slide-btn.slick-disabled, .slide-btn.disabled {
    box-shadow: none !important;
    background-color: transparent !important; }
    .slide-btn.slick-disabled .slide-btn__icon svg *, .slide-btn.disabled .slide-btn__icon svg * {
      fill: #D9D9D9 !important; }

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  bottom: 0 !important; }
  .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    margin: 0 4px; }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      border: 2px solid #F9F9F9;
      background-color: transparent;
      transition: border-color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
      border-radius: 100%;
      padding: 0;
      margin: 0; }
      .slick-dots li button:before {
        content: none; }
      .slick-dots li button:hover {
        border-color: #ffffff; }
    .slick-dots li.slick-active button {
      background-color: #1c8820;
      border-color: #1c8820; }
  @media (max-width: 767px) {
    .slick-dots li button {
      border: 2px solid #EDEDED;
      background-color: #ffffff; } }

.tabs-content__item {
  display: none; }
  .tabs-content__item_active {
    display: block; }

.tw-tabs-content__item {
  display: none; }
  .tw-tabs-content__item_active {
    display: block; }

/* generated with grunt-sass-globbing */
.tw-tabs {
  display: inline-block; }
  .tw-tabs__inset::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .tw-tabs__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 -12px;
    overflow: auto; }
  .tw-tabs__tab {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0 12px; }
  .tw-tabs_second .tw-tabs__list {
    margin: 0; }
  .tw-tabs_second .tw-tabs__tab {
    padding: 0; }
  @media (max-width: 767px) {
    .tw-tabs {
      width: 100%;
      overflow: hidden; }
      .tw-tabs:before {
        content: '';
        width: 32px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1; }
      .tw-tabs:after {
        content: '';
        width: 32px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(-270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1; }
      .tw-tabs .container {
        padding-left: 0;
        padding-right: 0; }
        .tw-tabs .container .tw-tabs__inset {
          padding-left: 16px;
          overflow-x: scroll; } }
  @media (max-width: 1023px) {
    .tw-tabs__list {
      margin: 0 -8px; }
    .tw-tabs__tab {
      padding: 0 8px; } }

.tw-tab {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s;
  padding-bottom: 14px; }
  .tw-tab:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
    background-color: #1c8820;
    border-radius: 6px 6px 0 0; }
  .tw-tab__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    transition: color 0.2s ease-in-out 0s;
    white-space: nowrap;
    color: #1B1B1B; }
    .tw-tab__text_2 {
      color: #FF002C; }
  .tw-tab_primary .tw-tab__text + .tw-tab__icon {
    margin-right: 0;
    margin-left: 8px; }
  .tw-tab_primary .tw-tab__icon {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
  .tw-tab_primary:not(.tw-tab_active):hover .tw-tab__text {
    color: #1c8820; }
  .tw-tab_primary.tw-tab_active:before {
    opacity: 1; }
  .tw-tab_primary.tw-tab_active .tw-tab__text {
    color: #303030; }
  .tw-tab_second {
    padding: 6px 16px;
    border-radius: 6px;
    overflow: hidden;
    transition: background-color 0.2s ease-in-out 0s;
    height: 32px; }
    .tw-tab_second:hover {
      background-color: #F9F9F9; }
    .tw-tab_second.tw-tab_active {
      background-color: #EDEDED; }
      .tw-tab_second.tw-tab_active .tw-tab__text {
        color: #303030; }
  @media (max-width: 767px) {
    .tw-tab__text {
      font-size: 16px; } }

/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  min-width: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  min-height: 1px; }

*,
*:before,
*:after {
  box-sizing: border-box; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

b,
strong {
  font-weight: normal; }

i, em {
  font-style: normal; }

html,
body,
div, li,
header, main, section, ul {
  position: relative; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd; }

:focus {
  outline: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

button {
  width: auto;
  overflow: visible; }

img,
video,
svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

img {
  -ms-interpolation-mode: bicubic; }

input[type=button],
input[type=submit],
button {
  cursor: pointer; }

input[placeholder] {
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding-bottom:75px;
}
  .wrapper__top, .wrapper__bottom {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 100%; }
  .wrapper__main {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%; }
  .wrapper_shadow:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 0.4; }
  @media (max-width: 1023px) {
    .wrapper {
      overflow: hidden; } }

.page__wrapper {
  margin-top: 32px; }

@media (max-width: 1365px) {
  .page__wrapper {
    margin-top: 24px; } }

body.overlay,
body.overlay-second {
  overflow: hidden; }
  body.overlay:before,
  body.overlay-second:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }

body.overlay .spec-banner {
  z-index: 101; }

body.overlay .header__nav-wrapper {
  z-index: 100; }

body.overlay-second .header:before {
  visibility: visible; }

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1576px; }
  @media (max-width: 1366px) {
    .container {
      max-width: 1264px; } }
  @media (max-width: 1023px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }

.py-1 {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (max-width: 1365px) {
    .py-1 {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (max-width: 767px) {
    .py-1 {
      padding-top: 32px;
      padding-bottom: 32px; } }

.py-2 {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (max-width: 767px) {
    .py-2 {
      padding-top: 16px;
      padding-bottom: 16px; } }

.pt-2 {
  padding-top: 32px; }
  @media (max-width: 767px) {
    .pt-2 {
      padding-top: 16px; } }

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px; }

.pt-1 {
  padding-top: 32px; }

.pb-1 {
  padding-bottom: 64px; }
  @media (max-width: 1365px) {
    .pb-1 {
      padding-bottom: 48px; } }
  @media (max-width: 767px) {
    .pb-1 {
      padding-bottom: 32px; } }

.mb-1 {
  margin-bottom: 64px; }
  @media (max-width: 1365px) {
    .mb-1 {
      margin-bottom: 48px; } }
  @media (max-width: 767px) {
    .mb-1 {
      margin-bottom: 32px; } }

.mb-2 {
  margin-bottom: 32px; }
  @media (max-width: 1365px) {
    .mb-2 {
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .mb-2 {
      margin-bottom: 16px; } }

.mb-4 {
  margin-bottom: 32px; }
  @media (max-width: 1365px) {
    .mb-4 {
      margin-bottom: 24px; } }

.mt-1 {
  margin-top: 64px; }
  @media (max-width: 1365px) {
    .mt-1 {
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .mt-1 {
      margin-top: 24px; } }

.bottom-offset {
  margin-top: 24px; }
  @media (max-width: 767px) {
    .bottom-offset {
      margin-top: 16px; } }

.product-head-offset {
  margin-bottom: 32px; }
  @media (max-width: 1023px) {
    .product-head-offset {
      margin-bottom: 24px; } }

.grid {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px; }
  .grid__bar, .grid__main {
    padding: 0 16px; }
  .grid__bar {
    width: 25%; }
  .grid__main {
    -ms-flex: 1;
        flex: 1;
    width: 75%; }
  @media (max-width: 1366px) {
    .grid {
      margin: 0 -12px; }
      .grid__bar, .grid__main {
        padding: 0 12px; } }
  @media (max-width: 1365px) {
    .grid__bar {
      display: none; } }

.z-1 {
  z-index: 1; }

.time-25 {
  position: absolute;
  top: 0;
  text-align: right;
  right: 0;
  font-size: 13px;
  line-height: 14px; }
  .time-25 a {
    color: red;
    font-weight: bold; }
  @media (max-width: 768px) {
    .time-25 {
      position: relative;
      text-align: left;
      margin-left: 10px; } }
  @media (max-width: 600px) {
    .time-25 {
      position: absolute;
      margin-top: 10px;
      margin-left: 120px;
      font-size: 12px;
      right: auto; } }

.view-full-4 {
  width: 25%;
  display: none; }
  .view-full-4:nth-child(-n + 4) {
    display: block; }
    .view-full-4:nth-child(-n + 4).slick-slide {
      display: block !important; }

@media (max-width: 1366px) {
  .view-xl-4 {
    width: 25%;
    display: none; }
    .view-xl-4:nth-child(-n + 6) {
      display: none; }
    .view-xl-4:nth-child(-n + 4) {
      display: block; }
    .view-xl-4.slick-slide {
      display: block !important; } }

@media (max-width: 1365px) {
  .view-lg-3 {
    width: 33.3333333333%;
    display: none; }
    .view-lg-3:nth-child(-n + 4) {
      display: none; }
    .view-lg-3:nth-child(-n + 3) {
      display: block; }
    .view-lg-3.slick-slide {
      display: block !important; } }

@media (max-width: 1023px) {
  .view-md-2 {
    width: 50%;
    display: none; }
    .view-md-2:nth-child(-n + 3) {
      display: none; }
    .view-md-2:nth-child(-n + 2) {
      display: block; }
    .view-md-2.slick-slide {
      display: block !important; } }

@media (max-width: 1023px) {
  .view-md-3 {
    width: 33.3333333333%;
    display: none; }
    .view-md-3:nth-child(-n + 4) {
      display: none; }
    .view-md-3:nth-child(-n + 3) {
      display: block; }
    .view-md-3.slick-slide {
      display: block !important; } }

@media (max-width: 767px) {
  .view-sm-2 {
    width: 50%;
    display: none; }
    .view-sm-2:nth-child(-n + 3) {
      display: none; }
    .view-sm-2:nth-child(-n + 2) {
      display: block; }
    .view-sm-2.slick-slide {
      display: block !important; } }

@media (max-width: 479px) {
  .view-sx-2 {
    width: 50%;
    display: none; }
    .view-sx-2:nth-child(-n + 3) {
      display: none; }
    .view-sx-2:nth-child(-n + 2) {
      display: block; }
    .view-sx-2.slick-slide {
      display: block !important; } }

@media (max-width: 479px) {
  .view-sx-1 {
    width: 100%;
    display: none; }
    .view-sx-1:nth-child(-n + 2) {
      display: none; }
    .view-sx-1:first-child {
      display: block; } }

/* generated with grunt-sass-globbing */
@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0; }
  40% {
    transform: scale(0.8);
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

html,
body {
  font-family: "Acrom", sans-serif;
  color: #1B1B1B; }

body {
  overflow-x: hidden; }

.overflow_1 {
  position: relative; }
  .overflow_1:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.7); }

.white-bg {
  background: #ffffff;
  border-radius: 5px; }

.yellow-title .recent-widget__top {
  background: #1c8820; }

.gray-title .recent-widget__top {
  background: #ededed; }

.top-cat__inside {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .top-cat__inside .left-filter {
      display: none; } }

.top-cat__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1200px) {
    .top-cat__right > div {
      width: 49%;
      max-width: inherit;
      margin: 0 0 10px 0; } }

.table-data .table-navigation_numbers {
  margin-top: 20px; }

.table-news__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .table-news__filter .brands-filter__item {
    display: -ms-flexbox;
    display: flex; }

.catalog-main__filter .brands-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }

@media screen and (max-width: 768px) {
  .catalog-main .refresh {
    display: none; } }

@media (max-width: 1024px) {
  .catalog-main .left-filter {
    display: none; } }

.catalog-main__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 860px) {
    .catalog-main__inside > div {
      width: 100%; } }
  .catalog-main__inside .products-block__item {
    padding: 0; }
  .catalog-main__inside .product__info {
    padding: 0 10px; }
  .catalog-main__inside .table-navigation {
    margin-top: 20px; }
    .catalog-main__inside .table-navigation .paging__numbers {
      margin-top: 20px; }

.catalog-main__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .catalog-main__img {
      display: none; } }

.question {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dadada;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 13px;
  line-height: 16px;
  font-family: MSemiBold;
  color: #5f5f5f;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s; }
  .question:hover {
    background: #d9d9d9;
    border: 1px solid #d9d9d9; }

.ps-container > .ps-scrollbar-y-rail {
  opacity: 1 !important; }

.dark-theme,
.dark-theme .registration .registration__socials-text,
.dark-theme .category-item,
.dark-theme .header__bottom-side {
  background-color: #303030; }

.dark-theme .decorative,
.dark-theme .top-line__inside,
.dark-theme .header__nav-wrapper {
  background-color: #1B1B1B; }

.dark-theme .tw-tabs:after,
.dark-theme .tw-tabs:before {
  display: none; }

.dark-theme .product-fixed__part:last-child:before {
  background-color: #999999; }

.dark-theme .product-fixed {
  box-shadow: inset 0px 1px 0px #999999; }

.dark-theme .gtc-thumb__text,
.dark-theme .product__item-value,
.dark-theme .n-badge__text,
.dark-theme .q-no-result__text2,
.dark-theme .text,
.dark-theme .top-slider__slide-text2,
.dark-theme .product-fixed__price-current,
.dark-theme .cat-no-result__title,
.dark-theme .user-fav .product-price__current,
.dark-theme .user-fav__title,
.dark-theme .user-cabinet__title,
.dark-theme .orders-info__title,
.dark-theme .u-fast-links__title,
.dark-theme .registration .registration__socials-title,
.dark-theme .reg-adv__title,
.dark-theme .adv-item__text,
.dark-theme .contacts-dep__title,
.dark-theme .contacts-dep__item-text,
.dark-theme .shop-element__text,
.dark-theme .contacts-data__title,
.dark-theme .article-top__text,
.dark-theme .promo-item__title,
.dark-theme .delivery-attention__item,
.dark-theme .delivery-attention__title,
.dark-theme .d-adv-item__title,
.dark-theme .s-features__title,
.dark-theme .s-features__text,
.dark-theme .service-item__title,
.dark-theme .collections__item2 .link,
.dark-theme .collection-full__title,
.dark-theme .double-block__text p,
.dark-theme .double-block__title,
.dark-theme .double-block__link .link,
.dark-theme .alphabet__link,
.dark-theme .delivery-price__title,
.dark-theme .delivery-price__text,
.dark-theme .delivery-price__conditions,
.dark-theme .article-text,
.dark-theme .feature__title,
.dark-theme .dg-gallery__title,
.dark-theme .dg-gallery__text,
.dark-theme .requisites__title,
.dark-theme .contacts-inform__text,
.dark-theme .cart-block__title,
.dark-theme .cart-block__num-inner,
.dark-theme .product-fixed__content-title,
.dark-theme .product-char__val,
.dark-theme .product-feed__comment-text,
.dark-theme .product-feed__title,
.dark-theme .product-feeds__title,
.dark-theme .product-rules__title,
.dark-theme .product-rules__text,
.dark-theme .product-features__key,
.dark-theme .product-features__val,
.dark-theme .product-char__text p,
.dark-theme .product-char__text-row,
.dark-theme .tw-tab_primary.tw-tab_active .tw-tab__text,
.dark-theme .product-content__title,
.dark-theme .product-char__title,
.dark-theme .product-char__title,
.dark-theme .tw-tab__text,
.dark-theme .item-short__title,
.dark-theme .short-list__val,
.dark-theme .product-card__title,
.dark-theme .paging__val,
.dark-theme .button_second .button__text,
.dark-theme .product-watch__title,
.dark-theme .product-watch__text,
.dark-theme .category-item__title,
.dark-theme .category-head__title,
.dark-theme .brand-item__title,
.dark-theme .screen-section__title,
.dark-theme .product__name,
.dark-theme .product .product-price__current,
.dark-theme .advantage-item__text,
.dark-theme .switch__label,
.dark-theme .link,
.dark-theme .link a,
.dark-theme .phone-block__title,
.dark-theme .phone-block__title > a,
.dark-theme .top-line__city .city-select2__caption {
  color: #ffffff !important; }

.dark-theme .product_hovered .product__item-value,
.dark-theme .modal .button_second .button__text,
.dark-theme .order-info__top .link,
.dark-theme .oi-bar__value .link,
.dark-theme .cart-item .ci-similar__show .link,
.dark-theme .drop-empty__button .button_second .button__text,
.dark-theme .login-form__element .button_second .button__text,
.dark-theme .oi-enter__button .button_second .button__text,
.dark-theme .mc-bar__button .button__text,
.dark-theme .product-text .text .f-drawer__switch .switch__label,
.dark-theme .product-services__city .link,
.dark-theme .product-info__col .link,
.dark-theme .product-info__button .button_second .button__text,
.dark-theme .search-keys__element .button_second .button__text,
.dark-theme .m-menu__footer .switch__label,
.dark-theme .advantage-item:hover .advantage-item__text,
.dark-theme .cabinet-filters__part .switch__label,
.dark-theme .cabinet-filters__filter .tw-tab__text,
.dark-theme .product_hovered .product__name,
.dark-theme .product_hovered .product-price__current,
.dark-theme .collection__item .product-price__current,
.dark-theme .collection__item .product__name,
.dark-theme .alphabet__item_selected .alphabet__link, .dark-theme .filter-links__link-main > .link > .link__text,
.dark-theme .filter-links__link-sub > .link > .link__text, .dark-theme .category-list__li > .link > .link__text,
.dark-theme .filter-item__button > .link > .link__text,
.dark-theme .category-list__tabs .tw-tab_primary .tw-tab__text {
  color: #303030 !important; }

.dark-theme .cart-recover__top {
  background-color: transparent;
  border: 1px solid #EDEDED; }

.dark-theme .cart-recover__title {
  color: #999999; }

.dark-theme .basket-info__element .link__icon svg * {
  fill: #999999 !important; }

.dark-theme .user-favs__group,
.dark-theme .product-feeds__head {
  border-bottom-color: #999999; }

.dark-theme .link_iconic:hover .link__icon svg * {
  fill: #1c8820 !important; }

.dark-theme .category-list__li .link {
  color: #1B1B1B; }

.dark-theme .collections__bottom,
.dark-theme .text hr {
  border-top-color: #999999; }

.dark-theme .text a,
.dark-theme .product-services__city .link:hover,
.dark-theme .product-info__col .link:hover,
.dark-theme .search-drop__link .link:hover,
.dark-theme .category-list__li .link:hover,
.dark-theme .short-profile__logout .link:hover,
.dark-theme .short-profile__button .link:hover,
.dark-theme .service-item__title:hover,
.dark-theme .collections__item2 .link:hover,
.dark-theme .double-block__link .link:hover {
  color: #1c8820; }

.dark-theme .slide-btn:hover svg * {
  fill: #1B1B1B; }

.dark-theme .article-share__icon svg *,
.dark-theme .slide-btn__icon svg * {
  fill: #1c8820; }

.dark-theme .soc-list__item .button__icon svg *:not(.no-color),
.dark-theme .advantage-item__icon svg *:not(.no-color),
.dark-theme .registration .button_iconic .button__icon svg *:not(.no-color),
.dark-theme .product-code__icon svg *:not(.no-color),
.dark-theme .gtc-thumb__icon svg *:not(.no-color),
.dark-theme .button_second .button__icon svg *:not(.no-color) {
  fill: #ffffff; }

.dark-theme .soc-list__item .button__icon svg *:not(.no-color),
.dark-theme .product-info__button .button_second .button__icon svg *:not(.no-color) {
  fill: #303030; }

.dark-theme .soc-list__item svg * {
  fill: #ffffff !important; }

.dark-theme .modal__button .button_second .button__text {
  color: #303030; }

.dark-theme .brands-list__title {
  color: #999999; }

.dark-theme .brands-list__row {
  border-top-color: #999999; }

.dark-theme .screen-section__title:before {
  background-image: url("/assets/images/static/title-decor-2.png"); }

.dark-theme .registration__socials-list .soc-list__item svg * {
  fill: #303030 !important; }

.dark-theme .login-info__dd .jq-dropdown ul li .link__text {
  color: #303030 !important; }

.dark-theme .login-info__dd .jq-dropdown ul li:hover .link__text {
  color: #1c8820 !important; }

.dark-theme .category-list__link .link__text {
  color: #303030 !important; }

.dark-theme .registration__socials-top:before,
.dark-theme .hr {
  background-color: #999999; }

.dark-theme .feature__icon,
.dark-theme .d-adv-item__icon {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 4px; }

.dark-theme .news-item:before {
  background-color: #999999; }

.dark-theme .ts-container {
  background: linear-gradient(180deg, #1B1B1B 0%, #303030 64.58%); }

.dark-theme .decorative2 {
  background: linear-gradient(180deg, #1B1B1B 0%, #303030 52.08%); }
  .dark-theme .decorative2:before {
    background-image: url("/assets/images/static/black-pattern-top.png"); }
  @media (max-width: 1024px) {
    .dark-theme .decorative2 {
      background-image: url("/assets/images/static/black-pattern-top-min.png"); } }
  @media (max-width: 767px) {
    .dark-theme .decorative2 {
      background-image: url("/assets/images/static/black-patter-top-mobile.png"); } }

.dark-theme .category-head {
  background: linear-gradient(180deg, #1B1B1B 0%, #303030 64.58%); }

.dark-theme .decorative:before, .dark-theme .decorative:after {
  background-image: url("/assets/images/static/black-pattern-top.png"); }
  @media (max-width: 1024px) {
    .dark-theme .decorative:before, .dark-theme .decorative:after {
      background-image: url("/assets/images/static/black-pattern-top-min.png"); } }
  @media (max-width: 767px) {
    .dark-theme .decorative:before, .dark-theme .decorative:after {
      background-image: url("/assets/images/static/black-patter-top-mobile.png"); } }

.dark-theme .text h1, .dark-theme .text h2, .dark-theme .text h3, .dark-theme .text h4, .dark-theme .text h5, .dark-theme .text h6 {
  color: #ffffff; }

.dark-theme .text ol li,
.dark-theme .text ol li:before,
.dark-theme .text ul:not(.slick-dots):not(.jq-dropdown-menu) li,
.dark-theme .text p {
  color: #ffffff; }

.dark-theme .double-block__text:before,
.dark-theme .product-text__container:after,
.dark-theme .st-block__overflow:before {
  background: linear-gradient(180deg, rgba(48, 48, 48, 0) 0%, #303030 100%); }

.dark-theme .logo__wrapper {
  display: none; }
  .dark-theme .logo__wrapper_dark {
    display: block; }

.dark-theme .modal-cart__bottom .tw-tab__text {
  color: #1B1B1B; }

.dark-theme .list-bar {
  border-bottom-color: #999999; }

.dark-theme .switcher-button {
  background-color: #ffffff;
  border-radius: 6px; }

.dark-theme .search-drop__link .link,
.dark-theme .short-profile__logout .link,
.dark-theme .short-profile__button .link,
.dark-theme .jq-dropdown-menu .link,
.dark-theme .filter-item .link,
.dark-theme .modal .link {
  color: #1B1B1B; }

.dark-theme .compile-item {
  background-color: #ffffff; }

.dark-theme .top-filters__title {
  color: #999999; }

.dark-theme .compilations:before {
  display: none; }

.dark-theme .u-fast-links__icon,
.dark-theme .adv-item__image {
  background-image: url("/assets/images/static/adv-bg4.png"); }

.dark-theme .color-card:not(.color-card_black) .button_second .button__text {
  color: #303030; }

.dark-theme .short-profile .button_second {
  border-color: #D9D9D9; }
  .dark-theme .short-profile .button_second .button__text {
    color: #1B1B1B; }
  .dark-theme .short-profile .button_second:hover {
    border-color: #1c8820; }

@media (max-width: 1023px) {
  .dark-theme .product-char__val,
  .dark-theme .product-feed__comment-more .button__text,
  .dark-theme .product-feed__comment-text,
  .dark-theme .product-feed__title,
  .dark-theme .product-feeds__title,
  .dark-theme .product-rules__text,
  .dark-theme .product-rules__title,
  .dark-theme .product-char__text-row,
  .dark-theme .product-content__title,
  .dark-theme .product-char__title,
  .dark-theme .product-text__link .link,
  .dark-theme .product-char__title {
    color: #303030 !important; }
  .dark-theme .product-feeds__head {
    border-bottom-color: #EDEDED; }
  .dark-theme .product-feed__comment-more .button__icon svg *:not(.no-color) {
    fill: #1B1B1B; }
  .dark-theme .product-text__container:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
  .dark-theme .product-text__container .text {
    color: #303030 !important; }
    .dark-theme .product-text__container .text h1, .dark-theme .product-text__container .text h2, .dark-theme .product-text__container .text h3, .dark-theme .product-text__container .text h4, .dark-theme .product-text__container .text h5, .dark-theme .product-text__container .text h6 ul li,
    .dark-theme .product-text__container .text p {
      color: #303030 !important; } }

.btn {
  /* margin-top: 25px;*/
  height: 46px;
  width: 225px;
  color: #1b1b1b;
  border: 2px solid #ededed;
  font-family: MSemiBold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: background 0.3s; }
  @media (max-width: 768px) {
    .btn {
      width: 100%;
      margin-top: 15px; } }
  .no-touchevents .btn:hover {
    border: 2px solid #d9d9d9; }
  .btn_yellow {
    background: #1c8820;
    border: 2px solid #1c8820; }
    .no-touchevents .btn_yellow:hover {
      background: #1b1b1b;
      border: 2px solid #1b1b1b;
      color: #1c8820; }
  .btn_black {
    background: #1b1b1b;
    border: 0;
    color: #fff; }
    .no-touchevents .btn_black:hover {
      background: #1c8820;
      border: 0;
      color: #1b1b1b; }

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.flex-v {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-center-v {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.flex-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.flex-center-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.flex-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }
  .flex-image img {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    max-height: inherit; }

.flex-image-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }
  .flex-image-in img {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%; }

@font-face {
  font-family: "Acrom";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/subset-Acrom-Medium.eot");
  src: url("/assets/fonts/subset-Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/subset-Acrom-Medium.woff2") format("woff2"), url("/assets/fonts/subset-Acrom-Medium.woff") format("woff"), url("/assets/fonts/subset-Acrom-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Acrom";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/subset-Acrom-Bold.eot");
  src: url("/assets/fonts/subset-Acrom-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/subset-Acrom-Bold.woff2") format("woff2"), url("/assets/fonts/subset-Acrom-Bold.woff") format("woff"), url("/assets/fonts/subset-Acrom-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Acrom";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/subset-Acrom-Regular.eot");
  src: url("/assets/fonts/subset-Acrom-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/subset-Acrom-Regular.woff2") format("woff2"), url("/assets/fonts/subset-Acrom-Regular.woff") format("woff"), url("/assets/fonts/subset-Acrom-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Acrom";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/subset-Acrom-Light.eot");
  src: url("/assets/fonts/subset-Acrom-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/subset-Acrom-Light.woff2") format("woff2"), url("/assets/fonts/subset-Acrom-Light.woff") format("woff"), url("/assets/fonts/subset-Acrom-Light.ttf") format("truetype"); }

.mce-content-body table, .mce-content-body tr, .mce-content-body td,
.text table,
.text tr,
.text td {
  height: auto !important; }

.mce-content-body td,
.text td {
  border: 1px solid #d9d9d9;
  vertical-align: top;
  padding: 5px; }

.mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu),
.text ul:not(.slick-dots):not(.jq-dropdown-menu) {
  margin-bottom: 16px; }
  .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu):last-child,
  .text ul:not(.slick-dots):not(.jq-dropdown-menu):last-child {
    margin-bottom: 0; }
  .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li,
  .text ul:not(.slick-dots):not(.jq-dropdown-menu) li {
    margin-bottom: 16px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
    .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
    .text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      background-image: url("/assets/images/svg/tw-rhomb.svg");
      width: 20px;
      height: 20px; }
    .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:last-child,
    .text ul:not(.slick-dots):not(.jq-dropdown-menu) li:last-child {
      margin-bottom: 0; }
  .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu).jq-dropdown-menu li:before,
  .text ul:not(.slick-dots):not(.jq-dropdown-menu).jq-dropdown-menu li:before {
    content: none; }

.mce-content-body ol,
.text ol {
  margin: 5px 0 25px;
  counter-reset: myCounter; }
  .mce-content-body ol li,
  .text ol li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 16px; }
    .mce-content-body ol li:last-child,
    .text ol li:last-child {
      margin-bottom: 0; }
    .mce-content-body ol li:before,
    .text ol li:before {
      counter-increment: myCounter;
      content: counter(myCounter);
      color: #303030;
      width: 40px;
      height: 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-weight: bold;
      font-size: 21px;
      line-height: 115%;
      border-radius: 100%;
      border: 1px solid #1c8820;
      margin-right: 16px; }

.mce-content-body b,
.mce-content-body strong,
.text b,
.text strong {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

.mce-content-body p,
.text p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
  color: #303030; }
  .mce-content-body p:last-child,
  .text p:last-child {
    margin-bottom: 0; }
  .mce-content-body p .bold,
  .text p .bold {
    font-weight: 500;
    color: inherit; }

.mce-content-body h3,
.text h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  margin-bottom: 16px; }

.mce-content-body h4,
.text h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 16px; }

.mce-content-body h5,
.text h5 {
  font-weight: bold;
  font-size: 21px;
  line-height: 115%;
  margin-bottom: 16px; }

.mce-content-body h6,
.text h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 112%;
  color: #303030;
  margin-bottom: 16px; }

.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%; }

.mce-content-body small,
.text small {
  font-size: 16px;
  line-height: 140%;
  color: #999999; }

.mce-content-body iframe,
.text iframe {
  margin: 16px 0 32px; }

.mce-content-body .video,
.text .video {
  width: 100%;
  max-width: 740px;
  border-radius: 6px;
  overflow: hidden; }
  .mce-content-body .video:before,
  .text .video:before {
    content: '';
    position: absolute;
    background: linear-gradient(2.17deg, #171C22 -1.09%, rgba(23, 28, 34, 0.991354) 5.41%, rgba(23, 28, 34, 0.964494) 11.91%, rgba(23, 28, 33, 0.918348) 18.4%, rgba(23, 27, 32, 0.852603) 24.9%, rgba(23, 27, 31, 0.768248) 31.4%, rgba(22, 26, 30, 0.668149) 37.9%, rgba(22, 25, 29, 0.557353) 44.4%, rgba(22, 25, 28, 0.442747) 50.9%, rgba(22, 24, 27, 0.331951) 57.4%, rgba(21, 23, 26, 0.231852) 63.89%, rgba(21, 23, 25, 0.147497) 70.39%, rgba(21, 22, 24, 0.0817517) 76.89%, rgba(21, 22, 23, 0.0356065) 83.39%, rgba(21, 22, 23, 0.00874633) 89.89%, rgba(21, 22, 23, 0.0001) 96.39%);
    opacity: 0.5;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 46.04%;
    z-index: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
  .mce-content-body .video__wrapper,
  .text .video__wrapper {
    overflow: hidden;
    border-radius: 6px;
    padding-bottom: 56.35135135135135%; }
    .mce-content-body .video__wrapper iframe,
    .text .video__wrapper iframe {
      margin: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 6px; }

.mce-content-body a,
.text a {
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #1B1B1B;
  transition: color 0.2s ease-in-out 0s; }
  .mce-content-body a:hover,
  .text a:hover {
    color: #1c8820; }

@media (max-width: 1023px) {
  .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6,
  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 24px;
    line-height: 115%; }
  .mce-content-body .video,
  .text .video {
    max-width: none; } }

@media (max-width: 767px) {
  .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6,
  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 21px; }
  .mce-content-body ul li,
  .text ul li {
    margin-bottom: 8px; } }

.form__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px; }
  .form__line_n {
    margin-bottom: 0; }
  .form__line:last-child {
    margin-bottom: 0; }
  .form__line .form__element {
    margin-right: 20px; }
    .form__line .form__element:last-child {
      margin-right: 0; }
  @media (max-width: 768px) {
    .form__line {
      display: block; } }

.form__element {
  width: 100%;
  margin-bottom: 10px; }
  .form__element .btn {
    width: 100% !important; }

.form__input {
  width: 100%; }

.form__caption {
  font-family: MMedium, sans-serif;
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  display: block;
  padding-bottom: 10px; }

.form__required {
  color: #ff002b;
  top: -2px;
  display: inline; }

.form__privacy {
  color: #999999;
  font-size: 12px;
  line-height: 15px;
  font-family: MRegular, sans-serif;
  margin-top: 20px; }
  .form__privacy a {
    color: #999999; }

picture {
  width: 100%;
  height: 100%; }

:-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 115%;
  color: #999999; }

::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 115%;
  color: #999999; }

:-ms-input-placeholder {
  font-size: 16px;
  line-height: 115%;
  color: #999999; }

::-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 115%;
  color: #999999; }

textarea {
  min-height: 80px;
  height: inherit;
  padding: 10px 15px;
  font-size: 14px; }

input.input-style_error {
  border: 1px solid #FF002C !important; }
  input.input-style_error ~ .field__label {
    color: #FF002C; }
  input.input-style_error ~ .field__icon {
    background-image: url("/assets/images/svg/tw-alert-circle.svg"); }
    input.input-style_error ~ .field__icon .svg-icon {
      opacity: 0; }

input.input-style_ok {
  border: 1px solid #1CCD6F !important; }
  input.input-style_ok ~ .field__icon {
    background-image: url("/assets/images/svg/tw-check-circle.svg"); }
    input.input-style_ok ~ .field__icon .svg-icon {
      opacity: 0; }

.mfp-container {
  padding: 0 !important; }

.mfp-content {
  margin: 10px auto; }
  @media (max-width: 768px) {
    .mfp-content {
      margin: 0 auto; } }

@media (max-width: 468px) {
  .mfp-wrap {
    height: 100% !important; } }

.slick-list {
  width: 100%; }

.modal_partner {
  width: 820px; }
  @media (max-width: 825px) {
    .modal_partner {
      max-width: 730px;
      width: inherit; } }

.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before, .select2-results__icon {
  background-repeat: no-repeat;
  background-position: center center; }

.notification__icon, .notification__close, .mce-content-body ul:not(.slick-dots):not(.jq-dropdown-menu) li:before,
.text ul:not(.slick-dots):not(.jq-dropdown-menu) li:before, .select2-selection--multiple:before,
.select2-selection__arrow, .select-cbs__icon, .about-head, .advantage-item:before, .u-fast-links__icon, .callback-bar:before, .datepicker-caret, .delivery-attention__item:before, .compile-modal-icon, .product-big-slider__nav-item, .product-rules__icon, .rating__item, .screen-section__title:before, .adv-item__image, .spec-banner__wrapper, .product-char__item_2:before, .decorative2:before {
  background-size: cover; }

.select2-results__icon {
  background-size: contain; }

.select2-selection__content, .select2-results__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.notification__close, .button__wrapper, .cbs .icheckbox,
.cbs .iradio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.button_lg {
  height: 48px;
  padding: 8px 16px; }

.button_md {
  padding: 8px 16px;
  height: 40px; }

.button_sm {
  height: 32px;
  padding: 6px 8px; }

.notification__close:after, .select-box__note:after, .cbs_primary .iradio:after, .cbs_second .iradio:after, .field__switch:after, .brand-preview__image, .brand-item:before, .datepicker--cell-day:before, .products-block_row .product:before, .product__content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mce-content-body .video__wrapper iframe,
.text .video__wrapper iframe, .cbs_primary .iradio:before, .field__eye, .link__icon-hover, .a-image-text__image, .a-thumb__image, .a-double-image__img, .contacts-inform__map .map, .block-404:before, .block-404__slide, .brand-item__logo-inner .image, .cart-progress__progress:before, .catalog-item__image, .collection-full__image, .dg-item__inner .image, .employee-info__image-inner .image, .news-item__image, .news-item__content:before, .product-big-slider__image, .product__image, .promo-item__image, .service-item__image, .map, .spec-banner__image, .top-slider__slide-wrapper, .top-slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ps-scrollbar-y-rail {
  width: 8px !important;
  background-color: #EDEDED !important;
  opacity: 1 !important; }

.ps-scrollbar-y {
  margin: 2px 0;
  left: 2px !important;
  width: 4px !important;
  border-radius: 10px !important;
  min-height: 60px !important; }

select.required ~ .select2 .select2-selection__placeholder,
select.required ~ .select__label {
  padding-right: 10px; }
  select.required ~ .select2 .select2-selection__placeholder:after,
  select.required ~ .select__label:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F92E47;
    border-radius: 100%; }

.select2-selection__choice {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0; }

.select2-selection__choice__remove {
  display: none !important; }

.select2-search__field {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 115% !important;
  font-family: "Acrom", sans-serif !important;
  color: #303030 !important;
  margin-top: 0 !important; }

.select-placeholder-label ~ .select2 .select2-selection__placeholder {
  font-size: 16px !important;
  line-height: 115% !important;
  color: #1c8820 !important; }

.select2-container.select2-container--focus .select2-selection--single, .select2-container.select2-container--open .select2-selection--single {
  border-color: #1c8820;
  box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4) !important; }

.select2-container .select2-selection__rendered {
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 115% !important;
  padding-left: 8px;
  padding-right: 8px;
  color: #303030 !important; }

.select2-container .select2-selection__placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #FEE8EB !important; }

.select2-container--default .select2-selection--single {
  height: 40px; }

.select2-container--default .select2-selection__rendered {
  padding-top: 16px;
  padding-bottom: 16px; }

.select2-container--lg .select2-selection--single {
  height: 48px; }

.select2-container--lg .select2-selection__rendered {
  padding-top: 20px;
  padding-bottom: 20px; }

.select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
  border-radius: 4px !important;
  border: 0;
  box-shadow: inset 0 0 0 1px #EDEDED;
  background-color: #ffffff !important;
  transition: box-shadow .3s !important;
  transition: border-color 0.2s ease-in-out 0s; }

.select2-container .select2-selection--multiple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
  box-shadow: 0 0 0 1px #D9D9D9 inset !important;
  border-radius: 4px !important; }

.select2-selection__rendered li {
  font-size: 14px;
  line-height: 115%;
  color: #303030; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none; }

.select2-container--open .select2-selection--multiple {
  box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4), 0 0 0 1px #1c8820 inset !important; }

.select2-selection--multiple:before {
  content: ''; }

.select2-selection--multiple:before,
.select2-selection__arrow {
  position: absolute;
  width: 24px !important;
  height: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 8px !important;
  background-image: url("/assets/images/svg/tw-caret-down.svg"); }
  .select2-container--focus .select2-selection--multiple:before,
  .select2-container--open .select2-selection--multiple:before, .select2-container--focus
  .select2-selection__arrow,
  .select2-container--open
  .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg); }
  .select2-container--open .select2-selection--multiple:before, .select2-container--open
  .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg) !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted {
  background-color: #FFFCEE; }

.select2-results__option[aria-selected=true] {
  color: #303030 !important;
  background-color: transparent !important; }
  .select2-results__option[aria-selected=true] > span {
    color: #999999; }
    .select2-results__option[aria-selected=true] > span .link__icon svg * {
      fill: color(dark1); }
    .select2-results__option[aria-selected=true] > span .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%;
      color: color(dark1); }
    .select2-results__option[aria-selected=true] > span .link_active .link__icon svg * {
      fill: color(danger); }
    .select2-results__option[aria-selected=true] > span .link_active .link__text {
      color: #F92E47 !important; }
  .select2-results__option[aria-selected=true] .select-cbs {
    background-color: #1c8820; }
    .select2-results__option[aria-selected=true] .select-cbs__icon {
      opacity: 1; }

.select2-results__options {
  position: relative !important;
  max-height: 240px !important;
  overflow: hidden !important; }

.select2-selection__placeholder {
  position: relative; }

.select2-container--below ~ .select__label,
.select2-container--above ~ .select__label,
.select2-container--focus ~ .select__label {
  font-size: 12px;
  line-height: 1.15;
  top: 6px;
  transform: translateY(0); }
  .select2-container--below ~ .select__label:after,
  .select2-container--above ~ .select__label:after,
  .select2-container--focus ~ .select__label:after {
    width: 4px !important;
    height: 4px !important; }

.select2-dropdown {
  margin-top: 5px;
  border: 1px solid #1c8820 !important;
  border-radius: 8px !important;
  overflow: hidden; }

.select2-results__option {
  min-height: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #303030 !important;
  padding: 10px 8px;
  border-bottom: 1px solid #EDEDED; }
  .select2-results__option:last-child {
    border-bottom: 0; }

.select-cbs {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 8px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #EDEDED; }
  .select-cbs__icon {
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/svg/tw-check.svg");
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s; }

.select-box__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ffffff;
  transition: background-color 0.2s ease-in-out 0s; }
  .select-box__top:before {
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    -ms-flex: 0 0 4px;
        flex: 0 0 4px;
    background-color: #1c8820;
    border-radius: 10px;
    opacity: 0; }

.select-box__icon {
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-right: 6px; }

.select-box__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #303030;
  -ms-flex: 1;
      flex: 1; }

.select-box__note {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  background-color: #EDEDED;
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #999999;
  margin-left: 8px;
  border-radius: 100%;
  cursor: pointer; }
  .select-box__note:after {
    content: '';
    width: 40px;
    height: 40px; }

.select-box__bottom {
  margin-top: 4px;
  border: 1px solid #1c8820;
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 100;
  overflow: hidden; }

.select-box__wrapper {
  position: relative;
  overflow: auto;
  max-height: 320px; }
  .select-box__wrapper_offset {
    margin-top: 40px; }

.select-box__item_hide {
  display: none; }

.select-box__item .cbs {
  padding: 8px; }

.select-box__item .cbs__label {
  font-size: 14px;
  line-height: 115%;
  color: #303030; }

.select-box__inputs {
  display: -ms-flexbox;
  display: flex; }

.select-box__input {
  width: 50%;
  border-bottom: 1px solid #EDEDED; }

.select-box__delimiter {
  background-color: #EDEDED;
  -ms-flex: 0 0 1px;
      flex: 0 0 1px; }

.select-box__range {
  padding: 16px 0; }
  .select-box__range-inner {
    padding: 5px 8px;
    height: 20px; }

.select-box__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px solid #EDEDED; }
  .select-box__search .field__input {
    padding-left: 40px;
    border: 0; }
    .select-box__search .field__input:focus {
      box-shadow: none !important; }
    .select-box__search .field__input:-ms-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      line-height: 115%;
      color: #999999; }
    .select-box__search .field__input::placeholder {
      font-weight: 400;
      font-size: 14px;
      line-height: 115%;
      color: #999999; }
  .select-box__search .field__icon:before {
    display: none; }
  .select-box__search .field__icon svg * {
    fill: #D9D9D9; }

.select-box:not(.select-box_open):hover .select-box__top {
  background-color: #FFFCEE; }

.select-box_open .select-box__top {
  border-color: #1c8820;
  box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4);
  z-index: 1; }

.select-box_open .select-box__bottom {
  display: block; }

.select-box_open .select-box__icon {
  transform: rotate(180deg); }
  .select-box_open .select-box__icon svg * {
    fill: #E5C400; }

.select-box_selected .select-box__top:before {
  opacity: 1; }

@media (max-width: 767px) {
  .select-box__top {
    padding: 8px; } }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/* generated with grunt-sass-globbing */
.badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px;
  border-radius: 4px;
  height: 32px;
  cursor: pointer; }
  .badge__text {
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 115%; }
    .product .badge__text {
      font-size: 12px;
      line-height: 100%; }
    .badge__text + .badge__icon {
      margin-right: 0;
      margin-left: 6px; }
  .badge__icon {
    width: 20px;
    height: 20px;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    margin-right: 6px; }
  .badge_sm {
    height: 24px;
    padding: 4px 6px; }
    .product .badge_sm {
      height: 22px;
      padding: 2px 4px; }
    .badge_sm .badge__text + .badge__icon {
      margin-right: 0;
      margin-left: 4px; }
    .badge_sm .badge__icon {
      width: 16px;
      height: 16px;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
      margin-left: 0;
      margin-right: 4px; }
  .badge_primary {
    background-color: #1c8820; }
    .badge_primary .badge__text {
      color: #fff; }
    .badge_primary .badge__icon svg * {
      fill: #303030; }
    .badge_primary.badge_outline {
      background-color: transparent;
      border: 1px solid #1c8820; }
      .badge_primary.badge_outline .badge__text {
        font-weight: 500;
        color: #1c8820; }
  .badge_second {
    background-color: #1CCD6F; }
    .badge_second .badge__text {
      color: #ffffff; }
    .badge_second .badge__icon svg * {
      fill: #ffffff; }
  .badge_third {
    background-color: #FF002C; }
    .badge_third .badge__text {
      color: #ffffff; }
    .badge_third .badge__icon svg * {
      fill: #ffffff; }
  .badge_profit {
    background-color: #FEE8EB; }
    .badge_profit .badge__text {
      color: #FF002C; }
    .badge_profit .badge__icon svg * {
      fill: #FF002C; }
  .badge_quater {
    background-color: #FFA500; }
    .badge_quater .badge__text {
      color: #ffffff; }
    .badge_quater .badge__icon svg * {
      fill: #ffffff; }
  @media (max-width: 1023px) {
    .badge_sm {
      height: 20px; }
      .product .badge_sm {
        height: 18px; }
    .badge__text {
      font-size: 12px;
      line-height: 100%; }
      .product .badge__text {
        font-size: 11px; } }

.button {
  width: 100%;
  display: inline-block;
  position: relative;
  border: none;
  text-align: center;
  border-radius: 6px;
  box-shadow: none;
  transition: background-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  cursor: pointer; }
  .button__wrapper {
    height: 100%; }
  .button__text {
    display: inherit;
    font-family: "Acrom", sans-serif;
    font-weight: 700;
    line-height: 100%;
    color: #1B1B1B;
    transition: color 0.2s ease-in-out 0s; }
    .button_primary .button__text {
    	color: #fff;
    }
    .button__icon .svg-icon.white svg * {
    	fill:#1B1B1B;
    }
    .button__icon svg *
    .button__text_hidden {
      display: none; }
  .button__icon {
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px; }
    .button__icon svg * {
      fill: #fff;
      transition: fill 0.2s ease-in-out 0s; }
    .button__icon_hover, .button__icon_active, .button__icon_hidden {
      display: none; }
  .button_lg .button__text {
    font-size: 18px; }
    .button_lg .button__text + .button__icon {
      margin-left: 16px; }
  .button_lg .button__icon + .button__text {
    margin-left: 16px; }
  .button_md .button__text {
    font-size: 16px; }
    .button_md .button__text + .button__icon {
      margin-left: 8px; }
  .button_md .button__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
    .button_md .button__icon + .button__text {
      margin-left: 8px; }
  .button_sm .button__text {
    font-size: 14px; }
    .button_sm .button__text + .button__icon {
      margin-left: 4px; }
  .button_sm .button__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px; }
    .button_sm .button__icon + .button__text {
      margin-left: 4px; }
  .button_primary {
    background-color: #1c8820; }
    .button_primary:hover {
      background-color: #1B1B1B; }
      .button_primary:hover .button__text {
        color: #ffffff; }
      .button_primary:hover .button__icon svg * {
        fill: #ffffff; }
    .button_primary:focus {
      background-color: #1c8820;
      box-shadow: 0px 0px 0px 4px rgba(255, 240, 153, 0.4); }
      .button_primary:focus .button__text {
        color: #1B1B1B; }
      .button_primary:focus .button__icon svg * {
        fill: #1B1B1B; }
    .button_primary.disabled, .button_primary:disabled {
      cursor: not-allowed;
      background-color: #EDEDED !important;
      border: 0 !important;
      box-shadow: none !important; }
      .button_primary.disabled:before, .button_primary:disabled:before {
        display: none; }
      .button_primary.disabled .button__text, .button_primary:disabled .button__text {
        color: #D9D9D9 !important; }
      .button_primary.disabled .button__icon svg *, .button_primary:disabled .button__icon svg * {
        fill: #D9D9D9 !important; }
  .button_second {
    background-color: transparent;
    border: 1px solid #D9D9D9; }
    .button_second:hover {
      border-color: #1c8820; }
    .button_second:focus {
      background-color: #ffffff;
      box-shadow: 0 0 0 1px #1c8820, 0 0 0 4px rgba(255, 240, 153, 0.4); }
      .button_second:focus:before {
        opacity: 0; }
    .button_second.disabled, .button_second:disabled {
      cursor: not-allowed;
      background-color: transparent !important;
      border: 1px solid #EDEDED !important;
      box-shadow: none !important; }
      .button_second.disabled .button__text, .button_second:disabled .button__text {
        color: #EDEDED !important; }
      .button_second.disabled .button__icon svg *, .button_second:disabled .button__icon svg * {
        fill: #EDEDED !important; }
  .button_third {
    background-color: #EDEDED; }
    .button_third:hover {
      background-color: #F9F9F9; }
    .button_third:focus {
      background-color: #ffffff;
      box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4); }
    .button_third.disabled, .button_third:disabled {
      cursor: not-allowed;
      background-color: #EDEDED !important;
      border: 0 !important;
      box-shadow: none !important; }
      .button_third.disabled:before, .button_third:disabled:before {
        display: none; }
      .button_third.disabled .button__text, .button_third:disabled .button__text {
        color: #D9D9D9 !important; }
      .button_third.disabled .button__icon svg *, .button_third:disabled .button__icon svg * {
        fill: #D9D9D9 !important; }
  .button_quater {
    background-color: #000000; }
    .button_quater .button__text {
      color: #ffffff; }
    .button_quater .button__icon svg * {
      fill: #ffffff; }
    .button_quater:hover {
      background-color: #1c8820; }
      .button_quater:hover .button__text {
        color: #1B1B1B; }
      .button_quater:hover .button__icon svg * {
        fill: #1B1B1B; }
    .button_quater:focus {
      box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4);
      background-color: #ffffff; }
      .button_quater:focus .button__text {
        color: #1c8820; }
      .button_quater:focus .button__icon svg * {
        fill: #1c8820; }
    .button_quater.disabled, .button_quater:disabled {
      cursor: not-allowed;
      background-color: #EDEDED !important;
      border: 0 !important;
      box-shadow: none !important; }
      .button_quater.disabled:before, .button_quater:disabled:before {
        display: none; }
      .button_quater.disabled .button__text, .button_quater:disabled .button__text {
        color: #D9D9D9 !important; }
      .button_quater.disabled .button__icon svg *, .button_quater:disabled .button__icon svg * {
        fill: #D9D9D9 !important; }
  .button_iconic, .button_iconic-fill, .button_iconic-round {
    padding: 0; }
    .button_iconic.button_lg, .button_iconic-fill.button_lg, .button_iconic-round.button_lg {
      min-width: 48px;
      max-width: 48px; }
    .button_iconic.button_md, .button_iconic-fill.button_md, .button_iconic-round.button_md {
      min-width: 40px;
      max-width: 40px; }
    .button_iconic.button_sm, .button_iconic-fill.button_sm, .button_iconic-round.button_sm {
      min-width: 32px;
      max-width: 32px; }
    .button_iconic .button__wrapper, .button_iconic-fill .button__wrapper, .button_iconic-round .button__wrapper {
      -ms-flex-pack: center;
          justify-content: center; }
    .button_iconic .button__icon, .button_iconic-fill .button__icon, .button_iconic-round .button__icon {
      margin: 0 !important; }
    .button_iconic .button__text, .button_iconic-fill .button__text, .button_iconic-round .button__text {
      display: none; }
  .button_iconic {
    background-color: transparent;
    box-shadow: 0 0 0 1px #EDEDED inset; }
    .button_iconic:hover {
      box-shadow: 0 0 0 1px #1c8820 inset; }
    .button_iconic:focus {
      background-color: #ffffff;
      box-shadow: 0 0 0 1px #1c8820 inset, 0 0 0 4px rgba(255, 240, 153, 0.4); }
      .button_iconic:focus .button__icon svg * {
        fill: #1c8820; }
  .button_iconic-fill {
    background-color: #1c8820; }
    .button_iconic-fill:hover {
      background-color: #000000; }
      .button_iconic-fill:hover .button__icon svg * {
        fill: #ffffff; }
    .button_iconic-fill:focus {
      background-color: #1c8820;
      box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4); }
      .button_iconic-fill:focus .button__icon svg * {
        fill: #1B1B1B; }
  .button_iconic-round {
    background-color: #000000;
    border-radius: 100%; }
    .button_iconic-round .button__icon svg * {
      fill: #ffffff; }
    .button_iconic-round:hover {
      background-color: #1c8820; }
      .button_iconic-round:hover .button__icon svg * {
        fill: #1B1B1B; }
    .button_iconic-round:focus {
      background-color: #1c8820;
      box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4); }
      .button_iconic-round:focus .button__icon svg * {
        fill: #1B1B1B; }
  .button.active .button__icon {
    display: none; }
    .button.active .button__icon_active {
      display: -ms-flexbox;
      display: flex; }

.cbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .cbs__color {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    width: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    border-radius: 32px;
    margin-left: 10px;
    border: 1px solid #ddd; }
  .cbs__image {
    height: 64px;
    width: 64px;
    -ms-flex: 0 0 64px;
        flex: 0 0 64px;
    margin-left: 10px;
    background-size: cover; }
  .cbs .icheckbox,
  .cbs .iradio {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    border-radius: 4px;
    transition: border-width 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s;
    overflow: hidden; }
    .cbs .icheckbox.disabled,
    .cbs .iradio.disabled {
      box-shadow: none !important;
      background: #F9F9F9 !important;
      border: 1px solid #EDEDED !important; }
      .cbs .icheckbox.disabled:before,
      .cbs .iradio.disabled:before {
        width: 0;
        height: 0; }
      .cbs .icheckbox.disabled .cbs__check,
      .cbs .iradio.disabled .cbs__check {
        transform: scale(0); }
      .cbs .icheckbox.disabled + .cbs__label,
      .cbs .iradio.disabled + .cbs__label {
        color: #EDEDED !important; }
      .cbs .icheckbox.disabled.checked,
      .cbs .iradio.disabled.checked {
        background-color: #EDEDED !important; }
        .cbs .icheckbox.disabled.checked .cbs__check,
        .cbs .iradio.disabled.checked .cbs__check {
          transform: scale(1); }
  .cbs__label {
    font-size: 16px;
    line-height: 140%;
    color: #303030;
    margin-left: 8px;
    cursor: pointer; }
    .cbs__label a {
      font-size: inherit;
      color: inherit; }
  .cbs__check {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out 0s;
    transform: scale(0); }
    .focus .cbs__check {
      transform: scale(1); }
    .cbs__check svg * {
      fill: #1c8820;
      transition: fill 0.2s ease-in-out 0s; }
  .cbs_primary .icheckbox {
    background-color: #EDEDED; }
    .cbs_primary .icheckbox.focus {
      box-shadow: 0px 0px 0px 4px rgba(255, 240, 153, 0.4);
      background-color: #ffffff; }
      .cbs_primary .icheckbox.focus .cbs__check svg * {
        fill: #EDEDED; }
    .cbs_primary .icheckbox.checked {
      background-color: #1c8820; }
      .cbs_primary .icheckbox.checked .cbs__check {
        transform: scale(1);
        z-index: 1; }
        .cbs_primary .icheckbox.checked .cbs__check svg * {
          fill: #1B1B1B; }
      .cbs_primary .icheckbox.checked.focus {
        box-shadow: 0px 0px 0px 4px rgba(255, 240, 153, 0.4); }
  .cbs_primary .iradio {
    box-shadow: 0 0 0 1px #1c8820 inset;
    background-color: #ffffff; }
    .cbs_primary .iradio:before {
      content: '';
      background: linear-gradient(180deg, #00BDD6 0%, #06A8BD 100%);
      opacity: 0;
      transition: opacity 0.2s ease-in-out 0s; }
    .cbs_primary .iradio:after {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #ffffff;
      border-radius: 100%;
      opacity: 0; }
    .cbs_primary .iradio.focus {
      box-shadow: 0 0 0 4px rgba(201, 184, 172, 0.5); }
      .cbs_primary .iradio.focus:after, .cbs_primary .iradio.focus:before {
        opacity: 1; }
      .cbs_primary .iradio.focus:after {
        width: 16px;
        height: 16px; }
    .cbs_primary .iradio.checked:after, .cbs_primary .iradio.checked:before {
      opacity: 1; }
    .cbs_primary .iradio.checked.focus {
      box-shadow: 0 0 0 4px rgba(201, 184, 172, 0.5); }
    .cbs_primary .iradio.disabled {
      background-color: #F9F9F9;
      border: 6px solid #EDEDED !important; }
  .cbs_second .icheckbox {
    background: #ffffff;
    border: 1px solid #D9D9D9;
    transition: border-color 0.2s ease-in-out 0s; }
    .cbs_second .icheckbox .cbs__check {
      transform: scale(1); }
      .cbs_second .icheckbox .cbs__check svg * {
        filL: #EDEDED; }
    .cbs_second .icheckbox.focus {
      border-color: #1c8820;
      box-shadow: 0px 0px 0px 4px rgba(255, 240, 153, 0.4); }
    .cbs_second .icheckbox.checked {
      background-color: #1B1B1B;
      border-color: #1B1B1B; }
      .cbs_second .icheckbox.checked .cbs__check svg * {
        color: #ffffff; }
      .cbs_second .icheckbox.checked.focus {
        box-shadow: 0px 0px 0px 4px rgba(255, 240, 153, 0.4); }
  .cbs_second .iradio {
    background-color: #1c8820; }
    .cbs_second .iradio:after {
      content: '';
      width: 9.33px;
      height: 9.33px;
      background: #FEE8EB;
      transform: scale(0);
      transition: scale 0.2s ease-in-out 0s;
      border-radius: 100%; }
    .cbs_second .iradio.focus {
      box-shadow: 0 0 0 6px #FFFCEE inset, 0 0 0 3px rgba(72, 68, 149, 0.3); }
    .cbs_second .iradio.checked {
      box-shadow: 0 0 0 4px #FEE8EB inset; }
      .cbs_second .iradio.checked:before {
        transform: scale(1) translate(-50%, -50%); }
      .cbs_second .iradio.checked.focus {
        box-shadow: 0 0 0 4px #FFFCEE inset, 0 0 0 3px rgba(72, 68, 149, 0.3); }
        .cbs_second .iradio.checked.focus:before {
          background-color: #FFFCEE; }
    .cbs_second .iradio.disabled {
      border: 4px solid #EDEDED !important; }
      .cbs_second .iradio.disabled:before {
        width: 9.33px;
        height: 9.33px;
        background-color: #EDEDED; }
      .cbs_second .iradio.disabled.checked {
        background-color: transparent !important; }

.switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .switch .icheckbox {
    width: 56px;
    height: 32px;
    min-width: 56px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
    transition: border-color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s; }
    .switch .icheckbox:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 4px;
      width: 24px;
      height: 24px;
      background-color: #999999;
      border-radius: 50px;
      transition: left 0.2s ease-in-out 0s; }
    .switch .icheckbox.checked {
      border-color: #1c8820;
      background-color: #1c8820; }
      .switch .icheckbox.checked:before {
        left: calc(100% - 28px);
        background-color: #ffffff; }
  .switch_sm .icheckbox {
    width: 48px;
    height: 20px;
    min-width: 48px; }
    .switch_sm .icheckbox:before {
      width: 18px;
      height: 10px; }
    .switch_sm .icheckbox.checked:before {
      left: calc(100% - 22px); }
  .switch__label {
    font-size: 16px;
    line-height: 140%;
    color: #303030;
    margin-right: 8px; }
    .switch__label:last-child {
      margin-left: 8px;
      margin-right: 0; }
  .switch_second .icheckbox {
    border: 0;
    background-color: #EDEDED; }

.field {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .field__input, .field__textarea {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 115%;
    color: #303030;
    font-family: "Acrom", sans-serif;
    background-color: #ffffff; }
    .field__input:not(.disabled):not(:disabled):not(.input-style_error):not(.input-style_ok):not(:focus):hover, .field__textarea:not(.disabled):not(:disabled):not(.input-style_error):not(.input-style_ok):not(:focus):hover {
      border-color: #D9D9D9; }
    .field__input:not(.disabled):not(:disabled):focus, .field__textarea:not(.disabled):not(:disabled):focus {
      border-color: #1c8820;
      box-shadow: 0 0 0 4px rgba(255, 240, 153, 0.4); }
    .field__input.disabled, .field__input:disabled, .field__textarea.disabled, .field__textarea:disabled {
      background-color: #F9F9F9;
      border-bottom: 2px solid #EDEDED; }
      .field__input.disabled ~ .field__label, .field__input:disabled ~ .field__label, .field__textarea.disabled ~ .field__label, .field__textarea:disabled ~ .field__label {
        color: #EDEDED; }
        .field__input.disabled ~ .field__label:before, .field__input:disabled ~ .field__label:before, .field__textarea.disabled ~ .field__label:before, .field__textarea:disabled ~ .field__label:before {
          background-color: #EDEDED; }
  .field__input {
    padding: 0 50px 0 8px;
    z-index: 2;
    transition: border-color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, padding-left 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s; }
    .field__input_lg {
      height: 48px; }
      .field__input_lg ~ .field__icon,
      .field__input_lg ~ .field__status {
        top: auto;
        transform: none;
        bottom: 17px; }
    .field__input_md {
      height: 40px; }
      .field__input_md .field__clean {
        bottom: 11px; }
    .field__input_icon {
      padding-left: 50px; }
      .field__input_icon ~ .field__label {
        left: 50px !important; }
    .field__input:disabled ~ .field__icon svg *, .field__input.disabled ~ .field__icon svg * {
      fill: #EDEDED; }
  .field__textarea {
    box-sizing: border-box;
    min-height: 100px;
    padding: 9px;
    transition: box-shadow 0.2s ease-in-out 0s;
    overflow: hidden; }
    .field__textarea:disabled, .field__textarea.disabled {
      resize: none; }
  .field__icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 9; }
    .field__icon:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px; }
    .field__icon:before {
      content: '';
      position: absolute;
      right: -8px;
      width: 1px;
      height: 100%;
      background-color: #EDEDED; }
    .field__icon svg * {
      fill: #999999;
      transition: fill 0.2s ease-in-out 0s; }
  .field__label {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: inline-block;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    position: relative;
    width: auto;
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 4px;
    -ms-flex-order: -1;
        order: -1;
    transition: transform 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s, font-size 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    z-index: 3; }
    .field__label_required {
      padding-right: 10px; }
      .field__label_required:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 6px;
        height: 6px;
        background-color: #F92E47;
        border-radius: 50%;
        transition: width 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s; }
  .field__clean {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 16px;
    right: 8px;
    cursor: pointer;
    z-index: 99;
    pointer-events: auto; }
    .field__clean:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px; }
    .field__input_md ~ .field__clean {
      bottom: 12px; }
    .field__clean_active {
      display: block; }
  .field_primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column; }
    .field_primary .field__input ~ .field__icon,
    .field_primary .field__input ~ .field__status {
      top: 50%;
      transform: translateY(-50%); }
    .field_primary .field__textarea {
      padding-top: 23px;
      padding-bottom: 0;
      box-shadow: inset 0 0 0 1px #FEE8EB; }
      .field_primary .field__textarea:not(.disabled):not(:disabled).focused ~ .field__label,
      .field_primary .field__textarea:not(.disabled):not(:disabled):focus ~ .field__label {
        font-size: 12px;
        padding-right: 8px;
        top: 7px;
        transform: none; }
        .field_primary .field__textarea:not(.disabled):not(:disabled).focused ~ .field__label:before,
        .field_primary .field__textarea:not(.disabled):not(:disabled):focus ~ .field__label:before {
          width: 4px;
          height: 4px; }
      .field_primary .field__textarea ~ .field__label {
        -ms-flex-order: -1;
            order: -1; }
    .field_primary .field__label {
      position: relative;
      -ms-flex-order: -1;
          order: -1; }
  .field_second .field__input {
    padding-right: 20px; }
    .field_second .field__input:not(.disabled):not(:disabled).focused ~ .field__label,
    .field_second .field__input:not(.disabled):not(:disabled):focus ~ .field__label,
    .field_second .field__input:not(.disabled):not(:disabled):not(:placeholder-shown) + .field__label {
      opacity: 0;
      visibility: hidden; }
    .field_second .field__input_icon ~ .field__label {
      left: 49px; }
  .field_second .field__textarea ~ .field__label {
    top: 8px;
    left: 8px;
    transform: none; }
  .field_second .field__textarea:not(.disabled):not(:disabled).focused ~ .field__label,
  .field_second .field__textarea:not(.disabled):not(:disabled):focus ~ .field__label {
    opacity: 0; }
  .field_second .field__icon {
    top: 50%;
    transform: translateY(-50%); }
  .field_second .field__label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px; }
  .field_placeholdered .field__input {
    padding-top: 14px;
    padding-bottom: 14px; }
  .field_reverse .field__input {
    padding: 0 46px 0 8px; }
  .field_reverse .field__icon {
    right: 8px;
    left: auto; }
    .field_reverse .field__icon:before {
      left: -8px;
      right: auto; }
  .field_reverse .field__clean {
    right: 50px; }
  .field__switch {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10; }
    .field__switch:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px; }
    .field__switch_active .field__eye {
      display: none; }
      .field__switch_active .field__eye_active {
        display: block; }
  .field__eye svg * {
    fill: #999999; }
  .field__eye_active {
    display: none; }

.rdj {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-right: 16px;
  height: 2px; }
  .rdj .noUi-base {
    height: 2px; }
  .rdj .noUi-marker {
    display: none; }
  .rdj .noUi-value {
    top: 4px;
    font-size: 12px;
    line-height: 115%;
    font-family: "Acrom", sans-serif;
    color: #999999;
    transform: none; }
    .rdj .noUi-value:last-child {
      transform: translateX(-100%); }
  .rdj .noUi-pips-horizontal {
    padding-top: 4px; }
  .rdj.noUi-target {
    background: #1c8820 !important;
    box-shadow: none !important;
    border: 0 !important; }
  .rdj .noUi-connect {
    height: 2px;
    background-color: #1c8820; }
  .rdj .noUi-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #00BDD6 0%, #06A8BD 100%);
    border: 0;
    opacity: 1;
    box-shadow: 0 1px 2px rgba(1, 1, 2, 0.1); }
    .rdj .noUi-handle:before, .rdj .noUi-handle:after {
      opacity: 0; }

.fu-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  width: 100%;
  padding: 8px;
  border: 1px dashed #D9D9D9;
  background-color: #F9F9F9;
  border-radius: 4px;
  overflow: hidden; }
  .fu-field__icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
  .fu-field__label {
    font-size: 16px;
    line-height: 115%;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  color: #1B1B1B;
  font-family: "Acrom", sans-serif; }
  .link .indicator {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 1px;
    right: 1px;
    background-color: #F92E47;
    border-radius: 100%; }
  .link__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: inherit;
    transition: color 0.2s ease-in-out 0s; }
    .link__text + .link__icon {
      margin-left: 8px; }
  .link__icon {
    position: relative;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
    .link__icon svg * {
      transition: fill 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; }
    .link__icon + .link__text {
      margin-left: 6px; }
  .link__icon-main {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease-in-out 0s; }
  .link__icon-hover {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s; }
  .link_default:hover .link__text {
    color: #1c8820; }
  .link_default.link_active .link__text, .link_default:active .link__text {
    color: #E5C400; }
  .link_primary:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
    background-color: #fadd78;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); }
  .link_primary:active:before, .link_primary:hover:before {
    opacity: 1; }
  .link_primary.link_active:before, .link_primary:active:before {
    opacity: 1;
    background-color: #1c8820; }
  .link_second {
    display: inline; }
    .link_second:before {
      content: '';
      position: absolute;
      background-color: #1c8820;
      top: calc(100% + 1px);
      width: 100%;
      height: 1px;
      transition: opacity 0.2s ease-in-out 0s; }
    .link_second:hover {
      color: #1c8820; }
      .link_second:hover:before {
        opacity: 0; }
    .link_second:active .link__text {
      color: #303030; }
    .link_second:active:before {
      opacity: 0; }
  .link_iconic.link_hover:hover .link__icon-hover {
    animation: fadeOutIn 1s ease-in-out; }
  .link_iconic.link_hover:hover .link__icon-main {
    animation: fadeInOut 1s ease-in-out; }
  .link_iconic .link__icon svg * {
    fill: #1c8820; }
  .link_iconic:hover .link__text {
    color: #1c8820; }
  .link_iconic:hover .link__icon svg * {
    fill: #1c8820; }
  .link_iconic:active .link__text {
    color: #E5C400; }
  .link_iconic:active .link__icon svg * {
    fill: #1c8820; }
  .link.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important; }
    .link.disabled:before {
      display: none; }
    .link.disabled .link__text {
      color: #EDEDED !important; }
    .link.disabled .link__icon svg * {
      fill: #EDEDED !important; }
  @media (max-width: 767px) {
    .link_icon_mobile {
      width: 36px;
      height: 36px;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      box-shadow: 0 0 0 1px #1c8820 inset;
      border-radius: 100%;
      transition: box-shadow 0.2s ease-in-out 0s; }
      .link_icon_mobile:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        background: linear-gradient(180deg, #00BDD6 0%, #06A8BD 100%);
        opacity: 0;
        transition: opacity 0.2s ease-in-out 0s; }
      .link_icon_mobile .link__text,
      .link_icon_mobile .link__icon {
        display: none; }
        .link_icon_mobile .link__text_mobile,
        .link_icon_mobile .link__icon_mobile {
          display: block; }
          .link_icon_mobile .link__text_mobile svg *,
          .link_icon_mobile .link__icon_mobile svg * {
            fill: #303030; }
      .link_icon_mobile:hover {
        box-shadow: 0 8px 24px #1c8820; }
        .link_icon_mobile:hover:before {
          opacity: 1; } }
  .link.jq-dropdown-open {
    color: #1c8820; }
    .link.jq-dropdown-open .link__icon svg * {
      fill: #1c8820; }
    .link.jq-dropdown-open .link__icon:last-child {
      transform: rotate(180deg); }

.svg-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%; }
  .svg-icon svg {
    width: 100%;
    height: 100%; }

/* generated with grunt-sass-globbing */
@media (max-width: 767px) {
  .about-block {
    width: calc(100% + 32px);
    left: -16px; } }

.about-head {
  padding: 32px;
  height: 260px;
  border-radius: 8px;
  overflow: hidden; }
  .about-head__title {
    font-weight: bold;
    font-size: 52px;
    line-height: 115%;
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(27, 27, 27, 0.1), 0 2px 6px rgba(27, 27, 27, 0.1); }
  .about-head__text {
    font-size: 18px;
    line-height: 140%;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(27, 27, 27, 0.1), 0 2px 6px rgba(27, 27, 27, 0.1); }
  .about-head_2 {
    padding: 0 !important;
    border-radius: 8px; }
    .about-head_2 .image {
      width: 100%;
      height: 100%; }
  @media (max-width: 1365px) {
    .about-head {
      padding: 24px;
      height: 222px; }
      .about-head__title {
        font-size: 42px; } }
  @media (max-width: 1023px) {
    .about-head {
      height: 170px; }
      .about-head__title {
        font-size: 32px;
        line-height: 114%; } }
  @media (max-width: 767px) {
    .about-head {
      height: 111px;
      border-radius: 0; }
      .about-head__title, .about-head__text {
        display: none; } }
  @media (max-width: 479px) {
    .about-head {
      height: 74px; } }

.about-skills__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.about-skills__item {
  width: 33.3333333333%;
  padding: 16px; }

.about-skills__item-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  color: #1c8820; }

.about-skills__item-text {
  font-size: 16px;
  line-height: 140%;
  color: #999999; }

@media (max-width: 1365px) {
  .about-skills__list {
    margin: -8px; }
  .about-skills__item {
    padding: 8px; } }

@media (max-width: 1023px) {
  .about-skills__item-title {
    font-size: 24px; } }

@media (max-width: 767px) {
  .about-skills__list {
    margin: -4px; }
  .about-skills__item {
    width: 100%;
    padding: 4px; } }

.advantages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.advantages__item {
  width: 25%;
  padding: 16px; }
  .advantages__item.slick-slide {
    opacity: .3;
    transition: opacity .5s ease-in-out; }
  .advantages__item.slick-active, .advantages__item.slick-current {
    opacity: 1;
    transition: opacity .5s ease-in-out; }

.advantages_about .advantages__item {
  width: 33.3333333333%; }

@media (max-width: 1366px) {
  .advantages__list {
    margin: -12px; }
  .advantages__item {
    padding: 12px; } }

@media (max-width: 1365px) {
  .advantages__list {
    margin: -8px; }
  .advantages__item {
    width: 33.3333333333%;
    padding: 8px; } }

@media (max-width: 1023px) {
  .advantages_about .advantages__item {
    width: 50%; } }

@media (max-width: 767px) {
  .advantages__item {
    width: 50%; }
  .advantages_about .advantages__list {
    margin: 0; }
  .advantages_about .advantages__item {
    padding: 0;
    width: 100%;
    margin-bottom: 16px; }
    .advantages_about .advantages__item:last-child {
      margin-bottom: 0; } }

.advantage-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s; }
  .advantage-item:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: -24px;
    bottom: -36px;
    background-image: url("/assets/images/static/adv-bg.png");
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s; }
  .advantage-item__icon {
    margin-right: 24px;
    width: 60px;
    height: 60px;
    -ms-flex: 0 0 60px;
        flex: 0 0 60px; }
    .advantage-item__icon svg * {
      transition: fill 0.2s ease-in-out 0s; }
  .advantage-item__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  .advantage-item:hover {
    background-color: #1c8820; }
    .advantage-item:hover:before {
      opacity: 1; }
    .advantage-item:hover .advantage-item__icon svg *,
    .advantage-item:hover .advantage-item__icon .svg-icon svg path + path{
      fill: #fff; }
     .advantage-item:hover .advantage-item__text {color:#fff;}
  @media (max-width: 1365px) {
    .advantage-item {
      padding: 16px; } }
  @media (max-width: 1023px) {
    .advantage-item__icon {
      margin-right: 16px; } }
  @media (max-width: 767px) {
    .advantage-item__text {
      font-weight: 500;
      font-size: 14px; } }

.ajax-loading {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none; }
  .ajax-loading__box {
    width: 150px;
    height: 150px; }
  .ajax-loading_show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.news-block__wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: -16px; }

.news-block__block {
  width: 50%;
  padding: 16px; }

.news-block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.news-block__item {
  width: 50%;
  padding: 16px; }
  .news-block__item:first-child {
    display: none; }

@media (max-width: 1366px) {
  .news-block__wrapper, .news-block__list {
    margin: -12px; }
  .news-block__block, .news-block__item {
    padding: 12px; } }

@media (max-width: 1365px) {
  .news-block__wrapper, .news-block__list {
    margin: -8px; }
  .news-block__block, .news-block__item {
    padding: 8px; } }

@media (max-width: 1023px) {
  .news-block__block {
    width: 100%; }
    .news-block__block:first-child {
      display: none; }
  .news-block__item {
    width: 33.3333333333%; }
    .news-block__item:first-child {
      display: block; } }

.article-section {
  margin: 32px 0; }
  .article-section:first-child {
    margin-top: 0; }
  .article-section:last-child {
    margin-bottom: 0; }
  @media (max-width: 1365px) {
    .article-section {
      margin: 24px 0; } }
  @media (max-width: 767px) {
    .article-section {
      margin: 16px 0; } }

.a-image-text {
  display: -ms-flexbox;
  display: flex; }
  .a-image-text__image-wrapper {
    width: 354px;
    -ms-flex: 0 0 354px;
        flex: 0 0 354px;
    margin-right: 32px; }
  .a-image-text__image-inner {
    padding-bottom: 66.66666666666667%;
    border-radius: 8px;
    overflow: hidden; }
  .a-image-text__image .image {
    width: 100%;
    height: 100%; }
  .a-image-text__text {
    -ms-flex: 1;
        flex: 1; }
  @media (max-width: 1366px) {
    .a-image-text__image-wrapper {
      margin-right: 24px; } }
  @media (max-width: 1366px) {
    .a-image-text__image-wrapper {
      margin-right: 16px; } }
  @media (max-width: 1023px) {
    .a-image-text {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .a-image-text__image-wrapper {
        width: 100%;
        -ms-flex: none;
            flex: none;
        margin-right: 0;
        margin-bottom: 16px; }
      .a-image-text__text {
        width: 100%;
        -ms-flex: none;
            flex: none; } }

.a-thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }
  .a-thumbs__item {
    padding: 8px;
    width: 33.3333333333%; }

.a-thumb {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden; }
  .a-thumb__wrapper {
    padding-bottom: 66.6657526%; }
  .a-thumb__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px; }
  .a-thumb__image .image {
    width: 100%;
    height: 100%; }
  .a-thumb__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    color: #ffffff; }

.a-links {
  padding: 32px;
  border-radius: 16px;
  border: 4px solid #1c8820; }
  .a-links__head {
    margin-bottom: 24px; }
  .a-links__list {
    margin-bottom: 24px; }
  .a-links__item {
    margin-bottom: 16px; }
    .a-links__item:last-child {
      margin-bottom: 0; }
  @media (max-width: 1023px) {
    .a-links {
      padding: 24px; }
      .a-links__head {
        margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .a-links {
      padding: 16px; } }

.a-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #1B1B1B;
  border-bottom: 1px solid #1c8820;
  padding-bottom: 1px; }

.a-double-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }
  .a-double-image__block {
    width: 50%;
    padding: 16px; }
  .a-double-image__inner {
    padding-bottom: 100%;
    border-radius: 8px;
    overflow: hidden; }
  .a-double-image__img .image {
    width: 100%;
    height: 100%; }
  @media (max-width: 1365px) {
    .a-double-image {
      margin: -8px; }
      .a-double-image__block {
        padding: 8px; } }
  @media (max-width: 479px) {
    .a-double-image {
      margin: -4px; }
      .a-double-image__block {
        width: 100%;
        padding: 4px; } }

.feature__icon {
  margin-bottom: 16px;
  width: 60px;
  height: 60px; }

.feature__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 115%;
  color: #303030;
  margin-bottom: 16px; }

.feature__text {
  font-size: 16px;
  line-height: 140%;
  color: #999999; }

@media (max-width: 767px) {
  .feature__title {
    font-size: 16px;
    line-height: 112%;
    margin-bottom: 8px; } }

.article__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 32px; }

.article__text h3 {
  margin-top: 32px; }
  .article__text h3:first-child {
    margin-top: 0; }

@media (max-width: 1365px) {
  .article__top {
    margin-bottom: 24px; }
  .article__text h3 {
    margin-top: 24px; } }

@media (max-width: 767px) {
  .article__top {
    margin-bottom: 16px; }
  .article__text h3 {
    margin-top: 16px;
    margin-bottom: 8px; } }

.article-share {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out 0s; }
  .article-share__icon {
    margin: auto;
    width: 20px;
    height: 20px; }
  .article-share:hover {
    border-color: #1c8820; }

.article-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .article-top__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 24px; }
    .article-top__item:last-child {
      margin-right: 0; }
  .article-top__icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-right: 8px; }
    .article-top__icon svg * {
      fill: #D9D9D9; }
  .article-top__text {
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
  @media (max-width: 1023px) {
    .article-top__item {
      margin-right: 16px; } }

.aside-links {
  position: relative; }
  .aside-links__title {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-family: MBold, sans-serif;
    margin-bottom: 15px;
    margin-left: 20px; }
  .aside-links__li {
    position: relative; }
  .aside-links__link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 30px;
    padding-left: 20px;
    transition: all .3s;
    text-decoration: none;
    font-family: MMedium, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #1b1b1b; }
    .no-touchevents .aside-links__link:hover {
      color: #797979; }
    .aside-links__link_active::before, .no-touchevents .aside-links__link:hover::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      content: '';
      background-color: #1c8820; }

.aside {
  margin-right: 50px;
  -ms-flex: 0 0 210px;
      flex: 0 0 210px; }
  .aside_news, .aside_company {
    -ms-flex: 0 0 250px;
        flex: 0 0 250px; }
  @media (max-width: 1024px) {
    .aside {
      display: none; } }
  @media (max-width: 1200px) {
    .aside_account {
      display: none; } }
  .aside__current-block {
    font-family: MBold;
    font-size: 12px;
    line-height: 15px;
    color: #999999; }
  .aside > a {
    font-family: MMedium;
    font-size: 14px;
    line-height: 18px;
    color: #1b1b1b;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-left: 20px;
    border-top: 1px solid #ededed;
    padding-top: 15px;
    margin-top: 15px; }
    .no-touchevents .aside > a:hover {
      color: #797979; }

.attention {
  font-family: MSemiBold;
  color: #ff002b;
  font-size: 14px; }
  .attention__icon {
    height: 16px;
    width: 16px;
    -ms-flex: 0 0 16px;
        flex: 0 0 16px;
    margin-right: 10px; }
    .attention__icon svg * {
      fill: #ff002b; }

.baners__slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 5; }

.baners .baner {
  position: relative;
  padding: 40px 30px;
  overflow: hidden;
  width: 49%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1100px) {
    .baners .baner {
      padding: 30px 20px; } }
  @media (max-width: 991px) {
    .baners .baner {
      width: 100%;
      height: 300px; } }
  .baners .baner .baner__img {
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 20px;
    left: 20px;
    top: 0;
    bottom: 0; }
    @media (max-width: 768px) {
      .baners .baner .baner__img {
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 20px; }
        .baners .baner .baner__img img {
          bottom: 0 !important;
          right: inherit; } }
  .baners .baner__badge {
    background: #ff002b;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .baners .baner__badge {
        padding: 0 11px; } }
    .baners .baner__badge span {
      color: #fff;
      font-size: 21px;
      line-height: 26px;
      font-family: Gotham Pro; }
      @media (max-width: 1100px) {
        .baners .baner__badge span {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .baners .baner__badge span {
          font-size: 14px; } }
  .baners .baner__text {
    width: 44%; }
    @media (max-width: 1100px) {
      .baners .baner__text {
        width: 50%; } }
    @media (max-width: 550px) {
      .baners .baner__text {
        width: 53%;
        z-index: 10; } }
    .baners .baner__text > span {
      color: #fff;
      font-size: 32px;
      line-height: 40px;
      font-family: Gotham Pro, sans-serif;
      display: block; }
      @media (max-width: 1100px) {
        .baners .baner__text > span {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 480px) {
        .baners .baner__text > span {
          font-size: 21px;
          line-height: 26px; } }
    .baners .baner__text > p {
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      font-family: MMedium, sans-serif;
      padding-top: 20px; }
      @media (max-width: 480px) {
        .baners .baner__text > p {
          font-size: 14px;
          line-height: 18px; } }
  @media (max-width: 650px) {
    .baners .baner__img {
      width: 100%;
      text-align: right;
      position: absolute;
      right: 20px;
      bottom: inherit; } }
  .no-touchevents .baners .baner:hover {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }

.basket .grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .basket .grid__main {
    width: 100%; }

@media (max-width: 1366px) {
  .basket .grid__bar {
    width: 354px;
    -ms-flex: 0 0 354px;
        flex: 0 0 354px; } }

@media (max-width: 1365px) {
  .basket .grid__main {
    margin-bottom: 32px; }
  .basket .grid__bar {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: block;
    width: 100%; } }

@media (max-width: 767px) {
  .basket .grid__main {
    margin-bottom: 24px; } }

.cart-bar {
  height: 100%; }
  .cart-bar__promo {
    margin-bottom: 24px;
    z-index: 1; }
  .cart-bar__sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 86px;
    margin-top: -86px; }
  @media (max-width: 1365px) {
    .cart-bar__sticky {
      margin-top: 0;
      padding-top: 0;
      position: relative;
      top: auto; } }

.cart-block .field__textarea,
.cart-block .field__input {
  border-color: #D9D9D9; }

.cart-block .select2-selection.select2-selection--single, .cart-block .select2-selection.select2-selection--multiple {
  box-shadow: inset 0 0 0 1px #D9D9D9; }

.cart-block__block {
  margin-bottom: 64px; }
  .cart-block__block:last-child {
    margin-bottom: 0; }

.cart-block__text {
  font-size: 13px;
  line-height: 115%;
  color: #303030; }

.cart-block__dop2, .cart-block__dop {
  margin-top: 24px; }

.cart-block__dop2 {
  display: none; }
  .cart-block__dop2_active {
    display: block; }

.cart-block__tabs {
  margin-bottom: 24px; }
  .cart-block__tabs .tw-tabs:before, .cart-block__tabs .tw-tabs:after {
    display: none; }

.cart-block__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px; }

.cart-block__field {
  max-width: calc(100% - 100%/3);
  padding-right: 8px;
  margin-bottom: 16px; }

.cart-block__num {
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  margin-right: 16px;
  border: 1px solid #1c8820; }
  .cart-block__num-inner {
    margin: auto;
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    color: #303030; }

.cart-block__switch {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #303030; }
  .cart-block__switch .switch__label {
    margin-left: 16px; }

.cart-block__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 115%;
  color: #303030;
  margin-right: 16px; }

.cart-block__link {
  margin-left: auto; }

@media (max-width: 1365px) {
  .cart-block__block {
    margin-bottom: 32px; }
  .cart-block__field {
    padding-right: 0;
    max-width: none; } }

@media (max-width: 1023px) {
  .cart-block__tabs {
    margin-bottom: 16px; }
  .cart-block__title {
    font-size: 21px;
    line-height: 115%; }
  .cart-block__head {
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .cart-block__title {
    font-size: 18px;
    line-height: 112%;
    margin-right: 0;
    width: 100%; }
  .cart-block__link {
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
    .cart-block__link .link__text {
      display: none; }
  .cart-block__block {
    margin-bottom: 24px; }
  .cart-block__dop, .cart-block__dop2 {
    margin-top: 16px; } }

.cart-list__item {
  margin-bottom: 16px; }
  .cart-list__item:last-child {
    margin-bottom: 0; }

.b-offset-b {
  margin-bottom: 24px; }
  @media (max-width: 1023px) {
    .b-offset-b {
      margin-bottom: 16px; } }

.b-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px; }
  @media (max-width: 1366px) {
    .b-row {
      margin: 0 -12px; } }
  @media (max-width: 1365px) {
    .b-row {
      margin: 0 -8px; } }
  @media (max-width: 767px) {
    .b-row {
      margin: -4px -8px; }
      .b-row_mobile {
        -ms-flex-direction: column;
            flex-direction: column; }
        .b-row_mobile .soc-list {
          -ms-flex-pack: center;
              justify-content: center; } }

.b-col-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.b-col-auto,
.b-col-3,
.b-col-2 {
  padding: 0 16px; }
  @media (max-width: 1366px) {
    .b-col-auto,
    .b-col-3,
    .b-col-2 {
      padding: 0 12px; } }
  @media (max-width: 1365px) {
    .b-col-auto,
    .b-col-3,
    .b-col-2 {
      padding: 0 8px; } }
  @media (max-width: 767px) {
    .b-col-auto,
    .b-col-3,
    .b-col-2 {
      padding: 4px 8px; }
      .b-col-auto:last-child,
      .b-col-3:last-child,
      .b-col-2:last-child {
        margin-bottom: 0; } }

.b-col-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 33.3333333333%; }
  .b-col-3 > * {
    margin-top: auto; }
  @media (max-width: 1365px) {
    .b-col-3_b {
      width: 50%; } }
  @media (max-width: 1023px) {
    .b-col-3_a {
      width: 50%; } }
  @media (max-width: 767px) {
    .b-col-3 {
      width: 100%; }
      .b-col-3_b {
        width: 50%; }
        .b-col-3_b .button_md {
          padding: 8px 14px; }
        .b-col-3_b .button__text {
          white-space: nowrap; } }
  @media (max-width: 479px) {
    .b-col-3_b, .b-col-3_a {
      width: 100%; } }

.b-col-2 {
  width: 50%; }

.b-col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.n-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .n-badge__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #999999;
    margin-right: 16px;
    background-color: #EDEDED;
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    transition: background-color 0.2s ease-in-out 0s;
    cursor: pointer; }
    .n-badge__info:hover {
      background-color: #D9D9D9; }
  .n-badge__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  @media (max-width: 1023px) {
    .n-badge__text {
      font-size: 14px; } }

.payment-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }
  .payment-tabs__tab {
    padding: 8px; }
    .payment-tabs__tab_hide {
      display: none; }
  @media (max-width: 767px) {
    .payment-tabs {
      margin: -4px; }
      .payment-tabs__tab {
        width: 50%;
        padding: 4px; } }
  @media (max-width: 479px) {
    .payment-tabs__tab {
      width: 100%; } }

.payment-tab {
  padding: 8px 16px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #D9D9D9;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .payment-tab__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  .payment-tab__icon {
    margin-left: 16px;
    width: 46px;
    height: 46px;
    -ms-flex: 0 0 46px;
        flex: 0 0 46px; }
    .payment-tab__icon svg * {
      fill: #D9D9D9;
      transition: fill 0.2s ease-in-out 0s; }
  .payment-tab:not(.payment-tab_active):hover {
    border-color: #1c8820;
    background-color: #ffffff; }
    .payment-tab:not(.payment-tab_active):hover .payment-tab__icon svg * {
      fill: #1c8820; }
  .payment-tab_active {
    border-color: #1c8820;
    background-color: #FFFCEE; }
    .payment-tab_active .payment-tab__icon svg * {
      fill: #1c8820; }
  @media (max-width: 767px) {
    .payment-tab__text {
      font-weight: 500;
      font-size: 14px; } }

.contacts-inform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }
  .contacts-inform__block, .contacts-inform__side {
    width: 50%;
    padding: 16px; }
  .contacts-inform__map {
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 39.96709323583181%; }
  .contacts-inform__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -16px; }
  .contacts-inform__title {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 8px; }
  .contacts-inform__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #1B1B1B; }
  .contacts-inform__note {
    margin-top: 24px; }
  @media (max-width: 1366px) {
    .contacts-inform {
      margin: -12px; }
      .contacts-inform__side {
        padding: 12px; }
      .contacts-inform__row {
        margin: -12px; }
      .contacts-inform__block {
        padding: 12px; } }
  @media (max-width: 1023px) {
    .contacts-inform, .contacts-inform__row {
      margin: -8px; }
    .contacts-inform__block, .contacts-inform__side {
      padding: 8px; }
    .contacts-inform__side {
      width: 100%; } }
  @media (max-width: 767px) {
    .contacts-inform__block, .contacts-inform__side {
      width: 100%; }
    .contacts-inform__map {
      padding-bottom: 40.0027027027027%; } }

.select2-result-inn {
  cursor: pointer; }
  .select2-result-inn__number {
    font-weight: bold;
    line-height: 115%;
    font-size: 18px;
    margin-bottom: 8px;
    color: #303030; }
  .select2-result-inn__text {
    font-size: 21px;
    line-height: 115%;
    color: #999999; }

.block-404:before {
  content: '';
  background-image: url("/assets/images/static/pipes.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .8; }

.block-404__top {
  margin-bottom: 32px; }

.block-404__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.block-404__side {
  width: 159px;
  height: 200px;
  -ms-flex: 0 0 159px;
      flex: 0 0 159px; }

.block-404__center {
  width: 200px;
  height: 200px;
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
  margin: 0 6px; }

.block-404__slide {
  opacity: 0;
  transition: opacity 1.5s ease-in-out; }
  .block-404__slide.active {
    opacity: 1; }

.block-404__content {
  text-align: center; }

.block-404__button {
  display: inline-block; }

.block-404__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  margin-bottom: 8px;
  color: #ffffff; }

.block-404__text {
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 32px; }

@media (max-width: 1365px) {
  .block-404__top {
    margin-bottom: 24px; }
  .block-404__text {
    margin-bottom: 24px; } }

@media (max-width: 1023px) {
  .block-404__title {
    font-size: 24px;
    line-height: 115%; } }

@media (max-width: 767px) {
  .block-404__title {
    font-size: 21px; }
  .block-404__side {
    -ms-flex: 1;
        flex: 1;
    height: 169px; }
  .block-404__center {
    -ms-flex: 0 0 169px;
        flex: 0 0 169px;
    width: 169px;
    height: 169px; }
  .block-404__text {
    font-size: 14px;
    margin-bottom: 16px; }
  .block-404__button {
    width: 100%; } }

@media (max-width: 479px) {
  .block-404__center {
    width: 109px;
    height: 109px;
    -ms-flex: 0 0 109px;
        flex: 0 0 109px; }
  .block-404__side {
    height: 109px; } }

.block-sale {
  padding: 16px;
  border-radius: 8px;
  background-color: #FEE8EB; }
  .block-sale__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 8px; }
  .block-sale__icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-right: 8px; }
    .block-sale__icon svg * {
      fill: #FF002C; }
  .block-sale__icon2 {
    display: none;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-left: auto; }
    .block-sale__icon2 svg * {
      fill: #FF002C; }
  .block-sale__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #FF002C; }
  .block-sale__link {
    margin-top: 8px; }
    .block-sale__link .link {
      color: #FF002C; }
      .block-sale__link .link__text {
        font-weight: 500;
        font-size: 14px;
        line-height: 115%; }
  .block-sale_active .block-sale__icon2 {
    transform: rotate(180deg); }
  .block-sale_active .block-sale__data {
    display: block; }
  @media (max-width: 1023px) {
    .block-sale__head {
      margin-bottom: 0;
      padding: 4px 0; }
    .block-sale__icon2 {
      display: block; }
    .block-sale__data {
      display: none;
      padding-top: 8px; } }

.time-block {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 6px; }
  .time-block__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1; }
    .time-block__item:not(.time-block__item:last-child):after {
      content: '';
      display: block;
      width: 1px;
      height: 34px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      background-color: #EDEDED; }
  .time-block__item-wrapper {
    text-align: center;
    padding: 8px;
    -ms-flex: 1;
        flex: 1; }
  .time-block__key {
    font-size: 14px;
    line-height: 115%;
    color: #999999; }
  .time-block__val {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #FF002C; }

.bonus-block ul li {
  text-align: left; }
  .bonus-block ul li span {
    line-height: 25px;
    padding-left: 15px; }
  .bonus-block ul li::before {
    content: "";
    background-image: url("/assets/images/sprites/png/bonus.png");
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat; }

.bonus-block .small-presentation {
  margin-bottom: 60px;
  margin-top: 40px; }
  .bonus-block .small-presentation .text-block__title {
    -ms-flex-pack: end;
        justify-content: flex-end;
    font-size: 15px; }

.bottom-info > section:last-child {
  margin-bottom: 0; }

.wrapper__main-top + .main-section + .main-section + .main-section + .bottom-info {
  margin-bottom: 0; }

.wrapper__main-top + .main-section + .bottom-info {
  margin-bottom: 0; }

.process-order + .main-section + .bottom-info {
  margin-bottom: 0; }

.table-data + .bottom-info {
  margin-bottom: 0; }

.itemQuestion__quest {
  font-weight: bold; }

@media (max-width: 767px) {
  .brand-preview-container .container {
    padding: 0; } }

.brand-preview {
  width: 100%;
  height: 260px;
  background-image: url("/assets/images/static/brand-no-image.png");
  background-color: #F9F9F9;
  background-size: 140px;
  border-radius: 8px;
  margin-bottom: 32px; }
  .brand-preview__image {
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    width: 120px;
    height: 120px; }
    .brand-preview__image .image {
      width: 100%;
      height: 100%; }
  @media (max-width: 1365px) {
    .brand-preview {
      height: 165px;
      margin-bottom: 24px; } }
  @media (max-width: 1023px) {
    .brand-preview {
      height: 127px; }
      .brand-preview__image {
        width: 96px;
        height: 96px; } }
  @media (max-width: 767px) {
    .brand-preview {
      height: 111px;
      border-radius: 0; }
      .brand-preview__image {
        width: 60px;
        height: 60px; } }
  @media (max-width: 479px) {
    .brand-preview {
      height: 74px; } }

.brands .grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.brands .grid__bar {
  display: block; }

@media (max-width: 1366px) {
  .brands .grid__bar {
    width: 100%; }
    .brands .grid__bar .filter-bar {
      display: none; } }

@media (max-width: 767px) {
  .brands .brand-search {
    margin-bottom: 0; } }

.top-search {
  display: none; }
  .top-search .brand-search {
    margin-bottom: 8px; }
  @media (max-width: 1366px) {
    .top-search {
      display: block; } }
  @media (max-width: 767px) {
    .top-search .field__input {
      height: 40px; } }

.brands-list__row {
  padding: 24px 0;
  border-top: 1px solid #EDEDED; }
  .brands-list__row:first-child {
    border-top: 0; }
  .brands-list__row:last-child {
    padding-bottom: 0; }

.brands-list__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 24px; }

.brands-list__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -16px; }

.brands-list__item {
  width: 25%;
  padding: 8px 16px; }
  .brands-list__item .link__icon svg * {
    fill: #FF002C; }
  .brands-list__item .link:hover svg * {
    fill: #1c8820; }

.brands-list__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  color: #EDEDED; }

@media (max-width: 1366px) {
  .brands-list__list {
    margin: -8px -12px; }
  .brands-list__item {
    padding: 8px 12px; } }

@media (max-width: 1365px) {
  .brands-list__head {
    margin-bottom: 16px; }
  .brands-list__row {
    padding: 16px 0; }
  .brands-list__list {
    margin: -8px; }
  .brands-list__item {
    padding: 8px; } }

@media (max-width: 1023px) {
  .brands-list__title {
    font-size: 24px;
    line-height: 115%; }
  .brands-list__item {
    width: 33.3333333333%; } }

@media (max-width: 767px) {
  .brands-list__head {
    margin-bottom: 8px; }
  .brands-list__title {
    font-size: 21px; }
  .brands-list__list {
    margin: -4px -8px; }
  .brands-list__item {
    width: 50%;
    padding: 4px 8px; } }

.brand-block-dop .screen-section__head {
  margin-bottom: 24px; }

.brand-block-dop .screen-section__title:before {
  display: none; }

.brand-block-dop .recommended__item2 {
  width: 33.3333333333%; }

.brand-block-dop_hidden {
  display: none; }

@media (max-width: 767px) {
  .brand-block-dop .screen-section__title {
    font-size: 21px; }
  .brand-block-dop .screen-section__head {
    margin-bottom: 16px; }
  .brand-block-dop .recommended__item2 {
    width: 50%; } }

.brand-search {
  margin-bottom: 16px; }
  @media (max-width: 1366px) {
    .brand-search {
      margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .brand-search .field__input {
      height: 40px; } }

.brand-item {
  display: block;
  position: relative;
  text-align: center; }
  .brand-item:before {
    content: '';
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
    box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
    border-radius: 8px; }
  .brand-item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #303030; }
  .brand-item__badge {
    margin-top: 8px; }
  .brand-item__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden; }
  .brand-item__logo {
    width: calc(50% - 4px); }
    .brand-item__logo-inner {
      padding-bottom: 100%; }
      .brand-item__logo-inner .image {
        width: 100%;
        height: 100%; }
  .brand-item:hover:before {
    opacity: 1; }
  @media (max-width: 767px) {
    .brand-item__icons {
      margin-bottom: 8px; }
    .brand-item__title {
      font-size: 16px;
      line-height: 1.15; }
    .brand-item:hover:before {
      opacity: 0; } }

.product-list-brands {
  padding: 32px 0; }
  @media (max-width: 767px) {
    .product-list-brands {
      padding: 16px 0; } }

.breadcrumbs {
  position: relative; }
  .breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -3px; }
  .breadcrumbs__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 3px; }
    .breadcrumbs__item_active {
      display: none; }
  .breadcrumbs__link {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    transition: color 0.2s ease-in-out 0s; }
    .breadcrumbs__link:hover {
      color: #1c8820; }
  .breadcrumbs__dash {
    width: 10px;
    height: 10px;
    -ms-flex: 0 0 10px;
        flex: 0 0 10px;
    margin-left: 6px; }

.btn-top {
  display: none; }
  .btn-top__inside {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #303030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    box-shadow: 0px 8px 20px 0px rgba(27, 27, 27, 0.3);
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 150;
    transform: rotate(-90deg);
    transition: all 0.3s;
    cursor: pointer; }
    .no-touchevents .btn-top__inside:hover {
      background: #1b1b1b; }
    .btn-top__inside div {
      margin-right: 0;
      margin-top: 1px; }
      .btn-top__inside div svg * {
        fill: #fff; }

.button-input {
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 40px;
  padding-left: 12px;
  border: 2px solid #DDDEE4;
  border-radius: 10em;
  -ms-flex-align: center;
      align-items: center; }
  .button-input .fa {
    margin-right: 10px;
    color: #DDDEE4; }
  .button-input__input {
    width: 132px;
    margin-right: 10px;
    height: 100%;
    color: #DDDEE4;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 14px; }
  .button-input .button {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -1px;
    height: 40px !important;
    margin-bottom: -4px;
    font-size: 14px; }
    @media screen and (max-width: 350px) {
      .button-input .button {
        padding: 0 10px; } }
  .button-input_2 {
    padding-left: 10px;
    background-color: #fff; }
    .button-input_2 .button-input__input {
      margin-right: 0;
      color: #a2a2ad; }
    .button-input_2 .fa {
      margin-right: 8px;
      color: #a2a2ad; }
    .button-input_2 .button {
      padding: 0 15px; }
  @media screen and (max-width: 350px) {
    .button-input {
      width: 280px;
      margin: auto; } }

.basket-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .basket-info__element {
    margin-right: 24px; }
    .basket-info__element:last-child {
      margin-right: 0; }
    .basket-info__element .link__icon {
      width: 32px;
      height: 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
      padding: 4px; }
      .basket-info__element .link__icon svg * {
        fill: #999999; }
    .basket-info__element_hidden {
      display: none; }
  .basket-info__data {
    display: none;
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 150; }
    .header_fixed .basket-info__data {
      top: 60px; }
  @media (max-width: 1365px) {
    .basket-info__element {
      margin-right: 16px; } }
  @media (max-width: 1023px) {
    .basket-info__element .link:not(.link_default) .link__text {
      display: none; }
    .basket-info__element .link:not(.link_default) .link__icon svg * {
      fill: #1B1B1B; } }
  @media (max-width: 767px) {
    .basket-info__element_hidden {
      display: block; }
    .basket-info__element_hidden_mobile {
      display: none; }
    .basket-info__element_last {
      margin-right: 0; } }

.jq-dropdown {
  margin-top: 6px; }
  .jq-dropdown .jq-dropdown-menu {
    padding: 16px;
    min-width: 156px;
    box-shadow: 0 10px 20px rgba(27, 27, 27, 0.1), 0 2px 20px rgba(27, 27, 27, 0.05);
    border: 0;
    border-radius: 8px; }
    .jq-dropdown .jq-dropdown-menu:before {
      content: '';
      position: absolute;
      left: 16px;
      bottom: 100%;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 6px solid #ffffff; }
    .jq-dropdown .jq-dropdown-menu li {
      margin-bottom: 16px; }
      .jq-dropdown .jq-dropdown-menu li:last-child {
        margin-bottom: 0; }
      .jq-dropdown .jq-dropdown-menu li > a {
        padding: 0; }
        .jq-dropdown .jq-dropdown-menu li > a:hover {
          background-color: transparent; }
  @media (max-width: 1669px) {
    .jq-dropdown .jq-dropdown-menu:before {
      left: auto;
      right: 16px; } }

.cart-indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ffffff;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FF002C;
  border-radius: 24px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }
  .cart-indicator_hide {
    display: none; }

.login-info__link {
  display: none; }

@media (max-width: 1023px) {
  .login-info__link {
    display: block; }
  .login-info__dd {
    display: none; } }

.cabinet-filters {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  padding: 16px; }
  .cabinet-filters__wrapper {
    margin: -8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cabinet-filters__filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px;
    -ms-flex: 1;
        flex: 1; }
    .cabinet-filters__filter .select-box {
      width: 100%; }
    .cabinet-filters__filter .tw-tabs:after {
      display: none; }
    .cabinet-filters__filter .tw-tab {
      padding-top: 11px;
      padding-bottom: 11px; }
      .cabinet-filters__filter .tw-tab__text {
        font-size: 16px; }
  .cabinet-filters__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 33.3333333333%;
    padding: 16px; }
  .cabinet-filters__part {
    -ms-flex: 1;
        flex: 1; }
  @media (max-width: 1365px) {
    .cabinet-filters__wrapper {
      margin: -4px -8px; }
    .cabinet-filters__filter {
      width: 50%;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      padding: 4px 8px; }
      .cabinet-filters__filter_search {
        width: 100%; }
    .cabinet-filters__buttons {
      width: 100%; }
    .cabinet-filters_fav {
      padding: 0; }
      .cabinet-filters_fav .cabinet-filters__wrapper {
        margin: 0; }
      .cabinet-filters_fav .cabinet-filters__filter {
        width: 100%;
        padding: 16px; } }
  @media (max-width: 1023px) {
    .cabinet-filters__filter {
      padding: 4px 8px; }
    .cabinet-filters__buttons {
      box-shadow: inset 0px 1px 0px #EDEDED; } }
  @media (max-width: 767px) {
    .cabinet-filters__filter {
      width: 100%;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .cabinet-filters__filter_date {
        display: none; }
      .cabinet-filters__filter .tw-tabs__inset {
        overflow-x: scroll; }
      .cabinet-filters__filter .select-box__top {
        padding: 8px; }
    .cabinet-filters__part {
      width: 100%;
      margin-bottom: 16px; }
      .cabinet-filters__part:last-child {
        margin-bottom: 0; } }

.cf-buttons {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px; }
  .cf-buttons__button {
    padding: 4px;
    width: 50%; }
  @media (max-width: 479px) {
    .cf-buttons__button {
      width: 100%; } }

.user-cabinet__top-wrapper {
  margin-bottom: 64px; }

.user-cabinet__status {
  font-size: 14px;
  line-height: 115%;
  color: #999999; }

.user-cabinet__head, .user-cabinet__filter {
  margin-bottom: 32px; }

.user-cabinet__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 115%;
  margin-bottom: 16px; }

.user-cabinet__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.user-cabinet__line, .user-cabinet__half {
  padding: 16px; }

.user-cabinet__half {
  width: 50%; }

.user-cabinet__line {
  width: 33.3333333333%; }

.user-cabinet__card {
  margin-bottom: 32px; }
  .user-cabinet__card_height {
    height: 100%; }
  .user-cabinet__card:last-child {
    margin-bottom: 0; }

@media (max-width: 1366px) {
  .user-cabinet__top {
    margin: -12px; }
  .user-cabinet__half, .user-cabinet__line {
    padding: 12px; }
  .user-cabinet__card {
    margin-bottom: 24px; } }

@media (max-width: 1365px) {
  .user-cabinet__head {
    margin-bottom: 24px; }
  .user-cabinet__top-wrapper {
    margin-bottom: 32px; }
  .user-cabinet__filter {
    margin-bottom: 24px; }
  .user-cabinet__top {
    margin: -8px; }
  .user-cabinet__line {
    padding: 8px; }
    .user-cabinet__line_links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
  .user-cabinet__card {
    margin-bottom: 16px; }
  .user-cabinet__half {
    padding: 8px; } }

@media (max-width: 1023px) {
  .user-cabinet__line {
    width: 50%; }
    .user-cabinet__line_links {
      width: 100%;
      margin-top: 8px; } }

@media (max-width: 767px) {
  .user-cabinet__top-wrapper {
    margin-bottom: 24px; }
  .user-cabinet__head {
    margin-bottom: 16px; }
  .user-cabinet__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 112%; }
  .user-cabinet__filter {
    margin-bottom: 16px; }
  .user-cabinet__line {
    width: 100%; }
  .user-cabinet__cards {
    display: -ms-flexbox;
    display: flex; }
  .user-cabinet__half {
    width: 100%; }
    .user-cabinet__half .user-cabinet__card {
      width: 100%; }
  .user-cabinet__card {
    width: 50%;
    margin-bottom: 0;
    margin-right: 16px; }
    .user-cabinet__card:last-child {
      margin-right: 0; } }

@media (max-width: 479px) {
  .user-cabinet__cards {
    -ms-flex-direction: column;
        flex-direction: column; }
  .user-cabinet__card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px; } }

.del-list__item {
  margin-bottom: 10px;
  cursor: pointer; }
  .no-touchevents .del-list__item:hover {
    background-color: #ece8e8 !important; }
  .del-list__item:last-child {
    margin-bottom: 0; }

.del-list__item-control .button:hover {
  background-color: #000000; }

.color-card {
  background-color: #1c8820;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden; }
  .color-card__icon {
    position: absolute;
    right: 24px;
    width: 128px;
    height: 128px;
    top: 50%;
    transform: translateY(-50%); }
  .color-card__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    margin-bottom: 8px; }
  .color-card__count {
    font-size: 16px;
    line-height: 140%;
    color: #999999;
    margin-bottom: 24px; }
  .color-card__price {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    color: #303030;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
    .color-card__price .rub {
      width: 16px;
      height: 16px;
      min-width: 16px;
      margin-top: 2px; }
  .color-card__button {
    display: inline-block; }
    .color-card__button .button {
      border-color: #1B1B1B; }
      .color-card__button .button:hover {
        background-color: #F9F9F9;
        border-color: #F9F9F9; }
        .color-card__button .button:hover .button__text {
          color: #303030; }
  .color-card_black {
    background-color: #1B1B1B; }
    .color-card_black .color-card__price,
    .color-card_black .color-card__title {
      color: #ffffff; }
      .color-card_black .color-card__price svg *,
      .color-card_black .color-card__title svg * {
        fill: #ffffff; }
    .color-card_black .color-card__button .button {
      border-color: #ffffff; }
      .color-card_black .color-card__button .button__text {
        color: #ffffff; }
      .color-card_black .color-card__button .button:focus .button__text {
        color: #1B1B1B; }
  @media (max-width: 767px) {
    .color-card {
      padding: 16px; }
      .color-card__title {
        font-size: 18px;
        line-height: 112%; }
      .color-card__price, .color-card__count {
        margin-bottom: 8px; }
      .color-card__button {
        width: 100%; }
      .color-card__icon {
        right: -16px; } }

.short-profile {
  height: 100%;
  padding: 24px;
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  background-color: #ffffff; }
  .short-profile__logout {
    margin-bottom: 16px; }
    .short-profile__logout .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
  .short-profile__head {
    margin-bottom: 24px; }
  .short-profile__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    color: #303030;
    margin-bottom: 24px; }
  .short-profile__text {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-top: 16px; }
  .short-profile__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px dashed #D9D9D9;
    margin-bottom: 8px; }
    .short-profile__item:last-child {
      margin-bottom: 0; }
  .short-profile__item-key, .short-profile__item-value {
    width: 50%; }
  .short-profile__item-key {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #999999;
    margin-right: 8px; }
  .short-profile__item-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis; }
  .short-profile__button {
    margin-top: 24px; }
    .short-profile__button .button {
      width: auto; }
    .short-profile__button .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
    .short-profile__button_hidden {
      display: none; }
  .short-profile__cbs {
    margin-bottom: 16px; }
    .short-profile__cbs:last-child {
      margin-bottom: 0; }
    .short-profile__cbs-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      margin-bottom: 8px; }
    .short-profile__cbs-item {
      margin-bottom: 8px; }
      .short-profile__cbs-item .cbs__label {
        font-size: 16px;
        line-height: 140%;
        color: #303030; }
      .short-profile__cbs-item:last-child {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    .short-profile {
      padding: 16px; }
      .short-profile__head {
        margin-bottom: 16px; }
      .short-profile__logout {
        margin-bottom: 8px; }
      .short-profile__title {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 112%; }
      .short-profile__button {
        margin-top: 16px; }
        .short-profile__button:not(.short-profile__button_2) .button {
          width: 100%; } }

.u-fast-links__item {
  margin-bottom: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .u-fast-links__item:last-child {
    margin-bottom: 0; }

.u-fast-links svg * {
  fill: #1c8820; }

.u-fast-links__icon {
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  -ms-flex: 0 0 72px;
      flex: 0 0 72px;
  background-image: url("/assets/images/static/adv-bg3.png"); }
  .u-fast-links__icon-inner {
    margin: auto;
    width: 32px;
    height: 32px; }
    .u-fast-links__icon-inner svg * {
      fill: #1c8820; }

.u-fast-links__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 112%;
  color: #303030;
  margin-bottom: 8px; }

.u-fast-links__count {
  font-size: 16px;
  line-height: 140%;
  color: #999999;
  margin-bottom: 16px; }

@media (max-width: 1365px) {
  .u-fast-links__item {
    margin-bottom: 48px; } }

@media (max-width: 1023px) {
  .u-fast-links {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; }
    .u-fast-links__item {
      -ms-flex-align: start;
          align-items: flex-start;
      width: 33.3333333333%;
      margin-bottom: 0;
      padding: 0 8px; } }

@media (max-width: 767px) {
  .u-fast-links {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0; }
    .u-fast-links__item {
      width: 100%;
      padding: 0;
      margin-bottom: 16px; }
    .u-fast-links__title {
      font-size: 16px;
      line-height: 115%; }
    .u-fast-links__count {
      margin-bottom: 8px;
      font-size: 14px; }
    .u-fast-links__link .link__text {
      font-size: 14px;
      font-weight: 500; } }

.callback-bar {
  background-color: #1c8820;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 24px; }
  .callback-bar:before {
    content: '';
    width: 256px;
    height: 268px;
    left: -108px;
    top: -52px;
    position: absolute;
    background-image: url("/assets/images/static/choise-bg.png"); }
  .callback-bar__wrapper {
    padding: 16px; }
  .callback-bar__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    margin-bottom: 4px; }
  .callback-bar__desc {
    font-size: 16px;
    line-height: 115%;
    margin-bottom: 16px; }
  .callback-bar__item {
    margin-bottom: 16px; }
    .callback-bar__item:last-child {
      margin-bottom: 0; }
    .callback-bar__item .field__input {
      border-color: #ffffff; }
    .callback-bar__item .cbs__label {
      font-weight: normal;
      font-size: 13px;
      line-height: 115%;
      color: #303030; }
    .callback-bar__item .button:hover {
      background-color: #303030; }
      .callback-bar__item .button:hover .button__text {
        color: #ffffff; }
  @media (max-width: 1366px) {
    .callback-bar:before {
      top: -28px; } }

.modal-form__group {
  margin-bottom: 24px; }
  .modal-form__group:last-child {
    margin-bottom: 0; }

.modal-form__element {
  margin-bottom: 16px; }
  .modal-form__element .field__input {
    height: 40px; }
  .modal-form__element .field__clean {
    bottom: 12px; }
  .modal-form__element .cbs__label {
    font-size: 13px;
    line-height: 115%;
    color: #303030; }
  .modal-form__element:last-child {
    margin-bottom: 0; }

.modal-form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px; }

.modal-form__button {
  width: 50%;
  padding: 4px; }

@media (max-width: 767px) {
  .modal-form__group {
    margin-bottom: 16px; }
  .modal-form__element {
    margin-bottom: 8px; }
  .modal-form__button {
    width: 100%; } }

.cart-info {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  padding: 16px; }
  .cart-info__progress {
    margin-bottom: 16px; }
  .cart-info__groups {
    margin-bottom: 16px; }
  .cart-info__group {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EDEDED; }
    .cart-info__group:last-child {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 0; }
  .cart-info__group-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 8px; }
    .cart-info__group-row:last-child {
      margin-bottom: 0; }
  .cart-info__group-key {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
  .cart-info__group-key2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  .cart-info__group-count {
    color: #999999; }
  .cart-info__text-sale, .cart-info__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
  .cart-info__text-sale {
    color: #FF002C; }
  .cart-info__sum {
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 32px;
    line-height: 114%;
    color: #303030; }
    .cart-info__sum .rub {
      margin-top: 2px; }
  .cart-info__bottom-item {
    margin-bottom: 16px; }
    .cart-info__bottom-item .cbs__label {
      font-size: 13px;
      line-height: 115%;
      color: #303030; }
    .cart-info__bottom-item:last-child {
      margin-bottom: 0; }
  @media (max-width: 1365px) {
    .cart-info__bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-left: -16px; }
    .cart-info__bottom-item {
      margin-bottom: 0;
      width: 50%;
      padding-left: 16px; } }
  @media (max-width: 767px) {
    .cart-info__group {
      padding-bottom: 8px;
      margin-bottom: 8px; }
    .cart-info__progress, .cart-info__groups {
      margin-bottom: 8px; }
    .cart-info__sum {
      font-weight: bold;
      font-size: 24px; }
    .cart-info__bottom {
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0; }
      .cart-info__bottom-item {
        width: 100%;
        padding: 0;
        margin-bottom: 8px; }
        .cart-info__bottom-item .button {
          height: 40px; }
          .cart-info__bottom-item .button_lg .button__text {
            margin-left: 8px; }
          .cart-info__bottom-item .button__text {
            font-size: 16px;
            line-height: 115%; } }

.cart-progress__title {
  font-size: 14px;
  line-height: 115%;
  color: #999999;
  margin-bottom: 8px; }

.cart-progress__line {
  background: #F9F9F9;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 10px; }

.cart-progress__progress {
  width: 0;
  height: 100%;
  background-color: #1c8820;
  transition: width 0.2s ease-in-out 0s; }
  .cart-progress__progress:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/static/rate-bg.png");
    background-repeat: repeat-x;
    opacity: 0.15; }

.rub {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  min-width: 24px; }

.ci-similar {
  padding: 16px; }
  .ci-similar__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .ci-similar__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  .ci-similar__link {
    margin-left: 24px;
    cursor: pointer; }
    .ci-similar__link .link__text {
      font-weight: bold;
      font-size: 16px;
      line-height: 115%; }
  .ci-similar__hide {
    display: none; }
  .ci-similar__content {
    display: none;
    padding-top: 16px; }
  .ci-similar__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 16px; }
    .ci-similar__tabs .tw-tabs {
      width: 100%;
      display: block; }
      .ci-similar__tabs .tw-tabs:after {
        display: none; }
    .ci-similar__tabs .tw-tab__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
  .ci-similar__buttons {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex; }
  .ci-similar__button {
    -ms-flex: 0 0 32px;
        flex: 0 0 32px;
    width: 32px;
    margin-left: 8px; }
  .ci-similar_active .ci-similar__hide {
    display: block; }
  .ci-similar_active .ci-similar__show {
    display: none; }
  .ci-similar_active .ci-similar__content {
    display: block; }
  @media (max-width: 767px) {
    .ci-similar__head {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .ci-similar__link {
      position: static; }
      .ci-similar__link .link__text {
        display: none; }
      .ci-similar__link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .ci-similar__content {
      padding-top: 8px; }
    .ci-similar__tabs {
      margin-bottom: 8px; } }

.cisi-slider__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }

.cisi-slider__item {
  width: 33.3333333333%;
  padding: 8px; }

.cisi-slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px; }

.cisi-slider__counter {
  display: -ms-flexbox;
  display: flex; }

.cisi-slider__count, .cisi-slider__dilimiter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  line-height: 112%;
  font-size: 18px; }

.cisi-slider__count {
  width: 32px;
  height: 32px;
  -ms-flex: 0 0 32px;
      flex: 0 0 32px;
  color: #999999; }

.cisi-slider__dilimiter {
  width: 36px;
  height: 36px;
  -ms-flex: 0 0 36px;
      flex: 0 0 36px;
  color: #D9D9D9; }

.cisi-slider__arrow .slide-btn {
  background-color: #F9F9F9;
  box-shadow: none; }
  .cisi-slider__arrow .slide-btn__icon svg * {
    fill: #999999; }
  .cisi-slider__arrow .slide-btn:hover {
    background-color: #1c8820; }
    .cisi-slider__arrow .slide-btn:hover .slide-btn__icon svg * {
      fill: #1B1B1B; }
  .cisi-slider__arrow .slide-btn:focus {
    background-color: transparent;
    box-shadow: 0px 0px 0px 4px rgba(255, 240, 153, 0.4), 0 0 0 1px #1c8820 inset; }
    .cisi-slider__arrow .slide-btn:focus .slide-btn__icon svg * {
      fill: #1c8820; }

@media (max-width: 767px) {
  .cisi-slider__controls {
    margin-top: 8px; } }

.ci-structure {
  padding: 0 16px; }
  .ci-structure__wrapper {
    padding: 8px;
    transition: background-color 0.2s ease-in-out 0s; }
  .ci-structure__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }
  .ci-structure__icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-right: 6px; }
  .ci-structure__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%; }
  .ci-structure__title-count {
    color: #999999; }
  .ci-structure__content {
    display: none;
    padding-top: 8px; }
  .ci-structure__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -8px; }
  .ci-structure__item {
    width: 33.3333333333%;
    padding: 8px; }
  .ci-structure_active .ci-structure__wrapper {
    background-color: #FFFCEE; }
  .ci-structure_active .ci-structure__content {
    display: block; }
  .ci-structure_active .ci-structure__icon {
    transform: rotate(180deg); }
  @media (max-width: 1023px) {
    .ci-structure__item {
      width: 50%; } }
  @media (max-width: 767px) {
    .ci-structure__item {
      width: 100%; } }

.cis-item {
  display: -ms-flexbox;
  display: flex; }
  .cis-item__pic {
    width: 96px;
    height: 96px;
    -ms-flex: 0 0 96px;
        flex: 0 0 96px;
    margin-right: 16px; }
  .cis-item__image {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden; }
    .cis-item__image .image {
      width: 100%;
      height: 100%; }
  .cis-item__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #303030;
    margin-bottom: 4px; }
    .cis-item__price .rub {
      width: 14px;
      height: 14px;
      min-width: 14px; }
  .cis-item__price-dop {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 8px; }
  .cis-item__desc {
    font-size: 14px;
    line-height: 115%;
    color: #303030;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 32px;
    max-height: 32px;
    line-height: 16px; }
  .cis-item__button {
    margin-top: 8px;
    display: inline-block; }
  .cis-item_si .cis-item__pic {
    width: 136px;
    height: 136px;
    -ms-flex: 0 0 136px;
        flex: 0 0 136px; }
  @media (max-width: 767px) {
    .cis-item_si .cis-item__pic {
      width: 66px;
      height: 66px;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
      margin-right: 8px; }
    .cis-item__pic {
      width: 66px;
      height: 66px;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
      margin-right: 8px; }
    .cis-item__price {
      font-weight: bold;
      font-size: 16px;
      line-height: 115%; } }

.cart-item {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  border-radius: 8px; }
  .cart-item__core {
    display: -ms-flexbox;
    display: flex; }
  .cart-item__image {
    width: 168px;
    height: 168px;
    -ms-flex: 0 0 168px;
        flex: 0 0 168px;
    padding: 8px; }
    .cart-item__image-inner {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      overflow: hidden; }
    .cart-item__image .image {
      width: 100%;
      height: 100%; }
  .cart-item__main {
    -ms-flex: 1;
        flex: 1;
    padding: 16px; }
  .cart-item__top {
    margin-bottom: 16px; }
  .cart-item__middle {
    margin-bottom: 16px; }
  .cart-item__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .cart-item__link {
    margin-right: 24px; }
    .cart-item__link .link__icon svg * {
      fill: #999999; }
    .cart-item__link .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%;
      color: #999999; }
    .cart-item__link .link_active .link__icon svg * {
      fill: #FF002C; }
    .cart-item__link .link_active .link__text {
      color: #F92E47 !important; }
    .cart-item__link:last-child {
      margin-right: 0; }
  .cart-item__title {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  .cart-item__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .cart-item__counter {
    max-width: 126px; }
    .cart-item__counter .input-up__icon {
      width: 20px;
      height: 20px; }
    .cart-item__counter .input-up__btn {
      width: 32px;
      height: 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px; }
    .cart-item__counter .input-up__value {
      width: 32px;
      height: 32px;
      min-width: 32px; }
  .cart-item .product-price {
    -ms-flex-align: center;
        align-items: center; }
    .cart-item .product-price__current, .cart-item .product-price__old, .cart-item .product-price__sale, .cart-item .product-price__profit {
      margin-left: 24px; }
  @media (max-width: 1365px) {
    .cart-item .product-price__current, .cart-item .product-price__old, .cart-item .product-price__sale, .cart-item .product-price__profit {
      margin-left: 16px; } }
  @media (max-width: 767px) {
    .cart-item__core {
      padding-top: 52px; }
    .cart-item__links {
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 16px; }
    .cart-item__link {
      margin: 0; }
      .cart-item__link:first-child {
        width: 50%; }
      .cart-item__link .link__icon {
        width: 20px;
        height: 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px; }
      .cart-item__link .link__text {
        white-space: nowrap; }
    .cart-item__main {
      position: static;
      padding: 0 8px 8px; }
    .cart-item__top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .cart-item__counter {
      margin-bottom: 16px; }
      .cart-item__counter .input-up {
        height: 32px; }
        .cart-item__counter .input-up__btn {
          width: 32px;
          height: 32px;
          -ms-flex: 0 0 32px;
              flex: 0 0 32px; }
        .cart-item__counter .input-up__icon {
          width: 20px;
          height: 20px; }
        .cart-item__counter .input-up__value {
          width: 32px;
          height: 32px;
          min-width: 32px;
          font-weight: 500;
          font-size: 14px;
          line-height: 115%; }
    .cart-item__bottom {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
    .cart-item__image {
      width: 96px;
      height: 96px;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px; }
    .cart-item .product-price {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cart-item .product-price__old, .cart-item .product-price__sale {
        margin-left: 8px; }
      .cart-item .product-price__profit, .cart-item .product-price__current {
        margin-left: 0; }
      .cart-item .product-price__current {
        font-weight: bold;
        font-size: 18px;
        line-height: 100%; }
      .cart-item .product-price__old {
        font-size: 14px; }
      .cart-item .product-price__profit {
        margin-top: 8px;
        width: 100%; } }

.cart-recover__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px;
  border: 1px solid #EDEDED;
  background-color: #F9F9F9;
  border-radius: 8px; }

.cart-recover__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #999999; }

.cart-recover__link {
  margin-left: 32px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

@media (max-width: 1365px) {
  .cart-recover__title {
    font-size: 14px; }
  .cart-recover__link {
    margin-left: 16px; } }

@media (max-width: 767px) {
  .cart-recover__link .link__text {
    display: none; } }

.cat-slider {
  width: 100%;
  max-height: 160px;
  overflow: hidden;
  margin: 20px 0; }
  .cat-slider__item {
    display: none; }
    .cat-slider__item:first-child, .slick-slider .cat-slider__item {
      display: block; }

.catalog-list {
  margin: -16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .catalog-list__item, .catalog-list__item2 {
    padding: 16px; }
  .catalog-list__item {
    width: 25%; }
  .catalog-list__item2 {
    width: 33.3333333333%; }
  @media (max-width: 1366px) {
    .catalog-list {
      margin: -12px; }
      .catalog-list__item, .catalog-list__item2 {
        padding: 12px; } }
  @media (max-width: 1365px) {
    .catalog-list {
      margin: -8px; }
      .catalog-list__item, .catalog-list__item2 {
        padding: 8px; }
      .catalog-list__item {
        width: 33.3333333333%; } }
  @media (max-width: 1023px) {
    .catalog-list__item {
      width: 50%; } }
  @media (max-width: 767px) {
    .catalog-list {
      margin: 0; }
      .catalog-list__item2, .catalog-list__item {
        width: 100%;
        padding: 0; } }

.catalog-item__image-outer {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #F9F9F9;
  transition: box-shadow 0.2s ease-in-out 0s; }

.catalog-item__image-wrapper {
  padding-bottom: 66.66666666666667%; }

.catalog-item__image {
  display: block;
  width: 100%;
  height: 100%; }
  .catalog-item__image .image {
    width: 100%;
    height: 100%; }

.catalog-item__image-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }

.catalog-item__icon {
  width: 46px;
  height: 46px;
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease-in-out 0s; }

.catalog-item:hover .catalog-item__icon {
  filter: brightness(1); }

.catalog-item:hover .catalog-item__image-outer {
  box-shadow: 0 10px 20px rgba(27, 27, 27, 0.1), 0 2px 20px rgba(27, 27, 27, 0.05); }

.catalog-item__text sup {
  font-size: 10px;
  line-height: 22px;
  color: #999999; }

.catalog-item__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 16px 0; }
  .catalog-item__title .link__text {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%; }

.catalog-item__title-icon2, .catalog-item__title-icon {
  display: none;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  margin-right: 8px; }
  .catalog-item__title-icon2 .image, .catalog-item__title-icon .image {
    width: 100%;
    height: 100%; }

.catalog-item__title-icon {
  filter: brightness(0) invert(0.3); }

.catalog-item__title-icon2 {
  margin-right: 0;
  margin-left: auto; }

.catalog-item sup {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D9D9D9;
  margin-left: 8px; }

.catalog-item__sub {
  padding-top: 16px;
  display: none; }

.catalog-item__dop {
  left: 0;
  right: 0;
  z-index: 1; }

.catalog-item__link {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .catalog-item__link:last-child {
    margin-bottom: 0; }
  .catalog-item__link_hide, .catalog-item__link_show {
    padding-top: 16px;
    margin-bottom: 0; }
  .catalog-item__link_hide {
    display: none; }

.catalog-item_active .catalog-item__link_show {
  display: none; }

.catalog-item_active .catalog-item__link_hide {
  display: block; }

.catalog-item_second .catalog-item__image-outer {
  padding: 24px; }

.catalog-item_second .catalog-item__image-bottom {
  background: none;
  padding: 24px;
  text-align: center; }

.catalog-item_second .catalog-item__title {
  margin-bottom: 0;
  -ms-flex-pack: center;
      justify-content: center; }
  .catalog-item_second .catalog-item__title .link__text {
    font-size: 18px;
    line-height: 1.12;
    text-align: center; }

.catalog-item_second:hover .catalog-item__image-outer {
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05); }

@media (max-width: 1365px) {
  .catalog-item__title .link__text {
    font-size: 18px;
    line-height: 112%; } }

@media (max-width: 767px) {
  .catalog-item__title {
    padding: 12px 0;
    margin: 0; }
    .catalog-item__title .link__text {
      font-size: 16px; }
    .catalog-item__title sup {
      display: none; }
  .catalog-item__title-icon2, .catalog-item__title-icon {
    display: block; }
  .catalog-item__image-outer, .catalog-item__dop {
    display: none; }
  .catalog-item_second .catalog-item__title .link__text {
    font-size: 16px; } }

.category-block {
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .category-block__item_side {
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 480px;
    padding: 10px; }
    .category-block__item_side .picture-link {
      width: 100%;
      height: 100%; }
    .category-block__item_side:first-child {
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .category-block__item_side:first-child .picture-link__text {
        top: auto;
        bottom: 20px; }
      @media screen and (max-width: 1260px) {
        .category-block__item_side:first-child {
          left: 50%;
          padding-right: 10px;
          transform: translateX(-100%);
          -ms-flex-item-align: start;
              align-self: flex-start; } }
      @media screen and (max-width: 400px) {
        .category-block__item_side:first-child {
          transform: translateX(-50%); } }
    .category-block__item_side:last-child {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .category-block__item_side:last-child .picture-link__text {
        top: 20px;
        bottom: auto; }
      @media screen and (max-width: 1260px) {
        .category-block__item_side:last-child {
          right: -50%;
          margin-top: -480px;
          padding-left: 10px;
          -ms-flex-item-align: end;
              align-self: flex-end;
          -ms-flex-item-align: start;
              align-self: flex-start; } }
      @media screen and (max-width: 400px) {
        .category-block__item_side:last-child {
          margin-top: 0;
          transform: translateX(-50%); } }
    @media screen and (max-width: 1260px) {
      .category-block__item_side {
        width: 100%;
        max-width: 330px;
        -ms-flex-order: 2;
            order: 2; } }
    @media screen and (max-width: 700px) {
      .category-block__item_side {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .category-block__item_side {
        width: 100%;
        max-width: 100%;
        height: 370px; } }
  .category-block__item_center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 50%;
    padding: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media screen and (max-width: 1260px) {
      .category-block__item_center {
        width: 660px;
        -ms-flex-order: 1;
            order: 1; } }
    @media screen and (max-width: 700px) {
      .category-block__item_center {
        width: 100%; } }
  .category-block__item-small {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .category-block__item-small .picture-link {
      width: 100%;
      height: 220px; }
      .category-block__item-small .picture-link__text {
        top: 20px;
        bottom: auto; }
      .category-block__item-small .picture-link:first-child {
        margin-right: 20px; }
        @media screen and (max-width: 400px) {
          .category-block__item-small .picture-link:first-child {
            margin-right: 0;
            margin-bottom: 20px; } }
    @media screen and (max-width: 400px) {
      .category-block__item-small {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .category-block__item-big .picture-link {
    width: 100%;
    height: 220px; }
    .category-block__item-big .picture-link__text {
      top: auto;
      bottom: 20px; }
  .category-block .picture-link__text {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 280px;
    height: 100px;
    text-transform: none;
    border-radius: 10em;
    font-family: 'Raleway-Bold';
    font-size: 28px; }
    @media screen and (max-width: 1400px) {
      .category-block .picture-link__text {
        width: 240px;
        font-size: 22px; } }
    @media screen and (max-width: 1100px) {
      .category-block .picture-link__text {
        width: 200px;
        height: 80px;
        font-size: 19px; } }
    @media screen and (max-width: 500px) {
      .category-block .picture-link__text {
        width: 160px;
        height: 60px;
        font-size: 16px; } }
  .category-block .picture-link__text-small {
    margin-top: 5px;
    font-family: 'Raleway';
    font-size: 20px; }
    @media screen and (max-width: 1400px) {
      .category-block .picture-link__text-small {
        font-size: 18px; } }
    @media screen and (max-width: 1100px) {
      .category-block .picture-link__text-small {
        font-size: 15px; } }
    @media screen and (max-width: 500px) {
      .category-block .picture-link__text-small {
        font-size: 13px; } }
  @media screen and (max-width: 1260px) {
    .category-block {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; } }

.category-head {
  padding-top: 32px; }
  .category-head__breadcrumbs {
    margin-bottom: 16px; }
  .category-head__title {
    font-weight: bold;
    font-size: 52px;
    line-height: 115%;
    color: #1B1B1B; }
  .category-head__back {
    display: none;
    margin-bottom: 8px; }
    .category-head__back .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
  @media (max-width: 1365px) {
    .category-head {
      padding-top: 24px; }
      .category-head__breadcrumbs {
        margin-bottom: 8px; }
      .category-head__title {
        font-size: 42px; } }
  @media (max-width: 1023px) {
    .category-head__title {
      font-size: 32px;
      line-height: 114%; } }
  @media (max-width: 767px) {
    .category-head__breadcrumbs {
      display: none; }
    .category-head__back {
      display: block; } }

.category-list__head {
  padding: 12px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: inset 0px -1px 0px #EDEDED;
  cursor: pointer; }
  .category-list__head-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%); }
  .category-list__head-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }

.category-list__tabs {
  margin-bottom: 24px; }
  .category-list__tabs .tw-tab__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #1B1B1B; }

.category-list__ul {
  columns: 4;
  column-gap: 0;
  overflow: hidden;
  margin: -12px -16px; }

.category-list__group {
  width: 100%;
  padding: 12px 16px;
  float: left;
  break-inside: avoid; }

.category-list__dop {
  margin-top: 8px; }

.category-list__li_sub {
  display: block;
  margin-bottom: 8px;
  padding-right: 8px; }
  .category-list__li_sub:last-child {
    margin-bottom: 0; }

.category-list__li .link__icon svg * {
  fill: #FF002C; }

.category-list__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #999999;
  transition: color 0.2s ease-in-out 0s; }
  .category-list__link:hover {
    color: #1c8820; }
  .category-list__link_active {
    position: relative; }
    .category-list__link_active:before {
      position: absolute;
      left: -10px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ff002b; }

.category-list__item {
  display: block;
  padding: 7px 0; }

.category-list_brand .category-list__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #1B1B1B; }

@media (max-width: 1366px) {
  .category-list__ul {
    margin: -12px; }
  .category-list__group {
    padding: 12px; } }

@media (max-width: 1366px) {
  .category-list__ul {
    columns: 3;
    margin: -8px; }
    .navigation-sub .category-list__ul {
      columns: 4; }
  .category-list__group {
    padding: 8px; } }

.label span {
  padding-bottom: 0 !important; }

.label__checkbox {
  display: none !important; }

.label__text {
  width: 30px;
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  display: block; }

.label__check {
  border-radius: 50%;
  background: #d9d9d9;
  vertical-align: middle;
  padding-left: 0 !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.label__check i {
  opacity: 0;
  font-size: 12px !important;
  color: transparent;
  padding-left: 0 !important; }
  .no-touchevents .label__check i:hover {
    color: #fff !important; }

.label__checkbox:checked + .label__text .label__check {
  width: 20px;
  height: 20px;
  background: #1b1b1b;
  border: 0;
  opacity: 1; }

.label__checkbox:checked + .label__text .label__check i {
  color: #fff;
  opacity: 1;
  transform: scale(1); }

.choose-size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .choose-size .ruler {
    margin-right: 8px; }

.popup-size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .popup-size__line {
    display: -ms-flexbox;
    display: flex; }
  .popup-size__nest {
    display: -ms-flexbox;
    display: flex;
    width: 8.333%;
    height: 30px;
    color: #393D4C;
    border: 1px solid #DDDEE4;
    font-family: "OpenSans";
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 550px) {
      .popup-size__nest {
        font-size: 13px; } }
    @media screen and (max-width: 400px) {
      .popup-size__nest {
        font-size: 11px; } }

.popup-size-choose {
  display: -ms-flexbox;
  display: flex; }
  .popup-size-choose__info {
    margin-right: 20px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media screen and (max-width: 550px) {
      .popup-size-choose__info {
        margin-right: 0; } }
  .popup-size-choose__head {
    margin-bottom: 20px;
    color: #16181F;
    font-family: "Raleway-Bold";
    font-size: 16px; }
  .popup-size-choose__text {
    color: #393D4C;
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 1.2; }
    .popup-size-choose__text:not(:last-child) {
      margin-bottom: 20px; }
  .popup-size-choose__img {
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    border: 1px dashed #DDDEE4;
    border-radius: 10em;
    -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 550px) {
      .popup-size-choose__img {
        display: none; } }

#popup-size .tab {
  padding-bottom: 10px; }

#popup-size .tabs_3 .tabs__li.current .tabs__link::before {
  bottom: -1px; }

.chosen-items {
  position: absolute;
  z-index: 15;
  top: 63px;
  right: 0;
  left: 0;
  display: none;
  padding: 0 20px;
  border-top: 3px solid #01be93;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); }
  .chosen-items__content {
    position: relative; }
  .chosen-items__top {
    position: relative;
    margin-bottom: 5px;
    padding: 15px 0; }
    .chosen-items__top::before {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      margin: auto;
      content: '';
      background: url("/assets/images/static/content/wave-pattern5.png") repeat; }
  .chosen-items__bottom {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px;
    -ms-flex-pack: center;
        justify-content: center; }
  .chosen-items .product {
    border: none; }
    .chosen-items .product__next {
      border: none; }
  .chosen-items .product-slider__item {
    padding-top: 17px; }
  .chosen-items_active {
    display: block; }
  .chosen-items:after {
    position: absolute;
    top: -20px;
    right: 63px;
    content: "";
    border: 7px solid transparent;
    border-bottom: 10px solid #01be93; }
    @media screen and (max-width: 1000px) {
      .chosen-items:after {
        right: 73px; } }

.circle-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  transition: all .3s;
  text-decoration: none;
  border-radius: 10em;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.modal-cities-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -4px; }
  .modal-cities-links__item {
    width: 50%;
    padding: 8px 4px; }
    .modal-cities-links__item .link.active {
      color: #E5C400; }
    .modal-cities-links__item .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
  @media (max-width: 479px) {
    .modal-cities-links {
      margin: 0; }
      .modal-cities-links__item {
        padding: 0;
        width: 100%;
        margin-bottom: 16px; }
        .modal-cities-links__item:last-child {
          margin-bottom: 0; } }

.modal-search {
  margin-bottom: 24px; }

@media (max-width: 479px) {
  .modal-city-select {
    position: relative;
    height: 368px;
    max-height: 368px; } }

.city-select2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .city-select2__caption {
    margin: 0 6px;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
  .city-select2__icon {
    width: 16px;
    height: 16px; }
  .city-select2__location .link__text {
    font-size: 14px;
    font-weight: 500; }
  .city-select2__location .link__icon {
    margin-left: 2px; }

.city-delivery {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .city-delivery {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .city-delivery__info {
    width: 100%; }
  .city-delivery__prices {
    margin-left: 50px;
    -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    width: 350px;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .city-delivery__prices {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        -ms-flex: inherit;
            flex: inherit; } }
    .city-delivery__prices-title {
      font-family: GothamProMedium;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px; }
    .city-delivery__prices-item {
      margin-bottom: 7px; }
      .city-delivery__prices-item:last-child {
        margin-bottom: 0; }
    .city-delivery__prices-cat {
      color: #000000;
      font-family: MSemiBold;
      font-size: 14px;
      line-height: 16px; }
      .no-touchevents .city-delivery__prices-cat:hover {
        text-decoration: underline; }
    .city-delivery__prices-price {
      font-size: 13px;
      display: inline; }
  .city-delivery__img {
    max-width: 350px;
    max-height: 350px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media (max-width: 650px) {
      .city-delivery__img {
        float: none; } }

.city-delivery-price__plitka {
  display: none; }

.city-delivery-price_active .city-delivery-price__plitka {
  display: inline; }

.city-delivery-price_active .city-delivery-price__normal, .city-delivery-price_active .city-delivery-price__rub {
  display: none; }

.city-delivery__text {
  margin-bottom: 26px; }

.city-delivery__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px; }

.city-delivery__table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 864px) {
    .city-delivery__table {
      -ms-flex-pack: center;
          justify-content: center; } }
  .city-delivery__table_row {
    display: -ms-flexbox;
    display: flex; }
    .city-delivery__table_row:nth-child(odd) {
      margin-right: 32px; }
      @media (max-width: 1099px) {
        .city-delivery__table_row:nth-child(odd) {
          margin-right: 16px; } }
      @media (max-width: 864px) {
        .city-delivery__table_row:nth-child(odd) {
          margin-right: 0; } }
  .city-delivery__table_item {
    width: 200px;
    padding: 8px;
    box-shadow: 0 0 0 1px #999999; }
    @media (max-width: 1365px) {
      .city-delivery__table_item {
        width: 150px; } }
    @media (max-width: 864px) {
      .city-delivery__table_item {
        width: 200px; } }
    .city-delivery__table_item_price {
      text-align: center; }
  .city-delivery__table_item_first {
    width: 400px; }
    @media (max-width: 1365px) {
      .city-delivery__table_item_first {
        width: 300px;
        font-size: 12px; } }
    @media (max-width: 964px) {
      .city-delivery__table_item_first {
        width: 250px;
        font-size: 12px; } }
    @media (max-width: 864px) {
      .city-delivery__table_item_first {
        width: 400px;
        font-size: 14px; } }

.collections__top {
  margin-bottom: 32px; }

.collections__bottom {
  padding-top: 32px;
  border-top: 1px solid #EDEDED; }

.collections__row, .collections__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.collections__row {
  margin: 0 -16px; }

.collections__item {
  width: 25%;
  padding: 0 16px; }

.collections__list {
  margin: -8px -16px; }

.collections__item2 {
  width: 25%;
  padding: 8px 16px; }
  .collections__item2 .link {
    color: #303030; }

.collections__controls {
  margin-top: 8px;
  display: none; }

@media (max-width: 1366px) {
  .collections__list {
    margin: -8px -12px; }
  .collections__row {
    margin: 0 -12px; }
  .collections__item2 {
    padding: 8px 12px; }
  .collections__item {
    padding: 0 12px; } }

@media (max-width: 1365px) {
  .collections__list {
    margin: -8px; }
  .collections__row {
    margin: 0 -8px; }
  .collections__item {
    padding: 0 8px; }
  .collections__item2 {
    padding: 8px; }
  .collections__top {
    margin-bottom: 24px; }
  .collections__bottom {
    padding-top: 24px; } }

@media (max-width: 1023px) {
  .collections__item2 {
    width: 33.3333333333%; }
  .collections__bottom {
    margin-bottom: 16px; }
  .collections__bottom {
    padding-top: 16px; } }

@media (max-width: 767px) {
  .collections__list {
    margin: -4px -8px; }
  .collections__controls {
    display: block; }
  .collections__item2 {
    width: 50%;
    padding: 4px 8px; } }

.collection-full {
  display: block;
  position: relative;
  text-align: center; }
  .collection-full__wrapper {
    padding-bottom: 66.66252304887397%;
    overflow: hidden;
    border-radius: 6px;
    transition: box-shadow 0.2s ease-in-out 0s; }
  .collection-full__image {
    background-color: #F9F9F9; }
    .collection-full__image .image {
      width: 100%;
      height: 100%; }
  .collection-full__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    color: #1B1B1B;
    margin-top: 16px;
    transition: color 0.2s ease-in-out 0s; }
  .collection-full__badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px; }
  .collection-full:hover .collection-full__wrapper {
    box-shadow: 0 10px 20px rgba(27, 27, 27, 0.1), 0 2px 20px rgba(27, 27, 27, 0.05); }
  .collection-full:hover .collection-full__title {
    color: #1c8820; }
  @media (max-width: 767px) {
    .collection-full__title {
      font-size: 16px;
      line-height: 115%;
      margin-top: 8px; } }

.slider-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .slider-controls__dots .slick-dots {
    position: relative;
    bottom: auto !important; }
    .slider-controls__dots .slick-dots li {
      min-width: 12px; }
      .slider-controls__dots .slick-dots li button {
        border-color: #EDEDED; }

.comment-admin {
  margin-left: 24px;
  margin-top: 16px;
  padding: 16px;
  background-color: #FFFCEE;
  border-radius: 8px; }
  .comment-admin__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .comment-admin__ava {
    width: 40px;
    height: 40px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    margin-right: 16px;
    background: #1c8820;
    border-radius: 8px;
    overflow: hidden; }
    .comment-admin__ava .image {
      width: 100%;
      height: 100%; }
  .comment-admin__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    margin-bottom: 6px; }
  .comment-admin__pos {
    font-size: 14px;
    line-height: 115%;
    color: #E5C400; }
  .comment-admin__head {
    margin-bottom: 8px; }
  @media (max-width: 767px) {
    .comment-admin {
      margin-top: 8px;
      margin-left: 0; }
      .comment-admin__name {
        margin-bottom: 6px; }
      .comment-admin__pos {
        font-size: 13px; } }

.contacts-dep {
  box-shadow: 0 0 0 4px #1c8820 inset;
  border-radius: 8px; }
  .contacts-dep__wrapper {
    padding: 32px; }
  .contacts-dep__block {
    margin-bottom: 24px; }
    .contacts-dep__block:last-child {
      margin-bottom: 0; }
  .contacts-dep__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 16px; }
  .contacts-dep__btn {
    display: inline-block; }
  .contacts-dep__item {
    margin-bottom: 16px; }
    .contacts-dep__item:last-child {
      margin-bottom: 0; }
  .contacts-dep__item-title {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 4px; }
  .contacts-dep__link-main .link__text {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%; }
  .contacts-dep__item-text {
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  @media (max-width: 1365px) {
    .contacts-dep__wrapper {
      padding: 24px; } }
  @media (max-width: 1023px) {
    .contacts-dep__wrapper {
      padding: 16px; }
    .contacts-dep__title {
      font-size: 21px; }
    .contacts-dep__block {
      margin-bottom: 16px; }
    .contacts-dep__item-wrapper {
      display: -ms-flexbox;
      display: flex;
      margin: -4px; }
      .contacts-dep__item-wrapper .contacts-dep__item {
        width: 33.3333333333%;
        margin-bottom: 0;
        padding: 4px; }
    .contacts-dep__link-main .link__text {
      font-size: 21px; } }
  @media (max-width: 767px) {
    .contacts-dep__item-wrapper .contacts-dep__item {
      width: 100%; }
    .contacts-dep__title {
      font-size: 18px;
      line-height: 112%; }
    .contacts-dep__item-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; }
    .contacts-dep__btn {
      width: 100%; } }

.compilations:before {
  content: '';
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 32px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.compilations__list {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -ms-flexbox;
  display: flex; }
  .compilations__list::-webkit-scrollbar {
    display: none; }

.compilations__item {
  margin-right: 16px;
  display: table; }
  .compilations__item:last-child {
    margin-right: 0; }

@media (max-width: 767px) {
  .compilations__item {
    margin-right: 8px; } }

.compile-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  cursor: pointer;
  min-height: 100%;
  transition: border-color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s; }
  .compile-item__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%; }
  .compile-item__icon {
    margin-left: 16px;
    width: 60px;
    height: 60px;
    -ms-flex: 0 0 60px;
        flex: 0 0 60px; }
  .compile-item:hover {
    border-color: #1c8820; }
  .compile-item_active {
    background-color: #FFFCEE !important;
    border-color: #1c8820 !important; }
  @media (max-width: 1023px) {
    .compile-item {
      height: 58px; }
      .compile-item__icon {
        width: 46px;
        height: 46px;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px; } }

.collection {
  border: 4px solid #1c8820;
  border-radius: 16px;
  padding: 32px;
  background-color: #ffffff; }
  .collection__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 24px; }
  .collection__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    color: #000000; }
  .collection__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .collection__controls-item {
    margin-left: 8px; }
  .collection__list-fake {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 -16px; }
  .collection__add, .collection__item-fake {
    padding: 0 16px; }
  .collection__item-fake {
    -ms-flex: 1;
        flex: 1; }
  .collection__add {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: -25%; }
    .collection__add_hidden {
      opacity: 0; }
  .collection__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -44px; }
  .collection__item {
    -ms-flex: 1;
        flex: 1;
    padding: 0 44px; }
  .collection__add {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .collection__add-icon {
      width: 24px;
      height: 24px; }
  .collection__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #EDEDED; }
  .collection__prices {
    margin-left: 24px; }
    .collection__prices .product-price {
      -ms-flex-align: center;
          align-items: center; }
      .collection__prices .product-price__profit, .collection__prices .product-price__old {
        margin-left: 16px; }
  @media (max-width: 1366px) {
    .collection {
      padding: 24px; }
      .collection__list {
        margin: 0 -36px; }
      .collection__item {
        padding: 0 36px; }
      .collection__list-fake {
        margin: 0 -12px; }
      .collection__add, .collection__item-fake {
        padding: 0 12px; } }
  @media (max-width: 1365px) {
    .collection {
      padding: 16px; }
      .collection__list {
        margin: 0 -20px; }
      .collection__item {
        padding: 0 20px; }
      .collection__list-fake {
        margin: 0 -4px; }
      .collection__add, .collection__item-fake {
        padding: 0 4px; } }
  @media (max-width: 1023px) {
    .collection {
      border-radius: 8px; }
      .collection__bottom {
        margin-top: 16px;
        padding-top: 16px; } }
  @media (max-width: 767px) {
    .collection__bottom {
      margin-top: 8px;
      padding-top: 8px;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: start;
          align-items: flex-start; }
    .collection__name {
      font-weight: 500;
      font-size: 16px;
      line-height: 140%; }
    .collection__button {
      width: 100%; }
    .collection__prices {
      margin-bottom: 8px;
      margin-left: 0; }
      .collection__prices .product-price {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: -8px;
        margin-left: -8px; }
        .collection__prices .product-price .product-price__current,
        .collection__prices .product-price .product-price__old,
        .collection__prices .product-price .product-price__profit {
          padding-top: 8px;
          padding-left: 8px;
          margin: 0; }
      .collection__prices .product-price__current {
        font-size: 18px; }
      .collection__prices .product-price__old {
        font-size: 14px; }
    .collection__list {
      margin: 0 -8px; }
    .collection__item {
      padding: 0 8px; }
    .collection__add {
      display: none; }
      .collection__add:nth-child(2) {
        display: -ms-flexbox;
        display: flex; }
    .collection__item-fake {
      display: none; }
      .collection__item-fake:first-child {
        display: block; }
      .collection__item-fake:nth-child(3) {
        display: block; } }
  @media (max-width: 479px) {
    .collection .product__badges,
    .collection .product__mark {
      display: none; } }

.contacts-block__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px; }

.contacts-block__main, .contacts-block__bar {
  padding: 0 16px; }

.contacts-block__main {
  -ms-flex: 1;
      flex: 1; }

.contacts-block__bar {
  width: 33.3333333333%; }

.contacts-block__bottom {
  margin-top: 64px; }

@media (max-width: 1366px) {
  .contacts-block__top {
    margin: 0 -12px; }
  .contacts-block__main, .contacts-block__bar {
    padding: 0 12px; } }

@media (max-width: 1365px) {
  .contacts-block__top {
    margin: 0 -8px; }
  .contacts-block__bottom {
    margin-top: 32px; }
  .contacts-block__main, .contacts-block__bar {
    padding: 0 8px; }
  .contacts-block__bar {
    width: 309px;
    -ms-flex: 0 0 309px;
        flex: 0 0 309px; } }

@media (max-width: 1023px) {
  .contacts-block__top {
    margin: 0;
    width: 100%; }
  .contacts-block__bar, .contacts-block__main {
    padding: 0;
    -ms-flex: none;
        flex: none;
    width: 100%; }
  .contacts-block__main {
    margin-bottom: 32px; } }

@media (max-width: 767px) {
  .contacts-block__main {
    margin-bottom: 24px; }
  .contacts-block__bottom {
    margin-top: 24px; } }

.cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 24px;
  width: 100%;
  z-index: 999999;
  padding: 0 8px; }
  .cookie-notification__wrapper {
    max-width: 560px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 8px;
    overflow: hidden;
    background-color: #1B1B1B;
    box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
    padding: 16px;
    margin: 0 auto; }
  .cookie-notification__text {
    font-size: 13px;
    line-height: 115%;
    color: #EDEDED; }
    .cookie-notification__text a {
      color: inherit;
      text-decoration: underline; }
  .cookie-notification__button {
    margin-left: 16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  @media (max-width: 767px) {
    .cookie-notification__wrapper {
      padding: 8px;
      -ms-flex-align: end;
          align-items: flex-end; }
    .cookie-notification__button {
      margin-left: 8px; } }

.date__day {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  font-family: MRegular; }

.datepicker {
  border: 0;
  border-radius: 16px;
  padding: 16px; }

.datepicker--pointer {
  display: none; }

.datepicker--nav {
  border-bottom: none;
  margin-bottom: 16px;
  min-height: auto;
  padding: 0; }

.datepicker--nav-action {
  width: 24px;
  height: 24px; }
  .datepicker--nav-action:hover {
    background-color: transparent; }

.datepicker--nav-action svg {
  width: 100%;
  height: 100%; }

.datepicker--nav-action path {
  stroke: none !important;
  fill: #1c8820; }

.datepicker--nav-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #303030;
  font-family: "Acrom", sans-serif; }
  .datepicker--nav-title:hover {
    background-color: transparent; }

.datepicker-caret {
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  margin-left: 8px;
  background-image: url("/assets/images/svg/tw-caret-down.svg"); }

.datepicker--content {
  box-sizing: border-box;
  padding: 0; }

.datepicker--days-names {
  margin-top: 0;
  margin-bottom: 6px; }

.datepicker--day-name {
  font-size: 16px;
  line-height: 115%;
  color: #999999;
  width: 14.2857142857%;
  text-transform: none;
  height: 32px;
  -ms-flex: none;
      flex: none; }

.datepicker--cells {
  margin: -1.5px; }

.datepicker--cell.-selected-.-current- {
  background: transparent; }

.datepicker--cell-day {
  width: 14.2857142857%;
  font-size: 16px !important;
  line-height: 115% !important;
  color: #303030;
  overflow: hidden; }
  .datepicker--cell-day:before {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
    z-index: -1; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #D9D9D9; }

.datepicker--cell.-current- {
  color: #1c8820;
  background-color: transparent; }

.datepicker--cell.-focus- {
  box-shadow: 0 2px 8px rgba(255, 218, 0, 0.2);
  color: #1B1B1B;
  background-color: transparent; }
  .datepicker--cell.-focus-:before {
    background-color: #1c8820;
    opacity: 1; }

.datepicker--cell.-selected- {
  color: #1B1B1B;
  background: transparent; }
  .datepicker--cell.-selected-:before {
    background-color: #1c8820;
    opacity: 1; }

.datepicker--cell.-selected-.-focus- {
  background-color: transparent; }

.del-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px;
  background: #EDEDED;
  border-radius: 6px; }

.del-list__item-text {
  font-size: 14px;
  line-height: 115%;
  color: #303030;
  -ms-flex: 1;
      flex: 1; }

.del-list__item-controls {
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.del-list__item-control .button {
  background-color: transparent; }

.top-preview {
  width: 100%;
  height: 260px;
  border-radius: 8px;
  overflow: hidden; }
  .top-preview .image {
    width: 100%;
    height: 100%; }
  @media (max-width: 1365px) {
    .top-preview {
      height: 222px; } }
  @media (max-width: 1023px) {
    .top-preview {
      height: 170px; } }
  @media (max-width: 767px) {
    .top-preview {
      height: 111px;
      width: calc(100% + 32px);
      left: 50%;
      transform: translateX(-50%);
      border-radius: 0; } }
  @media (max-width: 479px) {
    .top-preview {
      height: 74px; } }

.delivery-advantages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.delivery-advantages__item {
  width: 33.3333333333%;
  padding: 16px; }

@media (max-width: 1023px) {
  .delivery-advantages__item {
    width: 100%; } }

.d-adv-item__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 16px; }

.d-adv-item__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 115%;
  color: #303030;
  margin-bottom: 16px; }

.d-adv-item__desc {
  font-size: 16px;
  line-height: 140%;
  color: #999999; }

.hr {
  margin: 32px 0;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9; }
  @media (max-width: 1365px) {
    .hr {
      margin: 24px 0; } }

.delivery-price__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  margin-bottom: 16px; }

.delivery-price__text {
  font-size: 16px;
  line-height: 140%;
  color: #303030;
  margin-bottom: 16px; }

.delivery-price__conditions {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 140%;
  color: #303030; }
  .delivery-price__conditions .link {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .delivery-price__conditions a {
    font-weight: bold;
    color: inherit; }

@media (max-width: 1023px) {
  .delivery-price__title {
    font-size: 24px; } }

@media (max-width: 767px) {
  .delivery-price__title {
    font-size: 21px; }
  .delivery-price__conditions {
    margin-bottom: 16px; } }

.d-table {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden; }
  .d-table__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .d-table__row:nth-child(even) {
      background-color: #F9F9F9; }
  .d-table__col {
    -ms-flex: 1;
        flex: 1;
    padding: 8px 16px; }
  .d-table__text, .d-table__bold {
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
    .d-table__text_free, .d-table__bold_free {
      font-weight: bold;
      color: #FF002C; }
  .d-table__bold {
    font-weight: 500; }
  @media (max-width: 767px) {
    .d-table__col {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; } }
  @media (max-width: 479px) {
    .d-table__col {
      width: 100%; } }

.delivery-attention {
  border-radius: 8px;
  border: 4px solid #1c8820;
  padding: 32px; }
  .delivery-attention__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  .delivery-attention__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 16px; }
  .delivery-attention__item {
    padding-left: 28px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px; }
    .delivery-attention__item:last-child {
      margin-bottom: 0; }
    .delivery-attention__item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 20px;
      height: 20px;
      background-image: url("/assets/images/svg/tw-rhomb.svg"); }
  @media (max-width: 1023px) {
    .delivery-attention {
      padding: 24px; } }
  @media (max-width: 767px) {
    .delivery-attention {
      padding: 16px; }
      .delivery-attention__title {
        font-size: 18px;
        line-height: 112%; } }

[name="delivery_city_id2"] {
  display: none; }

.delivery-data {
  display: none; }
  .delivery-data[data-status="active"] {
    display: block; }

.sklads-list__item {
  margin-bottom: 10px; }

.sklads-list__title {
  margin-bottom: 5px; }
  .sklads-list__title .custom-checkbox__label {
    font-family: "OpenSans-Bold"; }

.sklads-list__info {
  font-size: 14px;
  line-height: 1.2; }

.sklads-list b {
  font-family: "OpenSans-Bold";
  color: #393D4C; }

.city-delivery-select {
  display: none; }

.dg-gallery__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }

.dg-gallery__item {
  padding: 8px;
  width: 25%; }

.dg-gallery__controls {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex; }
  .dg-gallery__controls_hide {
    display: none; }

.dg-gallery__item2 {
  padding: 8px;
  width: 33.3333333333%; }
  .dg-gallery__item2 .news-item__wrapper {
    padding-bottom: 66.63%; }

.dg-gallery__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  margin-bottom: 16px; }

.dg-gallery__text {
  font-size: 16px;
  line-height: 140%;
  color: #303030;
  margin-bottom: 24px; }
  .dg-gallery__text a {
    color: inherit;
    font-size: inherit;
    font-weight: 700; }

@media (max-width: 1023px) {
  .dg-gallery__title {
    font-size: 24px; } }

@media (max-width: 767px) {
  .dg-gallery__title {
    font-size: 21px; }
  .dg-gallery__item2 {
    width: 50%; } }

.dg-item {
  display: block;
  position: relative;
  background-color: #F3F3F3;
  border-radius: 8px;
  overflow: hidden; }
  .dg-item__inner {
    padding-bottom: 66.668%; }
    .dg-item__inner .image {
      width: 100%;
      height: 100%; }
  .dg-item_vertical .dg-item__inner {
    padding-bottom: 150%; }

.double-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }
  .double-block__side {
    width: 50%;
    padding: 16px; }
  .double-block__title {
    font-weight: bold;
    font-size: 42px;
    line-height: 115%;
    color: #1B1B1B; }
  .double-block__link {
    margin-top: 16px; }
    .double-block__link .link {
      color: #303030; }
  .double-block__text p {
    font-size: 16px;
    line-height: 140%;
    color: #303030;
    margin-bottom: 16px; }
    .double-block__text p:last-child {
      margin-bottom: 0; }
  .double-block__read {
    display: none;
    margin-top: 8px; }
  @media (max-width: 1366px) {
    .double-block {
      margin: -12px; }
      .double-block__side {
        padding: 12px; } }
  @media (max-width: 1365px) {
    .double-block {
      margin: -8px; }
      .double-block__side {
        padding: 8px; }
      .double-block__title {
        font-size: 32px;
        line-height: 114%; }
      .double-block__side {
        padding: 8px; } }
  @media (max-width: 1023px) {
    .double-block__title {
      font-size: 24px;
      line-height: 115%; }
    .double-block__side {
      width: 100%; } }
  @media (max-width: 767px) {
    .double-block__read {
      display: block; }
      .double-block__read .link.active .link__icon {
        transform: rotate(180deg); }
    .double-block__title {
      font-size: 21px; }
    .double-block__text {
      height: 160px;
      overflow: hidden; }
      .double-block__text:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 46px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        bottom: 0;
        left: 0;
        right: 0; }
      .double-block__text_show {
        height: auto; }
        .double-block__text_show:before {
          display: none; } }

.dropdown:after, .dropdown:before {
  display: none !important; }

.dropdown.jq-dropdown .jq-dropdown-menu li > a, .dropdown.jq-dropdown .jq-dropdown-menu label {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 15px;
  border-bottom: 1px solid #f3f3f3; }
  .dropdown.jq-dropdown .jq-dropdown-menu li > a:last-child, .dropdown.jq-dropdown .jq-dropdown-menu label:last-child {
    border-bottom-width: 0; }

.dropdown_yellow .jq-dropdown.jq-dropdown-tip:after,
.dropdown_yellow .jq-dropdown.jq-dropdown-tip:before {
  display: none !important; }

.dropdown_yellow .jq-dropdown-open {
  border: 1px solid #1c8820 !important;
  border-radius: 5px 5px 0 0 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .dropdown_yellow .jq-dropdown-open i.fa-chevron-down:before {
    content: "\f077"; }

.dropdown_yellow .jq-dropdown {
  margin-top: -1px !important;
  width: 100%;
  left: 0 !important; }
  .dropdown_yellow .jq-dropdown ul {
    padding: 0 !important;
    border-radius: 0 0 5px 5px !important;
    border: 1px solid #1c8820 !important; }
    .dropdown_yellow .jq-dropdown ul > li a {
      padding: 14px 15px !important;
      font-family: MSemiBold, sans-serif;
      font-size: 14px; }
      .no-touchevents .dropdown_yellow .jq-dropdown ul > li a:hover {
        background: #ffe132 !important; }

@media (max-width: 1669px) {
  .jq-dropdown {
    left: auto !important;
    right: 0 !important; } }

.employee-info {
  display: -ms-flexbox;
  display: flex; }
  .employee-info__image {
    width: 269px;
    -ms-flex: 0 0 269px;
        flex: 0 0 269px;
    margin-right: 32px; }
  .employee-info__image-inner {
    padding-bottom: 133.3321%;
    border-radius: 8px;
    overflow: hidden; }
  @media (max-width: 1365px) {
    .employee-info__image {
      margin-right: 16px; } }
  @media (max-width: 767px) {
    .employee-info {
      -ms-flex-direction: column;
          flex-direction: column; }
      .employee-info__image {
        width: 216px;
        -ms-flex: 0 0 216px;
            flex: 0 0 216px;
        margin-right: 0;
        margin-bottom: 16px; } }
  @media (max-width: 479px) {
    .employee-info__image {
      width: 136px;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px; } }

.cat-no-result {
  padding: 64px 0;
  text-align: center;
  width: 100%; }
  .cat-no-result__img {
    width: 270px;
    height: 280px;
    min-width: 270px;
    margin: 0 auto 24px; }
    .cat-no-result__img .image {
      width: 100%;
      height: 100%; }
  .cat-no-result__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 8px;
    color: #303030; }
  .cat-no-result__text {
    font-size: 14px;
    line-height: 115%;
    color: #999999; }
  .cat-no-result__btn {
    display: inline-block;
    margin-top: 24px; }

.enter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1042;
  display: none; }
  .enter-bg_active {
    display: block; }
  .enter-bg__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    top: 60px; }
  .enter-bg__logo {
    margin-right: 10px; }
    .enter-bg__logo svg * {
      fill: #1b1b1b; }
  .enter-bg__title {
    color: #1b1b1b;
    font-size: 30px;
    font-family: "Gotham Pro Black", sans-serif; }
  .enter-bg__slogan {
    color: #1b1b1b;
    font-size: 14px; }
  .enter-bg__triangle {
    width: 0;
    height: 0;
    border-top: 100vh solid #1c8820;
    border-right: 100vw solid rgba(0, 0, 0, 0.7);
    position: absolute; }

.faq-details:not(:last-child) {
  margin-bottom: 30px; }

.faq-details__summary {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34px;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  text-align: left;
  color: #16181f;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 18px;
  -ms-flex-align: center;
      align-items: center; }
  .faq-details__summary > span {
    -ms-flex: 1;
        flex: 1; }

.faq-details__icon {
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  -ms-flex: 0 0 34px;
      flex: 0 0 34px;
  height: 100%;
  margin-right: 17px;
  transition: opacity .3s;
  opacity: .3;
  background-size: cover;
  filter: grayscale(100%);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .faq-details__icon span {
    color: #fff;
    text-shadow: 0 0 5px rgba(1, 190, 147, 0.7);
    font-family: "OpenSans-Bold";
    font-size: 24px; }

.faq-details__content {
  margin-left: 51px;
  padding: 10px 0 30px;
  display: none;
  border-bottom: 1px solid #DDDEE4; }
  .faq-details__content p {
    color: #16181f;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    line-height: 18px; }
    .faq-details__content p:not(:last-child) {
      margin-bottom: 20px; }
    .faq-details__content p .link {
      display: inline-block;
      text-decoration: none;
      color: #35C49C;
      font-size: 14px; }

.faq-details_open .faq-details__icon {
  opacity: 1;
  filter: grayscale(0); }

.faq-details_open .faq-details__content {
  display: block; }

.fast-comment {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .fast-comment {
      display: block; } }
  .fast-comment__block1 {
    max-width: 560px;
    margin-right: 20px;
    width: 100%; }
  .fast-comment__item {
    width: 100%; }
  .fast-comment__ask {
    font-family: MMedium;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 10px; }
  .fast-comment__block2 {
    margin-top: 20px; }
  .fast-comment__block3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px; }
  .fast-comment__ask2 {
    font-family: MRegular;
    font-size: 13px;
    line-height: 16px;
    color: #999999; }
  .fast-comment__link {
    font-family: MMedium;
    font-size: 13px;
    line-height: 16px;
    color: #1b1b1b;
    border-bottom: 1px dotted #a6a6a6;
    display: inline-block;
    cursor: pointer; }
    .no-touchevents .fast-comment__link:hover {
      border-color: transparent; }

.fast-filters {
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  background-color: #ffffff; }
  .fast-filters__wrapper {
    display: -ms-flexbox;
    display: flex; }
  .fast-filters__main, .fast-filters__bar {
    padding: 16px; }
  .fast-filters__main {
    -ms-flex: 1;
        flex: 1; }
  .fast-filters__bar {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    width: 25%;
    box-shadow: inset 1px 0px 0px #EDEDED; }
  .fast-filters__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fast-filters__dop {
    display: none; }
    .fast-filters__dop_active {
      display: block; }
  .fast-filters__item {
    width: 33.3333333333%; }
    .js-filters-popup .fast-filters__item_cats {
      display: block; }
  .fast-filters__block {
    margin-top: 16px; }
    .fast-filters__block:first-child {
      margin-top: 0; }
  .fast-filters__btn {
    margin-bottom: 8px; }
    .fast-filters__btn:last-child {
      margin-bottom: 0; }
    .fast-filters__btn .switch__label {
      font-weight: bold;
      font-size: 16px;
      line-height: 115%;
      color: #303030; }
  .fast-filters__text {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    text-align: center; }
  @media (max-width: 1365px) {
    .fast-filters__wrapper {
      -ms-flex-direction: column;
          flex-direction: column; }
    .fast-filters__bar {
      width: 100%;
      border-top: 1px solid #EDEDED; }
    .fast-filters__block {
      display: -ms-flexbox;
      display: flex; }
      .fast-filters__block_count {
        display: none; }
    .fast-filters__btn {
      width: 50%;
      margin-bottom: 0;
      margin-right: 16px; }
      .fast-filters__btn:last-child {
        margin-right: 0; } }

.input-range {
  height: 20px; }

.range-input {
  width: 100%;
  position: relative;
  display: inline-block; }
  .range-input__input {
    width: 100%;
    padding: 12px 5px 12px 32px;
    height: 40px;
    font-size: 14px;
    line-height: 115%;
    color: #303030;
    background-color: #ffffff;
    border: 0; }
  .range-input__label {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 115%;
    color: #999999; }

.f-drawer {
  visibility: hidden;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 103; }
  .f-drawer__backdrop {
    width: 100%;
    height: 100%; }
  .f-drawer__bar {
    right: -100%;
    -ms-flex: 0 0 320px;
        flex: 0 0 320px;
    width: 320px;
    margin-left: auto;
    background-color: #ffffff;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: transform 0.2s ease-in-out 0s;
    box-shadow: 0 24px 40px rgba(27, 27, 27, 0.1), 0 8px 53px rgba(27, 27, 27, 0.05); }
  .f-drawer__head {
    padding: 0 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex: 0 0 64px;
        flex: 0 0 64px;
    height: 64px; }
  .f-drawer__inner {
    width: 100%;
    height: 100%; }
    .f-drawer__inner .fast-filters__list {
      padding: 0 16px; }
  .f-drawer__switch-block {
    padding: 18px 16px 16px 16px;
    border-top: 4px solid #F9F9F9; }
  .f-drawer__switch {
    margin-bottom: 16px; }
    .f-drawer__switch:last-child {
      margin-bottom: 0; }
  .f-drawer__bottom {
    border-top: 1px solid #EDEDED;
    padding: 0 16px;
    -ms-flex: 0 0 121px;
        flex: 0 0 121px;
    height: 121px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .f-drawer__buttons {
    width: 100%; }
  .f-drawer__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #1B1B1B; }
  .f-drawer .fast-filters__item {
    width: 100%; }
  .f-drawer__text {
    font-size: 14px;
    line-height: 115%;
    text-align: center;
    color: #999999;
    margin-bottom: 16px; }
  .f-drawer__button {
    margin-bottom: 8px; }
    .f-drawer__button:last-child {
      margin-bottom: 0; }
  .f-drawer .select-box__bottom {
    position: relative; }
  @media (max-width: 767px) {
    .f-drawer__bar {
      width: 100%;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .f-drawer__text {
      display: none; }
    .f-drawer__title {
      font-size: 18px;
      line-height: 112%; } }

.user-favs__group {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EDEDED; }
  .user-favs__group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .user-favs__group_hidden-empty, .user-favs__group_hidden-sale, .user-favs__group_hidden {
    display: none; }

.user-favs__title {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #999999; }

.user-favs__item {
  margin-bottom: 24px; }
  .user-favs__item.hidden {
    display: none; }
  .user-favs__item:last-child {
    margin-bottom: 0; }

.user-fav {
  display: -ms-flexbox;
  display: flex; }
  .user-fav__image-wrapper {
    width: 136px;
    height: 136px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #ffffff;
    -ms-flex: 0 0 136px;
        flex: 0 0 136px;
    margin-right: 16px; }
    .user-fav__image-wrapper .image {
      width: 100%;
      height: 100%; }
  .user-fav__main {
    -ms-flex: 1;
        flex: 1; }
  .user-fav__controls {
    display: -ms-flexbox;
    display: flex; }
  .user-fav__button {
    margin-right: 8px; }
    .user-fav__button:last-child {
      margin-right: 0; }
  .user-fav__price {
    margin-bottom: 8px; }
  .user-fav__title {
    font-size: 14px;
    line-height: 115%;
    margin-bottom: 8px;
    color: #303030; }
  @media (max-width: 767px) {
    .user-fav__image-wrapper {
      width: 96px;
      height: 96px;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
      margin-right: 8px; } }

@media print {
  .wrapper__bottom,
  .wrapper__top,
  .grid__bar {
    display: none !important; }
  .cart-item__img img {
    visibility: visible; }
  .user-fav__controls,
  .category-head__back,
  .category-head__breadcrumbs,
  .user-cabinet__status,
  .user-cabinet__filter {
    display: none; } }

.sidefilter {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  transition: .6s;
  background-color: #fff; }
  .sidefilter__top {
    height: 80px; }
    @media screen and (max-width: 600px) {
      .sidefilter__top {
        height: 60px; } }
  .sidefilter__tip {
    position: absolute;
    top: 23px;
    left: 10px;
    color: #16181F;
    font-family: 'MMedium';
    font-size: 24px; }
    @media screen and (max-width: 600px) {
      .sidefilter__tip {
        top: 18px; } }
  .sidefilter__close {
    position: absolute;
    top: 20px;
    right: 7px;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: opacity .3s;
    opacity: .7;
    color: #000;
    font-size: 36px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .no-touchevents .sidefilter__close:hover {
      opacity: 1; }
    @media screen and (max-width: 600px) {
      .sidefilter__close {
        top: 10px; } }
  @media screen and (min-width: 1000px) {
    .sidefilter {
      display: none; } }

.sidefilter-opener {
  display: none; }
  @media screen and (max-width: 768px) {
    .sidefilter-opener {
      z-index: 99;
      display: -ms-flexbox;
      display: flex;
      float: right;
      height: 50px;
      cursor: pointer;
      -ms-flex-align: center;
          align-items: center;
      font-size: 20px;
      position: fixed;
      right: 20px;
      top: 150px; }
      .sidefilter-opener .fa {
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        cursor: pointer;
        transition: all .3s;
        color: #000;
        background: #1c8820;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
        border-radius: 50%;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }

.sidefilter::-webkit-scrollbar {
  display: none; }

.sidefilter-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .sidefilter-list .filter {
    display: -ms-flexbox !important;
    display: flex !important; }
  .sidefilter-list__selected_hide {
    display: none; }
  .sidefilter-list__item {
    position: relative;
    -ms-flex-order: 2;
        order: 2; }
    .sidefilter-list__item_cabinet .sidefilter-list__top {
      background-color: #DDDEE4; }
  .sidefilter-list .filter__selection {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    margin-top: 8px; }
  .sidefilter-list__top {
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #DDDEE4;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .sidefilter-list__top_selected {
      width: 100%; }
      .sidefilter-list__top_selected .filter__selection {
        display: block; }
  .sidefilter-list__link {
    margin-right: 20px;
    text-decoration: none;
    font-family: "GothamProMedium";
    font-size: 16px; }
  .sidefilter-list__toggle {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 50px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .sidefilter-list__toggle .fa {
      transition: all .4s; }
    .sidefilter-list__toggle_open .fa-chevron-down {
      content: "\f077";
      color: #808080; }

.sidefilter .sidefilter-list__toggle {
  visibility: visible;
  opacity: 1; }
  .sidefilter .sidefilter-list__toggle_open .filter__open {
    color: #808080; }

.sidefilter-list .filter__open {
  width: 100%; }
  .no-touchevents .sidefilter-list .filter__open:hover {
    border: none; }

.sidefilter-drop {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #DDDEE4; }
  .sidefilter-drop .filter-checks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .sidefilter-drop .filter-checks__item {
      width: 50%;
      margin-bottom: 8px; }
    @media screen and (max-width: 400px) {
      .sidefilter-drop .filter-checks .custom-checkbox__label {
        font-size: 12px; } }

@media screen and (max-width: 768px) {
  .filter {
    display: none !important; } }

.filter > div {
  margin-bottom: 10px; }

.filter__selection-text i {
  font-size: 10px; }

.filter__selection-text .fa-chevron-down {
  display: none; }

.filter .filter__item_radios .filter__selection-text .fa-chevron-down {
  display: inline-block; }

.table-filters .filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center; }

.sidefilter-list .filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  margin-top: 0;
  width: 100%;
  -ms-flex-align: inherit;
      align-items: inherit; }

.table-filters .filter .sidefilter-list__toggle {
  display: none; }

.table-filters .filter__item {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 26px;
  margin-right: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .table-filters .filter__item_disabled {
    display: none; }

.filter__item .filter__dop-title {
  display: none; }

.filter__item_show_top .filter__dop-title {
  display: inline-block; }

@media screen and (max-width: 1500px) {
  .filter__item:first-child .filter__dropdown {
    right: -100%;
    left: auto;
    transform: none; }
    .filter__item:first-child .filter__dropdown::before {
      right: auto;
      left: 30px; } }

.sidefilter-list .filter__item {
  display: block;
  border-bottom: 1px solid #DDDEE4;
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
  height: inherit; }
  .sidefilter-list .filter__item_disabled {
    display: none; }

.filter__item_disabled {
  opacity: 0.7; }

@media screen and (max-width: 1000px) {
  .table-filters .filter__item[data-name='sort'] {
    display: block; }
  .filter__item[data-name='sort'] .filter__dropdown {
    right: -100%;
    left: auto;
    transform: none; }
    .filter__item[data-name='sort'] .filter__dropdown::before {
      right: auto;
      left: 30px; } }

.filter__selection {
  display: none;
  height: 26px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
  border-radius: 5px;
  background-color: #1b1b1b;
  font-size: 0; }
  .filter__selection-close {
    padding: 0 8px;
    margin-left: 5px; }
    .filter__selection-close svg * {
      fill: #fff; }
  .filter__selection span {
    display: inline-block;
    height: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    font-family: 'MMedium'; }
    .filter__selection span:first-child {
      padding: 0 10px; }
    .filter__selection span:last-child {
      position: relative; }
      .filter__selection span:last-child::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 1px;
        height: 100%;
        content: '';
        background-color: #fff; }
    .no-touchevents .filter__selection span:hover {
      color: #fff; }

.filter__open {
  position: relative;
  cursor: pointer;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 16px;
  font-family: 'MMedium';
  border: 2px solid #ededed;
  border-radius: 5px;
  transition: all 0.3s;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  cursor: pointer; }
  .filter__open i {
    color: #1b1b1b;
    font-size: 10px; }
  .sidefilter-list .filter__open {
    margin-right: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    border: none;
    padding: 20px 10px;
    font-size: 14px; }
  .filter__open .side-toggle {
    margin-left: 10px; }
    .sidefilter-list .filter__open .side-toggle {
      display: none; }
  .no-touchevents .filter__open:hover {
    border: 2px solid #d9d9d9; }
    .sidefilter-list .no-touchevents .filter__open:hover {
      border: none; }
  .filter__open.active {
    border: 2px solid #1b1b1b;
    color: #fff;
    background: #1b1b1b; }
    .filter__open.active i {
      color: #fff; }
    .no-touchevents .filter__open.active:hover {
      border: 2px solid #1b1b1b; }
  .filter__open_selected {
    background: #1b1b1b;
    border: 2px solid #1b1b1b;
    color: #fff;
    display: none; }
    .filter__open_selected i {
      color: #fff; }
    .no-touchevents .filter__open_selected:hover {
      border: 2px solid #1b1b1b; }
      .sidefilter-list .no-touchevents .filter__open_selected:hover {
        border: none; }
    .filter__open_selected + .filter__selection {
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .sidefilter-list .filter__open_selected {
      background: transparent;
      color: #1b1b1b;
      border: none; }
  @media screen and (max-width: 1200px) {
    .filter__open {
      font-size: 12px; } }
  .filter__item_disabled .filter__open {
    color: #A2A2AD;
    cursor: inherit; }
    .no-touchevents .filter__item_disabled .filter__open:hover {
      color: #A2A2AD; }

.table-filters .filter__content {
  overflow: auto;
  max-height: 320px; }
  .table-filters .filter__content::-webkit-scrollbar-track {
    background-color: #f3f3f3; }
  .table-filters .filter__content::-webkit-scrollbar {
    width: 6px;
    background-color: #999999; }
  .table-filters .filter__content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #999999; }

.filter__dropdown_radios .custom-checkbox__new, .filter__dropdown_radios .filter-apply {
  display: none; }

.filter__dropdown_radios .filter-checks__item .custom-checkbox {
  min-height: 34px; }

.table-filters .filter__dropdown {
  position: absolute;
  z-index: 40;
  top: 34px;
  display: none;
  width: 220px;
  border: 1px solid #ededed;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  transform: translate(-50%); }
  .table-filters .filter__dropdown:after {
    position: absolute;
    top: -5px;
    left: 105px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    display: inline-block; }
  .table-filters .filter__dropdown.active {
    display: block; }

.sidefilter-list .filter__dropdown {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 10px;
  border-bottom: 0; }

.filter-size .product-size {
  margin: 5px; }

.filter-size__block {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.filter-size__choose {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-pack: center;
      justify-content: center; }

.filter-price__range,
.filter-dia__range {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px; }
  .filter-price__range input,
  .filter-dia__range input {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    color: #393d4d;
    border: none; }

.filter-price__radios,
.filter-dia__radios {
  border-top: 1px solid #f3f3f3;
  padding: 10px 0; }

.filter-price__input,
.filter-dia__input {
  position: relative;
  width: 48%;
  height: 36px;
  border-radius: 5px !important; }
  .filter-price__input > input,
  .filter-dia__input > input {
    border: 1px solid #ededed;
    padding-right: 7px;
    padding-left: 25px; }

.filter-price__holder,
.filter-dia__holder {
  position: absolute;
  top: 13px;
  left: 7px;
  color: #A2A2AD;
  font-size: 12px; }

.filter-price__check,
.filter-dia__check {
  margin-bottom: 10px; }

.filter-price__choose > div,
.filter-dia__choose > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px 0; }

.filter-price__choose p,
.filter-dia__choose p {
  color: #1b1b1b;
  font-size: 13px;
  line-height: 16px;
  font-family: 'MMedium'; }

.filter-checks__item_hide {
  display: none; }

.filter-checks__item:last-child {
  border-bottom: 0; }

.filter-checks__down {
  display: none; }
  .filter-checks__down_active {
    display: block; }

.sidefilter .filter-checks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sidefilter .filter-checks__item {
    width: 50%; }
  @media screen and (max-width: 400px) {
    .sidefilter .filter-checks .custom-checkbox__label {
      font-size: 13px; } }

.filter-apply button {
  width: 100%;
  background: #ffe132;
  color: #333333;
  font-family: MMedium;
  font-size: 13px;
  line-height: 16px;
  height: 36px;
  border: 0;
  border-radius: 0 0 5px 5px; }
  .sidefilter-list .filter-apply button {
    border-radius: 0; }

.noUi-horizontal {
  padding-right: 20px; }
  .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border: 6px solid #1c8820;
    background: #ffffff;
    border-radius: 20px;
    right: -20px !important;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(1, 1, 2, 0.1); }
    .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
      display: none; }

.noUi-connect {
  background: linear-gradient(180deg, #1c8820 0%, #1c8820 100%); }

.noUi-horizontal {
  height: 10px; }

.noUi-target {
  border: 0;
  box-shadow: none; }

.noUi-connects {
  background: #EDEDED;
  border-radius: 5px !important; }

.filter-item {
  border: 1px solid #EDEDED;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #ffffff; }
  .filter-item__search {
    margin-bottom: 16px; }
    .filter-item__search .field__input {
      font-size: 14px;
      line-height: 115%;
      font-weight: normal; }
  .filter-item__button {
    margin-top: 16px; }
    .filter-item__button_hide {
      display: none; }
  .filter-item__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 16px;
    cursor: pointer; }
  .filter-item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #303030; }
  .filter-item__title2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #D9D9D9;
    text-transform: uppercase; }
  .filter-item__icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-left: 8px; }
    .filter-item__icon svg * {
      fill: #1c8820;
      transition: fill 0.2s ease-in-out 0s; }
  .filter-item__content {
    display: none;
    padding: 0 16px 16px; }
  .filter-item_active .filter-item__icon {
    transform: rotate(180deg); }
    .filter-item_active .filter-item__icon svg * {
      fill: #E5C400; }
  .filter-item_active .filter-item__content {
    display: block; }

.filter-checks__item {
  padding: 4px 0; }
  .filter-checks__item:first-child {
    padding-top: 0; }
  .filter-checks__item:last-child {
    padding-bottom: 0; }

.filter-links__item {
  margin-bottom: 16px; }
  .filter-links__item:last-child {
    margin-bottom: 0; }

.filter-links__sub {
  margin-top: 16px;
  padding-left: 8px; }

.filter-links__link-main {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%; }
  .filter-links__link-main_active:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    border-radius: 0 6px 6px 0;
    background-color: #1c8820; }
  .filter-links__link-main_active .link__text {
    color: #999999 !important; }

.filter-links__link-sub {
  margin-bottom: 16px; }
  .filter-links__link-sub_active .link__text {
    color: #1c8820; }
  .filter-links__link-sub:last-child {
    margin-bottom: 0; }
  .filter-links__link-sub .link__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%; }

.of-wrapper {
  overflow: hidden; }

.catalog-container {
  margin-top: 15px; }

.js-filters-popup .f-drawer__text {
  display: none; }

.footer-menu__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  transition: color 0.2s ease-in-out 0s; }

.footer-menu__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
  cursor: pointer; }

.footer-menu__icon {
  display: none;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px; }

.footer-menu__item + .footer-menu__item {
  margin-top: 16px; }

.footer-menu__item .link {
  color: #ffffff; }
  .footer-menu__item .link__text {
    font-weight: 500;
    font-size: 14px; }

.footer-menu_city .footer-menu__item {
  margin-top: 0;
  display: inline; }

.footer-menu_city .link {
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (max-width: 1023px) {
  .footer-menu {
    box-shadow: inset 0px -1px 0px #303030; }
    .footer-menu_active .footer-menu__data {
      display: block; }
    .footer-menu_active .footer-menu__icon {
      transform: rotate(180deg); }
    .footer-menu_active .footer-menu__title {
      color: #1c8820; }
    .footer-menu__data {
      display: none;
      padding-bottom: 16px; }
    .footer-menu__head {
      margin: 0;
      padding: 16px 0; }
    .footer-menu__icon {
      display: block; } }

.footer {
  background: #000000; }
  .footer__top-inner {
    background: #1B1B1B;
    border-radius: 0 0 16px 16px;
    overflow: hidden; }
  .footer__logo {
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden; }
  .footer__row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px; }
  .footer__col, .footer__col2 {
    padding: 0 16px; }
  .footer__col {
    width: 25%; }
    .footer__col_show {
      display: none; }
  .footer__col2 {
    width: 50%; }
  .footer__copyright {
    padding: 24px 0; }
    .footer__copyright-text + .footer__copyright-text {
      margin-top: 16px; }
    .footer__copyright-text {
      font-size: 14px;
      line-height: 115%;
      color: #999999; }
      .footer__copyright-text a {
        font-size: inherit;
        color: inherit;
        line-height: 1; }
  .footer__social-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%; }
  .footer__social {
    display: -ms-flexbox;
    display: flex; }
  .footer__social-item + .footer__social-item {
    margin-left: 8px; }
  .footer__medium {
    padding: 32px 0;
    border-bottom: 1px solid #303030; }
  .footer__bottom {
    padding: 32px 0; }
  .footer__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #ffffff;
    margin-bottom: 8px; }
  .footer__addr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .footer__addr-icon {
      width: 16px;
      height: 16px;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
      margin-right: 6px; }
      .footer__addr-icon svg * {
        fill: #303030; }
    .footer__addr-value {
      font-size: 14px;
      line-height: 115%;
      color: #303030; }
  .footer__developers {
    display: block;
    width: 119px;
    height: 40px;
    margin-left: auto; }
    .footer__developers svg * {
      transition: fill 0.2s ease-in-out 0s; }
    .footer__developers:hover svg * {
      fill: #1c8820; }
  @media (max-width: 1366px) {
    .footer__row {
      margin: 0 -12px; }
    .footer__col, .footer__col2 {
      padding: 0 12px; } }
  @media (max-width: 1365px) {
    .footer__row {
      margin: 0 -8px; }
    .footer__col, .footer__col2 {
      padding: 0 8px; }
    .footer__top .container {
      padding: 0; }
    .footer__top .footer__row {
      margin: 0; }
    .footer__top .footer__col {
      padding: 0; }
    .footer__top .footer__col2 {
      padding: 0 16px; }
    .footer__bottom, .footer__medium {
      padding: 24px 0; }
    .footer__copyright {
      padding: 16px 0; } }
  @media (max-width: 1023px) {
    .footer__logo .logo__link {
      padding: 16px; }
    .footer__col2 {
      display: none; }
    .footer__col_hide {
      display: none; }
    .footer__col_show {
      display: block; }
    .footer__social-wrapper {
      height: 72px; }
    .footer__top .footer__row {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .footer__top .footer__col {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .footer__social-wrapper {
      padding-right: 16px; }
    .footer__medium {
      border-bottom: 0;
      padding: 0; }
      .footer__medium .footer__row {
        margin: 0;
        -ms-flex-direction: column;
            flex-direction: column; }
      .footer__medium .footer__col {
        width: 100%;
        padding: 0; }
    .footer__bottom .footer__row {
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0; }
    .footer__bottom .footer__col {
      padding: 0;
      width: 100%;
      margin-bottom: 16px; }
      .footer__bottom .footer__col:last-child {
        margin-bottom: 0; }
    .footer__bottom .footer__copyright {
      padding: 0; }
    .footer__developers {
      margin-left: 0; } }

.social-button {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background-color: #303030;
  display: -ms-flexbox;
  display: flex;
  transition: background-color 0.2s ease-in-out 0s; }
  .social-button__icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto; }
    .social-button__icon svg * {
      transition: fill 0.2s ease-in-out 0s; }
  .social-button:hover {
    background-color: #1c8820; }
    .social-button:hover .social-button__icon svg * {
      fill: #1B1B1B; }

.footer-pay {
  display: -ms-flexbox;
  display: flex; }
  .footer-pay__card + .footer-pay__card {
    margin-left: 6px; }
  .footer-pay__card {
    width: 40px;
    height: 26px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: 1px solid #303030;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s; }
    .footer-pay__card:hover {
      background-color: #303030;
      border-color: #303030; }
      .footer-pay__card:hover .footer-pay__icon svg * {
        fill: #ffffff; }
  .footer-pay__icon {
    width: 28px;
    height: 14px; }
    .footer-pay__icon svg * {
      fill: #303030;
      transition: fill 0.2s ease-in-out 0s; }

.dop-link {
  display: inline-block;
  width: 146px;
  height: 46px;
  border-radius: 4px;
  overflow: hidden; }
  .dop-link .image {
    width: 100%;
    height: 100%; }

.gray-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #f3f3f3;
  padding: 20px;
  margin: 30px 0 0 50px;
  max-width: 600px;
  width: 100%;
  margin-left: 0; }
  @media (max-width: 768px) {
    .gray-text {
      margin-top: 35px; } }
  .gray-text__icon {
    margin-right: 20px;
    width: 40px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px; }
    .gray-text__icon svg * {
      fill: #d9d9d9; }
  .gray-text__text {
    font-size: 13px;
    font-height: 16px;
    color: #303030;
    opacity: 0.7;
    font-family: MRegular; }

.harbor-shop {
  margin-bottom: 45px; }
  .harbor-shop__head {
    margin-bottom: 15px;
    color: #16181F;
    font-family: 'Raleway-Bold';
    font-size: 24px; }
    @media screen and (max-width: 700px) {
      .harbor-shop__head {
        font-size: 22px; } }
    @media screen and (max-width: 600px) {
      .harbor-shop__head {
        font-size: 20px; } }
    @media screen and (max-width: 500px) {
      .harbor-shop__head {
        font-size: 16px;
        height: auto; } }
  .harbor-shop p {
    color: #393D4C;
    font-family: 'OpenSans';
    font-size: 14px;
    line-height: 18px; }
    .harbor-shop p:not(:last-child) {
      margin-bottom: 18px; }

.header {
  z-index: 100; }
  .header:before {
    visibility: hidden;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .header.move {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 103; }
    .header.move .header__spacing_hide {
      display: none; }
    .header.move .nav-block__button .button {
      padding: 8px;
      width: 40px;
      height: 40px;
      min-width: 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px; }
      .header.move .nav-block__button .button__text {
        display: none; }
    .header.move .nav-block__links {
      display: none; }
    .header.move .nav-block__actions {
      display: block; }
    .header.move .nav-block__logo {
      display: -ms-flexbox;
      display: flex; }
    .header.move .product-fixed {
      display: block; }
  .header__inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .header__spacing {
    margin-bottom: 24px; }
  .header__nav-wrapper {
    box-shadow: 0 10px 20px rgba(27, 27, 27, 0.1), 0 2px 20px rgba(27, 27, 27, 0.05); }
  .header__bottom-side {
    background-color: #ffffff; }
  .header__logo {
    -ms-flex: 0 0 314px;
        flex: 0 0 314px;
    width: 314px;
    height: 60px; }
  .header__user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  @media (max-width: 1365px) {
    .header__logo {
      -ms-flex: 0 0 248px;
          flex: 0 0 248px;
      width: 248px;
      height: 40px; }
      .header__logo .logo {
        width: 208px; }
    .header__spacing {
      margin-bottom: 16px; } }
  @media (max-width: 1023px) {
    .header__spacing {
      display: none; } }

.basket-progress {
  display: none;
  background-color: #F9F9F9;
  width: 100%;
  height: 10px; }
  .basket-progress__width {
    width: 0;
    height: 100%;
    background-color: #1c8820;
    transition: width 0.2s ease-in-out 0s;
    border-radius: 0px 8px 8px 0px; }
    .basket-progress__width:before {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("/assets/images/static/rate-bg.png");
      background-repeat: repeat-x;
      opacity: 0.15;
      z-index: 1; }
  @media (max-width: 1365px) {
    .basket-progress {
      display: block; } }

.help {
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  width: 20px;
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
  color: #5a5a5a;
  font-size: 13px;
  font-family: 'MSemiBold', sans-serif; }
  @media (max-width: 1200px) {
    .help {
      display: none; } }
  .no-touchevents .help:hover {
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    transition: all 0.3s;
    color: #1b1b1b; }

.hits__top {
  line-height: 40px;
  font-size: 32px;
  color: #000000;
  font-family: "Gotham Pro Black";
  background: #1c8820; }
  .hits__top-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 140px; }

.hits__slider {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .hits__slider .products-block__item {
    width: 25%;
    display: none;
    border-radius: 5px;
    padding: 5px; }
    .hits__slider .products-block__item:nth-child(-n+4), .slick-slider .hits__slider .products-block__item {
      display: block; }
    .hits__slider .products-block__item .product {
      border-radius: 5px; }

.image_cover {
  object-fit: cover;
  font-family: "object-fit: cover"; }

.image_contain {
  object-fit: contain;
  font-family: "object-fit: contain"; }

.inline-notification {
  padding: 16px;
  background: #FFFCEE;
  border-radius: 8px; }
  .inline-notification__text {
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
    .inline-notification__text:before {
      content: '';
      position: absolute;
      left: -16px;
      top: 0;
      bottom: 0;
      width: 4px;
      height: 100%;
      background: #FFA500;
      border-radius: 0px 6px 6px 0px; }
  @media (max-width: 767px) {
    .inline-notification__text {
      font-size: 13px;
      line-height: 115%; } }

.inner-block {
  display: -ms-flexbox;
  display: flex; }

.main-content {
  -ms-flex: 1;
      flex: 1;
  width: 100%; }

.input-up {
  height: 40px;
  display: -ms-flexbox;
  display: flex; }
  .input-up__btn {
    width: 40px;
    height: 40px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background-color: #1c8820;
    border-radius: 8px;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    transition: background-color 0.2s ease-in-out 0s; }
    .input-up__btn:hover {
      background-color: #5eab23; }
    .input-up__btn:disabled {
      cursor: not-allowed;
      background-color: #EDEDED; }
      .input-up__btn:disabled .input-up__icon svg * {
        fill: #D9D9D9; }
  .input-up__icon {
    margin: auto;
    width: 24px;
    height: 24px; }
    .input-up__icon svg * {
      fill: #fff; }
  .input-up__value {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    text-align: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030;
    background-color: #ffffff; }
    .input-up__value:focus {
      border: 0 !important;
      box-shadow: none; }

.metres {
  margin-left: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-family: MMedium, sans-serif;
  color: #1b1b1b;
  line-height: 16px; }
  .basket-info__element .metres, .modal__product .metres {
    display: none; }
  .metres__eq {
    margin: 0 5px; }
  .metres__item {
    border-bottom: 1px dotted #a6a6a6; }

.install {
  padding: 20px 30px;
  border-bottom: 1px solid #ededed;
  border-top: 1px dotted #ededed;
  margin-bottom: 20px;
  width: 100%; }
  @media (max-width: 768px) {
    .install {
      padding: 20px; } }
  .install > div {
    font-family: MMedium;
    color: #1b1b1b;
    font-size: 13px;
    line-height: 16px; }
    .install > div span {
      font-family: MSemiBold;
      padding-left: 10px; }
    .install > div:first-child {
      cursor: pointer;
      position: relative;
      padding-left: 40px; }
      .install > div:first-child::after {
        position: absolute;
        content: '+';
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #efefef;
        color: #303030;
        left: 0;
        top: -5px;
        font-size: 23px;
        font-weight: 600;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        z-index: 100; }
      .install > div:first-child.active:after {
        content: '-';
        -ms-flex-align: inherit;
            align-items: inherit;
        padding-top: 2px; }
    .install > div:last-child {
      display: none; }
      .install > div:last-child > div {
        display: -ms-flexbox;
        display: flex;
        padding-left: 40px;
        -ms-flex-align: center;
            align-items: center;
        height: 20px;
        padding-top: 15px; }

.item-badge {
  width: 40px;
  height: 40px;
  border: 2px solid #fcfcfc;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 10; }
  .item-badge_black {
    background: #1b1b1b; }
  .item-badge_red {
    background: #ff002b; }
  .item-badge_gray {
    background: #ededed; }
  .item-badge_yellow {
    background: #1c8820; }
  .item-badge__text {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-family: MSemiBold, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .item-badge__icon {
    width: 20px;
    height: 18px; }
    .item-badge__icon_black svg * {
      fill: #1b1b1b; }
    .item-badge__icon_white svg * {
      fill: #fff; }
    .item-badge__icon_yellow svg * {
      fill: #1c8820; }

.item-short__link {
  margin-top: 16px; }
  .item-short__link .link__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%; }

.item-short__badge {
  margin-bottom: 16px; }

.item-short__block {
  margin-bottom: 24px; }
  .item-short__block:last-child {
    margin-bottom: 0; }

.item-short__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  margin-bottom: 16px; }

@media (max-width: 1023px) {
  .item-short__block {
    margin-bottom: 0; }
    .item-short__block_dop {
      display: none; } }

.short-list__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #1B1B1B;
  margin-bottom: 16px; }

.short-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 8px; }
  .short-list__item:last-child {
    margin-bottom: 0; }

.short-list__key {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #999999; }

.short-list__delimiter {
  -ms-flex: 1;
      flex: 1;
  height: 19px;
  border-bottom: 1px dashed #D9D9D9; }

.short-list__val {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #303030; }

.vendor-badge {
  height: 68px;
  max-width: 168px;
  display: inline-block;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 6px 10px rgba(27, 27, 27, 0.1), 0 2px 13px rgba(27, 27, 27, 0.05);
  border-radius: 8px; }
  .vendor-badge .image {
    width: 100%;
    height: 100%; }

.partner-data {
  display: -ms-flexbox;
  display: flex; }
  .partner-data__text {
    margin-right: 20px;
    width: 50%; }
  .partner-data__image {
    width: 50%;
    min-height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center; }
  @media (max-width: 768px) {
    .partner-data {
      -ms-flex-direction: column;
          flex-direction: column; }
      .partner-data .partner-data__text {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        -ms-flex-order: 2;
            order: 2; }
      .partner-data .partner-data__image {
        width: 100%;
        -ms-flex-order: 1;
            order: 1;
        background-position: center center; } }

.key-words {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .key-words a {
    height: 26px;
    padding: 0 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #1b1b1b;
    font-family: MMedium;
    border-radius: 5px; }
    .key-words a i {
      font-size: 11px;
      padding-left: 25px; }
    .no-touchevents .key-words a:hover {
      background: #ededed; }
  .key-words__single {
    border: 2px solid #ededed;
    border-radius: 5px;
    height: 26px;
    padding: 0 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #1b1b1b;
    font-family: MMedium; }
    .no-touchevents .key-words__single:hover {
      border: 2px solid #1b1b1b;
      background: #fff !important; }
    .key-words__single_active {
      border: 2px solid #1b1b1b; }

.label-gray {
  display: inline-block;
  background: #fa4747;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  font-family: MRegular;
  margin-right: 5px;
  cursor: default;
  margin-top: 1px;
  margin-bottom: 1px; }

.left-filter {
  width: 300px;
  min-width: 300px;
  margin-right: 50px;
  padding-left: 20px; }
  .left-filter__title {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-family: MBold, sans-serif;
    margin-bottom: 15px; }
  .left-filter__item {
    color: #1b1b1b;
    font-family: 'MBold';
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px; }
    .left-filter__item_active {
      color: #999999; }
    .no-touchevents .left-filter__item:hover {
      color: #5f5f5f; }
  .left-filter__collection {
    margin-top: 15px; }
  .left-filter__li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ededed; }
    .left-filter__li_active {
      border-bottom: 0; }
      .left-filter__li_active .left-filter__item {
        color: #999999; }
  .left-filter__element {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px; }
    .left-filter__element:last-child {
      border-bottom-width: 0; }
  .left-filter__sup {
    font-size: 8px;
    color: #999999;
    top: -3px;
    margin-left: 2px;
    font-family: MSemiBold, sans-serif; }
  .left-filter__sub {
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    .left-filter__sub-item {
      padding: 7px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
      .left-filter__sub-item sup {
        font-size: 10px;
        line-height: 22px;
        color: #999999;
        font-family: MRegular;
        margin-left: 3px; }
      .left-filter__sub-item a, .left-filter__sub-item span {
        font-size: 14px;
        line-height: 18px;
        color: #1b1b1b;
        font-family: 'MMedium';
        padding-right: 10px; }
      .left-filter__sub-item i {
        font-size: 10px; }
      .no-touchevents .left-filter__sub-item:hover a, .no-touchevents .left-filter__sub-item:hover span {
        color: #5f5f5f; }
      .no-touchevents .left-filter__sub-item:hover i {
        color: #5f5f5f; }
      .left-filter__sub-item.active a, .left-filter__sub-item.active span {
        color: #999999; }
      .left-filter__sub-item.active i.fa-chevron-down:before {
        content: "\f077";
        color: #999999; }
  .left-filter__b {
    color: #1b1b1b;
    font-family: 'MSemiBold';
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .left-filter__sub2 {
    padding-left: 10px;
    display: none;
    max-height: 320px;
    overflow: auto; }
    .left-filter__sub2 a {
      font-size: 14px;
      line-height: 18px;
      color: #1b1b1b;
      font-family: 'MMedium';
      padding: 7px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .no-touchevents .left-filter__sub2 a:hover, .left-filter__sub2 a.active {
        color: #5f5f5f;
        position: relative; }
        .no-touchevents .left-filter__sub2 a:hover:after, .left-filter__sub2 a.active:after {
          position: absolute;
          top: 0;
          left: -20px;
          width: 2px;
          height: 100%;
          content: '';
          background-color: #1c8820; }

.letters-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .letters-menu__link {
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #16181F;
    border-radius: 50%;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .no-touchevents .letters-menu__link:hover, .letters-menu__link[data-active="1"] {
      color: #fff;
      background-color: #01be93; }

.list-bar {
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 24px; }
  .list-bar__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .list-bar__select {
    width: 220px;
    -ms-flex: 0 0 220px;
        flex: 0 0 220px; }
  .list-bar__button {
    display: none; }
  .list-bar__btn {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 8px; }
  @media (max-width: 767px) {
    .list-bar {
      margin-bottom: 16px; }
      .list-bar__left {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
      .list-bar__select {
        width: 100%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: 16px; }
      .list-bar__button {
        display: block; }
      .list-bar__btn {
        display: none; } }

.switcher-button {
  display: -ms-flexbox;
  display: flex; }
  .switcher-button__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 6px;
    -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    width: 48px;
    height: 48px;
    cursor: pointer; }
    .switcher-button__button_active {
      background-color: #1c8820; }
      .switcher-button__button_active .switcher-button__icon svg * {
        fill: #fff; }
  .switcher-button__icon {
    width: 24px;
    height: 24px; }
    .switcher-button__icon svg * {
      fill: #999999; }
  @media (max-width: 767px) {
    .switcher-button__button {
      width: 40px;
      height: 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px; } }

.list-block {
  display: none; }
  .list-block_white {
    background: #fff;
    width: 400px;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed; }
  .list-block_active {
    display: block; }
  .list-block__inside {
    padding: 0 20px;
    max-height: 321px;
    overflow: hidden;
    position: relative; }
  .list-block__item {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dotted #cccccc; }
    .list-block__item-img {
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
      width: 60px;
      height: 60px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    .list-block__item-info {
      padding-left: 10px;
      width: 100%; }
    .list-block__item-name {
      font-size: 13px;
      line-height: 16px;
      color: #303030;
      font-family: MRegular, sans-serif;
      display: block; }
    .list-block__item-close {
      position: absolute;
      bottom: 4px;
      right: 0;
      cursor: pointer;
      z-index: 10; }
      .list-block__item-close svg * {
        fill: #acacac;
        transition: all 0.2s; }
      .no-touchevents .list-block__item-close:hover svg * {
        fill: #ff002b !important; }
    .list-block__item-line {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 10px; }
    .list-block__item-up {
      margin-right: 15px; }
    .list-block__item-price {
      margin-right: 15px;
      display: -ms-flexbox;
      display: flex; }
  .list-block-total__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 55px;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px;
    font-family: MSemiBold, sans-serif;
    color: #303030;
    font-size: 14px;
    line-height: 18px; }
  .list-block-total__caption {
    font-family: MRegular, sans-serif;
    color: #999999;
    font-size: 14px;
    line-height: 18px; }
  .list-block-total__btn {
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: MSemiBold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: #1b1b1b;
    border-radius: 0 0 5px 5px;
    margin: -1px; }
    .list-block-total__btn:after {
      position: absolute;
      content: '';
      width: 400px;
      height: 47px;
      left: -1px;
      top: 0;
      border: 1px solid #1b1b1b;
      border-radius: 0 0 5px 5px;
      display: none; }
    .no-touchevents .list-block-total__btn:hover {
      background: #1c8820; }
      .no-touchevents .list-block-total__btn:hover:after {
        border: 1px solid #1c8820; }
  .list-block-total__link {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .no-touchevents .list-block-total__link:hover {
      color: #1b1b1b; }

.live-callback {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 60px; }
  .live-callback__wrapper {
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: #01be93; }
  .live-callback__circle {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: linear-gradient(to bottom, rgba(24, 225, 179, 0), rgba(24, 225, 179, 0.5)); }
  .live-callback__pulse {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
    width: 70px;
    height: 70px;
    content: "";
    animation: pulse 2s linear infinite;
    opacity: 0;
    border-radius: 240px;
    background: #18e1b3; }
  .live-callback__icon {
    width: 32px;
    height: 30px; }

/* скрываем оригинальный виджет - чтобы не было два ярлыка на экране*/
#jivo_chat_widget {
  display: none; }

div#jivo-iframe-container.jivo-collapsed,
.wrap_mW._show_1e {
  display: none !important; }

div#jivo-iframe-container.jivo-opening,
div#jivo-iframe-container.jivo-expanded {
  display: inline-block !important; }

.login-form__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px -4px; }

.login-form__u2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: -12px -4px;
  margin-bottom: 5px; }

.login-form__element {
  width: 50%;
  padding: 12px 4px; }
  .login-form__element_2 {
    width: 100%; }

@media (max-width: 767px) {
  .login-form__list {
    margin: -4px; }
  .login-form__list-wrapper {
    margin-bottom: 16px; }
    .login-form__list-wrapper:last-child {
      margin-bottom: 0; }
  .login-form__element {
    width: 100%;
    padding: 4px; } }

.logo {
  width: 100%;
  height: 100%; }
  .logo__link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    .logo__link .image {
      width: 100%;
      height: 100%; }
  .logo__link-center {
    margin: auto;
    width: 156px;
    height: 86px; }
  .logo__wrapper {
    width: 100%;
    height: 100%; }
    .logo__wrapper_dark {
      display: none; }
  .logo__pic {
    margin: auto;
    width: 160px;
    height: 86px; }
    .logo__link .logo__pic .image {
    	max-width:100%;
    	object-fit: contain;
    }
    .logo__link .image {
    	object-fit: contain;
    }
   .logo .mob {
   	display:none;
   } 
  @media (max-width: 1023px) {
    .logo__pic {
      width: 208px;
      height: 40px; } }
  @media (max-width: 767px) {
    .logo__pic {
      width: 40px;
      height: 40px; } }

.s-features__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  margin-bottom: 16px; }

.s-features__text {
  font-size: 16px;
  line-height: 140%;
  color: #303030;
  margin-bottom: 24px; }

.s-features__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }

.s-features__item {
  padding: 8px;
  width: 50%; }

@media (max-width: 1023px) {
  .s-features__title {
    font-size: 24px; } }

@media (max-width: 767px) {
  .s-features__list {
    margin: -4px; }
  .s-features__item {
    padding: 4px;
    width: 100%; } }

.sf-item {
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #EDEDED;
  background-color: #ffffff; }
  .sf-item__image {
    width: 96px;
    height: 96px;
    -ms-flex: 0 0 96px;
        flex: 0 0 96px; }
    .sf-item__image .image {
      width: 100%;
      height: 100%; }
  .sf-item__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    padding: 16px; }
  .sf-item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%; }
  @media (max-width: 767px) {
    .sf-item__title {
      font-weight: bold;
      font-size: 16px;
      line-height: 115%; } }

.m-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 56px);
  overflow: hidden;
  z-index: 99; }
  .m-menu_active {
    display: block; }
  .m-menu__side2, .m-menu__side {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .m-menu__side {
    background-color: #ffffff; }
  .m-menu__side2 {
    display: none;
    left: auto;
    right: 0; }
    .m-menu__side2_active {
      display: block; }
  .m-menu__scroll {
    -ms-flex: 1 !important;
        flex: 1 !important;
    position: relative !important;
    overflow: hidden !important;
    max-height: 100% !important; }
  .m-menu__group-head {
    padding: 12px 16px 6px;
    background-color: #F9F9F9; }
  .m-menu__group-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #D9D9D9; }
  .m-menu__group-divider {
    width: 100%;
    height: 4px;
    background-color: #F9F9F9; }
  .m-menu__group-item {
    padding: 0 16px; }
  .m-menu__footer {
    padding: 9px 16px;
    background-color: #F9F9F9; }
  .m-menu__top {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    background-color: #F9F9F9;
    padding: 8px 16px; }
  .m-menu__button {
    width: 50%;
    margin-right: 8px; }
    .m-menu__button:last-child {
      margin-right: 0; }
  .m-menu .navigation-sub__item {
    height: 100%; }
  .m-menu .category-list {
    height: 100%;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .m-menu .category-list__ul {
      columns: 1;
      margin: 0;
      padding: 16px;
      background-color: #ffffff; }
    .m-menu .category-list__group {
      padding: 0;
      margin-bottom: 16px; }
      .m-menu .category-list__group:last-child {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    .m-menu__side, .m-menu__side2 {
      width: 100%; }
    .m-menu__side {
      z-index: 1; }
    .m-menu .navigation-sub__item {
      opacity: 1; }
      .m-menu .navigation-sub__item_active {
        z-index: 100;
        opacity: 1;
        visibility: visible; } }

.menu-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 7px 14px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  height: 32px;
  cursor: pointer; }
  .menu-button__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  .menu-button_active {
    background-color: #1c8820;
    border-color: #1c8820; }

.menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 0;
  cursor: pointer; }
  .menu-item__icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
    .menu-item__icon img {
      filter: brightness(0) invert(0.3); }
    .menu-item__icon svg * {
      fill: #999999; }
  .menu-item__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #1B1B1B;
    -ms-flex: 1;
        flex: 1; }
        .menu-item__text::first-letter,.nav-link__title::first-letter,.link__text::first-letter {
     text-transform: uppercase;
}
    .menu-item__text a {
      color: #1B1B1B; }
    .menu-item__text-inner {
      color: inherit; }
    .menu-item__text-small {
      margin-top: 4px;
      font-size: 13px;
      color: #999999;
      font-weight: normal; }
  .menu-item__icon2 {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-left: 8px; }
  .menu-item_danger .menu-item__icon svg * {
    fill: #FF002C; }
  .menu-item_danger .menu-item__text {
    color: #FF002C; }
  .menu-item__counter {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background-color: #FF002C;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 100%; }
    .menu-item__counter_2 {
      background-color: #303030; }
    .menu-item__counter_hide {
      display: none; }
  .menu-item_active .menu-item__icon img {
    filter: brightness(0) invert(0); }
  .menu-item_active .menu-item__icon svg * {
    fill: #1B1B1B; }
  .menu-item_active .menu-item__icon2 svg * {
    fill: #1c8820; }

.mini-cart {
  position: absolute;
  z-index: 100;
  top: 63px;
  right: 0;
  left: 910px;
  margin: auto;
  display: none;
  float: right;
  width: 100%;
  max-width: 450px;
  padding: 0 10px 0 30px;
  border-top: 3px solid #01be93;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 1390px) {
    .mini-cart {
      left: auto; } }
  @media screen and (max-width: 1000px) {
    .mini-cart {
      top: 65px; } }
  .mini-cart__top {
    position: relative;
    margin-bottom: 5px;
    padding: 15px 0; }
    .mini-cart__top::before {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      margin: auto;
      content: '';
      background: url("/assets/images/static/content/wave-pattern5.png") repeat; }
  .mini-cart__product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 470px) {
      .mini-cart__product {
        width: 100%;
        padding-bottom: 10px; } }
  @media screen and (max-width: 470px) {
    .mini-cart__result {
      margin-right: -20px; } }
  .mini-cart__img {
    width: 58px;
    height: 58px;
    margin-right: 8px; }
    .mini-cart__img > img {
      width: 100%; }
  .mini-cart__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    padding: 10px 0;
    padding-bottom: 2px;
    margin-right: 10px;
    border-bottom: 1px dashed #DEDFE5;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 470px) {
      .mini-cart__item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 10px;
        margin-right: 15px; } }
  .mini-cart__art {
    margin-bottom: 6px;
    color: #A2A2AD;
    font-family: "OpenSans-Semibold";
    font-size: 13px; }
  .mini-cart__name {
    font-family: "OpenSans-Bold";
    font-size: 13px;
    width: 120px; }
    .mini-cart__name a {
      color: #16181F; }
    @media screen and (max-width: 470px) {
      .mini-cart__name {
        width: 100%; } }
  .mini-cart__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .mini-cart__price .product-price {
      font-size: 14px;
      width: 58px; }
      .mini-cart__price .product-price:not(:last-child) {
        margin-bottom: 5px; }
      .mini-cart__price .product-price .fa {
        font-size: 12px; }
  .mini-cart__content {
    overflow: auto;
    width: 100%;
    max-height: 390px;
    /*
        &::-webkit-scrollbar-track {
            border-radius: 3px;
            background-color: #dddee4;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }

        &::-webkit-scrollbar {
            width: 6px;

            background-color: #dddee4;
        }

        &::-webkit-scrollbar-thumb {
            border-radius: 3px;
            background-color: #a2a2ad;
        }
        */ }
  .mini-cart__total {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 470px) {
      .mini-cart__total {
        padding-right: 20px; } }
    .mini-cart__total span {
      color: #A2A2AD;
      font-size: 13px; }
      .mini-cart__total span:first-child {
        margin-right: 20px; }
    .mini-cart__total .product-price {
      color: #393D4C;
      font-size: 18px; }
  .mini-cart__bottom {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .mini-cart_active {
    display: block; }
  .mini-cart::after {
    position: absolute;
    top: -20px;
    right: 32px;
    content: "";
    border: 7px solid transparent;
    border-bottom: 10px solid #01be93; }
    @media screen and (max-width: 1390px) {
      .mini-cart::after {
        right: 12px; } }
    @media screen and (max-width: 1000px) {
      .mini-cart::after {
        right: 22px; } }
  .mini-cart .basket-order-total {
    font-size: 18px !important;
    color: #393d4d !important;
    font-weight: 700; }
    .mini-cart .basket-order-total i {
      font-size: 14px; }
  .mini-cart__count .input-number {
    background: #ffffff; }
    .no-touchevents .mini-cart__count .input-number:hover {
      border-color: #DCDDE3; }

.clearfix {
  clear: both; }

.mob-header {
  display: none;
  padding: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .mob-header__logo {
    width: 80px;
    height: 28px; }
    .mob-header__logo a {
      display: block; }
  .mob-header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .mob-header__burger {
    margin-right: 20px; }
  .mob-header__icons {
    display: -ms-flexbox;
    display: flex; }
    .mob-header__icons .circle-icon:not(:last-child) {
      margin-right: 10px; }
  @media screen and (max-width: 1000px) {
    .mob-header {
      display: -ms-flexbox;
      display: flex; } }
  .mob-header_fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #393d4d; }

.burger-menu {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  color: #60635E;
  border-radius: 10em;
  background-color: #DEDFE5; }
  .burger-menu__burger {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 30px;
    transform: scale(0.5); }
  .burger-menu__piece {
    position: absolute;
    display: block;
    width: 40px;
    border-top: 4px solid #000; }
    .burger-menu__piece:nth-child(1) {
      top: 0; }
    .burger-menu__piece:nth-child(2) {
      top: 12px; }
    .burger-menu__piece:nth-child(3) {
      top: 24px; }

.sidenav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 280px;
  height: 100%;
  margin-left: -330px;
  transition: .6s;
  background-color: #fff;
  box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.3); }
  .sidenav__top {
    height: 80px; }
    @media screen and (max-width: 600px) {
      .sidenav__top {
        height: 60px; } }
  .sidenav__logo {
    position: absolute;
    top: 10px;
    left: 10px; }
    .sidenav__logo a {
      display: block;
      width: 40px;
      height: 60px; }
      .sidenav__logo a .svg-icon {
        height: 100% !important; }
      .sidenav__logo a svg * {
        fill: #01BE93; }
      @media screen and (max-width: 600px) {
        .sidenav__logo a {
          width: 30px;
          height: 40px; } }
  .sidenav__phone {
    position: absolute;
    top: 30px;
    left: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .sidenav__phone div {
      font-family: 'OpenSans-Semibold';
      font-size: 18px; }
      .sidenav__phone div a {
        color: #393D4C; }
      .sidenav__phone div span {
        color: #01be93; }
      .sidenav__phone div:first-child {
        margin-bottom: 4px; }
    @media screen and (max-width: 600px) {
      .sidenav__phone {
        top: 20px; } }
  .sidenav__close {
    position: absolute;
    top: 20px;
    right: 7px;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: opacity .3s;
    opacity: .7;
    color: #000;
    font-size: 36px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .no-touchevents .sidenav__close:hover {
      opacity: 1; }
    @media screen and (max-width: 600px) {
      .sidenav__close {
        top: 10px; } }
  @media screen and (min-width: 1000px) {
    .sidenav {
      display: none; } }

.sidenav::-webkit-scrollbar {
  display: none; }

.sidenav-list {
  width: 100%; }
  .sidenav-list__item {
    position: relative; }
    .sidenav-list__item_cabinet .sidenav-list__top {
      background-color: #DDDEE4; }
  .sidenav-list__top {
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #DDDEE4;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .sidenav-list__top a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%;
      width: 100%; }
  .sidenav-list__link {
    text-decoration: none;
    font-family: 'Raleway-Bold';
    font-size: 14px; }
    .sidenav-list__link::first-letter {
      text-transform: uppercase; }
  .sidenav-list__toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .sidenav-list__toggle .fa {
      transition: all .4s; }
    .sidenav-list__toggle_open .fa {
      transform: rotate(180deg);
      color: #01be93; }
    .no-touchevents .sidenav-list__toggle:hover .fa {
      color: #01be93; }

.sidenav-drop {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 1px solid #DDDEE4; }
  .sidenav-drop__item {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 20px;
    -ms-flex-align: center;
        align-items: center; }
  .sidenav-drop__link {
    text-decoration: none;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%; }

.compile-list__item {
  margin-bottom: 16px; }
  .compile-list__item:last-child {
    margin-bottom: 0; }

.compile-modal-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  background-image: url("/assets/images/static/category-1.png"); }

.fast-buy__top {
  padding-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 24px; }

.fast-buy .cart-item {
  border: 0; }
  .fast-buy .cart-item__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%; }
  .fast-buy .cart-item__core {
    padding-top: 0; }
  .fast-buy .cart-item__image {
    padding: 0;
    width: 136px;
    height: 136px;
    -ms-flex: 0 0 136px;
        flex: 0 0 136px; }
  .fast-buy .cart-item__main {
    padding: 0;
    margin-left: 16px; }
  .fast-buy .cart-item__bottom {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column; }
  .fast-buy .cart-item__counter {
    margin-bottom: 16px; }

.fast-buy .product-price__current {
  margin-left: 0; }

.fast-buy .product-price__dop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.fast-buy .product-price__old {
  margin-left: 0; }

.fast-buy .product-price__profit, .fast-buy .product-price_sale, .fast-buy .product-price__dop {
  margin-left: 16px; }

@media (max-width: 767px) {
  .fast-buy__top {
    margin-bottom: 16px;
    padding-bottom: 16px; }
  .fast-buy .cart-item__image {
    width: 96px;
    height: 96px;
    -ms-flex: 0 0 96px;
        flex: 0 0 96px; }
  .fast-buy .cart-item__counter .input-up {
    height: 32px; }
  .fast-buy .cart-item__counter .input-up__btn {
    width: 32px;
    height: 32px;
    -ms-flex: 0 0 32px;
        flex: 0 0 32px; }
  .fast-buy .cart-item__counter .input-up__value {
    width: 32px;
    height: 32px;
    min-width: 32px; }
  .fast-buy .product-price__profit {
    margin-left: 0; } }

@media (max-width: 479px) {
  .fast-buy .cart-item__main {
    margin-left: 0; }
  .fast-buy .cart-item__image {
    display: none; } }

.modal-fast-buy .modal-form__group {
  margin-bottom: 16px; }
  .modal-fast-buy .modal-form__group:last-child {
    margin-bottom: 0; }

.modal-shipping .modal__close {
  top: 38px; }
	.modal__close .button__icon svg * {
		fill:#1B1B1B;
	}
.modal-shipping .modal__title_sm {
  margin-bottom: 15px; }

.modal-shipping .modal__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.modal-shipping__item {
  width: 50%;
  display: block;
  font-family: MMedium;
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
  	.logo .mob {
   	display:block;
   }
   .logo .no-mob {
   	display:none;
   }
    .modal-shipping__item {
      width: 100%; } }
  .no-touchevents .modal-shipping__item:hover {
    background: #1c8820; }
  .modal-shipping__item_active {
    background: #1c8820; }

.nav-block__inside {
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -ms-flex-align: center;
      align-items: center; }

.nav-block__logo {
  width: 208px;
  height: 40px;
  -ms-flex: 0 0 208px;
      flex: 0 0 208px;
  margin-left: 32px;
  display: none; }

.nav-block__search {
  -ms-flex: 1;
      flex: 1;
  margin: 0 32px; }

.nav-block__actions {
  display: none; }

.nav-block__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.nav-block__link + .nav-block__link {
  margin-left: 24px; }

.nav-block__button .button:not(.active):hover {
  background-color: #1B1B1B; }
  .nav-block__button .button:not(.active):hover .button__text {
    color: #ffffff; }
  .nav-block__button .button:not(.active):hover .button__icon {
    display: none; }
    .nav-block__button .button:not(.active):hover .button__icon_hover {
      display: block; }
    .nav-block__button .button:not(.active):hover .button__icon svg * {
      fill: #ffffff; }

.nav-block__button .button.active:hover .button__text {
  color: #303030; }

.nav-block__button .button.active:hover .button__icon svg * {
  fill: #303030; }

.nav-block .button.active {
  background-color: #EDEDED; }

.nav-block__link_hot .link {
  color: #FF002C; }
  .nav-block__link_hot .link__icon svg * {
    fill: #FF002C; }

@media (max-width: 1366px) {
  .nav-block__search {
    margin: 0 24px; } }

@media (max-width: 1365px) {
  .nav-block__search {
    margin: 0 16px; }
  .nav-block__logo {
    margin-left: 24px; } }

@media (max-width: 1023px) {
  .nav-block__links {
    display: none; }
  .nav-block__logo {
    margin-left: 16px; }
  .nav-block__button .button {
    width: 40px;
    height: 40px;
    padding: 8px; }
    .nav-block__button .button__text {
      display: none; }
    .nav-block__button .button__icon {
      margin-right: 0; }
  .nav-block__logo {
    display: block; }
  .nav-block__actions {
    display: block; } }

@media (max-width: 767px) {
  .nav-block {
    box-shadow: none; }
    .nav-block__search {
      display: none;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      z-index: 103;
      margin: 0; }
      .nav-block__search_active {
        display: block; }
    .nav-block__logo {
      margin-right: 16px; }
    .nav-block__actions {
      margin-left: auto; } }

@media (max-width: 479px) {
  .nav-block__logo {
    width: 40px;
    height: 40px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px; } }

.nav-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .nav-catalog__left {
    display: -ms-flexbox;
    display: flex; }
  .nav-catalog__link {
    width: 46px;
    height: 46px;
    background: #ededed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px; }
    .no-touchevents .nav-catalog__link:hover {
      background: #1c8820; }
  .nav-catalog__icon {
    width: 34px;
    height: 40px; }
    .nav-catalog__icon svg * {
      fill: #d9d9d9; }
  .nav-catalog__text {
    margin-left: 15px; }
    @media (max-width: 480px) {
      .nav-catalog__text {
        padding-right: 5px; } }
  .nav-catalog__title {
    font-family: MSemiBold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #303030;
    padding-bottom: 1px;
    display: block; }
    @media (max-width: 480px) {
      .nav-catalog__title {
        font-size: 16px;
        line-height: 20px; } }
  .nav-catalog__desc {
    font-family: MRegular, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    display: block; }

.navigation-sub__data {
  height: 436px;
  position: relative !important;
  overflow: hidden !important; }
  @media (max-width: 1365px) {
    .navigation-sub__data {
      height: 100% !important; } }

.navigation-sub__item {
  display: none; }
  .navigation-sub__item_active {
    display: block; }

.navigation-sub_active {
  display: block; }

.navigation {
  display: none;
  background: #ffffff;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 99;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden; }
  .navigation_active {
    display: -ms-flexbox;
    display: flex; }
  .navigation__wrapper {
    display: -ms-flexbox;
    display: flex; }
  .navigation__list {
    width: 220px;
    -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    padding-top: 32px; }
    .navigation__list:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 9999px;
      height: 100%;
      background-color: #F9F9F9; }
  .navigation__data {
    width: 100%;
    padding: 32px; 
  	   padding-bottom: 100px;
  }
    .navigation__data_active {
      display: block; }
  @media (max-width: 1366px) {
    .navigation {
      height: 100vh;
      margin-bottom: 8px; }
      .navigation .container, .navigation__wrapper, .navigation__data, .navigation .navigation-sub, .navigation .navigation-sub__data, .navigation .navigation-sub__item, .navigation .navigation-sub__scroll {
        height: 100%; }
      .navigation__data {
        padding: 24px; 
      } }
  @media (max-width: 1366px) {
    .navigation__data {
      padding: 16px;
      padding-right: 0;
      /*padding-bottom: 8px;*/
       padding-bottom: 100px;
      padding-left: 0; }
    .navigation__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .navigation__list {
      width: 100%;
      -ms-flex: inherit;
          flex: inherit;
      display: -ms-flexbox;
      display: flex;
      padding-top: 16px; }
    .navigation .container {
      padding-right: 8px;
      padding-left: 8px; } }

.nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 16px;
  border-radius: 6px 0 0 6px; }
  .nav-link:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 24px;
    border-radius: 0 6px 6px 0;
    background-color: #1c8820;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s; }
  .nav-link__icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
    .nav-link__icon .image {
      filter: brightness(0) invert(0.3); }
  .nav-link__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #1B1B1B;
    /*white-space: nowrap;*/ }
  .nav-link_active {
    background-color: #ffffff; }
    .nav-link_active .nav-link__icon .image {
      filter: brightness(0) invert(0); }
    .nav-link_active:before {
      opacity: 1; }

.new-items__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1024px) {
    .new-items__inside {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media (max-width: 500px) {
    .new-items__inside {
      -ms-flex-pack: center;
          justify-content: center; } }

.new-items__nav {
  display: none; }

.new-items__show-more {
  margin-top: 20px; }

.news-item:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: background-color 0.2s ease-in-out 0s;
  border-radius: 0 0 14px 14px;
  background-color: #EDEDED; }

.news-item__wrapper {
  padding-bottom: 100%;
  border-radius: 8px;
  overflow: hidden; }

.news-item__image {
  display: block;
  background-color: #ffffff; }
  .news-item__image .image {
    width: 100%;
    height: 100%; }

.news-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
  .news-item__content:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s; }

.news-item__group {
  margin-bottom: 16px; }

.news-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 112%;
  color: #ffffff;
  display: block; }

.news-item__desc {
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 8px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
  max-height: 40px;
  line-height: 20px; }

.news-item__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.news-item__date {
  font-size: 14px;
  line-height: 115%;
  color: #1c8820; }

.news-item_large .news-item__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%; }

.news-item:hover .news-item__content:before {
  opacity: 1; }

.news-item:hover:before {
  background-color: #1c8820; }

.news-item:hover .news-item__date {
  color: #1c8820; }

.news-item:hover .news-item__badge .badge {
  border-color: #1c8820; }
  .news-item:hover .news-item__badge .badge__text {
    color: #1c8820; }

@media (max-width: 1365px) {
  .news-item__content {
    padding: 16px; } }

@media (max-width: 1023px) {
  .news-item__desc {
    display: none; } }

@media (max-width: 767px) {
  .news-item__title {
    font-size: 16px; } }

.news-list__slider, .news-list__tabs {
  margin-bottom: 24px; }
  .news-list__slider .tw-tabs:after, .news-list__tabs .tw-tabs:after {
    display: none; }

.news-list__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.news-list__item, .news-list__item2 {
  padding: 16px; }

.news-list__item {
  width: 33.3333333333%; }

.news-list__item2 {
  width: 25%; }

@media (max-width: 1366px) {
  .news-list__list {
    margin: -12px; }
  .news-list__item2, .news-list__item {
    padding: 12px; } }

@media (max-width: 1365px) {
  .news-list__list {
    margin: -8px; }
  .news-list__item2, .news-list__item {
    padding: 8px; }
  .news-list__tabs {
    margin-bottom: 16px; }
  .news-list__item2 {
    width: 33.3333333333%; } }

@media (max-width: 1023px) {
  .news-list__item2 {
    width: 50%; } }

@media (max-width: 767px) {
  .news-list__slider {
    width: calc(100% + 32px);
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden; }
  .news-list__item {
    width: 50%; }
  .news-list__tabs .tw-tab__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%; } }

@media (max-width: 479px) {
  .news-list__item2, .news-list__item {
    width: 100%; } }

.news-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: -5px;
  margin-top: -30px;
  width: 100%; }
  .news-slider .slick-list {
    padding-bottom: 50px;
    margin-bottom: -50px; }
    @media (max-width: 768px) {
      .news-slider .slick-list {
        padding-bottom: 35px;
        margin-bottom: -35px; } }
  .news-slider__slides {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    list-style: none; }
    .news-slider__slides.slick-slider {
      display: block; }
  .news-slider__item {
    padding: 5px;
    width: 33.3333333333%;
    display: none; }
    .no-touchevents .news-slider__item:hover {
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
    .news-slider__item:nth-child(-n+3) {
      display: block; }
    .news-slider__item.slick-slide {
      display: block; }

.news-top__text {
  text-align: center;
  max-width: 900px;
  margin: 50px auto;
  margin-bottom: 30px; }

.news-top__title {
  margin-top: 50px; }

.no-result {
  text-align: center;
  padding: 128px 0; }
  .no-result__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #303030;
    margin-bottom: 8px; }
  .no-result__text {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 24px; }
  .no-result__button {
    display: inline-block; }

.user-notification {
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  background-color: #ffffff; }
  .user-notification__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 24px;
    border-bottom: 1px solid #EDEDED; }
  .user-notification__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    color: #1B1B1B; }
  .user-notification__body {
    padding: 16px 24px; }
  .user-notification__bottom {
    padding: 8px 24px; }
  .user-notification__link {
    margin-left: 8px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  @media (max-width: 767px) {
    .user-notification__head {
      padding: 16px; }
    .user-notification__body {
      padding: 8px 16px; }
    .user-notification__bottom {
      padding: 8px 16px; }
    .user-notification__title {
      font-size: 18px;
      line-height: 112%; }
    .user-notification__link .link__text {
      display: none; } }

.alarm {
  border-radius: 8px;
  padding: 16px;
  background-color: #E0F8EE;
  margin-bottom: 8px; }
  .alarm:last-child {
    margin-bottom: 0; }
  .alarm:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: calc(100% - 32px);
    background-color: #4BD48A;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 6px 6px 0; }
  .alarm__text {
    font-size: 14px;
    line-height: 115%;
    color: #303030;
    margin-bottom: 8px; }
  .alarm__date {
    font-size: 13px;
    line-height: 115%;
    color: #999999; }
  .alarm_yellow {
    background: #FFFCEE; }
    .alarm_yellow:before {
      background-color: #FFA500; }
  .alarm_red {
    background: #FEE8EB; }
    .alarm_red:before {
      background-color: #FF002C; }
  .alarm_gray {
    background: #EDEDED; }
    .alarm_gray:before {
      background-color: #1B1B1B; }

.thx-content__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px; }
  .thx-content__icon .image {
    width: 100%;
    height: 100%; }

.thx-content__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 8px;
  text-align: center;
  color: #303030; }

.thx-content__text {
  font-size: 14px;
  line-height: 115%;
  color: #303030;
  margin-bottom: 8px;
  text-align: center; }
  .thx-content__text a {
    color: inherit;
    font-weight: 500; }

.thx-content__enter {
  margin-top: 24px; }

.thx-content__order-info {
  margin-top: 24px; }

@media (max-width: 767px) {
  .thx-content__icon {
    margin-bottom: 16px; }
  .thx-content__title {
    font-size: 18px;
    line-height: 112%; }
  .thx-content__order-info {
    margin-top: 16px; }
  .thx-content__enter {
    margin-top: 16px; } }

.oi-thx {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 16px; }
  .oi-thx__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    margin-bottom: 8px; }
  .oi-thx__list {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #EDEDED; }
  .oi-thx__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 8px; }
    .oi-thx__item:last-child {
      margin-bottom: 0; }
  .oi-thx__key {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
    .oi-thx__key span {
      color: #999999; }
  .oi-thx__value {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
    .oi-thx__value_danger {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%;
      color: #FF002C; }
  .oi-thx__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .oi-thx__total-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      color: #303030; }
    .oi-thx__total-value {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-weight: bold;
      font-size: 24px;
      line-height: 115%;
      color: #303030; }
  .oi-thx__button {
    margin-top: 8px; }
  @media (max-width: 767px) {
    .oi-thx__total-value {
      font-size: 21px;
      line-height: 115%; } }

.oi-enter__text {
  font-size: 14px;
  line-height: 115%;
  color: #303030;
  margin-bottom: 16px;
  text-align: center; }

.oi-enter__wrapper {
  display: -ms-flexbox;
  display: flex; }

.oi-enter__button {
  width: 50%; }
  .oi-enter__button + .oi-enter__button {
    margin-left: 8px; }

.oi-enter__link {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .oi-enter__link .link__text {
    font-size: 14px; }

.orders-info__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 24px; }

@media (max-width: 1023px) {
  .orders-info__title {
    font-size: 21px; } }

.order-info {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden; }
  .order-info__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 24px;
    border-bottom: 1px solid #EDEDED; }
  .order-info__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    color: #303030; }
  .order-info__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .order-info__wrapper_active .link__icon {
      transform: rotate(180deg); }
  .order-info__main {
    -ms-flex: 1;
        flex: 1; }
  .order-info__bar {
    width: 33.3333333333%; }
  .order-info__top {
    display: none;
    padding: 8px 16px; }
    .order-info__top .link.active .link__icon {
      transform: rotate(180deg); }
    .order-info__top .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
      .order-info__top .link__text .count {
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: #999999; }
  @media (max-width: 1365px) {
    .order-info__bar {
      width: 354px;
      -ms-flex: 0 0 354px;
          flex: 0 0 354px; } }
  @media (max-width: 767px) {
    .order-info__head {
      padding: 16px; }
    .order-info__name {
      font-size: 16px; }
    .order-info__wrapper {
      -ms-flex-direction: column;
          flex-direction: column; }
    .order-info__bar {
      width: 100%;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .order-info__top {
      display: block; }
    .order-info__button {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
      .order-info__button .button {
        width: 32px;
        height: 32px;
        min-width: 32px; }
        .order-info__button .button__text {
          display: none; }
    .order-info__wrapper_active .order-info__main {
      display: block; }
    .order-info__main {
      display: none; } }

.oi-bar {
  height: 100%;
  background-color: #ffffff;
  box-shadow: inset 1px 0px 0px #EDEDED;
  padding: 16px; }
  .oi-bar__button {
    margin-top: 16px; }
  .oi-bar__group {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EDEDED; }
    .oi-bar__group:last-child {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 0; }
  .oi-bar__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 8px; }
    .oi-bar__item:last-child {
      margin-bottom: 0; }
  .oi-bar__key2, .oi-bar__key, .oi-bar__value {
    max-width: 50%;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .oi-bar__key {
    font-size: 14px;
    line-height: 115%;
    color: #999999; }
  .oi-bar__key2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  .oi-bar__value .link__text {
    font-weight: 500;
    font-size: 14px;
    margin-left: 0; }
  .oi-bar__value-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030;
    text-align: right; }
  .oi-bar__value-text2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #303030; }
    .oi-bar__value-text2 .rub {
      width: 24px;
      height: 24px; }
  @media (max-width: 767px) {
    .oi-bar {
      box-shadow: inset 0 1px 0 #EDEDED; }
      .oi-bar__button {
        margin-top: 8px; }
      .oi-bar__group {
        margin-bottom: 8px;
        padding-bottom: 8px; } }

.o-list__item {
  margin-bottom: 24px; }
  .o-list__item:last-child {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .o-list {
    margin-bottom: 16px; } }

.oi-list__item:nth-child(even) {
  background-color: #F9F9F9; }

.oi-item {
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px; }
  .oi-item__image {
    width: 96px;
    height: 96px;
    -ms-flex: 0 0 96px;
        flex: 0 0 96px;
    margin-right: 16px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden; }
    .oi-item__image .image {
      width: 100%;
      height: 100%; }
  .oi-item__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #303030;
    margin-bottom: 4px; }
    .oi-item__price .rub {
      width: 14px;
      height: 14px;
      min-width: 14px; }
  .oi-item__count {
    font-size: 16px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 8px; }
  .oi-item__name {
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
  @media (max-width: 767px) {
    .oi-item {
      padding: 16px; }
      .oi-item__count {
        font-size: 14px; } }

.order-cancel.link_iconic .link__icon svg * {
  fill: #EDEDED; }

.orders-content__data {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  @media screen and (max-width: 1100px) {
    .orders-content__data {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.orders-content__list {
  width: 400px;
  -ms-flex: 0 0 400px;
      flex: 0 0 400px; }
  @media screen and (max-width: 1100px) {
    .orders-content__list {
      -ms-flex: inherit;
          flex: inherit;
      width: 100%; } }

.orders-content__details {
  width: 100%; }

.orders-content__navigation {
  padding: 5px 8px; }

/*
    paging
*/
.paging_block {
  margin-top: 30px;
  margin-bottom: 50px; }

.paging .pages {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.paging .pages > div {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.paging .pages > div a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #000000;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.paging .pages > div.active a {
  font-family: "OpenSans-Semibold"; }

.no-touchevents .paging .pages > div a:hover {
  text-decoration: none;
  color: #6e6e6e; }

.paging .pages > div.next,
.paging .pages > div.prev {
  border: 2px solid #ededed; }

.no-touchevents .paging .pages > div.next:hover,
.no-touchevents .paging .pages > div.prev:hover {
  color: #000000;
  border-color: #01be93;
  background: #01be93; }

.no-touchevents .paging .pages > div.disabled:hover,
.paging .pages > div.disabled {
  color: #cccccc;
  border-color: #f8f8f8;
  background: #f8f8f8; }

.paging .pages i {
  font-size: 16px; }

.paging .pages i.prev:before {
  content: "\f053";
  font-family: "FontAwesome"; }

.paging .pages i.next:before {
  content: "\f054";
  font-family: "FontAwesome"; }

.paging .per_page {
  display: inline-block;
  margin-left: 10px;
  line-height: 32px; }

.paging .total {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  -ms-flex-align: center;
      align-items: center; }

.paging .total .value {
  margin-left: 5px; }

.orders-content__list .order {
  cursor: pointer;
  border-bottom: 1px solid #ededed; }

.orders-content__list .order > div {
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  border: 2px solid transparent; }

.no-touchevents .orders-content__list .order:hover > div {
  border-color: #01be93; }

.orders-content__list .order.active {
  background: #01be93; }

.orders-content__list .order.active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 10px solid transparent;
  border-right: 6px solid #f8f8f8;
  border-bottom: 10px solid transparent; }

.orders-content__list .order .status {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px; }

.orders-content__list .order .status i {
  width: 25px;
  font-size: 18px; }

.orders-content__list .order .status.progress {
  color: #01be93; }

.orders-content__list .order .status.ready {
  color: #4b8969; }

.orders-content__list .order .status.canceled {
  color: #b61a2d; }

.orders-content__list .order .status.pause {
  color: #6e6e6e; }

.orders-content__list .order .status.pause:before {
  content: "\f28b"; }

.orders-content__list .order .info {
  padding-left: 30px;
  color: #30343f;
  font-size: 14px; }

.orders-content__list .order .info span {
  color: #000000; }

.orders-content__list .order.active .info,
.orders-content__list .order.active .info span,
.orders-content__list .order.active .status {
  color: #ffffff !important; }

.basket_list {
  display: table;
  width: 100%;
  table-layout: fixed; }

.basket_list .head > div > div {
  overflow: hidden;
  padding-left: 5px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #6e6e6e;
  border-bottom: 2px solid #ededed;
  font-family: "OpenSans-Semibold";
  font-size: 12px;
  line-height: 24px; }

.basket_list > div {
  display: table-row-group; }

.basket_list > div > div {
  display: table-row; }
  @media screen and (max-width: 720px) {
    .basket_list > div > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.basket_list > div > div > div {
  display: table-cell;
  padding: 25px 10px;
  vertical-align: middle; }

.basket_list .image {
  width: 150px; }

.basket_list .image img {
  max-width: 70px;
  max-height: 70px; }

.basket_list .table_body > div > div {
  border-bottom: 1px solid #ededed; }

.basket_list .table_body .image {
  width: 150px;
  text-align: center; }
  @media screen and (max-width: 720px) {
    .basket_list .table_body .image {
      width: 25%; } }

.basket_list .table_body .title {
  width: 100%; }
  @media screen and (max-width: 720px) {
    .basket_list .table_body .title {
      width: 75%; } }

.basket_list .table_body .title .product_exist {
  margin-bottom: 10px; }

.basket_list .table_body .title .product_name {
  color: #16181F;
  font-family: "OpenSans-Bold";
  font-size: 16px; }

.basket_list .table_body .title .article {
  margin-top: 10px;
  color: #A2A2AD;
  font-family: "OpenSans-Semibold";
  font-size: 13px; }

.basket_list .price {
  width: 200px;
  font-size: 18px; }
  @media screen and (max-width: 720px) {
    .basket_list .price {
      display: none; } }
  @media screen and (max-width: 720px) {
    .basket_list .price {
      display: none; } }

.basket_list .total {
  width: 200px;
  font-family: "OpenSans-Semibold";
  font-size: 18px; }
  @media screen and (max-width: 720px) {
    .basket_list .total {
      display: none; } }

.basket_list .number {
  width: 200px; }
  @media screen and (max-width: 720px) {
    .basket_list .number {
      display: none; } }

.basket_list .row-final .image,
.basket_list .row-final .title {
  display: none; }

.basket_list .row-final .number,
.basket_list .row-final .total {
  display: block;
  border-bottom: 0; }

.basket_list .delete_from_basket {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 5px;
  cursor: pointer;
  color: #6e6e6e;
  border-bottom: 1px dotted;
  font-family: "OpenSans-Semibold";
  font-size: 12px; }

.no-touchevents .basket_list .delete_from_basket:hover {
  border-bottom: 1px solid transparent; }

.basket_list .table_footer {
  background: #f8f8f8; }

.basket_list .table_footer > div:first-child > div {
  padding: 25px 10px 10px; }

.basket_list .table_footer > div:last-child > div {
  padding: 10px 10px 25px; }

.basket_list .table_footer .result .number {
  text-transform: uppercase;
  font-family: "OpenSans-Semibold";
  font-size: 20px; }

.basket_list .table_footer .nds .total {
  font-weight: normal; }

.basket_page .under_table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  justify-content: flex-end;
  align-items: center; }

.basket_page .under_table a {
  margin-right: 30px; }

.basket_page .process_order {
  display: none;
  margin-bottom: 50px;
  padding: 50px 0;
  background: #ededed; }

.orders-content__details > div:first-child {
  padding: 20px;
  background: #f8f8f8; }

.orders_page .basket_list {
  margin-bottom: 20px; }

.basket_list a {
  color: #000000; }

.orders-content__details > div > .title {
  margin-bottom: 10px;
  color: #16181F;
  font-family: 'Raleway-Bold';
  font-size: 26px; }

.orders-content__details .basket_list .image img {
  border: 1px solid #ededed; }

.orders-content__details .basket_list .number,
.orders-content__details .basket_list .total {
  width: 125px; }

.order_details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.order_details > div {
  width: 50%;
  margin-top: 20px; }
  @media screen and (max-width: 720px) {
    .order_details > div {
      width: 100%; } }

.order_details > div:nth-child(odd) {
  padding-right: 10px; }

.order_details > div:nth-child(even) {
  padding-left: 10px; }

.order_details .title,
.payment_block .title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #6e6e6e;
  font-family: "OpenSans-Semibold";
  font-size: 16px; }

.order_details .data,
.payment_block .data {
  font-size: 14px;
  line-height: 16px; }

.order_details .tt_data .data {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #6e6e6e;
  border: 2px solid #ededed;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.order_details .data2 > input {
  display: inline-block;
  width: auto; }

.order_details .tt_data .data > div {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ededed; }

.order_details .tt_data .data > div:last-child {
  border-bottom: 0; }

.order_details .tt_data .data > div > div:first-child {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px; }

.order_details .tt_data .data > div > div:last-child {
  width: 100%; }

.order_details .tt_data .data > div > div:last-child {
  color: #000000; }

.order_details .delivery .data,
.order_details .payment .data {
  line-height: 20px; }

.order_details .delivery .data span,
.order_details .payment .data span {
  position: relative;
  top: 1px;
  margin-left: 10px; }

.orders_page .details .actions {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.orders_page .details .actions div:last-child div:last-child {
  margin-left: 10px; }

.cancel_order_action {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.slider-wrap .slick-list {
  overflow: visible; }

.slider-wrap .slick-slide {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0s; }
  .slider-wrap .slick-slide.slick-current, .slider-wrap .slick-slide.slick-active {
    opacity: 1; }

.slider-wrapper {
  width: calc(100% + 64px);
  padding: 32px;
  margin: -32px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .slider-wrapper {
      width: calc(100% + 16px);
      padding: 8px;
      margin: -8px; } }
  @media (max-width: 479px) {
    .slider-wrapper {
      width: calc(100% + 8px);
      padding: 16px 4px;
      margin: -16px -4px; } }

.product__image-slider .slick-list {
  overflow: hidden !important; }

.gtc-thumb {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #EDEDED;
  border-radius: 8px;
  transition: border-color 0.2s ease-in-out 0s; }
  .gtc-thumb__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030;
    margin-bottom: 17px;
    text-align: center;
    transition: color 0.2s ease-in-out 0s; }
  .gtc-thumb__icon {
    width: 32px;
    height: 32px;
    margin: 0 auto; }
    .gtc-thumb__icon svg * {
      transition: fill 0.2s ease-in-out 0s; }
  .gtc-thumb:hover {
    border-color: #D9D9D9; }
    .gtc-thumb:hover .gtc-thumb__text {
      color: #999999; }
    .gtc-thumb:hover .gtc-thumb__icon svg * {
      fill: #999999; }
  @media (max-width: 1365px) {
    .gtc-thumb {
      width: calc(100% - 16px);
      height: calc(100% - 16px); } }
  @media (max-width: 767px) {
    .gtc-thumb {
      width: calc(100% - 8px);
      height: calc(100% - 8px); } }

.paging {
  display: -ms-flexbox;
  display: flex; }
  .paging_offset {
    margin-top: 24px; }
  .paging__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    margin-left: 6px;
    border-radius: 6px;
    color: #303030;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s; }
    .paging__item:first-child {
      margin-left: 0; }
    .paging__item_active .paging__val {
      color: #1c8820; }
    .paging__item:not(.paging__item_empty):hover {
      background-color: #F9F9F9;
      color: #1B1B1B; }
  .paging__arrow {
    margin-left: 16px; }
    .paging__arrow:first-child {
      margin-left: 10px; }
  .paging__val {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  @media (max-width: 1023px) {
    .paging_offset {
      margin-top: 16px; } }

.payment-form__block {
  margin-bottom: 24px; }

.payment-form__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 24px; }

.payment-form__left {
  display: -ms-flexbox;
  display: flex; }

.payment-form__mm {
  max-width: 80px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.payment-form__yy {
  max-width: 100px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 8px; }

.payment-form__code {
  max-width: 100px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.payment-form .field__input {
  padding-right: 16px; }

.payment-item {
  display: none; }
  .payment-item[data-status="active"] {
    display: block; }

.payment-none {
  margin: 0 5px; }

.order-step2_hide {
  display: none; }

.phone-block {
  display: -ms-flexbox;
  display: flex; }
  .phone-block__item + .phone-block__item {
    margin-left: 24px; }
  .phone-block__title {
    display: block;
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    color: #303030;
    margin-bottom: 4px; }
    .phone-block__title a {
      color: #303030; }
  .phone-block__title-icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    display: none;
    margin-left: 6px; }
  .phone-block__sub {
    font-size: 14px;
    line-height: 115%;
    color: #999999; }
  .phone-block__link .link__text {
    font-weight: 500;
    font-size: 14px; }
  @media (max-width: 1320px) {
    .phone-block__item + .phone-block__item {
      margin-left: 0; }
    .phone-block__item {
      display: none; }
      .phone-block__item:last-child {
        display: block; }
    .phone-block__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .phone-block__title-icon {
      display: block; } }

.picture-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 140px;
  background-size: cover;
  background-position: center; }
  .no-touchevents .picture-link:hover > .picture-link__overlay::after {
    opacity: 1; }
  .no-touchevents .picture-link:hover .picture-link__text {
    color: #fff;
    border: 2px solid #01be93;
    background-color: transparent; }
  .picture-link__overlay {
    width: 100%;
    height: 100%; }
    .picture-link__overlay::after {
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      transition: all .5s;
      opacity: 0;
      background: rgba(0, 0, 0, 0.5); }
  .picture-link__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 220px;
    height: 60px;
    margin: auto;
    transition: all .5s ease;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #16181F;
    border: 2px solid rgba(221, 222, 228, 0);
    border-radius: 30px;
    background-color: rgba(221, 222, 228, 0.8);
    font-family: 'Raleway-Bold';
    font-size: 18px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .picture-link_vert {
    width: 240px;
    height: 370px; }
    .picture-link_vert .picture-link__text {
      width: 200px; }

.pluso {
  height: 40px; }
  .pluso > div {
    height: 40px; }
  .pluso .pluso-wrap {
    padding: 0 !important; }
    .pluso .pluso-wrap a {
      margin: 0 0 0 5px !important; }
  .pluso_2 {
    height: 30px; }
    .pluso_2 > div {
      height: 30px; }

.popup-review__head {
  margin: auto auto 30px;
  text-align: center;
  color: #16181F;
  font-family: "Raleway-Bold";
  font-size: 20px; }

.popup-review__textarea {
  width: 100%;
  height: 100px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 10px 12px;
  overflow: hidden;
  resize: none;
  border: 2px solid #DDDEE4;
  border-radius: 20px;
  line-height: 1.2; }

.popup-review__user {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .popup-review__user > div {
    width: 50%; }
    .popup-review__user > div:first-child {
      margin-right: 20px; }

.popup-review__rating {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #393D4C;
  -ms-flex-align: center;
      align-items: center; }
  .popup-review__rating .rating {
    margin-left: 20px; }

.popup-review__input {
  width: 100%;
  height: 40px;
  padding-left: 12px;
  border: 2px solid #DDDEE4;
  border-radius: 10em; }

.popup-review__subscribe {
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 20px;
  border: 1px solid #DDDEE4;
  background-color: #F8F8F8; }

.popup-review__sales {
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  color: #16181F;
  font-family: "Raleway-Bold";
  font-size: 16px; }

.popup-review__for {
  display: -ms-flexbox;
  display: flex; }
  .popup-review__for > label {
    width: 33%; }
    .popup-review__for > label:not(:last-child) {
      margin-right: 35px; }
      @media screen and (max-width: 400px) {
        .popup-review__for > label:not(:last-child) {
          margin-right: 0; } }
    @media screen and (max-width: 400px) {
      .popup-review__for > label {
        width: 100%; } }
  @media screen and (max-width: 400px) {
    .popup-review__for {
      -ms-flex-direction: column;
          flex-direction: column; } }

.popup-review .button {
  margin: auto; }

.cabinet-enter__text {
  font-size: 14px;
  line-height: 115%;
  margin-bottom: 16px; }
  .cabinet-enter__text a {
    color: inherit;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.2s ease-in-out 0s; }
    .cabinet-enter__text a:hover {
      color: #1c8820; }

.cabinet-enter .registration__socials-title {
  font-size: 14px;
  line-height: 1.15; }

.modal-cart__top {
  display: -ms-flexbox;
  display: flex; }

.modal-cart__bottom {
  margin-top: 24px; }
  .modal-cart__bottom .ci-similar {
    padding: 0; }

.modal-cart__bar {
  width: 293px;
  -ms-flex: 0 0 293px;
      flex: 0 0 293px;
  margin-left: 16px; }

.modal-cart__main {
  -ms-flex: 1;
      flex: 1; }
  .modal-cart__main .cart-item {
    border: 0; }
    .modal-cart__main .cart-item__main {
      padding: 0; }
    .modal-cart__main .cart-item__image {
      width: 136px;
      height: 136px;
      padding: 0;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
      margin-right: 16px; }
    .modal-cart__main .cart-item__title {
      font-weight: 500;
      font-size: 14px; }
    .modal-cart__main .cart-item__bottom {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: column;
          flex-direction: column; }
    .modal-cart__main .cart-item__counter {
      margin-bottom: 16px; }
      .modal-cart__main .cart-item__counter .input-up {
        height: 32px; }
        .modal-cart__main .cart-item__counter .input-up__btn {
          width: 32px;
          height: 32px;
          -ms-flex: 0 0 32px;
              flex: 0 0 32px; }
        .modal-cart__main .cart-item__counter .input-up__icon {
          width: 20px;
          height: 20px; }
        .modal-cart__main .cart-item__counter .input-up__value {
          min-width: 32px;
          width: 32px;
          height: 32px; }

.modal-cart .product-price {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -16px; }
  .modal-cart .product-price__current, .modal-cart .product-price__sale, .modal-cart .product-price__old, .modal-cart .product-price__profit {
    padding-top: 8px;
    padding-left: 16px;
    margin: 0; }

@media (max-width: 767px) {
  .modal-cart__top {
    -ms-flex-direction: column;
        flex-direction: column; }
  .modal-cart__bar {
    margin-left: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .modal-cart__main {
    margin-bottom: 16px; }
    .modal-cart__main .cart-item__core {
      padding-top: 0; }
  .modal-cart__bottom {
    margin-top: 16px; }
  .modal-cart .ci-similar__tabs {
    margin-bottom: 16px; }
  .modal-cart .cisi-slider__controls {
    margin-top: 16px; } }

@media (max-width: 479px) {
  .modal-cart__main .cart-item__main {
    margin-left: 0; }
  .modal-cart__main .cart-item__image {
    display: none; } }

.mc-bar {
  padding: 16px;
  background-color: #F9F9F9;
  border-radius: 8px; }
  .mc-bar__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    color: #303030;
    margin-bottom: 16px; }
  .mc-bar__list {
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 16px; }
  .mc-bar__price {
    margin-bottom: 16px; }
  .mc-bar__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 8px; }
    .mc-bar__item:last-child {
      margin-bottom: 0; }
  .mc-bar__key {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
    .mc-bar__key span {
      color: #999999; }
  .mc-bar__value {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
    .mc-bar__value_danger {
      color: #FF002C; }
  .mc-bar__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .mc-bar__price-key {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  .mc-bar__price-value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #303030; }
  .mc-bar__button {
    margin-bottom: 16px; }
    .mc-bar__button:last-child {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .mc-bar__button {
      margin-bottom: 8px; } }

.cart-items .cart-item {
  margin-bottom: 24px; }

.popup-style {
  position: relative;
  margin: 40px auto;
  padding: 20px;
  border-top: 2px solid #01be93;
  border-radius: 0 0 5px 5px;
  background: white; }
  .popup-style__head {
    margin-bottom: 30px;
    text-align: center;
    color: #15171E;
    font-family: 'Raleway-Bold';
    font-size: 20px; }
  .popup-style__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .popup-style__form input {
      width: 100%;
      height: 40px;
      padding: 0 0 0 15px; }
  .popup-style__form-element {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px; }
    .popup-style__form-element_half {
      width: 47%; }
      @media screen and (max-width: 450px) {
        .popup-style__form-element_half {
          width: 100% !important; } }
  .popup-style_1 {
    max-width: 340px; }
  .popup-style_2 {
    max-width: 750px; }
  .popup-style_3 {
    max-width: 950px; }
    @media screen and (max-width: 1000px) {
      .popup-style_3 {
        width: 100%; } }
  .popup-style_4 {
    max-width: 500px; }

.my-popup .mfp-close {
  top: -48px;
  color: #fff;
  font-family: "OpenSans-Semibold";
  font-size: 40px; }

.presentation-label {
  color: #16181F; }
  .presentation-label__title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 28px; }
    .presentation-label__title span {
      text-transform: uppercase; }
    .presentation-label__title::before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 210px;
      height: 6px;
      content: '';
      background: url("/assets/images/static/content/wave-separate1.png") no-repeat; }
    @media screen and (max-width: 700px) {
      .presentation-label__title {
        font-size: 22px; } }
    @media screen and (max-width: 500px) {
      .presentation-label__title {
        font-size: 18px; } }
  .presentation-label__main {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    font-size: 40px;
    line-height: 1.2; }
    @media screen and (max-width: 700px) {
      .presentation-label__main {
        font-size: 30px; } }
    @media screen and (max-width: 500px) {
      .presentation-label__main {
        font-size: 26px; } }
    @media screen and (max-width: 700px) {
      .presentation-label__main br {
        display: none; } }
  .presentation-label__text {
    font-size: 20px; }
  .presentation-label__pic {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 30px;
    background-size: cover;
    background-position: center; }
    .presentation-label__pic::before {
      position: absolute;
      top: 50px;
      right: 0;
      width: 82px;
      height: 66px;
      content: '';
      background: url("/assets/images/static/content/wave.png") no-repeat; }
  .presentation-label_bg {
    width: 480px;
    padding: 25px 30px 30px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    background-color: rgba(1, 190, 147, 0.902); }
    .presentation-label_bg .presentation-label__text {
      font-size: 28px; }
      @media screen and (max-width: 700px) {
        .presentation-label_bg .presentation-label__text {
          font-size: 22px; } }
      @media screen and (max-width: 500px) {
        .presentation-label_bg .presentation-label__text {
          font-size: 18px; } }
    .presentation-label_bg .presentation-label__title::before {
      background: url("/assets/images/static/content/wave-separate.png") no-repeat; }
  .presentation-label_right {
    text-align: right; }
    .presentation-label_right .presentation-label__title::before {
      right: 0;
      left: auto; }

.big-presentation {
  position: relative;
  width: 100%; }
  .big-presentation__picture {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 128px;
    background-size: cover;
    background-position: center; }
    .big-presentation__picture::before {
      position: absolute;
      top: 50px;
      left: 0;
      width: 82px;
      height: 66px;
      content: '';
      background: url("/assets/images/static/content/wave.png") no-repeat; }
  .big-presentation__label {
    position: absolute;
    bottom: -128px;
    left: 35px; }
    @media screen and (max-width: 580px) {
      .big-presentation__label {
        left: 0;
        width: 100%; } }
    @media screen and (max-width: 580px) {
      .big-presentation__label .presentation-label_bg {
        width: 100%; } }
  .big-presentation__text {
    width: 400px;
    margin-top: -108px;
    margin-right: 50px;
    margin-left: auto;
    color: #393d4d;
    font-size: 14px;
    line-height: 20px; }
    .big-presentation__text b,
    .big-presentation__text strong {
      font-family: "OpenSans-Bold"; }
    @media screen and (max-width: 1372px) {
      .big-presentation__text {
        width: 100%;
        margin: 0;
        padding-top: 20px; } }

.small-presentation {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 700px) {
    .small-presentation {
      display: block; } }
  .small-presentation > div:first-child {
    margin-right: 30px; }
    @media screen and (max-width: 700px) {
      .small-presentation > div:first-child {
        margin-right: 0;
        margin-bottom: 20px; } }
  .small-presentation__picture {
    position: relative;
    height: 300px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .small-presentation__picture::before {
      position: absolute;
      z-index: 5;
      right: 0;
      bottom: 50px;
      width: 82px;
      height: 66px;
      content: '';
      background: url("/assets/images/static/content/wave.png") no-repeat; }
  .small-presentation__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .small-presentation__decor {
    position: absolute; }
    @media screen and (max-width: 700px) {
      .small-presentation__decor {
        display: none; } }
    .small-presentation__decor_1 {
      z-index: 2;
      right: -97px;
      bottom: -35px; }
    .small-presentation__decor_2 {
      z-index: 0;
      right: -77px;
      bottom: -20px; }
    .small-presentation__decor_3 {
      z-index: 3;
      right: -169px;
      bottom: -30px; }
    .small-presentation__decor_4 {
      z-index: 2;
      right: -100px;
      bottom: -35px; }
    .small-presentation__decor_5 {
      z-index: 2;
      bottom: -35px;
      left: -60px; }
  .small-presentation__text {
    -ms-flex: 0 0 420px;
        flex: 0 0 420px; }
    @media screen and (max-width: 700px) {
      .small-presentation__text {
        -ms-flex: auto;
            flex: auto; } }
  @media screen and (max-width: 700px) {
    .small-presentation {
      -ms-flex-direction: column;
          flex-direction: column; } }

.medium-presentation {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 700px) {
    .medium-presentation {
      display: block; } }
  .medium-presentation > div:first-child {
    margin-right: 30px; }
    @media screen and (max-width: 700px) {
      .medium-presentation > div:first-child {
        margin-right: 0;
        margin-bottom: 20px; } }
  .medium-presentation__text {
    -ms-flex: 0 0 420px;
        flex: 0 0 420px; }
    @media screen and (max-width: 700px) {
      .medium-presentation__text {
        -ms-flex: auto;
            flex: auto; } }
  .medium-presentation__picture {
    position: relative;
    height: 550px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    background-position: center;
    background-size: cover; }
    .medium-presentation__picture::before {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 82px;
      height: 66px;
      content: '';
      background: url("/assets/images/static/content/wave.png") no-repeat; }
  @media screen and (max-width: 700px) {
    .medium-presentation {
      -ms-flex-direction: column;
          flex-direction: column; } }

.product-big-slider {
  display: -ms-flexbox;
  display: flex; }
  .product-big-slider__wrapper {
    -ms-flex: 1;
        flex: 1; }
  .product-big-slider__item {
    display: none; }
    .product-big-slider__item:first-child, .slick-slider .product-big-slider__item {
      display: block; }
  .product-big-slider__list .slick-dots {
    position: relative;
    nav-down: auto;
    margin-top: 8px; }
    .product-big-slider__list .slick-dots li button {
      width: 24px;
      height: 4px;
      border-radius: 12px;
      border: 0;
      background-color: #EDEDED; }
    .product-big-slider__list .slick-dots li.slick-active button {
      background-color: #1c8820; }
  .product-big-slider__item-wrapper {
    padding-bottom: 100%; }
  .product-big-slider__image .image {
    width: 100%;
    height: 100%; }
  .product-big-slider__nav {
    width: 72px;
    margin-right: 32px; }
    .product-big-slider__nav .slick-track {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
  .product-big-slider__nav-slide {
    height: 72px !important;
    margin-bottom: 8px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent !important;
    transition: border-color 0.2s ease-in-out 0s;
    cursor: pointer; }
    .product-big-slider__nav-slide:last-child {
      margin-bottom: 0; }
    .product-big-slider__nav-slide.slick-current {
      border-color: #1c8820 !important; }
      .product-big-slider__nav-slide.slick-current .product-big-slider__nav-item {
        opacity: 1; }
  .product-big-slider__nav-item {
    width: 100%;
    height: 100%;
    opacity: .5; }
  .product-big-slider__note {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    line-height: 115%;
    color: #999999; }
  .product-big-slider__inner {
    border-radius: 6px;
    overflow: hidden; }
  .product-big-slider__mark {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 1; }
    .product-big-slider__mark .mark {
      width: 48px;
      height: 48px; }
      .product-big-slider__mark .mark__image {
        width: 32px;
        height: 32px; }
  @media (max-width: 1366px) {
    .product-big-slider__nav {
      margin-right: 24px; } }
  @media (max-width: 1365px) {
    .product-big-slider__nav {
      margin-right: 16px; } }
  @media (max-width: 1023px) {
    .product-big-slider__nav {
      display: none; }
    .product-big-slider__mark {
      bottom: 8px;
      left: 8px; }
      .product-big-slider__mark .mark {
        width: 32px;
        height: 32px; }
        .product-big-slider__mark .mark__image {
          width: 20px;
          height: 20px; }
    .product-big-slider__item-wrapper {
      padding-bottom: 40.0027174%; }
    .product-big-slider__note {
      display: none; } }
  @media (max-width: 767px) {
    .product-big-slider__item-wrapper {
      padding-bottom: 66.66741071428571%; } }

.product-card__topline {
  margin-bottom: 24px;
  z-index: 1; }

.product-card__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.product-card__info, .product-card__left, .product-card__middle {
  padding: 16px; }

.product-card__left {
  width: 50%; }

.product-card__info, .product-card__middle {
  width: 25%; }

.product-card__item-cart-label {
  margin-bottom: 20px; }

.product-card__dop-fav {
  display: none; }

.product-card__title {
  font-weight: bold;
  font-size: 52px;
  line-height: 115%;
  color: #1B1B1B;
  margin-bottom: 32px; }

.product-card__image {
  /*max-width: 600px;*/
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }

@media (max-width: 1366px) {
  .product-card__inside {
    margin: -12px; }
  .product-card__info, .product-card__left, .product-card__middle {
    padding: 12px; } }

@media (max-width: 1365px) {
  .product-card__title {
    font-size: 42px;
    line-height: 115%; }
  .product-card__inside {
    margin: -8px; }
  .product-card__info, .product-card__left, .product-card__middle {
    padding: 8px; }
  .product-card__left {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .product-card__middle {
    width: 33.3333333333%; }
  .product-card__info {
    width: 100%;
    margin-top: 8px; } }

@media (max-width: 1023px) {
  .product-card__title {
    font-size: 32px; }
  .product-card__topline {
    margin-bottom: 16px; }
  .product-card__middle {
    width: 100%; }
  .product-card__info {
    margin-top: 0; } }

@media (max-width: 767px) {
  .product-card__title {
    font-size: 21px;
    line-height: 115%; } }

.product-topline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-topline__left, .product-topline__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .product-topline__left {
    margin: 0 -16px; }
  .product-topline__rating {
    margin-right: 8px; }
  .product-topline__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0 16px; }
    .product-topline__item_group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .product-topline__item .rating__item {
      width: 24px;
      height: 24px; }
    .product-topline__item .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
  .product-topline__link {
    margin-left: 24px; }
    .product-topline__link:first-child {
      margin-left: 0; }
    .product-topline__link .link__icon svg * {
      fill: #999999; }
    .product-topline__link .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%;
      color: #999999; }
    .product-topline__link .link_active .link__icon svg * {
      fill: #FF002C; }
    .product-topline__link .link_active .link__text {
      color: #F92E47 !important; }
  @media (max-width: 1366px) {
    .product-topline__left {
      margin: 0 -12px; }
    .product-topline__item {
      padding: 0 12px; } }
  @media (max-width: 1365px) {
    .product-topline__left {
      margin: 0 -8px; }
    .product-topline__item {
      padding: 0 8px; } }
  @media (max-width: 1023px) {
    .product-topline__right {
      position: absolute;
      top: calc(100% + 24px);
      right: 8px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
    .product-topline__link {
      margin-left: 0;
      margin-bottom: 4px; }
      .product-topline__link .link {
        width: 32px;
        height: 32px;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px; }
        .product-topline__link .link__text {
          display: none; }
        .product-topline__link .link__icon {
          margin: auto; }
    .product-topline__item_group, .product-topline__item_watch {
      display: none; }
    .product-topline__item_badges {
      position: absolute;
      left: 0;
      top: calc(100% + 24px); } }

.product-code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .product-code__key {
    font-size: 14px;
    line-height: 115%;
    color: #999999; }
  .product-code__val {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030;
    margin-left: 6px;
    cursor: pointer; }
  .product-code__icon {
    width: 20px;
    height: 20px;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    margin-left: 6px; }

.badges {
  display: -ms-flexbox;
  display: flex; }
  .badges__item {
    margin-right: 8px; }
    .badges__item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  @media (max-width: 1023px) {
    .badges {
      padding: 0 8px; } }
  @media (max-width: 479px) {
    .badges {
      -ms-flex-direction: column;
          flex-direction: column; }
      .badges__item {
        margin-right: 0;
        margin-bottom: 8px; } }

.product-card-watch {
  font-size: 14px;
  line-height: 115%;
  color: #999999; }

.share {
  position: absolute;
  top: 0;
  left: 0; }

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  opacity: 0 !important; }

.ya-share2__popup_list-direction_horizontal {
  left: 0 !important;
  right: auto !important; }
  @media (max-width: 1365px) {
    .ya-share2__popup_list-direction_horizontal {
      right: 0 !important;
      left: auto !important; } }

.ya-share2__mobile-popup-service-title {
  display: none; }

.ya-share2__popup-tile {
  text-align: center; }

.ya-share2__icon {
  filter: brightness(0) invert(0.5); }

.tooltip-content {
  display: none; }

.tooltip-text {
  font-size: 12px;
  line-height: 115%;
  color: #ffffff; }

.product-color {
  width: 60px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%; }
  .product-color > img {
    width: 100%;
    border-radius: 50%; }
  .product-color .fa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 20px;
    height: 20px;
    margin: auto;
    color: #01be93;
    font-size: 20px; }
  .product-color_active {
    position: relative;
    border: 2px solid #01be93; }
    .product-color_active::before {
      position: absolute;
      content: ''; }
    .product-color_active .fa {
      display: block; }
  .product-color_2 {
    width: 40px;
    height: 40px; }
  @media screen and (max-width: 650px) {
    .product-color {
      width: 40px;
      height: 40px; } }

.product-feeds {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px; }
  .product-feeds__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEDED; }
  .product-feeds__sidebar, .product-feeds__main {
    padding: 0 16px; }
  .product-feeds__main {
    -ms-flex: 1;
        flex: 1; }
  .product-feeds__sidebar {
    width: 25%; }
    .product-feeds__sidebar_hide {
      display: none; }
  .product-feeds__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%; }
  .product-feeds__item {
    border-top: 1px solid #EDEDED;
    padding-top: 24px;
    margin-top: 24px; }
    .product-feeds__item:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0; }
  @media (max-width: 1365px) {
    .product-feeds__sidebar {
      width: 33.3333333333%; } }
  @media (max-width: 1023px) {
    .product-feeds {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      margin: 0; }
      .product-feeds__head {
        margin-bottom: 16px; }
      .product-feeds__sidebar {
        width: 100%;
        padding: 0;
        margin-bottom: 24px; }
      .product-feeds__main {
        padding: 0; }
      .product-feeds__title {
        font-size: 21px; }
      .product-feeds__item {
        padding-top: 16px;
        margin-top: 16px; } }
  @media (max-width: 767px) {
    .product-feeds__sidebar {
      margin-bottom: 16px; }
    .product-feeds__head {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: start;
          align-items: flex-start; }
    .product-feeds__button {
      width: 100%;
      margin-bottom: 16px; }
    .product-feeds__title {
      font-size: 18px;
      line-height: 112%; }
    .product-feeds__item {
      padding-top: 8px;
      margin-top: 8px; } }

.product-feed__head {
  margin-bottom: 16px; }

.product-feed__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px; }

.product-feed__rate .rating__item {
  margin-left: 4px;
  width: 24px;
  height: 24px; }
  .product-feed__rate .rating__item:first-child {
    margin-left: 0; }

.product-feed__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #303030; }

.product-feed__date {
  font-size: 14px;
  line-height: 115%;
  color: #999999;
  margin-left: 24px; }

.product-feed__comment {
  margin-bottom: 16px; }
  .product-feed__comment:last-child {
    margin-bottom: 0; }
  .product-feed__comment-title {
    color: #999999;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%; }
  .product-feed__comment-text {
    font-size: 16px;
    line-height: 140%;
    color: #303030; }

.product-feed__comment-more {
  display: inline-block;
  margin-top: 24px; }

.product-feed_question .product-feed__head {
  margin-bottom: 8px; }

.product-feed_question .product-feed__top {
  margin-bottom: 0; }

@media (max-width: 1023px) {
  .product-feed__comment-more {
    margin-top: 16px; } }

@media (max-width: 767px) {
  .product-feed__head {
    margin-bottom: 8px; }
  .product-feed__top {
    margin-bottom: 8px; }
  .product-feed__date {
    margin-left: 16px; }
  .product-feed__comment {
    margin-bottom: 8px; }
  .product-feed__comment-more {
    width: 100%; } }

@media (max-width: 479px) {
  .product-feed__top {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
  .product-feed__date {
    margin-left: 0;
    margin-top: 6px; } }

.feeds-widget {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  padding: 16px; }
  .feeds-widget__title {
    font-weight: bold;
    font-size: 52px;
    line-height: 115%;
    margin-bottom: 6px; }
  .feeds-widget__rate {
    margin-bottom: 16px; }
    .feeds-widget__rate .rating__item {
      margin: 0;
      width: 36px;
      height: 36px;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px; }
  .feeds-widget__top {
    margin-bottom: 24px; }
  .feeds-widget__text {
    font-size: 14px;
    line-height: 115%;
    color: #999999; }
  .feeds-widget__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 16px;
    height: 20px; }
    .feeds-widget__item:last-child {
      margin-bottom: 0; }
  .feeds-widget__num {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    color: #303030;
    margin-right: 8px; }
  .feeds-widget__progress {
    -ms-flex: 1;
        flex: 1;
    height: 10px;
    border-radius: 30px;
    background-color: #F9F9F9;
    overflow: hidden; }
  .feeds-widget__progress-up {
    width: 0;
    height: 100%;
    background-color: #1c8820;
    border-radius: 8px;
    overflow: hidden; }
    .feeds-widget__progress-up:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-image: url("/assets/images/static/rate-bg.png");
      background-repeat: repeat-x;
      background-position: top left;
      width: 100%;
      height: 100%;
      opacity: .15; }
  @media (max-width: 1023px) {
    .feeds-widget {
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      box-shadow: none; }
      .feeds-widget__char, .feeds-widget__top {
        margin-bottom: 0;
        width: 50%; }
      .feeds-widget__char {
        margin-left: 16px; }
      .feeds-widget__title {
        font-size: 42px; }
      .feeds-widget__item {
        margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .feeds-widget {
      -ms-flex-direction: column;
          flex-direction: column; }
      .feeds-widget__char, .feeds-widget__top {
        width: 100%; }
      .feeds-widget__char {
        margin-top: 16px;
        margin-left: 0; }
      .feeds-widget__title {
        font-size: 32px;
        line-height: 114%; }
      .feeds-widget__rate {
        margin-bottom: 8px; }
      .feeds-widget__num {
        font-size: 16px;
        line-height: 115%; }
      .feeds-widget .rating__item {
        width: 24px;
        height: 24px;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px; } }

.product-info__top {
  padding: 16px;
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden; }

.product-info__promo {
  margin-bottom: 16px; }

.product-info__block {
  margin-bottom: 24px; }
  .product-info__block:last-child {
    margin-bottom: 0; }

.product-info__row, .product-info__price {
  margin-bottom: 16px; }

.product-info__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -16px;
  margin-left: -16px;
  margin-bottom: 16px; }

.product-info__col {
  width: 50%;
  padding-top: 16px;
  padding-left: 16px; }
  .product-info__col .link__text {
    font-size: 14px;
    font-weight: 500; }

.product-info__links {
  display: -ms-flexbox;
  display: flex; }

.product-info__link {
  -ms-flex: 1;
      flex: 1; }
  .product-info__link .link {
    color: #999999; }
    .product-info__link .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
    .product-info__link .link svg * {
      fill: #999999; }

.product-info__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }

.product-info__button {
  padding: 8px;
  width: 50%; }

@media (max-width: 1366px) {
  .product-info__buttons {
    margin: -4px; }
  .product-info__button {
    width: 100%;
    padding: 4px; } }

@media (max-width: 1365px) {
  .product-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -24px;
    margin-left: -16px; }
    .product-info__col {
      width: auto; }
    .product-info__block {
      width: 50%;
      padding-top: 24px;
      padding-left: 16px;
      margin-bottom: 0; }
      .product-info__block_vendor {
        width: 100%; }
    .product-info__buttons {
      margin: -8px; }
    .product-info__button {
      padding: 8px;
      width: 50%; } }

@media (max-width: 767px) {
  .product-info {
    margin-top: -16px; }
    .product-info__block {
      padding-top: 16px;
      width: 100%; } }

@media (max-width: 479px) {
  .product-info__buttons {
    margin: -4px; }
  .product-info__button {
    width: 100%;
    padding: 4px; }
  .product-info__row {
    margin-top: -8px;
    margin-left: -8px; }
  .product-info__col {
    padding-top: 8px;
    padding-left: 8px; } }

.promo-code {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #FEE8EB;
  border-radius: 4px;
  cursor: pointer; }
  .promo-code__val {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FF002C; }
  .promo-code__icon {
    width: 20px;
    height: 20px;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    margin-left: 8px; }
    .promo-code__icon svg * {
      fill: #FF002C; }

.product-partner {
  padding: 16px 0;
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 8px; }
  .product-partner__wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px; }
    .product-partner__wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 4px;
      height: 100%;
      background: #1c8820;
      border-radius: 0px 6px 6px 0px; }
  .product-partner__image {
    width: 72px;
    height: 96px;
    -ms-flex: 0 0 72px;
        flex: 0 0 72px;
    margin-right: 8px; }
    .product-partner__image .image {
      width: 100%;
      height: 100%; }
  .product-partner__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
    color: #303030; }
  .product-partner__text {
    font-size: 13px;
    line-height: 115%;
    color: #999999; }
  @media (max-width: 1365px) {
    .product-partner__wrapper {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; }
    .product-partner__image {
      width: 200px;
      height: 72px;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
      margin-right: 0;
      margin-bottom: 0; } }

.product-services {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  background-color: #ffffff; }
  .product-services__item {
    border-bottom: 1px solid #EDEDED; }
    .product-services__item_active .product-services__content {
      display: block; }
    .product-services__item_active .product-services__icon {
      transform: rotate(180deg); }
  .product-services__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 16px;
    cursor: pointer; }
  .product-services__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  .product-services__icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-left: 8px; }
  .product-services__content {
    display: none;
    padding: 0 16px 16px; }
  .product-services__text {
    font-size: 13px;
    line-height: 115%;
    margin-bottom: 8px;
    color: #303030; }
    .product-services__text:last-child {
      margin-bottom: 0; }
  .product-services__city {
    width: 100%; }
    .product-services__city .city-select2 {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .product-services__city .city-select2__caption {
        margin: 0; }

.mark {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 100%; }
  .mark__image {
    margin: auto;
    width: 20px;
    height: 20px; }
    .mark__image .image {
      width: 100%;
      height: 100%; }

.product-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end; }
  .product-price__dop {
    margin-left: 8px; }
  .product-price__current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    color: #303030; }
  .product-price__old {
    font-size: 16px;
    line-height: 115%;
    color: #999999;
    text-decoration: line-through; }
  .product-price__rub-bold {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    width: 16px;
    height: 16px;
    margin: 0 2px; }
  .product-price__rub-thick {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    width: 14px;
    height: 14px;
    margin: 0 2px; }
  .product-price_large {
    -ms-flex-align: center;
        align-items: center; }
    .product-price_large .product-price__current {
      font-weight: 500;
      font-size: 32px;
      line-height: 115%; }
      .product-price_large .product-price__current .product-price__rub-thick {
        width: 24px;
        height: 24px; }
    .product-price_large .product-price__main {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .product-price_large .product-price__dop {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .product-price_large .product-price__old {
      margin-bottom: 4px; }
  @media (max-width: 767px) {
    .product-price_large .product-price__current {
      font-weight: bold;
      font-size: 24px;
      line-height: 115%; }
      .product-price_large .product-price__current .product-price__rub-thick {
        width: 20px;
        height: 20px; } }

.pickup-price_free,
.delivery-price_free {
  font-weight: bold;
  color: #FF002C; }

.question-form {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
  border-radius: 8px;
  padding: 16px; }
  .question-form__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #1B1B1B;
    margin-bottom: 16px; }
  .question-form__item {
    margin-bottom: 16px; }
    .question-form__item:last-child {
      margin-bottom: 0; }
    .question-form__item .cbs__label {
      font-size: 13px;
      line-height: 115%;
      color: #303030; }

.hide {
  display: none; }

.q-no-result__text1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  color: #999999;
  margin-bottom: 8px; }

.q-no-result__text2 {
  font-size: 16px;
  line-height: 140%;
  color: #303030; }

@media (max-width: 767px) {
  .q-no-result__text1 {
    font-size: 21px; } }

.product-fixed {
  display: none;
  box-shadow: inset 0px 1px 0px #EDEDED;
  padding: 8px 0; }
  .product-fixed__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -33px; }
  .product-fixed__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 50%;
    padding-left: 33px;
    height: 100%; }
    .product-fixed__part:last-child:before {
      content: '';
      width: 1px;
      height: 40px;
      background-color: #EDEDED;
      position: absolute;
      left: 17px;
      top: 0; }
  .product-fixed__image {
    width: 40px;
    height: 40px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 8px; }
    .product-fixed__image .image {
      width: 100%;
      height: 100%; }
  .product-fixed__content {
    width: 100%; }
  .product-fixed__content-title {
    max-width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .product-fixed__content-bottom {
    display: -ms-flexbox;
    display: flex; }
  .product-fixed__content-bottom-item {
    margin-right: 16px; }
    .product-fixed__content-bottom-item .link__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
    .product-fixed__content-bottom-item:last-child {
      margin-right: 0; }
  .product-fixed__vendor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1; }
  .product-fixed__vendor-image {
    max-width: 120px;
    height: 40px;
    margin-right: 8px; }
  .product-fixed__vendor-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%; }
  .product-fixed__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .product-fixed__button {
    width: 274px;
    max-width: 274px; }
  .product-fixed__btn {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 8px; }
    .product-fixed__btn .button {
      border: 0;
      background-color: #EDEDED;
      box-shadow: none; }
      .product-fixed__btn .button:hover {
        border: 0;
        box-shadow: none;
        background-color: #F9F9F9; }
  .product-fixed__price {
    display: none;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2px;
    margin-left: -8px; }
  .product-fixed__price-current, .product-fixed__price-old, .product-fixed__price-sale {
    padding-top: 2px;
    padding-left: 8px; }
  .product-fixed__price-current {
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
    color: #303030; }
  .product-fixed__price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    text-decoration: line-through; }
  @media (max-width: 1365px) {
    .product-fixed__button {
      width: auto; }
    .product-fixed__content-title {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; } }
  @media (max-width: 1023px) {
    .product-fixed__inner {
      margin-left: -16px; }
    .product-fixed__vendor {
      display: none; }
    .product-fixed__part {
      padding-left: 16px;
      width: auto;
      -ms-flex: 1;
          flex: 1; }
      .product-fixed__part:last-child {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
        .product-fixed__part:last-child:before {
          display: none; }
    .product-fixed__content {
      display: none; }
    .product-fixed__price {
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 479px) {
    .product-fixed__button .button {
      width: 40px;
      height: 40px;
      min-width: 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px; }
      .product-fixed__button .button__text {
        display: none; } }

.product-rules {
  padding: 32px;
  border: 4px solid #1c8820;
  border-radius: 16px;
  margin-bottom: 24px; }
  .product-rules__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #1B1B1B;
    margin-bottom: 24px; }
  .product-rules__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 8px; }
    .product-rules__item:last-child {
      margin-bottom: 0; }
  .product-rules__icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    -ms-flex: 0 0 48px;
        flex: 0 0 48px; }
    .product-rules__icon_1 {
      background-image: url("/assets/images/static/work-dark-1.png"); }
    .product-rules__icon_2 {
      background-image: url("/assets/images/static/work-dark-2.png"); }
    .product-rules__icon_3 {
      background-image: url("/assets/images/static/work-dark-3.png"); }
    .product-rules__icon_4 {
      background-image: url("/assets/images/static/work-dark-4.png"); }
    .product-rules__icon_5 {
      background-image: url("/assets/images/static/work-dark-5.png"); }
  .product-rules__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  @media (max-width: 1023px) {
    .product-rules {
      border-radius: 8px;
      padding: 16px; }
      .product-rules__title {
        font-size: 21px;
        margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .product-rules {
      margin-bottom: 16px; }
      .product-rules__title {
        font-size: 18px;
        line-height: 112%; } }

.product-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: -5px;
  margin-top: -30px;
  width: 100%; }
  .product-slider .slick-list {
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      .product-slider .slick-list {
        padding-bottom: 35px; } }
  .product-slider__slides {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    list-style: none; }
    .product-slider__slides.slick-slider {
      display: block; }
  .product-slider__item {
    padding: 5px;
    width: 25%;
    display: none; }
    .product-slider__item:nth-child(-n+4) {
      display: block; }
    .product-slider__item.slick-slide {
      display: block; }

.product-toCart {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #1b1b1b;
  font-family: MSemiBold, sans-serif; }
  .product-toCart__icons {
    margin-right: 10px; }
  .product-toCart__icon {
    width: 24px;
    height: 22px; }
    .product-toCart__icon_clear svg * {
      fill: #1b1b1b; }
  .no-touchevents .product-toCart:hover {
    background: #ffe132;
    border-color: #ffe132;
    color: #1b1b1b; }

.product-toCart_small {
  border: 2px solid #ededed;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: background 0.5s; }
  .no-touchevents .product-toCart_small:hover {
    border: 2px solid #1c8820;
    background: #1c8820; }

.product-watch {
  border: 4px solid #1c8820;
  border-radius: 16px; }
  .product-watch__wrapper {
    padding: 32px; }
  .product-watch__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #1B1B1B;
    margin-bottom: 24px; }
  .product-watch__links {
    margin-bottom: 24px; }
  .product-watch__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -8px -16px; }
  .product-watch__item {
    width: 33.3333333333%;
    padding: 8px 16px; }
  .product-watch__text {
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
    .product-watch__text a {
      color: inherit;
      font-weight: 500; }
  @media (max-width: 1366px) {
    .product-watch__list {
      margin: -8px -12px; }
    .product-watch__item {
      padding: 8px 12px; } }
  @media (max-width: 1365px) {
    .product-watch__wrapper {
      padding: 24px; }
    .product-watch__list {
      margin: -8px; }
    .product-watch__item {
      padding: 8px; } }
  @media (max-width: 1023px) {
    .product-watch__title {
      font-size: 21px;
      margin-bottom: 16px; }
    .product-watch__links {
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .product-watch__wrapper {
      padding: 16px; }
    .product-watch__title {
      font-size: 18px;
      line-height: 112%; }
    .product-watch__text {
      font-size: 14px;
      line-height: 140%; }
    .product-watch__item {
      width: 50%; }
      .product-watch__item .link__text {
        font-weight: 500;
        font-size: 14px; } }
  @media (max-width: 479px) {
    .product-watch__item {
      width: 100%; } }

.products-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }
  .products-block__item {
    padding: 16px;
    width: 33.3333333333%; }
  .products-block_row .products-block__item {
    width: 100%; }
  .products-block_row .product:before {
    background-color: #ffffff;
    border-radius: 8px; }
  .products-block_row .product-col {
    display: none !important; }
  .products-block_row .product__info {
    padding-top: 0; }
  .products-block_row .product-row {
    display: block; }
  .products-block_row .product__side-wrapper {
    display: -ms-flexbox;
    display: flex; }
  .products-block_row .product__image-wrapper {
    padding-bottom: 0;
    width: 200px;
    height: 208px;
    -ms-flex: 0 0 200px;
        flex: 0 0 200px; }
  .products-block_row .product__image {
    max-height: 200px; }
  .products-block_row .product__image-slider .slick-dots {
    bottom: 0 !important; }
  .products-block_row .product__side {
    -ms-flex: 1;
        flex: 1;
    margin: 0 16px;
    width: 100%; }
  .products-block_row .product__side2 {
    width: 252px;
    -ms-flex: 0 0 252px;
        flex: 0 0 252px; }
  @media (max-width: 1366px) {
    .products-block {
      margin: -12px; }
      .products-block__item {
        padding: 12px; } }
  @media (max-width: 1365px) {
    .products-block {
      margin: -8px; }
      .products-block__item {
        padding: 8px; } }
  @media (max-width: 767px) {
    .products-block {
      margin: -4px; }
      .products-block__item {
        padding: 4px; } }
  @media (max-width: 479px) {
    .products-block__item {
      width: 50%; } }

.product {
  height: 100%; }
  .product-row {
    display: none; }
  .product__content {
    min-height: 100%; }
    .product__content:before {
      content: '';
      width: calc(100% + 32px);
      height: calc(100% + 32px);
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 10px 20px rgba(27, 27, 27, 0.1), 0 2px 20px rgba(27, 27, 27, 0.05);
      opacity: 0;
      visibility: hidden; }
  .product__image-wrapper {
    display: block;
    position: relative;
    padding-bottom: 100%; }
  .product__badges {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1; }
  .product__price .product-price {
    margin-top: -4px;
    margin-left: -8px; }
  .product__price .product-price__main,
  .product__price .product-price__dop {
    padding-top: 4px;
    padding-left: 8px;
    margin: 0; }
  .product__badge {
    margin-right: 4px;
    margin-bottom: 4px; }
  .product__image {
    width: 100%;
    height: 100%; }
    .product__image .image {
      width: 100%;
      height: 100%;
      border-radius: 6px !important;
      overflow: hidden;
      background-color: #ffffff; }
  .product__profit {
    margin-top: 4px; }
    .product__profit .badge__text {
      font-size: 12px;
      line-height: 100%; }
  .product__image-slide, .product__image-slider {
    width: 100%;
    height: 100%; }
  .product__image-slide {
    display: none; }
    .product__image-slide:first-child {
      display: block; }
    .product__image-slide.slick-slide {
      display: block; }
    .product__image-slide .image {
      object-position: center; }
  .product__image-slider {
    display: -ms-flexbox;
    display: flex; }
    .product__image-slider .slick-slide {
      opacity: 1; }
    .product__image-slider .slick-list {
      height: 100%; }
    .product__image-slider .slick-dots {
      bottom: -8px !important;
      margin: 0 -2px;
      opacity: 0; }
      .product__image-slider .slick-dots li {
        margin: 0 2px;
        width: 24px;
        height: 4px; }
        .product__image-slider .slick-dots li button {
          width: 24px;
          height: 4px;
          border-radius: 12px;
          border: 0;
          background-color: #EDEDED; }
        .product__image-slider .slick-dots li.slick-active button {
          background-color: #1c8820; }
  .product__image-slide {
    height: 100%; }
  .product__mark {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 1; }
  .product__name {
    display: block;
    font-size: 14px;
    line-height: 115%;
    color: #303030;
    margin-bottom: 8px; }
  .product__hover {
    display: none; }
  .product__info {
    padding-top: 16px; }
  .product__info-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 8px; }
  .product__basket-tablet {
    display: none;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .product__basket-tablet .button {
      padding: 0;
      min-width: 40px;
      width: 40px; }
  .product__list {
    padding-top: 8px; }
  .product__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .product__item-key, .product__item-value {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      max-width: 50%; }
    .product__item-key {
      font-size: 14px;
      line-height: 140%;
      color: #999999; }
    .product__item-delimiter {
      -ms-flex: 1;
          flex: 1;
      -ms-flex-item-align: end;
          align-self: flex-end;
      min-width: 30px;
      border-bottom: 1px dotted #D9D9D9; }
    .product__item-value {
      font-size: 14px;
      line-height: 140%;
      color: #1B1B1B;
      text-align: right; }
  .product__controls {
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex; }
  .product__button {
    -ms-flex: 1;
        flex: 1; }
  .product__btn {
    margin-left: 8px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .product__btn .button {
      box-shadow: none; }
      .product__btn .button__icon svg * {
        fill: #999999; }
      .product__btn .button_active .button__icon svg * {
        fill: #FF002C; }
  .product__rating {
    margin-top: 8px; }
  .product__dop {
    margin-top: 8px;
    font-size: 14px;
    line-height: 115%;
    color: #999999; }
  .product_hovered {
    z-index: 2; }
    .product_hovered .product__content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .product_hovered .product__content:before {
        visibility: visible;
        opacity: 1; }
    .product_hovered .product__hover {
      display: block; }
    .product_hovered .product__image-slider .slick-dots {
      opacity: 1; }
  @media (max-width: 1024px) {
    .product__hover {
      display: none; }
    .product__price .product-price {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .product__price .product-price__dop {
        margin-left: 0; }
      .product__price .product-price__current {
        font-size: 16px; }
      .product__price .product-price__old {
        font-size: 13px; }
      .product__price .product-price__rub-thick, .product__price .product-price__rub-bold {
        width: 12px;
        height: 12px; }
    .product__basket-tablet {
      display: block; } }
  @media (max-width: 767px) {
    .product__basket-tablet {
      display: none; }
    .product__badge {
      margin-right: 4px;
      margin-bottom: 4px; }
    .product__name {
      display: inline-block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      min-height: 32px;
      max-height: 32px;
      line-height: 16px; }
    .product__info {
      padding-top: 8px; } }

.carousel-overlay {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  @media (max-width: 1023px) {
    .carousel-overlay {
      display: none; } }
  .carousel-overlay__item {
    -ms-flex: auto;
        flex: auto;
    cursor: pointer;
    height: 100%; }

.promo-form {
  background: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden; }
  .promo-form__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }
  .promo-form__content {
    padding-top: 16px;
    display: none; }
  .promo-form__title {
    -ms-flex: 1;
        flex: 1;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #303030; }
  .promo-form__icon {
    width: 32px;
    height: 32px;
    -ms-flex: 0 0 32px;
        flex: 0 0 32px;
    padding: 4px;
    margin-right: 6px;
    background: #F9F9F9;
    border-radius: 32px; }
    .promo-form__icon svg * {
      fill: #303030; }
  .promo-form__icon2 {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    margin-left: 6px; }
    .promo-form__icon2 svg * {
      fill: #E5C400; }
  .promo-form__item {
    margin-bottom: 8px; }
    .promo-form__item:last-child {
      margin-bottom: 0; }
  .promo-form__note {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 16px; }
  .promo-form_active .promo-form__content {
    display: block; }
  .promo-form_active .promo-form__icon2 {
    transform: rotate(180deg); }
  @media (max-width: 1365px) {
    .promo-form__wrapper {
      display: -ms-flexbox;
      display: flex; }
    .promo-form__item {
      width: 50%;
      margin-right: 16px;
      margin-bottom: 0; }
      .promo-form__item:last-child {
        margin-right: 0; } }
  @media (max-width: 1365px) {
    .promo-form__item .field__input {
      height: 40px; } }
  @media (max-width: 767px) {
    .promo-form__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .promo-form__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 8px; } }

.promo-item__top {
  display: block;
  position: relative;
  padding-bottom: 100%;
  border-radius: 8px;
  overflow: hidden; }
  .promo-item__top:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 0px 0px 14px 14px;
    background-color: #1c8820; }

.promo-item__image .image {
  width: 100%;
  height: 100%; }

.promo-item__bottom {
  margin-top: 24px; }

.promo-item__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px; }

.promo-item__date {
  font-size: 14px;
  line-height: 115%;
  color: #FF002C; }

.promo-item__title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 112%;
  margin-bottom: 8px;
  color: #303030; }

.promo-item__desc {
  font-size: 16px;
  line-height: 140%;
  color: #999999;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 44px;
  max-height: 44px;
  line-height: 22px; }

@media (max-width: 1023px) {
  .promo-item__bottom {
    margin-top: 16px; } }

@media (max-width: 767px) {
  .promo-item__title {
    font-size: 16px; } }

.promocode-used {
  display: none; }
  .promocode-used_show {
    display: -ms-flexbox;
    display: flex; }

.promocode__input {
  height: 42px;
  color: #383C4C; }

.rating {
  display: -ms-flexbox;
  display: flex; }
  .rating__item {
    width: 16px;
    height: 16px;
    background-image: url("../image/star-outline.png"); }
    .rating__item_active {
      background-image: url("../image/star-fill.png"); }
  .rating__item + .rating__item {
    margin-left: 2px; }
  .rating__text {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-left: 6px; }

.recent-widget__top {
  line-height: 40px;
  font-size: 32px;
  color: #000000;
  font-family: "Gotham Pro Black"; }
  .recent-widget__top-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 140px; }

.recent-widget__head {
  max-height: 80px;
  overflow: hidden; }

.recent-widget__content .product {
  width: 100%;
  background: #fff;
  z-index: 50;
  border-radius: 5px; }

.recomendation-widget__head {
  height: 24px;
  margin-bottom: 20px;
  color: #16181F;
  font-family: "Raleway-Bold";
  font-size: 24px; }
  @media screen and (max-width: 700px) {
    .recomendation-widget__head {
      font-size: 22px; } }
  @media screen and (max-width: 600px) {
    .recomendation-widget__head {
      font-size: 20px; } }
  @media screen and (max-width: 500px) {
    .recomendation-widget__head {
      height: auto;
      font-size: 16px; } }

.screen-section__head {
  margin-bottom: 32px; }

.screen-section__head-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.screen-section__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  color: #1B1B1B; }
  .screen-section__title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    left: -32px;
    background-image: url("/catalog/view/theme/unishop2/image/title-decor.png"); }

.screen-section__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 16px; }

.screen-section__controls {
  display: -ms-flexbox;
  display: flex; }

.screen-section__controls-item {
  margin-left: 8px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .screen-section__controls-item:first-child {
    margin-left: 24px; }

.screen-section__tabs {
  margin-bottom: 32px; }
  .screen-section__tabs .tw-tabs {
    width: 100%; }
  .screen-section__tabs .tw-tab__text {
    font-size: 16px;
    line-height: 115%; }

.screen-section_news .screen-section__controls {
  display: none; }

@media (max-width: 1365px) {
  .screen-section__head, .screen-section__tabs {
    margin-bottom: 24px; } }

@media (max-width: 1023px) {
  .screen-section_news .screen-section__controls {
    display: -ms-flexbox;
    display: flex; }
  .screen-section__title {
    font-size: 24px;
    line-height: 1.15; }
    .screen-section__title:before {
      display: none; }
  .screen-section__controls-item:first-child {
    margin-left: 16px; } }

@media (max-width: 767px) {
  .screen-section__tabs, .screen-section__head {
    margin-bottom: 16px; }
  .screen-section__head-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column; }
    .screen-section__head-wrapper_2 {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .screen-section__head-wrapper_2 .screen-section__group {
        width: auto; }
  .screen-section__group {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 4px;
    margin-left: 0; }
  .screen-section__link .link__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%; } }

.recommended__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }
  .recommended__list .slick-list {
    overflow: visible; }

.recommended__item, .recommended__item2 {
  padding: 16px; }
  .recommended__item.slick-slide, .recommended__item2.slick-slide {
    opacity: 0;
    visibility: hidden; }
  .recommended__item.slick-current, .recommended__item.slick-active, .recommended__item2.slick-current, .recommended__item2.slick-active {
    visibility: visible;
    opacity: 1; }

.recommended__item {
  width: 16.6666666667%; }

.recommended__item2 {
  width: 33.3333333333%; }

@media (max-width: 1366px) {
  .recommended__list {
    margin: -12px; }
  .recommended__item, .recommended__item2 {
    padding: 12px; }
  .recommended__item {
    width: 25%; } }

@media (max-width: 1365px) {
  .recommended__list {
    margin: -8px; }
  .recommended__item, .recommended__item2 {
    padding: 8px; }
  .recommended__item {
    width: 33.3333333333%; } }

@media (max-width: 1023px) {
  .recommended__item2 {
    width: 50%; } }

@media (max-width: 767px) {
  .recommended__list {
    margin: -4px; }
  .recommended__item {
    padding: 4px; } }

.refresh {
  color: #1b1b1b;
  font-size: 13px;
  line-height: 16px;
  font-family: MMedium;
  border-radius: 5px;
  background: #fff;
  transition: background 0.5s;
  height: 26px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  cursor: pointer; }
  .no-touchevents .refresh:hover {
    background: #ff002b;
    color: #fff; }

.reg-adv {
  border: 4px solid #1c8820;
  border-radius: 16px;
  padding: 32px; }
  .reg-adv__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    color: #1B1B1B;
    margin-bottom: 24px; }
  .reg-adv__item {
    margin-bottom: 8px; }
    .reg-adv__item:last-child {
      margin-bottom: 0; }
  @media (max-width: 1365px) {
    .reg-adv {
      padding: 24px; } }
  @media (max-width: 1023px) {
    .reg-adv__title {
      font-size: 21px;
      line-height: 115%; } }
  @media (max-width: 767px) {
    .reg-adv {
      padding: 16px;
      border-radius: 8px; }
      .reg-adv__title {
        font-size: 18px;
        line-height: 112%;
        margin-bottom: 16px; } }

.adv-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .adv-item__image {
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    margin-right: 16px;
    background-image: url("/assets/images/static/adv-bg2.png"); }
  .adv-item__icon {
    margin: auto;
    width: 36px;
    height: 36px; }
    .adv-item__icon svg * {
      fill: #1c8820; }
  .adv-item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030; }

.registration__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.registration__side {
  padding: 16px;
  width: 50%; }

.registration__tabs {
  margin-bottom: 24px; }

.registration__form-list, .registration__form-list2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .registration__form-list .tw-tabs-content, .registration__form-list2 .tw-tabs-content {
    width: 100%; }

.registration__form-list {
  margin: -8px -16px; }

.registration__form-item {
  width: 50%;
  padding: 8px 16px; }

.registration__rules {
  margin: 24px 0; }

.registration__text {
  font-size: 14px;
  line-height: 115%;
  color: #999999;
  margin-bottom: 24px; }
  .registration__text a {
    color: inherit; }

.registration__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.registration__button {
  width: 50%;
  padding: 16px; }

.registration__socials {
  margin-top: 24px; }

.registration__socials-top {
  text-align: center;
  margin-bottom: 16px; }
  .registration__socials-top:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #EDEDED;
    left: 0;
    right: 0; }

.registration__socials-text {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 16px;
  color: #1c8820;
  background-color: #ffffff; }

.registration__socials-bottom {
  text-align: center; }

.registration__socials-title {
  font-size: 16px;
  line-height: 140%;
  color: #1B1B1B;
  margin-bottom: 16px; }

.registration__socials-list {
  display: inline-block; }

@media (max-width: 1365px) {
  .registration__inside {
    margin: -8px; }
  .registration__side {
    padding: 8px; }
    .registration__side_main {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .registration__side_bar {
      width: 33.3333333333%; }
  .registration__form-list {
    margin: -8px; }
  .registration__form-item {
    padding: 8px; }
  .registration__buttons {
    margin: -8px; }
  .registration__button {
    padding: 8px; } }

@media (max-width: 1023px) {
  .registration__tabs {
    margin-bottom: 16px; }
  .registration__socials {
    margin-top: 16px; }
  .registration__inside {
    margin: 0; }
  .registration__side_main, .registration__side_bar {
    padding: 0;
    width: 100%; }
  .registration__side_main {
    margin-bottom: 32px; }
  .registration__rules {
    margin: 16px 0; }
  .registration__text {
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .registration__tabs .tw-tabs:before, .registration__tabs .tw-tabs:after {
    display: none; }
  .registration__tabs .tw-tab__text {
    font-size: 16px;
    line-height: 115%; }
  .registration__side_main {
    margin-bottom: 24px; }
  .registration__form-list {
    margin: -4px; }
  .registration__form-item {
    width: 100%;
    padding: 4px; }
  .registration__buttons {
    margin: -4px; }
  .registration__button {
    width: 100%;
    padding: 4px; }
  .registration__socials-title, .registration__socials-top {
    margin-bottom: 8px; } }

.requisites__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  margin-bottom: 24px; }

.requisites__message {
  margin-top: 24px; }

@media (max-width: 1023px) {
  .requisites__title {
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 16px; }
  .requisites__message {
    margin-top: 16px; } }

@media (max-width: 767px) {
  .requisites__title {
    font-size: 21px;
    line-height: 115%; } }

.req-table {
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  overflow: hidden; }
  .req-table__item {
    display: -ms-flexbox;
    display: flex; }
    .req-table__item:nth-child(even) {
      background-color: #F9F9F9; }
  .req-table__side {
    -ms-flex: 1;
        flex: 1;
    padding: 8px 16px; }
  .req-table__key {
    font-size: 16px;
    line-height: 140%;
    color: #999999; }
  .req-table__value {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #303030 !important; }
  @media (max-width: 767px) {
    .req-table__item {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 8px; }
    .req-table__key {
      font-size: 14px;
      line-height: 140%; }
    .req-table__side {
      padding: 0;
      margin-bottom: 4px; }
      .req-table__side:last-child {
        margin-bottom: 0; } }

.search-block__drop {
  position: absolute;
  z-index: 10;
  margin-top: 4px;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  cursor: default;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #1c8820;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; }
  .search-block__drop_active {
    visibility: visible;
    opacity: 1; }

.search-list__empty {
  color: #999999;
  line-height: 0;
  padding-top: 20px;
  font-size: 14px;
  font-family: MSemiBold, sans-serif;
  margin-left: 15px; }

.search-drop__top {
  padding: 8px; }

.search-drop__bottom {
  padding: 16px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.search-drop__matching {
  font-size: 14px;
  line-height: 115%;
  color: #999999; }
  .search-drop__matching b {
    font-weight: 500;
    color: #303030;
    margin-left: 6px; }

.search-drop__link .link__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%; }

.search-keys {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6px;
  margin-left: -6px; }
  .search-keys__element {
    padding-top: 6px;
    padding-left: 6px; }
    .search-keys__element .button__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 115%; }
    .search-keys__element .button_sm {
      padding: 8px; }

.sd-list__wrapper {
  min-height: 250px;
  position: relative !important;
  max-height: 328px !important;
  overflow: hidden !important; }

.sd-list__item:nth-child(odd) {
  background-color: #F9F9F9; }

.list-item {
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .list-item__img {
    -ms-flex: 0 0 66px;
        flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 16px; }
    .list-item__img .image {
      width: 100%;
      height: 100%; }
  .list-item__price {
    margin-bottom: 8px; }
    .list-item__price .product-price__current {
      font-size: 18px; }
  .list-item__title {
    font-size: 14px;
    line-height: 115%;
    color: #303030; }

.drop-empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 24px; }
  .drop-empty__image {
    min-width: 154px;
    width: 154px;
    height: 160px; }
  .drop-empty__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    margin-bottom: 8px; }
  .drop-empty__text {
    font-size: 14px;
    line-height: 115%;
    color: #999999;
    margin-bottom: 16px; }
  .drop-empty__button {
    display: inline-block; }

.st-block__overflow {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out 0s; }
  .st-block__overflow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1; }
  .st-block__overflow_show:before {
    opacity: 0;
    visibility: hidden; }

.st-block__link {
  margin-top: 24px; }
  .st-block__link .link.active .link__icon {
    transform: rotate(180deg); }

.st-block__text h1, .st-block__text h2, .st-block__text h3, .st-block__text h4, .st-block__text h5, .st-block__text h6 {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  color: #1B1B1B;
  margin-bottom: 24px; }

@media (max-width: 1365px) {
  .st-block__text h1, .st-block__text h2, .st-block__text h3, .st-block__text h4, .st-block__text h5, .st-block__text h6 {
    margin-bottom: 16px; } }

@media (max-width: 1023px) {
  .st-block__text h1, .st-block__text h2, .st-block__text h3, .st-block__text h4, .st-block__text h5, .st-block__text h6 {
    font-size: 24px;
    line-height: 115%; } }

@media (max-width: 1023px) {
  .st-block__link {
    margin-top: 16px; } }

@media (max-width: 767px) {
  .st-block__content {
    padding-top: 38px; }
  .st-block__overflow {
    max-height: 160px; }
  .st-block__text h1, .st-block__text h2, .st-block__text h3, .st-block__text h4, .st-block__text h5, .st-block__text h6 {
    font-size: 21px;
    margin-bottom: 8px; } }

.separator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin: 30px 0; }
  .separator::before {
    position: absolute;
    content: '';
    background: url("/assets/images/static/content/wave-pattern4.png") repeat;
    width: 100%;
    height: 5px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto; }
  .separator__wrap {
    width: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #fff;
    z-index: 2; }
  .separator__icon {
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    border: 2px solid #DDDEE4;
    border-radius: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .separator__icon svg * {
      fill: #DDDEE4; }

.service-item {
  display: block;
  position: relative; }
  .service-item__top {
    padding-bottom: 66.66666666666667%;
    overflow: hidden;
    border-radius: 8px;
    transition: box-shadow 0.2s ease-in-out 0s; }
  .service-item__image .image {
    width: 100%;
    height: 100%; }
  .service-item__bottom {
    padding-top: 16px; }
  .service-item__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    transition: color 0.2s ease-in-out 0s;
    color: #1B1B1B; }
  .service-item:hover .service-item__top {
    box-shadow: 0 10px 20px rgba(27, 27, 27, 0.1), 0 2px 20px rgba(27, 27, 27, 0.05); }
  .service-item:hover .service-item__title {
    color: #1c8820; }
  @media (max-width: 1365px) {
    .service-item__title {
      font-size: 21px; } }
  @media (max-width: 767px) {
    .service-item__title {
      font-size: 16px; } }

.contacts-data__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 114%;
  color: #1B1B1B;
  margin-bottom: 24px; }

.contacts-data__tabs {
  margin-bottom: 24px; }
  .contacts-data__tabs .tw-tabs:after {
    display: none; }

@media (max-width: 1023px) {
  .contacts-data__title {
    font-size: 24px;
    margin-bottom: 16px; }
  .contacts-data__tabs {
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .contacts-data__title {
    font-size: 21px; } }

.shop-element__map {
  padding-bottom: 40.0027027027027%;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden; }

.shop-element__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -16px; }

.shop-element__item {
  width: 50%;
  padding: 8px 16px; }

.shop-element__title {
  font-size: 14px;
  line-height: 115%;
  color: #999999;
  margin-bottom: 8px; }

.shop-element__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #303030; }

@media (max-width: 1365px) {
  .shop-element__list {
    margin: -8px; }
  .shop-element__item {
    padding: 8px; } }

@media (max-width: 1023px) {
  .shop-element__map {
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .shop-element__item {
    width: 100%; } }

.map {
  width: 100%;
  height: 100%; }

.shop-delivery {
  margin-bottom: 20px; }
  .shop-delivery_item {
    -ms-flex-pack: start;
        justify-content: flex-start; }

.show-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .show-more__btn {
    border: 2px solid #ededed;
    border-radius: 4px;
    height: 46px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 15px; }
    .show-more__btn span {
      color: #1b1b1b;
      font-size: 14px;
      line-height: 18px;
      font-family: MSemiBold; }
    .no-touchevents .show-more__btn:hover {
      border: 2px solid #d9d9d9; }
  .show-more__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px; }
    .show-more__icon svg * {
      fill: #1b1b1b; }

.sitemap__block {
  margin-bottom: 20px; }

.sitemap__block-title {
  margin-bottom: 10px;
  font-family: 'Raleway-Bold';
  font-size: 18px; }
  .sitemap__block-title a {
    color: #16181F; }

.sitemap__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.sitemap__list-item {
  width: 25%;
  margin-bottom: 15px;
  padding-right: 10px; }
  .sitemap__list-item a {
    color: #01be93;
    font-family: 'Raleway-SemiBold';
    font-size: 14px; }
  .sitemap__list-item_small {
    width: 20%;
    margin-bottom: 10px; }
    .sitemap__list-item_small a {
      color: #16181F;
      font-family: 'Raleway';
      font-size: 12px; }
  @media screen and (max-width: 600px) {
    .sitemap__list-item {
      width: 33.3333333333%; } }
  @media screen and (max-width: 450px) {
    .sitemap__list-item {
      width: 50%; } }

.podkat {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-top: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.close_ff {
  width: 165px;
  height: 42px;
  border: 1px solid #565656;
  border-radius: 5px;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  margin: 0 auto;
  margin-top: 33px; }

.seo-text p {
  padding-bottom: 3px;
  display: unset; }

@media all and (max-width: 769px) {
  .close_ff {
    display: -ms-flexbox;
    display: flex; } }

.podkat a {
  font-size: 14px;
  font-family: 'MMedium';
  padding: 0px 55px 24px 0px;
  color: #000; }

.podkat a:hover, .podkat a.active {
  text-decoration: underline; }

.podkat_title {
  font-size: 14px; }

.slick-track {
  margin-left: inherit;
  margin-right: inherit; }

.slider-nav {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex: 0 0 82px;
      flex: 0 0 82px; }
  .slider-nav_yellow .slider-nav__arrow {
    background: #e5c400; }
    .no-touchevents .slider-nav_yellow .slider-nav__arrow:hover {
      background: #000000;
      transition: all .5s ease-in-out; }
      .no-touchevents .slider-nav_yellow .slider-nav__arrow:hover svg * {
        fill: #fff; }
  .slider-nav_yellow .slider-nav__arrow_disabled {
    cursor: inherit;
    border: 1px solid #e5c400;
    background: transparent !important; }
    .no-touchevents .slider-nav_yellow .slider-nav__arrow_disabled:hover svg * {
      fill: #000000; }
  .slider-nav_gray .slider-nav__arrow {
    background: #ededed; }
    .no-touchevents .slider-nav_gray .slider-nav__arrow:hover {
      background: #e5c400;
      transition: all .5s ease-in-out; }
      .no-touchevents .slider-nav_gray .slider-nav__arrow:hover svg * {
        fill: #1b1b1b; }
  .slider-nav_gray .slider-nav__arrow_disabled {
    border: 1px solid #ededed;
    background: transparent !important; }
    .slider-nav_gray .slider-nav__arrow_disabled svg * {
      fill: #8d8d8d; }
  .slider-nav__arrow {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: #ededed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .slider-nav__arrow > div {
      width: 20px; }
    .slider-nav__arrow_disabled {
      border: 1px solid #ededed;
      background: transparent !important; }
      .slider-nav__arrow_disabled .slider-nav__arrow_ok {
        display: none; }
      .slider-nav__arrow_disabled .slider-nav__arrow_none {
        display: -ms-flexbox;
        display: flex; }
    .slider-nav__arrow_ok {
      display: -ms-flexbox;
      display: flex; }
    .slider-nav__arrow_none {
      display: none; }
    .slider-nav__arrow_prev .slider-nav__arrow_ok {
      transform: rotate(180deg); }
    .slider-nav__arrow_next {
      margin-left: 10px; }
  .slider-nav__numbers {
    font-family: MSemiBold;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    -ms-flex-align: center;
        align-items: center;
    display: none; }
    .slider-nav__numbers div {
      padding: 0 5px; }

.soc-auth__head {
  margin-bottom: 20px;
  text-align: center;
  font-family: 'MRegular', sans-serif;
  font-size: 13px;
  line-height: 16px; }

.soc-auth__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .soc-auth__list .circle-icon {
    margin: 0 4px;
    cursor: pointer;
    font-size: 16px; }

.no-touchevents .circle-icon:hover {
  opacity: 1 !important; }

.circle-icon_vk {
  color: #5375a4;
  border: 2px solid #5375a4;
  background-color: transparent; }
  .no-touchevents .circle-icon_vk:hover {
    background: #5375a4;
    color: #fff; }

.circle-icon_fb {
  color: #3d589d;
  border: 2px solid #3d589d;
  background-color: transparent; }
  .no-touchevents .circle-icon_fb:hover {
    background: #3d589d;
    color: #fff; }

.circle-icon_ok {
  color: #fa890f;
  border: 2px solid #fa890f;
  background-color: transparent; }
  .no-touchevents .circle-icon_ok:hover {
    background: #fa890f;
    color: #fff; }

.circle-icon_tw {
  color: #23b9eb;
  border: 2px solid #23b9eb;
  background-color: transparent; }
  .no-touchevents .circle-icon_tw:hover {
    background: #23b9eb;
    color: #fff; }

.circle-icon_g {
  color: #dd372f;
  border: 2px solid #dd372f;
  background-color: transparent; }
  .no-touchevents .circle-icon_g:hover {
    background: #dd372f;
    color: #fff; }

.soc-list {
  display: -ms-flexbox;
  display: flex; }
  .soc-list__item {
    margin-right: 8px; }
    .soc-list__item:last-child {
      margin-right: 0; }
  .soc-list .button {
    border-radius: 100%; }

.spec-banner__wrapper {
  position: relative;
  display: block;
  background-color: #000000; }

.spec-banner__image {
  width: 100%;
  height: 100%; }
  .spec-banner__image .image {
    width: 100%;
    height: 100%; }

.spec-banner__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 48px;
  padding: 8px 0; }

.spec-banner__main {
  -ms-flex: 1;
      flex: 1;
  text-align: center; }

.spec-banner__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 112%;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(27, 27, 27, 0.1), 0 2px 6px rgba(27, 27, 27, 0.1); }
  .spec-banner__text a {
    color: #ffffff; }

.spec-banner__close {
  margin-left: 24px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .spec-banner__close .button {
    background-color: #ffffff; }
    .spec-banner__close .button__icon svg * {
      fill: #1B1B1B; }

@media (max-width: 1023px) {
  .spec-banner__text {
    font-size: 16px;
    line-height: 1.15; }
  .spec-banner__close {
    margin-left: 16px; } }

@media (max-width: 767px) {
  .spec-banner__close {
    margin-left: 8px; }
  .spec-banner__text {
    text-align: left;
    font-weight: 500;
    font-size: 14px; } }

.block-subscribe {
  margin-top: 32px; }
  @media (max-width: 767px) {
    .block-subscribe {
      margin-top: 24px; } }

.subscribe__block {
  border-radius: 8px;
  background-color: #1c8820; }

.subscribe__wrapper {
  padding: 32px;
  overflow: hidden; }

.subscribe__wrapper-inner {
  margin: 0 -16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.subscribe__left, .subscribe__form {
  width: 50%;
  padding: 0 16px; }

.subscribe__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.subscribe__form-inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px; }

.subscribe__form-item {
  width: 100%;
  padding: 0 12px; }
  .subscribe__form-item_button {
    width: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .subscribe__form-item_button .button:hover {
      background-color: #303030; }
      .subscribe__form-item_button .button:hover .button__text {
        color: #ffffff; }
  .subscribe__form-item .field__input:not(.input-style_error) {
    border-color: #ffffff; }

.subscribe__text {
  font-weight: bold;
  font-size: 21px;
  line-height: 115%;
  color: #303030; }

.subscribe__icons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%); }

.subscribe__icon {
  width: 96px;
  height: 96px;
  -ms-flex: 0 0 96px;
      flex: 0 0 96px; }

@media (max-width: 1366px) {
  .subscribe__wrapper-inner {
    margin: 0 -12px; }
  .subscribe__left, .subscribe__form {
    padding: 0 12px; } }

@media (max-width: 1365px) {
  .subscribe__wrapper {
    padding: 24px; }
  .subscribe__form-inner, .subscribe__wrapper-inner {
    margin: 0 -8px; }
  .subscribe__form-item, .subscribe__left, .subscribe__form {
    padding: 0 8px; } }

@media (max-width: 1023px) {
  .subscribe__text {
    font-size: 18px;
    line-height: 112%; }
  .subscribe__form-inner {
    margin: 0 -4px; }
  .subscribe__form-item {
    padding: 0 4px; }
    .subscribe__form-item_desktop {
      display: none; } }

@media (max-width: 767px) {
  .subscribe__wrapper {
    padding: 16px; }
  .subscribe__wrapper-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0; }
  .subscribe__left, .subscribe__form {
    padding: 0;
    width: 100%; }
  .subscribe__left {
    margin-bottom: 8px; } }

@media (max-width: 1023px) {
  .tabs-product {
    display: none; } }

@media (max-width: 1023px) {
  .tabs-product-content .tw-tabs-content__item {
    display: block; } }

@media (max-width: 1023px) {
  .tabs_product .tw-tabs-content__item {
    margin-bottom: 16px; }
    .tabs_product .tw-tabs-content__item:last-child {
      margin-bottom: 0; } }

.product-content__head {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px;
  cursor: pointer; }

.product-content__head-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%; }
  .product-content__head-title_2 {
    color: #FF002C; }

.product-content__head-icon {
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  margin-left: 8px; }

.product-content__title, .product-char__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 16px; }
  .product-content__title_2 {
    color: #FF002C; }

.product-content__block {
  margin-bottom: 24px; }
  .product-content__block:last-child {
    margin-bottom: 0; }

@media (max-width: 1023px) {
  .product-content {
    box-shadow: 0px 10px 20px rgba(27, 27, 27, 0.1), 0px 2px 20px rgba(27, 27, 27, 0.05);
    border-radius: 8px;
    background-color: #ffffff;
    padding: 0 16px; }
    .product-content__head {
      display: -ms-flexbox;
      display: flex;
      padding: 16px 0; }
    .product-content__title, .product-char__title {
      font-size: 21px; }
    .product-content__data {
      display: none;
      padding: 16px 0; }
    .product-content_active .product-content__data {
      display: block; }
    .product-content_active .product-content__head {
      box-shadow: inset 0px -1px 0px #EDEDED; }
    .product-content_active .product-content__head-icon {
      transform: rotate(180deg); } }

@media (max-width: 767px) {
  .product-content__title, .product-char__title {
    font-size: 18px;
    line-height: 112%; } }

.product-text__container {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out 0s; }
  .product-text__container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 46px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
  .product-text__container_show:after {
    display: none; }

.product-text__link {
  margin-top: 16px; }
  .product-text__link .link.active .link__icon {
    transform: rotate(180deg); }

.product-char {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px -16px; }
  .product-char__block {
    width: 50%;
    padding: 12px 16px; }
  .product-char__link_mobile {
    margin-top: 16px;
    display: none; }
  @media (max-width: 1023px) {
    .product-char__link_mobile {
      display: block; } }
  .product-char__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 8px; }
    .product-char__item:last-child {
      margin-bottom: 0; }
    .product-char__item_2 {
      margin-bottom: 16px; }
      .product-char__item_2:before {
        content: '';
        display: block;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
        margin-right: 8px;
        width: 20px;
        height: 20px;
        background-image: url("/assets/images/svg/tw-rhomb.svg"); }
  .product-char__text-row {
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  .product-char__text p {
    color: #303030;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px; }
    .product-char__text p:last-child {
      margin-bottom: 0; }
  .product-char__features {
    margin-top: 24px; }
  .product-char__key, .product-char__val {
    max-width: 50%;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .product-char__val, .product-char__key {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%; }
  .product-char__key {
    color: #999999; }
  .product-char__val {
    text-align: right;
    color: #303030; }
  .product-char__delimiter {
    -ms-flex: 1;
        flex: 1;
    min-width: 30px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    border-bottom: 1px dashed #D9D9D9; }
  @media (max-width: 1366px) {
    .product-char {
      margin: -12px; }
      .product-char__block {
        padding: 12px; } }
  @media (max-width: 1365px) {
    .product-char {
      margin: -12px -8px; }
      .product-char__block {
        padding: 12px 8px; } }
  @media (max-width: 1023px) {
    .product-char {
      margin: 0; }
      .product-char__block {
        width: 100%;
        padding: 0;
        margin-bottom: 24px; }
        .product-char__block:last-child {
          margin-bottom: 0; } }
  @media (max-width: 767px) {
    .product-char__block {
      margin-bottom: 16px; }
    .product-char__features {
      margin-top: 16px; } }

.product-var {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden; }
  .product-var__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .product-var__row:nth-child(even) {
      background-color: #F9F9F9; }
    .product-var__row_item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 1;
          flex: 1; }
  .product-var__image {
    width: 96px;
    height: 96px;
    -ms-flex: 0 0 96px;
        flex: 0 0 96px;
    padding: 8px; }
    .product-var__image .image {
      border-radius: 8px;
      width: 100%;
      height: 100%;
      overflow: hidden; }
  .product-var__item {
    padding: 0 16px;
    -ms-flex: 1;
        flex: 1;
    max-width: 153px; }
    .product-var__item_title {
      max-width: 450px;
      -ms-flex: auto;
          flex: auto;
      padding-right: 0; }
    .product-var__item_price {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      max-width: none;
      padding: 0; }
    .product-var__item_btn {
      max-width: 192px; }
    .product-var__item .button__icon {
      display: none; }
  .product-var__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #303030; }
  .product-var__num {
    font-weight: bold;
    font-size: 21px;
    line-height: 115%;
    color: #303030; }
  .product-var__price {
    display: -ms-flexbox;
    display: flex; }
    .product-var__price-current, .product-var__price-old, .product-var__price-sale, .product-var__price-profit {
      width: 153px;
      padding-left: 16px; }
    .product-var__price-main, .product-var__price-dop {
      display: -ms-flexbox;
      display: flex; }
    .product-var__price-current {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-weight: bold;
      font-size: 21px;
      line-height: 115%;
      color: #303030; }
      .product-var__price-current .rub {
        width: 16px;
        height: 16px;
        min-width: 16px; }
    .product-var__price-old {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 16px;
      line-height: 115%;
      color: #999999;
      text-decoration: line-through; }
      .product-var__price-old .rub {
        width: 14px;
        height: 14px;
        min-width: 14px; }
  @media (max-width: 1023px) {
    .product-var__item_btn {
      max-width: 72px; }
    .product-var__item_price, .product-var__item_title {
      padding: 0;
      padding-left: 16px; }
    .product-var__price {
      -ms-flex-direction: column;
          flex-direction: column; }
      .product-var__price-main {
        margin-bottom: 8px; }
      .product-var__price-sale, .product-var__price-profit, .product-var__price-current, .product-var__price-old {
        padding-left: 0;
        width: auto; }
      .product-var__price-current {
        font-size: 18px;
        line-height: 100%; }
      .product-var__price-old {
        font-size: 14px;
        line-height: 115%; }
      .product-var__price-profit, .product-var__price-old {
        margin-left: 8px; }
    .product-var__btn .button {
      width: 40px;
      height: 40px;
      min-width: 40px; }
      .product-var__btn .button__text {
        display: none; }
      .product-var__btn .button__icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        display: block; } }
  @media (max-width: 767px) {
    .product-var__image {
      width: 66px;
      height: 66px;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px; }
    .product-var__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .product-var__item_title {
      -ms-flex-preferred-size: calc(100% - 66px);
          flex-basis: calc(100% - 66px);
      padding-left: 8px;
      max-width: none; }
    .product-var__item_btn {
      padding: 8px;
      width: 56px;
      height: 56px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .product-var__item_price {
      padding-left: 8px; }
    .product-var__price-current {
      font-size: 18px;
      line-height: 100%; }
    .product-var__price-old {
      font-size: 14px;
      line-height: 115%; } }
  @media (max-width: 467px) {
    .product-var__price {
      -ms-flex-direction: column;
          flex-direction: column; }
      .product-var__price-main {
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 4px; }
      .product-var__price-dop {
        margin-bottom: 4px; }
      .product-var__price-old {
        margin-left: 0; }
      .product-var__price-profit {
        display: none; } }
  @media (max-width: 467px) {
    .product-var__title {
      font-size: 12px; }
    .product-var__item_price {
      -ms-flex: none;
          flex: none; }
    .product-var__price-current {
      font-size: 12px; }
      .product-var__price-current .rub {
        width: 12px;
        height: 12px;
        min-width: 10px; }
    .product-var__price-old {
      font-size: 11px; }
      .product-var__price-old .rub {
        width: 11px;
        height: 11px;
        min-width: 10px; } }

.product-comps__item {
  margin-bottom: 24px; }
  .product-comps__item:last-child {
    margin-bottom: 0; }

.product-features {
  border-radius: 6px;
  border: 1px solid #EDEDED; }
  .product-features__item {
    display: -ms-flexbox;
    display: flex; }
  .product-features__side {
    width: 50%;
    padding: 8px 16px; }
  .product-features__key, .product-features__val {
    font-size: 16px;
    line-height: 140%;
    color: #303030; }
  .product-features__val {
    font-weight: 500; }

.text-block:not(:last-child) {
  margin-bottom: 30px; }

.text-block__title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  color: #16181f;
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  -ms-flex-align: center;
      align-items: center; }
  .text-block__title > span {
    -ms-flex: 1;
        flex: 1; }
  .text-block__title_color {
    color: #01be93; }

.text-block__icon {
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 17px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 34px;
      flex: 0 0 34px; }
  .text-block__icon span {
    color: #fff;
    text-shadow: 0 0 5px rgba(1, 190, 147, 0.7);
    font-family: "OpenSans-Bold";
    font-size: 24px; }

.text-block__text {
  color: #393d4d;
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  line-height: 18px; }
  .text-block__text_color {
    color: #ed232c; }

.text-block__green {
  margin-bottom: 15px;
  color: #01be93;
  font-size: 16px; }

.text-block .ul-list:not(:last-child) {
  margin-bottom: 25px; }

.text-block .ul-list__item {
  color: #393d4d;
  font-family: 'OpenSans-Semibold';
  font-size: 14px; }

.text-block .link {
  display: inline-block;
  text-decoration: none;
  color: #01be93;
  font-family: 'OpenSans-Bold';
  font-size: 14px; }

.text-block_pad .text-block__text {
  padding-left: 51px; }

.text-block_pad .text-block__title {
  margin-bottom: 7px; }

.tooltipster-box {
  border-radius: 4px !important;
  background: #fff !important;
  border: 0 !important;
  margin-bottom: 6px !important;
  max-width: 240px; }
  .tooltipster-box:before {
    content: '';
    position: absolute;
    background: #D9D9D9;
    border-radius: 0px 0px 6px 6px;
    height: 2px;
    width: calc(100% - 12px);
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #eee !important; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #eee !important; }

.tooltipster-content {
  line-height: 115% !important;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 6px 8px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  color: #0a0a0a !important; }
  .tooltipster-content a {
    color: #1c8820 !important; }

.tooltipster-arrow {
  height: 6px !important;
  margin-left: -6px !important;
  width: 12px !important; }

.tooltipster-arrow-border {
  border-width: 6px !important; }

.tooltipster-arrow-background {
  border-width: 6px !important; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }

.top-banner {
  overflow: hidden;
  height: 46px;
  background: #fd3b44 url("/assets/images/static/top-banner/bg.png") no-repeat; }
  .top-banner__wrap {
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    text-decoration: none;
    color: #fff;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .no-touchevents .top-banner__wrap:hover {
      text-decoration: none; }
    .top-banner__wrap span {
      text-transform: uppercase;
      margin: 0 6px;
      font-family: 'OpenSans-Bold';
      font-size: 16px; }
      @media screen and (max-width: 1200px) {
        .top-banner__wrap span {
          font-size: 12px; } }
      @media screen and (max-width: 1000px) {
        .top-banner__wrap span {
          margin: 2px 6px; } }
      @media screen and (max-width: 400px) {
        .top-banner__wrap span {
          margin: 2px 6px;
          font-size: 11px; } }
    @media screen and (max-width: 1000px) {
      .top-banner__wrap {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .top-banner .fa {
    margin: 0 8px; }
    @media screen and (max-width: 1200px) {
      .top-banner .fa {
        display: none; } }
  .top-banner__close {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto 0;
    cursor: pointer;
    transition: all .3s ease;
    background: url("/assets/images/static/content/close.png") no-repeat; }
    .no-touchevents .top-banner__close:hover {
      background: url("/assets/images/static/content/close_hov.png") no-repeat; }
  .top-banner_closed {
    margin-top: -46px;
    transition: all .5s; }

.decorative {
  background-color: #F9F9F9; }
  .decorative:after, .decorative:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    background-image: url("/assets/images/static/gray-pattern-top.png");
    background-size: cover;
    background-repeat: no-repeat; }
  .decorative:before {
    bottom: calc(100% - 1px); }
  .decorative:after {
    top: calc(100% - 1px);
    transform: scale(-1, -1); }
  .decorative_last:after {
    content: none; }
  @media (max-width: 1365px) {
    .decorative:before, .decorative:after {
      height: 16px; } }
  @media (max-width: 767px) {
    .decorative {
      padding: 16px 0; }
      .decorative:before, .decorative:after {
        background-image: url("/assets/images/static/gray-pattern-mobile.png"); } }

.decorative2 {
  background: linear-gradient(180deg, #F9F9F9 0%, #FFFFFF 52.08%); }
  .decorative2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    background-image: url("/assets/images/static/gray-pattern-top.png");
    bottom: 100%; }
  @media (max-width: 1365px) {
    .decorative2:before {
      height: 16px; } }
  @media (max-width: 767px) {
    .decorative2:before {
      background-image: url("/assets/images/static/gray-pattern-mobile.png"); } }

.categories__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px; }

.categories__item {
  width: 25%;
  padding: 16px; }

.categories .slick-list {
  overflow: visible; }

@media (max-width: 1366px) {
  .categories__list {
    margin: -12px; }
  .categories__item {
    padding: 12px; } }

@media (max-width: 1365px) {
  .categories__list {
    margin: -8px; }
  .categories__item {
    width: 33.3333333333%;
    padding: 8px; } }

@media (max-width: 1023px) {
  .categories__item {
    width: 50%; } }

@media (max-width: 767px) {
  .categories__list {
    margin: -4px; }
  .categories__item {
    width: 100%;
    padding: 4px; } }

.category-item {
  display: -ms-flexbox;
  display: flex;
  transition: background-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff; }
  .category-item__right {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .category-item__left {
    width: 100%;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  .category-item__image {
    width: 126px;
    height: 126px;
    background-color: #FFFCEE; }
    .category-item__image .image {
      width: 100%;
      height: 100%; }
  .category-item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 112%;
    color: #303030; }
  .category-item__badge {
    margin-top: 8px; }
  .category-item:hover {
    background-color: #FFFCEE;
    box-shadow: 0 10px 20px rgba(27, 27, 27, 0.1), 0 2px 20px rgba(27, 27, 27, 0.05); }
    .category-item:hover .category-item__title {
      color: #303030 !important; }
  @media (max-width: 1023px) {
    .category-item__title {
      font-size: 16px;
      line-height: 1.15; } }
  @media (max-width: 767px) {
    .category-item__image {
      width: 96px;
      height: 96px; } }

.top-filters__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px; }

.top-filters__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%; }

.top-filter__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.top-filter__item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .top-filter__item .switch__label {
    font-weight: 500;
    font-size: 14px; }

.top-filter__item + .top-filter__item {
  margin-left: 16px; }

.top-filter__button {
  display: none; }

@media (max-width: 1023px) {
  .top-filter__item_letters {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

@media (max-width: 767px) {
  .top-filter {
    display: none; } }

.alphabet__list {
  display: -ms-flexbox;
  display: flex; }

.alphabet__item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out 0s; }
  .alphabet__item:hover {
    background-color: #F9F9F9; }
  .alphabet__item_selected {
    background-color: #EDEDED; }

.alphabet__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #303030; }

.alphabet__block {
  display: none; }
  .alphabet__block_active {
    display: block; }

.top-filter-1 {
  margin-bottom: 24px; }

.top-slider-1 {
  background: transparent !important; }
  .top-slider-1 .top-slider__item {
    min-height: auto !important; }
  .top-slider-1 .top-slider__slide-text2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 8px; }
  .top-slider-1 .top-slider__slide-text3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%; }
  @media (max-width: 1365px) {
    .top-slider-1 .top-slider__slide-text2 {
      font-size: 21px; } }
  @media (max-width: 1023px) {
    .top-slider-1 .top-slider__item {
      min-height: 153px; }
    .top-slider-1 .top-slider__slide-content {
      padding: 24px 24px 36px; }
    .top-slider-1 .top-slider__slide-inner {
      margin: 0 auto;
      width: calc(100% - 64px); }
    .top-slider-1 .top-slider__slide-text2 {
      max-width: 100%;
      font-size: 18px;
      line-height: 112%; }
    .top-slider-1 .top-slider__slide-text3 {
      font-size: 14px;
      line-height: 140%; } }
  @media (max-width: 767px) {
    .top-slider-1 .top-slider__slide-inner {
      width: 100%; }
    .top-slider-1 .top-slider__slide-content {
      padding: 16px 16px 0; } }

@media (max-width: 767px) {
  .top-filter-2 .top-filters__head, .top-filter-2 .top-filters__content {
    display: none; } }

.top-line {
  width: 100%;
  position: relative;
  z-index: 600; }
  .top-line__inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    padding: 0 8px;
    border-radius: 0 0 16px 16px;
    background-color: #F9F9F9; }
  .top-line__city, .top-line__theme {
    -ms-flex: 1;
        flex: 1; }
  .top-line__theme {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .top-line__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 32px; }
  .top-line__link + .top-line__link {
    margin-left: 24px; }
  .top-line__link .link__text {
    font-size: 14px;
    font-weight: 500; }
  .top-line__link .link__icon {
    margin-left: 2px; }
  .top-line__theme .switch__label {
    font-size: 14px; }
  @media (max-width: 1366px) {
    .top-line__nav {
      margin: 0 24px; } }
  @media (max-width: 1365px) {
    .top-line__nav {
      margin: 0 16px; }
    .top-line__link + .top-line__link {
      margin-left: 16px; } }

.top-notification {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #303030;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .top-notification__status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0; }
    .top-notification__status_active {
      background: #ff002b; }
  .top-notification__icon {
    width: 12px;
    height: 16px; }
    .top-notification__icon_full {
      display: none; }
  .no-touchevents .top-notification:hover {
    background: #222222;
    cursor: pointer; }
    .no-touchevents .top-notification:hover .top-notification__icon_clear {
      display: none; }
    .no-touchevents .top-notification:hover .top-notification__icon_full {
      display: block; }

.top-slider__inside {
  position: relative;
  overflow: hidden;
  border-radius: 16px; }

.top-slider__content {
  overflow: hidden;
  position: relative; }

.top-slider__item {
  display: none; }
  .top-slider__item:first-child,
  .slick-slider .top-slider__item {
    display: block; }

.top-slider__slide {
  display: block; }
  @media (min-width: 1364px) {
    .top-slider__slide {
      height: 260px; } }
  .top-slider__slide-text1 {
    margin-bottom: 24px;
    width: 139px;
    height: 40px; }
  .top-slider__slide-text2, .top-slider__slide-text3 {
    width: 100%;
    max-width: calc(100% - 32px); }
  .top-slider__slide-text2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 114%;
    color: #ffffff;
    margin-bottom: 16px; }
  .top-slider__slide-text3 {
    font-size: 18px;
    line-height: 140%;
    color: #ffffff; }

.top-slider__slide-inner {
  width: calc(50% - 32px);
  margin-left: auto; }

@media (max-width: 1365px) {
  .top-slider__slide-wrapper {
    padding-bottom: 23.81%; } }

.top-slider__slide-content {
  padding: 32px 32px 72px; }

.top-slider__slide-image {
  width: 100%;
  height: 100%; }
  .top-slider__slide-image .image {
    width: 100%;
    height: 100%; }

.top-slider__slide-badge {
  margin-bottom: 24px; }

.top-slider__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; }
  .top-slider__button_left {
    left: 32px; }
  .top-slider__button_right {
    right: 32px; }
  .top-slider__button .slide-btn {
    border: 0;
    box-shadow: none; }
    .top-slider__button .slide-btn svg * {
      fill: #ffffff; }

.top-slider .slick-dots {
  bottom: 16px !important; }

@media (max-width: 1366px) {
  .top-slider__slide-inner {
    width: calc(50% - 32px); }
  .top-slider__slide-badge {
    margin-bottom: 16px; }
  .top-slider__slide-text1 {
    margin-bottom: 16px; }
  .top-slider__slide-text2 {
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 8px; } }

@media (max-width: 1365px) {
  .top-slider__item {
    min-height: 228px; }
  .top-slider__slide-inner {
    width: calc(100% - (100%/3)); }
  .top-slider__slide-content {
    padding: 24px 24px 36px; }
  .top-slider__button_left {
    left: 24px; }
  .top-slider__button_right {
    right: 24px; }
  .top-slider__slide-badge {
    margin-bottom: 8px; }
  .top-slider__slide-text1 {
    display: none; }
  .top-slider__slide-text2 {
    font-size: 21px; } }

@media (max-width: 1023px) {
  .top-slider__item {
    min-height: 183px; }
  .top-slider__slide-content {
    padding: 16px 16px 47px; }
  .top-slider__slide-text2 {
    font-size: 18px;
    line-height: 112%; }
  .top-slider__slide-text3 {
    font-size: 14px;
    line-height: 140%; }
  .top-slider__button_left {
    left: 16px; }
  .top-slider__button_right {
    right: 16px; } }

@media (max-width: 767px) {
  .top-slider__inside {
    border-radius: 0;
    overflow: visible; }
  .top-slider__content {
    overflow: visible; }
    .top-slider__content .slick-list {
      overflow: visible; }
  .top-slider__slide {
    padding-bottom: 0; }
  .top-slider__slide-wrapper {
    position: relative; }
  .top-slider__slide-content {
    padding-bottom: 0; }
  .top-slider__slide-badge {
    display: none; }
  .top-slider__slide-text2 {
    color: #303030; }
  .top-slider__slide-text3 {
    color: #999999; }
  .top-slider__slide-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .top-slider__slide-inner {
    width: 100%; }
  .top-slider__slide-text2, .top-slider__slide-text3 {
    max-width: 100%; }
  .top-slider .slick-dots {
    width: 100%;
    height: 10px;
    top: -6px;
    margin-top: 23.81%;
    bottom: auto !important; }
  .top-slider__button {
    display: none; } }

.ts-container {
  padding: 32px 0;
  background: linear-gradient(180deg, #F9F9F9 0%, #FFFFFF 64.58%); }
  @media (max-width: 767px) {
    .ts-container {
      padding: 0 0 16px; }
      .ts-container .container {
        padding: 0; } }

.news-top__slider {
  margin-bottom: 20px; }

.news-top__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.news-top__cell {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px; }
.advantage-item .advantage-item__icon .svg-icon svg path + path {
	fill:#1c8820;
}
  @media (max-width: 1024px) {
    .news-top__cell {
      width: 33.3333333333%; } }
  @media (max-width: 478px) {
    .news-top__cell {
      width: 50%; } }

.news-top__link {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  display: block;
  max-width: 250px; }

.views-like {
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -ms-flex-align: center;
      align-items: center; }
  .views-like > div:not(:last-child) {
    margin-right: 20px; }
  .views-like__views {
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #A2A2AD;
    -ms-flex-align: center;
        align-items: center; }
  .views-like__like {
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #A2A2AD;
    -ms-flex-align: center;
        align-items: center; }
  .views-like__icon {
    margin-right: 8px; }
  .views-like__numb {
    font-family: 'OpenSans-Semibold';
    font-size: 13px; }
.paging-more.paging_offset {
	display:none;
}
/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */