@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.6.3 - 11/19/2020 */
/* 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; }

/* generated with grunt-sass-globbing */
.jq-dropdown .jq-dropdown-menu li {
  font-size: 14px;
  min-height: 20px; }

#notification {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999999999999;
  padding: 10px 20px;
  background: #32d27d;
  color: #ffffff;
  font-size: 14px;
  border-radius: 200px;
  max-width: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

#notification .close {
  float: right;
  cursor: pointer;
  margin-left: 15px; }

.no-touchevents #notification .close:hover {
  opacity: 0.7; }

#notification.message {
  color: #FFFFFF;
  background-color: #32d27d;
  border-color: #32d27d; }

#notification.error, .inline_notification.error {
  color: #FFFFFF;
  background-color: #ff1940;
  border-color: #ff1940; }

.alert-info {
  color: #ffde19;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-warning {
  color: #191919;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.inline_notification {
  padding: 15px;
  margin: 20px 0;
  width: 100%;
  line-height: 1.2; }

.inline_notification_head {
  margin-bottom: 20px;
  font-size: 18px; }

.tabs {
  position: relative; }
  .tabs__item {
    cursor: pointer;
    z-index: 2; }

.tabs-content__item {
  display: none; }
  .tabs-content__item_active {
    display: block; }

/* 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 {
  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%; }
  .wrapper__top, .wrapper__bottom {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 100%; }
  .wrapper__top_fixed {
    padding-top: 140px; }
    @media (max-width: 1024px) {
      .wrapper__top_fixed {
        padding-top: 100px; } }
  .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; }

.page__wrapper {
  min-height: 100%;
  width: 100%; }

body {
  min-width: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000000; }
  @media (max-width: 1000px) {
    body {
      overflow-y: inherit; } }
  body.fixed-modal {
    overflow: hidden; }
  body.body_overflow {
    overflow: hidden; }
    body.body_overflow:after {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 70;
      overflow: hidden;
      position: fixed;
      background: #000000;
      opacity: 0.4; }

html.fixed {
  overflow: hidden;
  margin: 0;
  height: 100%; }
  html.fixed body {
    overflow: hidden;
    margin: 0;
    height: 100%; }

html.html_overflow, body.body_overflow, html.html_overflow body {
  position: fixed; }

html.html_overflow, body.body_overflow, html.html_overflow body {
  position: relative;
  overflow: hidden; }

body.body_overflow, html.html_overflow body {
  position: fixed;
  overflow: hidden; }

body.body_overflow, html.html_overflow body {
  position: fixed;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.container {
  position: relative;
  min-width: 300px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  .container_white {
    background-color: #ffffff; }
  @media (max-width: 768px) {
    .container {
      padding: 0 10px; } }

.padding {
  margin: 50px 0; }
  @media (max-width: 768px) {
    .padding {
      margin: 35px 0; } }

.padding2 {
  padding: 50px 0; }

.block-title {
  font-size: 21px;
  line-height: 26px;
  font-family: GothamProMedium, sans-serif;
  margin-bottom: 20px; }

.padding-bottom {
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .padding-bottom {
      padding-bottom: 35px; } }

::-webkit-input-placeholder {
  color: #393D4C; }

:-moz-placeholder {
  opacity: 1;
  color: #393D4C; }

::-moz-placeholder {
  opacity: 1;
  color: #393D4C; }

:-ms-input-placeholder {
  color: #393D4C; }

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

/* 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: "MRegular",sans-serif;
  line-height: 1; }

.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: #ffda00; }

.gray-title .recent-widget__top {
  background: #ededed; }

.catalog-page__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px; }
  @media (max-width: 991px) {
    .catalog-page__items {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 600px) {
    .catalog-page__items {
      -ms-flex-pack: center;
          justify-content: center; } }
  .catalog-page__items > div {
    margin: 0 5px 10px; }

.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-content-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .table-content-part .event-big {
    max-width: inherit; }

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

.alarm {
  font-family: MRegular;
  font-size: 13px;
  line-height: 16px;
  color: #303030;
  padding: 15px;
  text-align: left; }
  .alarm_yellow {
    background: #fffbe5;
    border-left: 3px solid #ffe12d; }
  .alarm_red {
    background: #ffeaed;
    border-left: 3px solid #ff2d51; }
  .alarm_gray {
    background: #f5f5f5;
    border-left: 3px solid #a2a2a2; }

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

.slick-dots {
  bottom: 15px; }
  .slick-dots li {
    margin: 0 5px !important; }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: 2px solid #fdfdfe;
    border-radius: 50%;
    color: transparent;
    content: '';
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    background: #ffda00;
    width: 12px;
    height: 12px;
    border: 2px solid #ffda00;
    top: -1px;
    opacity: 1; }

.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: #ffda00;
    border: 2px solid #ffda00; }
    .no-touchevents .btn_yellow:hover {
      background: #1b1b1b;
      border: 2px solid #1b1b1b;
      color: #ffda00; }
  .btn_black {
    background: #1b1b1b;
    border: 0;
    color: #fff; }
    .no-touchevents .btn_black:hover {
      background: #ffda00;
      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: 'MRegular';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), local("MontserratRegular"), url("/assets/fonts/cyr-Montserrat-Regular.woff2") format("woff2"), url("/assets/fonts/cyr-Montserrat-Regular.woff") format("woff"), url("/assets/fonts/cyr-Montserrat-Regular.ttf") format("truetype"), url("/assets/fonts/cyr-Montserrat-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'MSemiBold';
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), local("MontserratSemiBold"), url("/assets/fonts/cyr-Montserrat-SemiBold.woff2") format("woff2"), url("/assets/fonts/cyr-Montserrat-SemiBold.woff") format("woff"), url("/assets/fonts/cyr-Montserrat-SemiBold.ttf") format("truetype"), url("/assets/fonts/cyr-Montserrat-SemiBold.eot?#iefix") format("embedded-opentype");
  font-weight: 600; }

@font-face {
  font-family: 'MBold';
  src: local("Montserrat Bold"), local("Montserrat-Bold"), local("MontserratBold"), url("/assets/fonts/cyr-Montserrat-Bold.woff2") format("woff2"), url("/assets/fonts/cyr-Montserrat-Bold.woff") format("woff"), url("/assets/fonts/cyr-Montserrat-Bold.ttf") format("truetype"), url("/assets/fonts/cyr-Montserrat-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MMedium';
  src: local("Montserrat Medium"), local("Montserrat-Medium"), local("MontserratMedium"), url("/assets/fonts/cyr-Montserrat-Medium.woff2") format("woff2"), url("/assets/fonts/cyr-Montserrat-Medium.woff") format("woff"), url("/assets/fonts/cyr-Montserrat-Medium.ttf") format("truetype"), url("/assets/fonts/cyr-Montserrat-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500; }

@font-face {
  font-family: 'MBold';
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), local("MontserratExtraBold"), url("/assets/fonts/cyr-Montserrat-ExtraBold.woff2") format("woff2"), url("/assets/fonts/cyr-Montserrat-ExtraBold.woff") format("woff"), url("/assets/fonts/cyr-Montserrat-ExtraBold.ttf") format("truetype"), url("/assets/fonts/cyr-Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype");
  font-weight: 700; }

@font-face {
  font-family: 'MLight';
  src: local("Montserrat Light"), local("Montserrat-Light"), local("MontserratLight"), url("/assets/fonts/cyr-Montserrat-Light.woff2") format("woff2"), url("/assets/fonts/cyr-Montserrat-Light.woff") format("woff"), url("/assets/fonts/cyr-Montserrat-Light.ttf") format("truetype"), url("/assets/fonts/cyr-Montserrat-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("GothamPro-Bold"), local("GothamPro Bold"), local("Gotham Pro Bold"), url("/assets/fonts/cyr-GothamPro-Bold.woff2") format("woff2"), url("/assets/fonts/cyr-GothamPro-Bold.woff") format("woff"), url("/assets/fonts/cyr-GothamPro-Bold.ttf") format("truetype"), url("/assets/fonts/cyr-GothamPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 900; }

@font-face {
  font-family: 'Gotham Pro Black';
  src: local("GothamPro-Black"), local("GothamPro Black"), local("Gotham Pro Black"), url("/assets/fonts/cyr-GothamPro-Black.woff2") format("woff2"), url("/assets/fonts/cyr-GothamPro-Black.woff") format("woff"), url("/assets/fonts/cyr-GothamPro-Black.ttf") format("truetype"), url("/assets/fonts/cyr-GothamPro-Black.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'GothamProMedium';
  src: local("GothamPro Medium"), local("GothamPro-Medium"), local("Gotham ProMedium"), url("/assets/fonts/cyr-GothamPro-Medium.woff2") format("woff2"), url("/assets/fonts/cyr-GothamPro-Medium.woff") format("woff"), url("/assets/fonts/cyr-GothamPro-Medium.ttf") format("truetype"), url("/assets/fonts/cyr-GothamPro-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500; }

.mce-content-body,
.text {
  font-size: 14px;
  line-height: 21px;
  font-family: MRegular;
  color: #303030; }
  .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,
  .text ul {
    margin: 5px 0 25px; }
    .mce-content-body ul li,
    .text ul li {
      margin-bottom: 10px;
      padding-left: 20px;
      max-width: 100%; }
      .mce-content-body ul li:last-child,
      .text ul li:last-child {
        margin-bottom: 0; }
      .mce-content-body ul li span,
      .text ul li span {
        -ms-flex: 1;
            flex: 1; }
      .mce-content-body ul li::before,
      .text ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        color: #ffda00;
        font-size: 34px;
        line-height: 16px; }
  .mce-content-body ol,
  .text ol {
    margin: 5px 0 25px;
    counter-reset: myCounter; }
    .mce-content-body ol li,
    .text ol li {
      margin-bottom: 10px;
      padding-left: 20px;
      max-width: 100%; }
      .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: #ff002b;
        margin-left: -20px;
        position: absolute;
        font-family: MSemiBold; }
  .mce-content-body a,
  .text a {
    font-family: MSemiBold;
    border-bottom: 1px dotted;
    color: #303030; }
    .mce-content-body a:hover,
    .text a:hover {
      border-bottom-width: 0; }
  .mce-content-body b,
  .mce-content-body strong,
  .text b,
  .text strong {
    font-family: MSemiBold, sans-serif; }
  .mce-content-body p,
  .text p {
    padding-bottom: 20px; }
  .mce-content-body h2, .mce-content-body h2 > p,
  .text h2,
  .text h2 > p {
    font-family: "GothamProMedium", sans-serif;
    color: #000000;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    padding-top: 10px; }
    .mce-content-body h2 > p, .mce-content-body h2 > p > p,
    .text h2 > p,
    .text h2 > p > p {
      padding-bottom: 0; }
  .mce-content-body h1,
  .text h1 {
    font-size: 42px;
    line-height: 52px;
    padding-bottom: 20px; }
  .mce-content-body h3,
  .text h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    font-family: "GothamProMedium", sans-serif; }
  .mce-content-body h4,
  .text h4 {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 10px;
    font-family: "GothamProMedium", sans-serif; }
  .mce-content-body [src*="emoticons"],
  .text [src*="emoticons"] {
    height: 12px; }

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

input, textarea, select {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding-left: 15px;
  font-family: MSemiBold;
  height: 46px;
  font-size: 14px; }
  input:focus, textarea:focus, select:focus {
    outline: 0;
    outline-offset: 0;
    border: 1px solid #ffda00 !important;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }

input::-webkit-input-placeholder {
  color: #999999; }

input:-ms-input-placeholder {
  color: #999999; }

input::-ms-input-placeholder {
  color: #999999; }

input:-ms-input-placeholder {
  color: #999999; }

input::placeholder {
  color: #999999; }

textarea {
  min-height: 80px;
  height: inherit;
  padding: 10px 15px;
  font-size: 14px; }

input.input-style_error {
  border: 1px solid #FF002B !important;
  box-shadow: 0px 4px 6px 0px rgba(255, 0, 43, 0.05), 0px 10px 20px 0px rgba(255, 0, 43, 0.1) !important; }

a:hover {
  transition: all 0.3s; }

.sort-dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .sort-dropdown i {
    font-size: 10px;
    padding-left: 10px;
    display: inline-block;
    margin-top: -2px; }

.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 {
  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.2);
  width: 535px;
  margin: auto;
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 13px;
  line-height: 16px;
  color: #303030;
  font-family: MRegular, sans-serif; }
  @media (max-width: 768px) {
    .modal {
      max-width: 440px;
      width: 100%; } }
  @media (max-width: 440px) {
    .modal {
      min-height: 100vh;
      height: 100%;
      border-radius: 0;
      -ms-flex-pack: center;
          justify-content: center; } }
  .modal__slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .modal__slider .slick-list {
      padding-bottom: 50px; }
      @media (max-width: 768px) {
        .modal__slider .slick-list {
          padding-bottom: 35px; } }
    .modal__slider-item {
      display: none;
      width: 25%; }
      .modal__slider-item:first-child, .slick .modal__slider-item {
        display: block; }
      .modal__slider-item .product {
        width: 100%; }
  .modal__close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 37px;
    right: 30px;
    cursor: pointer;
    z-index: 5000;
    padding: 5px;
    margin-top: -5px;
    margin-right: -5px; }
    @media (max-width: 768px) {
      .modal__close {
        top: 20px;
        right: 20px; } }
    .modal__close svg * {
      fill: #999999;
      transition: all 0.3s; }
    .no-touchevents .modal__close:hover svg * {
      fill: #1b1b1b; }
  .modal__link {
    font-size: 13px;
    line-height: 16px;
    color: #303030;
    font-family: "MSemiBold", sans-serif; }
    .modal__link:hover {
      color: #ffda00; }
  .modal__desc {
    font-size: 13px;
    line-height: 16px;
    color: #303030;
    font-family: "MRegular", sans-serif;
    padding-top: 20px; }
  .modal__head {
    font-size: 24px;
    line-height: 30px;
    color: #1b1b1b;
    font-family: "Gotham Pro", sans-serif; }
  .modal__title {
    margin-bottom: 20px;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .modal__title {
        padding: 0 20px; } }
    .modal__title_sm {
      margin-bottom: 25px;
      padding: 0 30px; }
      @media (max-width: 768px) {
        .modal__title_sm {
          padding: 0 20px; } }
      .modal__title_sm .modal__head {
        font-size: 21px;
        line-height: 30px;
        color: #1b1b1b;
        font-family: "GothamProMedium", sans-serif; }
    .modal__title_sm2 {
      padding: 0 30px; }
      @media (max-width: 768px) {
        .modal__title_sm2 {
          padding: 0 20px; } }
      .modal__title_sm2 .modal__head {
        font-size: 21px;
        line-height: 30px;
        color: #1b1b1b;
        font-family: "GothamProMedium", sans-serif; }
  .modal__icon {
    margin-bottom: 25px; }
  .modal__bottom {
    border-top: 1px solid #ededed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    padding: 0 30px; }
    .modal__bottom .btn {
      margin: 0 10px; }
    @media (max-width: 768px) {
      .modal__bottom {
        padding: 0 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .modal__search {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .modal__search {
        padding: 0 20px; } }
    .modal__search > input {
      width: 100%;
      font-size: 14px;
      line-height: 18px; }
    .modal__search-submit {
      height: 20px;
      width: 22px;
      position: absolute;
      right: 44px;
      top: 13px;
      cursor: pointer; }
      .modal__search-submit svg * {
        fill: #9b9b9b; }
  .modal__content {
    padding: 0 30px; }
    @media (max-width: 768px) {
      .modal__content {
        padding: 0 20px; } }
  .modal__form {
    padding: 0 30px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .modal__form {
        padding: 0 20px; } }
  .modal__product {
    display: -ms-flexbox;
    display: flex; }
    .modal__product_pad .cart-item__product {
      padding: 0 30px;
      margin-bottom: 0;
      border-bottom: 0; }
    .modal__product_pad .cart-item:after {
      display: none !important; }
  .modal__shipping > div > div {
    border: 2px solid #ededed;
    border-radius: 5px;
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -ms-flex-align: center;
        align-items: center;
    width: 48%;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .modal__shipping > div > div {
        width: 100%; } }
    .modal__shipping > div > div > span {
      font-family: MSemiBold;
      color: #1b1b1b;
      font-size: 14px;
      padding-left: 15px;
      padding-left: 5px;
      padding-bottom: 0 !important; }
    .modal__shipping > div > div.active {
      border: 2px solid #1b1b1b; }
  .modal__gray-text {
    color: #999999;
    font-size: 12px;
    line-height: 15px;
    font-family: MRegular;
    margin: 20px 0; }

#modal-recall2 {
  -ms-flex-align: center;
      align-items: center; }
  #modal-recall2 .btn {
    display: none;
    width: 90%; }
    @media (max-width: 440px) {
      #modal-recall2 .btn {
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px; } }

#modal-fast-buy {
  -ms-flex-align: start;
      align-items: flex-start; }
  #modal-fast-buy .modal__close {
    top: 38px; }
  #modal-fast-buy .modal__bottom {
    border-top: 0;
    padding: 0; }
    #modal-fast-buy .modal__bottom .btn {
      margin: 0; }
      #modal-fast-buy .modal__bottom .btn:first-child {
        margin-right: 20px; }

@media (min-width: 769px) {
  #popup-callback .contacts-block__form-gray {
    margin-top: 0; } }

.mfp-close-btn-in .mfp-close {
  display: none; }

#popup-reg .modal__form-line {
  width: 100%; }

#popup-reg .modal__btn {
  width: 100%;
  margin-top: 10px; }

.modal_partner {
  width: 820px; }
  @media (max-width: 825px) {
    .modal_partner {
      max-width: 730px;
      width: inherit; } }

.modal_product {
  padding: 0;
  width: 820px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media (max-width: 825px) {
    .modal_product {
      max-width: 730px;
      width: inherit; } }
  @media (max-width: 768px) {
    .modal_product {
      display: block; } }
  .modal_product .modal__close {
    top: 36px; }
    @media (max-width: 768px) {
      .modal_product .modal__close {
        top: 26px; } }
  .modal_product .cart-item__price2 {
    display: none; }
  .modal_product-left {
    padding: 30px 0;
    width: 100%; }
    @media (min-width: 769px) {
      .modal_product-left .modal__close {
        display: none; } }
    @media (max-width: 768px) {
      .modal_product-left {
        padding: 20px 0; } }
  .modal_product-right {
    width: 290px;
    -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    padding: 30px 0;
    border-left: 1px solid #ededed; }
    @media (max-width: 768px) {
      .modal_product-right {
        padding: 20px 0;
        max-width: 100%;
        -ms-flex: inherit;
            flex: inherit;
        width: 100%; } }
    @media (max-width: 768px) {
      .modal_product-right .modal__close {
        display: none; } }
  .modal_product-total, .modal_product-shipping {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 30px;
    border-bottom: 1px dotted #ededed; }
    @media (max-width: 768px) {
      .modal_product-total, .modal_product-shipping {
        padding: 10px 20px; } }
    .modal_product-total span, .modal_product-shipping span {
      font-family: MRegular;
      font-size: 13px;
      color: #303030;
      line-height: 16px;
      width: 50%; }
    .modal_product-total p, .modal_product-shipping p {
      font-family: MSemiBold;
      font-size: 14px;
      color: #303030;
      line-height: 16px; }
  .modal_product-btns {
    padding: 20px 30px 0; }
    .modal_product-btns > a {
      margin-top: 10px; }
    @media (max-width: 768px) {
      .modal_product-btns {
        padding: 0 20px; }
        .modal_product-btns > a {
          margin-top: 20px; } }

.modal_product2 {
  margin-top: 20px;
  width: 820px;
  padding: 30px; }
  .modal_product2 .product__cart {
    display: none !important; }
  .modal_product2 .modal__slider .slick-list {
    padding-bottom: 15px !important; }
  @media (max-width: 768px) {
    .modal_product2 {
      display: none; } }
  @media (max-width: 825px) {
    .modal_product2 {
      width: 730px; } }
  .modal_product2 .slider-nav {
    position: absolute;
    right: 30px;
    top: 30px; }
  .modal_product2 .modal__title {
    padding: 0; }

/* overlay at start */
.my-popup.mfp-bg {
  opacity: 0;
  background: #000000;
  transition: all 0.35s ease-out; }

/* overlay animate in */
.my-popup.mfp-bg.mfp-ready {
  opacity: 0.5; }

/* overlay animate out */
.my-popup.mfp-bg.mfp-removing {
  opacity: 0; }

.main-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 768px) {
    .main-title {
      height: 60px; } }
  @media (max-width: 768px) {
    .main-title {
      margin-bottom: 30px; } }
  .main-title__text {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-family: Gotham Pro, sans-serif;
    display: block;
    z-index: 30; }
    @media (max-width: 768px) {
      .main-title__text {
        font-size: 24px;
        line-height: 30px; } }
  .main-title__icon {
    width: 65px;
    height: 80px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .main-title__icon svg * {
      fill: #ffe132; }
    @media (max-width: 768px) {
      .main-title__icon {
        width: 45px;
        height: 60px; } }
  .main-title p {
    color: #303030;
    font-size: 14px;
    line-height: 21px;
    font-family: MRegular;
    padding-bottom: 30px; }
    .main-title p:last-child {
      padding-bottom: 0; }
    @media (max-width: 768px) {
      .main-title p {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 20px; } }
  .main-title a {
    color: #303030;
    font-family: MSemiBold; }
  .main-title h3 {
    color: #303030;
    font-size: 21px;
    line-height: 26px;
    font-family: MMedium;
    padding-bottom: 25px; }
  .main-title ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main-title ul li {
      width: 50%;
      padding-right: 5px; }
      @media (max-width: 600px) {
        .main-title ul li {
          width: 100%; } }
      .main-title ul li a {
        color: #1b1b1b;
        font-size: 14px;
        line-height: 24px;
        font-family: MRegular;
        position: relative;
        padding: 10px 0 10px 15px; }
        .main-title ul li a:hover {
          color: #ffda00; }
        .main-title ul li a:after {
          position: absolute;
          content: '';
          border-radius: 50%;
          width: 5px;
          height: 4px;
          background: #ffda00;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }

/* generated with grunt-sass-globbing */
.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 */
.about-block__rekvizitu {
  margin-top: 40px; }

.about-block p {
  font-family: MRegular;
  color: #303030;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }
  .about-block p:last-child {
    margin-bottom: 0; }

.about-block h2, .about-block h2 > p {
  font-family: "GothamProMedium", sans-serif;
  color: #000000;
  font-size: 21px;
  line-height: 26px;
  padding-bottom: 20px; }
  .about-block h2 > p, .about-block h2 > p > p {
    padding-bottom: 0; }

.about-block img {
  width: 100%;
  padding-bottom: 30px; }

.about-block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .about-block__list li {
    width: 50%;
    padding-right: 5px; }
    @media (max-width: 600px) {
      .about-block__list li {
        width: 100%; } }
    .about-block__list li a {
      color: #1b1b1b;
      font-size: 14px;
      line-height: 24px;
      font-family: MSemiBold;
      position: relative;
      padding: 10px 0 10px 15px; }
      .about-block__list li a:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        width: 5px;
        height: 4px;
        background: #ffda00;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }

.about-block__img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px; }

.about-block__warranty {
  margin-bottom: 40px;
  position: relative; }
  .about-block__warranty:last-child {
    margin-bottom: 0; }
  .about-block__warranty_active .about-block__warranty-icon {
    background: #fff;
    border: 2px solid #ffda00; }
    .about-block__warranty_active .about-block__warranty-icon span svg * {
      fill: #202020; }
  .about-block__warranty_active .about-block__warranty-title {
    color: #979797; }
  .about-block__warranty_active i.fa-chevron-down {
    color: #979797; }
    .about-block__warranty_active i.fa-chevron-down:before {
      content: "\f077"; }
  .about-block__warranty:after {
    position: absolute;
    content: '';
    background: #ededed;
    height: 100%;
    width: 1px;
    top: 60px;
    bottom: 0;
    margin: auto;
    left: 30px; }
  .about-block__warranty-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }
    .about-block__warranty-nav > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .about-block__warranty-nav i {
      color: #303030;
      font-size: 14px;
      transition: all 0.3s; }
    .no-touchevents .about-block__warranty-nav:hover .about-block__warranty-title {
      color: #979797; }
    .no-touchevents .about-block__warranty-nav:hover .about-block__warranty-icon {
      background: #ffda00;
      border-color: #ffda00; }
  .about-block__warranty-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ededed;
    border: 2px solid #ededed;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: all 0.3s;
    z-index: 10;
    position: relative;
    padding: 16px; }
    .about-block__warranty-icon:after {
      position: absolute;
      content: '';
      top: -9px;
      left: -9px;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      background: transparent;
      border: 7px solid #fff;
      z-index: -25; }
    .about-block__warranty-icon span {
      width: 29px;
      height: 29px; }
      .about-block__warranty-icon span svg * {
        fill: #303030; }
  .about-block__warranty-title {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-family: MSemiBold;
    transition: all 0.3s;
    padding-right: 10px; }
  .about-block__warranty-text {
    color: #303030;
    font-size: 14px;
    line-height: 21px;
    font-family: MRegular;
    padding-left: 80px;
    display: none; }

.about-block__attention {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px; }
  .about-block__attention-icon {
    margin-right: 7px;
    padding-top: 2px;
    width: 16px;
    -ms-flex: 0 0 16px;
        flex: 0 0 16px; }
    .about-block__attention-icon svg * {
      fill: #ff0731; }
  .about-block__attention p {
    display: inline; }
  .about-block__attention span {
    color: #ff0731;
    font-size: 14px;
    line-height: 21px;
    font-family: MSemiBold; }

.about-block__warranty-out .about-block__warranty:last-child:after {
  background: transparent; }

.dotted-divider {
  width: 100%;
  border-top: 1px dotted #cccccc;
  padding-bottom: 40px;
  margin-top: 40px; }
  @media (max-width: 1024px) {
    .dotted-divider {
      padding-bottom: 30px;
      margin-top: 30px; } }

.separator-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #16181F;
  font-family: "OpenSans-Bold";
  font-size: 40px;
  line-height: 1.2; }
  .separator-title::before {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    width: 210px;
    height: 6px;
    margin: auto;
    content: '';
    background: url("/assets/images/static/content/wave-separate1.png") repeat; }
  .separator-title_small {
    font-size: 24px; }
    @media screen and (max-width: 700px) {
      .separator-title_small {
        font-size: 22px; } }
    @media screen and (max-width: 500px) {
      .separator-title_small {
        font-size: 20px; } }
  .separator-title_margin {
    margin-top: 50px; }
  @media screen and (max-width: 700px) {
    .separator-title {
      font-size: 30px; } }
  @media screen and (max-width: 500px) {
    .separator-title {
      font-size: 26px; } }
  @media screen and (max-width: 400px) {
    .separator-title {
      font-size: 22px; } }

.shop-presentation {
  text-align: center; }
  .shop-presentation__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
  .shop-presentation__photo {
    margin: 10px;
    height: 320px;
    background-position: center;
    background-size: cover; }
  .shop-presentation__item {
    position: relative;
    width: 33.3333333333%; }
    @media screen and (max-width: 620px) {
      .shop-presentation__item {
        width: 100%; } }
    .shop-presentation__item:first-child::before {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 82px;
      height: 66px;
      content: '';
      background: url("/assets/images/static/content/wave.png") no-repeat; }
    .shop-presentation__item:nth-child(2)::before {
      position: absolute;
      top: 50px;
      left: 0;
      width: 82px;
      height: 66px;
      content: '';
      background: url("/assets/images/static/content/wave.png") no-repeat; }
    .shop-presentation__item:last-child::before {
      position: absolute;
      right: 0;
      bottom: 50px;
      width: 82px;
      height: 66px;
      content: '';
      background: url("/assets/images/static/content/wave.png") no-repeat; }

.advantages {
  background: #f3f3f3; }
  .advantages__inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: #fff;
    padding: 30px 0;
    margin-bottom: 0 !important; }
    .advantages__inside .slick-list {
      padding-bottom: 30px; }
    .advantages__inside .slick-dots li button:before {
      border: 2px solid #ededed;
      background: #ededed; }
    .advantages__inside .slick-dots li.slick-active button:before, .advantages__inside .slick-dots li:hover button:before {
      background: #ffda00;
      border: 2px solid #ffda00; }
  .advantages__item {
    width: 20%;
    border-right: 1px solid #ededed;
    padding: 5px 20px; }
    @media (max-width: 1024px) {
      .advantages__item {
        width: 50%; }
        .advantages__item:last-child {
          width: 100%; } }
    @media (max-width: 480px) {
      .advantages__item {
        width: 100%; } }
    @media (max-width: 520px) {
      .advantages__item {
        border-right: 0; } }
    .advantages__item:last-child {
      border-right: 0; }
  .advantages__icon {
    width: 60px;
    height: 60px; }
  .advantages__text {
    margin-top: 25px; }
  .advantages__text-big {
    margin-bottom: 20px;
    color: #1b1b1b;
    font-size: 14px;
    line-height: 20px;
    font-family: MSemiBold; }
  .advantages__text-small {
    color: #303030;
    font-size: 13px;
    line-height: 18px;
    font-family: MRegular;
    opacity: 0.7; }

.ajax-loading {
  width: 60px;
  height: 60px;
  z-index: 0;
  opacity: 0;
  position: fixed; }
  .ajax-loading .icon-hs-b_load {
    width: 60px;
    height: 60px; }
  .ajax-loading #ud-loader {
    transform-origin: center; }
  .ajax-loading #logo {
    fill: #FFFFFF; }
  .ajax-loading #color-water {
    fill: #90deff;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-name: UpIn;
    animation-duration: 3s;
    animation-delay: 3s; }

@keyframes Scale {
  25% {
    transform: scale(1); }
  50% {
    transform: scale(0.96); }
  100% {
    transform: scale(1); } }

@keyframes FillIn {
  0% {
    fill-opacity: 0.8; }
  50% {
    fill-opacity: 1; }
  100% {
    fill-opacity: 0.8; } }

@keyframes UpIn {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(30px); }
  100% {
    transform: translateY(-25px); } }
  .ajax-loading__pattern {
    margin: 0 auto;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-name: Scale, FillIn;
    animation-duration: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
    fill-opacity: 10; }
  .ajax-loading__box {
    background: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    vertical-align: middle;
    border-radius: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-name: Scale, FillIn;
    animation-duration: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
    fill-opacity: 10;
    width: 100%;
    height: 100%; }
  .ajax-loading_show {
    left: 5px;
    top: 5px;
    opacity: 1;
    z-index: 99999999; }
  .no-inlinesvg .ajax-loading, .no-svgforeignobject .ajax-loading {
    animation: rotating 2s 0.25s linear infinite; }
  .ajax-loading_center {
    width: 260px;
    height: 260px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99999999; }
    @media (max-width: 768px) {
      .ajax-loading_center {
        width: 180px;
        height: 180px; } }
    .ajax-loading_center .icon-hs-b_load {
      width: 200px;
      height: 200px; }
      @media (max-width: 768px) {
        .ajax-loading_center .icon-hs-b_load {
          width: 120px;
          height: 120px; } }

.all-news__slider {
  z-index: 10;
  max-height: 600px;
  overflow: hidden; }
  .all-news__slider .event-big {
    display: none; }
    .all-news__slider .event-big:first-child {
      display: block; }
  .all-news__slider.slick-slider .event-big {
    display: block; }

.all-news__inside {
  background: #ffda00;
  padding-bottom: 50px;
  margin-top: 100px; }
  @media (max-width: 768px) {
    .all-news__inside {
      margin-top: 90px; } }

.all-news__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.all-news__left, .all-news__right {
  margin-top: -50px; }

.all-news__left {
  margin-right: 50px;
  width: 65%; }
  .all-news__left-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: -5px; }
    .all-news__left-slider.slick {
      display: block; }
  .all-news__left-slider-item {
    width: 33.3333333333%;
    padding: 5px;
    opacity: 1 !important;
    display: none;
    transition: all 0.3s; }
    .all-news__left-slider-item:first-child, .slick-slider .all-news__left-slider-item {
      display: block; }
    @media (min-width: 769px) {
      .all-news__left-slider-item {
        display: block; } }
    @media (max-width: 768px) {
      .all-news__left-slider-item {
        width: 50%; } }
    @media (max-width: 500px) {
      .all-news__left-slider-item {
        width: 100%; } }
    .no-touchevents .all-news__left-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); }
  .all-news__left-all-news {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-family: MSemiBold, sans-serif;
    border-bottom: 1px dotted #a69b00; }
    .no-touchevents .all-news__left-all-news:hover {
      border-bottom-color: transparent; }
  .all-news__left-bottom {
    display: none;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .all-news__left-bottom {
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px; } }
  @media (max-width: 1024px) {
    .all-news__left {
      width: 100%;
      margin-right: 0; } }

.all-news__right {
  width: 33%;
  max-width: 380px; }
  @media (max-width: 1024px) {
    .all-news__right {
      display: none; } }
  .all-news__right-nav {
    position: absolute !important;
    right: 0;
    bottom: 15px;
    z-index: 30;
    padding: 20px; }
  .all-news__right-item {
    width: 100%; }
  .all-news__right-bg {
    position: relative; }
    .all-news__right-bg:after {
      position: absolute;
      content: '';
      background: #fff4b3;
      border-radius: 5px;
      width: 95%;
      height: 100%;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 0; }
    .all-news__right-bg .event-big {
      max-width: inherit;
      margin-right: 0; }
      .all-news__right-bg .event-big .event-big__preview {
        display: block; }
      .all-news__right-bg .event-big .event-big__img {
        height: 290px; }
      .all-news__right-bg .event-big .event-big__content {
        padding-bottom: 30px; }
  .all-news__right-all-news {
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-family: MSemiBold, sans-serif;
    border-bottom: 1px dotted #a69b00; }
    .no-touchevents .all-news__right-all-news:hover {
      border-bottom-color: transparent; }

.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: #ffda00; }

.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-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px; }
  .basket-top__item {
    background: #fff;
    position: relative;
    z-index: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    width: 20%; }
    @media (max-width: 991px) {
      .basket-top__item {
        -ms-flex-pack: center;
            justify-content: center; } }
    @media (max-width: 480px) {
      .basket-top__item {
        width: 100% !important;
        display: none; }
        .basket-top__item.active {
          display: -ms-flexbox;
          display: flex; } }
    .basket-top__item:after {
      content: '';
      position: absolute;
      top: 14px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #ededed;
      z-index: -2; }
    .basket-top__item:first-child {
      width: 15%; }
      .basket-top__item:first-child div {
        margin-left: 0; }
      @media (max-width: 991px) {
        .basket-top__item:first-child {
          -ms-flex-pack: center;
              justify-content: center; } }
    .basket-top__item:nth-child(2) {
      width: 25%; }
      @media (max-width: 991px) {
        .basket-top__item:nth-child(2) {
          width: 23%; } }
    .basket-top__item:nth-child(3) {
      width: 25%; }
      @media (max-width: 991px) {
        .basket-top__item:nth-child(3) {
          width: 24%; } }
    @media (max-width: 991px) {
      .basket-top__item:nth-child(4) {
        width: 23%; } }
    .basket-top__item:last-child {
      width: 15%;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .basket-top__item:last-child p {
        padding-right: 0; }
    .basket-top__item div {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 2px solid #ededed;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background: #fff; }
      .basket-top__item div:after {
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        width: 20px;
        height: 20px;
        background: #fff; }
        @media (max-width: 991px) {
          .basket-top__item div:after {
            width: 90px;
            z-index: -1; } }
        @media (max-width: 768px) {
          .basket-top__item div:after {
            left: -20px;
            width: 60px; } }
      .basket-top__item div span {
        font-family: MSemiBold;
        line-height: 16px;
        font-size: 14px;
        color: #1b1b1b; }
    .basket-top__item.disabled {
      cursor: inherit; }
    .basket-top__item.active div, .no-touchevents .basket-top__item:hover div {
      border: 2px solid #ffdb06; }
    .basket-top__item.active p, .no-touchevents .basket-top__item:hover p {
      color: #1b1b1b; }
    .basket-top__item.active.disabled p, .no-touchevents .basket-top__item:hover.disabled p {
      color: #8d8d8d; }
    .basket-top__item.active.disabled div, .no-touchevents .basket-top__item:hover.disabled div {
      border-color: #ededed; }
    .basket-top__item.ended div {
      background: #ffdb06;
      border: 2px solid #ffdb06; }
    .basket-top__item.ended p {
      color: #1b1b1b; }
    .basket-top__item p {
      padding-left: 10px;
      font-family: MSemiBold;
      line-height: 16px;
      font-size: 14px;
      color: #8d8d8d;
      padding-right: 20px;
      display: block;
      background: #fff; }
      @media (max-width: 991px) {
        .basket-top__item p {
          display: none; } }
      @media (max-width: 480px) {
        .basket-top__item p {
          display: block;
          padding-right: 20px; } }

.cart-block__inside {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  .cart-block__inside_active {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .cart-block__inside_active {
        display: block; } }

.cart-block__left {
  width: 100%;
  padding-right: 50px; }
  .cart-block__left_fixed {
    padding-right: 325px; }
  @media (max-width: 991px) {
    .cart-block__left {
      padding-right: 0; } }

.cart-block__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cart-block__line_select-del {
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .cart-block__line {
      display: block; } }
  .cart-block__line > div {
    width: 49%; }
    @media (max-width: 768px) {
      .cart-block__line > div {
        width: 100%;
        margin-bottom: 10px; } }

.cart-block__st2 .cart-info__sum {
  padding: 10px 20px 0; }

.cart-block__st2 .cart-info__sum-total {
  border-bottom: 1px dotted #cccccc;
  padding: 25px 20px; }

.cart-block__st2 .cart-info__inside {
  padding-bottom: 25px; }

@media (max-width: 991px) {
  .cart-block__st2 .cart-info__btns > a {
    width: 100%; } }

.cart-block__hr {
  margin-top: 20px;
  border-top: 1px dotted #cccccc;
  padding-bottom: 20px; }

.cart-block__title {
  font-size: 21px;
  line-height: 30px;
  color: #000000;
  font-family: "GothamProMedium";
  padding-bottom: 30px; }

.cart-block__title_sm {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-family: MMedium;
  padding-bottom: 20px; }

.cart-block__enter {
  line-height: 21px;
  font-size: 14px;
  font-family: MRegular;
  color: #1b1b1b;
  margin-bottom: 20px; }
  .cart-block__enter a {
    font-family: MSemiBold;
    color: #1b1b1b; }

.cart-block__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cart-block__form > div {
    width: 49%; }
    @media (max-width: 768px) {
      .cart-block__form > div {
        width: 100%; } }
    .cart-block__form > div > span {
      font-family: MMedium;
      color: #999999;
      font-size: 13px;
      line-height: 16px;
      position: relative;
      display: inline-block;
      padding-bottom: 10px; }
      .cart-block__form > div > span p {
        color: #ff002b;
        position: absolute;
        top: -2px;
        right: -7px; }
    .cart-block__form > div input, .cart-block__form > div select {
      display: block;
      width: 100%;
      margin-bottom: 20px; }

.cart-block__chekbox {
  border: 2px solid #ededed;
  border-radius: 5px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 5px 0; }
  .cart-block__chekbox > div.center {
    margin-right: 10px;
    -ms-flex: 0 0 30px;
        flex: 0 0 30px; }
  .cart-block__chekbox p {
    font-size: 14px;
    font-family: MSemiBold;
    color: #1b1b1b;
    line-height: 30px; }
  .cart-block__chekbox span {
    font-size: 12px;
    line-height: 15px;
    font-family: MRegular;
    color: #999999; }
  .cart-block__chekbox .label__check {
    width: 28px;
    height: 28px;
    -ms-flex: 0 0 28px;
        flex: 0 0 28px; }
  .cart-block__chekbox .label__checkbox:checked + .label__text .label__check {
    width: 28px;
    height: 28px;
    -ms-flex: 0 0 28px;
        flex: 0 0 28px; }
  .cart-block__chekbox_active {
    border-color: #1b1b1b; }
    .cart-block__chekbox_active .label__check {
      background: #1b1b1b !important; }
    .cart-block__chekbox_active .label__check i {
      color: #fff !important;
      opacity: 1 !important;
      transform: scale(1) !important; }
  .no-touchevents .cart-block__chekbox:hover .label__check {
    background: #d9d9d9 !important; }
  .no-touchevents .cart-block__chekbox:hover .label__check i {
    color: #1b1b1b !important;
    opacity: 1 !important;
    transform: scale(1) !important; }

.cart-block__shipping {
  display: none; }
  .cart-block__shipping_shop {
    margin-top: 20px; }
    @media (max-width: 1024px) {
      .cart-block__shipping_shop {
        margin-top: 0; } }
    .cart-block__shipping_shop .map-container {
      height: 280px;
      max-width: 560px;
      width: 100%;
      margin-right: 30px; }
      @media (max-width: 1024px) {
        .cart-block__shipping_shop .map-container {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .cart-block__shipping_shop .map-container {
          height: 220px; } }
      @media (max-width: 360px) {
        .cart-block__shipping_shop .map-container {
          height: 200px; } }
    .cart-block__shipping_shop .alarm {
      margin-top: 30px; }
  .cart-block__shipping_home {
    margin-top: 20px; }
    .cart-block__shipping_home-data {
      -ms-flex-align: center;
          align-items: center;
      margin-top: 15px;
      display: -ms-flexbox;
      display: flex; }
  .cart-block__shipping_active {
    display: -ms-flexbox;
    display: flex; }
    .cart-block__shipping_active.cart-block__shipping_home {
      display: block; }
    @media (max-width: 1024px) {
      .cart-block__shipping_active {
        display: block; } }
  .cart-block__shipping-adress > div {
    padding-bottom: 15px; }
  .cart-block__shipping-adress p {
    font-family: MRegular;
    color: #303030;
    font-size: 14px;
    line-height: 21px; }
  .cart-block__shipping-adress span {
    font-family: MSemiBold;
    color: #303030;
    font-size: 14px;
    line-height: 21px;
    display: block; }
  .cart-block__shipping-sort {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 550px) {
      .cart-block__shipping-sort {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .cart-block__shipping-date, .cart-block__shipping-time {
      width: 100%; }
      .cart-block__shipping-date:first-child, .cart-block__shipping-time:first-child {
        margin-bottom: 10px; } }
  .cart-block__shipping-link {
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-family: MRegular;
    line-height: 20px;
    font-size: 14px;
    color: #303030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 15px;
    height: 46px; }
    .cart-block__shipping-link i {
      font-size: 14px;
      color: #303030; }
    .jq-dropdown-open .cart-block__shipping-link {
      border: 1px solid #ffda00; }
  .cart-block__shipping_quick {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px; }
    @media (max-width: 550px) {
      .cart-block__shipping_quick {
        margin-left: 0;
        margin-top: 20px; } }
    .cart-block__shipping_quick p {
      color: #1b1b1b;
      font-size: 13px;
      font-family: MMedium;
      padding-left: 5px; }
      .cart-block__shipping_quick p span {
        font-family: MSemiBold; }

.cart-block__email p, .cart-block__cabinet p {
  color: #303030;
  font-size: 14px;
  line-height: 21px;
  font-family: MRegular; }

.cart-block__email {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #cccccc; }
  .cart-block__email a {
    font-family: MSemiBold;
    color: #303030; }
  .cart-block__email p {
    padding-top: 20px; }
  @media (max-width: 768px) {
    .cart-block__email {
      padding-bottom: 20px;
      margin-bottom: 0;
      border-bottom: 0; } }

.cart-block__cabinet {
  border: 2px solid #ededed;
  padding: 30px; }
  @media (max-width: 768px) {
    .cart-block__cabinet {
      display: none; } }
  .cart-block__cabinet a {
    height: 46px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px;
    background: #1b1b1b;
    font-family: MSemiBold;
    margin-top: 20px;
    border-radius: 5px;
    transition: background 0.5s; }
    .no-touchevents .cart-block__cabinet a:hover {
      background: #ffda00;
      color: #1b1b1b; }

.cart-block__subscribe {
  margin-top: 20px;
  margin-bottom: 10px; }

.cart-item__img {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  width: 100px;
  height: 100px;
  margin-right: 10px; }
  @media (max-width: 480px) {
    .cart-item__img {
      width: 90px;
      height: 90px; } }
  .cart-item__img img {
    max-width: 100px;
    max-height: 100px; }
    @media (max-width: 480px) {
      .cart-item__img img {
        max-width: 90px;
        max-height: 90px; } }

.cart-item__list {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 70px;
  left: 0;
  cursor: pointer; }

.cart-item__product {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .cart-item__product-right {
    width: 100%; }

.cart-item__name a {
  font-size: 13px;
  line-height: 16px;
  color: #303030;
  font-family: MRegular; }

.cart-item__stock_in, .cart-item__stock_out {
  color: #303030;
  font-family: MRegular;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  padding-left: 15px; }
  .cart-item__stock_in:after, .cart-item__stock_out:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 0;
    top: 4px; }

.cart-item__stock_in:after {
  background: #21e17b; }

.cart-item__stock_out:after {
  background: #ff1940; }

.cart-item__article {
  color: #303030;
  font-family: MRegular;
  font-size: 13px;
  line-height: 16px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ededed; }

.cart-item__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .cart-item__line:last-child {
      display: block; }
      .modal_product .cart-item__line:last-child {
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 480px) {
    .cart-item__line:last-child {
      padding-top: 25px; }
      .modal_product .cart-item__line:last-child {
        display: block; } }
  @media (max-width: 480px) {
    .modal_product .cart-item__line_under {
      display: block; } }
  .cart-item__line_under > div:first-child {
    width: 40%; }
    @media screen and (max-width: 768px) {
      .cart-item__line_under > div:first-child {
        width: 100%; } }
  .cart-item__line_under > div:last-child {
    width: auto;
    position: absolute;
    right: 0; }

.modal__product .cart-item__price {
  width: 60% !important; }

@media (max-width: 768px) {
  .cart-item__price {
    margin-top: 20px; }
    .modal_product .cart-item__price {
      margin-top: 0; } }

@media (max-width: 480px) {
  .modal_product .cart-item__price {
    margin-top: 20px; } }

.cart-item .product-price_sale, .cart-item .product-price {
  font-family: MSemiBold;
  color: #303030;
  font-size: 16px;
  line-height: 20px; }

.cart-item .product-price_old {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  position: relative;
  font-family: MSemiBold;
  margin-left: 5px; }
  .cart-item .product-price_old:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #e4042a;
    top: 9px;
    left: 0; }

.cart-item__close {
  cursor: pointer;
  transition: all 0.3s; }
  .cart-item__close svg * {
    fill: #999999; }
  .no-touchevents .cart-item__close:hover svg * {
    fill: #e4042a; }
  @media (max-width: 768px) {
    .cart-item__close {
      position: absolute;
      right: 0;
      bottom: 0; } }

.cart-item__install .install {
  border-bottom: 0;
  padding-bottom: 0; }

.order-delivery-custom_hidden {
  display: none; }

.best-price__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 768px) {
  .best-price .main-title__text {
    line-height: 20px !important; } }

.best-price__nav {
  display: none; }

@media (max-width: 1200px) and (min-width: 768px) {
  .best-price .product__price {
    display: block; }
    .best-price .product__price .product__price_sale, .best-price .product__price .product__price_current {
      display: block;
      padding-bottom: 5px; } }

.best-price .products-block__item {
  padding: 0; }
  @media screen and (max-width: 1200px) {
    .best-price .products-block__item {
      width: 25%; } }
  @media screen and (max-width: 1024px) {
    .best-price .products-block__item {
      width: 33.3333333333%; } }

@media (max-width: 768px) {
  .best-price .products-block__item, .recomended__inside .products-block__item, .new-items .products-block__item {
    width: 100%; }
  .best-price .product, .recomended__inside .product, .new-items .product {
    max-width: inherit;
    min-height: 175px;
    display: none;
    width: 100%; }
    .best-price .product:first-child, .recomended__inside .product:first-child, .new-items .product:first-child {
      display: block; }
    .best-price .product__content, .recomended__inside .product__content, .new-items .product__content {
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -ms-flex-direction: row;
          flex-direction: row; }
    .best-price .product__name, .recomended__inside .product__name, .new-items .product__name {
      padding-left: 0; }
    .best-price .product__image, .recomended__inside .product__image, .new-items .product__image {
      max-width: 240px;
      min-width: auto;
      width: 40%;
      margin-left: 10px;
      margin-right: 0;
      padding: 0;
      -ms-flex: inherit;
          flex: inherit; }
    .best-price .product__badge, .recomended__inside .product__badge, .new-items .product__badge {
      margin: 0;
      min-height: 36px;
      min-width: 36px;
      position: absolute;
      left: 20px;
      bottom: 20px;
      padding: 0; }
    .best-price .product__mark, .recomended__inside .product__mark, .new-items .product__mark {
      margin: 15px 0 10px;
      min-height: inherit; }
      .best-price .product__mark span, .recomended__inside .product__mark span, .new-items .product__mark span {
        margin-bottom: 5px; }
    .best-price .product__info, .recomended__inside .product__info, .new-items .product__info {
      padding: 0 0 0 15px;
      width: 60%; }
    .best-price .product__name, .recomended__inside .product__name, .new-items .product__name {
      min-height: auto;
      height: auto;
      margin-bottom: 15px; }
    .best-price .product__price, .recomended__inside .product__price, .new-items .product__price {
      border-top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 10px; }
      .best-price .product__price .product__price_sale, .best-price .product__price .product__price_current, .recomended__inside .product__price .product__price_sale, .recomended__inside .product__price .product__price_current, .new-items .product__price .product__price_sale, .new-items .product__price .product__price_current {
        padding: 0 10px 0 0; }
      .best-price .product__price-bottom, .recomended__inside .product__price-bottom, .new-items .product__price-bottom {
        border-top: 0;
        display: block; }
    .best-price .product__cart, .recomended__inside .product__cart, .new-items .product__cart {
      display: inline-block;
      background: transparent;
      border-radius: 5px;
      border: 2px solid #ededed;
      height: 36px;
      width: 130px;
      margin-left: 0;
      margin-top: 10px; }
      .best-price .product__cart:hover, .recomended__inside .product__cart:hover, .new-items .product__cart:hover {
        border-color: #ffe132; }
      .best-price .product__cart .product-toCart, .recomended__inside .product__cart .product-toCart, .new-items .product__cart .product-toCart {
        height: 100%; }
        .best-price .product__cart .product-toCart__icon, .recomended__inside .product__cart .product-toCart__icon, .new-items .product__cart .product-toCart__icon {
          width: 20px;
          height: 20px; }
        .best-price .product__cart .product-toCart span, .recomended__inside .product__cart .product-toCart span, .new-items .product__cart .product-toCart span {
          font-size: 13px;
          display: block;
          padding-left: 10px; }
  .slick-initialized .slick-slide {
    display: block !important;
    -ms-flex-align: center;
        align-items: center; }
    .slick-initialized .slick-slide .top-slider__item-text {
      top: auto; }
  .slick-initialized.top-slider__content .slick-slide {
    display: -ms-flexbox !important;
    display: flex !important; }
  .best-price__slider, .recomended__slider, .new-items__slider {
    padding: 20px 0;
    border: 1px solid #ededed;
    border-radius: 10px; }
  .best-price__inside, .recomended__inside, .new-items__inside {
    max-height: 250px;
    overflow: hidden; }
  .best-price__nav, .recomended__nav, .new-items__nav {
    padding: 20px 20px 0;
    display: block !important; }
    .best-price__nav .slider-nav, .recomended__nav .slider-nav, .new-items__nav .slider-nav {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .best-price__nav .slider-nav .slider-nav__numbers, .recomended__nav .slider-nav .slider-nav__numbers, .new-items__nav .slider-nav .slider-nav__numbers {
        display: -ms-flexbox;
        display: flex; } }

@media (max-width: 480px) {
  .best-price__inside, .recomended__inside, .new-items__inside {
    max-height: inherit; }
  .best-price .product__image, .recomended__inside .product__image, .new-items__inside .product__image {
    max-width: 140px;
    min-width: 75px; }
  .best-price .product__price, .recomended__inside .product__price, .new-items__inside .product__price {
    display: block; }
    .best-price .product__price span, .recomended__inside .product__price span, .new-items__inside .product__price span {
      display: inline-block;
      margin-bottom: 10px; }
      .best-price .product__price span:last-child, .recomended__inside .product__price span:last-child, .new-items__inside .product__price span:last-child {
        margin-bottom: 0; } }

.block-404 {
  position: relative; }
  .block-404__bg {
    background: url("/assets/images/static/404.png") no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 201px;
    margin-top: 70px; }
  .block-404__icon {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (max-width: 600px) {
      .block-404__icon {
        max-width: 150px; } }
    @media (max-width: 450px) {
      .block-404__icon {
        max-width: 100px; } }
  .block-404__text {
    font-size: 32px;
    line-height: 40px;
    font-family: "Gotham Pro", sans-serif;
    margin-top: 50px;
    color: #1b1b1b;
    text-align: center; }
    @media (max-width: 500px) {
      .block-404__text {
        margin-top: 30px; } }
  .block-404__text2 {
    font-size: 16px;
    line-height: 24px;
    font-family: MRegular, sans-serif;
    margin-top: 30px;
    color: #303030;
    text-align: center;
    margin-bottom: 80px; }
    .block-404__text2 a {
      font-family: MSemiBold, sans-serif;
      color: #303030; }
      .no-touchevents .block-404__text2 a:hover {
        color: #ffda00; }

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

.brand-block {
  background: #ffda00;
  padding: 100px 0 30px;
  margin-top: -100px; }
  .brand-block__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
    height: 120px;
    overflow: hidden; }
  @media (max-width: 768px) {
    .brand-block {
      padding: 90px 0 30px;
      overflow: hidden; } }
  .brand-block__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px; }
  .brand-block__title {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-family: Gotham Pro, sans-serif; }
    @media (max-width: 768px) {
      .brand-block__title {
        font-size: 24px;
        line-height: 30px; } }
  .brand-block__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .brand-block__nav > a {
      font-size: 14px;
      line-height: 18px;
      color: #000;
      font-family: MSemiBold, sans-serif;
      padding-right: 20px; }
  .brand-block__item {
    width: 16.6666666667%;
    padding: 5px; }
    @media (max-width: 1200px) {
      .brand-block__item {
        width: 20%; } }
    @media (max-width: 900px) {
      .brand-block__item {
        width: 25%; } }
    @media (max-width: 600px) {
      .brand-block__item {
        width: 33.3333333333%; } }
    @media (max-width: 480px) {
      .brand-block__item {
        width: 50%; } }
    @media (max-width: 360px) {
      .brand-block__item {
        width: 100%; } }
  .brand-block__link {
    padding: 10px;
    display: block;
    width: 100%;
    height: 95px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    transition: box-shadow 0.5s; }
    .no-touchevents .brand-block__link:hover {
      transform: scale(1.04);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }
  .brand-block__logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5; }
    .no-touchevents .brand-block__logo:hover {
      opacity: 1;
      filter: inherit; }

.brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 5px; }
  .brand__link {
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5; }

.brands-all {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1000px) {
    .brands-all .left-filter {
      display: none; } }
  .brands-all__filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .brands-all__filter .brands-filter__item {
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 480px) {
      .brands-all__filter {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .brands-all__right {
    width: 100%; }
  .brands-all__search {
    margin-top: 20px; }
    .brands-all__search-input {
      width: 100%;
      font-size: 14px; }
    .brands-all__search_submit {
      height: 20px;
      width: 22px;
      position: absolute;
      right: 14px;
      top: 13px;
      cursor: pointer; }
      .brands-all__search_submit svg * {
        fill: #9b9b9b; }
        .brands-all__search_submit svg * .search-svg {
          stroke: #9b9b9b; }

.brands-list__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0 15px;
  width: 100%; }
  .brands-list__top > div {
    color: #d9d9d9;
    font-size: 24px;
    line-height: 30px;
    font-family: 'GothamProMedium'; }
  .brands-list__top > a {
    font-size: 14px;
    line-height: 18px;
    color: #1b1b1b;
    font-family: 'MSemiBold';
    border-bottom: 1px dotted #1b1b1b; }
    .brands-list__top > a:hover {
      border-bottom: 1px dotted #ffda00;
      color: #ffda00; }

.brands-list__line {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 20px;
  width: 100%; }
  .brands-list__line:last-child {
    border-bottom-width: 0; }
  .brands-list__line-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.brands-list__item {
  width: 25%;
  padding-left: 10px;
  min-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .brands-list__item {
      width: 33.3333333333%; } }
  @media (max-width: 480px) {
    .brands-list__item {
      width: 50%; } }
  .brands-list__item:hover {
    background: #fff099;
    border-radius: 5px; }
  .brands-list__item a {
    font-size: 14px;
    line-height: 18px;
    font-family: MMedium;
    color: #303030;
    width: 100%; }

.brand-single__inside {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1000px) {
    .brand-single__inside .left-filter {
      display: none; } }

.brand-single__title {
  line-height: 40px;
  font-size: 32px;
  color: #000000;
  font-family: "Gotham Pro Black";
  margin-bottom: 30px; }

.brand-single__info-img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  height: 200px;
  background-size: cover;
  background-position: center; }
  .brand-single__info-img_small {
    display: none;
    height: 200px; }
  @media (max-width: 600px) {
    .brand-single__info-img_small {
      display: block;
      background-size: contain;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      /* clearfix */ }
      .brand-single__info-img_small:before {
        content: "";
        padding-top: 100%;
        float: left; }
    .brand-single__info-img_large {
      display: none; } }

.brand-single__info-logo {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  height: 75px;
  width: 120px; }

.brand-single__info .text td {
  border: none; }

.brand-single__info .text a {
  border-bottom: 0; }

.brand-single__sep {
  border-top: 1px dotted #cccccc;
  margin: 50px 0; }

.brand-single__cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px; }
  .brand-single__cat-item {
    color: #1b1b1b;
    border: 2px solid #ededed;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px;
    height: 100%;
    min-height: 60px; }
    .brand-single__cat-item:hover {
      border: 2px solid #ffda00;
      box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  .brand-single__cat-wrapper {
    padding: 10px;
    width: 25%; }
    @media (max-width: 1200px) {
      .brand-single__cat-wrapper {
        width: 33.3333333333%; } }
    @media (max-width: 660px) {
      .brand-single__cat-wrapper {
        width: 50%; } }
    @media (max-width: 450px) {
      .brand-single__cat-wrapper {
        width: 100%; } }
  .brand-single__cat-title {
    font-family: MSemiBold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .brand-single__cat-count {
    font-size: 10px;
    line-height: 22px;
    color: #999999;
    margin-left: 5px; }

.brand-single__collection-inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .brand-single__collection-inside > a {
    width: 25%;
    font-size: 14px;
    line-height: 18px;
    font-family: MMedium;
    color: #303030;
    padding-left: 10px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1200px) {
      .brand-single__collection-inside > a {
        width: 33.3333333333%; } }
    @media (max-width: 660px) {
      .brand-single__collection-inside > a {
        width: 50%; } }
    @media (max-width: 450px) {
      .brand-single__collection-inside > a {
        width: 100%; } }
    .brand-single__collection-inside > a:hover {
      background: #fff099;
      border-radius: 5px; }

.brand-single__hits {
  margin-bottom: -1px;
  max-width: 920px; }
  .brand-single__hits .hits__top {
    background: transparent; }
  .brand-single__hits .hits__inside {
    -ms-flex-align: end;
        align-items: flex-end;
    height: inherit;
    padding-top: 50px; }
    @media (max-width: 768px) {
      .brand-single__hits .hits__inside {
        padding-top: 35px; } }
  .brand-single__hits .hits__slider {
    margin-top: 30px; }
  .brand-single__hits .container {
    padding: 0; }

.slick-slide img {
  display: inline; }

.breadcrumbs {
  position: relative; }
  .breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 700px) {
      .breadcrumbs__list {
        display: none; } }
  .breadcrumbs__back {
    display: none; }
    @media (max-width: 700px) {
      .page-cat .breadcrumbs__back {
        display: block; } }
    .breadcrumbs__back-link {
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      line-height: 19px;
      color: #1b1b1b;
      font-family: MSemiBold, sans-serif;
      border-bottom: 1px solid #ededed;
      padding: 20px 20px;
      position: relative;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 20px;
      background-color: #f3f3f3; }
      .breadcrumbs__back-link i {
        display: none;
        color: rgba(27, 27, 27, 0.51);
        font-size: 14px; }
        @media (max-width: 1024px) {
          .breadcrumbs__back-link i {
            display: inline; } }
      .breadcrumbs__back-link:hover {
        color: rgba(27, 27, 27, 0.71); }
    .breadcrumbs__back .svg-icon {
      margin-right: 10px;
      transform: rotate(-180deg); }
  .breadcrumbs__wrapper {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (max-width: 700px) {
      .breadcrumbs__wrapper.container {
        padding: 0; } }
  .breadcrumbs__item {
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    font-family: MRegular, sans-serif; }
    .breadcrumbs__item:first-child {
      padding-left: 0; }
    .breadcrumbs__item_active {
      position: relative;
      pointer-events: none; }
      .breadcrumbs__item_active::after {
        content: none !important; }
      @media (max-width: 768px) {
        .breadcrumbs__item_active {
          display: none; } }
  .breadcrumbs__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: #999999; }
    .breadcrumbs__link:first-child {
      padding-left: 0; }
    .breadcrumbs__link::after {
      position: absolute;
      right: -10px;
      top: 0;
      content: '>';
      color: #999999; }
    .breadcrumbs__link:hover {
      color: #303030; }

.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; }
  @media (max-width: 1200px) {
    .basket-info {
      width: 92px; } }
  @media (max-width: 1024px) {
    .basket-info {
      width: 138px; } }
  @media (max-width: 768px) {
    .basket-info {
      width: 92px; } }
  .basket-info__element {
    width: 150px;
    height: 46px;
    padding: 0 12px;
    cursor: pointer; }
    .header_fixed .basket-info__element {
      border-radius: 0;
      height: 60px; }
      @media (max-width: 1200px) {
        .header_fixed .basket-info__element {
          width: 60px;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
          -ms-flex-pack: center;
              justify-content: center;
          padding: 0; } }
  .basket-info__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%; }
    .header_fixed .basket-info__link {
      -ms-flex-pack: center;
          justify-content: center; }
  .basket-info__icon {
    margin-right: 12px;
    width: 24px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    height: 24px;
    z-index: 1; }
    .basket-info__icon svg * {
      fill: #1b1b1b; }
    @media (max-width: 1200px) {
      .basket-info__icon {
        margin-right: 0; } }
  .basket-info__name {
    min-width: 55px;
    color: #1b1b1b;
    font-size: 14px;
    font-family: 'MSemiBold', sans-serif; }
    @media (max-width: 1200px) {
      .basket-info__name {
        display: none; } }
  .basket-info__count {
    position: absolute;
    right: -11px;
    top: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 10;
    display: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 13px; }
    .basket-info__count_active {
      display: -ms-flexbox;
      display: flex; }
  .basket-info__data {
    display: none;
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 150; }
    .header_fixed .basket-info__data {
      top: 60px; }
  .basket-info__element_search {
    display: none; }
    @media (max-width: 1024px) {
      .basket-info__element_search {
        display: block; } }
  .basket-info__element_cart {
    background: #ffda00;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    @media (max-width: 1024px) {
      .basket-info__element_cart {
        background: #ededed;
        border-left: 1px solid #fff; } }
    .basket-info__element_cart .basket-info__icon {
      width: 23px;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
      height: 22px; }
    .basket-info__element_cart .basket-info__count {
      border: 2px solid #ffda00;
      background: #000000;
      color: #fff;
      font-family: 'MSemiBold', sans-serif; }
    .no-touchevents .basket-info__element_cart:hover {
      background: #ffe132;
      transition: background 0.5s;
      border-bottom-right-radius: 0; }
      .no-touchevents .basket-info__element_cart:hover .basket-info__name {
        font-family: 'MSemiBold', sans-serif; }
      @media (min-width: 769px) {
        .no-touchevents .basket-info__element_cart:hover .list-block_active {
          display: block;
          border: 1px solid #ffda00;
          border-top-right-radius: 0; }
          .no-touchevents .basket-info__element_cart:hover .list-block_active .list-block__item-line > div:first-child {
            display: block; } }
  .basket-info__element_list, .basket-info__element_search {
    background: #ededed;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .no-touchevents .basket-info__element_list:hover, .no-touchevents .basket-info__element_search:hover {
      background: #f3f3f3;
      transition: background 0.5s;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .basket-info__element_list .basket-info__icon, .basket-info__element_search .basket-info__icon {
      width: 20px;
      height: 24px;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px; }
  @media (max-width: 1024px) {
    .basket-info__element_list {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 1px solid #fff; } }
  @media (max-width: 768px) {
    .basket-info__element_list {
      display: none; } }
  .basket-info__element_list .basket-info__count {
    border: 2px solid #ededed;
    background: #ffda00;
    color: #000;
    font-family: 'MSemiBold', sans-serif; }
  .no-touchevents .basket-info__element:hover > .basket-info__data {
    display: block; }

.cabinet-block__title {
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  font-family: MSemiBold;
  padding-bottom: 14px; }

.cabinet-block__title2 {
  font-size: 14px;
  line-height: 18px;
  font-family: MSemiBold;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #303030; }
  .cabinet-block__title2_f {
    margin-top: 0; }

.cabinet-block__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dotted #cccccc; }
  .cabinet-block__line:first-child {
    padding-top: 0; }
  .cabinet-block__line p {
    font-family: MRegular;
    color: #303030;
    font-size: 13px;
    line-height: 16px;
    padding-right: 5px; }
  .cabinet-block__line span {
    font-family: MSemiBold;
    color: #303030;
    font-size: 13px;
    line-height: 16px; }

.cabinet__btn-dotted {
  margin-top: 20px;
  display: inline-block;
  font-family: MSemiBold;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px dotted #a6a6a6; }
  .cabinet__btn-dotted:hover {
    border-bottom-color: transparent; }

.cabinet__btn-black {
  background: #1b1b1b;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  font-family: MMedium;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 15px;
  transition: all 0.3s;
  cursor: pointer; }
  .no-touchevents .cabinet__btn-black:hover {
    background: #ffda00;
    color: #1b1b1b; }

.cabinet-block__inner-gray {
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  font-family: MRegular; }

.cabinet-block__social {
  margin-top: 25px; }
  .cabinet-block__social .soc-auth__list {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .cabinet-block__social .soc-auth__list > div:first-child {
      margin-left: 0; }
    .cabinet-block__social .soc-auth__list > div:last-child {
      margin-right: 0; }

.cabinet-block__inner-background {
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 15px;
  font-family: MRegular;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cabinet-block__inner-background > div:first-child span {
    display: block; }
  .cabinet-block__inner-background-icon {
    cursor: pointer;
    min-width: 30px; }
    .cabinet-block__inner-background-icon > div svg * {
      fill: #6a6a6a; }
    .no-touchevents .cabinet-block__inner-background-icon > div:hover svg * {
      fill: red; }

.cabinet-block__inner-check p {
  font-family: MMedium;
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0; }

.cabinet-block__inner-check > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 0; }
  .cabinet-block__inner-check > div > span {
    width: 100%;
    font-family: MMedium;
    color: #303030;
    font-size: 13px; }

.cabinet-block__inner-alarm {
  padding: 20px; }
  .cabinet-block__inner-alarm > div {
    text-align: right;
    margin-bottom: 10px; }
    .cabinet-block__inner-alarm > div span {
      font-size: 11px;
      line-height: 14px;
      color: #999999;
      font-family: MRegular;
      padding-top: 8px;
      display: inline-block; }

.cabinet-block__empty {
  font-size: 14px;
  color: #999999; }

.user-cabinet__item {
  border: 2px solid #ededed;
  padding: 20px;
  margin-bottom: 20px; }

.user-cabinet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .user-cabinet {
      margin-bottom: 10px; } }
  .user-cabinet__item {
    width: 100%; }
  .user-cabinet__line {
    width: 33.3333333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 10px; }
    .user-cabinet__line_sm {
      width: 65.666666666666666666%; }
      .user-cabinet__line_sm .user-cabinet__item {
        padding: 20px 0; }
      .user-cabinet__line_sm .cabinet-block__title {
        border-bottom: 1px solid #ededed;
        padding: 0 20px 20px; }
      .user-cabinet__line_sm .cabinet-block__pugination {
        border-top: 1px solid #ededed;
        padding: 20px 20px 0; }
      @media (max-width: 800px) {
        .user-cabinet__line_sm {
          width: 49%; } }
    @media (max-width: 800px) {
      .user-cabinet__line_two {
        width: 100% !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 20px; }
        .user-cabinet__line_two > div {
          width: 49%; } }
    @media (max-width: 800px) {
      .user-cabinet__line_two > div {
        width: 100%; } }
    .user-cabinet__line_2 {
      width: 49%; }
    @media (max-width: 800px) {
      .user-cabinet__line {
        width: 50%; } }
    @media (max-width: 600px) {
      .user-cabinet__line {
        width: 100%; } }
  .user-cabinet__color-block {
    padding: 20px;
    margin-bottom: 20px;
    height: 100%; }
    .user-cabinet__color-block_yellow {
      background: #ffda00; }
      .user-cabinet__color-block_yellow .user-cabinet__color-block-title, .user-cabinet__color-block_yellow .user-cabinet__color-block-content, .user-cabinet__color-block_yellow .user-cabinet__color-block-price {
        color: #1b1b1b; }
      .user-cabinet__color-block_yellow .user-cabinet__color-block-btn a {
        border: 2px solid #1b1b1b;
        color: #1b1b1b; }
        .no-touchevents .user-cabinet__color-block_yellow .user-cabinet__color-block-btn a:hover {
          background: #1b1b1b;
          color: #ffda00; }
      .user-cabinet__color-block_yellow .user-cabinet__color-block-icon svg * {
        fill: #e5c400; }
    .user-cabinet__color-block_black {
      background: #1b1b1b;
      margin-bottom: 0; }
      .user-cabinet__color-block_black .user-cabinet__color-block-title, .user-cabinet__color-block_black .user-cabinet__color-block-content, .user-cabinet__color-block_black .user-cabinet__color-block-price {
        color: #ffffff; }
      .user-cabinet__color-block_black .user-cabinet__color-block-btn a {
        border: 2px solid #ffffff;
        color: #ffffff; }
        .no-touchevents .user-cabinet__color-block_black .user-cabinet__color-block-btn a:hover {
          background: #ffffff;
          color: #de2944; }
      .user-cabinet__color-block_black .user-cabinet__color-block-icon svg * {
        fill: #303030; }
    .user-cabinet__color-block-title {
      font-family: MSemiBold;
      font-size: 16px;
      line-height: 20px;
      padding-bottom: 10px;
      text-transform: uppercase; }
    .user-cabinet__color-block-content {
      font-family: MRegular;
      font-size: 14px;
      line-height: 18px;
      padding-bottom: 10px; }
    .user-cabinet__color-block-price {
      font-family: MSemiBold;
      font-size: 21px;
      line-height: 26px; }
    .user-cabinet__color-block-btn {
      margin-top: 20px; }
      .user-cabinet__color-block-btn a {
        font-size: 13px;
        line-height: 16px;
        font-family: MMedium;
        border-radius: 5px;
        padding: 8px;
        display: inline-block;
        transition: all 0.3s; }
    .user-cabinet__color-block-icon {
      width: 100px;
      height: 100px;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .user-cabinet__account {
    border: 1px solid #ededed;
    height: 100%; }
    .user-cabinet__account-top {
      background: #ededed;
      padding: 0 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      height: 70px; }
      .user-cabinet__account-top > div {
        width: 26px;
        height: 26px;
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        transition: all 0.3s;
        border-radius: 50%; }
        .user-cabinet__account-top > div svg * {
          fill: #999999; }
      .user-cabinet__account-top span {
        font-size: 14px;
        line-height: 18px;
        color: #1b1b1b;
        font-family: MSemiBold;
        padding-left: 10px; }
      .no-touchevents .user-cabinet__account-top:hover > div {
        background: #ff002b; }
        .no-touchevents .user-cabinet__account-top:hover > div svg * {
          fill: #fff; }
    .user-cabinet__account-middle {
      padding: 20px;
      padding-right: 50%; }
      .user-cabinet__account-middle > span {
        font-family: MSemiBold;
        font-size: 14px;
        line-height: 21px;
        color: #303030;
        max-width: 150px;
        text-transform: uppercase; }
      .user-cabinet__account-middle-pic {
        position: absolute;
        right: 20px;
        top: -50px; }
        .user-cabinet__account-middle-pic-item {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          background: #d9d9d9;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .user-cabinet__account-middle-pic-item > span {
            font-family: "Gotham Pro";
            color: #848484;
            font-size: 32px;
            line-height: 40px; }
        .user-cabinet__account-middle-pic-set {
          width: 26px;
          height: 26px;
          border-radius: 50%;
          background: #fff;
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          cursor: pointer;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          bottom: 0;
          position: absolute;
          right: 0; }
          .user-cabinet__account-middle-pic-set svg * {
            fill: #1b1b1b; }
    .user-cabinet__account-content {
      padding: 0 20px; }
    .user-cabinet__account-bottom {
      padding: 0 20px 20px; }
  .user-cabinet__stat {
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    height: 100%; }
    .user-cabinet__stat-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid #ededed;
      margin-right: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .user-cabinet__stat-icon svg * {
        fill: #303030; }
    .user-cabinet__stat > div {
      display: -ms-flexbox;
      display: flex;
      padding: 22px 0; }
      .user-cabinet__stat > div p {
        color: #303030;
        font-size: 16px;
        line-height: 20px;
        font-family: MSemiBold;
        padding-bottom: 10px;
        text-transform: uppercase; }
      .user-cabinet__stat > div span {
        color: #999999;
        font-size: 13px;
        line-height: 16px;
        font-family: MRegular; }
      .user-cabinet__stat > div b {
        color: #303030;
        font-size: 13px;
        line-height: 16px;
        font-family: MSemiBold; }
      .user-cabinet__stat > div a {
        margin-top: 15px; }
  .user-cabinet__title {
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    font-family: "GothamProMedium";
    padding-bottom: 10px; }
  .user-cabinet__status {
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    font-family: MRegular;
    margin-bottom: 20px; }
  .user-cabinet__sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991px) {
      .user-cabinet__sort {
        display: block; } }
    .user-cabinet__sort-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 991px) {
        .user-cabinet__sort-left {
          margin-bottom: 10px; } }
      .user-cabinet__sort-left a {
        font-family: MMedium;
        color: #1b1b1b;
        font-size: 13px;
        line-height: 16px;
        border: 2px solid #ededed;
        border-radius: 5px;
        padding: 8px;
        transition: all 0.3s;
        margin-right: 10px;
        display: inline-block; }
        @media (max-width: 991px) {
          .user-cabinet__sort-left a {
            margin-bottom: 10px; } }
        .user-cabinet__sort-left a.active {
          border: 2px solid #1b1b1b; }
        .no-touchevents .user-cabinet__sort-left a:hover {
          border: 2px solid #d9d9d9; }
    .user-cabinet__sort-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .user-cabinet__sort-right input {
        height: 36px;
        margin-left: 10px;
        max-width: 150px; }
        @media (max-width: 991px) {
          .user-cabinet__sort-right input {
            margin-left: 0;
            margin-right: 10px; } }
      .user-cabinet__sort-right > div > div {
        width: 18px;
        height: 18px;
        position: absolute;
        right: 7px;
        top: 9px; }
        @media (max-width: 991px) {
          .user-cabinet__sort-right > div > div {
            right: 17px; } }
        .user-cabinet__sort-right > div > div svg * {
          fill: #999999; }
  .user-cabinet__search {
    margin: 20px 0; }
    .user-cabinet__search input {
      width: 100%; }
    .user-cabinet__search-submit {
      height: 20px;
      width: 20px;
      position: absolute;
      right: 14px;
      top: 12px;
      cursor: pointer; }
      .user-cabinet__search-submit svg * {
        fill: #9b9b9b; }
        .user-cabinet__search-submit svg * .search-svg {
          stroke: #9b9b9b; }
  .user-cabinet__order_shipping .order-info__left-item-bottom {
    display: none; }
  .user-cabinet__order_shipping .order-info__top-icon {
    display: none; }
  .user-cabinet__order_shipping .order-info__top-arrow {
    display: block !important; }
  .user-cabinet__text {
    font-size: 13px;
    line-height: 16px;
    font-family: MRegular;
    color: #303030;
    margin-bottom: 20px; }
  @media (max-width: 450px) {
    .user-cabinet__list .user-cabinet__sort-right {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .user-cabinet__list-btn {
    height: 36px;
    font-size: 13px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 10px;
    transition: background 0.5s;
    border-radius: 5px;
    margin-left: 10px;
    font-family: MMedium, sans-serif; }
    @media (max-width: 450px) {
      .user-cabinet__list-btn {
        margin: 0 10px 10px 0; } }
    .user-cabinet__list-btn > div {
      margin-right: 10px; }
    .user-cabinet__list-btn_yellow {
      background: #ffda00;
      color: #1b1b1b; }
      @media (max-width: 991px) {
        .user-cabinet__list-btn_yellow {
          margin-left: 0; } }
      .user-cabinet__list-btn_yellow svg * {
        fill: #1b1b1b; }
      .no-touchevents .user-cabinet__list-btn_yellow:hover {
        background: #1b1b1b;
        color: #ffda00; }
        .no-touchevents .user-cabinet__list-btn_yellow:hover svg * {
          fill: #ffda00; }
    .user-cabinet__list-btn_black {
      background: #1b1b1b;
      color: #fff; }
      .user-cabinet__list-btn_black svg * {
        fill: #fff; }
      .no-touchevents .user-cabinet__list-btn_black:hover {
        background: #ffda00;
        color: #1b1b1b; }
        .no-touchevents .user-cabinet__list-btn_black:hover svg * {
          fill: #1b1b1b; }
    .user-cabinet__list-btn_gray {
      border: 2px solid #ededed; }
      .user-cabinet__list-btn_gray svg * {
        fill: #303030; }
      .user-cabinet__list-btn_gray > div {
        margin-right: 0; }
      .no-touchevents .user-cabinet__list-btn_gray:hover {
        border: 2px solid #d9d9d9; }
        .no-touchevents .user-cabinet__list-btn_gray:hover svg * {
          fill: #303030; }
    .no-touchevents .user-cabinet__list-btn_reset:hover {
      background: #ff002b;
      border-color: #ff002b; }
      .no-touchevents .user-cabinet__list-btn_reset:hover svg * {
        fill: #fff; }
  .user-cabinet__list-items-title {
    font-size: 18px;
    line-height: 22px;
    color: #999999;
    font-family: MMedium;
    margin-top: 40px; }
  .user-cabinet__list-items-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 25px; }
    .user-cabinet__list-items-total > div {
      display: -ms-flexbox;
      display: flex; }
    .user-cabinet__list-items-total p {
      font-family: MSemiBold;
      font-size: 14px;
      line-height: 18px;
      color: #303030; }
    .user-cabinet__list-items-total span {
      color: #999999;
      font-size: 21px;
      line-height: 26px;
      padding-left: 10px;
      display: inline-block;
      margin-top: -2px; }
  .user-cabinet__list-items .cart-item {
    margin-bottom: 0;
    margin-top: 20px; }

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

.callback__title, .callback__phone {
  color: #1b1b1b;
  font-family: 'MSemiBold', sans-serif; }
  .callback__title a, .callback__phone a {
    color: #1b1b1b; }

.callback__phone {
  font-size: 21px;
  display: block;
  cursor: pointer; }
  .callback__phone i {
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: -16px; }

.callback__free {
  font-size: 12px; }

.callback__title {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  border-bottom: 1px dotted #a6a6a6;
  cursor: pointer; }
  .no-touchevents .callback__title:hover {
    border-bottom-color: transparent; }

@media (max-width: 768px) {
  .datepickers-container {
    display: none !important; } }

#popup-callback2 .callback__phone {
  margin-bottom: 15px; }

.cart-info {
  width: 275px;
  min-width: 275px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  .cart-info_fixed {
    position: fixed;
    z-index: 9900; }
  @media (max-width: 991px) {
    .cart-info {
      width: 100%;
      margin-top: 40px; } }
  .cart-info__return {
    display: none; }
    @media (max-width: 480px) {
      .cart-info__return {
        display: block; } }
  .cart-info__inside {
    padding: 25px 20px 0;
    border-bottom: 1px dotted #cccccc; }
  .cart-info__delivery {
    display: none; }
    .cart-info__delivery_active {
      display: block; }
  .cart-info__title {
    font-size: 21px;
    line-height: 30px;
    color: #1b1b1b;
    font-family: "GothamProMedium";
    margin-bottom: 13px; }
    .cart-info__title sup {
      line-height: 30px;
      font-size: 14px;
      color: #999999;
      font-family: MRegular; }
  .cart-info__sum > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 7px 0; }
  .cart-info__sum span {
    line-height: 16px;
    font-size: 13px;
    color: #303030;
    font-family: MRegular; }
  .cart-info__sum p {
    line-height: 16px;
    font-size: 13px;
    color: #1b1b1b;
    font-family: MSemiBold; }
  .cart-info__sum-economy {
    border-top: 1px solid #ededed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 0; }
    .cart-info__sum-economy span, .cart-info__sum-economy p {
      line-height: 16px;
      font-size: 13px;
      color: #ff002b;
      font-family: MRegular; }
  .cart-info__sum-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0; }
    .cart-info__sum-total span {
      line-height: 18px;
      font-size: 14px;
      color: #303030;
      font-family: MSemiBold; }
    .cart-info__sum-total p {
      line-height: 30px;
      font-size: 24px;
      color: #303030;
      font-family: MSemiBold; }
  .cart-info__btns {
    padding: 20px; }
    @media (max-width: 991px) and (min-width: 481px) {
      .cart-info__btns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .cart-info__btns a {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 5px;
      font-size: 14px;
      line-height: 20px;
      color: #1b1b1b;
      font-family: MSemiBold;
      height: 46px; }
      @media (max-width: 991px) and (min-width: 481px) {
        .cart-info__btns a {
          width: 49%; } }
    .cart-info__btns_yellow {
      background: #ffda00; }
      .no-touchevents .cart-info__btns_yellow:hover {
        background: #1b1b1b;
        color: #ffda00; }
    .cart-info__btns_gray {
      margin-top: 10px;
      background: #fff;
      border: 2px solid #ededed; }
      @media (max-width: 991px) and (min-width: 481px) {
        .cart-info__btns_gray {
          margin-top: 0; } }
      .no-touchevents .cart-info__btns_gray:hover {
        border: 2px solid #d9d9d9; }
  .cart-info__item {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex; }
    .cart-info__item-img {
      width: 50px;
      height: 60px;
      min-width: 50px;
      margin-right: 10px; }
    .cart-info__item-name a {
      font-size: 13px;
      line-height: 16px;
      color: #303030;
      font-family: MRegular; }
    .cart-info__item-qnt {
      display: -ms-flexbox;
      display: flex;
      padding-top: 10px; }
      .cart-info__item-qnt span {
        font-size: 14px;
        line-height: 18px;
        color: #999999;
        font-family: MSemiBold; }
      .cart-info__item-qnt p {
        padding-left: 5px;
        font-size: 14px;
        line-height: 18px;
        color: #303030;
        font-family: MSemiBold; }
  .cart-info__more {
    font-size: 13px;
    line-height: 16px;
    font-family: MMedium;
    color: #1b1b1b;
    cursor: pointer;
    margin-bottom: 20px; }
    .cart-info__more i {
      padding-left: 10px;
      font-size: 10px; }
    .cart-info__more > div:last-child {
      display: none; }
    .cart-info__more.active > div:last-child {
      display: block; }
    .cart-info__more.active > div:first-child {
      display: none; }
  .cart-info__other {
    display: none; }
    .cart-info__other.active {
      display: block; }

.cart-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.cart-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  width: 100%; }
  .modal-fast-buy .cart-item {
    border-bottom-width: 0; }
  .modal__product .cart-item__close {
    display: none; }
  .cart-item:after {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    height: 1px;
    border-bottom: 1px dotted #cccccc; }
  .cart-item__img {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%; }
  .cart-item__product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .cart-item__product-left {
      margin-right: 20px;
      width: 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
      height: 100px; }
    .cart-item__product-left2 {
      margin-right: 20px;
      width: 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px; }
    @media (max-width: 480px) {
      .cart-item__product_2 {
        margin-top: 0; }
      .cart-item__product-left2 {
        display: none; } }
    .cart-item__product-right_count {
      margin-top: -30px; }
      @media (max-width: 768px) {
        .cart-item__product-right_count {
          margin-top: 0; } }
  .cart-item__name {
    margin-bottom: 10px; }
  .cart-item__padding {
    padding-top: 30px; }
    .cart-item__padding_big {
      padding-top: 58px; }
    @media screen and (max-width: 550px) {
      .cart-item__padding {
        padding-top: 15px; } }
  .cart-item__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .cart-item__actions .product-toCart_small {
      margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .cart-item__actions {
        position: absolute;
        right: 0;
        bottom: -5px; }
        .cart-item__actions .cart-item__close {
          position: static;
          right: 0;
          bottom: 0; } }
  .cart-item__price2, .cart-item__price {
    width: 35%; }
    @media screen and (max-width: 768px) {
      .cart-item__price2, .cart-item__price {
        display: inline-block; } }
  .cart-item__price .product-price {
    -ms-flex-direction: column;
        flex-direction: column; }
  .cart-item__price .product-price_old {
    width: inherit; }
  .cart-item__price .skidka {
    margin-right: -20px; }
  @media screen and (max-width: 768px) {
    .cart-item__price {
      width: 55%; } }
  @media screen and (max-width: 768px) {
    .cart-item__price2 {
      width: 40%; } }

.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-item {
  width: 33.3333333333%;
  padding: 5px;
  margin-bottom: 10px; }
  .catalog-page__items .catalog-item {
    width: 25%; }
  .catalog-item__wrapper {
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  @media (max-width: 991px) {
    .catalog-item {
      width: 49%;
      max-width: inherit;
      margin: 0 0 10px 0; } }
  @media (max-width: 600px) {
    .catalog-item {
      width: 100% !important; } }
  .no-touchevents .catalog-item:hover, .catalog-item_active {
    position: relative;
    z-index: 50; }
    .no-touchevents .catalog-item:hover .catalog-item__wrapper, .catalog-item_active .catalog-item__wrapper {
      box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  .catalog-item__img {
    width: 100%;
    height: 195px;
    background-position: center;
    background-size: cover;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .catalog-item__text {
    padding: 0 20px; }
    .catalog-item_sub .catalog-item__text {
      padding-bottom: 60px; }
    .catalog-item__text sup {
      font-size: 10px;
      line-height: 22px;
      color: #999999;
      font-family: MRegular; }
  .catalog-item__title {
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 0; }
    .catalog-item_sub .catalog-item__title {
      border-bottom: 1px solid #ededed; }
    .catalog-item__title a {
      font-family: MSemiBold;
      font-size: 18px;
      line-height: 22px;
      color: #1b1b1b;
      display: block;
      position: relative; }
      .catalog-item__title a sup {
        font-family: MSemiBold; }
      .no-touchevents .catalog-item__title a:hover {
        color: #ffda00; }
  .catalog-item__sub {
    display: none; }
    .catalog-item__sub a {
      font-family: MMedium;
      font-size: 14px;
      line-height: 18px;
      color: #1b1b1b;
      display: block;
      position: relative;
      margin-top: 10px; }
  .catalog-item__dop {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    padding: 0 20px; }
    .catalog-item_active .catalog-item__dop {
      box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  .catalog-item__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 60px;
    cursor: pointer; }
    .catalog-item__link_ok {
      display: -ms-flexbox !important;
      display: flex !important; }
    .catalog-item__link_hide, .catalog-item__link_show {
      display: none; }
    .catalog-item__link span {
      display: inline-block;
      position: relative;
      font-family: MSemiBold;
      font-size: 14px;
      line-height: 18px;
      color: #1b1b1b; }
    .catalog-item__link i {
      font-size: 10px; }

.catalog-main .product__image {
  padding: 10px 10px 0; }

.catalog-main .product__name, .catalog-main .product__mark {
  padding: 0 20px; }

@media (max-width: 560px) {
  .catalog-main .product__name {
    height: auto; } }

.catalog-main .product__info {
  padding: 0;
  /* height: 100%; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.catalog-main .product__price {
  margin: 0 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-top: 0px solid red;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.catalog-main .product-price__old, .catalog-main .product-price__sale {
  margin-right: 0; }

.no-touchevents .catalog-main .product:hover {
  transition: none; }

.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 {
  background: #fff;
  padding: 0 0 40px; }
  @media (max-width: 560px) {
    .category-head {
      padding: 0 0 20px; } }
  .category-head__name {
    color: #000000;
    font-family: "Gotham Pro", sans-serif;
    font-size: 42px;
    line-height: 52px;
    border-bottom: 1px solid #ededed;
    padding: 0 0 30px; }
    @media (max-width: 768px) {
      .category-head__name {
        font-size: 32px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .category-head__name {
        font-size: 24px;
        line-height: 30px; } }

.category-list .ps-container > .ps-scrollbar-x-rail, .category-list .ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.category-list__tabs {
  border-bottom: 1px solid #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 768px) {
    .navigation-sub__item_active .category-list__tabs {
      margin-top: 20px; } }

.category-list__new {
  /* font-size: 10px; */
  position: absolute;
  color: #ff002b;
  left: -18px;
  /* line-height: 17px; */
  width: 14px;
  height: 18px;
  margin-top: -1px; }
  @media (max-width: 768px) {
    .navigation-sub .category-list__new {
      left: 5px; } }

.category-list__tab {
  font-size: 14px;
  cursor: pointer;
  line-height: 20px;
  color: #303030;
  font-family: MSemiBold, sans-serif;
  padding: 0 0 20px;
  position: relative;
  display: block;
  margin-right: 20px; }
  .category-list__tab:last-child {
    margin-right: 0; }
  .category-list__tab_active::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-color: #ffda00;
    border-radius: 0; }

.category-list__content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  margin: 20px;
  padding-left: 20px;
  margin-left: 0; }
  .category-list__content_active {
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 768px) {
    .category-list__content {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow: auto;
      padding: 0; } }

.category-list__item {
  max-width: 230px;
  width: 25%; }
  @media (max-width: 768px) {
    .category-list__item {
      max-width: inherit;
      width: 100%; }
      .category-list__item .fa {
        display: none !important; } }

.category-list__ul {
  display: -ms-flexbox;
  display: flex;
  max-height: 630px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  padding: 7px;
  margin: -7px; }
  @media (max-width: 768px) {
    .category-list__ul {
      margin: 0;
      padding: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow: auto; } }

.category-list__li {
  width: 25%; }
  .category-list__li:first-child .category-list__main {
    border: 0;
    padding-top: 0;
    margin-top: 0; }
  @media (max-width: 768px) {
    .navigation-sub .category-list__li {
      width: 100%; }
    .category-list__ul_opened .category-list__li {
      display: none; } }
  .category-list__li .fa-chevron-right {
    display: none; }
  .category-list__li_sub {
    display: block;
    padding: 5px 0; }
    @media (max-width: 768px) {
      .category-list__li_sub {
        display: none; } }
  @media (max-width: 768px) {
    .category-list__ul_opened .category-list__li_active {
      display: block; }
      .category-list__ul_opened .category-list__li_active .fa-chevron-right, .category-list__ul_opened .category-list__li_active .fa-circle {
        display: none !important; } }

.category-list__main {
  padding: 10px 0;
  border-top: 1px solid #ededed;
  margin: 0 10px;
  margin-top: 5px;
  padding-bottom: 3px; }
  @media (max-width: 768px) {
    .navigation-sub .category-list__main {
      margin: 0;
      padding: 0;
      border: 0; } }

.category-list__dop {
  margin: 0 10px; }

.category-list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  font-family: MSemiBold, sans-serif; }
  @media (max-width: 768px) {
    .navigation-sub .category-list__link {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      line-height: 19px;
      color: #1b1b1b;
      font-family: MSemiBold, sans-serif;
      border-bottom: 1px solid #ededed;
      padding: 20px 20px;
      position: relative;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .navigation-sub .category-list__link .fa-chevron-right {
        color: rgba(27, 27, 27, 0.51);
        font-size: 14px;
        display: inline; } }
  .no-touchevents .category-list__link:hover {
    color: #ffda00; }
  .category-list__link_sub {
    font-size: 12px;
    line-height: 17px;
    color: #303030;
    font-family: MRegular, sans-serif; }
  .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_small .category-list__ul {
  display: -ms-flexbox;
  display: flex;
  max-height: 230px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 768px) {
    .category-list_small .category-list__ul {
      margin: 0;
      padding: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow: auto;
      max-height: inherit !important; } }

.category-list_small .category-list__li {
  width: 50%; }
  @media (max-width: 768px) {
    .navigation-sub .category-list_small .category-list__li {
      width: 100%; } }

.category-list_brand .category-list__link {
  font-size: 14px;
  line-height: 17px;
  color: #303030;
  font-family: MRegular, sans-serif; }

.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-city-select .modal__close {
  top: 38px; }

.modal-city-select__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.modal-city-select__item {
  width: 50%;
  display: block;
  font-family: MMedium, sans-serif;
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 10px; }
  @media (max-width: 480px) {
    .modal-city-select__item {
      width: 100%; } }
  .no-touchevents .modal-city-select__item:hover {
    background: #fff099; }
  .modal-city-select__item_active {
    background: #ffda00; }

.city-select2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .city-select2__caption {
    padding: 0 5px 0 10px; }
  .city-select2__icon {
    width: 15px;
    height: 16px; }
    .city-select2__icon_full {
      display: none; }
  .city-select2__location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .city-select2__location i {
      font-size: 10px;
      color: #808080;
      padding-left: 8px; }
  .no-touchevents .city-select2:hover .city-select2__value {
    color: white; }
  .no-touchevents .city-select2:hover .city-select2__icon_full {
    display: block; }
  .no-touchevents .city-select2:hover .city-select2__icon_clear {
    display: none; }

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

@media (max-width: 1200px) {
  .complect {
    width: 100%;
    margin-left: 0; } }

.complect .product__cart {
  display: none; }

.complect .slider-nav {
  position: absolute;
  right: 0;
  top: -5px; }

.complect__line {
  -ms-flex: 1;
      flex: 1; }

.complect__prices {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 15px; }

.complect h2 {
  padding-bottom: 20px;
  color: #000000;
  font-family: "GothamProMedium";
  font-size: 21px;
  line-height: 26px; }

.complect__inside {
  border: 2px solid #ffda00;
  display: -ms-flexbox;
  display: flex; }
  .complect__inside .product {
    width: 100%;
    min-height: 160px;
    max-width: inherit;
    border-right: 1px solid #ededed;
    position: relative;
    /*  &:before{
        position: absolute;
        content: '';
        width: 34px;
        border-radius: 50%;
        height: 34px;
        bottom: -17px;
        left: 61px;
        background: #fff;
        z-index: 99;
      }*/ }
    .complect__inside .product:after {
      position: absolute;
      content: '+';
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #efefef;
      color: #303030;
      right: -13px;
      top: 65px;
      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; }
    .no-touchevents .complect__inside .product:hover {
      box-shadow: none !important;
      z-index: 10; }
      .no-touchevents .complect__inside .product:hover .product__cart {
        display: none !important; }
      .no-touchevents .complect__inside .product:hover .slick-dots {
        opacity: 0 !important; }
    .complect__inside .product__content {
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
    .complect__inside .product__image {
      width: 140px;
      min-height: 70px;
      padding: 0;
      height: inherit;
      margin: auto; }
      @media (max-width: 480px) {
        .complect__inside .product__image {
          min-height: 60px;
          padding: 0; } }
      .complect__inside .product__image-item {
        height: inherit; }
      .complect__inside .product__image img {
        height: auto; }
    .complect__inside .product__badge {
      display: none; }
    .complect__inside .product__mark {
      display: none; }
    .complect__inside .product__info {
      padding: 0; }
    .complect__inside .product__name {
      min-height: inherit; }
    .complect__inside .product__price {
      border-top: 0; }
      @media (max-width: 480px) {
        .complect__inside .product__price .product__price_sale, .complect__inside .product__price .product__price_current {
          font-size: 16px; } }
      @media (max-width: 480px) {
        .complect__inside .product__price {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: start;
              align-items: flex-start; }
          .complect__inside .product__price:first-child {
            padding-bottom: 5px; } }
    .complect__inside .product__category {
      display: block; }

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

.complect__slider {
  width: 100%; }

.complect__items {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.complect__skidka {
  font-size: 16px;
  line-height: 18px;
  color: #fa4747;
  font-family: MSemiBold;
  margin-top: 10px; }

.complect__new {
  margin-top: 10px;
  font-family: MSemiBold;
  color: #303030;
  font-size: 24px;
  line-height: 30px; }

.complect__old {
  font-size: 16px;
  line-height: 20px;
  color: #b9b9b9;
  text-decoration: line-through;
  width: 100%; }
  @media (max-width: 480px) {
    .complect__old {
      padding-bottom: 20px; } }

.complect__b {
  height: 46px;
  width: 170px;
  color: #fff;
  background: #1b1b1b;
  font-family: MSemiBold;
  font-size: 14px;
  line-height: 16px;
  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.5s; }
  .no-touchevents .complect__b:hover {
    color: #1b1b1b;
    background: #ffda00; }
  @media (max-width: 480px) {
    .complect__b {
      width: 100%; } }

.complect__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 0 0 275px;
      flex: 0 0 275px;
  width: 275px;
  padding: 0 10px;
  /* &:before{
      position: absolute;
      content: '';
      width: 34px;
      border-radius: 50%;
      height: 34px;
      top: -17px;
      left: 61px;
      background: #fff;
      z-index: 102;
    }
*/ }
  @media (max-width: 480px) {
    .complect__bottom {
      height: inherit;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .complect__bottom:after {
    position: absolute;
    content: '=';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #efefef;
    color: #303030;
    left: -13px;
    top: 65px;
    font-size: 21px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 103; }

@media (max-width: 1000px) {
  .complect {
    margin-top: 30px; }
    .complect__inside, .complect__items {
      -ms-flex-direction: column;
          flex-direction: column; }
    .complect__inside .product {
      border-right: 0;
      border-bottom: 1px solid #ededed; }
      .complect__inside .product:after {
        left: 0;
        right: 0;
        top: -13px;
        margin: auto; }
    .complect__line {
      width: 100%;
      -ms-flex: inherit;
          flex: inherit; }
      .complect__line:first-child .product:after {
        display: none; }
    .complect__bottom {
      width: 100%;
      -ms-flex: inherit;
          flex: inherit;
      padding: 20px 10px; }
      .complect__bottom:after {
        left: 0;
        right: 0;
        top: -13px;
        margin: auto; } }

.buy-complect {
  cursor: pointer; }

@media (max-width: 480px) {
  .contacts-block .dotted-divider:last-child {
    display: none; } }

.contacts-block h2, .contacts-block h2 > p {
  font-family: "GothamProMedium", sans-serif;
  color: #000000;
  font-size: 21px;
  line-height: 26px;
  padding-bottom: 20px; }
  .contacts-block h2__desc p, .contacts-block h2 > p__desc p {
    font-family: MRegular;
    color: #303030;
    font-size: 14px;
    line-height: 21px; }
  .contacts-block h2__desc > p, .contacts-block h2 > p__desc > p {
    padding-bottom: 0; }

.contacts-block__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contacts-block__container_middle {
    padding-bottom: 20px; }
  @media (max-width: 768px) {
    .contacts-block__container {
      display: block; } }

.contacts-block__small {
  -ms-flex: 0 0 330px;
      flex: 0 0 330px; }

.contacts-block__big {
  -ms-flex: 1;
      flex: 1;
  max-width: 560px; }

.contacts-block__tel a {
  font-family: MMedium;
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  display: block; }
  @media (max-width: 768px) {
    .contacts-block__tel a {
      font-size: 24px;
      line-height: 30px; } }

.contacts-block__tel p {
  padding-bottom: 10px; }

.contacts-block__worktime {
  padding-top: 15px; }

.contacts-block__worktime, .contacts-block__email, .contacts-block .contacts-address__time, .contacts-block .contacts-address__address {
  padding-bottom: 15px; }
  .contacts-block__worktime span, .contacts-block__email span, .contacts-block .contacts-address__time span, .contacts-block .contacts-address__address span {
    font-family: MSemiBold;
    color: #303030;
    font-size: 14px;
    line-height: 21px; }

.contacts-block__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.contacts-block__callback {
  border: 2px solid #ffda00;
  padding: 30px;
  margin-top: 36px;
  max-width: 560px;
  width: 100%; }
  @media (max-width: 768px) {
    .contacts-block__callback {
      padding: 20px; } }
  .contacts-block__callback-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0; }
    @media (max-width: 1150px) {
      .contacts-block__callback-inside {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 480px) {
      .contacts-block__callback-inside {
        display: block; } }
    .contacts-block__callback-inside input {
      width: 48%;
      font-size: 14px; }
      @media (max-width: 1150px) {
        .contacts-block__callback-inside input {
          width: 100%;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .contacts-block__callback-inside input {
          margin-bottom: 20px;
          width: 100%; } }
    .contacts-block__callback-inside > div {
      height: 46px;
      width: 48%;
      color: #fff;
      background: #1b1b1b;
      font-family: MSemiBold;
      font-size: 14px;
      line-height: 16px;
      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.5s; }
      .no-touchevents .contacts-block__callback-inside > div:hover {
        color: #1b1b1b;
        background: #ffda00; }
      @media (max-width: 1150px) {
        .contacts-block__callback-inside > div {
          width: 100%; } }
      @media (max-width: 480px) {
        .contacts-block__callback-inside > div {
          width: 100%; } }
  .contacts-block__callback a {
    color: #999999; }
  .contacts-block__callback span {
    color: #999999;
    font-size: 12px;
    line-height: 15px;
    display: block;
    max-width: 400px; }

.contacts-block__nav {
  margin-bottom: 20px; }
  .contacts-block__nav p {
    display: inline;
    padding-right: 5px; }
  .contacts-block__nav span {
    font-family: MSemiBold;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    display: inline;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.3s; }
    .contacts-block__nav span.active {
      color: #ffda00; }

.contacts-block__middle {
  padding-bottom: 30px; }
  @media (max-width: 1024px) {
    .contacts-block__middle {
      display: block; } }
  @media (max-width: 480px) {
    .contacts-block__middle {
      padding-bottom: 10px; } }
  @media (max-width: 1024px) {
    .contacts-block__middle .contacts-block__big {
      width: 100%;
      max-width: inherit; } }
  .contacts-block__middle .contacts-block__small {
    margin-top: 84px;
    padding-left: 35px; }
    @media (max-width: 1024px) {
      .contacts-block__middle .contacts-block__small {
        margin-top: 20px;
        padding-left: 0; } }

.contacts-block__shipping {
  padding-bottom: 20px; }
  .contacts-block__shipping-nav {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-left: 10px; }
    @media (min-width: 481px) {
      .contacts-block__shipping-nav {
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 480px) {
      .contacts-block__shipping-nav {
        border-bottom: 0;
        margin-bottom: 0;
        padding-left: 0;
        border-top: 1px solid #ededed; } }
    @media (max-width: 480px) {
      .contacts-block__shipping-nav > div {
        min-height: 60px;
        border-bottom: 1px solid #ededed; } }
    .contacts-block__shipping-nav > div .contacts-block__shipping-nav-mobile-content {
      display: none; }
      .contacts-block__shipping-nav > div .contacts-block__shipping-nav-mobile-content p {
        padding-bottom: 20px; }
    .contacts-block__shipping-nav > div .contacts-block__shipping-nav-mobile-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 480px) {
        .contacts-block__shipping-nav > div .contacts-block__shipping-nav-mobile-item {
          height: 60px; } }
      .contacts-block__shipping-nav > div .contacts-block__shipping-nav-mobile-item.active span {
        color: #8d8d8d; }
      .contacts-block__shipping-nav > div .contacts-block__shipping-nav-mobile-item.active i {
        color: #8d8d8d; }
        .contacts-block__shipping-nav > div .contacts-block__shipping-nav-mobile-item.active i:before {
          content: "\f077"; }
    .contacts-block__shipping-nav > div span {
      font-family: MSemiBold;
      font-size: 14px;
      line-height: 20px;
      color: #303030;
      margin: 0 10px;
      cursor: pointer; }
      @media (max-width: 480px) {
        .contacts-block__shipping-nav > div span {
          margin: 0; } }
      @media (min-width: 481px) {
        .contacts-block__shipping-nav > div span::before {
          position: absolute;
          right: 0;
          bottom: -22px;
          left: 0;
          width: 100%;
          height: 1px;
          content: '';
          background-color: transparent;
          border-radius: 0; }
        .contacts-block__shipping-nav > div span.active {
          position: relative; }
          .contacts-block__shipping-nav > div span.active::before {
            height: 5px;
            content: '';
            background-color: #ffda00;
            transition: all 0.3s; } }
    .contacts-block__shipping-nav > div i {
      color: #1b1b1b;
      font-size: 14px;
      display: none; }
      @media (max-width: 480px) {
        .contacts-block__shipping-nav > div i {
          display: block; } }
  @media (max-width: 480px) {
    .contacts-block__shipping-content {
      display: none; } }
  .contacts-block__shipping-content > div {
    display: none; }
    .contacts-block__shipping-content > div.active {
      display: block; }
      .contacts-block__shipping-content > div.active p {
        padding-bottom: 20px; }

.contacts-block__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  border-top: 1px dotted #cccccc;
  padding-top: 30px; }
  @media (max-width: 1024px) {
    .contacts-block__bottom {
      display: block; } }
  @media (max-width: 480px) {
    .contacts-block__bottom {
      border-top: 0;
      padding-top: 0; } }

.contacts-block__feedback, .contacts-block__rekvizitu {
  width: 50%; }
  @media (max-width: 1024px) {
    .contacts-block__feedback, .contacts-block__rekvizitu {
      width: 100%; } }

.contacts-block__rekvizitu {
  margin-left: 20px;
  max-width: 425px; }
  @media (max-width: 1024px) {
    .contacts-block__rekvizitu {
      margin-top: 35px;
      margin-left: 0;
      width: 100%;
      max-width: inherit; } }
  @media (max-width: 700px) {
    .contacts-block__rekvizitu {
      margin-left: 0;
      max-width: inherit; } }

.contacts-block__form-gray {
  color: #999999;
  font-size: 12px;
  margin-top: 20px; }
  .contacts-block__form-gray a {
    color: #999999; }

.contacts-block__form div span {
  font-family: MMedium;
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px; }
  .contacts-block__form div span > p {
    color: #ff002b;
    position: absolute;
    top: -2px;
    right: -7px; }

.contacts-block__form div input, .contacts-block__form div textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.contacts-block__form div textarea {
  padding-top: 10px; }

.contacts-block__form-btn {
  height: 46px;
  width: 100%;
  color: #fff;
  background: #1b1b1b;
  font-family: MSemiBold;
  font-size: 14px;
  line-height: 16px;
  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.5s; }
  .no-touchevents .contacts-block__form-btn:hover {
    color: #1b1b1b;
    background: #ffda00; }

.map-container {
  width: 100%;
  height: 270px;
  display: none; }
  .map-container_active {
    display: block; }
  @media (max-width: 480px) {
    .map-container {
      height: 220px; } }
  @media (max-width: 360px) {
    .map-container {
      height: 200px; } }

.contact-map {
  width: 100%;
  height: 100%; }

.custom-checkbox {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 26px;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 7px 15px; }
  .no-touchevents .custom-checkbox:hover {
    transition: all .3s; }
    .no-touchevents .custom-checkbox:hover .custom-checkbox__label {
      color: #333333; }
  .custom-checkbox_color, .no-touchevents .custom-checkbox:hover {
    background-color: #ffe132; }
  .custom-checkbox__label {
    display: inline-block;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    color: #333333;
    font-family: 'MSemiBold';
    font-size: 14px; }
  .custom-checkbox__new {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px; }
    .custom-checkbox__new::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #ededed;
      border-radius: 50%;
      width: 20px;
      height: 20px; }
    .custom-checkbox__new_color {
      width: 26px;
      height: 26px;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px; }
      .custom-checkbox__new_color:after {
        display: none; }
      .custom-checkbox__new_color .split {
        width: 26px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 3; }
        .custom-checkbox__new_color .split_1 {
          transform: rotate(45deg); }
        .custom-checkbox__new_color .split_2 {
          transform: rotate(-45deg); }
      .custom-checkbox__new_color .darkner {
        z-index: 2;
        width: 15px;
        height: 28px;
        -ms-flex: 0 0 13px;
            flex: 0 0 13px;
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 11px;
        opacity: 0.5; }
      .custom-checkbox__new_color .darkner2 {
        z-index: 1;
        width: 15px;
        height: 28px;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 11px;
        background: #fff; }
  .custom-checkbox__old {
    display: none; }
    .custom-checkbox__old:checked ~ .custom-checkbox__label {
      color: #333333; }
    .custom-checkbox__old:checked ~ .custom-checkbox__new::after {
      background: #1b1b1b;
      content: ""; }
    .custom-checkbox__old:checked ~ .custom-checkbox__new_color::after {
      background: transparent;
      width: 26px;
      height: 26px;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
      border: 2px solid  #1b1b1b;
      border-radius: 26px;
      content: ""; }
    .custom-checkbox__old:checked ~ .custom-checkbox__new_color {
      border: 2px solid #1b1b1b; }
    .custom-checkbox__old:checked ~ .custom-checkbox__new::before {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      content: "\f00c";
      color: #fff;
      border-radius: 10em;
      z-index: 10;
      font-family: "FontAwesome";
      font-size: 13px; }
    .custom-checkbox__old:checked ~ .custom-checkbox__new_color::before {
      color: #1b1b1b; }
    .custom-checkbox__old_radio:checked ~ .custom-checkbox__new {
      background: #01be93; }
    .custom-checkbox__old_radio:checked ~ .custom-checkbox__new::before {
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      background: #ffffff; }
  .custom-checkbox__count {
    font-size: 9px;
    line-height: 22px;
    color: #999999; }
  .custom-checkbox_border {
    border: 2px solid #27C399; }
    .custom-checkbox_border .custom-checkbox__old_radio:checked ~ .custom-checkbox__new {
      background: #ffffff !important; }
    .custom-checkbox_border .custom-checkbox__old_radio:checked ~ .custom-checkbox__new::before {
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      background: #01be93; }
    .custom-checkbox_border .custom-checkbox__old_radio:checked ~ .custom-checkbox__new::after {
      margin: auto;
      border: 2px solid #01be93; }
  .custom-checkbox_2 {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    border: 2px solid #A2A2AD;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .custom-checkbox_2 .custom-checkbox__new {
      display: none;
      margin-right: 0;
      margin-left: 5px; }
    .custom-checkbox_2 .custom-checkbox__label {
      font-family: "OpenSans-Bold";
      font-size: 14px; }
    .custom-checkbox_2 .custom-checkbox__old:checked ~ .custom-checkbox__new {
      display: block;
      background-color: #27C399; }
    .custom-checkbox_2 .custom-checkbox__old:checked ~ .custom-checkbox__label {
      color: #27C399; }
    .no-touchevents .custom-checkbox_2 .custom-checkbox__old:checked:hover ~ .custom-checkbox__label {
      color: #fff; }
    .custom-checkbox_2 .custom-checkbox__old:checked ~ .custom-checkbox__new::before {
      color: #fff; }
    .custom-checkbox_2.custom-checkbox_border,
    .no-touchevents .custom-checkbox_2:hover {
      border: 2px solid #27C399; }
  .custom-checkbox .checkbox-tooltip {
    visibility: hidden;
    opacity: 0; }
  .no-touchevents .custom-checkbox:hover .checkbox-tooltip {
    visibility: visible;
    opacity: 1; }

.checkbox-tooltip {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 50%;
  width: 200px;
  margin: 8px auto auto;
  padding: 10px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all .3s;
  transform: translateX(-50%);
  color: #393D4C;
  border-top: 2px solid #01be93;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  font-family: "OpenSans";
  font-size: 12px;
  line-height: 1.2; }
  .checkbox-tooltip::before {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 0 7.5px 10px;
    border-style: solid;
    border-color: transparent transparent #20be94; }
  .checkbox-tooltip .link {
    display: inline-block;
    color: #393D4C;
    font-size: 12px; }
  @media screen and (max-width: 700px) {
    .checkbox-tooltip {
      width: 160px; } }

.date__day {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  font-family: MRegular; }

.datepicker--cell.-current- {
  color: #ffda00; }

.datepicker--day-name {
  color: #d9d9d9; }

.datepickers-container .picker-time .datepicker--time-row > input[type="range"] {
  display: block;
  -webkit-appearance: none;
  background-color: #f3f3f3;
  width: 300px;
  height: 5px;
  border-radius: 5px;
  margin: 0 auto;
  outline: 0; }

.datepickers-container .picker-time .datepicker--time-row > input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 5px solid #1b1b1b;
  cursor: pointer;
  transition: .3s ease-in-out; }

.datepickers-container .picker-time ​ .datepicker--time-row input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #e5c400;
  border: 5px solid #e5c400 !important; }

.datepickers-container .picker-time .datepicker--nav-title {
  font-family: MRegular;
  color: #999999;
  font-size: 14px; }

.datepickers-container .picker-time .datepicker--nav-action path {
  fill: none;
  stroke: #333333;
  stroke-width: 2px; }

.datepickers-container .picker-time .datepicker--day-name {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px; }

.datepickers-container .picker-time .datepicker--cell.datepicker--cell-day {
  font-family: MSemiBold;
  font-size: 18px;
  line-height: 20px;
  color: #333333; }

.datepickers-container .picker-time .datepicker--cell.-current- {
  color: #333333;
  background: #ededed;
  border-radius: 0; }

.datepickers-container .picker-time .datepicker--cell-day {
  height: 40px; }

.datepickers-container .picker-time .datepicker--pointer {
  display: none; }

.datepickers-container .picker-time .datepicker {
  border: 1px solid #ffda00;
  box-shadow: inset 0.5px 0.866px 0px 0px rgba(255, 218, 0, 0.004), inset -1px 0px 0px 0px rgba(255, 218, 0, 0.004);
  border-radius: 5px;
  width: 250px;
  z-index: 100; }

.datepickers-container .picker-time .datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000; }

.datepickers-container .picker-time .datepicker--nav-title {
  font-family: MRegular, sans-serif;
  color: #999999;
  font-size: 14px; }

.datepickers-container .picker-time .datepicker--nav-action path {
  fill: none;
  stroke: #333333;
  stroke-width: 2px; }

.datepickers-container .picker-time .datepicker--day-name {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
  line-height: 16px; }

.datepickers-container .picker-time .datepicker--cell.datepicker--cell-day {
  font-family: MSemiBold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333; }

.datepickers-container .picker-time .datepicker--cell.-disabled- {
  display: none; }

.datepickers-container .picker-time .datepicker--cell.-current-, .datepickers-container .picker-time .datepicker--cell.-selected- {
  color: #333333 !important;
  background: #ededed !important;
  border-radius: 0 !important; }

.datepickers-container .picker-time .datepicker--cell-day {
  height: 45px; }

.datepickers-container .picker-time .datepicker--pointer {
  display: none; }

.datepickers-container .picker-time .datepicker--time-row input[type='range'] {
  border: 0; }

.datepickers-container .picker-time .datepicker--time-current-hours, .datepickers-container .picker-time .datepicker--time-current-minutes {
  font-family: MMedium, sans-serif; }

.datepickers-container .picker-time .datepicker--time-current {
  margin: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.datepickers-container .picker-time .datepicker--time-sliders {
  display: none; }

.datepickers-container .picker-time .datepicker--time-current-hours {
  font-size: 52px;
  font-family: MBold, sans-serif; }

.datepickers-container .picker-time .datepicker--time-current-minutes {
  font-size: 52px;
  font-family: MRegular, sans-serif; }

.datepickers-container .picker-time .datepicker--time-current-colon {
  font-size: 52px;
  font-family: MRegular, sans-serif;
  margin: 0 5px; }

.datepickers-container .picker-time .datepicker--cells {
  width: 600px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.datepickers-container .picker-time .datepicker--days-names {
  width: 600px;
  margin-top: -6px;
  z-index: 2;
  margin-bottom: 0;
  position: absolute;
  display: none; }

.datepickers-container .picker-time .datepicker--body.active {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.datepickers-container .picker-time .datepicker--cell-day {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px; }

.datepickers-container .picker-time .datepicker--content,
.datepickers-container .picker-time .datepicker--time,
.datepickers-container .picker-time .datepicker--nav {
  padding: 0; }

.datepickers-container .picker-time .datepicker--nav-action {
  display: none; }

.datepickers-container .picker-time .arrow {
  width: 44px;
  height: 44px;
  -ms-flex: 0 0 44px;
      flex: 0 0 44px;
  border-radius: 44px;
  border: 1px solid #ededed;
  color: #1b1b1b;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer; }
  .datepickers-container .picker-time .arrow_left {
    margin-left: 10px; }
  .datepickers-container .picker-time .arrow_right {
    margin-right: 10px; }
  .no-touchevents .datepickers-container .picker-time .arrow:hover {
    background: #ffda00;
    border-color: #ffda00; }

.datepickers-container .picker-time .datepicker--time {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.datepickers-container .picker-time .datepicker--nav-title {
  width: 100%; }

.datepickers-container {
  z-index: 11111; }

.datepicker .submit_block {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 46px;
  width: 100%;
  background: #ffda00;
  color: #1b1b1b;
  font-size: 14px;
  font-family: MSemiBold, sans-serif;
  cursor: pointer; }
  .no-touchevents .datepicker .submit_block:hover {
    background-color: #ffe132; }

.picker-time.datepicker .submit_block {
  display: -ms-flexbox;
  display: flex; }

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

.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 #ffda00 !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 #ffda00 !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; }

.cat-no-result {
  min-height: 400px;
  padding: 50px 0;
  text-align: center;
  width: 100%; }
  .cat-no-result__title {
    margin-bottom: 20px;
    color: #16181F;
    font-family: MSemiBold, sans-serif;
    font-size: 28px; }
  .cat-no-result__text {
    font-size: 16px; }

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

.cart-item__img img {
  visibility: hidden; }

@media print {
  .wrapper__top, .wrapper__bottom, .btn-top, .ajax-loading, .enter-bg, .breadcrumbs, .aside,
  .user-cabinet__sort, .cart-item__actions, .cart-item .product-price_old {
    display: none !important; }
  .cart-item__img img {
    visibility: visible; } }

.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: #ffda00;
        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; }

.products-block {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .products-block__item {
    width: 25%;
    padding: 10px; }
    @media screen and (max-width: 1200px) {
      .products-block__item {
        width: 33.3333333333%; } }
    @media screen and (max-width: 860px) {
      .products-block__item {
        width: 50%; } }
    @media screen and (max-width: 560px) {
      .products-block__item {
        width: 100%; } }
    .products-block__item .product-mini {
      width: auto; }

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px; }
  .filter-price__range input {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    color: #393d4d;
    border: none; }

.filter-price__radios {
  border-top: 1px solid #f3f3f3;
  padding: 10px 0; }

.filter-price__input {
  position: relative;
  width: 48%;
  height: 36px;
  border-radius: 5px !important; }
  .filter-price__input > input {
    border: 1px solid #ededed;
    padding-right: 7px;
    padding-left: 25px; }

.filter-price__holder {
  position: absolute;
  top: 13px;
  left: 7px;
  color: #A2A2AD;
  font-size: 12px; }

.filter-price__check {
  margin-bottom: 10px; }

.filter-price__choose > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px 0; }

.filter-price__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__item .custom-checkbox {
  width: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.filter-checks__item .custom-checkbox__label {
  font-family: 'MMedium';
  font-size: 13px; }

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

.filter__search {
  padding: 15px;
  border-bottom: 1px solid #f3f3f3; }
  .filter__search > div {
    height: 20px;
    width: 22px;
    position: absolute;
    right: 21px;
    top: 23px;
    cursor: pointer; }
    .filter__search > div svg * {
      fill: #9b9b9b; }
  .filter__search input {
    width: 100%;
    height: 36px; }

.price-slider {
  margin: 15px;
  padding: 0 10px;
  left: -5px; }

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: 5px solid #1b1b1b;
  background: #fff;
  box-shadow: none;
  border-radius: 20px;
  cursor: pointer; }
  .no-touchevents .noUi-horizontal .noUi-handle:hover {
    background: #e5c400;
    border-color: #e5c400; }
  .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    display: none; }

.noUi-connect {
  background: #ffda00; }

.noUi-horizontal {
  height: 10px; }

.noUi-target {
  border: 0;
  box-shadow: none; }

.noUi-connects {
  background: #ededed; }

.footer-menu__title {
  font-family: MSemiBold, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  display: block; }
  .footer-menu_active .footer-menu__title {
    color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 991px) {
    .footer-menu__title {
      font-size: 16px;
      line-height: 20px; } }

.footer-menu__head {
  padding: 19px 0;
  cursor: pointer;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 991px) {
    .footer-menu__head {
      border-bottom: 1px solid #303030; } }
  .footer-menu__head i {
    display: none;
    margin-left: 5px;
    line-height: 20px; }
    .footer-menu_active .footer-menu__head i {
      transform: rotate(180deg);
      color: rgba(255, 255, 255, 0.5); }
  .footer-menu_active .footer-menu__head {
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 991px) {
    .footer-menu__head {
      display: -ms-flexbox;
      display: flex; } }

.footer-menu__item {
  padding-bottom: 10px; }

@media (max-width: 991px) {
  .footer-menu__data {
    display: none;
    margin-top: 20px; } }

.footer-menu_active .footer-menu__data {
  display: block; }

.footer-menu__link {
  font-family: MRegular, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 991px) {
    .footer-menu__link {
      color: white; } }
  .no-touchevents .footer-menu__link:hover {
    color: #ffda00; }

.footer-menu_city .footer-menu__item {
  padding-bottom: 0;
  display: inline; }
  @media (max-width: 991px) {
    .footer-menu_city .footer-menu__item {
      display: block;
      margin-bottom: 5px; } }

.footer {
  background: #000000; }
  @media (max-width: 1024px) {
    .footer .container {
      padding: 0; } }
  .footer__top {
    background: #1b1b1b;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .footer__top {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .footer__logo {
    background: #ffda00;
    padding: 30px 20px;
    -ms-flex: 0 0 275px;
        flex: 0 0 275px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .footer__logo {
        padding: 20px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px; } }
    @media (max-width: 850px) {
      .footer__logo {
        padding: 20px;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px; } }
    @media (max-width: 768px) {
      .footer__logo {
        padding: 20px 10px;
        margin-right: 0; } }
    @media (max-width: 480px) {
      .footer__logo {
        width: 80px;
        height: 86px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
        -ms-flex-pack: center;
            justify-content: center; }
        .footer__logo .logo__link {
          -ms-flex-pack: center;
              justify-content: center; } }
  .footer__copyright {
    font-family: MRegular, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    padding: 30px 0;
    margin-right: 20px;
    width: 50%; }
    @media (max-width: 991px) {
      .footer__copyright_1 {
        display: none; } }
    .footer__copyright_2 {
      width: 100%; }
    .footer__copyright_disable {
      display: none; }
    .footer__copyright_active {
      display: block; }
    .footer__copyright a {
      font-family: MSemiBold,sans-serif;
      color: #999999; }
  .footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 0;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .footer__social {
        padding: 20px 0;
        padding-right: 20px; } }
  .footer__social-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    -ms-flex: 0 0 44px;
        flex: 0 0 44px;
    height: 44px;
    border-radius: 50%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #303030;
    transition: all 0.3s;
    margin-left: 10px; }
    .footer__social-item i {
      color: #989898;
      font-size: 20px; }
    .no-touchevents .footer__social-item:hover {
      background: #ffda00; }
      .no-touchevents .footer__social-item:hover i {
        color: #1b1b1b; }
  .footer__medium {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px 40px;
    border-bottom: 1px solid #303030; }
    @media (max-width: 991px) {
      .footer__medium {
        padding: 15px 20px 20px;
        display: block;
        border-bottom: 0; }
        .footer__medium .footer__line {
          width: 100%; }
          .footer__medium .footer__line i {
            display: block;
            font-size: 14px;
            color: #fff; }
            .footer-menu_active .footer__medium .footer__line i {
              transform: rotate(190deg); }
        .footer__medium .footer__line-title {
          margin: 15px 0; }
        .footer__medium .footer__line-slide-nav {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          transition: all 0.3s; }
          .footer__medium .footer__line-slide-nav_active i, .footer__medium .footer__line-slide-nav_active span {
            color: #808080; }
          .footer__medium .footer__line-slide-nav_active i.fa-chevron-down:before {
            content: "\f077"; }
        .footer__medium .footer__line-slide {
          display: none; }
        .footer__medium .footer__line-city {
          padding-bottom: 5px; }
          .footer__medium .footer__line-city a {
            color: #ffffff; } }
    @media (max-width: 768px) {
      .footer__medium {
        padding: 15px 10px 20px; } }
  .footer__line {
    width: 25%; }
    .footer__line-title2 {
      font-family: MSemiBold, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #ffffff;
      margin-bottom: 13px;
      display: block; }
  .footer__bottom {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px; }
    .footer__bottom .footer__line {
      width: 25%;
      padding-right: 10px; }
      .footer__bottom .footer__line_last {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        padding-right: 0; }
    @media (max-width: 1110px) {
      .footer__bottom {
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .footer__bottom {
        padding: 30px 10px; } }
    @media (max-width: 950px) {
      .footer__bottom .footer__line {
        width: 50%;
        padding-bottom: 25px; }
        .footer__bottom .footer__line_last {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          width: 100%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    @media (max-width: 480px) {
      .footer__bottom {
        padding: 10px 10px 15px; }
        .footer__bottom .footer__line {
          width: 100%; }
          .footer__bottom .footer__line:last-child > div, .footer__bottom .footer__line:last-child > a {
            margin: -10px;
            padding-left: 20px;
            padding-right: 20px;
            background: #1b1b1b;
            margin-top: 10px;
            width: auto; }
          .footer__bottom .footer__line:last-child > a {
            padding-top: 10px;
            margin-bottom: -40px;
            padding-bottom: 20px; } }
  .footer__developers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    width: 100%; }
    @media (max-width: 1024px) {
      .footer__developers {
        height: auto; } }
    @media (max-width: 480px) {
      .footer__developers {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; } }
    .footer__developers-text {
      font-family: MRegular, sans-serif;
      font-size: 13px;
      line-height: 16px;
      color: #808080;
      transition: all 0.3s; }
    .footer__developers-logo {
      -ms-flex: 0 0 130px;
          flex: 0 0 130px; }
    .footer__developers-image {
      filter: grayscale(100%);
      filter: gray;
      opacity: 0.5;
      transition: all 0.3s;
      max-width: 120px;
      margin-left: 10px; }
    .no-touchevents .footer__developers:hover .footer__developers-text {
      color: #f6d308; }
    .no-touchevents .footer__developers:hover .footer__developers-image {
      filter: grayscale(0);
      filter: none;
      opacity: 1; }
  .footer__yandex {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 5px;
    background: #fff;
    padding: 12px; }
  .footer__addr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .footer__addr-icon {
      width: 26px;
      min-width: 26px;
      height: 26px;
      background: #303030;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 8px; }
      .footer__addr-icon svg * {
        fill: #bababa; }
    .footer__addr-value {
      font-family: MRegular, sans-serif;
      font-size: 13px;
      line-height: 16px;
      color: #808080; }
  .footer-item__pay {
    display: -ms-flexbox;
    display: flex; }
    .footer-item__pay-card {
      border: 1px solid #303030;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 44px;
      height: 26px;
      margin-right: 5px;
      border-radius: 3px;
      transition: all 0.3s; }
      .footer-item__pay-card svg * {
        fill: #808080; }
      .no-touchevents .footer-item__pay-card:hover {
        background: #303030; }
        .no-touchevents .footer-item__pay-card:hover svg * {
          fill: #fff; }

.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 {
  background: #fff; }
  @media (max-width: 768px) {
    .header_white {
      z-index: 2222; } }
  .header__logo {
    width: 217px;
    -ms-flex: 0 0 217px;
        flex: 0 0 217px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    z-index: 1; }
    @media (max-width: 1024px) {
      .header__logo {
        margin-right: 10px; } }
    @media (max-width: 850px) {
      .header__logo {
        width: 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px; } }
    @media (max-width: 550px) {
      .header__logo {
        width: 46px;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
        height: 46px; }
        .header__logo .logo__text {
          display: none; }
        .header__logo .logo__icon {
          width: 46px;
          height: 46px;
          margin-right: 0; } }
    @media (max-width: 450px) {
      .header__logo {
        -ms-flex-order: 2;
            order: 2;
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        /* bottom: 0; */
        margin: auto; } }
  .header__catalog-btn {
    background: #ffda00;
    height: 46px;
    width: 46px;
    -ms-flex: 0 0 46px;
        flex: 0 0 46px;
    border-radius: 4px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    display: none;
    z-index: 2; }
    @media (max-width: 1024px) {
      .header__catalog-btn {
        display: -ms-flexbox;
        display: flex; } }
    .header_fixed .header__catalog-btn {
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 450px) {
      .header__catalog-btn {
        -ms-flex-order: 1;
            order: 1;
        position: absolute;
        left: 0;
        top: 8px;
        margin: auto; } }
    .no-touchevents .header__catalog-btn:hover .header__catalog-btn-menu2 {
      display: block; }
    .no-touchevents .header__catalog-btn:hover .header__catalog-btn-menu1 {
      display: none; }
    .header__catalog-btn_active .header__catalog-btn-menu3 {
      display: block !important; }
    .header__catalog-btn_active .header__catalog-btn-menu1 {
      display: none !important; }
    .header__catalog-btn .header__catalog-btn-menu2, .header__catalog-btn .header__catalog-btn-menu3 {
      display: none; }
    .header__catalog-btn .header__catalog-btn-menu1, .header__catalog-btn .header__catalog-btn-menu2, .header__catalog-btn .header__catalog-btn-menu3 {
      width: 24px;
      height: 20px; }
  .header__inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100px; }
    @media (max-width: 768px) {
      .header__inside {
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    @media (max-width: 480px) {
      .header__inside {
        height: 80px; } }
    @media (max-width: 450px) {
      .header__inside {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 120px; } }
  @media (max-width: 1024px) {
    .header__tel {
      width: 100%;
      margin-right: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media (max-width: 450px) {
    .header__tel {
      width: 100%;
      margin: 0;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-order: 5;
          order: 5; } }
  .header__user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 1024px) {
      .header__user {
        width: 138px;
        -ms-flex: 0 0 138px;
            flex: 0 0 138px; } }
    @media (max-width: 768px) {
      .header__user {
        -ms-flex-order: 3;
            order: 3;
        width: 92px;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px; } }
  .header__search {
    z-index: 300;
    min-width: 390px; }
    @media (max-width: 1024px) {
      .header__search {
        display: none;
        min-width: auto; } }
  .header_fixed {
    background: #000000;
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001; }
    .header_fixed .basket-info__element_search {
      display: none; }
      @media (max-width: 768px) {
        .header_fixed .basket-info__element_search {
          display: -ms-flexbox;
          display: flex; } }
    @media (max-width: 1200px) {
      .header_fixed .container {
        padding-right: 0; }
      .header_fixed .header__list, .header_fixed .header__cart, .header_fixed .header__search-btn {
        padding: 0 18px; } }
    @media (max-width: 768px) {
      .header_fixed .container {
        padding: 0; } }
    .header_fixed .header__logo {
      width: 170px;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px; }
      @media (max-width: 480px) {
        .header_fixed .header__logo {
          width: 30px;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px; } }
    .header_fixed .header__catalog-btn {
      height: 60px;
      width: 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
      border-radius: 0; }
    .header_fixed .top-line, .header_fixed .header__tel {
      display: none !important; }
    .header_fixed .header__inside {
      height: 60px; }
    .header_fixed .basket-info {
      width: 100%; }
    .header_fixed .header__user {
      -ms-flex: 0 0 300px;
          flex: 0 0 300px; }
      @media (max-width: 1200px) {
        .header_fixed .header__user {
          -ms-flex: 0 0 120px;
              flex: 0 0 120px; } }
    .header_fixed .header__catalog-btn {
      width: 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px; }
      .header_fixed .header__catalog-btn_active .header__catalog-btn-menu3 {
        display: block; }
      .header_fixed .header__catalog-btn_active:hover .header__catalog-btn-menu3 {
        display: none !important; }
    .header_fixed .search-block__drop {
      top: 53px; }
    @media (max-width: 768px) {
      .header_fixed .header__catalog-btn {
        top: 0;
        left: 0;
        position: absolute; }
      .header_fixed .header__logo {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0; } }
    .header_fixed .header__search {
      width: 100%;
      max-width: 670px;
      padding: 0 10px;
      display: block; }
      @media (max-width: 768px) {
        .header_fixed .header__search {
          display: none; } }
      .header_fixed .header__search .search-block input {
        border: 1px solid transparent;
        width: 100%;
        max-width: 670px;
        background: transparent;
        color: #999999 !important; }
        @media (max-width: 1024px) {
          .header_fixed .header__search .search-block input {
            background: #ffffff; } }
        .header_fixed .header__search .search-block input:focus, .no-touchevents .header_fixed .header__search .search-block input:hover {
          border: 1px solid #d9d9d9 !important;
          background: #ffffff;
          color: #1b1b1b  !important; }
    .header_fixed .nav-block__btn {
      height: 60px;
      border-radius: 0;
      min-width: 60px; }
    .header_fixed .nav-block__name {
      display: none; }
  @media (max-width: 1024px) {
    .header_search .basket-info__element {
      display: none; }
    .header_search .header__search {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0; } }
  @media (max-width: 550px) {
    .header_search .header__search {
      top: 8px; } }
  @media (max-width: 1024px) {
    .header_search.header_fixed .basket-info__element {
      display: -ms-flexbox;
      display: flex; }
    .header_search.header_fixed .basket-info__element_search {
      display: none; }
    .header_search.header_fixed .header__search {
      display: block;
      width: 100%;
      position: relative; } }
  @media (max-width: 768px) {
    .header_search.header_fixed .basket-info__element, .header_search.header_fixed .header__catalog-btn {
      display: none; }
    .header_search.header_fixed .header__search {
      position: absolute;
      margin: auto; } }
  .header_m2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2222;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff; }
    .header_m2 .header__catalog-btn-menu1 {
      display: none; }
    .header_m2 .header__catalog-btn-menu3 {
      display: block; }
    .header_m2 .header__catalog-btn {
      background: #ededed; }
      .no-touchevents .header_m2 .header__catalog-btn:hover {
        background: #ffda00; }
        .no-touchevents .header_m2 .header__catalog-btn:hover .header__catalog-btn-menu1, .no-touchevents .header_m2 .header__catalog-btn:hover .header__catalog-btn-menu2 {
          display: none; }
        .no-touchevents .header_m2 .header__catalog-btn:hover .header__catalog-btn-menu3 {
          display: block; }

.m-menu {
  display: none;
  position: fixed;
  z-index: 1111;
  left: 0;
  top: 100px;
  bottom: 0;
  width: 360px;
  background: #fff;
  margin-left: -360px;
  transition: margin-left 0.5s; }
  @media (max-width: 1024px) {
    .m-menu {
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 480px) {
    .m-menu {
      top: 80px; } }
  @media (max-width: 400px) {
    .m-menu {
      width: 100%;
      max-width: 360px; } }
  .m-menu_active {
    margin-left: 0; }
  .header_fixed .m-menu {
    top: 60px; }
  .m-menu__icon {
    width: 20px;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    height: 20px; }
  .m-menu__links {
    width: 100%;
    overflow: auto;
    height: 100%; }
  .m-menu__name {
    width: 100%;
    margin-left: 12px; }
  .m-menu__link {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 19px;
    color: #1b1b1b;
    font-family: MSemiBold, sans-serif;
    border-bottom: 1px solid #ededed;
    padding: 20px 20px;
    position: relative;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .m-menu__link i {
      display: none;
      color: rgba(27, 27, 27, 0.51);
      line-height: 18px; }
      @media (max-width: 1024px) {
        .m-menu__link i {
          display: inline; } }
    .m-menu__link svg * {
      fill: #999999; }
    .no-touchevents .m-menu__link:hover {
      background: #f3f3f3; }
    .m-menu__link_active::before {
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 5px;
      content: '';
      background-color: #ffda00;
      border-radius: 0; }
      @media (max-width: 1024px) {
        .m-menu__link_active::before {
          display: none; } }
    .m-menu__link_back {
      background-color: #f3f3f3; }
      .m-menu__link_back .svg-icon {
        margin-right: 10px;
        transform: rotate(-180deg); }
        .m-menu__link_back .svg-icon * {
          fill: #999999; }
      @media (max-width: 1024px) {
        .m-menu__link_back {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
    .m-menu__link_catalog {
      background: #ffda00; }
      .m-menu__link_catalog svg * {
        fill: #1b1b1b; }
      .no-touchevents .m-menu__link_catalog:hover {
        background: #1b1b1b;
        color: #ffffff; }
        .no-touchevents .m-menu__link_catalog:hover svg * {
          fill: #ffffff; }
        .no-touchevents .m-menu__link_catalog:hover i {
          color: #8d8d8d; }
    .m-menu__link_dark {
      background: #999999;
      color: #ffffff;
      border-bottom: 0; }
      .m-menu__link_dark .m-menu__name {
        margin-left: 0; }
      .no-touchevents .m-menu__link_dark:hover {
        background: #777777; }

.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: #ffda00; }
  .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; }

.inner-block {
  display: -ms-flexbox;
  display: flex; }

.main-content {
  -ms-flex: 1;
      flex: 1;
  width: 100%; }

.input-up {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: MMedium, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #1b1b1b; }
  .input-up__btn {
    width: 36px;
    -ms-flex: 0 0 36px;
        flex: 0 0 36px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    color: #1b1b1b;
    font-size: 14px; }
    .input-up__btn_up {
      border-left: 1px solid #d9d9d9; }
    .input-up__btn_down {
      border-right: 1px solid #d9d9d9; }
    .no-touchevents .input-up__btn:hover {
      background: #ededed; }
  .input-up__value {
    width: 36px;
    height: 100%;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background: transparent; }
    .input-up__value:focus, .no-touchevents .input-up__value:hover {
      border: 0 !important;
      box-shadow: none; }
  .input-up_small {
    height: 26px; }
    .input-up_small .input-up__btn {
      height: 26px;
      width: 26px;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px; }
    .input-up_small .input-up__value {
      width: 24px; }
  .input-up_large {
    height: 46px;
    width: 138px; }
    .input-up_large .input-up__btn {
      height: 46px;
      width: 46px;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px; }
  .input-up[data-value-real="1"] .input-up__btn_down {
    color: #9d9d9d;
    cursor: inherit; }
    .no-touchevents .input-up[data-value-real="1"] .input-up__btn_down:hover {
      background: transparent; }

.basket-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.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: #ffda00; }
  .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: #ffda00; }

.item-short {
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 1200px) {
    .item-short {
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 768px) {
    .item-short {
      margin-top: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .item-short__spec-title {
    margin-bottom: 15px; }
    .item-short__spec-title a {
      font-weight: bold;
      font-size: 14px;
      color: #fa4747;
      font-family: MSemiBold, sans-serif;
      line-height: 16px;
      text-decoration: underline; }
      .item-short__spec-title a:hover {
        text-decoration: none; }
  .item-short__partner {
    margin-bottom: 10px; }
    .item-short__partner-img {
      height: 60px;
      width: 200px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      cursor: pointer; }
  .item-short__all {
    line-height: 16px;
    font-size: 13px;
    font-family: MMedium;
    color: #000000;
    border-bottom: 1px dotted #a6a6a6; }
    .no-touchevents .item-short__all:hover {
      color: #ffda00;
      border-bottom-color: transparent; }
  .item-short__options-title {
    font-family: MSemiBold;
    line-height: 16px;
    font-size: 13px;
    color: #303030; }
  .item-short__options-list {
    padding: 10px 0; }
  .item-short__options-item {
    color: #1b1b1b;
    font-size: 13px;
    line-height: 16px;
    font-family: MRegular;
    position: relative;
    padding: 5px 0 5px 15px; }
    .item-short__options-item a {
      color: #303030;
      font-family: MSemiBold; }
    .item-short__options-item:after {
      position: absolute;
      content: '';
      border-radius: 50%;
      width: 5px;
      height: 4px;
      background: #ffda00;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  @media (max-width: 1200px) {
    .item-short__options {
      width: 33.3333333333%; } }
  @media (max-width: 768px) {
    .item-short__options {
      width: 50%; } }
  @media (max-width: 600px) {
    .item-short__options {
      width: 100%; } }
  .item-short__about {
    margin-bottom: 30px; }
    .item-short__about-vendor {
      height: 60px;
      width: 250px;
      margin-bottom: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center; }
    @media (max-width: 1200px) {
      .item-short__about {
        max-width: inherit;
        width: 100%; } }
    .item-short__about-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 10px; }
    .item-short__about-caption {
      font-size: 13px;
      line-height: 16px;
      font-family: MRegular; }
    .item-short__about-value {
      margin-left: 5px;
      line-height: 16px;
      font-size: 13px;
      font-family: MSemiBold;
      color: #303030; }
      .no-touchevents .item-short__about-value:hover {
        color: rgba(48, 48, 48, 0.7); }
    @media (max-width: 1200px) {
      .item-short__about {
        width: 33.3333333333%;
        margin-left: 20px;
        margin-top: 0; } }
    @media (max-width: 768px) {
      .item-short__about {
        width: 50%;
        margin-left: 0;
        padding-left: 20px; } }
    @media (max-width: 600px) {
      .item-short__about {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }
  .item-short__ship {
    border-top: 1px solid #ededed;
    margin-top: 30px;
    padding-top: 30px; }
    .item-short__ship-value {
      padding-left: 10px;
      font-family: MSemiBold !important;
      color: #1b1b1b;
      line-height: 16px;
      font-size: 13px; }
      .item-short__ship-value_full {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .item-short__ship-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 24px;
      margin-bottom: 10px;
      cursor: pointer; }
      .item-short__ship-item svg * {
        fill: #e4e4e4; }
      .item-short__ship-item i {
        color: #1b1b1b;
        font-size: 11px;
        padding-left: 10px; }
      .item-short__ship-item_dop {
        cursor: pointer; }
        .no-touchevents .item-short__ship-item_dop:hover svg * {
          fill: #ffe54c; }
      .item-short__ship-item_active svg *, .no-touchevents .item-short__ship-item:hover svg * {
        fill: #ffe54c; }
    .item-short__ship-values {
      position: absolute;
      bottom: -30px;
      left: 33px;
      -ms-flex-align: center;
          align-items: center;
      font-family: MMedium;
      font-size: 13px;
      color: #1b1b1b;
      display: none; }
      .item-short__ship-values_active {
        display: -ms-flexbox;
        display: flex; }
      .item-short__ship-values b {
        font-family: MSemiBold;
        margin-left: 5px; }
    @media (max-width: 1200px) {
      .item-short__ship {
        border-top: none;
        padding-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 33.3333333333%;
        margin-left: 20px;
        margin-top: 0; } }
    @media (max-width: 768px) {
      .item-short__ship {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; }
        .item-short__ship > div {
          width: 100%;
          margin-bottom: 5px;
          padding: 5px 10px; } }

.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: #ffda00; }

.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-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: #ffda00; }
      .no-touchevents .list-block-total__btn:hover:after {
        border: 1px solid #ffda00; }
  .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; }

.logo {
  width: 100%; }
  .logo__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .logo__icon {
    width: 46px;
    height: 46px;
    margin-right: 10px; }
    @media (max-width: 850px) {
      .logo__icon {
        width: 30px;
        height: 30px; } }
    @media (max-width: 480px) {
      .logo__icon {
        width: 46px;
        height: 46px;
        margin-right: 0; } }
  @media (max-width: 480px) {
    .logo__text {
      display: none; } }
  .logo__name {
    font-family: "Gotham Pro Black", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase; }
    @media (max-width: 850px) {
      .logo__name {
        font-size: 21px;
        line-height: 26px; } }
  .logo__slogan {
    font-family: MMedium, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #303030; }
    @media (max-width: 850px) {
      .logo__slogan {
        display: none; } }
  .logo_small svg * {
    fill: #000; }
  .logo_small .logo__icon {
    width: 82px;
    -ms-flex: 0 0 82px;
        flex: 0 0 82px;
    height: 82px;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .logo_small .logo__icon {
        margin-right: 10px; } }
    @media (max-width: 850px) {
      .logo_small .logo__icon {
        width: 32px;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
        height: 32px; } }
    @media (max-width: 480px) {
      .logo_small .logo__icon {
        width: 46px;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
        height: 46px;
        margin-right: 0; } }
  .logo_small .logo__name {
    font-size: 24px;
    line-height: 30px;
    color: #010101; }
    @media (max-width: 991px) {
      .logo_small .logo__name {
        font-size: 21px;
        line-height: 36px; } }
    @media (max-width: 480px) {
      .logo_small .logo__name {
        display: none; } }
  .logo_small .logo__slogan {
    font-size: 12px;
    line-height: 15px;
    color: #1b1b1b; }
    @media (max-width: 991px) {
      .logo_small .logo__slogan {
        display: none; } }
  .logo_fixed .logo__icon {
    width: 30px;
    height: 31px;
    min-width: 30px;
    margin-right: 10px; }
    .logo_fixed .logo__icon .cls-2 {
      fill: #fff; }
    @media (max-width: 480px) {
      .logo_fixed .logo__icon {
        margin-right: 0; } }
  .logo_fixed .logo__name {
    color: #fff;
    font-size: 21px; }
  .logo_fixed .logo__slogan {
    display: none; }

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

.modal-shipping .modal__close {
  top: 38px; }

.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) {
    .modal-shipping__item {
      width: 100%; } }
  .no-touchevents .modal-shipping__item:hover {
    background: #fff099; }
  .modal-shipping__item_active {
    background: #ffda00; }

@media (max-width: 1200px) {
  .nav-block {
    background: #f3f3f3; }
    .nav-block:after {
      display: none; } }

@media (max-width: 700px) {
  .nav-block {
    margin-bottom: 20px; }
    .page-home .nav-block {
      margin-bottom: 0; }
    .page-cat .nav-block {
      display: none;
      margin-bottom: 0; }
      .page-cat .nav-block_active {
        display: block;
        margin-bottom: 20px; } }

.nav-block:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 360px;
  top: 0;
  left: 0;
  background: #f3f3f3;
  z-index: -1;
  transform-origin: right bottom;
  transform: skewY(8deg); }

.nav-block__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100px;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 768px) {
    .nav-block__inside {
      height: 80px; } }

.nav-block__btn {
  background: #ffda00;
  height: 46px;
  padding: 0 20px;
  border-radius: 4px;
  min-width: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: background 0.3s; }
  .no-touchevents .nav-block__btn:hover {
    background: #000000;
    color: #fff; }
    .header_fixed .no-touchevents .nav-block__btn:hover {
      background: #ffda00; }
    .no-touchevents .nav-block__btn:hover .nav-block__btn-menu2 {
      display: block; }
      .no-touchevents .nav-block__btn:hover .nav-block__btn-menu2 svg * {
        fill: #fff; }
        .header_fixed .no-touchevents .nav-block__btn:hover .nav-block__btn-menu2 svg * {
          fill: #000; }
    .no-touchevents .nav-block__btn:hover .nav-block__btn-menu1, .no-touchevents .nav-block__btn:hover .nav-block__btn-menu3 {
      display: none; }
  .nav-block__btn_active {
    background: #ededed !important;
    color: #000 !important; }
    .no-touchevents .nav-block__btn_active:hover {
      background: inherit; }
      .no-touchevents .nav-block__btn_active:hover .nav-block__btn-menu2 {
        display: none !important; }
      .no-touchevents .nav-block__btn_active:hover .nav-block__btn-menu3 {
        display: block !important; }
        .no-touchevents .nav-block__btn_active:hover .nav-block__btn-menu3 svg * {
          fill: #1b1b1b; }
    .nav-block__btn_active .nav-block__btn-menu1,
    .nav-block__btn_active .nav-block__btn-menu2 {
      display: none; }
    .nav-block__btn_active .nav-block__btn-menu3 {
      display: block; }
      .nav-block__btn_active .nav-block__btn-menu3 svg * {
        fill: #1b1b1b; }
  .nav-block__btn-menu1, .nav-block__btn-menu2, .nav-block__btn-menu3 {
    width: 24px;
    height: 16px; }
  .nav-block__btn-menu2, .nav-block__btn-menu3 {
    display: none; }

.nav-block__name {
  font-size: 16px;
  font-family: 'MSemiBold', sans-serif;
  line-height: 20px;
  padding-left: 10px; }

@media (max-width: 1024px) {
  .nav-block__dropdown {
    display: none; } }

.nav-block__catalog {
  display: none;
  width: 100%; }
  @media (max-width: 1024px) {
    .nav-block__catalog {
      display: block; } }

.nav-block__links {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .nav-block__links {
      display: none; } }

.nav-block__link {
  font-size: 16px;
  color: #1b1b1b;
  font-family: 'MSemiBold', sans-serif;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 20px;
  height: 46px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1200px) {
    .nav-block__link {
      font-size: 14px;
      line-height: 18px;
      padding: 0 7px; } }
  .no-touchevents .nav-block__link:hover {
    background: #ededed; }

.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: #ffda00; }
  .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 {
  padding: 20px 20px 30px; }
  @media (max-width: 768px) {
    .navigation-sub {
      padding: 0; } }
  .navigation-sub__item {
    display: none; }
    .navigation-sub__item_active {
      display: block; }
  .navigation-sub_active {
    display: block; }

.navigation {
  background: #fff;
  left: 20px;
  right: 20px;
  min-height: 270px;
  border-radius: 5px;
  position: absolute;
  top: 73px;
  z-index: 100;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: none; }
  .header .navigation {
    left: 0;
    right: 0; }
  @media (max-width: 1024px) {
    .navigation {
      left: 0;
      right: 0;
      top: 0; } }
  .navigation_fixed {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: auto; }
  .navigation_active {
    display: -ms-flexbox;
    display: flex; }
  .header_fixed .navigation {
    position: fixed;
    top: 60px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    left: auto;
    right: auto;
    max-width: 1200px; }
  .navigation__links {
    min-width: 230px;
    border-right: 1px solid #ededed; }
    @media (max-width: 1024px) {
      .navigation__links {
        width: 100%;
        border-right-width: 0; } }
    .navigation__links_hidden {
      display: none; }
  .navigation__data {
    width: 100%; }
    @media (max-width: 1024px) {
      .navigation__data {
        display: none; } }
    .navigation__data-back {
      display: none; }
    .navigation__data_active {
      display: block; }
      @media (max-width: 1024px) {
        .navigation__data_active .navigation__data-back {
          font-size: 16px;
          line-height: 19px;
          color: #1b1b1b;
          font-family: MSemiBold, sans-serif;
          border-bottom: 1px solid #ededed;
          padding: 20px 20px;
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: start;
              justify-content: flex-start;
          background-color: #f3f3f3; }
          .navigation__data_active .navigation__data-back .svg-icon {
            margin-right: 10px;
            transform: rotate(-180deg); }
            .navigation__data_active .navigation__data-back .svg-icon * {
              fill: #999999; } }
  .navigation__link {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 19px;
    color: #1b1b1b;
    font-family: MSemiBold, sans-serif;
    border-bottom: 1px solid #ededed;
    padding: 20px 20px;
    position: relative;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .navigation__link i {
      display: none;
      color: rgba(27, 27, 27, 0.51);
      font-size: 14px; }
      @media (max-width: 1024px) {
        .navigation__link i {
          display: inline; } }
    .no-touchevents .navigation__link:hover {
      color: rgba(27, 27, 27, 0.71); }
    .navigation__link_active::before {
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 5px;
      content: '';
      background-color: #ffda00;
      border-radius: 0; }
      @media (max-width: 1024px) {
        .navigation__link_active::before {
          display: none; } }
    .navigation__link_back {
      display: none; }
      .header__menu .navigation__link_back, .nav-block .navigation__link_back {
        background-color: #f3f3f3; }
        .header__menu .navigation__link_back .svg-icon, .nav-block .navigation__link_back .svg-icon {
          margin-right: 10px;
          transform: rotate(-180deg); }
          .header__menu .navigation__link_back .svg-icon *, .nav-block .navigation__link_back .svg-icon * {
            fill: #999999; }
        @media (max-width: 1024px) {
          .header__menu .navigation__link_back, .nav-block .navigation__link_back {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.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-full__under {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px; }

.news-full__image {
  width: 100%;
  margin-bottom: 30px; }

.news-full__date {
  color: #999999;
  font-size: 13px;
  line-height: 18px; }

.news-full__products {
  width: 100%;
  margin: 30px 0; }

.event-big {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: 10;
  display: block;
  height: 100%; }
  @media (max-width: 768px) {
    .event-big {
      min-height: 325px;
      opacity: 1 !important; } }
  .event-big__img {
    width: 100%;
    height: 190px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .event-big__content {
    padding: 20px;
    padding-top: 10px;
    height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .all-news__right-item .event-big__content {
      height: 300px; }
  .event-big__badge {
    margin-top: -20px;
    display: -ms-flexbox;
    display: flex;
    position: absolute; }
    .event-big__badge span {
      color: #1b1b1b;
      font-size: 12px;
      line-height: 15px;
      font-family: MRegular;
      background: #f3f3f3;
      display: inline-block;
      padding: 3px 7px;
      border-radius: 20px;
      margin-right: 5px; }
  .event-big__title {
    margin: 15px 0 0;
    max-height: 61px;
    margin-bottom: 15px;
    display: block; }
    .event-big__title span {
      color: #1b1b1b;
      font-size: 16px;
      line-height: 20px;
      font-family: MSemiBold;
      /* autoprefixer: off */
      display: inline-block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      max-height: 60px; }
  .event-big__preview {
    margin-bottom: 15px;
    min-height: 100px;
    display: none; }
    .event-big__preview span {
      color: #303030;
      font-size: 14px;
      line-height: 22px;
      font-family: MRegular; }
  .event-big__desc {
    margin-bottom: 15px;
    color: #303030;
    font-size: 14px;
    line-height: 22px; }
  .event-big__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.news-list__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  margin-top: 20px; }

.news-list__item {
  width: 33.3333333333%;
  padding: 5px;
  margin-bottom: 5px; }
  @media (max-width: 768px) {
    .news-list__item {
      width: 50%; } }
  @media (max-width: 480px) {
    .news-list__item {
      width: 100%; } }
  .no-touchevents .news-list__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);
    z-index: 5; }

.category-head__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px; }

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

.order-info {
  border-radius: 5px;
  border: 1px solid #ededed;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%; }
  .order-info__top {
    background: #ededed;
    padding: 27px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .order-info__top-arrow {
      display: none !important; }
    .order-info__top span {
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      font-family: MSemiBold; }
    .order-info__top > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .order-info__top > div > a {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        transition: all 0.3s; }
        .order-info__top > div > a svg * {
          fill: #303030; }
        .no-touchevents .order-info__top > div > a:hover {
          background: #d9d9d9; }
  .order-info__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 768px) {
      .order-info__content {
        display: block; } }
  .order-info__left {
    width: 100%; }
    .order-info__left-item {
      border-top: 1px solid #ededed;
      margin-top: -1px; }
      .order-info__left-item-top {
        padding: 20px;
        display: -ms-flexbox;
        display: flex; }
      .order-info__left-item-bottom .install {
        border-top: 1px dotted #cccccc;
        padding: 20px;
        border-bottom: 0;
        margin-bottom: 0; }
    .order-info__left-img {
      width: 100px;
      min-width: 100px;
      height: 100px;
      margin-right: 20px; }
      @media (max-width: 600px) {
        .order-info__left-img {
          width: 60px;
          min-width: 60px;
          height: 60px;
          margin-right: 20px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: center;
              align-self: center; } }
    .order-info__left-number {
      font-size: 16px;
      color: #999999;
      margin-right: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
          align-self: center; }
    .order-info__left div a {
      margin-bottom: 15px;
      display: inline-block; }
    .order-info__left div a, .order-info__left div span {
      font-family: MRegular;
      color: #303030;
      font-size: 13px;
      line-height: 16px; }
    @media (max-width: 450px) {
      .order-info__left div span {
        display: block; } }
    .order-info__left div > div span:last-child {
      border-left: 1px solid #ededed;
      padding-left: 10px;
      margin-left: 10px; }
      @media (max-width: 450px) {
        .order-info__left div > div span:last-child {
          border-left: 0;
          padding-left: 0;
          margin-left: 0;
          margin-top: 10px; } }
    .order-info__left div p {
      font-family: MSemiBold;
      color: #303030;
      font-size: 16px;
      line-height: 18px;
      padding-top: 20px; }
  .order-info__right {
    padding: 20px;
    border-left: 1px solid #ededed;
    max-width: 400px;
    width: 100%; }
    @media (max-width: 1200px) {
      .order-info__right {
        max-width: 300px; } }
    @media (max-width: 768px) {
      .order-info__right {
        max-width: 100%;
        border-left: 0;
        border-top: 1px solid #ededed; } }
    .order-info__right-total span {
      color: #303030;
      font-family: MSemiBold !important;
      font-size: 14px;
      line-height: 18px;
      padding-right: 10px; }
    .order-info__right-total p {
      color: #999999 !important;
      font-family: MSemiBold !important;
      font-size: 21px !important;
      line-height: 26px !important; }
    .order-info__right > div {
      padding: 5px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .order-info__right > div span {
        color: #303030;
        font-family: MRegular;
        font-size: 13px;
        line-height: 16px; }
      .order-info__right > div p {
        color: #303030;
        font-family: MSemiBold;
        font-size: 13px;
        line-height: 16px;
        padding-left: 10px; }
      .order-info__right > div a {
        color: #1b1b1b;
        font-family: MMedium;
        font-size: 13px;
        line-height: 16px;
        border: 2px solid #ededed;
        border-radius: 5px;
        padding: 5px 8px;
        margin-top: 10px;
        transition: all 0.3s; }
        .no-touchevents .order-info__right > div a:hover {
          border: 2px solid #d9d9d9; }

@media (max-width: 450px) {
  .order-info__left div.install__price > div span:last-child {
    margin-left: 10px;
    margin-top: 0; } }

.order-status {
  position: relative;
  padding-left: 20px !important; }
  .order-status:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto; }
  .order-status_state_yellow:after {
    background: #fff099; }
  .order-status_state_gray:after {
    background: #999999; }

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

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

.paging_type_ajax .paging__more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 46px;
  border: 2px solid #ededed;
  border-radius: 5px;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 18px;
  font-family: MSemiBold, sans-serif; }
  .no-touchevents .paging_type_ajax .paging__more:hover {
    border: 2px solid #d9d9d9; }
  .paging_type_ajax .paging__more svg * {
    fill: #1b1b1b; }
  .paging_type_ajax .paging__more .svg-icon {
    margin-right: 10px; }

.paging_type_numbers {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .paging_type_numbers .paging__item {
    width: 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: 2px solid #ededed;
    color: #1b1b1b;
    font-size: 14px;
    font-family: MSemiBold, sans-serif;
    margin-left: -2px;
    cursor: pointer; }
    .paging_type_numbers .paging__item:first-child {
      border-radius: 5px;
      margin-right: 12px;
      margin-left: 2px; }
    .paging_type_numbers .paging__item:nth-child(2) {
      border-radius: 5px 0 0 5px; }
      .paging_type_numbers .paging__item:nth-child(2):after {
        border-radius: 5px 0 0 5px; }
    .paging_type_numbers .paging__item:nth-last-child(2) {
      border-radius: 0 5px 5px 0; }
      .paging_type_numbers .paging__item:nth-last-child(2):after {
        border-radius: 0 5px 5px 0; }
    .paging_type_numbers .paging__item:last-child {
      border-radius: 5px;
      margin-left: 10px; }
    .paging_type_numbers .paging__item_current {
      background: #d9d9d9;
      border: 2px solid #d9d9d9 !important; }
      .paging_type_numbers .paging__item_current:after {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 36px;
        height: 36px;
        content: '';
        border: 2px solid #d9d9d9 !important;
        z-index: 100; }
    .paging_type_numbers .paging__item_btn {
      background: #ededed; }
      .paging_type_numbers .paging__item_btn-prev {
        transform: rotate(180deg);
        display: none !important; }
    .no-touchevents .paging_type_numbers .paging__item:hover {
      background: #ffda00;
      border: 1px solid #ffda00; }
    .paging_type_numbers .paging__item_disabled {
      background: #fff !important;
      cursor: inherit;
      border: 2px solid #ededed; }
      .no-touchevents .paging_type_numbers .paging__item_disabled:hover {
        background: #fff !important;
        border: 2px solid #ededed; }

.payment-item {
  display: none; }
  .payment-item[data-status="active"] {
    display: block; }

.payment-none {
  margin: 0 5px; }

.order-step2_hide {
  display: none; }

.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%; } }
  .popup-review__for .custom-checkbox {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  @media screen and (max-width: 400px) {
    .popup-review__for {
      -ms-flex-direction: column;
          flex-direction: column; } }

.popup-review .button {
  margin: auto; }

.popup-enter__social {
  width: 100%;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .popup-enter__social {
      padding: 0 20px; } }
  .popup-enter__social-top {
    margin: 30px 0 20px;
    text-align: center; }
    .popup-enter__social-top > div {
      color: #999999;
      font-size: 13px;
      line-height: 16px;
      font-family: 'MSemiBold', sans-serif;
      display: inline-block;
      text-transform: uppercase;
      background: #fff;
      z-index: 10;
      padding: 0 10px; }
    .popup-enter__social-top:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: #ededed;
      left: 0;
      top: 9px;
      z-index: 0; }

.login-fixed {
  visibility: hidden;
  z-index: -100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex; }
  .login-fixed_active {
    visibility: visible;
    z-index: 1042; }
  .login-fixed__bg {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 0 solid #ffda00;
    border-right: 0 solid transparent; }
    .login-fixed__bg_animated {
      transition: all 1s ease-in-out;
      border-top-width: 100vh;
      border-right-width: 100vw; }
  .login-fixed__logo {
    z-index: 1; }
    .login-fixed__logo svg * {
      fill: #1b1b1b; }
    .login-fixed__logo .logo__text {
      color: #1b1b1b; }

.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__list {
  max-height: 480px; }

.product-big-slider__item {
  -ms-flex-pack: center;
      justify-content: center;
  display: none; }
  .product-big-slider__item:first-child, .slick-slider .product-big-slider__item {
    display: -ms-flexbox;
    display: flex; }

.product-big-slider__img {
  height: 480px;
  width: 100%;
  cursor: zoom-in;
  text-align: center; }
  @media (max-width: 768px) {
    .product-big-slider__img {
      height: 410px; } }
  @media (max-width: 560px) {
    .product-big-slider__img {
      height: 360px; } }
  @media (max-width: 360px) {
    .product-big-slider__img {
      height: 320px; } }
  .product-big-slider__img iframe {
    width: 100% !important;
    height: 100% !important; }

.product-big-slider__nav {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-pack: center;
      justify-content: center;
  height: 66px; }
  .product-big-slider__nav .slick-list {
    display: block; }
  .product-big-slider__nav-slide {
    width: 20%;
    opacity: 0.5; }
    .no-touchevents .product-big-slider__nav-slide:hover, .product-big-slider__nav-slide.slick-current {
      opacity: 1; }
  .product-big-slider__nav-item {
    border: 3px transparent solid;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    height: 60px;
    width: 66px;
    margin: auto; }
    .product-big-slider__nav-slide:hover .product-big-slider__nav-item {
      border-color: #ffda00; }

.product-card__badge {
  position: absolute;
  z-index: 2; }
  .product-card__badge .item-badge {
    margin-bottom: 3px; }

.product-card__item-cart-label {
  margin-bottom: 20px; }

.product-card__dop-fav {
  display: none; }

@media (max-width: 600px) {
  .product-card__counter-bb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; } }

.product-card__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1200px) {
    .product-card__inside {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .product-card__inside .product-card__item-cart-block {
    -ms-flex: 0 0 275px;
        flex: 0 0 275px;
    width: 275px; }
    @media (min-width: 601px) {
      .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions > div:first-child > .product-card__item-cart-to-list {
        display: none; } }
    @media (max-width: 1200px) {
      .product-card__inside .product-card__item-cart-block {
        -ms-flex-order: 2;
            order: 2;
        width: 50%;
        max-width: 390px;
        -ms-flex: inherit;
            flex: inherit; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart {
          max-width: 390px; } }
    @media (max-width: 1024px) {
      .product-card__inside .product-card__item-cart-block {
        width: 40%; } }
    @media (max-width: 768px) {
      .product-card__inside .product-card__item-cart-block {
        width: 100%;
        max-width: inherit; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart {
          max-width: inherit; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card > a {
          margin-left: 20px; }
        .product-card__inside .product-card__item-cart-block .product-common__price > p {
          display: inline;
          padding-right: 10px; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 20px; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card {
          margin: 0;
          display: -ms-flexbox;
          display: flex; }
          .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card > div {
            margin: 0; }
          .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card .product-common__cart {
            margin-right: 20px; } }
    @media (max-width: 600px) {
      .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card {
        width: 100%;
        margin-top: 20px; } }
    @media (max-width: 600px) {
      .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card .product-card__item-cart-to-list {
        display: none; } }
    @media (max-width: 480px) {
      .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card > div {
          width: 100%; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart-to-card > a {
          width: 100%;
          margin-top: 20px;
          margin-left: 0; }
      .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions {
        display: block; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions > div:first-child {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions > div:first-child .product-card__item-cart-to-list {
            display: -ms-flexbox !important;
            display: flex !important; }
        .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions .product-card__item-cart-to-card {
          margin-top: 20px; }
          .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions .product-card__item-cart-to-card .product-common__cart, .product-card__inside .product-card__item-cart-block .product-card__item-cart-actions .product-card__item-cart-to-card .product-toCart {
            width: 100%;
            margin-right: 0; } }

@media (max-width: 1200px) {
  .product-card__item-short-ship {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (max-width: 768px) {
  .product-card__item-short-ship {
    display: block !important; } }

.product-card__title {
  line-height: 52px;
  font-size: 42px;
  font-family: "Gotham Pro";
  color: #000000;
  border-bottom: 1px solid #ededed;
  background: #fff;
  margin: 0 0 40px;
  padding: 0 0 35px; }
  @media (max-width: 760px) {
    .product-card__title {
      font-size: 32px;
      line-height: 40px;
      padding: 0 20px 20px; } }
  @media (max-width: 500px) {
    .product-card__title {
      font-size: 24px;
      line-height: 30px; } }
  .product-card__title:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 130px;
    background: #fff;
    z-index: -1; }

.product-card__image {
  /*max-width: 600px;*/
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }

.product-card__item-img {
  width: 50%;
  max-width: 550px; }
  @media (max-width: 1200px) {
    .product-card__item-img {
      -ms-flex-order: 1;
          order: 1;
      width: 50%; } }
  @media (max-width: 1024px) {
    .product-card__item-img {
      width: 60%; } }
  @media (max-width: 768px) {
    .product-card__item-img {
      width: 100%;
      max-width: inherit; } }

.product-card__item-short {
  width: 25%;
  max-width: 290px; }

.product-card__item-about-block {
  width: 25%; }
  @media (max-width: 1200px) {
    .product-card__item-about-block {
      -ms-flex-order: 3;
          order: 3;
      width: 100%; } }

.product-card__item-cart {
  max-width: 275px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px 0; }
  .product-card__item-cart-inside {
    padding: 0 20px; }
  .product-card__item-cart .product-common__price {
    margin-bottom: 20px; }

.product-card__item .product-card__item-cart-to-card {
  margin: 20px 0; }
  .product-card__item .product-card__item-cart-to-card > div {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  .product-card__item .product-card__item-cart-to-card a {
    font-size: 14px;
    line-height: 18px;
    color: #1b1b1b;
    font-family: MSemiBold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .product-card__item .product-card__item-cart-to-card a > div {
      margin-right: 10px; }
    .product-card__item .product-card__item-cart-to-card a svg * {
      fill: #1b1b1b;
      transition: all 0.3s; }
    .no-touchevents .product-card__item .product-card__item-cart-to-card a:hover {
      opacity: 0.7; }
  .product-card__item .product-card__item-cart-to-card .product-toCart {
    width: 150px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #ffda00;
    border-radius: 5px;
    height: 46px; }
    .product-card__item .product-card__item-cart-to-card .product-toCart_active {
      background: #303030; }
      .product-card__item .product-card__item-cart-to-card .product-toCart_active .product-toCart__icon_full {
        display: block !important; }
      .product-card__item .product-card__item-cart-to-card .product-toCart_active .product-toCart__icon_clear {
        display: none; }
      .product-card__item .product-card__item-cart-to-card .product-toCart_active.product-toCart span {
        display: none; }
      .product-card__item .product-card__item-cart-to-card .product-toCart_active.product-toCart p {
        display: block; }
    .no-touchevents .product-card__item .product-card__item-cart-to-card .product-toCart:hover {
      background: #ffe132; }
      .no-touchevents .product-card__item .product-card__item-cart-to-card .product-toCart:hover span, .no-touchevents .product-card__item .product-card__item-cart-to-card .product-toCart:hover p {
        color: #1b1b1b; }
      .no-touchevents .product-card__item .product-card__item-cart-to-card .product-toCart:hover .product-toCart__icon svg * {
        fill: #1b1b1b !important; }
  .product-card__item .product-card__item-cart-to-card .product-toCart-icons {
    margin-right: 10px; }
    .product-card__item .product-card__item-cart-to-card .product-toCart-icons .product-toCart__icon {
      width: 24px;
      height: 22px; }
      .product-card__item .product-card__item-cart-to-card .product-toCart-icons .product-toCart__icon_full {
        display: none; }
        .product-card__item .product-card__item-cart-to-card .product-toCart-icons .product-toCart__icon_full svg * {
          fill: #fff; }
      .product-card__item .product-card__item-cart-to-card .product-toCart-icons .product-toCart__icon_clear svg * {
        fill: #1b1b1b; }
  .product-card__item .product-card__item-cart-to-card span, .product-card__item .product-card__item-cart-to-card p {
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
    font-family: MSemiBold; }
  .product-card__item .product-card__item-cart-to-card p {
    display: none;
    color: #ffffff; }

.product-card__item .product-card__item-cart-to-list {
  width: 46px;
  height: 46px;
  -ms-flex: 0 0 46px;
      flex: 0 0 46px;
  border-radius: 5px;
  border: 2px solid #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  margin-left: 15px; }
  .product-card__item .product-card__item-cart-to-list svg * {
    fill: #303030; }
  .no-touchevents .product-card__item .product-card__item-cart-to-list:hover {
    background: #ffda00;
    border: 2px solid #ffda00; }
    .no-touchevents .product-card__item .product-card__item-cart-to-list:hover svg * {
      fill: #303030; }
  .product-card__item .product-card__item-cart-to-list_active {
    background: #1b1b1b;
    border: 2px solid #1b1b1b; }
    .product-card__item .product-card__item-cart-to-list_active svg * {
      fill: #fff; }

.product-card__item .product-card__item-cart-availability {
  border-bottom: 1px dotted #cccccc;
  border-top: 1px dotted #cccccc;
  padding: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-card__item .product-card__item-cart-availability .product-available__item {
    color: #303030;
    font-family: MRegular;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    padding-left: 15px; }
    .product-card__item .product-card__item-cart-availability .product-available__item:after {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      content: '';
      left: 0;
      top: 4px; }
    .product-card__item .product-card__item-cart-availability .product-available__item_active:after {
      background: #21e17b; }
    .product-card__item .product-card__item-cart-availability .product-available__item_out:after {
      background: #ff1940; }
  .product-card__item .product-card__item-cart-availability .product-card__item-cart-article {
    color: #303030;
    font-family: MRegular;
    font-size: 13px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex; }
    .product-card__item .product-card__item-cart-availability .product-card__item-cart-article > div:last-child {
      padding-left: 5px; }

.product-card__item .product-card__item-cart-ship > div {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px; }
  .product-card__item .product-card__item-cart-ship > div:last-child {
    margin-bottom: 0; }
  .product-card__item .product-card__item-cart-ship > div p {
    font-family: MRegular;
    font-size: 13px;
    line-height: 16px;
    color: #303030; }
  .product-card__item .product-card__item-cart-ship > div .product-card__span {
    font-family: MSemiBold;
    font-size: 13px;
    line-height: 16px;
    color: #1b1b1b;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
  .product-card__item .product-card__item-cart-ship > div i {
    color: #4c4c4c;
    font-size: 11px;
    padding-left: 5px; }
  .product-card__item .product-card__item-cart-ship > div .product-card__item-cart-ship-lockation {
    cursor: pointer;
    border: 2px solid #ededed;
    border-radius: 5px;
    padding: 2px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .no-touchevents .product-card__item .product-card__item-cart-ship > div .product-card__item-cart-ship-lockation:hover {
      border: 2px solid #d9d9d9; }

.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-price {
  font-family: MSemiBold, sans-serif;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1024px) {
    .product-price {
      display: inline-block;
      min-width: 150px;
      border-top: 0;
      margin: 0;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 0; } }
  .product-price__sale, .product-price__current {
    font-size: 18px;
    line-height: 18px;
    color: #303030 !important;
    padding-right: 12px;
    font-family: MSemiBold, sans-serif;
    white-space: nowrap;
    margin-right: 5px; }
    .product-price_small .product-price__sale, .product-price_small .product-price__current {
      font-size: 14px;
      line-height: 14px; }
    .product-price_medium .product-price__sale, .product-price_medium .product-price__current {
      font-size: 16px;
      line-height: 20px; }
    .product-price_large .product-price__sale, .product-price_large .product-price__current {
      font-size: 24px;
      line-height: 30px;
      display: block; }
    @media (max-width: 1024px) and (min-width: 500px) {
      .product-price__sale, .product-price__current {
        padding-bottom: 7px; } }
    .product-price__sale_gray, .product-price__current_gray {
      color: #999999 !important;
      font-size: 14px; }
  .product-price__old {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    position: relative;
    font-family: MSemiBold, sans-serif;
    white-space: nowrap;
    margin-right: 5px; }
    .product-price_medium .product-price__old {
      font-size: 14px;
      line-height: 18px; }
    .product-price_large .product-price__old {
      margin-top: 10px;
      font-size: 18px;
      line-height: 21px;
      display: block; }
    .product-price__old:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background: #e4042a;
      top: 9px;
      left: 0; }

.skidka {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fa4747;
  color: #fff;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%; }

.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 #ffda00;
    background: #ffda00; }

.product {
  min-height: 290px;
  background: #fff;
  display: block;
  border-radius: 5px;
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff; }
  @media (min-width: 1025px) {
    .no-touchevents .product:hover .product__cart {
      display: -ms-flexbox;
      display: flex; } }
  .product .product-toCart__icons {
    display: none; }
  .no-touchevents .product:hover {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed; }
    @media (max-width: 1024px) {
      .no-touchevents .product:hover {
        box-shadow: none;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff; } }
    .no-touchevents .product:hover .product__pages {
      opacity: 1;
      transition: all 0.5s; }
  .product__content {
    padding: 5px 0 0;
    height: 100%;
    min-height: 290px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .product__pages {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    bottom: inherit;
    width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 0; }
  .product__page {
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #ededed;
    margin: 0 1px; }
    .product__page_active {
      background: #999999; }
  .product__image {
    height: 150px;
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 10px 20px 0; }
    @media (max-width: 560px) {
      .product__image {
        height: 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px; } }
    .product__image-item {
      height: 135px;
      margin-top: 3px;
      opacity: 0;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      position: absolute;
      transition: all 0.5s;
      left: 0;
      top: 0; }
      @media (max-width: 560px) {
        .product__image-item {
          height: 185px; } }
      .product__image-item_active {
        opacity: 1; }
  .product__badge {
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0; }
    .product__badge > div {
      margin-left: -5px; }
      .product__badge > div:first-child {
        position: relative;
        margin-left: 0; }
  .product__category {
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    font-family: MRegular, sans-serif;
    margin-bottom: 10px;
    display: none; }
  .product__name {
    font-size: 14px;
    height: 56px;
    line-height: 18px;
    color: #303030;
    margin-top: 10px;
    font-family: MRegular, sans-serif;
    /* autoprefixer: off */
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    padding: 0 25px; }
    @media (max-width: 1024px) {
      .product__name {
        padding: 0 10px; } }
  .product .stylesk {
    color: #fa4747 !important; }
  .product__mark {
    margin-top: 5px;
    min-height: 21px;
    padding: 0 25px; }
    @media (max-width: 1024px) {
      .product__mark {
        padding: 0 10px; } }
  .product__price {
    margin: 0 25px;
    padding: 15px 0;
    border-top: 1px solid #ededed;
    min-height: 67px; }
    @media (max-width: 1024px) {
      .product__price {
        margin: 0 10px; } }
    .product__price-bottom {
      margin-top: 1px;
      margin-bottom: 5px; }
  .product__cart {
    height: 46px;
    width: 100%;
    background: #ffda00;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 1024px) {
    .product__cart {
      border: 2px solid #ededed;
      border-radius: 5px;
      width: 36px;
      height: 36px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      right: 10px;
      bottom: 7px;
      background: transparent;
      left: auto;
      box-shadow: none; }
      .product__cart span {
        display: none; }
      .product__cart .product-toCart__icons {
        margin-right: 0;
        display: block; } }
  @media (max-width: 768px) {
    .recomended .product__cart, .best-price .product__cart, .new-items .product__cart {
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      margin-bottom: 20px; } }

.product-info .tabs__menu-inside {
  border-bottom: 1px solid #ededed; }

.product-info__item-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1200px) and (min-width: 1025px) {
    .product-info__item-flex > div {
      width: 50%; } }
  @media (max-width: 1024px) {
    .product-info__item-flex {
      display: block; } }

.product-delivery__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .product-delivery__item_active .product-delivery__name .fa {
    transform: rotate(180deg); }
  .product-delivery__item_active .product-delivery__values {
    display: block; }

.product-delivery__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  width: 100%; }
  .product-delivery__name i {
    padding: 0 !important; }
  .product-delivery__name span {
    font-family: MSemiBold, sans-serif;
    color: #1b1b1b;
    line-height: 16px;
    font-size: 13px; }

.product-delivery__values {
  display: none;
  margin-top: 10px;
  width: 100%;
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.product-delivery__value {
  font-family: MMedium, sans-serif;
  font-size: 12px;
  color: #1b1b1b;
  line-height: 16px;
  margin-bottom: 5px;
  display: none; }
  .product-delivery__value_active {
    display: block; }
  .product-delivery__value:last-child {
    margin-bottom: 0; }

.promocode-used {
  display: none; }
  .promocode-used_show {
    display: -ms-flexbox;
    display: flex; }

.promocode__input {
  height: 42px;
  color: #383C4C; }

.rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .rating__item {
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px;
    transition: all .3s ease;
    border-radius: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .rating__item:not(:last-child) {
      margin-right: 5px; }
    .rating__item_over, .rating__item_status_active {
      color: #ffda00; }
    .no-touchevents .rating__item.hover:hover {
      color: #ffda00; }
  .rating_active .rating__item {
    cursor: pointer; }

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

.recomended__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .recomended__inside {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

@media (max-width: 1200px) and (min-width: 768px) {
  .recomended .product__price {
    display: block; }
    .recomended .product__price .product__price_sale, .recomended .product__price .product__price_current {
      display: block;
      padding-bottom: 5px; } }

.recomended__nav {
  display: none; }

.recomended__item, .new-items__item {
  width: 25%; }
  @media (max-width: 1024px) {
    .recomended__item, .new-items__item {
      width: 33.3333333333%; } }

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

.registration__inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 768px) {
    .registration__inside {
      display: block; } }

.registration__left {
  max-width: 590px;
  width: 100%;
  margin-right: 50px; }
  @media (max-width: 768px) {
    .registration__left {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }

.registration__right {
  width: 100%; }

.registration__title {
  font-size: 21px;
  line-height: 30px;
  color: #000000;
  font-family: "GothamProMedium";
  padding-bottom: 25px; }

.registration__tab-nav {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  display: -ms-flexbox;
  display: flex; }

.registration__tab-nav-item {
  font-family: MSemiBold;
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  margin: 0 10px;
  cursor: pointer;
  display: block;
  position: relative; }
  .registration__tab-nav-item::before {
    position: absolute;
    right: 0;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: transparent;
    border-radius: 0; }
  .registration__tab-nav-item_active::before {
    height: 5px;
    content: '';
    background-color: #ffda00;
    transition: all 0.3s; }
  .no-touchevents .registration__tab-nav-item:hover {
    color: rgba(48, 48, 48, 0.71); }

.registration__tab-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.registration__tab-line {
  width: 100%; }
  .registration__tab-line_hidden {
    display: none; }
  .registration__tab-line_sm {
    width: 49%; }
    @media (max-width: 480px) {
      .registration__tab-line_sm {
        width: 100%; } }
  .registration__tab-line span {
    font-family: MMedium;
    color: #999999;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
  .registration__tab-line input {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

.registration__tab-bottom > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .registration__tab-bottom > div > span {
    font-family: MMedium;
    color: #1b1b1b;
    font-size: 13px;
    padding-left: 10px; }

.registration__tab-bottom > p {
  font-family: MRegular;
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  padding: 25px 0; }

.registration__tab-social-top {
  margin: 30px 0 20px;
  text-align: center; }
  .registration__tab-social-top > div {
    color: #999999;
    font-size: 13px;
    line-height: 16px;
    font-family: 'MBold', sans-serif;
    display: inline-block;
    background: #fff;
    z-index: 10;
    padding: 0 10px; }
  .registration__tab-social-top:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ededed;
    left: 0;
    top: 9px;
    z-index: 0; }

.registration__btns {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.registration__btn {
  height: 46px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  font-family: MSemiBold;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: background 0.5s;
  width: 49%;
  cursor: pointer; }
  @media (max-width: 950px) and (min-width: 769px) {
    .registration__btn {
      width: 100%; } }
  @media (max-width: 480px) {
    .registration__btn {
      width: 100%; } }
  .registration__btn:first-child {
    background: #1b1b1b;
    color: #fff; }
    .no-touchevents .registration__btn:first-child:hover {
      background: #ffda00;
      color: #1b1b1b; }
  .registration__btn:last-child {
    border: 2px solid #ededed;
    color: #1b1b1b; }
    .no-touchevents .registration__btn:last-child:hover {
      border: 2px solid #d9d9d9; }

.registration__adv {
  border: 2px solid #ffda00;
  padding: 50px; }
  @media (max-width: 768px) {
    .registration__adv {
      padding: 30px; } }
  .registration__adv-item {
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .registration__adv-item:last-child {
      padding-bottom: 0; }
    .registration__adv-item-img {
      width: 60px;
      min-width: 60px;
      height: 60px;
      background: #f3f3f3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 50%;
      padding: 18px; }
      .registration__adv-item-img svg * {
        fill: #303030; }
    .registration__adv-item-text {
      font-size: 16px;
      line-height: 20px;
      color: #303030;
      font-family: MSemiBold;
      padding-left: 20px;
      text-align: left; }

.rekvizitu {
  border: 2px solid #ffda00;
  padding: 30px; }
  @media (max-width: 768px) {
    .rekvizitu {
      padding: 20px; } }
  .rekvizitu > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ededed;
    padding: 15px 0; }
    @media (max-width: 480px) {
      .rekvizitu > div {
        display: block;
        padding: 15px 0; } }
    .rekvizitu > div p, .rekvizitu > div span {
      width: 50%;
      font-size: 13px;
      padding-bottom: 0; }
      @media (max-width: 480px) {
        .rekvizitu > div p, .rekvizitu > div span {
          width: 100%; } }
    @media (max-width: 480px) {
      .rekvizitu > div p {
        padding-bottom: 10px; } }
    .rekvizitu > div span {
      color: #303030;
      font-size: 13px;
      line-height: 16px;
      font-family: MSemiBold; }
  .rekvizitu__gray-text, .rekvizitu__gray-text p {
    width: 100%;
    height: inherit !important;
    color: #999999;
    font-size: 12px;
    line-height: 15px;
    font-family: MRegular;
    padding-bottom: 0;
    border-bottom: 0 !important;
    padding-top: 20px 0 0 0 !important; }

.search-block__input {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 46px;
  padding-left: 15px;
  font-size: 14px;
  font-family: 'MSemiBold', sans-serif;
  padding-right: 75px;
  width: 100%; }
  .search-block__input::-webkit-input-placeholder {
    color: #999999; }
  .search-block__input:-ms-input-placeholder {
    color: #999999; }
  .search-block__input::-ms-input-placeholder {
    color: #999999; }
  .search-block__input:-ms-input-placeholder {
    color: #999999; }
  .search-block__input::placeholder {
    color: #999999; }
  .search-block__input:focus {
    outline: 0;
    outline-offset: 0;
    border: 1px solid #ffda00 !important;
    box-shadow: none !important; }

.search-block__delete {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 50px;
  top: 14px;
  cursor: pointer;
  display: none; }
  .search-block__delete svg * {
    fill: #999999; }
  .no-touchevents .search-block__delete:hover svg * {
    fill: #ff002b !important; }
  .search-block__delete_active {
    display: block; }

.search-block__submit {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 14px;
  top: 12px; }
  .search-block__submit svg * {
    fill: #9b9b9b; }
    .search-block__submit svg * .search-svg {
      stroke: #9b9b9b; }
    .search-block_opened .search-block__submit svg * {
      fill: #1b1b1b; }
      .search-block_opened .search-block__submit svg * .search-svg {
        stroke: #1b1b1b; }

.search-block__drop {
  position: absolute;
  z-index: 10;
  top: 43px;
  left: 0;
  right: 0;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  cursor: default;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  border: 1px solid #ffda00;
  padding-bottom: 20px; }
  .search-block__drop_show {
    display: -ms-flexbox;
    display: flex; }

.no-touchevents .search-block:hover, .search-blockroot_opened {
  z-index: 100; }
  .no-touchevents .search-block:hover root__submit svg *, .search-blockroot_opened root__submit svg * {
    fill: #202020 !important; }
    .no-touchevents .search-block:hover root__submit svg * .cls-1, .search-blockroot_opened root__submit svg * .cls-1 {
      stroke: #202020 !important; }

.search-block__bottom {
  padding: 20px 20px 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .search-block__bottom > a {
    font-family: MSemiBold, sans-serif;
    color: #303030;
    line-height: 18px;
    font-size: 14px;
    border-bottom: 1px dotted #303030; }
    .no-touchevents .search-block__bottom > a:hover {
      color: #ffda00;
      border-bottom: 1px dotted #ffda00; }

.search-block__matching {
  color: #999999;
  line-height: 18px;
  font-size: 14px;
  font-family: MRegular, sans-serif; }
  .search-block__matching span {
    font-family: MSemiBold, sans-serif;
    color: #303030; }

.search-blockroot_opened root__drop {
  display: block; }

.search-list__empty {
  color: #999999;
  line-height: 0;
  padding-top: 20px;
  font-size: 14px;
  font-family: MSemiBold, sans-serif;
  margin-left: 15px; }

.search__key-words {
  padding: 10px 20px 0; }
  .search__key-words-item {
    border: 2px solid #ededed;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 8px;
    cursor: pointer; }
    .search__key-words-item:hover {
      border-color: #1b1b1b; }
    .search__key-words-item_deleted {
      display: none; }
    .search__key-words-item span {
      color: #1b1b1b;
      line-height: 16px;
      font-size: 13px;
      font-family: MMedium, sans-serif; }

.select2-container--superselect {
  width: 100% !important; }
  .select2-container--superselect .select2-selection--single {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding-left: 15px;
    font-family: MSemiBold;
    height: 46px;
    font-size: 14px; }
    .select2-container--superselect .select2-selection--single[aria-expanded="true"] {
      border: 1px solid #ffda00;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .select2-container--superselect .select2-selection--single .select2-selection__rendered {
      padding-left: 0;
      line-height: 46px; }
    .select2-container--superselect .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%); }
      .select2-container--superselect .select2-selection--single .select2-selection__arrow > b {
        display: block;
        font-family: "FontAwesome";
        font-size: 18px; }
        .select2-container--superselect .select2-selection--single .select2-selection__arrow > b:after {
          content: "\f107"; }
  .select2-container--superselect .select2-results__option {
    padding-left: 15px; }
    .select2-container--superselect .select2-results__option--highlighted[aria-selected] {
      background-color: #ffda00; }
  .select2-container--superselect .select2-dropdown {
    border: 1px solid #ffda00;
    font-size: 14px;
    line-height: 16px; }

.select2-results__options {
  max-height: 200px;
  overflow: auto; }

.seo-text__head {
  color: #303030;
  font-size: 21px;
  line-height: 26px;
  font-family: MMedium;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .seo-text__head {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 15px; } }

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

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

.product-price_old {
  font-size: 12px;
  color: #b9b9b9;
  text-decoration: line-through;
  display: block;
  width: 100%;
  margin-top: 7px; }

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

.tabs__menu {
  background: #f3f3f3; }
  .tabs__menu-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 78px; }
  @media (max-width: 768px) {
    .tabs__menu {
      display: none; } }

.tabs__li {
  margin-right: 40px; }
  .tabs__li .tabs__link {
    font-family: MSemiBold;
    color: #303030;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer; }
    .no-touchevents .tabs__li .tabs__link:hover {
      color: #7b7b7b; }
    .tabs__li .tabs__link_active {
      position: relative;
      z-index: 5; }
      .tabs__li .tabs__link_active::before {
        position: absolute;
        right: 0;
        bottom: -28px;
        left: 0;
        width: 100%;
        height: 5px;
        margin: auto;
        content: '';
        background-color: #ffda00; }

.tabs-content {
  margin-top: 45px;
  width: 100%; }
  @media (max-width: 1200px) and (min-width: 1025px) {
    .tabs-content {
      padding-right: 30px; } }

.tabs__count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #1b1b1b;
  font-family: MSemiBold;
  line-height: 16px;
  font-size: 13px; }

.tabs-content__head {
  display: none;
  padding: 20px 0;
  font-size: 16px;
  color: #1b1b1b;
  font-family: MSemiBold, sans-serif;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 20px; }
  .tabs-content__head i {
    font-size: 14px;
    line-height: 20px; }
  .tabs-content__head_active, .no-touchevents .tabs-content__head:hover {
    color: rgba(27, 27, 27, 0.5); }
  .tabs-content__head_active {
    border-bottom-color: transparent; }
    .tabs-content__head_active i {
      transform: rotate(180deg); }
  @media (max-width: 768px) {
    .tabs-content__head {
      display: -ms-flexbox;
      display: flex; } }

.tabs-content__content {
  display: none; }
  .tabs-content__content_active {
    display: block; }
  .tabs-content__content h2 {
    padding-bottom: 20px;
    color: #000000;
    font-family: "GothamProMedium";
    font-size: 21px;
    line-height: 26px; }
  .tabs-content__content h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #303030;
    font-family: MMedium;
    font-size: 18px;
    line-height: 22px; }
  .tabs-content__content p {
    line-height: 16px;
    font-size: 14px;
    color: #303030;
    font-family: MRegular;
    padding-bottom: 16px; }
  @media (max-width: 768px) {
    .tabs-content__content {
      padding: 20px 0;
      border-bottom: 1px solid #ededed; } }

@media (max-width: 768px) {
  .tabs-content {
    margin-top: 0; } }

.tabs-double {
  display: -ms-flexbox;
  display: flex; }
  .tabs-double__left {
    /* width: 50%;
        margin-right: 50px;*/
    width: 100%; }
  .tabs-double__right {
    /*width: 50%;*/ }
  .tabs-double__title {
    font-family: 'GothamProMedium', sans-serif;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px; }
    .tabs-double__title_under {
      padding-bottom: 20px;
      border-bottom: 1px solid #ededed; }

.tab_chk h2 {
  border-bottom: 1px solid #ededed; }

.tab-comment__comment {
  margin-bottom: 30px;
  line-height: 1.2; }

.tab-comment__top {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 450px) {
    .tab-comment__top {
      -ms-flex-direction: column;
          flex-direction: column; } }

@media screen and (min-width: 451px) {
  .tab-comment__rating {
    margin-right: 20px; } }

@media screen and (max-width: 450px) {
  .tab-comment__rating {
    margin-bottom: 10px; } }

.tab-comment__rating .rating__item {
  width: 18px;
  height: 18px;
  font-size: 18px; }

.tab-comment__user {
  display: -ms-flexbox;
  display: flex;
  color: #16181F;
  -ms-flex-align: center;
      align-items: center; }
  .tab-comment__user span {
    color: #A2A2AD;
    font-size: 12px; }
    @media screen and (min-width: 451px) {
      .tab-comment__user span {
        margin-left: 10px; } }
  @media screen and (max-width: 450px) {
    .tab-comment__user {
      -ms-flex-direction: column;
          flex-direction: column; } }

.tab-comment__text {
  color: #393D4C;
  font-size: 14px;
  line-height: 18px; }
  @media screen and (max-width: 450px) {
    .tab-comment__text {
      font-size: 13px; } }

.product-specs {
  font-size: 14px;
  line-height: 18px;
  font-family: MRegular, sans-serif; }
  .product-specs__info {
    width: 50%; }
  .product-specs__label {
    width: 50%;
    margin-right: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-specs__label2 {
    border-bottom: 1px solid #fff;
    padding-right: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    width: auto;
    z-index: 2; }
    .product-specs__label2 a {
      color: #303030;
      font-family: MSemiBold; }
  .product-specs__b {
    border-bottom: 1px dotted #cccccc;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .product-specs__item {
    display: -ms-flexbox;
    display: flex;
    line-height: 18px;
    font-size: 14px;
    color: #303030;
    padding: 7px 0; }

.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-sidetip .tooltipster-box {
  background: #484848;
  border: 0;
  border-radius: 4px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-family: MRegular, sans-serif;
  padding: 6px 14px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #484848; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #484848;
  left: 0;
  top: -3px; }

.tooltipster-base {
  max-width: 400px; }

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

.top-line {
  width: 100%;
  background: #000;
  position: relative;
  z-index: 600;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 15px;
  font-family: 'MRegular', sans-serif; }
  @media (max-width: 1024px) {
    .top-line {
      display: none; } }
  .top-line__link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 15px;
    font-family: 'MRegular', sans-serif;
    margin-left: 20px; }
    .top-line__link:first-child {
      margin-left: 0; }
    .top-line__link_reg {
      border-right: 1px solid #303030;
      padding-right: 20px; }
    .top-line__link_cabinet {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center; }
      .top-line__link_cabinet i {
        font-size: 10px;
        color: #808080;
        padding-left: 8px;
        transition: all 0.5s ease-in-out; }
      .no-touchevents .top-line__link_cabinet:hover i {
        color: #ffda00; }
    .no-touchevents .top-line__link:hover {
      color: #ffda00; }
  .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; }
  .top-line__right-nav {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center; }
  .top-line__notification {
    margin: 0 20px; }

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

.slick-slide {
  height: 100%;
  min-height: 1px; }

.slick-dots {
  left: 0; }

.slick-dotted.slick-slider.top-slider__content {
  margin-bottom: 0; }

.slick-dots li button:before {
  border: 2px solid #ededed;
  background: #ededed; }

.slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
  background: #ffda00;
  border: 2px solid #ffda00; }

.top-slider__slide {
  display: none; }
  .top-slider__slide:first-child, .slick-slider .top-slider__slide {
    display: block; }

@media (max-width: 1240px) {
  .top-slider .container {
    padding: 0; } }

.top-slider__inside {
  position: relative;
  overflow: hidden;
  background: #cdced2; }

@media (max-width: 769px) {
  .top-slider .slick-dots {
    display: none !important; } }

.top-slider__nav-btn {
  height: 54px;
  width: 54px;
  background: #ededed;
  opacity: 0.7;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.3s;
  position: absolute;
  z-index: 55;
  top: 50%;
  transform: translate(0, -50%); }
  @media (max-width: 768px) {
    .top-slider__nav-btn {
      display: none !important; } }
  .no-touchevents .top-slider__nav-btn:hover {
    opacity: 1;
    cursor: pointer; }
  .top-slider__nav-btn > div {
    width: 12px;
    height: 20px; }
    .top-slider__nav-btn > div svg * {
      fill: #000000; }
  .top-slider__nav-btn_prev {
    left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }
    .top-slider__nav-btn_prev > div {
      transform: rotate(180deg); }
  .top-slider__nav-btn_next {
    right: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; }

.top-slider__content {
  overflow: hidden;
  position: relative;
  z-index: 50; }

.top-slider__item {
  width: 100%;
  position: relative; }
  .top-slider__item-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*max-height: 350px;
        min-height: 250px;

      max-height: 300px;  */ }
    .top-slider__item-img:after {
      margin-top: 25%;
      content: "";
      display: block; }
      @media (max-width: 768px) {
        .top-slider__item-img:after {
          margin-top: 40%; } }
      @media (max-width: 480px) {
        .top-slider__item-img:after {
          margin-top: 100%; } }
    .top-slider__item-img-inside, .top-slider__item-img-inside2, .top-slider__item-img-inside3 {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    @media (max-width: 768px) {
      .top-slider__item-img-inside {
        display: none; } }
    .top-slider__item-img-inside2 {
      display: none; }
      @media (max-width: 768px) {
        .top-slider__item-img-inside2 {
          display: block; } }
      @media (max-width: 480px) {
        .top-slider__item-img-inside2 {
          display: none; } }
    .top-slider__item-img-inside3 {
      display: none; }
      @media (max-width: 480px) {
        .top-slider__item-img-inside3 {
          display: block; } }
    .top-slider__item-img:before {
      background-color: #1b1b1b;
      opacity: 0.102;
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .top-slider__item-text {
    position: absolute;
    top: 50px;
    left: 70px;
    max-width: 480px; }
    @media (max-width: 768px) {
      .top-slider__item-text {
        left: 20px; } }
    @media (max-width: 360px) {
      .top-slider__item-text {
        left: 10px; } }
    .top-slider__item-text-badge {
      background: #ff002b;
      display: inline-block;
      padding: 0 10px;
      border-radius: 30px;
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 26px;
      color: #fff;
      font-family: MSemiBold, sans-serif; }
    .top-slider__item-text-title {
      font-size: 52px;
      line-height: 57px;
      text-transform: uppercase;
      font-family: Gotham Pro, sans-serif;
      color: #fff;
      text-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      padding-bottom: 20px; }
      @media (max-width: 1024px) {
        .top-slider__item-text-title {
          font-size: 42px;
          line-height: 52px; } }
      @media (max-width: 480px) {
        .top-slider__item-text-title {
          font-size: 32px;
          line-height: 40px; } }
      @media (max-width: 360px) {
        .top-slider__item-text-title {
          font-size: 24px;
          line-height: 30px; } }
    .top-slider__item-text-desc {
      color: #ffda00;
      font-family: MSemiBold, sans-serif;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 480px) {
        .top-slider__item-text-desc {
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 360px) {
        .top-slider__item-text-desc {
          font-family: MMedium, sans-serif; } }

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

/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */