/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

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

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

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

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

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

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/Montserrat-Light.eot);
  src: url(/webpack/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(/webpack/Montserrat-Light.woff) format("woff"), url(/webpack/Montserrat-Light.ttf) format("truetype"), url(/webpack/Montserrat-Light.svg#Montserrat) format("svg"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/Montserrat-Regular.eot);
  src: url(/webpack/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(/webpack/Montserrat-Regular.woff) format("woff"), url(/webpack/Montserrat-Regular.ttf) format("truetype"), url(/webpack/Montserrat-Regular.svg#Montserrat) format("svg"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/Montserrat-Medium.eot);
  src: url(/webpack/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(/webpack/Montserrat-Medium.woff) format("woff"), url(/webpack/Montserrat-Medium.ttf) format("truetype"), url(/webpack/Montserrat-Medium.svg#Montserrat) format("svg"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/Montserrat-SemiBold.eot);
  src: url(/webpack/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(/webpack/Montserrat-SemiBold.woff) format("woff"), url(/webpack/Montserrat-SemiBold.ttf) format("truetype"), url(/webpack/Montserrat-SemiBold.svg#Montserrat) format("svg"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/Montserrat-Bold.eot);
  src: url(/webpack/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(/webpack/Montserrat-Bold.woff) format("woff"), url(/webpack/Montserrat-Bold.ttf) format("truetype"), url(/webpack/Montserrat-Bold.svg#Montserrat) format("svg"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/Montserrat-ExtraBold.eot);
  src: url(/webpack/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/webpack/Montserrat-ExtraBold.woff) format("woff"), url(/webpack/Montserrat-ExtraBold.ttf) format("truetype"), url(/webpack/Montserrat-ExtraBold.svg#Montserrat) format("svg"); }

@font-face {
  font-family: "RobotoSlab";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/RobotoSlab-Thin.eot);
  src: url(/webpack/RobotoSlab-Thin.eot?#iefix) format("embedded-opentype"), url(/webpack/RobotoSlab-Thin.woff) format("woff"), url(/webpack/RobotoSlab-Thin.ttf) format("truetype"), url(/webpack/RobotoSlab-Thin.svg#RobotoSlab) format("svg"); }

@font-face {
  font-family: "RobotoSlab";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/RobotoSlab-Light.eot);
  src: url(/webpack/RobotoSlab-Light.eot?#iefix) format("embedded-opentype"), url(/webpack/RobotoSlab-Light.woff) format("woff"), url(/webpack/RobotoSlab-Light.ttf) format("truetype"), url(/webpack/RobotoSlab-Light.svg#RobotoSlab) format("svg"); }

@font-face {
  font-family: "RobotoSlab";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/RobotoSlab-Regular.eot);
  src: url(/webpack/RobotoSlab-Regular.eot?#iefix) format("embedded-opentype"), url(/webpack/RobotoSlab-Regular.woff) format("woff"), url(/webpack/RobotoSlab-Regular.ttf) format("truetype"), url(/webpack/RobotoSlab-Regular.svg#RobotoSlab) format("svg"); }

@font-face {
  font-family: "RobotoSlab";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/RobotoSlab-Bold.eot);
  src: url(/webpack/RobotoSlab-Bold.eot?#iefix) format("embedded-opentype"), url(/webpack/RobotoSlab-Bold.woff) format("woff"), url(/webpack/RobotoSlab-Bold.ttf) format("truetype"), url(/webpack/RobotoSlab-Bold.svg#RobotoSlab) format("svg"); }

@font-face {
  font-family: "Unbounded";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/webpack/Unbounded-SemiBold.eot);
  src: url(/webpack/Unbounded-SemiBold.eot?#iefix) format("embedded-opentype"), url(/webpack/Unbounded-SemiBold.woff) format("woff"), url(/webpack/Unbounded-SemiBold.ttf) format("truetype"), url(/webpack/Unbounded-SemiBold.svg#Unbounded) format("svg"); }

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

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

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

/*# sourceMappingURL=noty.css.map*/

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

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

#noty_layout__bottomLeft {
  width: 440px; }

#noty_layout__bottomCenter {
  bottom: 85px; }

.noty_theme__rs {
  padding: 24px 40px 26px 27px;
  color: #fff;
  background: rgba(34, 34, 34, 0.9);
  border-radius: 3px; }
  @media screen and (max-width: 520px) {
    .noty_theme__rs {
      padding: 18px 35px 18px 18px; } }
  .noty_theme__rs.noty_effects_open {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .noty_theme__rs.noty_effects_close {
    -webkit-animation-name: rs_close_noty;
            animation-name: rs_close_noty; }
  .noty_theme__rs .noty_progressbar {
    background-color: #fff !important;
    opacity: 0.5 !important; }
  .noty_theme__rs.noty_type__error {
    background: rgba(245, 46, 80, 0.9); }

.noty_theme__rs + .noty_theme__rs {
  margin-top: 15px; }

.noty-rs-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px; }
  @media screen and (max-width: 520px) {
    .noty-rs-title {
      font-size: 15px; } }

.noty-rs-message {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px; }
  @media screen and (max-width: 520px) {
    .noty-rs-message {
      display: none; } }

.noty-rs-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  opacity: 0.5; }
  @media screen and (max-width: 520px) {
    .noty-rs-close {
      top: 18px;
      right: 18px; } }
  .noty-rs-close:after, .noty-rs-close:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 20px;
    background: #fff; }
  .noty-rs-close:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
  .noty-rs-close:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }

.products-list-wrap {
  width: 100%;
  height: 100%; }
  .products-list-wrap .preloader {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }

.products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }
  @media screen and (max-width: 639px) {
    .products-list {
      margin: -1px -1px 23px -1px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .products-list::after {
    content: "";
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 285px;
        -ms-flex-preferred-size: 285px;
            flex-basis: 285px; }
    @media screen and (max-width: 1300px) {
      .products-list::after {
        -webkit-flex-basis: 250px;
            -ms-flex-preferred-size: 250px;
                flex-basis: 250px; } }
    @media screen and (max-width: 1199px) {
      .products-list::after {
        -webkit-flex-basis: 220px;
            -ms-flex-preferred-size: 220px;
                flex-basis: 220px; } }
  @media screen and (max-width: 767px) {
    .products-list {
      margin-bottom: 23px; } }

.catalog-product {
  width: calc( ( 100% - 40px ) / 3);
  position: relative;
  border-radius: 10px;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .catalog-product {
      height: auto; } }
  @media screen and (max-width: 991px) {
    .catalog-product {
      width: calc( 50% - 4px);
      background: #F5F5F5; }
      .catalog-product.product-slider__item {
        margin: 0; } }
  @media (hover: hover) {
    .catalog-product:hover {
      z-index: 4; }
      .catalog-product:hover .catalog-product__board-box, .catalog-product:hover .product-slider__board-box {
        opacity: 1;
        z-index: 10; }
      .catalog-product:hover .catalog-product__back {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .2s, visibility 0s 0s;
        transition: opacity .2s, visibility 0s 0s; }
      .catalog-product:hover .catalog-product__preview {
        -webkit-transform: scale(1.056);
                transform: scale(1.056); }
      .catalog-product:hover .catalog-product__wrapper {
        width: calc( 100% + 16px);
        margin: 0 -8px; }
      .catalog-product:hover .catalog-product__desc {
        margin-left: -8px; }
      .catalog-product:hover .catalog-product__board-box {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1); }
      .catalog-product:hover .catalog__labels-wrap {
        opacity: 0; } }

.catalog-product__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-transition: margin .2s, width .2s;
  transition: margin .2s, width .2s; }

.catalog-product__back {
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  width: calc(100% + 48px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F5F5F5;
  border-radius: 16px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .2s, visibility 0s .2s;
  transition: opacity .2s, visibility 0s .2s;
  visibility: hidden; }
  @media screen and (max-width: 991px) {
    .catalog-product__back {
      display: none; } }

.catalog-product__preview {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.catalog-product__holder {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden; }

.catalog-product__image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0; }

.catalog-product__board-box {
  position: absolute;
  top: 100%;
  width: 100%;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity .2s, width .2s, margin .2s, -webkit-transform .2s;
  transition: opacity .2s, width .2s, margin .2s, -webkit-transform .2s;
  transition: opacity .2s, width .2s, margin .2s, transform .2s;
  transition: opacity .2s, width .2s, margin .2s, transform .2s, -webkit-transform .2s;
  width: calc( 100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.98);
          transform: translateX(-50%) scale(0.98); }
  @media screen and (max-width: 991px) {
    .catalog-product__board-box {
      display: none; } }

.catalog-product__favorite {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 20; }
  .catalog-product:hover .catalog-product__favorite {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s opacity, 0s visibility;
    transition: 0.2s opacity, 0s visibility; }
  @media screen and (max-width: 991px) {
    .catalog-product__favorite {
      opacity: 1;
      visibility: visible; } }
  @media screen and (max-width: 639px) {
    .catalog-product__favorite {
      top: 0px;
      right: 0px; } }
  .catalog-product__favorite .add-favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media screen and (max-width: 639px) {
      .catalog-product__favorite .add-favorite {
        width: 43px;
        height: 40px; } }
    @media (hover: hover) {
      .catalog-product__favorite .add-favorite:hover svg {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); } }
    .catalog-product__favorite .add-favorite:not(.is-active) [data-prefix="fas"] {
      display: none; }
    .catalog-product__favorite .add-favorite.is-active svg path {
      fill: #F52E50; }
    .catalog-product__favorite .add-favorite.is-active [data-prefix="far"] {
      display: none; }
    @media (hover: hover) {
      .catalog-product__favorite .add-favorite:hover svg path {
        fill: #F52E50; }
      .catalog-product__favorite .add-favorite:hover [data-prefix="far"] {
        display: none; } }
    .catalog-product__favorite .add-favorite svg {
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
      .catalog-product__favorite .add-favorite svg path {
        -webkit-transition: fill .2s , stroke .2s;
        transition: fill .2s , stroke .2s; }
    .catalog-product__favorite .add-favorite--bg {
      background-image: url(/webpack/favorite-icon-new.svg);
      background-size: 22px 20px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-transition: background .3s, -webkit-transform .3s;
      transition: background .3s, -webkit-transform .3s;
      transition: background .3s, transform .3s;
      transition: background .3s, transform .3s, -webkit-transform .3s; }
      @media (hover: hover) {
        .catalog-product__favorite .add-favorite--bg:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          background-image: url(/webpack/favorite-icon-new-active.svg); } }
      .catalog-product__favorite .add-favorite--bg.is-active {
        background-image: url(/webpack/favorite-icon-new-active.svg); }

.catalog-product__favorite-popup {
  display: none;
  position: absolute;
  padding: 8px 8px 6px;
  height: 40px;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  top: -32px;
  right: -170px; }
  .catalog-product__favorite-popup span {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    white-space: nowrap;
    z-index: 1; }
  .catalog-product__favorite-popup::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 6px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(162, 162, 162, 0.4);
            box-shadow: 0px 4px 6px 0px rgba(162, 162, 162, 0.4); }
  .catalog-product__favorite-popup::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 6px;
    bottom: 1px;
    left: 50%;
    background-image: url(/webpack/57e7fda77effef795a5ebe562ee65810.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }
  @media screen and (max-width: 991px) {
    .catalog-product__favorite-popup {
      right: 0;
      -webkit-transform: translate(0);
              transform: translate(0); }
      .catalog-product__favorite-popup::before {
        left: auto;
        right: 12px; } }

.catalog-product__bag {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: 8px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #59324D;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .catalog-product__bag {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .catalog-product__bag::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/webpack/cart-bag.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1px; }

.catalog-product__board-box--mobile {
  position: relative;
  bottom: auto;
  display: none;
  height: auto;
  margin: 0 0 10px 0;
  width: 100%;
  left: auto; }
  @media screen and (max-width: 991px) {
    .catalog-product__board-box--mobile {
      display: none; } }
  .catalog-product__board-box--mobile .adding-product__add {
    position: relative;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    left: auto;
    -webkit-transform: none;
            transform: none; }
  .catalog-product__board-box--mobile .adding-product__choose {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    z-index: 2; }
  .catalog-product__board-box--mobile .adding-product__done {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none; }

.catalog-product__desc {
  position: relative;
  padding-top: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: margin .2s;
  transition: margin .2s; }
  @media screen and (max-width: 991px) {
    .catalog-product__desc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 12px 8px 8px;
      margin-top: 5px; } }

.catalog-product__name {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 991px) {
    .catalog-product__name {
      font-size: 14px; }
      .catalog-product__name.product-slider__name, .catalog-product__name.product-offers__name {
        max-height: calc( ( 1rem * 1.4 ) * 2);
        margin-bottom: 18px;
        padding-bottom: 0; }
      .catalog-product__name.product-offers__name {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2; } }

.catalog-product__category {
  display: block;
  margin-bottom: 8px;
  color: #88919D;
  font-size: 12px;
  line-height: 14px; }
  @media screen and (max-width: 767px) {
    .catalog-product__category {
      font-size: 12px;
      line-height: 12px; } }

.catalog-product__wrapper {
  width: 100%;
  margin-top: auto;
  -webkit-transition: width .2s, margin .2s;
  transition: width .2s, margin .2s; }
  .catalog-product__wrapper .catalog-product__priceWrap {
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .catalog-product__wrapper .catalog-product__priceWrap {
        padding-left: 10px;
        max-width: 120px; } }

.catalog-product__priceWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media screen and (max-width: 991px) {
    .catalog-product__priceWrap {
      display: grid;
      grid-template-rows: auto minmax(14px, auto);
      gap: 1px; } }

.catalog-product__price {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600; }
  .catalog-product__price--discount {
    color: #f52e50; }
  @media screen and (max-width: 991px) {
    .catalog-product__price {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px; } }
  .catalog-product__price--old {
    margin-left: 12px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #88919D;
    text-decoration: line-through; }
    @media screen and (max-width: 991px) {
      .catalog-product__price--old {
        font-size: 14px;
        margin-left: 1px;
        line-height: 14px;
        margin-top: 0; } }
  .catalog-product__price--old-currency {
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #88919D;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start; }
    @media screen and (max-width: 991px) {
      .catalog-product__price--old-currency {
        font-size: 14px;
        line-height: 14px;
        margin-top: 0; } }

.catalog-product__currency--old {
  font-size: 18px;
  font-weight: normal; }
  @media screen and (max-width: 639px) {
    .catalog-product__currency--old {
      font-size: 15px; } }

.catalog-product__block-old-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog-product__adding-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 16px; }

.catalog-product__adding-sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-area: sizes;
  gap: 4px; }

.catalog-product__adding-size > label, .catalog-product__adding-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  min-width: 25px;
  height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  background: #E9EAEC;
  border-radius: 4px;
  -webkit-transition: background .2s;
  transition: background .2s;
  cursor: pointer; }
  .catalog-product__adding-size > label:hover, .catalog-product__adding-control:hover {
    background: #DEDEDE; }

.catalog-product__adding-size input {
  display: none; }

.catalog-product__adding-size.not-available label {
  color: #DEDEDE;
  pointer-events: none; }

.catalog-product__adding-size.active > label {
  background: #59324D;
  color: white; }

.catalog-product__adding-size.disable > label {
  background: #E9EAEC;
  color: #DEDEDE;
  pointer-events: none; }

.catalog-product__adding-control {
  position: relative;
  height: 22px;
  width: 25px; }
  .catalog-product__adding-control::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 1.5px;
    background: #222;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .catalog-product__adding-control.plus::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5px;
    height: 10px;
    border-radius: 1.5px;
    background: #222;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .catalog-product__adding-control.disabled {
    opacity: .4;
    pointer-events: none; }

.catalog-product__adding-quantiter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .catalog-product__adding-quantiter input {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 40px;
    padding: 2px 4px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 600; }

.catalog-product__adding-to-cart {
  grid-area: button;
  display: block;
  padding: 18px;
  font-size: 14px;
  line-height: 1;
  background: transparent;
  color: #222;
  font-weight: 500;
  border: 1px solid #222;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .2s, background .2s, border-color .2s;
  transition: color .2s, background .2s, border-color .2s; }
  .catalog-product__adding-to-cart:hover {
    background: #59324D;
    border-color: #59324D;
    color: #FFFFFF; }

.container {
  height: 100%;
  max-width: 1240px;
  padding: 0 16px;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .container {
      max-width: 1140px; } }
  @media screen and (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media screen and (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 100%; } }

@media screen and (max-width: 360px) {
  .container--paddingless {
    padding-right: 0; } }

.container--seo {
  display: none;
  margin: -70px auto 70px; }
  .container--seo ul li:before {
    content: '';
    background: #f52e50;
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin: 0 7px 0 15px; }
  @media screen and (max-width: 991px) {
    .container--seo {
      margin-top: 0; } }
  @media (max-width: 430px) {
    .container--seo div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .container--seo div table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .container--seo div table tbody tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      text-align: center; }
      .container--seo div table tbody tr a {
        display: block;
        margin-top: -5px; }
      @media (max-width: 430px) {
        .container--seo div table tbody tr {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

.content {
  display: table-row;
  height: 100%;
  background-color: #e9eaec; }

.content__wrap {
  padding-top: 90px; }
  @media screen and (max-width: 991px) {
    .content__wrap {
      padding-top: 61px; } }

.wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.button {
  display: inline-block; }

.button--clear {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0; }

.button--default {
  padding: 24px 15px 23px 15px;
  border-radius: 3px;
  background-color: #59324d;
  color: whitesmoke;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media screen and (max-width: 639px) {
    .button--default {
      padding: 20px 0 21px; } }
  .button--default:hover {
    opacity: 0.6; }

.button--arrow {
  overflow: hidden;
  border: 1px solid #59324d;
  color: whitesmoke;
  background-color: #59324d;
  position: relative; }
  .button--arrow::after {
    content: url(/webpack/button-arrow.svg);
    position: relative;
    -webkit-transition: left 0.3s, margin-left 0.3s;
    transition: left 0.3s, margin-left 0.3s;
    left: 100%;
    margin-left: -28px; }
  @media (hover: hover) {
    .button--arrow:hover {
      opacity: 1; }
      .button--arrow:hover::after {
        left: 12px;
        margin-left: 0; } }

.button:disabled,
.button[disabled],
.button.button--disabled {
  -webkit-transition: none;
  transition: none;
  background-color: #afa0ac;
  color: #fff; }
  .button:disabled:hover,
  .button[disabled]:hover,
  .button.button--disabled:hover {
    cursor: default;
    background-color: #efeff0;
    color: #cacbc9;
    opacity: 1; }

.button--checked {
  border: 1px solid #59324D;
  color: #fff;
  background-color: #59324D;
  position: relative;
  cursor: default;
  text-indent: -9999px;
  z-index: 1; }
  .button--checked:hover {
    border: 1px solid #59324D;
    color: #fff;
    background-color: #59324D; }
  .button--checked:before {
    background: url(/webpack/button-check.svg) center no-repeat;
    background-size: contain;
    content: '';
    width: 30px;
    color: #fff;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 11; }

.button--loading {
  border: 1px solid #59324D;
  color: #fff;
  background-color: #59324D;
  position: relative;
  cursor: default;
  text-indent: -9999px; }
  .button--loading:hover {
    border: 1px solid #59324D;
    color: #fff;
    background-color: #59324D; }
  .button--loading:before {
    background: url(/webpack/button-loader.svg) center no-repeat;
    background-size: contain;
    content: '';
    width: 30px;
    color: #fff;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 11; }

.button--cancel {
  background: #F9EDF5;
  color: #59324d; }
  .button--cancel:hover {
    background: #59324d;
    color: #f5f5f5; }

.button--stretch {
  width: 100%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100vh;
  color: #222;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 15px; }
  html.noscroll {
    overflow: hidden; }
  @media screen and (max-width: 991px) {
    html.noscroll-tablet {
      overflow: hidden; } }

body {
  height: 100%;
  color: #222;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale; }
  body.noscroll {
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      body.noscroll {
        overflow: hidden; } }
  @media screen and (max-width: 991px) {
    body.noscroll-tablet {
      overflow: auto; } }

a {
  color: inherit;
  font: inherit;
  text-decoration: none; }
  a:focus {
    outline: none; }

input,
button,
select,
textarea {
  color: inherit;
  font: inherit;
  border: 0; }
  input:focus,
  button:focus,
  select:focus,
  textarea:focus {
    outline: none; }

button {
  cursor: pointer; }

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

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="search"]::-webkit-search-cancel-button {
    display: none; }
  input[type="search"]::-ms-clear {
    display: none; }

#usedesk-messenger .uw__messenger-layout__buttons {
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px); }

.header {
  position: relative;
  background-color: #222;
  z-index: 102; }
  @media screen and (max-width: 991px) {
    .header {
      display: none; } }

.header__container {
  position: relative;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }

.header__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 310px;
  margin-right: 50px; }
  @media screen and (max-width: 1300px) {
    .header__search {
      margin-right: 15px; } }

.header__contact {
  position: relative;
  padding-right: 26px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap; }
  .header__contact:before {
    content: '';
    position: absolute;
    top: -50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: calc(100% + 53px); }
  @media screen and (max-width: 1199px) {
    .header__contact {
      padding-right: 30px; } }
  @media screen and (min-width: 1301px) {
    .header__contact {
      z-index: 3; } }
  .header__contact a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 18px;
    position: relative; }
  .header__contact:hover, .header__contact:focus {
    color: #fff; }
    .header__contact:hover .header__contact-icon, .header__contact:focus .header__contact-icon {
      fill: #fff; }
    .header__contact:hover .header__contacts, .header__contact:focus .header__contacts {
      opacity: 1;
      pointer-events: auto; }

.header__contacts {
  position: absolute;
  z-index: 102;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(103%);
          transform: translateY(103%);
  width: 450px;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
  cursor: auto; }

.header__contact-icon {
  width: 15px;
  height: 15px;
  fill: #bdbdbd;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 1199px) {
    .header__contact-icon {
      right: 10px; } }

.header__sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.header__sections > li {
  height: 100%;
  margin-right: 24px; }
  @media screen and (max-width: 1300px) {
    .header__sections > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 20px; }
      .header__sections > li:first-child {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
  @media screen and (max-width: 1199px) {
    .header__sections > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 87px; } }
  .header__sections > li:last-child {
    margin-right: 0; }

.header__sections > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }
  .header__sections > li > a:hover, .header__sections > li > a:focus {
    color: #fff; }

.header__user-states {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto; }

.header__user-favorite {
  margin-right: 10px; }

.header-mobile {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 18px 0;
  background-color: #fff;
  border-bottom: 1px #E8E8E8 solid;
  border-bottom-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .header-mobile {
      display: block; } }

.mobile-header--border {
  border-bottom-color: #E8E8E8; }

.header-mobile__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.header-mobile__filter-wrapper {
  display: block;
  position: relative;
  margin: -18px -6px;
  padding: 18px 6px;
  overflow: hidden; }
  .header-mobile__filter-wrapper .navigation__filter-count {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: opacity .1s, -webkit-transform .2s;
    transition: opacity .1s, -webkit-transform .2s;
    transition: transform .2s, opacity .1s;
    transition: transform .2s, opacity .1s, -webkit-transform .2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .header-mobile__filter-wrapper .header-mobile__filter-icon span {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
    .header-mobile__filter-wrapper .header-mobile__filter-icon span:first-child {
      -webkit-transition: -webkit-transform .4s .3s;
      transition: -webkit-transform .4s .3s;
      transition: transform .4s .3s;
      transition: transform .4s .3s, -webkit-transform .4s .3s; }
    .header-mobile__filter-wrapper .header-mobile__filter-icon span:nth-child(2) {
      -webkit-transition: -webkit-transform .4s .2s;
      transition: -webkit-transform .4s .2s;
      transition: transform .4s .2s;
      transition: transform .4s .2s, -webkit-transform .4s .2s; }
    .header-mobile__filter-wrapper .header-mobile__filter-icon span:last-child {
      -webkit-transition: -webkit-transform .4s .1s;
      transition: -webkit-transform .4s .1s;
      transition: transform .4s .1s;
      transition: transform .4s .1s, -webkit-transform .4s .1s; }
  .header-mobile__filter-wrapper.show .navigation__filter-count {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
  .header-mobile__filter-wrapper.show .header-mobile__filter-icon span {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .header-mobile__filter-wrapper.show .header-mobile__filter-icon span:first-child {
      -webkit-transition: -webkit-transform .4s .1s;
      transition: -webkit-transform .4s .1s;
      transition: transform .4s .1s;
      transition: transform .4s .1s, -webkit-transform .4s .1s; }
    .header-mobile__filter-wrapper.show .header-mobile__filter-icon span:nth-child(2) {
      -webkit-transition: -webkit-transform .4s .2s;
      transition: -webkit-transform .4s .2s;
      transition: transform .4s .2s;
      transition: transform .4s .2s, -webkit-transform .4s .2s; }
    .header-mobile__filter-wrapper.show .header-mobile__filter-icon span:last-child {
      -webkit-transition: -webkit-transform .4s .3s;
      transition: -webkit-transform .4s .3s;
      transition: transform .4s .3s;
      transition: transform .4s .3s, -webkit-transform .4s .3s; }

.header-mobile__filter-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 5px 3px 3px; }
  .header-mobile__filter-icon span {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 6px;
    background: #000;
    -webkit-transition: opacity .3s, width .3s, -webkit-transform .3s;
    transition: opacity .3s, width .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, width .3s;
    transition: opacity .3s, transform .3s, width .3s, -webkit-transform .3s; }
    .header-mobile__filter-icon span::before {
      content: "";
      position: absolute;
      display: block;
      left: 4px;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      border: 1px solid #000;
      background: #fff;
      -webkit-transform: translateY(-30%);
              transform: translateY(-30%);
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .header-mobile__filter-icon span:first-child, .header-mobile__filter-icon span:last-child {
      -webkit-transform-origin: left;
              transform-origin: left; }
      .header-mobile__filter-icon span:first-child::before, .header-mobile__filter-icon span:last-child::before {
        left: auto;
        right: 4px; }

.header-mobile__burger {
  position: relative;
  width: 24px;
  height: 17px;
  vertical-align: middle; }

.header-mobile__line {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 2px; }
  .header-mobile__line:nth-child(1) {
    top: 0;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease; }
    .header-mobile__burger--opened-search .header-mobile__line:nth-child(1),
    .header-mobile__burger--opened .header-mobile__line:nth-child(1) {
      -webkit-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg);
      top: 50%; }
  .header-mobile__line:nth-child(2) {
    top: 8px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .header-mobile__burger--opened-search .header-mobile__line:nth-child(2),
    .header-mobile__burger--opened .header-mobile__line:nth-child(2) {
      opacity: 0; }
  .header-mobile__line:nth-child(3) {
    top: 15px;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease; }
    .header-mobile__burger--opened-search .header-mobile__line:nth-child(3),
    .header-mobile__burger--opened .header-mobile__line:nth-child(3) {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      top: 50%; }

.header-mobile__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.header-mobile__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px; }

.header-mobile__controls {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 10px 0;
  background: #fff;
  z-index: 100; }
  @media screen and (max-width: 991px) {
    .header-mobile__controls {
      display: block; } }

.header-mobile__controls-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 18px;
  gap: 30px;
  height: auto; }

.header-mobile__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: calc( ( 100% - 120px ) / 5);
  padding: 0;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  color: #88919D;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .header-mobile__control.active {
    color: #59324D; }
  .header-mobile__control::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .header-mobile__control--main::before {
    background-image: url(/webpack/mobile-home.svg); }
  .header-mobile__control--catalog::before {
    background-image: url(/webpack/mobile-catalog.svg); }
  .header-mobile__control--cart::before {
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(/webpack/mobile-bag.svg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header-mobile__control--search::before {
    background-image: url(/webpack/mobile-search.svg); }
  .header-mobile__control--favourite::before {
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(/webpack/mobile-fav.svg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.header-mobile__logo {
  display: block;
  height: 24px; }
  .header-mobile__logo img {
    height: 100%;
    width: auto; }

.header-mobile__search-btn {
  position: relative; }

.header-mobile__favorite {
  position: relative; }

.header-mobile__loupe {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7); }

.header-mobile__cart {
  position: relative; }

.header-mobile__bag {
  font-size: 15px;
  color: #808080; }

.header-mobile__number-wrap {
  position: relative;
  display: block;
  width: 24px;
  height: 24px; }

.header-mobile__number {
  position: absolute;
  top: -3px;
  left: 15px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #f52e50;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center; }
  .header-mobile__number:empty {
    opacity: 0; }
  .header-mobile__number.show {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-animation: counter .3s forwards;
            animation: counter .3s forwards; }

@-webkit-keyframes counter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes counter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.auth-popup {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px; }

.auth-popup__tab {
  display: none; }

.auth-popup__tab--active {
  display: block; }

.auth-popup__title {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  text-align: center; }
  @media screen and (max-width: 479px) {
    .auth-popup__title {
      font-size: 22px;
      font-weight: bold;
      text-align: left; } }

.auth-popup__form {
  max-width: 400px;
  margin: 0 auto; }

.auth-popup__social {
  max-width: 400px;
  margin: 30px auto 0; }

.auth-popup__social-title {
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 18px;
  color: #808080; }
  @media screen and (max-width: 479px) {
    .auth-popup__social-title {
      max-width: 245px;
      margin: 0 auto 15px;
      text-align: center; } }

.auth-popup__social-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 479px) {
    .auth-popup__social-actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.auth-popup__social-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  width: 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #dedede; }
  @media screen and (max-width: 479px) {
    .auth-popup__social-btn {
      width: auto; } }
  .auth-popup__social-btn .fab,
  .auth-popup__social-btn .svg-inline--fa {
    font-size: 20px;
    margin-right: 8px; }
  .auth-popup__social-btn--vk {
    background: #4F93DA;
    margin-left: 7px; }
    @media screen and (max-width: 479px) {
      .auth-popup__social-btn--vk {
        margin-left: 0;
        margin-top: 12px; } }
    .auth-popup__social-btn--vk:hover {
      background: #3B86D6; }

.auth-popup__link {
  color: #f52e50; }
  .auth-popup__link:hover {
    text-decoration: underline; }

.auth-popup__footer {
  padding: 23px 15px;
  background: #F3F3F3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.auth-popup__tab-btn {
  display: none;
  color: #808080;
  font-size: 15px;
  line-height: 18px;
  text-align: center; }
  .auth-popup__tab-btn a {
    text-decoration: underline; }
    .auth-popup__tab-btn a:hover {
      color: #f52e50; }

.auth-popup__tab-btn--active {
  display: block; }

.auth-popup__tab-btn--left {
  text-align: left; }

.auth-popup__submit {
  display: block;
  width: 100%;
  margin-top: 20px; }

.auth-popup__main {
  padding: 65px 15px 55px; }
  @media screen and (max-width: 479px) {
    .auth-popup__main {
      padding: 26px 15px 40px; } }

.auth-popup__message {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #f52e50;
  background-color: rgba(245, 46, 80, 0.05);
  border-radius: 4px; }

.navigation {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  -webkit-transition: .3s box-shadow ease;
  transition: .3s box-shadow ease; }
  @media screen and (max-width: 991px) {
    .navigation {
      display: none; } }
  .navigation.animate {
    -webkit-box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.2); }

.navigation--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101; }

.navigation__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  gap: 64px; }
  @media screen and (max-width: 1199px) {
    .navigation__container {
      gap: 24px; } }

.navigation__logo {
  display: block;
  height: 38px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }
  .navigation__logo:hover, .navigation__logo:focus {
    color: #f52e50; }
  .navigation__logo img {
    display: block;
    width: auto;
    height: 100%; }

.navigation__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.navigation__item {
  height: 100%;
  border-bottom: 3px solid transparent; }
  .navigation__item:hover, .navigation__item:focus {
    border-bottom: 3px solid #59324d; }
  .navigation__item.is-active {
    border-bottom: 3px solid #59324d; }
  .navigation__item--block a {
    display: block;
    margin: -11px 0 8px;
    padding: 11px 20px 12px !important;
    color: #fff;
    border-radius: 10px; }
  .navigation__item--5 a {
    background-color: #59324d; }
  .navigation__item--outlet a {
    color: #222;
    background-color: #f9edf5; }
  .navigation__item--premium a {
    background-color: #222; }

.navigation__item > a {
  height: 100%;
  padding: 0 22.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .navigation__item > a {
      font-size: 13px;
      padding: 0 16.5px; } }
  .navigation__item > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f52e50;
    border-radius: 20px;
    -webkit-transition: 0.2s height;
    transition: 0.2s height; }

.navigation__icon {
  height: 12px;
  margin-right: 5px; }

.navigation__backdrop {
  position: absolute;
  opacity: 0.3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.navigation__list {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 10px; }
  .navigation__list.navigation__list--opened {
    opacity: 1;
    pointer-events: auto; }
    .navigation__list.navigation__list--opened .menu-list__item-wrapper.is-show {
      pointer-events: auto; }

.navigation__list--transition {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation__cart {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navigation__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (max-width: 1199px) {
    .navigation__search {
      max-width: 250px; } }
  @media screen and (max-width: 991px) {
    .navigation__search {
      max-width: unset; } }

.navigation__catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer; }
  .navigation__catalog.active .navigation__catalog-icon span {
    height: 2px;
    width: 12px;
    border-radius: 2;
    -webkit-transform-origin: center;
            transform-origin: center; }
    .navigation__catalog.active .navigation__catalog-icon span:first-child {
      left: 2px;
      top: 7px;
      -webkit-transform: rotate(44deg);
              transform: rotate(44deg); }
    .navigation__catalog.active .navigation__catalog-icon span:nth-child(2) {
      right: 2px;
      top: 7px;
      -webkit-transform: rotate(-44deg);
              transform: rotate(-44deg); }
    .navigation__catalog.active .navigation__catalog-icon span:nth-child(3) {
      left: 2px;
      bottom: 7px;
      -webkit-transform: rotate(-44deg);
              transform: rotate(-44deg); }
    .navigation__catalog.active .navigation__catalog-icon span:last-child {
      right: 2px;
      bottom: 7px;
      -webkit-transform: rotate(44deg);
              transform: rotate(44deg); }

.navigation__catalog-icon {
  position: relative;
  width: 24px;
  height: 24px; }
  .navigation__catalog-icon span {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 2.5px;
    background: #59324D;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-transition: height .3s, width .3s, top .3s, right .3s, bottom .3s, left .3s, -webkit-transform .3s;
    transition: height .3s, width .3s, top .3s, right .3s, bottom .3s, left .3s, -webkit-transform .3s;
    transition: height .3s, width .3s, transform .3s, top .3s, right .3s, bottom .3s, left .3s;
    transition: height .3s, width .3s, transform .3s, top .3s, right .3s, bottom .3s, left .3s, -webkit-transform .3s; }
    .navigation__catalog-icon span:first-child {
      top: 2px;
      left: 2px; }
    .navigation__catalog-icon span:nth-child(2) {
      top: 2px;
      right: 2px; }
    .navigation__catalog-icon span:nth-child(3) {
      left: 2px;
      bottom: 2px; }
    .navigation__catalog-icon span:last-child {
      right: 2px;
      bottom: 2px; }

.navigation__filter {
  -webkit-transition: color .3s;
  transition: color .3s; }
  .navigation__filter.active .navigation__filter-icon span:nth-child(2) {
    opacity: 0; }
  .navigation__filter.active .navigation__filter-icon span:first-child {
    width: 20px;
    -webkit-transform: translate(3px, -1px) rotate(45deg);
            transform: translate(3px, -1px) rotate(45deg); }
    .navigation__filter.active .navigation__filter-icon span:first-child::before {
      opacity: 0; }
  .navigation__filter.active .navigation__filter-icon span:last-child {
    width: 20px;
    -webkit-transform: translate(3px, -1px) rotate(-45deg);
            transform: translate(3px, -1px) rotate(-45deg); }
    .navigation__filter.active .navigation__filter-icon span:last-child::before {
      opacity: 0; }
  .navigation__filter:hover {
    color: #5b324c; }

.navigation__filter-wrapper {
  position: relative; }

.navigation__filter-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 5px 3px 3px; }
  .navigation__filter-icon span {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    -webkit-transition: opacity .3s, width .3s, -webkit-transform .3s;
    transition: opacity .3s, width .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, width .3s;
    transition: opacity .3s, transform .3s, width .3s, -webkit-transform .3s; }
    .navigation__filter-icon span::before {
      content: "";
      position: absolute;
      display: block;
      left: 4px;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      border: 1px solid #000;
      background: #fff;
      -webkit-transform: translateY(-30%);
              transform: translateY(-30%);
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .navigation__filter-icon span:first-child, .navigation__filter-icon span:last-child {
      -webkit-transform-origin: left;
              transform-origin: left; }
      .navigation__filter-icon span:first-child::before, .navigation__filter-icon span:last-child::before {
        left: auto;
        right: 4px; }

.navigation__filter-count {
  display: none;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  background-color: #f52e50; }
  @media screen and (max-width: 991px) {
    .navigation__filter-count {
      font-size: 10px;
      min-width: 17px;
      min-height: 17px; } }

.navigation__wrap, .navigation__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (max-width: 1199px) {
    .navigation__wrap, .navigation__actions {
      gap: 24px; } }

.navigation__actions {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.navigation__user-states {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px; }
  @media screen and (max-width: 1199px) {
    .navigation__user-states {
      gap: 24px; } }

.navigation__user-favorite {
  width: 24px;
  height: 24px; }

.navigation__user-auth:empty {
  width: 24px;
  height: 24px; }

.navigation__popup {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  left: 50%;
  top: calc(100% + 7px);
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  border-radius: 10px 10px 0 0; }
  .navigation__popup .navigation__container {
    padding: 0; }
    .navigation__popup .navigation__container > .navigation__menu {
      padding: 25px 20px 0 5px;
      width: 100%;
      border-bottom: 1px solid #E9E9E9; }
      .navigation__popup .navigation__container > .navigation__menu .navigation__item {
        margin: 0 15px; }
      .navigation__popup .navigation__container > .navigation__menu .navigation__item > a {
        padding: 0 0 20px 0; }
    .navigation__popup .navigation__container .navigation__list {
      top: 100%;
      margin-top: 0; }

.active .navigation__popup {
  display: block; }

.active.animate .navigation__popup {
  opacity: 1; }

.menu-labels__label-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 5px; }

.menu-labels__label {
  padding: 8px 8px;
  margin: 0 10px 10px 0; }

.menu-labels__label--custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  color: #fff; }
  .menu-labels__label--custom svg {
    margin-right: 5px; }
  @media screen and (max-width: 639px) {
    .menu-labels__label--custom {
      margin: 0 10px 5px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      height: 19px; } }

.menu-labels__label--sales {
  height: 28px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  background-color: #f52e50;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 479px) {
    .menu-labels__label--sales {
      height: 19px;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }
  @media screen and (max-width: 639px) {
    .menu-labels__label--sales {
      margin: 0 10px 5px 0; } }

.menu-labels__label--hit {
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #004cff;
  color: #fff; }
  @media screen and (max-width: 479px) {
    .menu-labels__label--hit {
      height: 19px;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }
  @media screen and (max-width: 639px) {
    .menu-labels__label--hit {
      margin: 0 10px 5px 0; } }

.menu-labels__label--last-size {
  display: inline-block;
  width: auto;
  height: 28px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #00bd39;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px; }
  @media screen and (max-width: 639px) {
    .menu-labels__label--last-size {
      margin: 0 10px 5px 0; } }
  @media screen and (max-width: 479px) {
    .menu-labels__label--last-size {
      height: 19px;
      margin: 0;
      font-size: 10px;
      font-weight: 500; } }

.menu-labels__label--prem, .menu-labels__label--original {
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #ffaa00; }
  @media screen and (max-width: 639px) {
    .menu-labels__label--prem, .menu-labels__label--original {
      margin: 0 10px 5px 0; } }
  @media screen and (max-width: 479px) {
    .menu-labels__label--prem, .menu-labels__label--original {
      height: 19px;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }

.menu-labels__label--original {
  background-color: #6aa49b; }

.menu-labels__label--outlet {
  width: 60px;
  color: #222;
  background-color: #F9EDF5; }
  @media screen and (max-width: 479px) {
    .menu-labels__label--outlet {
      width: 54px; } }

.menu-list__global-category {
  padding-left: 24px;
  border-bottom: 1px solid #E9E9E9;
  background-color: #fff;
  position: relative;
  border-radius: 3px 3px 0 0; }

.menu-list__global-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.menu-list__global-category-item {
  margin: 0 15px;
  border-bottom: 3px solid transparent; }
  .menu-list__global-category-item:hover {
    border-bottom: 3px solid #59324d; }
  .menu-list__global-category-item.is-active {
    border-bottom: 3px solid #59324d; }

.menu-list__global-category-item > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 0; }

.menu-list__item-wrapper {
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 390px;
  width: 100%;
  position: absolute;
  border-radius: 0 0 10px 10px; }
  .menu-list__item-wrapper.is-show {
    opacity: 1; }

.menu-list__subcategory-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0; }
  .menu-list__subcategory-wrapper.show-subcategory {
    opacity: 1;
    pointer-events: auto; }

.menu-list__item--border {
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
  height: calc(100% - 40px); }

.menu-list__item {
  width: 25%;
  font-size: 13px;
  border-radius: 0 0 12px 0;
  position: relative; }

.menu-list__item--grey {
  background-color: #F7F7F7;
  border-radius: 0 0 0 10px; }

.menu-list__item--scroll {
  height: 100%;
  overflow: hidden;
  padding-top: 20px;
  position: relative; }

.menu-list__holder {
  width: 100%;
  position: relative;
  border: 1px solid #DEDEDE;
  border-radius: 3px; }

.menu-list__slider {
  width: auto !important;
  margin: 0;
  border-radius: 3px; }

.menu-list__img-wrapper {
  border-bottom: 1px solid #DEDEDE; }

.menu-list__hits {
  -webkit-flex-basis: 33.8%;
      -ms-flex-preferred-size: 33.8%;
          flex-basis: 33.8%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 20px 24px 0;
  padding-bottom: 12px; }

.menu-list__hit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.menu-list__label {
  margin-bottom: 19px;
  color: #909090;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase; }

.menu-list__dots {
  width: 100%;
  margin-top: 5px; }
  .menu-list__dots .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #88919d;
    vertical-align: middle;
    margin: 0 7.5px !important;
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .menu-list__dots .swiper-pagination-bullet:hover, .menu-list__dots .swiper-pagination-bullet:focus {
      background-color: #59324d; }
  .menu-list__dots .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #59324d; }

.menu-list__price-wrapper {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 15px;
  margin-bottom: 10px; }

.menu-list__description {
  margin: 10px 15px 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.375; }

.menu-list__old-price {
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
  font-weight: 500;
  position: relative;
  z-index: 1; }
  .menu-list__old-price:before {
    border-top: 1px solid #7a7a7a;
    content: '';
    position: absolute;
    left: 0;
    top: 42%;
    width: 100%;
    z-index: 2; }

.menu-list__rub {
  color: #7a7a7a;
  font-weight: 500;
  margin-left: 3px; }

.menu-list__price--with-discount {
  color: red; }

.menu-list__brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0px 0px 0px 24px;
  height: 100%;
  overflow: hidden; }

.menu-list__all-brands {
  width: 100%;
  overflow: auto;
  padding: 0px 0 0 20px; }

.menu-list__subtitles {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  line-height: 16px; }

.menu-list__subtitles--brands {
  -webkit-columns: 4;
          columns: 4;
  -webkit-column-fill: auto;
          column-fill: auto;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-column-rule-width: 1px;
          column-rule-width: 1px;
  -webkit-column-rule-style: solid;
          column-rule-style: solid;
  -webkit-column-rule-color: rgba(34, 34, 34, 0.1);
          column-rule-color: rgba(34, 34, 34, 0.1);
  margin-left: -15px;
  min-height: 100%;
  padding-bottom: 20px; }

.menu-list__brands-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .menu-list__brands-item:last-child {
    margin-bottom: 30px; }

.menu-list__brands-item--all-brands {
  margin-left: 15px; }

.menu-list__brands-item > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }
  @media screen and (max-width: 1199px) {
    .menu-list__brands-item > a {
      font-size: 13px; } }
  .menu-list__brands-item > a:hover, .menu-list__brands-item > a:focus {
    text-decoration: underline; }

.menu-list__all {
  text-decoration: underline;
  color: #f52e50;
  margin: 0px 0 20px;
  display: block; }
  .menu-list__all:hover, .menu-list__all:focus {
    text-decoration: none; }

.menu-list__title {
  margin-bottom: 18.5px;
  color: #909090;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase; }

.menu-list__nav {
  position: absolute;
  cursor: pointer;
  top: 84px;
  width: 34px;
  height: 34px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 1;
  outline: none;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s opacity, -webkit-box-shadow 0.3s;
  transition: 0.3s opacity, -webkit-box-shadow 0.3s;
  transition: 0.3s opacity, box-shadow 0.3s;
  transition: 0.3s opacity, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 1199px) {
    .menu-list__nav {
      top: 52px; } }
  .menu-list__nav:hover, .menu-list__nav:focus {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25); }
    .menu-list__nav:hover svg, .menu-list__nav:focus svg {
      opacity: 1; }
  @media screen and (max-width: 360px) {
    .menu-list__nav {
      display: none; } }
  .menu-list__nav svg {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0.5; }
  .menu-list__nav.hide {
    display: none; }

.menu-list__nav--next {
  right: 10px; }

.menu-list__nav--prev {
  left: 10px; }
  .menu-list__nav--prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.clothes-category {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  width: 100%;
  padding: 0px 20px 0px 24px; }

.clothes-category__item--arrow {
  position: relative;
  cursor: pointer; }
  .clothes-category__item--arrow.highlighted-item {
    text-decoration: underline; }
    .clothes-category__item--arrow.highlighted-item::before, .clothes-category__item--arrow.highlighted-item::after {
      background-color: #59324d; }
  .clothes-category__item--arrow::before, .clothes-category__item--arrow::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #DADADA;
    right: 0;
    top: calc( 50% + 2px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .clothes-category__item--arrow::before {
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .clothes-category__item--arrow::after {
    height: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.clothes-category__item-link {
  display: block; }

.clothes-category__item-wrapper {
  margin-bottom: 20px;
  line-height: 16px; }
  .clothes-category__item-wrapper:last-child {
    margin-bottom: 30px; }
  .clothes-category__item-wrapper:hover {
    text-decoration: underline; }

.empty-subcategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 85px;
  padding: 0 40px;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .empty-subcategory {
      margin-top: 40px; } }

.empty-subcategory__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F9EDF5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.empty-subcategory__title {
  margin: 15px 0 5px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px; }

.empty-subcategory__description {
  margin: 0; }

.clothes-subcategory {
  padding: 20px 20px 30px 24px;
  font-size: 13px;
  background-color: #fff;
  color: #222;
  top: 0;
  width: calc( 100% - 2px);
  height: 100%; }

.clothes-subcategory__item--link {
  text-decoration: underline;
  color: #222; }
  .clothes-subcategory__item--link:hover, .clothes-subcategory__item--link:focus {
    text-decoration: none; }

.clothes-subcategory__item {
  cursor: pointer;
  line-height: 16px; }

.clothes-subcategory__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #222; }
  .clothes-subcategory__link:hover {
    text-decoration: underline; }

.clothes-subcategory__item {
  margin-bottom: 20px; }

.clothes-subcategory__item-arrow {
  position: relative;
  cursor: pointer; }
  .clothes-subcategory__item-arrow::before, .clothes-subcategory__item-arrow::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #DADADA;
    right: 0;
    top: calc( 50% + 2px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .clothes-subcategory__item-arrow::before {
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .clothes-subcategory__item-arrow::after {
    height: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .clothes-subcategory__item-arrow.highlighted-item .clothes-subcategory__link {
    color: #59324d;
    font-weight: 600; }
  .clothes-subcategory__item-arrow.highlighted-item::before, .clothes-subcategory__item-arrow.highlighted-item::after {
    background-color: #59324d; }

.cart {
  height: 100%; }
  .cart:hover .cart__board, .cart:focus .cart__board {
    opacity: 1;
    pointer-events: auto; }
  .cart:hover .cart__bag--full, .cart:focus .cart__bag--full {
    background-color: #59324d; }
    .cart:hover .cart__bag--full svg path, .cart:focus .cart__bag--full svg path {
      stroke: #fff; }

.cart__link {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.cart__bag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #59324d;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .cart__bag svg {
    height: 24px;
    width: 24px; }
  .cart__bag--full {
    margin-right: 16px; }

.cart__icon {
  font-size: 24px; }

.cart__icon--ruble {
  font-size: 15px; }

.cart__bag--full {
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #F9EDF5;
  color: #59324d; }

.cart__label {
  color: #59324d; }

.cart__amount {
  color: #909090;
  font-size: 12px;
  margin-bottom: 5px;
  white-space: nowrap; }

.cart__cost {
  color: #59324d; }

.cart__sum--sale {
  color: #f52e50;
  color: #f52e50; }

.cart__sum--discount {
  text-decoration: line-through; }

.cart__board {
  width: 500px;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 1;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity; }

.cart__board--empty {
  height: 272px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px; }

.cart__zero {
  color: #f52e50;
  font-size: 30px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fcc9d2;
  margin-bottom: 15px; }

.cart__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 7px; }

.cart__subtitle {
  color: #909090;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .cart__subtitle:hover, .cart__subtitle:focus {
    text-decoration: underline; }

.cart__scroll-box {
  position: relative;
  overflow: hidden;
  max-height: 430px;
  padding: 26px 30px; }

.cart__incart {
  font-weight: 600;
  color: #909090;
  text-transform: uppercase;
  margin-bottom: 21px; }

.cart__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #e7e7e7; }
  .cart__item:first-child {
    padding-top: 0; }
  .cart__item:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.cart__holder {
  overflow: hidden;
  height: 80px;
  width: 80px; }

.cart__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;'; }

.cart__item-info {
  margin: 0 10px 0 15px;
  -webkit-flex-basis: 220px;
      -ms-flex-preferred-size: 220px;
          flex-basis: 220px;
  width: 220px; }

.cart__name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 7px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  cursor: pointer; }
  .cart__name:hover, .cart__name:focus {
    color: #f52e50; }

.cart__category {
  font-size: 14px;
  color: #909090;
  margin-bottom: 10px; }

.cart__cost--item {
  color: #022222; }

.cart__sum--item {
  font-size: 20px;
  margin-right: 8px; }

.cart__icon--item {
  font-size: 16px; }

.cart__sum--show {
  display: none; }

.cart__counter {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #909090; }

.cart__delete {
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: auto;
  fill: #a6a6a6; }
  .cart__delete:hover, .cart__delete:focus {
    background-color: #fcc9d2;
    fill: #000; }

.cart__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 15px;
  gap: 6px;
  -webkit-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 3px 3px;
  position: relative;
  z-index: 2; }

.cart__total-label {
  font-size: 14px;
  color: #909090; }

.cart__cost--total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #212121; }

.cart__cost--old {
  color: grey;
  font-size: 18px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .cart__cost--old {
      font-size: 22px !important; } }

.cart__sum--total {
  font-size: 24px;
  font-weight: 400; }

.cart__icon--total {
  font-size: 24px;
  margin-right: 5px; }

.cart__button {
  width: 224px;
  background-color: #59324d;
  border-color: #59324d;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .cart__button:hover {
    background-color: #59324d; }
  .cart__button:hover, .cart__button:focus {
    padding-right: 20px; }

.brands-list {
  margin: auto;
  max-width: 80%;
  padding: 30px 40px;
  position: relative; }
  @media screen and (max-width: 1700px) {
    .brands-list {
      max-width: 90%; } }
  @media screen and (max-width: 767px) {
    .brands-list {
      max-width: 100%;
      width: 100%;
      height: 100%; } }

.brands-list__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px; }

.brands-list__close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  outline: none;
  fill: #a8a8a8;
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill; }
  @media screen and (max-width: 639px) {
    .brands-list__close {
      top: 30px; } }
  @media screen and (max-width: 479px) {
    .brands-list__close {
      width: 23px;
      height: 23px; } }
  .brands-list__close:hover, .brands-list__close:focus {
    fill: #222;
    -webkit-transform: none;
            transform: none; }

.brands-list__list {
  -webkit-column-count: 4;
          column-count: 4; }
  @media screen and (max-width: 991px) {
    .brands-list__list {
      -webkit-column-count: 3;
              column-count: 3; } }
  @media screen and (max-width: 767px) {
    .brands-list__list {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media screen and (max-width: 479px) {
    .brands-list__list {
      -webkit-column-count: 1;
              column-count: 1; } }

.brands-list__list > li {
  margin-bottom: 16px; }

.brands-container {
  padding: 30px 0 50px;
  max-width: 1240px;
  margin: 0 auto; }
  .brands-container .brands-list {
    padding: 0 20px;
    max-width: 100%; }

.brands-list__link {
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  display: block; }
  .brands-list__link:hover, .brands-list__link:focus {
    text-decoration: underline;
    color: #59324D; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.search {
  position: relative;
  width: 100%; }

.search__field {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 11px 56px 11px 16px;
  border: none;
  border-radius: 50px;
  background-color: #E9EAEC;
  color: #222;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s; }
  .search__field::-webkit-input-placeholder {
    color: #88919D; }
  .search__field:-ms-input-placeholder {
    color: #88919D; }
  .search__field::-ms-input-placeholder {
    color: #88919D; }
  .search__field::placeholder {
    color: #88919D; }
  .search__field--show-resuts {
    background-color: #fff;
    z-index: 104; }
    @media screen and (max-width: 991px) {
      .search__field--show-resuts {
        background-color: #E9EAEC; } }
  .search__field:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .search__field:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .search__field:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .search__field:focus::placeholder {
    color: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 991px) {
      .search__field:focus::-webkit-input-placeholder {
        color: rgba(128, 128, 128, 0.5); }
      .search__field:focus:-ms-input-placeholder {
        color: rgba(128, 128, 128, 0.5); }
      .search__field:focus::-ms-input-placeholder {
        color: rgba(128, 128, 128, 0.5); }
      .search__field:focus::placeholder {
        color: rgba(128, 128, 128, 0.5); } }
  @media (min-width: 991px) {
    .search__field:focus + .search__submit .search__loupe {
      color: rgba(0, 0, 0, 0.4); }
      .search__field:focus + .search__submit .search__loupe:hover, .search__field:focus + .search__submit .search__loupe:focus {
        color: #000; } }

.search__buttons-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  gap: 12px;
  z-index: 104; }

.search__delimiter-icons {
  height: 24px;
  width: 1px;
  background-color: #88919D20; }

.search__submit--clear span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px; }
  .search__submit--clear span:before, .search__submit--clear span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #808080; }
  .search__submit--clear span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .search__submit--clear span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.search__loupe {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  @media screen and (max-width: 991px) {
    .search__loupe {
      color: #808080;
      font-size: 14px; } }

.seach-mask-body {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0e0e0e30;
  opacity: 1;
  z-index: 100; }
  @media screen and (max-width: 991px) {
    .seach-mask-body {
      background-color: #fff; } }

.search__photo {
  background: none;
  padding: 0; }
  .search__photo svg {
    width: 19px;
    height: 19px; }

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 102;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 3px 3px;
  margin-top: 17px;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 10px;
  padding: 5px 0 0; }
  @media screen and (max-width: 991px) {
    .search-results {
      height: calc(100vh - 100px);
      left: -20px;
      right: -20px;
      width: auto;
      margin-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.search-results--opened {
  opacity: 1;
  pointer-events: all; }

.search-results__loading {
  padding: 30px;
  font-size: 18px; }

.search-results__footer {
  border-top: 1px solid rgba(136, 145, 157, 0.2);
  background-color: #fff;
  padding: 20px 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0; }

.search-reasult__all-link {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid currentColor;
  color: #59324D;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  .search-reasult__all-link:hover {
    color: white;
    background-color: #59324D; }

@media screen and (max-width: 991px) {
  .search-results__data {
    height: 100%;
    margin-top: 24px; } }

.search-results__scrollbar {
  max-height: 569px;
  margin-right: 4px; }
  .search-results__scrollbar.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #88919D !important; }
  .search-results__scrollbar.ps.ps--active-y > .ps__scrollbar-y-rail {
    background: 0 !important; }
  @media screen and (max-width: 991px) {
    .search-results__scrollbar {
      height: 100%;
      max-height: none;
      padding-right: 0;
      padding-left: 0; } }

.search-results__full {
  padding: 16px 20px 2px; }
  @media screen and (max-width: 991px) {
    .search-results__full {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 20px; } }
  .search-results__full--history .search-results__item {
    padding: 0; }
  .search-results__full--suggestions {
    padding-top: 0px; }

.search-results__full--no-next-result .search-results__list {
  border-bottom: none; }

.search-results__suggestions-category {
  color: #88919D;
  text-wrap: nowrap;
  margin-left: auto; }

.search-results__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-weight: 600; }
  .search-results__title span {
    color: #88919D;
    font-weight: 400; }
  .search-results__title--history {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.search-results__list {
  border-bottom: 1px solid #88919D20;
  padding-bottom: 14px; }
  .search-results__list--last-list {
    border-bottom: none; }
  .search-results__list:last-child, .search-results__list:last-of-type {
    border-bottom: none; }

.search-results__item-reset {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }

.search-results__item--item-history {
  position: relative;
  margin-bottom: 2px; }

.search-results__item.search-results__item--item-history:not(:last-child) {
  border-bottom: none; }

.search-results__item-history {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 20px 6px 0;
  width: 100%; }
  .search-results__item-history svg {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .search-results__item-history span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.search-results__reset-history {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  color: #88919d;
  background-color: transparent; }

.search-results__item-reset {
  margin-left: auto; }

.search-results__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 6px 0; }
  .search-results__item--category .search-results__name {
    font-weight: 500; }
  .search-results__item:before {
    content: '';
    background-color: #F1F1F1;
    position: absolute;
    width: calc( 100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 4px;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear; }
  .search-results__item:hover::before {
    opacity: 1; }

.search-results__item--suggestions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer; }

.search-results__holder {
  display: block;
  width: 48px;
  height: 48px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: 48px;
      -ms-flex-preferred-size: 48px;
          flex-basis: 48px;
  border-radius: 8px;
  background-color: #f5f5f5;
  overflow: hidden;
  border: 1px solid #F1F1F1; }

.search-results__icon {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;'; }

.search-results__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
  overflow: hidden; }

.search-results__subtitle {
  margin: 0; }

.search-results__name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .search-results__name--category {
    font-weight: 500; }
  .search-results__name strong {
    font-weight: 600; }

.search-results__category {
  display: block;
  color: #88919D;
  font-size: 12px;
  line-height: 15px; }

.search-results__price {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  font-weight: 600; }

.search-results__currency {
  font-size: 16px; }

.search-results__empty {
  padding-top: 50px;
  padding-bottom: 75px;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .search-results__empty {
      padding-bottom: 50px; } }

.search-results__amount {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto 15px;
  background-color: rgba(245, 46, 80, 0.25);
  color: #f52e50;
  font-size: 30px;
  font-weight: 300;
  line-height: 80px;
  text-align: center; }

.search-results__notification {
  margin-bottom: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px; }

.search-results__link {
  display: inline-block;
  color: rgba(34, 34, 34, 0.5);
  font-size: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .search-results__link:hover, .search-results__link:focus {
    color: #f52e50; }

.search-results__btn-load-more {
  font-weight: 600;
  font-size: 14px;
  color: #88919d;
  background-color: transparent;
  padding: 0;
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .search-results__btn-load-more svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
  .search-results__btn-load-more--is-view svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.search-results__search-string {
  padding: 16px 20px 2px; }
  .search-results__search-string span {
    font-weight: 600; }

.contacts {
  padding: 15px 30px;
  background: #fff; }

.contacts__item {
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0; }
  .contacts__item:last-child {
    border: none; }

.contacts__title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #222;
  margin-bottom: 8px;
  display: inline-block;
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }
  .contacts__title:hover, .contacts__title:focus {
    text-decoration: underline; }

.contacts__subtitle {
  color: #909090;
  font-size: 12px;
  line-height: 1.6; }

.signin-dropdown {
  position: relative; }

.signin-dropdown__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 43px; }
  .signin-dropdown:hover .signin-dropdown__button {
    color: #fff; }

.signin-dropdown__content-holder {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(5px) translateZ(0);
          transform: translateY(5px) translateZ(0);
  -webkit-transition-duration: 0.3s, 0.3s, 0s;
          transition-duration: 0.3s, 0.3s, 0s;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
  display: block; }
  @media screen and (max-width: 991px) {
    .signin-dropdown__content-holder {
      display: none; } }
  .signin-dropdown:hover .signin-dropdown__content-holder {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
    -webkit-transition-duration: 0.3s, 0.3s, 0s;
            transition-duration: 0.3s, 0.3s, 0s;
    -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform; }

.signin-dropdown__content {
  position: relative;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.102);
          box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.102); }
  .signin-dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 11px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.signin-dropdown__title {
  width: 315px;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5; }

.signin-dropdown__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px; }

.signin-dropdown__login {
  width: 125px;
  padding-top: 18px;
  padding-bottom: 18px; }

.signin-dropdown__register {
  display: inline-block;
  margin-left: 18px;
  color: #7A7A7A;
  font-size: 15px;
  line-height: 1; }
  .signin-dropdown__register:hover {
    color: #F52E50; }

.user-dropdown {
  position: relative; }

.user-dropdown__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.user-dropdown__avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #313131;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .user-dropdown__avatar {
      width: 24px;
      height: 24px; } }

.user-dropdown__avatar-initials {
  text-align: center;
  line-height: 40px; }
  .user-dropdown__avatar-initials div {
    display: inline-block;
    font-size: 0; }
    .user-dropdown__avatar-initials div:first-letter {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .user-dropdown__avatar-initials {
      font-size: 10px;
      line-height: 24px; }
      .user-dropdown__avatar-initials div:not(:first-child) {
        display: none; } }

.user-dropdown__avatar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.user-dropdown__arrow {
  color: #222;
  margin-left: 10px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.15s -webkit-transform;
  transition: 0.15s -webkit-transform;
  transition: 0.15s transform;
  transition: 0.15s transform, 0.15s -webkit-transform; }
  .user-dropdown--show .user-dropdown__arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.user-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px 25px;
  margin-top: 20px;
  min-width: 220px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.161);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.161);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(5px) translateZ(0);
          transform: translateY(5px) translateZ(0);
  -webkit-transition-duration: 0.3s, 0.3s, 0s;
          transition-duration: 0.3s, 0.3s, 0s;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform; }
  .user-dropdown__menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 29px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .user-dropdown--show .user-dropdown__menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
    -webkit-transition-duration: 0.3s, 0.3s, 0s;
            transition-duration: 0.3s, 0.3s, 0s;
    -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform; }

.user-dropdown__menu-separate {
  height: 1px;
  margin: 14px 0;
  background: #E8E8E8; }

.user-dropdown__menu-item {
  display: inline-block;
  font-size: 14px; }
  .user-dropdown__menu-item:hover {
    text-decoration: underline; }
  .user-dropdown__menu-item + .user-dropdown__menu-item {
    margin-top: 14px; }

.user-dropdown__menu-item--active {
  color: #f52e50; }
  .user-dropdown__menu-item--active:hover {
    text-decoration: underline; }

.favorite-counter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.favorite-counter__icon {
  color: rgba(255, 255, 255, 0.7); }
  .favorite-counter:hover .favorite-counter__icon {
    color: #fff; }

.favorite-counter__count {
  position: absolute;
  bottom: 50%;
  left: 50%;
  min-width: 17px;
  padding: 3px 4px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background-color: #f52e50;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: counter .3s forwards;
          animation: counter .3s forwards; }

@-webkit-keyframes counter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes counter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.favorite-list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 500px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.102);
          box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.102);
  border-radius: 0px 0px 3px 3px;
  overflow: hidden; }

.favorite-list__empty {
  padding: 50px 15px; }

.favorite-list__empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #f52e50;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  background-color: rgba(245, 46, 80, 0.25);
  border-radius: 50%; }

.favorite-list__empty-title {
  margin-top: 13px;
  padding-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-align: center; }

.favorite-list__empty-descr {
  max-width: 410px;
  margin: 0 auto;
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  text-align: center; }

.favorite-list__content-wrap {
  max-height: 440px;
  overflow-y: scroll; }
  .favorite-list__content-wrap::-webkit-scrollbar {
    width: 4px; }
  .favorite-list__content-wrap::-webkit-scrollbar-track {
    background: #DCDCDC; }
  .favorite-list__content-wrap::-webkit-scrollbar-thumb {
    background-color: #f52e50;
    border-radius: 3px; }

.favorite-list__content-inner {
  padding: 25px 30px; }

.favorite-list__content-title {
  font-size: 15px;
  opacity: 0.5;
  text-transform: uppercase; }

.favorite-list__footer {
  padding: 12px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.16); }

.favorite-list__footer-btn {
  display: block; }

.menu {
  position: fixed;
  left: 0;
  z-index: 30;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 55px);
  visibility: hidden;
  pointer-events: none; }
  @media screen and (max-width: 991px) {
    .menu {
      height: auto;
      bottom: 62px; } }

.menu--opened {
  display: block;
  pointer-events: all;
  -ms-touch-action: none;
      touch-action: none; }

.menu__toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: visible;
  overflow: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  .menu--opened .menu__toggler {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }

.menu__panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px; }
  .menu__panels[data-panel="menu"] {
    display: none; }
  @media screen and (max-width: 991px) {
    .menu__panels {
      position: absolute;
      top: 16px;
      left: 0;
      width: 100%;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .menu__panels[data-panel="menu"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .menu__panels.hide {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); } }

.menu__panel-title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Unbounded';
  color: #222; }
  .menu__panel-title--catalog {
    margin-bottom: 18px; }

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }

.menu__list > li > a {
  display: block;
  color: #222;
  font-weight: 500; }

.menu__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }

.menu__contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }

.menu__contacts-item-title {
  font-size: 12px;
  line-height: 15px;
  color: #88919D; }

.menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #222222; }
  .menu__link::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #E9EAEC;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .menu__link--tel::before {
    background-image: url(/webpack/mobile-phone.svg); }
  .menu__link--email::before {
    background-image: url(/webpack/mobile-mail-updated.svg); }

.menu__link--vk {
  position: relative;
  padding-left: 27px; }
  .menu__link--vk:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 18px;
    height: 10px;
    background-image: url(/webpack/585b1d78c8e7f56edb48dbb49d727743.png);
    background-repeat: no-repeat; }

.menu__link--inst {
  position: relative;
  padding-left: 27px; }
  .menu__link--inst:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 14px;
    height: 15px;
    background-image: url(/webpack/672fd73bae72d4a770b900a007b20de9.png);
    background-repeat: no-repeat; }

.menu__auth-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  margin-top: auto;
  background: #F3F3F3;
  border-radius: 3px 3px 0 0; }

.menu__auth-link {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center; }

.menu__auth-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .menu__auth-menu a + a {
    margin-top: 20px; }

.menu__auth-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px; }

.menu__user-avatar {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F52E50;
  overflow: hidden; }
  .menu__user-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.menu__user-avatar-initials {
  text-align: center;
  line-height: 40px; }
  .menu__user-avatar-initials div {
    display: inline-block;
    font-size: 0; }
    .menu__user-avatar-initials div:first-letter {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }

.menu__user-avatar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.menu__user-name {
  font-size: 15px;
  line-height: 18px;
  color: #222222; }

.menu__user-logout {
  font-size: 13px;
  line-height: 16px;
  text-decoration: underline;
  color: #808080; }

.menu-products__popup-wrapper.mfp-wrap .mfp-content,
.menu-products__popup-wrapper.mfp-bg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.menu-products__popup-wrapper.mfp-wrap.mfp-ready .mfp-content,
.menu-products__popup-wrapper.mfp-bg {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.menu-products__popup-wrapper.mfp-wrap.mfp-removing .mfp-content,
.menu-products__popup-wrapper.mfp-bg {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.menu-products__popup-wrapper .mfp-content {
  background-color: #fff;
  height: 100vh;
  overflow-x: hidden; }

.menu-products__popup-wrapper.mfp-bg {
  background-color: #fff;
  opacity: 1; }

.menu-products__title {
  position: relative;
  display: block;
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500; }
  .menu-products__title::before, .menu-products__title::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #DADADA;
    right: 0;
    top: calc( 50% + 2px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .menu-products__title::before {
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-products__title::after {
    height: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.menu-products__title--opened::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.menu-products__title--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.menu-products__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 12px; }

.menu-products__title--block {
  padding: 0;
  margin-top: 11px; }
  .menu-products__title--block::after, .menu-products__title--block::before {
    display: none; }
  .menu-products__title--block span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 11px 12px 12px;
    color: #fff;
    border-radius: 10px; }

.menu-products__title--5 span {
  background-color: #59324d; }

.menu-products__title--outlet span {
  color: #222;
  background-color: #f9edf5; }

.menu-products__title--premium span {
  background-color: #222; }

.menu-products__icon {
  height: 11px;
  margin-right: 5px;
  margin-bottom: -3px; }

/* 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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out; }

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

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

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

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

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

.mfp-preloader {
  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;
  -webkit-box-shadow: none;
          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: transparent; }

.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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.menu-popup {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh; }
  .menu-popup--categories {
    background: #fff; }
    .menu-popup--categories .mfp-close {
      display: none; }

.menu-popup__category-wrapper {
  display: none;
  padding-top: 1px; }

.menu-popup__header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 20px 21px;
  border-bottom: 1px solid #E9E9E9; }

.menu-popup__backward {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  .menu-popup__backward::before, .menu-popup__backward::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #7A7A7A;
    left: 0;
    top: 40%;
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .menu-popup__backward::before {
    height: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu-popup__backward::after {
    height: 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.menu-popup__title {
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: Montserrat;
  font-style: normal;
  font-size: 15px;
  line-height: 18px; }

.menu-popup__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 3px;
  margin: 70px 0px 10px;
  position: fixed;
  left: 20px;
  right: 20px; }

.menu-popup__category-item {
  border-radius: 8px;
  width: 48.5%;
  font-weight: 600;
  font-size: 13px;
  text-align: center; }

.menu-popup__category-link {
  display: block;
  padding: 8px; }
  .menu-popup__category-link.is-active {
    background-color: #fff;
    color: #59324d;
    border-radius: 8px; }

.menu-popup__subcategory-wrapper {
  width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .menu-popup__subcategory-wrapper.opened {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute; }

.menu-popup__content {
  padding: 25px 20px 75px;
  margin-top: 110px;
  margin-bottom: 15px;
  width: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden; }

.menu-popup__content-wrapper {
  display: none;
  overflow-x: hidden; }
  .menu-popup__content-wrapper.is-show {
    display: block; }

.menu-popup__item > a {
  display: block;
  padding: 12px 0;
  font-weight: 500; }

.menu-popup__item--link {
  color: #222;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline; }

.menu-popup__item--arrow {
  position: relative;
  cursor: pointer; }
  .menu-popup__item--arrow::before, .menu-popup__item--arrow::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #DADADA;
    right: 5px;
    top: calc( 50% + 2px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .menu-popup__item--arrow::before {
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-popup__item--arrow::after {
    height: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.menu-subcategory {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%; }

.menu-subcategory__header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 20px 21px;
  border-bottom: 1px solid #E9E9E9; }

.menu-subcategory__backward {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  .menu-subcategory__backward::before, .menu-subcategory__backward::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #7A7A7A;
    left: 0;
    top: 40%;
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .menu-subcategory__backward::before {
    height: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu-subcategory__backward::after {
    height: 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.menu-subcategory__link {
  display: block;
  width: 100%;
  height: 100%; }

.menu-subcategory__title {
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: Montserrat;
  font-style: normal;
  font-size: 15px;
  line-height: 18px; }

.menu-subcategory__content {
  padding: 15px 20px 6px;
  margin-top: 60px;
  width: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden; }

.menu-subcategory__item--link {
  color: #222;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline; }

.menu-subcategory__item > a {
  display: block;
  padding: 12px 0;
  font-weight: 500;
  line-height: 18px; }

.menu-subcategory__item--arrow {
  position: relative;
  cursor: pointer; }
  .menu-subcategory__item--arrow::before, .menu-subcategory__item--arrow::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #DADADA;
    right: 0;
    top: calc( 50% + 2px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .menu-subcategory__item--arrow::before {
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-subcategory__item--arrow::after {
    height: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.menu-brands {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  height: 100%;
  width: 100%; }

.menu-brands__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  padding: 22px 20px 21px;
  border-bottom: 1px solid #E9E9E9;
  background-color: #fff; }

.menu-brands__backward {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  .menu-brands__backward::before, .menu-brands__backward::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #7A7A7A;
    left: 0;
    top: 40%;
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .menu-brands__backward::before {
    height: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu-brands__backward::after {
    height: 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.menu-brands__title {
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: Montserrat;
  font-style: normal;
  font-size: 15px;
  line-height: 18px; }

.menu-brands__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 90%;
  z-index: 2;
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 3px;
  margin: 70px 20px 10px; }

.menu-brands__category-item {
  border-radius: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  font-weight: 600;
  font-size: 13px;
  text-align: center; }

.menu-brands__category-link {
  display: block;
  padding: 8px; }
  .menu-brands__category-link.is-active {
    background-color: #fff;
    color: #59324d;
    border-radius: 8px; }

.menu-brands__content {
  padding: 25px 20px 70px;
  margin-top: 110px;
  width: 100%;
  top: 0;
  bottom: 15px;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none; }
  .menu-brands__content.is-show {
    display: block; }

.menu-brands__item > a {
  display: block;
  padding: 12px 0;
  font-weight: 500; }

.catalog-filters {
  width: 100%; }
  .catalog-filters form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 991px) {
      .catalog-filters form {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  @media screen and (max-width: 991px) {
    .catalog-filters form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .catalog-filters form .catalog-filter__wrapper {
        width: 100%; } }

.catalog-filter__wrapper {
  max-width: 225px;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }

.catalog-filter {
  height: 39px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #88919D;
  border-radius: 8px;
  overflow: hidden;
  background: #fff; }
  @media screen and (max-width: 991px) {
    .catalog-filter {
      height: 40px;
      font-size: 15px;
      line-height: 18px; } }

.catalog-filter__options {
  position: relative; }
  .catalog-filter__options .select2-container {
    top: 0px !important;
    left: 0 !important; }

@media screen and (max-width: 991px) {
  .catalog-filters__form .catalog-filter__wrapper {
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

.catalog-filters__sorting {
  width: calc( ( 100% - 48px ) / 5); }
  .catalog-filters__sorting .catalog-filter__wrapper {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .catalog-filters__sorting {
      display: none; } }

.catalog-filter--categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: relative; }
  .catalog-filter--categories::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/webpack/select-arrow-right.svg);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
    cursor: pointer; }
  @media screen and (max-width: 991px) {
    .catalog-filter--categories {
      padding-left: 12px; } }

@media screen and (max-width: 991px) {
  .catalog-filter__wrapper-action {
    display: none; } }

.catalog-filter__wrapper-action .filters__actions {
  width: 100%; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -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%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.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-selection__placeholder, .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;
  -webkit-box-shadow: none;
          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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  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: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  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;
  -webkit-box-shadow: none;
          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; }

.catalog-filter .select2-selection {
  position: relative; }
  .catalog-filter .select2-selection:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/webpack/select-arrow-right.svg);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.catalog-filter .select2-selection__choice {
  display: inline-block;
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 !important; }
  .catalog-filter .select2-selection__choice::after {
    content: ',';
    display: inline;
    padding-right: 5px; }
  .catalog-filter .select2-selection__choice:has(+ .select2-search)::after {
    display: none; }

.catalog-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .catalog-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
      margin: 0 4px 0 0;
      line-height: 18px; } }

@media screen and (max-width: 991px) {
  .catalog-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px; } }

.catalog-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  pointer-events: none; }

.catalog-filter .select2-container {
  width: 100% !important;
  height: calc(100% + 1px);
  margin-top: -1px;
  border-radius: 8px; }

.catalog-filter .select2-container .select2-selection--multiple,
.catalog-filter .select2-container .select2-selection--single {
  height: 100%;
  border: none;
  border-radius: 8px;
  outline: none; }

.catalog-filter .select2-container .select2-selection--multiple .select2-selection__rendered,
.catalog-filter .select2-container .select2-selection--single .select2-selection__rendered {
  position: relative;
  height: 100%;
  padding: 5px 12px;
  cursor: pointer;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .catalog-filter .select2-container .select2-selection--multiple .select2-selection__rendered,
    .catalog-filter .select2-container .select2-selection--single .select2-selection__rendered {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .catalog-filter .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field,
      .catalog-filter .select2-container .select2-selection--single .select2-selection__rendered .select2-search__field {
        margin: 0; } }

.catalog-filter .select2-container .select2-selection--single .select2-selection__arrow {
  display: none; }

.catalog-filter .select2-container--open {
  border-color: transparent;
  border-bottom: 1px solid #dedede;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16); }
  .catalog-filter .select2-container--open .select2-selection {
    display: block; }
    .catalog-filter .select2-container--open .select2-selection::before {
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }

.catalog-filter .select2-selection__placeholder {
  color: #7a7a7a; }

.catalog-filter .select2-container .select2-results {
  margin-top: 10px; }
  .catalog-filter .select2-container .select2-results .select2-results__options {
    padding: 8px 0; }

.select2-container .select2-dropdown, .select2-container .select2-results__options {
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }

.select2-container--default .select2-results__options .select2-results__option[aria-selected=false] {
  position: relative;
  padding: 11px 0 11px 38px;
  color: #222; }
  .select2-container--default .select2-results__options .select2-results__option[aria-selected=false]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 16px;
    height: 16px;
    border: 1.5px solid #88919D;
    border-radius: 3px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background .3s, border-color .3s;
    transition: background .3s, border-color .3s; }

.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
  position: relative;
  padding: 11px 0 11px 38px;
  background-color: #fff;
  color: #222; }
  .select2-container--default .select2-results__options .select2-results__option[aria-selected=true]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 16px;
    height: 16px;
    border: 1.5px solid #222222;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(/webpack/select-checked.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected=false] {
  background-color: #E9EAEC;
  -webkit-transition: background .3s;
  transition: background .3s; }
  .select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected=false]:before {
    background-color: #E9EAEC; }

.select2-container--default .selection .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  color: #222; }

.select2-container--default .select2-results__options.ps {
  position: relative; }
  .select2-container--default .select2-results__options.ps .ps__rail-y {
    right: 4px !important;
    width: 5px;
    margin: 8px 0 8px;
    max-height: calc( 100% - 16px);
    background-color: #DEDEDE; }
    .select2-container--default .select2-results__options.ps .ps__rail-y:hover {
      opacity: 1;
      background-color: #DEDEDE; }
  .select2-container--default .select2-results__options.ps .ps__rail-y .ps__thumb-y {
    width: 5px;
    background-color: #88919D;
    border-radius: 10px; }

.select2-container--default .select2-results > .select2-results__options {
  position: relative;
  max-height: 255px !important;
  padding: 11px 0; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
  border-radius: 8px; }

.select2-container--default .select2-search--inline .select2-search__field {
  pointer-events: none;
  width: auto; }
  .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #444444; }
  .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #444444; }
  .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #444444; }
  .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #444444; }
  .select2-container--default .select2-search--inline .select2-search__field:focus::-webkit-input-placeholder {
    color: #636363; }
  .select2-container--default .select2-search--inline .select2-search__field:focus:-ms-input-placeholder {
    color: #636363; }
  .select2-container--default .select2-search--inline .select2-search__field:focus::-ms-input-placeholder {
    color: #636363; }
  .select2-container--default .select2-search--inline .select2-search__field:focus::placeholder {
    color: #636363; }

.select2-search__field {
  max-width: calc( 100% - 25px);
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  .select2-search__field::-webkit-input-placeholder {
    color: #222 !important; }
  .select2-search__field:-ms-input-placeholder {
    color: #222 !important; }
  .select2-search__field::-ms-input-placeholder {
    color: #222 !important; }
  .select2-search__field::placeholder {
    color: #222 !important; }

input.select2-search__field:focus::-webkit-input-placeholder {
  color: #717171ad !important; }

input.select2-search__field:focus:-ms-input-placeholder {
  color: #717171ad !important; }

input.select2-search__field:focus::-ms-input-placeholder {
  color: #717171ad !important; }

input.select2-search__field:focus::placeholder {
  color: #717171ad !important; }

.selection-count {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26px;
  height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #8b929c;
  color: white;
  border-radius: 50%;
  font-weight: 500; }

.modal-filter-categories {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  width: 100%; }
  .modal-filter-categories .mfp-close {
    display: none; }

.mfp-fade.mfp-ready .modal-filter-categories {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.mfp-fade.mfp-removing .modal-filter-categories {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.menu-popup--categories .menu-popup__content-wrapper {
  display: block; }
  .menu-popup--categories .menu-popup__content-wrapper--main {
    padding-bottom: 150px; }

.menu-popup--categories .menu-popup__category-wrapper {
  display: block; }

.menu-popup--categories .menu-popup__content {
  margin-top: 61px;
  margin-bottom: 0;
  padding-bottom: 0px; }
  .menu-popup--categories .menu-popup__content .ps__rail-y {
    left: auto !important;
    z-index: 999; }

.menu-popup--categories .catalog__mobile-filter-controls {
  position: fixed;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 0; }

.menu-popup__content-subwrapper {
  padding-left: 15px;
  padding-bottom: 5px; }

.menu-popup--categories .catalog-categories__radio-item label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .menu-popup--categories .catalog-categories__radio-item label::after {
    left: auto;
    right: 3px; }

.catalog__mobile-filter-controls--categories {
  z-index: 100; }

.footer {
  background-color: #222;
  padding-top: 90px; }
  @media screen and (max-width: 991px) {
    .footer {
      padding-top: 50px;
      padding-bottom: 62px; } }
  @media screen and (max-width: 639px) {
    .footer {
      padding-top: 10px;
      letter-spacing: 0.02em; } }

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0; }
  @media screen and (max-width: 991px) {
    .footer__container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 639px) {
    .footer__container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

@media screen and (max-width: 639px) {
  .footer__group {
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

@media screen and (max-width: 991px) {
  .footer__category {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    margin-bottom: 45px; } }

@media screen and (max-width: 639px) {
  .footer__category {
    margin-bottom: 0; } }

.footer__label {
  color: #bdbdbd;
  text-transform: uppercase;
  margin-bottom: 27px; }
  @media screen and (max-width: 639px) {
    .footer__label {
      position: relative;
      padding: 22px 0;
      margin-bottom: 0;
      color: #b4b4b4;
      cursor: pointer; } }
  .footer__label::after {
    content: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 10px;
    background: url(/webpack/chevron-down.svg) no-repeat center;
    background-size: 100% 100%;
    margin-top: -5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    @media screen and (max-width: 639px) {
      .footer__label::after {
        content: ''; } }

.footer__label--opened::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.footer__label--social:after {
  display: none; }

@media screen and (max-width: 639px) {
  .footer__content {
    display: none; } }

@media screen and (max-width: 639px) {
  .footer__list {
    padding-bottom: 30px; } }

.footer__list > li {
  font-size: 14px;
  margin-bottom: 20px; }
  @media screen and (max-width: 639px) {
    .footer__list > li {
      margin-bottom: 18px; } }
  .footer__list > li:last-child {
    margin-bottom: 0; }

.footer__list > li > a {
  color: #7a7a7a;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .footer__list > li > a:hover, .footer__list > li > a:focus {
    color: #fff; }

@media screen and (max-width: 991px) {
  .footer__sections {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    margin-bottom: 45px; } }

@media screen and (max-width: 639px) {
  .footer__sections {
    margin-bottom: 0; } }

@media screen and (max-width: 991px) {
  .footer__contacts {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }

.footer__list > li > a.footer__mail {
  text-decoration: underline; }
  .footer__list > li > a.footer__mail:hover, .footer__list > li > a.footer__mail:focus {
    color: #7a7a7a;
    text-decoration: none; }

.footer__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.footer__card {
  margin-right: 25px; }
  .footer__card:last-child {
    margin-right: 0; }

.footer__desc {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (max-width: 639px) {
    .footer__desc {
      padding-bottom: 30px; } }

.footer__payment {
  text-decoration: underline; }
  .footer__payment:hover, .footer__payment:focus {
    text-decoration: none; }

.footer__info {
  border-top: 1px solid #393939;
  margin-top: 90px;
  padding: 35px 20px 45px 20px; }
  @media screen and (max-width: 991px) {
    .footer__info {
      margin-top: 50px; } }
  @media screen and (max-width: 639px) {
    .footer__info {
      margin-top: 25px;
      padding-top: 34px; } }

.footer__rights {
  color: #919191;
  font-size: 14px; }
  @media screen and (max-width: 639px) {
    .footer__rights {
      letter-spacing: 0; } }

.footer__personal {
  color: #919191;
  font-size: 14px;
  text-decoration: underline; }
  @media screen and (max-width: 639px) {
    .footer__personal {
      display: none; } }
  .footer__personal:hover, .footer__personal:focus {
    text-decoration: none; }

.footer__rs {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  color: #919191;
  font-size: 14px;
  letter-spacing: 0.1px; }
  @media screen and (max-width: 991px) {
    .footer__rs {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      margin-top: 15px; } }

.footer__rs-link {
  margin-left: 3px;
  text-decoration: underline; }
  .footer__rs-link:hover {
    text-decoration: none; }

.footer__social {
  padding: 0 20px; }

.footer__social-item {
  display: inline-block;
  width: 50px;
  height: 51px;
  border-radius: 3px;
  background-color: #313131; }

.footer__social-item-vk {
  margin-right: 6px;
  background-image: url(/webpack/488f47b3e48f2c4097a2319ceb36eb15.png);
  background-repeat: no-repeat;
  background-size: 24px 14px;
  background-position: center; }

.footer__social-item-inst {
  background-image: url(/webpack/df6794ddcfde07c089283a08320339a7.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center; }

.footer__social-item-telegram {
  background-image: url(/webpack/7719a1303a13aab69aabe49e78e47b61.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center; }

.filters {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff;
  border-top: 1px solid #E9EAEC; }
  .filters .select2-search {
    margin-left: 5px; }

.filter-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e32;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: opacity .2s, visibility 0s .2s;
  transition: opacity .2s, visibility 0s .2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.filter-open .filter-mask {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s, visibility 0s 0s;
  transition: opacity .2s, visibility 0s 0s; }

.filters__container {
  position: relative;
  width: 100%; }

.filters__wrap {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr minmax(256px, auto);
  gap: 16px; }
  @media screen and (max-width: 991px) {
    .filters__wrap {
      grid-template-columns: 1fr minmax(122px, auto);
      margin-top: 0px; } }
  .filters__wrap--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .filters__wrap--flex .filters__actions {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-flex-basis: 123px;
          -ms-flex-preferred-size: 123px;
              flex-basis: 123px;
      margin-left: auto; }

.filters__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .filters__items:empty {
    display: none; }
  @media screen and (max-width: 991px) {
    .filters__items {
      margin-bottom: 0; } }

.filters__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 4px 4px 6px;
  border: 1px solid #88919D;
  border-radius: 4px;
  background: #fff; }

.filters__item-text {
  font-size: 12px;
  line-height: 1;
  color: #222222; }

.filters__item-close {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(/webpack/filter-item-close.svg) 50% 50% no-repeat; }

.filters__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  @media screen and (max-width: 991px) {
    .filters__actions {
      margin-bottom: 0; } }

.filters__submit {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 20px 12px;
  background-color: #59324D;
  border-radius: 10px;
  border: 1px solid #59324D;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s; }
  .filters__submit:hover {
    background-color: transparent;
    color: #59324D; }

.filters__reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #222;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  white-space: nowrap; }
  .filters__reset::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/webpack/filters-items-reset.svg) 50% 50% no-repeat; }

.home__wrap {
  padding-top: 50px; }
  @media screen and (max-width: 991px) {
    .home__wrap {
      padding-top: 25px; } }

.home__section {
  padding-bottom: 110px; }
  @media screen and (max-width: 991px) {
    .home__section {
      padding-bottom: 55px; } }
  .home__section:empty {
    display: none; }

.home__title {
  margin-top: 0;
  margin-bottom: 45px;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #222;
  text-align: center; }
  @media screen and (max-width: 1300px) {
    .home__title {
      font-size: 36px; } }
  @media screen and (max-width: 991px) {
    .home__title {
      font-size: 30px; } }
  @media screen and (max-width: 479px) {
    .home__title {
      padding: 0 40px;
      margin-bottom: 25px; } }

.home__link:hover, .home__link:focus {
  border-bottom: 3px solid #59324d; }

.home__callback {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 35px;
  left: 35px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 25px rgba(34, 34, 34, 0.1);
          box-shadow: 0 3px 25px rgba(34, 34, 34, 0.1);
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  display: none; }
  @media screen and (max-width: 767px) {
    .home__callback {
      width: 60px;
      height: 60px;
      bottom: 15px;
      right: 15px; } }
  .home__callback svg {
    width: 30px;
    fill: #f52e50;
    -webkit-transition: 0.3s fill;
    transition: 0.3s fill; }
  .home__callback:hover, .home__callback:focus {
    background-color: #f52e50; }
    .home__callback:hover svg, .home__callback:focus svg {
      fill: #fff; }

.areas__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 639px) {
    .areas__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.areas__item {
  position: relative;
  display: block;
  -webkit-flex-basis: calc((100% - 80px) / 3);
      -ms-flex-preferred-size: calc((100% - 80px) / 3);
          flex-basis: calc((100% - 80px) / 3);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0px 1px #dedede;
          box-shadow: 0 0 0px 1px #dedede; }
  .areas__item:last-child .areas__photo {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
  @media screen and (max-width: 991px) {
    .areas__item {
      -webkit-flex-basis: calc((100% - 40px) / 3);
          -ms-flex-preferred-size: calc((100% - 40px) / 3);
              flex-basis: calc((100% - 40px) / 3); } }
  @media screen and (max-width: 639px) {
    .areas__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px; } }
  @media screen and (max-width: 479px) {
    .areas__item {
      margin-bottom: 20px; } }
  @media (hover: hover) and (pointer: fine) {
    .areas__item:hover .areas__photo, .areas__item:focus .areas__photo {
      -webkit-transform: scale(1.1) translateZ(0);
              transform: scale(1.1) translateZ(0); } }

.areas__holder {
  position: relative;
  width: 100%;
  padding-top: 127.234%;
  border-radius: 3px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .areas__holder {
      padding-top: 160%; } }
  @media screen and (max-width: 639px) {
    .areas__holder {
      padding-top: 75.5%; } }

.areas__photo {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.areas__description {
  position: absolute;
  bottom: -0.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #f5f5f5;
  padding: 11px 0 18.5px;
  border-radius: 3px 3px 0 0;
  width: 266px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 991px) {
    .areas__description {
      width: 90%; } }
  @media screen and (max-width: 479px) {
    .areas__description {
      width: 80%; } }

.areas__title {
  margin-bottom: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
  color: #222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  @media screen and (max-width: 991px) {
    .areas__title {
      font-size: 22px; } }
  @media screen and (max-width: 639px) {
    .areas__title {
      margin-bottom: 8px; } }

.areas__subtitle {
  color: #909090; }

@charset "UTF-8";
.subscribe {
  height: 100%;
  background-color: #222;
  background-image: url(/webpack/dark-bg-left.svg), url(/webpack/dark-bg-right.svg);
  background-position: -20px center, 101% center;
  background-repeat: no-repeat, no-repeat; }
  @media screen and (max-width: 1500px) {
    .subscribe {
      background-position: -112px center, 119% center; } }
  @media screen and (max-width: 1300px) {
    .subscribe {
      background-position: -164px center, 150% center; } }
  @media screen and (max-width: 991px) {
    .subscribe {
      background-position: -177px center, 260% center;
      margin-bottom: 55px; } }
  @media screen and (max-width: 767px) {
    .subscribe {
      background-image: none; } }
  .subscribe .error-input-msg {
    display: none; }

.subscribe__box,
.webp .subscribe__box,
.no-webp .subscribe__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 77px 0 92px;
  background-repeat: no-repeat;
  background-position: 112.8% bottom;
  position: relative; }
  @media screen and (max-width: 991px) {
    .subscribe__box,
    .webp .subscribe__box,
    .no-webp .subscribe__box {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 42px 0 48px 0; } }

.subscribe__box,
.webp .subscribe__box {
  background-image: url(/webpack/216c67bbd0aad782782b76ba0f02bbd8.webp); }
  @media screen and (max-width: 1199px) {
    .subscribe__box,
    .webp .subscribe__box {
      background-image: none; } }

.no-webp .subscribe__box {
  background-image: url(/webpack/aa41888795e20e5534a343a1407de472.png); }
  @media screen and (max-width: 1199px) {
    .no-webp .subscribe__box {
      background-image: none; } }

.subscribe__title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  max-width: 680px;
  margin-bottom: 46px; }
  @media screen and (max-width: 991px) {
    .subscribe__title {
      max-width: 500px;
      text-align: center;
      margin-bottom: 28px; } }
  @media screen and (max-width: 767px) {
    .subscribe__title {
      font-size: 36px; } }
  @media screen and (max-width: 639px) {
    .subscribe__title {
      max-width: 400px; } }
  @media screen and (max-width: 479px) {
    .subscribe__title {
      max-width: 280px;
      font-size: 28px;
      line-height: 1.33; } }
  @media screen and (max-width: 360px) {
    .subscribe__title {
      max-width: 240px;
      font-size: 24px; } }

.subscribe__form {
  max-width: 680px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .subscribe__form {
      width: 90%; } }
  @media screen and (max-width: 639px) {
    .subscribe__form {
      width: 100%; } }

.subscribe__field {
  position: relative;
  display: inline-block;
  width: 58%;
  vertical-align: top;
  margin-right: 15px; }
  .subscribe__field input {
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    padding: 29px 0 18px 21px; }
    .subscribe__field input:focus ~ span, .subscribe__field input:not(:placeholder-shown) + span {
      bottom: 42px;
      font-size: 12px; }
    @media screen and (max-width: 639px) {
      .subscribe__field input {
        padding: 22px 0 21px 21px; } }
  @media screen and (max-width: 767px) {
    .subscribe__field {
      display: block;
      width: 100%;
      margin-right: 0; } }
  .subscribe__field span {
    color: #909090;
    pointer-events: none;
    position: absolute;
    left: 21px;
    bottom: 25px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.subscribe__submit {
  width: calc( 42% - 15px); }
  @media screen and (max-width: 767px) {
    .subscribe__submit {
      width: 100%;
      margin-top: 20px; } }
  @media screen and (max-width: 479px) {
    .subscribe__submit {
      margin-top: 12px; } }

.subscribe__submit--loading {
  -webkit-transition: none;
  transition: none;
  cursor: auto;
  pointer-events: none; }
  .subscribe__submit--loading::after {
    content: url(/webpack/load-spinner.svg);
    -webkit-transition: none;
    transition: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #f52e50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; }
  .subscribe__submit--loading:hover::after, .subscribe__submit--loading:focus::after {
    left: 0; }

.subscribe__submit--done {
  font-size: 0;
  height: 66px; }
  .subscribe__submit--done::after {
    content: '\41F\43E\434\43F\438\441\43A\430   \43E\444\43E\440\43C\43B\435\43D\430';
    margin: 0;
    left: initial;
    font-size: 15px; }
  .subscribe__submit--done:hover::after, .subscribe__submit--done:focus::after {
    left: 0; }

.subscribe__agree {
  position: relative;
  padding-left: 37px;
  display: block;
  margin-top: 27px; }
  @media screen and (max-width: 479px) {
    .subscribe__agree {
      margin-top: 15px; } }
  .subscribe__agree input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    left: 4px;
    top: 4px; }
  .subscribe__agree input:checked + .subscribe__label::before {
    background-image: url(/webpack/9640424a0cc84ba93ea94f8d9be3dbf3.png); }

.subscribe__label {
  color: #919191;
  font-size: 14px;
  line-height: 1.4; }
  .subscribe__label::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
  @media screen and (max-width: 479px) {
    .subscribe__label::before {
      top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

.subscribe__link {
  text-decoration: underline; }
  .subscribe__link span {
    text-decoration: underline; }
  .subscribe__link:hover, .subscribe__link:focus {
    text-decoration: none; }

.subscribe__notification {
  opacity: 0;
  display: none;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  right: 0;
  top: -100px;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 100; }
  .subscribe__notification--show {
    display: block;
    opacity: 1; }

.seo-text {
  height: 100%; }

.seo-text__box {
  position: relative;
  padding-right: 50px;
  max-height: 260px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .seo-text__box {
      padding-right: 0; } }
  .seo-text__box .ps__rail-y {
    background-color: #f5f5f5 !important;
    width: 4px !important;
    border-radius: 20px; }
    .seo-text__box .ps__rail-y:hover {
      opacity: 1;
      background-color: #E7E7E7; }
  .seo-text__box .ps__thumb-y {
    width: 4px !important;
    border-radius: 20px;
    right: 0; }

.seo-text__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .seo-text__title {
      text-align: center;
      margin-bottom: 18px; } }

.seo-text__content p {
  margin: 0 0 10px;
  color: #909090;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .seo-text__content p {
      padding-right: 10px; } }
  .seo-text__content p:last-child {
    margin-bottom: 0; }

.seo-text__content li {
  color: #909090;
  line-height: 1.8; }

.seo-text__content strong {
  color: #222;
  font-size: 16px;
  line-height: 1.8; }

.product-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.product-slider__box {
  position: relative; }
  @media screen and (max-width: 767px) {
    .product-slider__box--desktop {
      display: none; } }
  .product-slider__box--mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .product-slider__box--mobile {
        display: block; } }
  .product-slider__box .product-page-slider__pag {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
    .product-slider__box .product-page-slider__pag.swiper-pagination {
      z-index: 1; }
    .product-slider__box .product-page-slider__pag .swiper-pagination-bullet {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 6px;
      height: 6px;
      background: #88919d;
      opacity: 1;
      border-radius: 50%; }
    .product-slider__box .product-page-slider__pag .swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
      background: #59324d; }

.product-slider__preview {
  position: relative;
  overflow: hidden; }
  .product-slider__preview:hover .product-slider__board-box {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }

.product-slider__item {
  width: 100% !important;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 0 0px 1px #dedede;
          box-shadow: 0 0 0px 1px #dedede;
  border-radius: 3px;
  background: #f5f5f5;
  overflow: hidden; }

.product-slider__nav {
  position: absolute;
  cursor: pointer;
  top: 108px;
  width: 54px;
  height: 54px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 1;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 639px) {
    .product-slider__nav {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media screen and (max-width: 360px) {
    .product-slider__nav {
      display: none; } }
  .product-slider__nav:hover, .product-slider__nav:focus {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25); }
    .product-slider__nav:hover svg, .product-slider__nav:focus svg {
      opacity: 1; }
  .product-slider__nav svg {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0.5; }

.product-slider__nav--recomended {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-slider__nav--next {
  right: -27px; }
  @media screen and (max-width: 639px) {
    .product-slider__nav--next {
      display: none; } }

.product-slider__nav--prev {
  left: -27px; }
  .product-slider__nav--prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 639px) {
    .product-slider__nav--prev {
      display: none; } }

@media screen and (max-width: 639px) {
  .product-slider__preview {
    margin-bottom: 0;
    height: auto; }
    .product-slider__preview .product-slider__board-box {
      display: none; } }

@media (hover: hover) and (pointer: fine) {
  .product-slider__preview:hover .product-slider__image {
    -webkit-transform: scale(1.04) translateZ(0);
            transform: scale(1.04) translateZ(0); } }

.product-slider__holder {
  display: block;
  height: 100%;
  min-height: 100px; }

.product-slider__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.product-slider__board-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: .4s transform;
  transition: .4s transform; }
  @media screen and (max-width: 991px) {
    .product-slider__board-box {
      display: none; } }

.product-slider__category {
  display: block;
  margin-bottom: 8px;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .product-slider__category:hover, .product-slider__category:focus {
    text-decoration: underline; }
  @media screen and (max-width: 639px) {
    .product-slider__category {
      margin-bottom: 0;
      font-size: 13px; } }

.product-slider__price, .product-slider__price-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 22px; }

.product-slider__value {
  font-size: 18px;
  font-weight: 600; }
  @media screen and (max-width: 639px) {
    .product-slider__value {
      font-size: 15px; } }

.product-slider__currency {
  font-size: 18px; }
  @media screen and (max-width: 639px) {
    .product-slider__currency {
      font-size: 15px; } }

.product-slider__currency-discount {
  color: #f52e50; }

.product-slider__value--discount {
  color: #f52e50; }

.product-slider__labels-cont {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.product-slider__add-favorite {
  position: absolute;
  top: 10px;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 3; }
  .product-offers__item:hover .product-slider__add-favorite,
  .product-slider__item:hover .product-slider__add-favorite {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s opacity, 0s visibility;
    transition: 0.3s opacity, 0s visibility; }
  @media screen and (max-width: 991px) {
    .product-slider__add-favorite {
      opacity: 1;
      visibility: visible; } }
  @media screen and (max-width: 639px) {
    .product-slider__add-favorite {
      top: 1px;
      right: 5px; } }

.product-slider__cart {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: 5px;
  bottom: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer; }
  @media screen and (max-width: 639px) {
    .product-slider__cart {
      display: block;
      bottom: 0px; } }
  .product-slider__cart svg {
    width: 100%;
    height: 100%; }

.product-slider__labels-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 15px;
  left: 15px;
  right: 55px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  pointer-events: none;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 639px) {
    .product-slider__labels-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      left: 5px;
      top: 5px;
      gap: 6px; } }

.product-slider__label-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  min-width: 48px;
  padding: 0 8px;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  color: #fff; }
  .product-slider__label-custom svg {
    margin-right: 5px; }
  @media screen and (max-width: 639px) {
    .product-slider__label-custom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      height: 19px;
      min-width: 32px; } }

.product-slider__label-sales {
  width: 49px;
  height: 28px;
  display: inline-block;
  color: #fff;
  padding-top: 8px;
  border-radius: 3px;
  background-color: #f52e50;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 479px) {
    .product-slider__label-sales {
      height: 19px;
      width: 32px;
      padding-top: 4px;
      font-size: 10px;
      font-weight: 500; } }

.product-slider__label-hit {
  display: inline-block;
  width: 43px;
  height: 28px;
  padding-top: 8px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #004cff;
  color: #fff; }
  @media screen and (max-width: 479px) {
    .product-slider__label-hit {
      height: 19px;
      width: 32px;
      padding-top: 4px;
      font-size: 10px;
      font-weight: 500; } }

.product-slider__label-last-size {
  display: inline-block;
  width: auto;
  height: 28px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #00bd39;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px; }
  .product-slider__label-last-size:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/webpack/fire.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  @media screen and (max-width: 639px) {
    .product-slider__label-last-size {
      min-width: 32px;
      padding: 4px 3px 0; } }
  @media screen and (max-width: 479px) {
    .product-slider__label-last-size {
      height: 19px;
      font-size: 10px;
      font-weight: 500; } }

.product-slider__label-prem, .product-slider__label-original, .product-slider__label-outlet {
  display: inline-block;
  width: 70px;
  height: 28px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding-top: 8px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #ffaa00; }
  @media screen and (max-width: 479px) {
    .product-slider__label-prem, .product-slider__label-original, .product-slider__label-outlet {
      width: 62px;
      height: 19px;
      padding-top: 4px;
      font-size: 10px;
      font-weight: 500; } }

.product-slider__label-prem {
  background-color: #222;
  color: #fff; }

.product-slider__label-original {
  width: 78px;
  background-color: #6aa49b; }
  @media screen and (max-width: 479px) {
    .product-slider__label-original {
      width: 70px; } }

.product-slider__currency--discount {
  color: #f52e50;
  margin-right: 10px; }

.product-slider__currency--old {
  font-weight: normal; }

.product-slider__value--old {
  font-weight: normal;
  text-decoration: line-through; }

.product-slider__label-outlet {
  width: 60px;
  color: #222;
  background-color: #F9EDF5; }
  @media screen and (max-width: 479px) {
    .product-slider__label-outlet {
      width: 54px; } }

.product-slider__desc, .product-offers__desc {
  padding: 10px 0 25px 0;
  border-top: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 639px) {
    .product-slider__desc, .product-offers__desc {
      padding-top: 0; } }
  .product-slider__desc.product-slider__desc, .product-offers__desc.product-slider__desc {
    padding-bottom: 12px; }
    @media screen and (max-width: 639px) {
      .product-slider__desc.product-slider__desc, .product-offers__desc.product-slider__desc {
        padding-bottom: 8px; } }

.product-slider__name {
  display: block;
  max-width: 230px;
  margin-bottom: 8px;
  padding-left: 17px;
  padding-right: 10px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 639px) {
    .product-slider__name {
      padding: 6px 10px 10px;
      font-size: 13px; }
      .product-slider__name.product-slider__name, .product-slider__name.product-offers__name {
        max-height: calc( ( 1rem * 1.4 ) * 2);
        margin-bottom: 18px;
        padding-bottom: 0; }
      .product-slider__name.product-offers__name {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2; } }

.product-slider__board-box--mobile {
  position: relative;
  bottom: auto;
  display: none;
  height: auto;
  margin: 0 0 10px 0;
  width: 100%;
  left: auto; }
  @media screen and (max-width: 991px) {
    .product-slider__board-box--mobile {
      display: none; } }
  .product-slider__board-box--mobile .adding-product__add {
    position: relative;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    left: auto;
    -webkit-transform: none;
            transform: none; }
  .product-slider__board-box--mobile .adding-product__choose {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    z-index: 2; }
  .product-slider__board-box--mobile .adding-product__done {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none; }

.product-slider__name {
  display: block;
  max-width: 230px;
  margin-bottom: 8px;
  padding-left: 17px;
  padding-right: 10px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 639px) {
    .product-slider__name {
      padding: 6px 10px 10px;
      font-size: 13px; }
      .product-slider__name.product-slider__name, .product-slider__name.product-offers__name {
        max-height: calc( ( 1rem * 1.4 ) * 2);
        margin-bottom: 18px;
        padding-bottom: 0; }
      .product-slider__name.product-offers__name {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2; } }

.product-slider__category {
  display: block;
  margin-bottom: 25px;
  padding-left: 17px;
  color: #7a7a7a;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .product-slider__category {
      margin-bottom: 18px; } }
  @media screen and (max-width: 639px) {
    .product-slider__category {
      font-size: 13px;
      padding-left: 10px; } }

.product-slider__priceWrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 12px;
  left: 17px; }
  .product-slider__priceWrap .product-slider__price, .product-slider__priceWrap .product-slider__price-discount {
    padding-left: 0; }
  @media screen and (max-width: 639px) {
    .product-slider__priceWrap {
      left: 10px;
      bottom: 8px; } }

.adding-product {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.adding-product__add {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  cursor: pointer;
  font-size: 14px;
  color: #f5f5f5;
  z-index: 2; }

.adding-product__choose {
  width: 100%;
  padding: 23px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F9EDF5;
  color: #59324d;
  cursor: auto;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  bottom: 0;
  z-index: 3; }

.adding-product__label {
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  color: #59324d;
  font-size: 14px;
  margin-bottom: 3px; }
  @media screen and (max-width: 639px) {
    .adding-product__label {
      font-size: 13px; } }

.adding-product__sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3px;
  text-transform: uppercase;
  width: 100%;
  padding: 0 15px; }
  .adding-product__sizes .swiper-slide {
    width: 40px;
    height: 30px; }

.adding-product__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 3px;
  height: 30px;
  font-size: 14px;
  color: #59324d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  pointer-events: auto;
  padding: 0 12px; }
  @media screen and (max-width: 639px) {
    .adding-product__size {
      font-size: 12px; } }
  .adding-product__size:hover, .adding-product__size:focus {
    text-decoration: underline; }

.adding-product__slider {
  width: 50%;
  position: relative; }

.adding-product__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 8px;
  opacity: 0.7;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center; }
  .adding-product__nav:hover, .adding-product__nav:focus {
    opacity: 1; }

.adding-product__nav--next {
  right: -25px;
  background-image: url(/webpack/sizes-slider-arrow-right.svg); }

.adding-product__nav--prev {
  left: -25px;
  background-image: url(/webpack/sizes-slider-arrow-left.svg); }

.adding-product__done {
  position: absolute;
  background-color: #59324d;
  border-radius: 0 0 3px 3px;
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  bottom: 0;
  z-index: 4; }
  .adding-product__done:before {
    content: url(/webpack/adding-done.svg);
    position: absolute;
    bottom: 17px;
    height: 19px;
    width: 19px; }

.adding-product__incart {
  color: #f5f5f5;
  margin-top: 12px; }

.adding-product__out-of-stock {
  position: absolute;
  background-color: #e8e8e8;
  border-radius: 0 0 3px 3px;
  height: 75px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  bottom: 0;
  z-index: 4; }
  .adding-product__out-of-stock:before {
    content: url(/webpack/noproduct-icon.svg);
    position: absolute;
    bottom: 17px;
    height: 19px;
    width: 19px; }

.adding-product__end {
  margin-top: 12px; }

.adding-product__enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.adding-product__enter-active {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.adding-product__enter-to {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.adding-product__leave {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.adding-product__leave-active {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.adding-product__leave-to {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.size-bar__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.size-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.size-bar__label {
  font-size: 14px;
  padding: 10px 0;
  font-weight: 600; }

.size-bar__list-wrap {
  position: absolute;
  bottom: 62px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px; }

.size-bar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px; }

.size-bar__item {
  font-size: 14px;
  padding: 3px 8px;
  background-color: #E9EAEC;
  border-radius: 4px; }
  .size-bar__item.active {
    background-color: #59324D;
    color: white; }
  .size-bar__item.disable {
    background-color: #E9EAEC;
    color: #DEDEDE;
    pointer-events: none; }
  .size-bar__item input[type="radio"] {
    display: none; }

.size-bar__enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.size-bar__enter-active {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.size-bar__enter-to {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.size-bar__leave {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.size-bar__leave-active {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.size-bar__leave-to {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.catalog-sizebar {
  padding: 20px;
  border-radius: 12px 12px 0 0;
  background: #fff; }
  .catalog-sizebar .catalog-sizebar__button {
    background: #59324D;
    border-color: #59324D;
    color: #FFFFFF; }
    .catalog-sizebar .catalog-sizebar__button:hover {
      background: transparent;
      color: #222; }

.catalog-sizebar__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 30px; }
  .catalog-sizebar__block .catalog-sizebar__quantiter {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }

.catalog-sizebar__title {
  font-size: 14px;
  line-height: 1;
  color: #222;
    color-border-color: #222; }

.catalog-product__adding-quantiter--size-bar {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 10px 0;
  margin-bottom: 20px; }

.catalog-product__adding-to-cart--size-bar {
  cursor: pointer;
  background-color: #59324D;
  color: white; }

.categories {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.categories__title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px; }

@media screen and (max-width: 639px) {
  .categories__slider {
    margin-bottom: 17px; } }

.categories__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.categories__slider .swiper-slide {
  height: auto; }

.categories__slider .swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.categories__slider-item {
  padding: 2px; }

.categories__slider-box {
  position: relative; }
  .categories__slider-box .product-page-slider__pag {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
    .categories__slider-box .product-page-slider__pag.swiper-pagination {
      z-index: 1; }
    .categories__slider-box .product-page-slider__pag .swiper-pagination-bullet {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 6px;
      height: 6px;
      background: #88919d;
      opacity: 1;
      border-radius: 50%; }
    .categories__slider-box .product-page-slider__pag .swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
      background: #59324d; }

.categories__nav {
  position: absolute;
  cursor: pointer;
  top: 173px;
  width: 54px;
  height: 54px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 1;
  outline: none;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s opacity, -webkit-box-shadow 0.3s;
  transition: 0.3s opacity, -webkit-box-shadow 0.3s;
  transition: 0.3s opacity, box-shadow 0.3s;
  transition: 0.3s opacity, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 1300px) {
    .categories__nav {
      top: 157.5px; } }
  @media screen and (max-width: 1199px) {
    .categories__nav {
      top: 130px; } }
  @media screen and (max-width: 639px) {
    .categories__nav {
      top: 126px; } }
  .categories__nav:hover, .categories__nav:focus {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25); }
    .categories__nav:hover svg, .categories__nav:focus svg {
      opacity: 1; }
  @media screen and (max-width: 639px) {
    .categories__nav {
      display: none; } }
  .categories__nav svg {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0.5; }

.categories__nav--next {
  right: -27px; }
  @media screen and (max-width: 1300px) {
    .categories__nav--next {
      right: -10px; } }

.categories__nav--prev {
  left: -27px; }
  @media screen and (max-width: 1300px) {
    .categories__nav--prev {
      left: -10px; } }
  .categories__nav--prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.categories__preview {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 19px; }
  .categories__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
    -webkit-transform: scale(1.04) translateZ(0);
            transform: scale(1.04) translateZ(0);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  @media (hover: hover) and (pointer: fine) {
    .categories__preview:hover img {
      -webkit-transform: scale(1.07) translateZ(0);
              transform: scale(1.07) translateZ(0); } }

.categories__name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  border-bottom: 1px solid transparent;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  -webkit-transition: color 0.3s, border-color .3s;
  transition: color 0.3s, border-color .3s; }
  @media screen and (max-width: 639px) {
    .categories__name {
      font-size: 22px;
      margin-bottom: 14px; } }
  .categories__name:hover, .categories__name:focus {
    text-decoration: underline; }

.categories__sex {
  color: #909090;
  text-align: center; }

.compilation {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.compilation__title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px; }

.compilation__slider-box {
  position: relative; }
  .compilation__slider-box .product-page-slider__pag {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
    .compilation__slider-box .product-page-slider__pag.swiper-pagination {
      z-index: 1; }
    .compilation__slider-box .product-page-slider__pag .swiper-pagination-bullet {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 6px;
      height: 6px;
      background: #88919d;
      opacity: 1;
      border-radius: 50%; }
    .compilation__slider-box .product-page-slider__pag .swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
      background: #59324d; }

.compilation__slider {
  margin: 0 0 19px; }
  @media screen and (max-width: 639px) {
    .compilation__slider {
      margin: 0 0 17px; } }

.compilation__slider-item {
  padding: 1px; }

.compilation__nav {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 27px);
  width: 54px;
  height: 54px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 1;
  outline: none;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s opacity, -webkit-box-shadow 0.3s;
  transition: 0.3s opacity, -webkit-box-shadow 0.3s;
  transition: 0.3s opacity, box-shadow 0.3s;
  transition: 0.3s opacity, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .compilation__nav:hover, .compilation__nav:focus {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25); }
    .compilation__nav:hover svg, .compilation__nav:focus svg {
      opacity: 1; }
  @media screen and (max-width: 639px) {
    .compilation__nav {
      display: none; } }
  .compilation__nav svg {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0.5; }

.compilation__nav--next {
  right: -27px; }
  @media screen and (max-width: 1300px) {
    .compilation__nav--next {
      right: -10px; } }

.compilation__nav--prev {
  left: -27px; }
  @media screen and (max-width: 1300px) {
    .compilation__nav--prev {
      left: -10px; } }
  .compilation__nav--prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.compilation__preview {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 140%;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #dedede;
          box-shadow: 0 0 0 1px #dedede; }
  .compilation__preview img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
            transform: translate(-50%, -50%) scale(1.01);
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  @media (hover: hover) and (pointer: fine) {
    .compilation__preview:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.04);
              transform: translate(-50%, -50%) scale(1.04); }
    .compilation__preview:hover + .compilation__name {
      color: #f52e50; } }

.compilation__name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  @media screen and (max-width: 639px) {
    .compilation__name {
      font-size: 22px;
      margin-bottom: 14px; } }
  .compilation__name:hover, .compilation__name:focus {
    color: #f52e50; }

.compilation__sex {
  color: #909090;
  text-align: center; }

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.recommendation-slider-block {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .recommendation-slider-block .product-slider__preview {
    height: 283px; }
    @media screen and (max-width: 639px) {
      .recommendation-slider-block .product-slider__preview {
        height: auto; } }
    @media (hover: hover) and (pointer: fine) {
      .recommendation-slider-block .product-slider__preview:hover .product-slider__image {
        -webkit-transform: scale(1.04);
                transform: scale(1.04); } }

.recommendation-slider-block .recommend-slider__item:not(:last-child) {
  margin-bottom: 20px; }
  @media screen and (max-width: 639px) {
    .recommendation-slider-block .recommend-slider__item:not(:last-child) {
      margin-bottom: 2px; } }

.recommend-slider__slide {
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (max-width: 991px) {
    .recommend-slider__slide {
      padding-left: 0px;
      padding-right: 0px; }
      .recommend-slider__slide .catalog-product__pagination-images {
        display: none; } }

.recommend-slider.recommend-slider--cross-sale {
  height: 540px;
  padding-top: 30px; }
  @media screen and (max-width: 639px) {
    .recommend-slider.recommend-slider--cross-sale {
      margin: 0 auto 17px; }
      .recommend-slider.recommend-slider--cross-sale:not(.recommend-slider.recommend-slider--cross-sale.product-offers__slider) {
        padding: 2px; } }
  @media screen and (max-width: 991px) {
    .recommend-slider.recommend-slider--cross-sale {
      height: auto; } }

.recommended-slider__box {
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .recommended-slider__box--mobile {
      max-width: 100%; } }

.brands__title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center; }

.brands__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }
  @media screen and (max-width: 639px) {
    .brands__list {
      display: none; } }

.brands__list--mobile {
  display: none; }
  @media screen and (max-width: 639px) {
    .brands__list--mobile {
      display: block; } }

.brands__visible:first-child {
  border-top: 1px solid #e7e7e7; }

.brands__hidden {
  display: none; }

.brands__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 50px 10px; }
  @media screen and (max-width: 1199px) {
    .brands__item {
      -webkit-flex-basis: 33.333%;
          -ms-flex-preferred-size: 33.333%;
              flex-basis: 33.333%; } }
  @media screen and (max-width: 991px) {
    .brands__item {
      -webkit-flex-basis: 30%;
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%; } }
  @media screen and (max-width: 767px) {
    .brands__item {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      padding: 30px 0; } }
  @media screen and (max-width: 639px) {
    .brands__item {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding: 0;
      min-height: 105px; } }
  .brands__item img {
    width: 100%;
    opacity: .5; }
    .brands__item img:hover {
      opacity: 1; }
  .brands__item:nth-last-child(-n + 4) {
    border-bottom-color: transparent; }
    @media screen and (max-width: 1199px) {
      .brands__item:nth-last-child(-n + 4) {
        border-bottom-color: #e7e7e7; } }
  @media screen and (max-width: 1199px) {
    .brands__item:nth-last-child(-n + 3) {
      border-bottom-color: transparent; } }
  @media screen and (max-width: 767px) {
    .brands__item:nth-last-child(-n + 3) {
      border-bottom-color: #e7e7e7; } }
  @media screen and (max-width: 767px) {
    .brands__item:nth-last-child(-n + 2) {
      border-bottom-color: transparent; } }
  @media screen and (max-width: 639px) {
    .brands__item:nth-last-child(-n + 2) {
      border-bottom-color: #e7e7e7; } }

.brands__toggler {
  width: 244px;
  margin: 0 auto;
  display: none;
  border-radius: 3px;
  background-color: #fff;
  padding: 14px 0 15px;
  margin-top: 35px;
  color: #59324d;
  background-color: #F9EDF5;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8; }
  .brands__toggler--extended {
    background-color: #59324d;
    color: #F5F5F5; }
  @media screen and (max-width: 639px) {
    .brands__toggler {
      display: block; } }
  @media screen and (max-width: 360px) {
    .brands__toggler {
      width: 100%; } }

.brands__toggler--extended .brands__extend {
  display: none; }

.brands__collapse {
  display: none; }
  .brands__toggler--extended .brands__collapse {
    display: inline; }

.catalog__propose--hidden {
  display: none; }

.catalog__top {
  margin-bottom: 42px; }
  @media screen and (max-width: 991px) {
    .catalog__top {
      margin-bottom: 12px; } }

.catalog__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px; }
  .catalog__inner .catalog__title {
    font-size: 32px;
    line-height: 40px; }
  .catalog__inner .breadcrumbs {
    position: static; }
    .catalog__inner .breadcrumbs ul li {
      margin-bottom: 0; }
      .catalog__inner .breadcrumbs ul li a {
        font-size: 14px;
        line-height: 18px; }
  @media screen and (max-width: 991px) {
    .catalog__inner {
      gap: 16px; }
      .catalog__inner .breadcrumbs {
        margin-bottom: 0; }
      .catalog__inner .catalog__title {
        font-size: 24px;
        line-height: 32px; } }
  @media screen and (max-width: 639px) {
    .catalog__inner .catalog__title {
      font-size: 20px;
      line-height: 24 px; } }

.catalog__wrap {
  width: 100%; }

.catalog__propose {
  position: relative;
  padding: 30px 0 70px; }
  @media screen and (max-width: 767px) {
    .catalog__propose {
      min-height: 210px; } }
  .catalog__propose .propose {
    background-position: -20px 42%, 87vw 42%; }
  .catalog__propose .propose__close {
    display: block; }
  .catalog__propose .propose__box {
    padding: 30px 0;
    background-position: 103% 0;
    background-size: contain; }
  .catalog__propose .propose__title {
    max-width: 600px;
    font-size: 20px;
    margin: 0 0 35px; }
  .catalog__propose .propose__subtitle {
    display: none; }
  .catalog__propose--black {
    padding: 0 0 24px;
    margin-top: -18px; }
    @media screen and (max-width: 991px) {
      .catalog__propose--black {
        padding: 0; } }

.catalog__propose-image {
  height: 100%;
  width: 100%;
  padding-top: 16.52%;
  background-image: url(/webpack/a1ac00d2e326d3375651e53de6d2f245.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .catalog__propose-image {
      padding-top: 24.125%;
      background-image: url(/webpack/f89248145f36ba39809b69289e132b5b.jpg); } }

.catalog__body {
  position: relative;
  padding-bottom: 129px; }
  @media screen and (max-width: 991px) {
    .catalog__body {
      padding: 0 0 15px; } }
  @media screen and (max-width: 991px) {
    .catalog__body .catalog__container {
      padding: 0 16px; } }

.catalog__text-opt, .catalog__text-seo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-weight: 500;
  padding: 20px 20px 20px 45px;
  border: 1px solid #dedede;
  position: relative; }
  .catalog__text-opt:before, .catalog__text-seo:before {
    background: url(/webpack/f86f3d6ea0051e7ae5aecdd5188f78bf.png);
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .catalog__text-opt a, .catalog__text-seo a {
    color: #f52e50; }
    .catalog__text-opt a:hover, .catalog__text-seo a:hover {
      text-decoration: underline; }

.catalog__text-seo {
  display: none; }

.catalog__title {
  margin: 0;
  font-family: 'Unbounded';
  font-size: 45px;
  font-weight: 700;
  color: #222222; }
  @media screen and (max-width: 767px) {
    .catalog__title {
      margin: 0;
      font-size: 30px; } }

.catalog__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sidebar {
  will-change: min-height; }

.sidebar__inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform; }

.catalog__sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 287px;
  margin-right: 20px;
  will-change: min-height; }
  @media screen and (max-width: 1300px) {
    .catalog__sidebar {
      width: 250px;
      margin-right: 33px; } }
  @media screen and (max-width: 1199px) {
    .catalog__sidebar {
      width: 220px;
      margin-right: 13px; } }
  @media screen and (max-width: 767px) {
    .catalog__sidebar {
      display: none; } }

.catalog-categories__wrapper {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform; }

@media screen and (max-width: 991px) {
  .catalog__filters {
    display: none; } }

.catalog__mobile-sorting {
  display: none; }
  @media screen and (max-width: 991px) {
    .catalog__mobile-sorting {
      display: block;
      width: calc( 100% - 16px - 41%); }
      .catalog__mobile-sorting .catalog-filter, .catalog__mobile-sorting .catalog-filter__wrapper {
        width: 100%; } }

.catalog__mobile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }

.catalog__mobile-filter {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 100;
  padding: 16px 16px 130px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .catalog__mobile-filter {
      display: block; } }

.catalog__mobile-filter--open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.catalog__mobile-filter-btn {
  display: none;
  width: 41%;
  padding: 11px 20px;
  background-color: #59324D;
  border-radius: 8px;
  max-height: 40px; }
  .catalog__mobile-filter-btn span:not(.navigation__filter-count) {
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #fff; }
  .catalog__mobile-filter-btn .navigation__filter-count {
    left: auto; }
  @media screen and (max-width: 991px) {
    .catalog__mobile-filter-btn {
      display: block; } }

.catalog__mobile-filter-controls,
.catalog__mobile-filter-controls--category {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 24px;
  gap: 24px;
  background: #fff;
  z-index: 101;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.catalog__mobile-filter-controls--category {
  z-index: 1050; }

.catalog__mobile-filter-controls--show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.catalog__mobile-filter-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1;
  color: #222;
  background-color: transparent; }
  .catalog__mobile-filter-clear::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/webpack/filters-items-reset.svg) 50% 50% no-repeat;
    background-size: 9px 9px; }

.catalog__mobile-filter-apply,
.catalog__mobile-filter-category {
  width: 100%;
  border-radius: 8px;
  background-color: #59324d;
  color: #fff;
  font-weight: 700;
  padding: 17px 0;
  text-align: center; }

.js-no-scroll {
  overflow: hidden; }

.catalog__seo {
  margin-top: 50px; }

.catalog__products {
  width: 100%; }

.catalog__products-list-wrap {
  width: 100%;
  height: 100%; }
  .catalog__products-list-wrap .catalog__products-list {
    gap: 53px 20px; }
    @media screen and (max-width: 991px) {
      .catalog__products-list-wrap .catalog__products-list {
        margin: 0 0 23px;
        gap: 8px 8px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .catalog__products-list-wrap--search-image .catalog__products-list {
    display: grid;
    grid-gap: 53px 20px;
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 991px) {
      .catalog__products-list-wrap--search-image .catalog__products-list {
        gap: 8px 8px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 25px; } }
  .catalog__products-list-wrap--search-image .catalog-product {
    width: 100%; }

.catalog__products-list.common-products-list {
  display: grid;
  grid-gap: 53px 20px;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 991px) {
    .catalog__products-list.common-products-list {
      gap: 8px 8px;
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 25px; } }

.catalog__products-wrapper-loadmore {
  max-width: 895px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .catalog__products-wrapper-loadmore--personal-recommend {
    margin: 0 auto; }
  .catalog__products-wrapper-loadmore--search-image {
    margin: 50px auto 0; }
  @media screen and (max-width: 991px) {
    .catalog__products-wrapper-loadmore {
      padding: 20px 0; } }

.catalog__product-loadmore-btn {
  display: block;
  padding: 18px;
  font-size: 14px;
  line-height: 1;
  background: transparent;
  border-color: #59324D;
  color: #222;
  font-weight: 500;
  border: 1px solid #222;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border-color .3s, opacity .2s linear;
  transition: color .3s, background .3s, border-color .3s, opacity .2s linear;
  cursor: pointer;
  max-width: 350px;
  width: 100%; }
  .catalog__product-loadmore-btn:hover {
    background: #59324D;
    color: #FFFFFF; }
  .catalog__product-loadmore-btn.loading {
    color: #FFFFFF;
    background: #59324D;
    opacity: .5;
    position: relative; }
    .catalog__product-loadmore-btn.loading::before {
      z-index: 1000;
      content: "";
      position: absolute;
      top: 16px;
      left: 70px;
      width: 20px;
      height: 20px;
      border: 3px solid white;
      border-bottom-color: transparent;
      border-radius: 50%;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-animation: rotation 1s linear infinite;
      animation: rotation 1s linear infinite; }

.catalog__info {
  position: relative;
  text-align: right;
  margin-bottom: 22px;
  padding: 20px 35px;
  color: #222222;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-size: 15px;
  line-height: 28px;
  overflow: hidden; }
  .catalog__info:before {
    position: absolute;
    content: '';
    background: url(/webpack/question-icon.svg) no-repeat center;
    opacity: 0.1;
    width: 160px;
    height: 160px;
    top: -25px;
    left: 35px;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .catalog__info:before {
        width: 100px;
        height: 100px;
        left: auto;
        top: -20px;
        right: -25px; } }
  .catalog__info a {
    text-decoration: underline;
    font-weight: 500;
    color: #59324d; }
    .catalog__info a:hover {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .catalog__info {
      text-align: left; } }

.catalog__mobile-filters {
  display: none;
  position: relative;
  margin: 16px 0 16px; }
  @media screen and (max-width: 991px) {
    .catalog__mobile-filters {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.catalog__mobile-filters-items {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  line-height: 24px; }

.catalog__mobile-filter-item {
  font-size: 12px;
  line-height: 14px;
  background: #fff; }

.catalog__labels-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: -1px;
  left: 0;
  right: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  pointer-events: none;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  .catalog__labels-wrap--1 .catalog__label {
    width: 100%; }
  .catalog__labels-wrap--2 .catalog__label, .catalog__labels-wrap--4 .catalog__label {
    width: 50%; }
  .catalog__labels-wrap--3 .catalog__label, .catalog__labels-wrap--6 .catalog__label {
    width: calc( 100% / 3); }
  .catalog__labels-wrap--4 .catalog__label {
    width: 50%; }
  .catalog__labels-wrap--5 .catalog__label:first-child, .catalog__labels-wrap--5 .catalog__label:nth-child(2) {
    width: 50%; }
  .catalog__labels-wrap--5 .catalog__label:nth-child(3), .catalog__labels-wrap--5 .catalog__label:nth-child(4), .catalog__labels-wrap--5 .catalog__label:nth-child(5) {
    width: calc( 100% / 3); }
  .catalog__labels-wrap--7 .catalog__label {
    width: calc( 100% / 3); }
    .catalog__labels-wrap--7 .catalog__label:first-child {
      width: 100%; }

.catalog__label {
  display: block;
  color: #fff;
  padding: 2px;
  max-height: 18px;
  font-size: 12px;
  line-height: 15px;
  height: 100%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
  .catalog__label--sales {
    background-color: #f52e50; }
  .catalog__label--outlet {
    background-color: #F9EDF5;
    color: #222; }
  .catalog__label--hit {
    background-color: #004cff; }
  .catalog__label--original {
    background-color: #6aa49b; }
  .catalog__label--prem {
    background-color: #222; }
  .catalog__label--last-size {
    background-color: #00bd39;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px; }
    @media screen and (max-width: 991px) {
      .catalog__label--last-size {
        gap: 2px; } }
    .catalog__label--last-size:before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-image: url(/webpack/fire.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 991px) {
        .catalog__label--last-size:before {
          width: 7px;
          height: 7px; } }
  .catalog__label--custom svg {
    margin-right: 5px; }
  @media screen and (max-width: 767px) {
    .catalog__label {
      max-height: 16px;
      font-size: 8px;
      line-height: 11px; } }

.catalog__banner {
  position: relative;
  width: 530px;
  height: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden; }
  .catalog__banner img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media screen and (max-width: 1199px) {
    .catalog__banner {
      width: 450px; } }
  @media screen and (max-width: 991px) {
    .catalog__banner {
      width: 100%;
      height: auto;
      padding-top: calc( ( 99 / 530)  * 100%); } }
  .catalog__banner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.catalog__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-top: 20px; }
  @media screen and (max-width: 991px) {
    .catalog__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 12px 15px 0;
      gap: 16px; } }

.catalog-categories__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .catalog-categories__title {
      display: none; } }

.catalog-categories__title--margin {
  margin-bottom: 16px; }

.catalog-filters-wrapper .catalog-categories__title {
  margin: 0 0 19px 0; }
  @media screen and (max-width: 767px) {
    .catalog-filters-wrapper .catalog-categories__title {
      margin: 0 0 13px 0; } }

.catalog-categories__clear-filter {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none; }
  .catalog-categories__clear-filter:after, .catalog-categories__clear-filter:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 12px;
    background-color: #7A7A7A;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .catalog-categories__clear-filter:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .catalog-categories__clear-filter:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

.catalog-categories__toggler {
  padding: 0;
  border: none;
  color: #f52e50;
  background-color: transparent;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .catalog-categories__toggler {
      display: none; } }

.toggler-more {
  display: block; }

.toggler-less {
  display: none; }

.catalog-categories__toggler--open .toggler-more {
  display: none; }

.catalog-categories__toggler--open .toggler-less {
  display: block; }

.catalog-filters-wrapper {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .catalog-filters-wrapper {
      display: none; } }

.catalog-filters-wrapper.catalog-categories__title {
  margin-bottom: 10px; }

.catalog-categories__radio-items {
  margin-bottom: 32px; }

.catalog-categories__radio-item {
  padding: 3px; }
  .catalog-categories__radio-item:not(:last-child) {
    margin-bottom: 8px; }
  .catalog-categories__radio-item input {
    display: none; }
  @media (hover: hover) {
    .catalog-categories__radio-item > label:hover::after {
      background: #59324D; } }
  .catalog-categories__radio-item label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
    font-size: 14px;
    line-height: 18px;
    pointer-events: all;
    cursor: pointer; }
    .catalog-categories__radio-item label::before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      border: 1px solid #88919D;
      border-radius: 50%;
      background: #fff; }
    .catalog-categories__radio-item label::after {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      left: 3px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: transparent;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: background .3s;
      transition: background .3s; }

.catalog-categories__radio-item input:checked ~ label::after {
  background: #59324D; }

.catalog-filter.catalog-filter--category {
  margin-bottom: 20px;
  height: 54px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .catalog-filter.catalog-filter--category {
      margin-bottom: 10px; } }
  .catalog-filter.catalog-filter--category .select2-container .select2-selection__arrow {
    display: none; }
  .catalog-filter.catalog-filter--category .select2-container .selection .select2-selection {
    color: #222;
    font-weight: 400;
    background-color: #fff; }
  .catalog-filter.catalog-filter--category .select2-container .selection .select2-selection__rendered {
    padding: 12px 24px; }
  .catalog-filter.catalog-filter--category .select2-container--default .select2-selection--single .select2-selection__choice {
    position: relative;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 991px) {
      .catalog-filter.catalog-filter--category .select2-container--default .select2-selection--single .select2-selection__choice {
        line-height: 18px; } }
  .catalog-filter.catalog-filter--category .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    pointer-events: none; }
  .catalog-filter.catalog-filter--category .select2-container .select2-selection--single {
    height: 100%;
    border: none;
    border-radius: 3px;
    outline: none; }
  .catalog-filter.catalog-filter--category .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
    height: 100%;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .catalog-filter.catalog-filter--category .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 12px; } }

.select2-container--default.select2-container--focus .select2-selection--single {
  border: none !important;
  border-radius: 3px; }

.select2-container--default .select2-results__options.select2-results--categories {
  padding-bottom: 11px;
  background-color: #fff; }

.select2-container--default .select2-results__options.select2-results--categories .select2-search--dropdown {
  display: none; }

.select2-container--default .select2-results__options.select2-results--categories .select2-results__option[aria-selected=false]:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 23px;
  width: 22px;
  height: 22px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  background-image: none;
  background-color: #fff; }

.select2-container--default .select2-results__options.select2-results--categories .select2-results__option[aria-selected=true] {
  background-color: #F5F5F5; }
  .select2-container--default .select2-results__options.select2-results--categories .select2-results__option[aria-selected=true]:before {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border-color: #59324d;
    background-image: none;
    background-color: #fff; }
  .select2-container--default .select2-results__options.select2-results--categories .select2-results__option[aria-selected=true]:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 30px;
    width: 10px;
    height: 10px;
    background-color: #59324d;
    border-radius: 50%; }

.catalog-categories__list > .catalog-category {
  border-bottom: 1px solid #E9E9E9;
  padding: 8px 0; }

.catalog-categories__list {
  padding-bottom: 30px; }

.catalog-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.catalog-category.catalog-category--selected > .catalog-category__head {
  font-weight: 600;
  color: #222; }

.catalog-categories__sublist {
  margin-top: 4px;
  padding-left: 20px; }

.catalog-categories__sublist .catalog-category:last-child {
  margin-bottom: 0; }

.catalog-category__toggler {
  display: none;
  position: absolute;
  width: 34px;
  height: 34px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .catalog-category__toggler:before, .catalog-category__toggler:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 12px;
    background-color: #222;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }

.catalog-category--group > .catalog-category__head {
  width: 100%;
  padding-right: 45px;
  position: relative; }

.catalog-category--group > .catalog-category__head .catalog-category__toggler {
  display: block; }

.catalog-category--group.catalog-category--collapsed > .catalog-category__head .catalog-category__toggler:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }

.catalog-categories__sublist.hidden {
  display: none; }

.catalog-category__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  width: auto;
  padding: 8px 0; }

.catalog-category__counter {
  display: block;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 34px;
  margin-left: 8px;
  color: #fff;
  background-color: #88919d; }

.sidebar {
  will-change: min-height; }

.sidebar__inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform; }

.catalog__pagination {
  position: relative;
  width: 100%; }

.pagination {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  .pagination .page:not(.next):not(.prev) {
    display: inline-block;
    padding: 15px 22px;
    color: #022222; }
    @media screen and (max-width: 767px) {
      .pagination .page:not(.next):not(.prev) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 39.35px;
        width: 39.25px;
        padding: 11px 0; } }
    .pagination .page:not(.next):not(.prev) a {
      font-size: 18px;
      line-height: 1; }
      @media screen and (max-width: 479px) {
        .pagination .page:not(.next):not(.prev) a {
          font-size: 14px; } }
  .pagination .page.current {
    border-radius: 3px;
    background-color: #88919d;
    color: #f5f5f5 !important;
    font-weight: 700; }
    .pagination .page.current span {
      font-size: 18px; }
      @media screen and (max-width: 479px) {
        .pagination .page.current span {
          font-size: 14px; } }
  .pagination .page.next,
  .pagination .page.prev {
    position: absolute;
    top: 22px;
    width: 35px;
    height: 14px;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .pagination .page.next,
      .pagination .page.prev {
        display: none; } }
    @media screen and (max-width: 767px) {
      .pagination .page.next,
      .pagination .page.prev {
        top: 17px; } }
    .pagination .page.next a,
    .pagination .page.prev a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0; }
  .pagination .page.next {
    right: 0;
    background-image: url(/webpack/arrow.svg); }
  .pagination .page.prev {
    left: 0;
    background-image: url(/webpack/arrow.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@media screen and (max-width: 767px) {
  .mobile-filter .catalog-filters-wrapper {
    display: block; } }

.mobile-filter__close {
  position: absolute;
  display: block;
  padding: 0;
  top: 16px;
  right: 21px;
  width: 15px;
  height: 15px;
  background-color: transparent; }
  .mobile-filter__close::before, .mobile-filter__close::after {
    position: absolute;
    left: 7px;
    top: 0;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #0D0D15;
    border-radius: 8px; }
  .mobile-filter__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mobile-filter__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.mobile-filter__title {
  margin: 0;
  margin-bottom: 27px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700; }

.mobile-filter__items {
  padding: 24px 0;
  margin-top: 32px;
  margin-bottom: 0; }
  .mobile-filter__items:not(:empty) {
    border-top: 1px solid #88919D; }

.catalog-sorting {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog-sorting__btn {
  cursor: pointer;
  padding: 8px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #444444;
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  border-radius: 3px; }
  .catalog-sorting__btn:hover {
    text-decoration: underline; }
  .catalog-sorting__btn--active {
    cursor: default;
    color: #f5f5f5;
    background-color: #88919d; }
    .catalog-sorting__btn--active:hover {
      color: #f5f5f5;
      text-decoration: none; }

.catalog-sorting__icon {
  margin-right: 15px;
  color: #444444; }

.product__wrap {
  position: relative;
  padding: 85px 0 85px 0; }
  @media screen and (max-width: 991px) {
    .product__wrap {
      padding: 30px 0 30px 0; } }

.product__back {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #222222; }
  @media screen and (max-width: 991px) {
    .product__back {
      top: 20px; } }

.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .product__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.product-page__slider {
  position: relative;
  width: 60.4%;
  height: auto;
  margin-right: 50px; }
  @media screen and (max-width: 991px) {
    .product-page__slider {
      width: 100%;
      margin: 0 0 30px 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .product-page__slider {
      height: 100%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 360px) {
    .product-page__slider {
      width: 100.6vw;
      margin-left: -23px;
      margin-bottom: 45px; } }

.product__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 34%; }
  @media screen and (max-width: 991px) {
    .product__info {
      width: 100%; } }

.product__title-mobile {
  display: none;
  margin: 0 40px 18px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400; }
  @media screen and (max-width: 991px) {
    .product__title-mobile {
      display: block; } }

.product__description {
  margin-top: 20px;
  line-height: 26px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .product__description {
      margin-top: 0; } }

.delivery-card-info {
  padding: 20px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background-color: white;
  margin-top: 35px; }
  @media (max-width: 479px) {
    .delivery-card-info {
      display: none; } }
  .delivery-card-info--mobile {
    margin-top: 15px;
    margin-bottom: 0; }
    @media (max-width: 479px) {
      .delivery-card-info--mobile {
        display: block; } }

.delivery-card-info__title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0; }

.delivery-card-info__item {
  margin-bottom: 6px;
  padding-left: 15px;
  position: relative; }
  .delivery-card-info__item::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    width: 5px;
    height: 5px;
    background-color: #222;
    border-radius: 50%; }

.delivery-card-info__condition {
  margin-bottom: 0px; }
  .delivery-card-info__condition a {
    text-decoration: underline; }

.product-offers {
  padding-bottom: 125px; }
  .product-offers:not(:last-child) {
    padding-bottom: 0; }

.product-offers__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0; }
  .product-offers__header .product-offers__btn {
    display: block; }
    @media screen and (max-width: 767px) {
      .product-offers__header .product-offers__btn {
        display: none; } }

.product-offers--actual {
  margin-bottom: 74px; }
  @media screen and (max-width: 639px) {
    .product-offers--actual {
      margin-bottom: 20px;
      padding-bottom: 0; } }

.product-offers__title {
  margin: 0;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700; }
  @media screen and (max-width: 1199px) {
    .product-offers__title {
      font-size: 30px; } }
  .product-offers__title--mb40 {
    margin: 40px 0; }

.product-offers__subtitle {
  margin: 20px 0;
  color: #222222;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat"; }

.product-offers__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px; }
  @media screen and (max-width: 991px) {
    .product-offers__content {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 639px) {
    .product-offers__content {
      margin: -1px -1px 23px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 4px; } }
  .product-offers__content--related_products {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 991px) {
      .product-offers__content--related_products {
        grid-template-columns: repeat(2, 1fr); } }
  .product-offers__content .product-offers__item.product-slider__item {
    width: 285px !important; }
    @media screen and (max-width: 1300px) {
      .product-offers__content .product-offers__item.product-slider__item {
        width: 250px !important; } }
    @media screen and (max-width: 1199px) {
      .product-offers__content .product-offers__item.product-slider__item {
        width: 220px !important; } }
    @media screen and (max-width: 767px) {
      .product-offers__content .product-offers__item.product-slider__item {
        width: calc(50% - 10px) !important; } }
    @media screen and (max-width: 639px) {
      .product-offers__content .product-offers__item.product-slider__item {
        width: calc(50% - 2px) !important; } }

@media screen and (max-width: 767px) {
  .product-slider__swiper .product-offers__item.catalog-product {
    width: 100%;
    margin: 0; } }

.product-offers__name {
  max-width: 230px;
  margin-bottom: 8px;
  padding-left: 17px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4; }
  .product-offers__name:not(.product-offers__name--actual) {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: calc( 1rem * 1.4 * 2); }

.product-offers__labels-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 15px;
  left: 15px;
  right: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2; }
  @media screen and (max-width: 639px) {
    .product-offers__labels-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      left: 5px;
      top: 5px;
      gap: 6px; } }

.product-offers__label-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  padding-top: 8px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  min-width: 48px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 500;
  color: #fff; }
  .product-offers__label-custom svg {
    margin-right: 5px; }
  @media screen and (max-width: 639px) {
    .product-offers__label-custom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      height: 19px;
      min-width: 32px; } }

.product-offers__label-sales {
  width: 49px;
  height: 28px;
  display: inline-block;
  color: #fff;
  padding-top: 8px;
  border-radius: 3px;
  background-color: #f52e50;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 479px) {
    .product-offers__label-sales {
      height: 19px;
      width: 32px;
      padding-top: 4px;
      font-size: 10px;
      font-weight: 500; } }
  @media screen and (max-width: 639px) {
    .product-offers__label-sales {
      margin: 0 10px 5px 0; } }

.product-offers__label-hit {
  display: inline-block;
  width: 43px;
  height: 28px;
  padding-top: 8px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #004cff;
  color: #fff; }
  @media screen and (max-width: 479px) {
    .product-offers__label-hit {
      height: 19px;
      width: 32px;
      padding-top: 4px;
      font-size: 10px;
      font-weight: 500; } }
  @media screen and (max-width: 639px) {
    .product-offers__label-hit {
      margin: 0 10px 5px 0; } }

.product-offers__label-last-size {
  display: inline-block;
  width: auto;
  height: 28px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #00bd39;
  color: #fff; }
  @media screen and (max-width: 639px) {
    .product-offers__label-last-size {
      min-width: 32px;
      padding: 4px 3px 0; } }
  @media screen and (max-width: 479px) {
    .product-offers__label-last-size {
      height: 19px;
      font-size: 10px;
      font-weight: 500; } }

.product-offers__label-prem, .product-offers__label-original, .product-offers__label-outlet {
  display: inline-block;
  width: 70px;
  height: 28px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding-top: 8px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #ffaa00; }
  @media screen and (max-width: 479px) {
    .product-offers__label-prem, .product-offers__label-original, .product-offers__label-outlet {
      width: 62px;
      height: 19px;
      padding-top: 4px;
      font-size: 10px;
      font-weight: 500; } }

.product-offers__label-original {
  width: 78px;
  background-color: #6aa49b; }
  @media screen and (max-width: 479px) {
    .product-offers__label-original {
      width: 70px; } }

.product-offers__label-outlet {
  width: 60px;
  color: #222;
  background-color: #F9EDF5; }
  @media screen and (max-width: 479px) {
    .product-offers__label-outlet {
      width: 54px; } }

.product-offers__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .product-offers__btn-wrapper .product-offers__btn {
    display: none; }
  @media screen and (max-width: 767px) {
    .product-offers__btn-wrapper {
      padding-top: 25px; }
      .product-offers__btn-wrapper .product-offers__btn {
        display: block;
        width: 100%; } }

.product-offers__btn {
  min-width: 240px;
  background-color: #59324d;
  border-color: #59324d; }
  .product-offers__btn:hover {
    background-color: #59324d; }

.product-offers__item--actual {
  width: calc(50% - 10px);
  padding-bottom: 25px;
  -webkit-box-shadow: 0 0 0px 1px #dedede;
          box-shadow: 0 0 0px 1px #dedede;
  background-color: #f5f5f5; }
  @media screen and (max-width: 991px) {
    .product-offers__item--actual {
      margin-bottom: 0; } }
  @media screen and (max-width: 639px) {
    .product-offers__item--actual {
      width: 100%;
      padding-bottom: 0;
      min-height: unset; }
      .product-offers__item--actual:not(:last-child) {
        margin-bottom: 25px; } }

.product-offers__preview {
  position: relative;
  width: 100%;
  height: 283px; }
  @media screen and (max-width: 639px) {
    .product-offers__preview {
      height: auto; } }

.product-offers__holder {
  height: 100%; }
  .product-offers__holder img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.product-offers__name--actual {
  display: block;
  max-width: 100%;
  padding: 20px 20px 0;
  margin-bottom: 0; }
  .product-offers__name--actual:hover {
    text-decoration: underline; }
  @media screen and (max-width: 991px) {
    .product-offers__name--actual {
      padding: 20px; } }

.product-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  height: 100%;
  max-height: 600px; }
  @media (min-width: 1400px) and (min-height: 500px) and (max-height: 800px) {
    .product-slider-wrapper {
      height: 75vh; } }
  @media screen and (max-width: 1300px) {
    .product-slider-wrapper {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      min-height: 300px; } }

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin: 0; }

.swiper-button-next, .swiper-button-prev {
  color: #000; }

.swiper-slide a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block; }

.swiper-slide a.catalog-product__adding-to-cart {
  cursor: pointer; }

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  min-height: 100%; }

.product-page-slider {
  position: relative; }
  .product-page-slider.swiper-container {
    margin: 0; }
    @media (min-width: 1400px) and (min-height: 500px) and (max-height: 800px) {
      .product-page-slider.swiper-container {
        width: 75vh !important; } }

.product-thumbs-slider {
  width: 104px;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .product-thumbs-slider .product-thumbs-slide {
    min-height: 104px; }
  @media screen and (max-width: 991px) {
    .product-thumbs-slider {
      display: none; } }
  .product-thumbs-slider.swiper-container {
    margin: 0; }
  .product-thumbs-slider .swiper-wrapper {
    width: 104px; }
  .product-thumbs-slider .swiper-slide {
    width: 104px;
    height: 100%;
    opacity: 0.75;
    cursor: pointer; }
  .product-thumbs-slider .swiper-slide-thumb-active {
    opacity: 1; }

.product-page__slider .product-page-slider__pag {
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  .product-page__slider .product-page-slider__pag.swiper-pagination {
    z-index: 1; }
  .product-page__slider .product-page-slider__pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #88919d;
    opacity: 1;
    margin: 0 7px;
    border-radius: 50%; }
  .product-page__slider .product-page-slider__pag .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #59324d; }
  @media screen and (max-width: 991px) {
    .product-page__slider .product-page-slider__pag {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 17px; } }

.product-page-slider__navigate {
  position: absolute;
  top: 49%;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 13px 23px;
  background-position: center;
  z-index: 10;
  cursor: pointer; }
  .product-page-slider__navigate:hover, .product-page-slider__navigate:focus {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25); }
  .product-page-slider__navigate::after {
    display: none; }

.product-page-slider__prev {
  left: 10px;
  background-image: url(/webpack/f124479aad27d83cab6cc49d5b5b2b3c.png); }

.product-page-slider__next {
  right: 10px;
  background-image: url(/webpack/3a2068487ab007641accdf8a5671607c.png); }

.product-page__slider--single-image .product-page-slider__navigate, .product-page__slider--single-image .product-page-slider__pag {
  display: none; }

.product-slider-main-image {
  display: block; }

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite; }

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp; }

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown; }

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0; } }

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0; } }

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0; } }

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown; }

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1; }

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

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

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

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

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2; }

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

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

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

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

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; } }

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; } }

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; } }

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; } }

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  -webkit-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none; }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

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

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0); }

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0); }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto; }

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block; }

.fancybox__content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px); }

.fancybox__caption {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

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

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.f-thumbs__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0))*-0.5);
  width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none; }

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease, -webkit-transform .33s ease; }

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: -webkit-clip-path .33s ease;
  transition: -webkit-clip-path .33s ease;
  transition: clip-path .33s ease;
  transition: clip-path .33s ease, -webkit-clip-path .33s ease; }

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path); }

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn .2s ease-out;
          animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius); }

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

.product-info {
  margin-bottom: 26px; }
  @media screen and (max-width: 991px) {
    .product-info {
      margin-bottom: 24px; } }

.product-info__title {
  margin: 0;
  max-width: 380px;
  margin-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px); }
  @media screen and (max-width: 1199px) {
    .product-info__title {
      font-size: 25px;
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); } }
  @media screen and (max-width: 991px) {
    .product-info__title {
      display: none; } }

.product-info__shares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  margin-top: 0.7rem; }
  .product-info__shares--mobile {
    display: none; }
    @media screen and (max-width: 479px) {
      .product-info__shares--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media screen and (max-width: 479px) {
    .product-info__shares--desktop {
      display: none; } }
  @media screen and (max-width: 991px) {
    .product-info__shares {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0;
      padding-bottom: 0; } }

.product-info__share {
  padding: 10px 15px 11px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  z-index: 1; }
  .product-info__share span {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #222222; }
    .product-info__share span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 13px;
      height: 15px;
      background-image: url(/webpack/5814ea4f0eda4f226ae4df239ceae555.png);
      background-size: cover;
      background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .product-info__share {
      padding: 19px 15px 19px 15px; } }

.product-info__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  visibility: hidden;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%); }

.product-info__link {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  background-color: #f3f3f3;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 991px) {
    .product-info__link {
      margin-left: unset;
      margin-right: 5px;
      margin-top: 5px; } }

.product-info__links .ya-share2__item .ya-share2__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  background-color: #f3f3f3;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 991px) {
    .product-info__links .ya-share2__item .ya-share2__link {
      margin-left: unset;
      margin-right: 5px;
      margin-top: 5px; } }
  .product-info__links .ya-share2__item .ya-share2__link .ya-share2__badge {
    background-color: transparent; }
    .product-info__links .ya-share2__item .ya-share2__link .ya-share2__badge .ya-share2__icon {
      background-position: center center;
      background-repeat: no-repeat; }
      .product-info__links .ya-share2__item .ya-share2__link .ya-share2__badge .ya-share2__icon:active {
        -webkit-box-shadow: none;
                box-shadow: none; }

.product-info__links .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(/webpack/vk.svg); }

.product-info__links .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(/webpack/facebook.svg); }

.product-info__links .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(/webpack/twitter.svg); }

.product-info__links--open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  display: none; }
  @media screen and (max-width: 991px) {
    .product-info__links--open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }

.product-info__row {
  position: relative;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-info__row span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top; }
  .product-info__row a {
    text-decoration: underline;
    -webkit-text-decoration-color: #222222;
            text-decoration-color: #222222;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .product-info__row a:hover {
      text-decoration: none; }

.product-info__name {
  color: #88919d;
  min-width: 150px; }

.product-info__text {
  color: #222222; }
  @media screen and (max-width: 1199px) {
    .product-info__text {
      left: 130px;
      max-width: 150px; } }
  @media screen and (max-width: 991px) {
    .product-info__text {
      max-width: 100%;
      left: 150px; } }
  @media screen and (max-width: 479px) {
    .product-info__text {
      max-width: 150px; } }

.product-actions__table-size {
  margin-bottom: 29px;
  padding: 0;
  color: #222;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  text-decoration: underline; }
  .product-actions__table-size:hover {
    text-decoration: none; }
  @media screen and (max-width: 991px) {
    .product-actions__table-size {
      margin-bottom: 26px;
      margin-top: 6px; } }

.product-actions__error, .product-actions__info {
  color: #f00;
  display: block;
  font-size: 14px;
  margin: -5px 0 15px 0; }
  .product-actions__error:before, .product-actions__info:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/webpack/f86f3d6ea0051e7ae5aecdd5188f78bf.png);
    background-repeat: no-repeat;
    margin: -2px 5px 0 0;
    vertical-align: middle; }

.product-actions__price {
  margin-bottom: 31px;
  color: #022222;
  font-size: 42px;
  font-weight: 400; }
  .product-actions__price--discounted {
    color: red; }
  @media screen and (max-width: 991px) {
    .product-actions__price {
      margin-bottom: 27px;
      font-size: 30px; } }

.product-actions__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px; }
  @media screen and (max-width: 479px) {
    .product-actions__wrapper {
      display: none; } }

.product-actions__wrapper-mobile {
  display: none; }
  @media screen and (max-width: 479px) {
    .product-actions__wrapper-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin: 10px 0; } }

.product-actions__to-cart {
  display: block;
  max-height: 64px;
  width: 100%;
  min-width: 240px;
  background-color: #59324d;
  border-color: #59324d; }
  .product-actions__to-cart:hover {
    background-color: #59324d; }

.product-actions__to-cart--mobile {
  max-height: 55px; }
  .product-actions__to-cart--mobile:hover {
    background-color: #59324d; }
    .product-actions__to-cart--mobile:hover span {
      color: #fff; }

.product-actions__select-size {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  line-height: 50px;
  background-color: #f3f3f3;
  border-radius: 0;
  left: 0;
  color: #222;
  width: 100%; }
  .product-actions__select-size:hover {
    background-color: #ddd5d5; }
  @media screen and (max-width: 479px) {
    .product-actions__select-size {
      display: block; } }

.product-actions__one-click-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.product-actions__favorite {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 24px;
  line-height: 64px;
  color: #59324D;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #F9EDF5;
  -webkit-transition: font-size .3s, background-color .3s;
  transition: font-size .3s, background-color .3s; }
  .product-actions__favorite svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 24px;
    width: 24px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .product-actions__favorite:hover {
    background-color: #59324d; }
    .product-actions__favorite:hover svg .path-2 {
      fill: #f52e50; }
  .product-actions__favorite:not(.is-active) [data-prefix="fas"] {
    display: none; }
  .product-actions__favorite.is-active svg .path-1 {
    fill: #f52e50;
    stroke: #f52e50; }
  .product-actions__favorite.is-active svg .path-2 {
    fill: #f52e50; }
  .product-actions__favorite.is-active [data-prefix="fal"] {
    display: none; }
  @media screen and (max-width: 479px) {
    .product-actions__favorite {
      width: 55px;
      height: 55px;
      line-height: 55px; } }

.product-actions__one-click {
  display: block;
  width: 100%;
  min-width: 240px;
  background-color: #F9EDF5;
  color: #59324D;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s; }
  .product-actions__one-click:hover {
    opacity: 1;
    color: #f5f5f5;
    background-color: #59324d; }

.product-actions__outsize-msg {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 55px 16px 62px;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5; }
  .product-actions__outsize-msg:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 21px;
    background-image: url(/webpack/b60cc3beae8a6867d3589aef58f0e52e.png);
    background-repeat: no-repeat;
    background-size: cover; }

.product-actions__outsize-noticez p {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-family: "Montserrat", sans-serif; }

.product-actions__outsize-item {
  position: relative;
  margin-bottom: 17px; }
  .product-actions__outsize-item label {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 35%;
    color: #7a7a7a;
    -webkit-transition: top 0.4s;
    transition: top 0.4s; }
  .product-actions__outsize-item input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 22.5px 25px;
    border: 1px solid rgba(34, 34, 34, 0.15);
    border-radius: 3px; }
    .product-actions__outsize-item input:focus ~ label,
    .product-actions__outsize-item input:not(:focus):valid ~ label {
      top: 13%;
      font-size: 12px; }

.product-actions__outsize-submit {
  width: 100%;
  margin-bottom: 15px; }

.product-actions__title {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px; }

.select2-selection__rendered--error {
  color: #f52e50 !important; }

.size-left {
  color: #f52e50; }

.product-actions__error-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 3px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 25px 10px 25px;
  margin-bottom: 15px; }
  .product-actions__error-wrapper .product-actions__error, .product-actions__error-wrapper .product-actions__info {
    color: #222;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 22px; }
    .product-actions__error-wrapper .product-actions__error:before, .product-actions__error-wrapper .product-actions__info:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      margin: 0;
      position: absolute;
      height: 16px;
      background-size: contain;
      width: 16px; }

.product-actions__price-wrapper {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.product-actions__price-old {
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-left: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1; }
  .product-actions__price-old:before {
    border-top: 1px solid #7a7a7a;
    content: '';
    position: absolute;
    left: 0;
    top: 42%;
    width: 100%;
    z-index: 2; }

.product-actions__currency {
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px; }

.select2-container.select2-container--custom-select2 .selection {
  display: block;
  border-radius: 3px;
  height: 100%; }
  .select2-container.select2-container--custom-select2 .selection--error {
    border-color: #F00; }

@media screen and (max-width: 991px) {
  .select2-container.select2-container--custom-select2 {
    margin-bottom: 0; } }

.select2-container.select2-container--custom-select2 .select2-selection {
  position: relative;
  height: auto; }
  .select2-container.select2-container--custom-select2 .select2-selection:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/webpack/select-arrow-right.svg);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.select2-container.select2-container--custom-select2.select2-container--open {
  border-color: transparent;
  border-bottom: 1px solid #dedede;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16); }
  .select2-container.select2-container--custom-select2.select2-container--open .select2-selection {
    display: block; }
    .select2-container.select2-container--custom-select2.select2-container--open .select2-selection::before {
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }

.select2-container.select2-container--custom-select2 .select2-selection__choice {
  max-width: 140px;
  text-overflow: ellipsis; }

.select2-container.select2-container--custom-select2.popup-size, .select2-container.select2-container--custom-select2.popup-count {
  margin-bottom: 12px; }
  .select2-container.select2-container--custom-select2.popup-size .select2-selection__rendered, .select2-container.select2-container--custom-select2.popup-count .select2-selection__rendered {
    border: 1px solid #dedede;
    padding: 15px 25px;
    height: auto;
    line-height: 27px; }

.select2-container.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice {
  position: relative;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .select2-container.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice {
      line-height: 18px; } }

.select2-container.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  pointer-events: none; }

.select2-container.select2-container--custom-select2 .select2-selection--multiple {
  height: 100%;
  border: none;
  border-radius: 3px;
  outline: none; }

.select2-container.select2-container--custom-select2 .select2-selection--single {
  outline: none; }

.select2-container.select2-container--custom-select2 .select2-selection--multiple .select2-selection__rendered,
.select2-container.select2-container--custom-select2 .select2-selection__rendered {
  position: relative;
  height: 27px;
  line-height: 27px;
  color: #444444;
  padding: 0 20px 0 23px;
  background-color: #fff;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .select2-container.select2-container--custom-select2 .select2-selection--multiple .select2-selection__rendered,
    .select2-container.select2-container--custom-select2 .select2-selection__rendered {
      height: 100%;
      line-height: calc(100% + 2px); } }

.select2-container.select2-container--custom-select2 .select2-selection__placeholder {
  color: #7a7a7a; }

.select2-container.select2-container--custom-select2 .select2-dropdown {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05); }

.select2-container--custom-select2 .select2-results__options .select2-results__option[aria-selected=false] {
  position: relative;
  padding: 11px 0 11px 38px;
  color: #222; }

.select2-container--custom-select2 .select2-results__options .select2-results__option--highlighted[aria-selected]:hover {
  color: #222;
  background-color: #f3f3f3; }
  .select2-container--custom-select2 .select2-results__options .select2-results__option--highlighted[aria-selected]:hover::after {
    background: #59324D; }

.select2-container--custom-select2 .select2-results__options .select2-results__option--highlighted[aria-selected=true],
.select2-container--default .select2-results__options:not([aria-multiselectable]) .select2-results__option[aria-selected=true] {
  position: relative;
  padding: 11px 0 11px 38px;
  color: #222;
  background-color: #f3f3f3; }
  .select2-container--custom-select2 .select2-results__options .select2-results__option--highlighted[aria-selected=true]::after,
  .select2-container--default .select2-results__options:not([aria-multiselectable]) .select2-results__option[aria-selected=true]::after {
    background: #59324D; }

.select2-container--custom-select2 .select2-results__options .select2-results__option,
.select2-container--default .select2-results__options:not([aria-multiselectable]) .select2-results__option {
  position: relative;
  max-height: 300px;
  padding: 11px 0 11px 38px;
  color: #222;
  background-color: #fff; }
  .select2-container--custom-select2 .select2-results__options .select2-results__option:before,
  .select2-container--default .select2-results__options:not([aria-multiselectable]) .select2-results__option:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 12px;
    width: 18px;
    height: 18px;
    border: 1px solid #88919D;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .select2-container--custom-select2 .select2-results__options .select2-results__option::after,
  .select2-container--default .select2-results__options:not([aria-multiselectable]) .select2-results__option::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background .3s;
    transition: background .3s; }

.select2-container--custom-select2.select2-container--multiple .select2-results__options .select2-results__option {
  padding-left: 62px; }
  .select2-container--custom-select2.select2-container--multiple .select2-results__options .select2-results__option:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 23px;
    width: 22px;
    height: 22px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-image: url(/webpack/d8d9e7cb1f3a7ba7c3de354127a3da64.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .select2-container--custom-select2.select2-container--multiple .select2-results__options .select2-results__option[aria-selected=true]:before {
    background-image: url(/webpack/select-checked.svg); }

.select2-container--custom-select2 .select2-results__options.ps {
  position: relative; }
  .select2-container--custom-select2 .select2-results__options.ps .ps__rail-y {
    width: 5px;
    background-color: #E7E7E7;
    opacity: 1; }
    .select2-container--custom-select2 .select2-results__options.ps .ps__rail-y:hover {
      opacity: 1;
      background-color: #E7E7E7; }
  .select2-container--custom-select2 .select2-results__options.ps .ps__rail-y .ps__thumb-y {
    width: 5px;
    background-color: #59324d;
    opacity: 1;
    border-radius: 10px; }

.select2-container--custom-select2 .select2-results > .select2-results__options {
  position: relative;
  max-height: 255px !important;
  overflow-y: auto;
  padding: 11px 0;
  font-size: 14px; }

.select2-container--custom-select2.select2-container--focus .select2-selection--multiple {
  border: none !important;
  border-radius: 3px; }

.select2-container--custom-select2 .select2-search--inline .select2-search__field {
  pointer-events: none; }

.select2:nth-child(2) .select2-selection__placeholder {
  color: #808080; }

.one-click__popup {
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 55px 0 40px;
  background-color: #fff; }
  @media screen and (max-width: 639px) {
    .one-click__popup {
      width: 100%;
      padding: 57px 10px 63px 10px; } }
  .one-click__popup button.mfp-close {
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url(/webpack/33d65a32839b129240cc93d3334aa29d.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0; }
    .one-click__popup button.mfp-close:active {
      top: 25px; }
  .one-click__popup .select2-selection__rendered .select2-selection__placeholder {
    color: #7a7a7a; }

.one-click__popup--orderSuccess {
  padding: 30px 0;
  width: 460px; }

.one-click__popup-title {
  margin: 0 0 35px 0;
  padding-left: 6px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .one-click__popup-title {
      font-size: 30px; } }

.one-click__popup-form {
  width: 400px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .one-click__popup-form {
      width: 100%; } }

.one-click__popup-agree {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 300px;
  margin: 30px 0;
  padding-left: 38px;
  font-size: 14px; }
  .one-click__popup-agree .one-click__popup-check {
    position: absolute;
    display: inline;
    left: 12px;
    top: 12px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.one-click__popup-fakebox {
  cursor: pointer;
  position: absolute;
  left: 1px;
  top: -2px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(34, 34, 34, 0.15);
  border-radius: 3px;
  background-color: #fff; }

.one-click__popup-check:checked + .one-click__popup-fakebox {
  background-image: url(/webpack/checkbox-mark.svg);
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: center; }

.one-click__popup-text {
  line-height: 1.4; }
  .one-click__popup-text a {
    display: block;
    text-decoration: underline; }
    .one-click__popup-text a:hover {
      text-decoration: none; }

.one-click__popup-submit {
  width: 100%; }

.table-size__popup {
  position: relative;
  width: 933px;
  margin: 0 auto;
  padding: 62px 72px 63px 72px;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .table-size__popup {
      width: 100%;
      padding: 52px 10px 53px 10px; } }
  .table-size__popup button.mfp-close {
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url(/webpack/33d65a32839b129240cc93d3334aa29d.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0; }
    .table-size__popup button.mfp-close:active {
      top: 20px; }
  .table-size__popup table {
    border: none;
    border-spacing: 0;
    width: 100% !important; }
    .table-size__popup table tr {
      padding: 15px 0; }
      .table-size__popup table tr:nth-child(odd) {
        background-color: #f9f9f9; }
      .table-size__popup table tr:nth-child(even) {
        background-color: #fff; }
    .table-size__popup table td {
      height: 50px;
      border: none;
      width: 10.8%; }
      .table-size__popup table td p {
        margin: 15.5px 0; }
  .table-size__popup table > tbody > tr td:first-child {
    width: 34% !important;
    padding-left: 20px; }
  .table-size__popup table > tbody > tr table tr td:first-child {
    width: auto;
    padding-left: 0; }

.table-size__popup-title {
  margin: 0 0 38px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center; }

.table-size__popup-subtitle {
  margin: 38px 0 25px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400; }

.table-size__popup-text p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.5; }

.carts__wrapper {
  padding-top: 1px; }
  .carts__wrapper .carts__title {
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 1199px) {
      .carts__wrapper .carts__title {
        font-size: 30px; } }
  .carts__wrapper .main-cart__main-count {
    font-size: 15px;
    text-transform: uppercase;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px; }
  .carts__wrapper .main-cart__list .main-cart-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #dedede; }
    .carts__wrapper .main-cart__list .main-cart-item:last-child {
      border-bottom: none; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__preview {
      height: 90px;
      width: 90px;
      border-radius: 3px;
      border: 1px solid #dedede;
      overflow: hidden; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__description {
      margin-left: 18px;
      width: 280px; }
      @media screen and (max-width: 1199px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__description {
          width: 290px; } }
      @media screen and (max-width: 991px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__description {
          width: calc( 100% - 140px); } }
      @media screen and (max-width: 479px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__description {
          width: calc( 100% - 108px); } }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__name {
      color: #222222;
      display: inline;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 18px; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__name:hover, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__name:focus {
        text-decoration: underline; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__category {
      color: #222222;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400;
      margin-top: 5px; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__select {
      margin-left: 25px;
      width: 268px;
      font-family: "Montserrat", sans-serif; }
      @media screen and (max-width: 1199px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__select {
          width: 170px; } }
      @media screen and (max-width: 991px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__select {
          margin-left: 0;
          margin-top: 15px; } }
      @media screen and (max-width: 639px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__select {
          width: 150px; } }
      @media screen and (max-width: 479px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__select {
          width: 100%; } }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__select .select2-container--custom-select2 {
        margin-bottom: 0; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__calculate-count {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 50px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 991px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__calculate-count {
          margin-top: 15px; } }
      @media screen and (max-width: 639px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__calculate-count {
          margin-left: 20px; } }
      @media screen and (max-width: 479px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__calculate-count {
          margin: 20px 0;
          padding: 0 50px;
          width: 100%; } }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__reduce, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__increase {
      position: relative;
      display: block;
      height: 30px;
      width: 30px;
      border: 1px solid #88919d;
      border-radius: 50%;
      background-color: #88919d;
      opacity: 0.5; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__reduce span, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__increase span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 14px;
        height: 2px;
        background-color: #fff; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__reduce--isActive, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__increase--isActive {
        cursor: pointer;
        opacity: 1; }
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__reduce--isActive span, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__reduce--isActive:after, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__increase--isActive span, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__increase--isActive:after {
          background-color: #fff !important; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__reduce:hover, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__increase:hover {
        opacity: 0.6; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__increase:after {
      height: 14px;
      width: 2px;
      background-color: #fff;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__count {
      opacity: 0.5;
      color: #222222;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 35px;
      min-width: 64px;
      text-align: center; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price {
      position: absolute;
      right: 0;
      text-align: right;
      bottom: 20px; }
      @media screen and (max-width: 991px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price {
          bottom: 30px; } }
      @media screen and (max-width: 479px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price {
          position: relative;
          bottom: auto;
          right: auto;
          text-align: left; } }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price-desc {
      opacity: 0.5;
      color: #222222;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      margin-bottom: 3px; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price-total {
      color: #022222;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-weight: 400; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price-discount {
      color: #022222;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-weight: 400; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price-total--red {
      color: red; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__price-total--through {
      text-decoration: line-through; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__separator {
      display: inline-block;
      position: relative;
      margin: 4px 5px 0 5px;
      width: 10px;
      height: 10px;
      vertical-align: top;
      margin-top: 3px; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__separator:before, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__separator:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        width: 10px;
        height: 1px;
        background-color: #222222; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__separator:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__amount {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 500; }
    .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      right: 0;
      top: 20px;
      width: 30px;
      height: 30px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      border-radius: 50%;
      background-color: #88919d;
      fill: #fff;
      cursor: pointer;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove:hover, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove:focus {
        opacity: 0.6; }
      .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove .text {
        display: none;
        color: #909090;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-decoration: underline; }
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove .text:hover {
          opacity: .75; }
      @media screen and (max-width: 479px) {
        .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove {
          top: auto;
          bottom: 30px;
          background: none;
          width: auto;
          height: auto; }
          .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove:hover, .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove:focus {
            background: none;
            fill: none; }
          .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove svg {
            display: none; }
          .carts__wrapper .main-cart__list .main-cart-item .main-cart-item__remove .text {
            display: block; } }
  .carts__wrapper .main-cart__result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 35px 0 0 0; }
    @media screen and (max-width: 1199px) {
      .carts__wrapper .main-cart__result .discount-form {
        width: 100%; }
        .carts__wrapper .main-cart__result .discount-form .discount-form__field {
          width: calc( 100% - 205px); } }
    @media screen and (max-width: 1199px) and (max-width: 479px) {
      .carts__wrapper .main-cart__result .discount-form .discount-form__field {
        width: 100%; } }
    .carts__wrapper .main-cart__result .issue-block {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .carts__wrapper .main-cart__result .issue-block {
          margin-top: 20px;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; } }
      .carts__wrapper .main-cart__result .issue-block .issue-block__total-price {
        margin-right: 30px;
        min-width: 160px; }
        .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .label {
          font-size: 14px;
          font-weight: 400;
          color: #222222;
          font-family: "Montserrat", sans-serif;
          margin-bottom: 5px; }
        .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .amount {
          color: #212121;
          font-family: "Montserrat", sans-serif;
          font-size: 34px;
          line-height: 34px;
          font-weight: 400; }
          .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .amount--discounted {
            color: red; }
          .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .amount--old {
            color: grey;
            margin-left: 20px;
            font-size: 26px;
            font-weight: 400; }
            @media screen and (max-width: 767px) {
              .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .amount--old {
                font-size: 22px !important; } }
          .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .amount--through {
            text-decoration: line-through; }
          @media screen and (max-width: 479px) {
            .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .amount {
              font-size: 30px;
              line-height: 30px; } }
        @media screen and (max-width: 767px) {
          .carts__wrapper .main-cart__result .issue-block .issue-block__total-price {
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-right: 0;
            width: 100%; }
            .carts__wrapper .main-cart__result .issue-block .issue-block__total-price .label {
              margin: 0; } }
      .carts__wrapper .main-cart__result .issue-block .issue__checkout {
        min-width: 240px;
        background-color: #59324d;
        border-color: #59324d; }
        .carts__wrapper .main-cart__result .issue-block .issue__checkout:hover {
          background-color: #59324d; }
        @media screen and (max-width: 767px) {
          .carts__wrapper .main-cart__result .issue-block .issue__checkout {
            margin-top: 30px;
            width: 100%; } }
  .carts__wrapper .main-cart--empty {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 50px 0 60px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background-color: #ffffff; }
    .carts__wrapper .main-cart--empty .cart__zero {
      margin: 0 auto 15px auto; }
  .carts__wrapper .main-cart__discount-wrap {
    max-width: 475px;
    width: 100%;
    z-index: 10; }

.main-cart__gift-discount {
  margin-top: 30px; }

.cart-preloader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .cart-preloader {
      padding: 20px 0; } }

.carts__offers {
  margin-top: 85px;
  padding-bottom: 125px; }
  @media screen and (max-width: 991px) {
    .carts__offers {
      padding-bottom: 50px; } }

.main-cart__toggler {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .main-cart__toggler {
      margin-bottom: 15px; } }

.main-cart__toggler-input {
  margin-top: 15px; }

.main-cart-item__select .select2-container .select2-selection__rendered {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto; }

.toggler {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  cursor: pointer; }
  .toggler input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0.05;
    overflow: hidden; }

.toggler__check {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer; }
  .toggler__check input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.toggler__checker {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 46px;
  height: 24px;
  background-color: #88919D;
  border-radius: 16px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .toggler__checker:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }

.toggler__check input:checked + .toggler__checker {
  background-color: #59324D; }
  .toggler__check input:checked + .toggler__checker:before {
    -webkit-transform: translateX(22px);
            transform: translateX(22px); }

.toggler__check input:disabled + .toggler__checker {
  opacity: 0.6;
  cursor: default; }

.toggler__label {
  display: block;
  margin-left: 15px; }

.toggler__description {
  display: block;
  font-size: 11px;
  color: #8B8B8B; }

.promocode {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 991px) {
    .promocode {
      width: 100%; } }

.promocode__field {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 3px; }
  .promocode__field input {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #fff;
    padding: 28px 25px 12px 25px; }
    .promocode__field input:focus ~ span,
    .promocode__field input:not(:placeholder-shown) + span {
      top: 13px;
      font-size: 12px;
      opacity: 0.8; }
    @media screen and (max-width: 639px) {
      .promocode__field input {
        padding: 28px 110px 12px 25px; } }
  @media screen and (max-width: 767px) {
    .promocode__field {
      display: block; } }
  .promocode__field span {
    position: absolute;
    top: 21px;
    left: 25px;
    pointer-events: none;
    color: #7a7a7a;
    font-size: 15px;
    -webkit-transition: top 0.4s, font-size 0.4s, opacity 0.4s;
    transition: top 0.4s, font-size 0.4s, opacity 0.4s; }

.promocode__field--error {
  border-color: red; }

.promocode__check-button {
  position: absolute;
  right: 24px;
  top: 50%;
  display: block;
  padding: 10px;
  background-color: transparent;
  font-weight: 600;
  color: #59324D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .promocode__check-button {
      right: 12px;
      padding: 5px; } }

.promocode__check-icon {
  width: 20px;
  height: 20px; }

.promocode__check-button--disabled {
  opacity: 0.4;
  pointer-events: none; }

.promocode__message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-weight: 400;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 3px;
  padding: 10px 22px;
  line-height: 22px;
  text-align: left;
  z-index: 999;
  width: 244px; }
  .promocode__message:after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border: 8.5px solid #fff;
    border-color: transparent transparent #fff #fff; }
  .promocode__message .text {
    width: calc(100% - 30px); }
  .promocode__message .icon {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/webpack/f86f3d6ea0051e7ae5aecdd5188f78bf.png);
    margin-right: 14px; }
  @media screen and (max-width: 991px) {
    .promocode__message {
      padding: 0 15px;
      left: 50%;
      right: auto;
      bottom: -15px;
      top: auto;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%); }
      .promocode__message:after {
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        -webkit-box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, 0.03);
                box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, 0.03); } }
  @media screen and (max-width: 991px) {
    .promocode__message {
      width: 240px;
      padding: 10px 22px; } }
  @media screen and (max-width: 479px) {
    .promocode__message {
      min-width: 100%;
      margin-top: 14px; } }

.promocode__check-button--checked {
  background-color: #f52e50; }

.setorder-page__wrap {
  padding: 50px 0 100px 0;
  -webkit-transform: rotate(0);
          transform: rotate(0); }
  @media screen and (max-width: 1500px) {
    .setorder-page__wrap {
      padding: 50px 0 90px 0; } }
  @media screen and (max-width: 479px) {
    .setorder-page__wrap {
      padding: 15px 0 90px 0; } }

.setorder__title {
  margin: 0 0 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 50px; }
  @media screen and (max-width: 767px) {
    .setorder__title {
      margin-bottom: 20px;
      font-size: 26px;
      line-height: 34px; } }

.setorder-page__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.setorder__wrap {
  display: grid;
  grid-template-columns: 1fr 460px;
  grid-column-gap: 60px; }
  @media screen and (max-width: 991px) {
    .setorder__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media screen and (max-width: 767px) {
  .setorder__forms {
    margin-bottom: 20px;
    padding: 0 20px;
    background-color: #f5f5f5;
    border-radius: 12px;
    overflow: hidden; } }

.setorder__forms-item {
  position: relative;
  margin-bottom: 30px; }
  .setorder__forms-item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .setorder__forms-item {
      margin-bottom: 0; }
      .setorder__forms-item:not(:last-child) {
        border-bottom: 1px dashed #DBDBDB; } }

.setorder__sidebar {
  position: relative; }

.setorder__tooltip {
  top: -10px;
  left: 50%;
  right: 0;
  width: 330px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

.setorder__notification {
  z-index: 100000000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.setorder__notification-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 20px;
  width: 100%;
  background-color: #ffffff; }

.setorder__notification-text {
  max-width: 300px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px; }

.setorder__notification-close {
  position: absolute;
  right: 20px;
  top: 25px;
  display: block;
  width: 15px;
  height: 15px; }

.setorder-form {
  padding: 30px 40px;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 12px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .setorder-form {
      padding: 20px 0;
      border-radius: 0; } }

.setorder-form__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .setorder-form__header:after {
    content: url(/webpack/shevron.svg);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in; }

.setorder-form__header--open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in; }

.setorder-form__header--disabled:after {
  content: url(/webpack/shevron-disabled.svg); }

.setorder-form__cta {
  font-size: 11px;
  color: #8B8B8B; }

.setorder-form__step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  background: #59324D;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .setorder-form__step-number {
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 20px; } }

.setorder-form__step-number--disabled {
  background: #88919D; }

.setorder-form__title-wrap {
  margin-left: 15px; }

.setorder-form__title {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  color: #444444; }
  @media screen and (max-width: 767px) {
    .setorder-form__title {
      font-size: 18px;
      line-height: 26px; } }

.setorder-form__title--disabled {
  color: #88919D; }

.setorder-form__body {
  margin-top: 30px; }

.setorder-form--error {
  color: #D73838; }

.setorder-form--success {
  color: #00bd39; }

.setorder-modal {
  z-index: 1000;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff; }

.setorder-modal__close {
  position: absolute;
  background-color: transparent;
  right: 25px;
  top: 20px; }

.setorder-modal__close-icon {
  display: block;
  width: 20px;
  height: 20px; }

.setorder-modal__content {
  padding: 20px 20px 110px;
  max-height: 100%;
  overflow-y: auto; }

.setorder-modal__title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 24px;
  color: #444444; }

.setorder-modal__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  padding: 10px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.08); }

.setorder-modal__button {
  padding: 18px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px; }

.setorder-modal__button--clear {
  color: #222222; }

.setorder-modal__button--save {
  background: #59324D;
  color: #FFFFFF; }

.setorder-modal__button--disabled {
  opacity: 0.4; }

.additional-info__table-link {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #59324D; }

.delivery-info__delivery {
  padding-bottom: 10px; }

#deliveryMethodId {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px; }

#paymentMethodId {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px; }

.delivery-payment-method-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 15px;
  background: #fff;
  border: 1px solid #DEDEDE;
  color: #444444;
  font-weight: 600; }
  .delivery-payment-method-item--selected {
    border-color: #88919D; }
    .delivery-payment-method-item--selected::before {
      background-color: #59324D; }
  .delivery-payment-method-item:hover {
    cursor: pointer;
    border-color: #88919D; }
  .delivery-payment-method-item::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid white;
    outline: 1px solid #88919D; }

.delivery-method-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 150px;
  width: 193px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  color: #444444;
  font-weight: 600; }
  @media screen and (max-width: 479px) {
    .delivery-method-item {
      width: 100%; } }
  .delivery-method-item__footer span {
    display: block;
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 6px; }
  .delivery-method-item--selected {
    border-color: #88919D; }
    .delivery-method-item--selected::after {
      background-color: #59324D; }
  .delivery-method-item:hover {
    cursor: pointer;
    border-color: #88919D; }
  .delivery-method-item::after {
    content: '';
    position: absolute;
    bottom: 14px;
    right: 19px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid white;
    outline: 1px solid #88919D; }
  .delivery-method-item-price {
    color: #808080; }

.delivery-info__payment {
  padding-top: 20px;
  border-top: 1px dashed #DBDBDB; }
  .delivery-info__payment-title {
    font-size: 15px;
    color: #8B8B8B;
    margin-bottom: 6px; }

.delivery-info__address-additional {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px; }
  @media screen and (max-width: 767px) {
    .delivery-info__address-additional {
      display: block; } }

.delivery-info__warning {
  position: relative;
  line-height: 1.5;
  background-color: #FFF3E0;
  padding: 1rem;
  border-radius: 0.5rem;
  border-left: 55px solid #607d8b;
  border-color: #FFB74D;
  color: #B33F00; }
  .delivery-info__warning::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -38px;
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.7);
    background-color: currentColor;
    margin-top: -12px;
    -webkit-mask-image: url(/webpack/warning.svg);
            mask-image: url(/webpack/warning.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain; }

.form-fields__title {
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    .form-fields__title {
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 20px; } }

.form-fields__select {
  position: relative;
  margin: 0 0 12px 0;
  width: 100%;
  border: 1px solid #dedede; }
  @media screen and (max-width: 767px) {
    .form-fields__select {
      padding-bottom: 2px; } }
  .form-fields__select .select2-container {
    width: 100% !important;
    margin-bottom: 0;
    background-color: #ffffff; }
    .form-fields__select .select2-container .select2-selection__rendered {
      padding-top: 17px;
      padding-bottom: 17px;
      height: auto; }
      @media screen and (max-width: 479px) {
        .form-fields__select .select2-container .select2-selection__rendered {
          max-width: 300px; } }
      @media screen and (max-width: 360px) {
        .form-fields__select .select2-container .select2-selection__rendered {
          max-width: 250px; } }

.form-fields__select--fetching:before {
  z-index: 1000;
  content: "";
  position: absolute;
  top: 20px;
  right: 54px;
  width: 20px;
  height: 20px;
  border: 3px solid #59324D;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite; }
  @media screen and (max-width: 767px) {
    .form-fields__select--fetching:before {
      right: 44px; } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.form-fields__note {
  margin-bottom: 15px;
  padding: 16px 15px 14px 62px;
  background-color: #f5f5f5;
  border-radius: 3px; }
  @media screen and (max-width: 360px) {
    .form-fields__note {
      padding: 16px 14px 14px 50px; } }
  .form-fields__note span {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.6; }
    .form-fields__note span:before {
      content: '';
      position: absolute;
      left: -35px;
      top: 50%;
      -webkit-transform: translateY(-55%);
              transform: translateY(-55%);
      width: 16px;
      height: 16px;
      background-image: url(/webpack/f86f3d6ea0051e7ae5aecdd5188f78bf.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 360px) {
        .form-fields__note span:before {
          left: -32px; } }

.form-fields__comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 138px;
  margin-bottom: 35px;
  padding: 20px 25px;
  border: 1px solid #dedede;
  border-radius: 3px;
  resize: none; }

.form-fields__popup-link {
  margin-bottom: 44px;
  display: block;
  color: #f52e50;
  font-size: 14px; }
  .form-fields__popup-link:hover {
    opacity: .8; }
  @media screen and (max-width: 360px) {
    .form-fields__popup-link {
      margin-bottom: 34px; } }

.form-fields__checks {
  margin-bottom: 30px;
  padding-top: 16px; }

.form-fields__check {
  position: relative;
  display: block;
  padding-left: 66px;
  font-size: 14px;
  cursor: pointer; }
  .form-fields__check:first-child {
    margin-bottom: 24px; }
  .form-fields__check input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.form-fields__checker {
  position: absolute;
  left: 0;
  top: -3px;
  width: 46px;
  height: 24px;
  background-color: #ebebeb;
  border-radius: 16px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .form-fields__checker:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }

.form-fields__check input:checked + .form-fields__checker {
  background-color: #f52e50; }
  .form-fields__check input:checked + .form-fields__checker:before {
    -webkit-transform: translateX(22px);
            transform: translateX(22px); }

.form-fields__agree {
  position: relative;
  display: none;
  padding: 20px 0 0 35px;
  border-top: 1px solid #dedede; }
  @media screen and (max-width: 1199px) {
    .form-fields__agree {
      display: block; } }

.form-fields__agree-check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.form-fields__agree-fakebox {
  position: absolute;
  left: 0;
  top: 19px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(34, 34, 34, 0.15);
  border-radius: 3px; }

.form-fields__agree-check:checked + .form-fields__agree-fakebox {
  background-image: url(/webpack/f61d3c98a7c97db0c88526a6319e729d.png);
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: center; }

.form-fields__agree-text {
  font-size: 14px;
  display: inline; }
  .form-fields__agree-text a {
    display: inline;
    margin-left: 4px;
    text-decoration: underline; }
    @media screen and (max-width: 360px) {
      .form-fields__agree-text a {
        display: inline; } }
    .form-fields__agree-text a:hover {
      text-decoration: none; }

.form-fields__toggler {
  margin-bottom: 20px; }

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px; }
  .autocomplete-suggestions::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 4px; }
  .autocomplete-suggestions::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0); }
  .autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #59324D;
    cursor: pointer; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; }
    .autocomplete-suggestions .autocomplete-suggestion strong {
      color: #59324D; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background: #f5f5f5; }

.error {
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: -15px;
  top: 50%;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: 400;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  padding: 15px 22px;
  text-align: left;
  z-index: 2;
  min-width: 200px; }
  .error:after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    border: 8.5px solid #fff;
    border-color: transparent transparent #fff #fff;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
    z-index: -1; }
  @media screen and (max-width: 1199px) {
    .error {
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
      .error:after {
        left: 50%;
        bottom: 0;
        top: auto;
        -webkit-transform: translate(-50%, 50%) rotate(45deg);
                transform: translate(-50%, 50%) rotate(45deg); } }
  @media screen and (max-width: 991px) {
    .error {
      min-width: calc(100% - 20px); } }
  @media screen and (max-width: 639px) {
    .error {
      padding: 10px 15px; } }
  .error .text {
    width: calc(100% - 30px); }
  .error .icon {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/webpack/f86f3d6ea0051e7ae5aecdd5188f78bf.png);
    margin-right: 14px; }
    @media screen and (max-width: 639px) {
      .error .icon {
        display: none; } }

.form-fields__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0; }

.form-fields__btn {
  width: 48%; }

.form-fields--auth {
  max-width: 600px;
  padding: 80px 0;
  margin: 0 auto; }

.form-fields__input--error {
  border: 1px solid #f52e50 !important;
  position: relative; }
  .form-fields__input--error .error {
    visibility: visible;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 1; }
    @media screen and (max-width: 1199px) {
      .form-fields__input--error .error {
        -webkit-transform: translate(-50%, -70%);
                transform: translate(-50%, -70%); } }

.js-open-boxerbox-map {
  display: none;
  margin-bottom: 15px; }
  .js-open-boxerbox-map a {
    margin-bottom: 15px; }
  .js-open-boxerbox-map .js-open-boxerbox-address {
    display: none; }

.form-fields__input .suggestions-promo {
  display: none !important; }

.form-fields__input .suggestions-suggestions {
  border: 1px solid #dedede; }
  .form-fields__input .suggestions-suggestions strong {
    color: #f52e50;
    font-weight: bold; }

.form-fields__input .suggestions-suggestion {
  font-size: 15px;
  color: #222;
  padding: 10px 25px;
  border: none;
  outline: none; }

.boxberry__button {
  display: block;
  padding: 21px;
  width: 100%;
  background-color: #59324D;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .boxberry__button {
      padding: 20px; } }

.boxberry__button--error {
  border-color: red; }

.boxberry__button-headline {
  width: 100%; }

.boxberry__button--address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E9EAEC;
  font-weight: 400;
  color: #444444; }
  @media screen and (max-width: 767px) {
    .boxberry__button--address {
      display: block;
      text-align: left; } }

.boxberry__button-icon {
  margin-right: 15px; }

.boxberry__button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.boxberry__button-headline {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
  color: #59324D; }

.user-info__additional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px; }
  @media screen and (max-width: 767px) {
    .user-info__additional {
      display: block; } }

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 30px 40px 20px;
  border-radius: 12px;
  background-color: #F5F5F5; }
  @media screen and (max-width: 767px) {
    .sidebar {
      position: relative;
      top: 0;
      padding: 25px 20px; } }

.sidebar__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .sidebar__header {
      margin-bottom: 15px; } }

.sidebar__incart {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #444444; }
  @media screen and (max-width: 767px) {
    .sidebar__incart {
      font-size: 18px;
      line-height: 26px; } }

.sidebar__incart-count {
  font-size: 18px;
  line-height: 20px;
  color: #88919D; }
  @media screen and (max-width: 767px) {
    .sidebar__incart-count {
      font-size: 16px; } }

.sidebar__backtocart {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #59324D; }

.sidebar__promocodes {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .sidebar__promocodes {
      margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .sidebar__price {
    padding-top: 10px; } }

.sidebar__order {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px; }

.sidebar__accept {
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .sidebar__accept {
      font-size: 14px; } }
  .sidebar__accept--error .checkbox__fakebox {
    border-color: #f52e50; }

.sidebar__accept-link {
  text-decoration: underline;
  color: #59324D; }

.sidebar__footer {
  padding-top: 25px;
  border-top: 1px dashed #DBDBDB; }

.sidebar__toggler {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .sidebar__toggler {
      margin-bottom: 15px; } }

.sidebar__toggler-input {
  margin-top: 15px; }

.sidebar__submit {
  padding: 23px 0;
  width: 100%;
  background-color: #59324D;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .sidebar__submit {
      padding: 18px 0; } }

.sidebar__submit--disabled {
  opacity: 0.4; }

.sidebar__submit--loading {
  pointer-events: none; }
  .sidebar__submit--loading:before {
    z-index: 1000;
    content: "";
    position: absolute;
    top: 22px;
    left: 100px;
    width: 20px;
    height: 20px;
    border: 3px solid white;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
            animation: rotation 1s linear infinite; }
    @media screen and (max-width: 767px) {
      .sidebar__submit--loading:before {
        top: 18px;
        left: 60px; } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.sidebar__steps-tooltip {
  top: -10px;
  left: 50%;
  right: 0;
  width: 330px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

.sidebar__promocodes-tooltip {
  bottom: -10px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .sidebar__promocodes-tooltip {
      bottom: -30px;
      width: 300px; } }
  .sidebar__promocodes-tooltip .tooltip__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .sidebar__promocodes-tooltip .tooltip__content img {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px; }

.sidebar__cart-popup .popup {
  padding: 40px 0;
  max-width: 650px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .sidebar__cart-popup .popup {
      padding: 0;
      height: 100vh;
      border-radius: 0; } }
  .sidebar__cart-popup .popup .mfp-close {
    position: absolute;
    top: 0;
    right: -15px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    background-image: url(/webpack/close-popup.svg);
    background-size: auto;
    background-position: center center;
    border-radius: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1; }
    @media screen and (max-width: 767px) {
      .sidebar__cart-popup .popup .mfp-close {
        top: 10px;
        right: 15px;
        -webkit-transform: translateX(0%);
                transform: translateX(0%); } }
    .sidebar__cart-popup .popup .mfp-close:active {
      top: 0; }

.price__tooltip {
  top: -10px;
  left: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }
  @media screen and (max-width: 767px) {
    .price__tooltip {
      left: -46px;
      width: 335px; } }

.price__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
  line-height: 18px; }
  .price__item:not(:last-child) {
    margin-bottom: 15px; }

.price__item-value {
  position: relative; }

.price__item-value--boxberry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.price__item-icon {
  margin-left: 5px; }

.price__item-value--final {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: #59324D; }
  @media screen and (max-width: 767px) {
    .price__item-value--final {
      font-size: 26px; } }

.tooltip {
  z-index: 1000;
  position: absolute; }

.tooltip__content {
  padding: 15px 20px;
  background: #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  text-align: center; }

.preview__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }
  @media screen and (max-width: 991px) {
    .preview__list {
      grid-template-columns: repeat(auto-fill, 120px); } }
  @media screen and (max-width: 767px) {
    .preview__list {
      grid-template-columns: repeat(auto-fill, 70px);
      grid-gap: 5px; } }

.preview__item {
  position: relative;
  height: 120px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .preview__item {
      height: auto; } }
  @media screen and (max-width: 767px) {
    .preview__item {
      height: 70px; } }

.preview__image {
  display: block;
  width: 100%;
  height: 100%; }

.preview__count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 2px 8px;
  background-color: #88919D;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .preview__count {
      right: 5px;
      bottom: 5px; } }

.preview__rest-count {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #59324D;
  cursor: pointer;
  opacity: 0.75; }
  @media screen and (max-width: 767px) {
    .preview__rest-count {
      font-size: 15px;
      line-height: 18px; } }
  .preview__rest-count:hover {
    background-color: #E9EAEC;
    opacity: 0.85; }

.checkbox {
  margin: 8px 0 0 0; }

.checkbox__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.checkbox__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.checkbox__fakebox {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.15);
  border-radius: 3px;
  cursor: pointer; }

.checkbox__check:checked + .checkbox__fakebox {
  background-image: url(/webpack/checkbox-mark.svg);
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: center; }

.checkbox__content {
  margin-left: 15px; }
  @media screen and (max-width: 767px) {
    .checkbox__content {
      margin-left: 10px; } }

.setorder-cart {
  max-width: 650px; }

@media screen and (max-width: 767px) {
  .setorder-cart__header {
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 20px 0;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #444444; } }

.setorder-cart__cost {
  color: #f52e50; }

.setorder-cart__sum {
  margin-right: 5px; }
  .setorder-cart__sum--sale {
    margin-right: 10px;
    font-weight: 500;
    color: #f52e50; }
  .setorder-cart__sum--discount {
    text-decoration: line-through; }

.setorder-cart__scroll-box {
  position: relative;
  padding: 0 50px;
  max-height: 650px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .setorder-cart__scroll-box {
      padding: 0 20px 20px;
      max-height: 100vh; } }

.setorder-cart__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7; }
  .setorder-cart__item:first-child {
    padding-top: 0; }
  .setorder-cart__item:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.setorder-cart__holder {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  height: 90px;
  width: 90px;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .setorder-cart__holder {
      width: 70px;
      height: 70px; } }

.setorder-cart__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.setorder-cart__item-info {
  margin: 0 10px 0 15px;
  -webkit-flex-basis: 220px;
      -ms-flex-preferred-size: 220px;
          flex-basis: 220px;
  width: 220px; }
  @media screen and (max-width: 767px) {
    .setorder-cart__item-info {
      width: 190px;
      font-size: 15px; } }

.setorder-cart__name {
  display: block;
  margin-bottom: 7px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }
  .setorder-cart__name:hover, .setorder-cart__name:focus {
    color: #59324D; }

.setorder-cart__category {
  margin-bottom: 8px;
  color: #909090;
  font-size: 14px;
  font-weight: 400; }

.setorder-cart__cost--item {
  color: #022222; }

.setorder-cart__sum--item {
  margin-right: 8px;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    .setorder-cart__sum--item {
      font-size: 16px; } }

.setorder-cart__icon--item {
  font-size: 16px; }

.setorder-cart__sum--show {
  display: none; }

.setorder-cart__counter {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #909090; }

.setorder-cart__delete {
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: auto;
  fill: #a6a6a6; }
  .setorder-cart__delete:hover, .setorder-cart__delete:focus {
    background-color: #fcc9d2;
    fill: #000; }

@media screen and (max-width: 767px) {
  .setorder-cart__remove {
    position: absolute;
    right: 0;
    bottom: 25px;
    padding: 2px;
    border-bottom: 1px solid #88919D;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #88919D; } }

.enough-products__popup {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 479px) {
    .enough-products__popup {
      width: calc(100% - 30px); } }

.enough-products__title {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin: 15px 0;
  font-weight: 400;
  text-align: center;
  line-height: 35px; }

.enough-products__description {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  max-width: 400px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 22px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.enough-products__icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: rgba(245, 46, 80, 0.25);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .enough-products__icon:after {
    background: url(/webpack/close.svg) center center no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px; }

.enough-products__link {
  color: #f52e50; }

.enough-products__popup-wrapper {
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background: #fff;
  text-align: center;
  max-width: 540px;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  margin: 0 auto;
  top: 200px; }

.enough-products__notification-close {
  position: absolute;
  right: 20px;
  top: 25px;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer; }

@media screen and (max-width: 320px) {
  .contacts {
    padding: 15px 20px 0px 15px; } }

.contacts__wrapper {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 320px) {
    .contacts__wrapper {
      max-width: 320px; } }
  .contacts__wrapper .breadcrumbs {
    left: 0px;
    top: -41px; }
    .contacts__wrapper .breadcrumbs ul .active a {
      cursor: unset; }

.contacts__respected {
  margin-top: 44px; }

.contacts__header {
  margin-top: 55px;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .contacts__header {
      margin-top: 0px;
      font-size: 30px; } }

.contacts__text {
  margin-top: 32px;
  font-size: 15px;
  margin-bottom: 30px; }
  @media screen and (max-width: 320px) {
    .contacts__text {
      margin-top: 20px;
      margin-bottom: 33px; } }

.contacts__link {
  margin-left: 7px;
  color: #222;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration .3s;
  transition: -webkit-text-decoration .3s;
  transition: text-decoration .3s;
  transition: text-decoration .3s, -webkit-text-decoration .3s; }
  .contacts__link:hover {
    text-decoration: none; }
  @media screen and (max-width: 320px) {
    .contacts__link {
      display: block;
      margin-left: 0;
      margin-top: 7px; } }

.contacts__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px; }

.contacts__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( 50% - 10px);
  padding: 25px 15px 25px 25px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #fff; }
  @media screen and (max-width: 991px) {
    .contacts__info-block {
      width: 100%; } }
  @media screen and (max-width: 639px) {
    .contacts__info-block {
      padding: 25px; } }
  @media screen and (max-width: 639px) {
    .contacts__info-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.contacts__info-block-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F9EDF5; }
  @media screen and (max-width: 320px) {
    .contacts__info-block-circle {
      width: 80px;
      height: 80px; } }

.contacts__info-block-text {
  line-height: 26px;
  padding-left: 20px; }
  @media screen and (max-width: 639px) {
    .contacts__info-block-text {
      padding-left: 0;
      text-align: center; } }

.contacts__info-block-text span a {
  padding-bottom: 4px;
  display: inline-block; }

.contacts__info-block-text span {
  display: block; }
  @media screen and (max-width: 320px) {
    .contacts__info-block-text span {
      max-width: 244px; } }

.contacts__info-block-text h1 {
  font-size: 18px; }
  @media screen and (max-width: 320px) {
    .contacts__info-block-text h1 {
      margin-bottom: 6px; } }

.contacts__info-block-circle-inner {
  font-size: 30px;
  color: #59324d; }
  @media screen and (max-width: 320px) {
    .contacts__info-block-circle-inner {
      font-size: 27px; } }

@media screen and (max-width: 320px) {
  .contacts__info-second {
    padding-top: 4px;
    margin-left: 0; } }

.rotate {
  -webkit-transform: rotate(-273deg);
          transform: rotate(-273deg);
  top: 34px;
  left: 39px; }
  @media screen and (max-width: 320px) {
    .rotate {
      top: 27px;
      left: 27px;
      font-size: 27px; } }

.contacts__info-block-link {
  color: #222;
  text-decoration: underline; }
  @media screen and (max-width: 320px) {
    .contacts__info-block-link {
      margin-left: 4px; } }
  .contacts__info-block-link:hover {
    text-decoration: none; }

.contacts__questions {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px;
  margin-top: 37px;
  margin-bottom: 38px;
  word-break: break-word; }
  @media screen and (max-width: 767px) {
    .contacts__questions {
      padding-bottom: 30px;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 320px) {
    .contacts__questions {
      margin-top: 26px;
      font-size: 16px;
      line-height: 24px; } }

@media screen and (max-width: 320px) {
  .contacts__link-mob {
    margin-top: 0px; } }

.contacts__iframe {
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: 480px; }
  @media screen and (max-width: 1300px) {
    .contacts__iframe {
      width: 100%; } }
  @media screen and (max-width: 320px) {
    .contacts__iframe {
      height: 300px;
      width: 320px;
      margin-left: -15px; } }

.contacts__about-shop {
  width: 1200px;
  margin: 30px auto 0; }
  @media screen and (max-width: 1300px) {
    .contacts__about-shop {
      width: 100%; } }
  .contacts__about-shop img {
    width: 100%; }

@media screen and (max-width: 639px) {
  .contacts__info-block-img {
    margin-bottom: 15px; } }

.delivery__head {
  padding-top: 80px;
  color: #222222;
  font-family: "RobotoSlab";
  font-size: 50px;
  font-weight: 700;
  line-height: 32px; }
  @media screen and (max-width: 639px) {
    .delivery__head {
      font-size: 30px;
      padding-top: 0px; } }

.delivery__respected {
  margin-top: 44px; }

.respected {
  padding: 35px;
  color: #222222;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 3px;
  background-color: #f5f5f5; }
  @media screen and (max-width: 767px) {
    .respected {
      margin: 0 -20px;
      padding: 15px; } }

.respected__title span {
  font-family: "Montserrat";
  font-weight: 700; }

.respected__list ol {
  padding-left: 25px;
  margin: 14px 0 0; }
  .respected__list ol li {
    margin-top: 5px; }
    .respected__list ol li:last-child {
      margin-top: 12px; }

.respected__list--dot ul {
  margin: 14px 0; }
  .respected__list--dot ul li {
    margin-top: 5px; }
    .respected__list--dot ul li span {
      display: inline-block;
      width: 6px;
      height: 6px;
      padding: 3px;
      background: red;
      margin-bottom: 2px;
      margin-right: 10px;
      border-radius: 50px; }
      @media screen and (max-width: 767px) {
        .respected__list--dot ul li span {
          margin-bottom: 2px; } }

.respected__title--margin {
  margin-bottom: 14px; }

.delivery__text {
  margin-top: 25px;
  color: #222222;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px; }
  .delivery__text a {
    color: #f52e50;
    text-decoration: underline; }

.delivery__title_head {
  margin-top: 60px;
  color: #222222;
  font-family: "RobotoSlab";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px; }
  @media screen and (max-width: 767px) {
    .delivery__title_head {
      margin-top: 21px; } }
  @media screen and (max-width: 639px) {
    .delivery__title_head {
      font-size: 22px; } }

.payment__eat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .payment__eat {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 23px; } }

.eat {
  color: #222222;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  padding: 25px 0px 25px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  background-color: #ffffff; }
  .eat span {
    background-image: url(/webpack/f61d3c98a7c97db0c88526a6319e729d.png);
    height: 12px;
    width: 14px;
    margin-right: 5px;
    margin-top: 7px; }
  .eat--l {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .eat--m {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; }
  .eat:last-child {
    border-right: 1px solid #dedede; }
  @media screen and (max-width: 1300px) {
    .eat {
      padding: 25px 0px 25px 15px; } }
  @media screen and (max-width: 1199px) {
    .eat {
      font-size: 14px;
      padding: 25px 0px 25px 10px; } }
  @media screen and (max-width: 991px) {
    .eat {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      height: 130px;
      padding: 25px 0px 25px 25px;
      font-size: 15px;
      border-right: 1px solid #dedede;
      border-top: 1px solid #dedede;
      border-bottom: none;
      border-left: none; }
      .eat:first-child {
        border-left: 1px solid #dedede; }
      .eat:nth-child(3) {
        border-left: 1px solid #dedede;
        border-bottom: 1px solid #dedede; }
      .eat:last-child {
        border-bottom: 1px solid #dedede; } }
  @media screen and (max-width: 639px) {
    .eat {
      padding: 25px 0px 25px 15px;
      height: auto;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      border-left: 1px solid #dedede;
      border-right: 1px solid #dedede;
      border-top: 1px solid #dedede;
      border-bottom: none; }
      .eat:last-child {
        border-bottom: 1px solid #dedede;
        border-top: none; } }

.delivery__deliverys {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .deliverys {
    margin-top: 15px; } }

.deliverys__list {
  margin-top: 15px; }
  .deliverys__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .deliverys__list li p {
      margin-top: 15px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .deliverys__list li p {
          margin-top: 18px; } }
    .deliverys__list li span {
      width: 6px;
      height: 6px;
      padding: 3px;
      background: red;
      margin-top: 25px;
      margin-right: 10px;
      border-radius: 50px; }
      @media screen and (max-width: 767px) {
        .deliverys__list li span {
          margin-top: 29px; } }
    @media screen and (max-width: 767px) {
      .deliverys__list li {
        margin-top: 7px; } }

.deliverys__cont p {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px; }

.deliverys__cont a {
  color: #f52e50;
  text-decoration: underline; }

.deliverys__descr .descr {
  margin-top: 15px; }

.map__head {
  margin-top: 60px;
  color: #222222;
  font-family: "RobotoSlab";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; }
  @media screen and (max-width: 639px) {
    .map__head {
      font-size: 18px; } }

.map__text {
  margin-top: 20px;
  color: #222222;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px; }
  @media screen and (max-width: 767px) {
    .map__text {
      margin-top: 30px; } }

.map__cont {
  padding-top: 35px; }
  .map__cont iframe {
    height: 480px;
    width: 100%; }
    @media screen and (max-width: 639px) {
      .map__cont iframe {
        height: 320px; } }
  @media screen and (max-width: 767px) {
    .map__cont {
      margin-top: 25px; } }
  @media screen and (max-width: 320px) {
    .map__cont {
      padding-bottom: 0; } }
  @media screen and (max-width: 320px) {
    .map__cont .contacts__iframe {
      margin-left: -20px; } }

.breadcrumb li.active span {
  color: #868d90; }

.news__wrap {
  position: relative;
  padding-top: 70px;
  padding-bottom: 225px; }

.news-item {
  max-width: 382px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background-color: #f5f5f5;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  break-inside: avoid; }
  .news-item a {
    max-width: 380px;
    width: 100%;
    max-height: 594px; }
    .news-item a img {
      min-height: 380px;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;'; }

.news-item__title {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400; }

.news-item__descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  color: #676565;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400; }

.news__preloader {
  position: absolute;
  bottom: -110px;
  right: 50%;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 5px solid #f52e50;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-animation: rotatePreload 1s infinite linear;
          animation: rotatePreload 1s infinite linear; }
  .news__preloader:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #ffffff; }

@-webkit-keyframes rotatePreload {
  0% {
    -webkit-transform: translateX(50%) rotate(0);
            transform: translateX(50%) rotate(0); }
  100% {
    -webkit-transform: translateX(50%) rotate(360deg);
            transform: translateX(50%) rotate(360deg); } }

@keyframes rotatePreload {
  0% {
    -webkit-transform: translateX(50%) rotate(0);
            transform: translateX(50%) rotate(0); }
  100% {
    -webkit-transform: translateX(50%) rotate(360deg);
            transform: translateX(50%) rotate(360deg); } }

@media screen and (max-width: 1300px) {
  .news-item {
    max-width: 30%; } }

@media screen and (max-width: 991px) {
  .news__wrap {
    padding: 15px 0 135px 0; }
  .news__preloader {
    bottom: -75px; }
  .news-item {
    max-width: 46%; } }

@media screen and (max-width: 767px) {
  .news-item {
    margin: 0 auto 15px auto; }
    .news-item a {
      max-width: 100%; }
  .news-item__descr {
    padding: 15px 20px;
    line-height: 20px; }
  .news-item .title {
    font-size: 18px; }
  .news-item {
    max-width: 100%; }
    .news-item img {
      max-height: 450px; } }

.news-article__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 170px;
  padding-bottom: 55px; }

.news-article__sidebar {
  max-width: 380px;
  width: 100%;
  max-height: 594px;
  padding-top: 12px;
  margin-left: 50px; }
  .news-article__sidebar img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
    font-family: 'object-fit: contain; object-position: top;'; }

.news-article__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 770px;
  width: 100%; }
  .news-article__content h2 {
    margin: 0 0 15px 0;
    color: #222222;
    font-family: "RobotoSlab";
    font-size: 24px;
    line-height: 32px; }
  .news-article__content p {
    margin: 0 0 20px 0;
    color: #707070;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 22px; }
  .news-article__content ul {
    padding-left: 22px;
    margin: 0;
    list-style: none; }
    .news-article__content ul li {
      position: relative;
      margin-bottom: 10px;
      color: #707070;
      font-family: "Montserrat";
      font-size: 14px;
      line-height: 22px; }
      .news-article__content ul li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: -22px;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #f52e50; }
  .news-article__content ol {
    padding-left: 22px;
    margin: 0 0 20px 0;
    list-style: none;
    counter-reset: item; }
    .news-article__content ol li {
      position: relative;
      margin-bottom: 10px;
      color: #707070;
      font-family: "Montserrat";
      font-size: 14px;
      line-height: 22px; }
      .news-article__content ol li:before {
        position: absolute;
        left: -22px;
        content: counter(item) ". ";
        counter-increment: item;
        color: #59324D;
        font-weight: 600; }

.news-article__title {
  margin: 0 0 15px 0;
  color: #222222;
  font-family: "RobotoSlab";
  font-size: 42px;
  font-weight: 700;
  line-height: 52px; }

.news-article__share {
  display: block;
  width: 138px;
  height: 38px;
  padding: 11px 15px;
  border-radius: 3px;
  margin-bottom: 34px;
  background: #f3f3f3 url(/webpack/share-alt.svg) 15px center no-repeat;
  background-size: 13px 15px;
  color: #222222;
  font-family: "Montserrat";
  font-size: 14px;
  text-align: right;
  -webkit-box-shadow: 0 0 0 inset;
          box-shadow: 0 0 0 inset;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
  .news-article__share:hover {
    -webkit-box-shadow: 0 0 7px inset;
            box-shadow: 0 0 7px inset;
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }

.news-article {
  padding-bottom: 1px; }
  .news-article .news-item {
    margin-bottom: 0; }
  .news-article table {
    width: 770px;
    border-collapse: collapse;
    color: #707070;
    font-size: 14px;
    line-height: 22px; }
    .news-article table:after {
      content: none;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 100%;
      width: 50px;
      background-image: linear-gradient(89deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
    .news-article table th, .news-article table td {
      padding: 20px;
      border: 1px solid #dedede;
      text-align: center;
      font-family: "Montserrat"; }
    .news-article table th {
      font-weight: 700; }
    .news-article table tr td:nth-child(1) {
      width: 168px; }
    .news-article table tr td:nth-child(2) {
      width: 172px; }
    .news-article table tr td:nth-child(3) {
      width: 130px; }
    .news-article table tr td:nth-child(4) {
      width: 180px; }
    .news-article table tr td:nth-child(5) {
      width: 112px; }
    .news-article table tbody tr:first-child td {
      vertical-align: top; }
  .news-article .product-info__shares {
    height: 38px;
    margin-bottom: 36px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }
    .news-article .product-info__shares ul li:before {
      content: none; }
  .news-article .product-info__shares--open {
    height: 60px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.news-article__read {
  margin-bottom: 100px; }

.news-article__read-title {
  color: #222222;
  font-family: "RobotoSlab";
  font-size: 30px;
  line-height: 52px; }

.news-article__read-wrap {
  -webkit-column-count: 3;
          column-count: 3; }

.news-article__read-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.news-article__read-link {
  display: block;
  height: 52px;
  padding: 12px 50px;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  background-color: #F9EDF5;
  color: #59324D;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s; }
  .news-article__read-link:hover {
    opacity: 1;
    color: #f5f5f5;
    background-color: #59324d; }

.news-article__read-link--mobile {
  display: none; }

.news-article__img--mobile {
  display: none;
  max-height: 500px;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  font-family: 'object-fit: contain; object-position: left;'; }

.news-article__table {
  position: relative; }

.news-article__table-inner {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .news-article__table-inner::-webkit-scrollbar {
    width: 0;
    height: 0; }

@media screen and (max-width: 1300px) {
  .news-article .news-item {
    max-width: 380px; } }

@media screen and (max-width: 1199px) {
  .news-article__sidebar {
    display: none; }
  .news-article__img--mobile {
    display: block; } }

@media screen and (max-width: 991px) {
  .news-article .news-item {
    margin-bottom: 30px; }
  .news-article table:after {
    content: ''; }
  .news-article table th, .news-article table td {
    padding: 14px; }
  .news-article__read {
    margin-bottom: 55px; }
  .news-article__read-wrap {
    -webkit-column-count: 2;
            column-count: 2; }
  .news-article__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px; } }

@media screen and (max-width: 767px) {
  .news-article .news-item {
    max-width: 100%;
    margin-bottom: 15px; }
  .news-article__content h2 {
    font-size: 18px;
    line-height: 26px; }
  .news-article__wrap {
    padding-bottom: 10px; }
  .news-article__read {
    padding-bottom: 60px;
    margin-bottom: 0; }
  .news-article__read-title {
    font-size: 22px; }
  .news-article__title {
    font-size: 24px;
    line-height: 32px; }
  .news-article__read-wrap {
    -webkit-column-count: 1;
            column-count: 1; }
  .news-article__read-title {
    line-height: 22px; }
  .news-article__read-top {
    margin-bottom: 15px; }
  .news-article__read-link {
    display: none; }
  .news-article__read-link--mobile {
    display: block;
    width: 100%;
    margin-top: 5px; } }

.users-sidebar {
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .users-sidebar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .users-sidebar--hidden {
        display: none; } }

.users-sidebar__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  background: #fff;
  font-weight: bold;
  font-size: 18px; }

.users-sidebar__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.users-sidebar__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 26px;
  background-color: #F3F3F3;
  border-radius: 3px;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 991px) {
    .users-sidebar__heading {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0;
      width: 100%; } }

.users-sidebar__name {
  font-size: 16px;
  line-height: 20px; }

.users-sidebar__profile {
  font-size: 16px;
  line-height: 20px;
  color: #808080; }

.users-sidebar__menu {
  border-radius: 3px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .users-sidebar__menu {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; } }

.users-sidebar__item {
  border-bottom: 1px solid #E8E8E8; }

.user-sidebar__link {
  display: inline-block;
  padding: 22px 26px 23px;
  background-color: #F3F3F3;
  width: 100%;
  font-size: 16px;
  -webkit-transition: font-weight .2s;
  transition: font-weight .2s; }
  .user-sidebar__link--active, .user-sidebar__link:hover {
    font-weight: bold; }

.users-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .users-order.users-order--all {
      padding: 0; } }

.users-order__head {
  background-color: #88919d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 35px 22px;
  border-bottom: 1px solid #DEDEDE;
  position: relative; }
  @media screen and (max-width: 767px) {
    .users-order__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 17px 15px 20px; } }

.users-order__body {
  padding: 5px 35px 0;
  background: #f5f5f5; }
  .users-order__body .users-product:nth-child(n + 4) {
    display: none; }
  .users-order--all .users-order__body .users-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (max-width: 767px) {
    .users-order__body {
      padding: 5px 15px 0; }
      .users-order__body .users-product:nth-child(n + 4) {
        display: block; } }
  @media screen and (max-width: 767px) {
    .users-order--all .users-order__body {
      display: none; } }

.users-order__number {
  font-size: 16px;
  font-weight: 600;
  color: #f5f5f5; }
  @media screen and (max-width: 479px) {
    .users-order__number {
      font-size: 15px;
      margin-bottom: 5px; } }

.users-order__date {
  font-size: 16px;
  color: #f5f5f5; }
  @media screen and (max-width: 479px) {
    .users-order__date {
      font-size: 15px; } }

.users-order__info {
  font-size: 16px;
  font-weight: 400;
  color: #f5f5f5; }
  @media screen and (max-width: 479px) {
    .users-order__info {
      font-size: 15px; } }

.users-order__more {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #59324d;
  background-color: #F9EDF5;
  border-radius: 3px;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
  margin-bottom: 20px; }
  .users-order__more .users-order__more-icon path {
    -webkit-transition: fill .2s;
    transition: fill .2s; }
  .users-order__more:hover {
    background-color: #59324d;
    color: #F5F5F5; }
    .users-order__more:hover .users-order__more-icon path {
      fill: #f5f5f5; }
  @media screen and (max-width: 767px) {
    .users-order__more {
      display: none; } }

.users-order__show,
.users-order__hide {
  display: inline-block;
  margin-right: 9px; }

.users-order__hide {
  display: none; }
  .users-order--all .users-order__hide {
    display: inline-block; }

.users-order__show {
  display: inline-block; }
  .users-order--all .users-order__show {
    display: none; }

.users-order--all .users-order__more-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.users-order__more--mobile {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  background-color: #fff;
  border: none; }
  .users-order__more--mobile:hover {
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    .users-order__more--mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.users-order__toggler-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 13px; }
  .users-order--all .users-order__toggler-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.empty-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 115px 0 115px;
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 3px; }

.empty-order__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }

.empty-order__logo {
  margin-bottom: 20px; }

.empty-order__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }

.empty-order__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #808080; }

.users-cabinet__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 125px; }
  @media screen and (max-width: 991px) {
    .users-cabinet__content-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 50px; } }

.users-cabinet__aside {
  -webkit-flex-basis: 340px;
      -ms-flex-preferred-size: 340px;
          flex-basis: 340px;
  margin-right: 50px; }
  @media screen and (max-width: 991px) {
    .users-cabinet__aside {
      margin-right: 0;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

.users-cabinet__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.users-cabinet__title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 55px;
  color: #222; }
  @media screen and (max-width: 767px) {
    .users-cabinet__title {
      font-size: 30px;
      line-height: 40px; } }

.users-cabinet__wrap {
  padding-top: 40px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .users-cabinet__wrap {
      padding-top: 25px; } }

.users-cabinet__submenu {
  display: none;
  padding: 20px;
  background: #F3F3F3;
  border-radius: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 14px; }
  .users-cabinet__submenu span {
    margin-left: 10px; }
  .users-cabinet__submenu .close {
    display: none; }
  .users-cabinet__submenu--open {
    background: #59324d;
    color: #f5f5f5; }
    .users-cabinet__submenu--open .open {
      display: none; }
    .users-cabinet__submenu--open .close {
      display: block; }
  @media screen and (max-width: 991px) {
    .users-cabinet__submenu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.users-favorites-list__product {
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 4px 35px; }
  @media screen and (max-width: 767px) {
    .users-favorites-list__product {
      padding: 4px 15px; } }

.users-order-list {
  position: relative; }

.users-order-list__tabs {
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 479px) {
    .users-order-list__tabs {
      overflow: hidden;
      width: calc( 100% + 40px);
      margin-left: -20px; } }
  .users-order-list__tabs.has-sh-left::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    display: block;
    width: 75px;
    height: 60px;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(0.01%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .users-order-list__tabs.has-sh-right::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    display: block;
    width: 75px;
    height: 60px;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(0.01%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 100%); }

.users-order-list__order {
  margin-bottom: 15px; }
  .users-order-list__order:last-of-type {
    margin: 0; }

.users-order-list__loader {
  margin-top: 50px;
  text-align: center; }

.users-personal__information {
  margin-bottom: 5px; }

.users-personal__title.title {
  margin-bottom: 22px; }
  @media screen and (max-width: 991px) {
    .users-personal__title.title {
      margin-bottom: 18px; } }

.users-personal__form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 12px; }

.users-personal__input {
  width: calc( 50% - 10px);
  margin-bottom: 15px; }
  @media screen and (max-width: 639px) {
    .users-personal__input {
      width: 100%; } }

.users-personal__address {
  margin-bottom: 30px; }

.users-personal__password {
  padding-bottom: 40px;
  border-bottom: 1px solid #DEDEDE; }
  @media screen and (max-width: 991px) {
    .users-personal__password {
      padding-bottom: 20px; } }

.users-personal__controls {
  padding: 27px 0; }
  @media screen and (max-width: 1199px) {
    .users-personal__controls {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 20px 0; } }

.users-personal__save {
  min-width: 283px;
  margin-right: 15px; }
  @media screen and (max-width: 1199px) {
    .users-personal__save {
      min-width: auto;
      margin-right: 0;
      width: calc( 50% - 10px); } }
  @media screen and (max-width: 639px) {
    .users-personal__save {
      width: 100%;
      margin-bottom: 15px; } }

.users-personal__cancel {
  min-width: 276px;
  display: inline-block; }
  .users-personal__cancel:hover {
    opacity: 1; }
  @media screen and (max-width: 1199px) {
    .users-personal__cancel {
      min-width: auto;
      width: calc( 50% - 10px); } }
  @media screen and (max-width: 639px) {
    .users-personal__cancel {
      width: 100%; } }

.users-product {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .users-product:not(:last-child) {
    border-bottom: 1px solid #dedede; }
  @media screen and (max-width: 479px) {
    .users-product {
      padding: 15px 0; } }
  @media screen and (max-width: 767px) {
    .users-product:last-of-type {
      border-bottom: none; } }

.users-product__image {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media screen and (max-width: 479px) {
    .users-product__image {
      width: 60px;
      height: 60px;
      margin: 4px 15px 0 0; } }
  .users-product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.users-product__describe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .users-product__describe {
      max-width: 100%; } }

.users-product__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.users-product__name {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  margin-bottom: 4px;
  -webkit-transition: color .2s;
  transition: color .2s; }
  .users-product__name:hover {
    text-decoration: underline; }
  @media screen and (max-width: 479px) {
    .users-product__name {
      font-size: 14px;
      line-height: 20px;
      margin: 0; } }

.users-product__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .users-product__info {
      margin-bottom: 7px; } }

.users-product__info-item a:hover {
  text-decoration: underline; }

.users-product__info-item {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
  position: relative; }
  .users-product__info-item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px; }
    .users-product__info-item:not(:last-child):before {
      content: '';
      display: inline-block;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background-color: #808080;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  @media screen and (max-width: 479px) {
    .users-product__info-item {
      font-size: 13px;
      line-height: 18px; } }

.users-product__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .users-product__price--desktop {
      display: none; } }
  .users-product__price--mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .users-product__price--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.users-product__count {
  font-size: 24px;
  font-weight: 600;
  color: #222; }
  @media screen and (max-width: 767px) {
    .users-product__count {
      font-size: 16px;
      line-height: 20px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.users-product__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .users-product__actions {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin: 10px 0 0; } }

.users-product__action {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s; }
  .users-product__action--favorite {
    background-color: #f5f5f5;
    margin-right: 10px;
    color: #F52E50; }
    .users-product__action--favorite:hover {
      background-color: #FDE0E5; }
  .users-product__action--basket {
    background-color: #FDE0E5;
    color: #F52E50; }
    .users-product__action--basket:hover {
      background-color: #F52E50;
      color: #fff; }

.users-tabs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedede;
  overflow: auto; }
  @media screen and (max-width: 479px) {
    .users-tabs {
      border: none; } }

.users-tabs__item {
  padding: 0 0 22px;
  font-size: 16px;
  margin-right: 35px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  white-space: nowrap; }
  .users-tabs__item--active, .users-tabs__item:hover {
    border-bottom: 3px solid #F52E50 !important; }
  .users-tabs__item:last-child {
    margin: 0; }
  @media screen and (max-width: 991px) {
    .users-tabs__item:nth-child(1) {
      padding: 20px; } }
  @media screen and (max-width: 479px) {
    .users-tabs__item:nth-child(1) {
      margin: 0 0 0 20px;
      padding: 20px 20px 20px 0; } }
  @media screen and (max-width: 991px) {
    .users-tabs__item:nth-child(2) {
      padding: 20px; } }
  @media screen and (max-width: 479px) {
    .users-tabs__item:nth-child(2) {
      margin: 0 20px 0 0;
      padding: 20px; } }
  @media screen and (max-width: 479px) {
    .users-tabs__item {
      border-bottom: 1px solid #DEDEDE; } }

.users-tabs__link {
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .users-tabs__link {
      font-size: 14px;
      margin-right: 5px; } }

.users-tabs__count {
  color: #808080;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .users-tabs__count {
      font-size: 14px; } }

.delivery {
  background: #E9EAEC;
  padding-bottom: 125px; }
  @media screen and (max-width: 991px) {
    .delivery {
      padding-top: 15px; } }
  .delivery .container {
    position: relative;
    padding: 30px 20px 0; }
    .delivery .container .breadcrumbs {
      position: relative;
      left: 0;
      top: 0; }
      .delivery .container .breadcrumbs ul .active a {
        cursor: unset; }

.delivery__container {
  margin-top: 5px; }

.delivery__title {
  margin: 0 0 30px 0;
  font-size: 42px;
  line-height: 1.33;
  font-weight: 600;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .delivery__title {
      margin: 0 0 20px 0;
      font-size: 30px; } }

.delivery__block {
  padding: 50px;
  width: 100%;
  margin-bottom: 70px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #DEDEDE; }
  .delivery__block--p40 {
    padding: 50px 40px; }
  @media screen and (max-width: 1199px) {
    .delivery__block {
      padding: 35px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 479px) {
    .delivery__block {
      margin-bottom: 35px;
      padding: 20px; }
      .delivery__block--p40 {
        padding: 25px 20px 35px; } }

.delivery__block-title {
  margin: 0;
  max-width: 465px;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  color: #444; }
  @media screen and (max-width: 991px) {
    .delivery__block-title {
      max-width: 100%; } }
  @media screen and (max-width: 639px) {
    .delivery__block-title {
      font-size: 18px; } }

.delivery__block-wrap:not(:last-child) {
  margin-bottom: 25px; }

.delivery__block-content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 53%; }
  @media screen and (max-width: 991px) {
    .delivery__block-content {
      width: 100%; } }

.delivery__block-text {
  font-size: 16px;
  line-height: 1.625; }
  .delivery__block-text p {
    margin: 0 0 10px; }
  @media screen and (max-width: 639px) {
    .delivery__block-text {
      font-size: 13px; } }
  .delivery__block-text span {
    font-weight: 700; }

.delivery__block-link {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1;
  color: #222;
  text-decoration: underline; }
  .delivery__block-link:hover {
    text-decoration: none; }
  @media screen and (max-width: 639px) {
    .delivery__block-link {
      font-size: 15px; } }

.delivery__block-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #444; }
  .delivery__block-subtitle::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .delivery__block-subtitle--mapmarker::before {
    background-image: url(/webpack/map-marker.svg);
    background-size: 18px 22px; }
  .delivery__block-subtitle--questionmarker::before {
    background-size: 20px 20px;
    background-image: url(/webpack/question-marker.svg); }
  .delivery__block-subtitle--costmarker::before {
    background-image: url(/webpack/cost-marker.svg);
    background-size: 19px 18px; }
  .delivery__block-subtitle--waitmarker::before {
    background-image: url(/webpack/wait-marker.svg);
    background-size: 20px 20px; }
  @media screen and (max-width: 639px) {
    .delivery__block-subtitle {
      font-size: 15px; }
      .delivery__block-subtitle::before {
        height: 20px;
        width: 20px; }
      .delivery__block-subtitle--mapmarker::before {
        background-size: 15px 18px; }
      .delivery__block-subtitle--questionmarker::before {
        background-size: 17px 17px; }
      .delivery__block-subtitle--costmarker::before {
        background-size: 17px 16px; }
      .delivery__block-subtitle--waitmarker::before {
        background-size: 18px 18px; } }

.delivery__stages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-image: url(/webpack/delivery-way.svg);
  background-position: 180px 58px;
  background-repeat: no-repeat;
  background-size: 837px 60px; }
  @media screen and (max-width: 1300px) {
    .delivery__stages {
      background-size: 737px; } }
  @media screen and (max-width: 1199px) {
    .delivery__stages {
      background-size: 575px 58px;
      background-position: 180px 70px; } }
  @media screen and (max-width: 991px) {
    .delivery__stages {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background-image: url(/webpack/delivery-way-mobile.svg);
      background-position: 68px 56px;
      background-size: auto; } }
  @media screen and (max-width: 479px) {
    .delivery__stages {
      padding-top: 35px;
      background-position: 40px 104px; } }
  @media screen and (max-width: 375px) {
    .delivery__stages {
      background-size: 30px 475px;
      background-position: 40px 90px; } }
  @media screen and (max-width: 320px) {
    .delivery__stages {
      background-size: 30px 540px; } }

.delivery__stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  max-width: 230px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media screen and (max-width: 991px) {
    .delivery__stage {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      max-width: unset;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .delivery__stage:not(:last-child) {
        margin-bottom: 35px; } }

.delivery__stage-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 991px) {
    .delivery__stage-content {
      height: 100%;
      -webkit-box-align: start;
      -webkit-align-items: start;
          -ms-flex-align: start;
              align-items: start; } }

.delivery__stage-icon {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #F9EDF5; }
  .delivery__stage-icon img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media screen and (max-width: 991px) {
    .delivery__stage-icon {
      margin-bottom: 0;
      margin-right: 25px; } }
  @media screen and (max-width: 479px) {
    .delivery__stage-icon {
      width: 65px;
      height: 65px;
      margin-right: 15px; } }

.delivery__stage-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  font-weight: 700; }
  @media screen and (max-width: 991px) {
    .delivery__stage-title {
      margin-bottom: 5px; } }
  @media screen and (max-width: 479px) {
    .delivery__stage-title {
      font-size: 15px; } }

.delivery__stage-text {
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  color: #444; }
  @media screen and (max-width: 991px) {
    .delivery__stage-text {
      text-align: left; } }
  @media screen and (max-width: 479px) {
    .delivery__stage-text {
      margin-bottom: 13px; } }

.delivery__questions {
  display: grid;
  grid-template-columns: 116px 1fr;
  grid-template-rows: 48px 68px;
  gap: 0 30px; }
  @media screen and (max-width: 991px) {
    .delivery__questions {
      grid-template-columns: 85px auto;
      grid-template-rows: auto auto;
      gap: 20px 15px; } }
  @media screen and (max-width: 639px) {
    .delivery__questions {
      grid-template-columns: 65px auto; } }

.delivery__questions-icon {
  position: relative;
  width: 116px;
  height: 116px;
  grid-column: 1;
  grid-row: 1 / 2;
  border-radius: 50%;
  background: #f3f3f3; }
  .delivery__questions-icon img {
    position: absolute;
    display: block;
    height: 50%;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media screen and (max-width: 991px) {
    .delivery__questions-icon {
      grid-row: 1;
      width: 85px;
      height: 85px; } }
  @media screen and (max-width: 639px) {
    .delivery__questions-icon {
      width: 65px;
      height: 65px; }
      .delivery__questions-icon img {
        height: 47%;
        width: 47%; } }

.delivery__questions-title {
  grid-column: 2;
  grid-row: 1;
  padding-top: 6px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #444; }
  @media screen and (max-width: 639px) {
    .delivery__questions-title {
      font-size: 18px;
      line-height: 1.33; } }

.delivery__questions-text {
  grid-column: 2;
  grid-row: 2;
  max-width: 772px;
  font-size: 14px;
  line-height: 1.57;
  color: #444; }
  .delivery__questions-text a {
    font-weight: 600; }
  @media screen and (max-width: 991px) {
    .delivery__questions-text {
      grid-column: 1 / 3;
      grid-row: 2;
      padding-top: 20px;
      border-top: 1px solid #E9E9E9; } }
  @media screen and (max-width: 639px) {
    .delivery__questions-text {
      font-size: 13px; } }

.delivery__return {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .delivery__return {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.delivery__return-image {
  position: absolute;
  display: block;
  top: -35%;
  right: -25%;
  height: 774px;
  width: 774px; }
  @media screen and (max-width: 1300px) {
    .delivery__return-image {
      top: -30%;
      height: 700px;
      width: 700px; } }
  @media screen and (max-width: 1199px) {
    .delivery__return-image {
      height: 640px;
      width: 640px; } }
  @media screen and (max-width: 991px) {
    .delivery__return-image {
      position: relative;
      width: 100%;
      height: auto;
      top: 0;
      right: 0;
      margin: -40% auto 40px; } }
  @media screen and (max-width: 639px) {
    .delivery__return-image {
      margin-top: -40%; } }

.delivery__return-title {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .delivery__return-title {
      margin-bottom: 20px; } }

.delivery__return-content {
  position: relative;
  max-width: 640px;
  z-index: 1; }
  @media screen and (max-width: 1199px) {
    .delivery__return-content {
      max-width: 500px; } }
  @media screen and (max-width: 991px) {
    .delivery__return-content {
      max-width: unset; } }

.delivery__return-subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 600;
  color: #444; }
  @media screen and (max-width: 767px) {
    .delivery__return-subtitle {
      font-size: 15px;
      line-height: 1.73; } }

.delivery__return-text {
  font-size: 16px;
  line-height: 1.625; }
  @media screen and (max-width: 767px) {
    .delivery__return-text {
      font-size: 13px;
      line-height: 1.85; } }
  .delivery__return-text:not(:last-child) {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .delivery__return-text:not(:last-child) {
        margin-bottom: 25px; } }
  .delivery__return-text p {
    padding: 0;
    margin: 0; }
    .delivery__return-text p:not(:last-child) {
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .delivery__return-text p:not(:last-child) {
          margin-bottom: 15px; } }

.delivery__details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  padding-right: 40px; }
  @media screen and (max-width: 991px) {
    .delivery__details-wrap {
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .delivery__details-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 20px; } }

.delivery__block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 55px; }
  .delivery__block-inner:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dedede; }
  @media screen and (max-width: 991px) {
    .delivery__block-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      padding-bottom: 25px;
      margin-bottom: 25px; } }

.delivery__details-title {
  width: 43%;
  margin: 0;
  font-size: 42px;
  line-height: 1.31;
  font-weight: 600;
  color: #444; }
  @media screen and (max-width: 767px) {
    .delivery__details-title {
      width: 100%;
      margin-bottom: 20px;
      font-size: 36px; } }
  @media screen and (max-width: 479px) {
    .delivery__details-title {
      font-size: 30px; } }

.delivery__details-text {
  width: 52%; }
  @media screen and (max-width: 767px) {
    .delivery__details-text {
      width: 100%; } }

.delivery__details-subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: #444; }
  @media screen and (max-width: 767px) {
    .delivery__details-subtitle {
      font-size: 15px; } }

.delivery__details-smalltext {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #444; }
  @media screen and (max-width: 767px) {
    .delivery__details-smalltext {
      font-size: 13px; } }

.delivery__points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px; }
  @media screen and (max-width: 1199px) {
    .delivery__points {
      -webkit-box-pack: start;
      -webkit-justify-content: start;
          -ms-flex-pack: start;
              justify-content: start; } }
  @media screen and (max-width: 991px) {
    .delivery__points {
      gap: 10px; } }

.delivery__points-title {
  margin-bottom: 20px; }

.delivery__point {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  cursor: pointer; }
  .delivery__point.active, .delivery__point:hover {
    background: #59324D;
    color: #fff; }
  @media screen and (max-width: 991px) {
    .delivery__point {
      font-size: 15px; } }
  @media screen and (max-width: 360px) {
    .delivery__point {
      font-size: 13px; } }

.delivery__points-slider {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  overflow: visible; }
  @media screen and (max-width: 639px) {
    .delivery__points-slider {
      margin-bottom: 35px;
      margin-right: -20px; } }

.delivery__points-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 300px;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #fff; }
  @media screen and (max-width: 991px) {
    .delivery__points-slide {
      height: 286px;
      padding: 20px; } }

.delivery__points-name {
  font-size: 18px;
  line-height: 1.33;
  color: #444; }
  @media screen and (max-width: 991px) {
    .delivery__points-name {
      font-size: 15px; } }

.delivery__points-cost {
  margin: auto 0 25px;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 600;
  color: #444; }
  @media screen and (max-width: 1199px) {
    .delivery__points-cost {
      font-size: 26px; } }
  @media screen and (max-width: 991px) {
    .delivery__points-cost {
      margin: auto 0 30px;
      font-size: 22px; } }

.delivery__points-time {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400; }
  @media screen and (max-width: 991px) {
    .delivery__points-time {
      font-size: 13px; } }

.delivery__points-details {
  display: block;
  width: 100%;
  padding: 18px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #59324D;
  border: 1px solid #59324D;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s; }
  .delivery__points-details:hover {
    background: #59324D;
    color: #fff; }

.delivery__points-arr {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 13px 23px;
  background-position: 50% 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1; }
  .delivery__points-arr--prev {
    left: -25px;
    background-image: url(/webpack/f124479aad27d83cab6cc49d5b5b2b3c.png); }
  .delivery__points-arr--next {
    left: auto;
    right: -25px;
    background-image: url(/webpack/3a2068487ab007641accdf8a5671607c.png); }
  .delivery__points-arr.swiper-button-disabled {
    display: none; }
  @media screen and (max-width: 991px) {
    .delivery__points-arr {
      display: none; } }

.delivery__points-swiper-slider {
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .delivery__points-swiper-slider {
      overflow: visible; } }

.delivery__payment-title {
  margin-bottom: 15px; }

.delivery__payment-explain {
  max-width: 820px;
  margin: 0 auto 35px;
  font-size: 16px;
  line-height: 1.625;
  color: #444;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .delivery__payment-explain {
      height: calc(1rem * 3 * 1.625);
      max-height: calc(1rem * 3 * 1.625);
      margin-bottom: 5px;
      font-size: 15px;
      text-overflow: ellipsis;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      -webkit-transition: height .3s, max-height .3s;
      transition: height .3s, max-height .3s;
      text-align: left; } }
  .delivery__payment-explain.open {
    height: auto;
    max-height: unset;
    text-overflow: unset;
    overflow: auto;
    -webkit-line-clamp: unset; }

.delivery__payment-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 34px; }
  @media screen and (max-width: 991px) {
    .delivery__payment-cards {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
          -ms-flex-pack: start;
              justify-content: start;
      gap: 15px; } }

.delivery__payment-card {
  position: relative;
  width: 100%;
  max-width: 50%;
  height: 150px;
  padding: 25px;
  border-radius: 12px;
  background-image: url(/webpack/3e25cce0c1e1e5ac3104a4cd7dfdb1c8.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .delivery__payment-card {
      max-width: unset;
      height: auto;
      padding: 25px;
      background-image: url(/webpack/6e445f4fa85e2d4b25388ace873a3f06.png); } }

.delivery__payment-text {
  max-width: 238px;
  font-size: 20px;
  line-height: 1.333;
  font-weight: 600;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .delivery__payment-text {
      font-size: 17px; } }
  @media screen and (max-width: 479px) {
    .delivery__payment-text {
      max-width: 190px;
      font-size: 15px; } }

.delivery__payment-image {
  position: absolute;
  display: block;
  right: 12px;
  top: 0; }
  .delivery__payment-image--wallet {
    top: 9px;
    right: 25px; }
  @media screen and (max-width: 1199px) {
    .delivery__payment-image {
      right: -20px; }
      .delivery__payment-image--wallet {
        right: -8px; } }
  @media screen and (max-width: 991px) {
    .delivery__payment-image {
      width: 190px;
      height: 135px;
      top: 5px;
      right: -60px; }
      .delivery__payment-image--wallet {
        width: 129px;
        height: 105px;
        top: 13px;
        right: -32px; } }
  @media screen and (max-width: 479px) {
    .delivery__payment-image {
      width: 142px;
      height: 101px;
      top: 0;
      right: -40px; }
      .delivery__payment-image--wallet {
        width: 97px;
        height: 79px;
        top: 9px;
        right: -25px; } }

.delivery__payment-link {
  display: none;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #59324D; }
  .delivery__payment-link:hover {
    text-decoration: underline; }
  .delivery__payment-link span:last-child {
    display: none; }
  @media screen and (max-width: 991px) {
    .delivery__payment-link {
      display: block; } }
  .delivery__payment-link.open span:first-child {
    display: none; }
  .delivery__payment-link.open span:last-child {
    display: block; }

.delivery__connection-title {
  margin-bottom: 25px; }

.delivery__connection-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 18px; }
  @media screen and (max-width: 767px) {
    .delivery__connection-inputs {
      margin-bottom: 15px; } }

.delivery__connection-block {
  position: relative;
  width: calc( 50% - 7.5px);
  max-width: 50%;
  border: 1px solid #DEDEDE;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .delivery__connection-block {
      max-width: unset;
      width: 100%; } }
  .delivery__connection-block--select {
    height: 65px;
    padding: 24px 24px 22px;
    color: #808080;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .delivery__connection-block--select {
        height: 55px; } }
    .delivery__connection-block--select::after {
      content: '';
      position: absolute;
      display: block;
      top: 16px;
      right: 24px;
      width: 32px;
      height: 32px;
      background-color: #f5f5f5;
      background-image: url(/webpack/arrow-down.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      border-radius: 50%;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        .delivery__connection-block--select::after {
          top: 12px; } }
    .delivery__connection-block--select.open::after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .delivery__connection-block--file {
    border: none; }
    .delivery__connection-block--file input {
      display: none; }
    .delivery__connection-block--file label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      color: #808080;
      font-size: 15px;
      line-height: 1.2;
      cursor: pointer; }
      .delivery__connection-block--file label::before {
        content: '';
        display: block;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        background: url(/webpack/paper-clip.svg) 50% 50% no-repeat; }
    @media screen and (max-width: 479px) {
      .delivery__connection-block--file {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .delivery__connection-block.input-error {
    border-color: #f00; }
  .delivery__connection-block .delivery__connection-label {
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #808080;
    font-size: 15px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .delivery__connection-block .delivery__connection-label {
        left: 18px; } }

.delivery__connection-input {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 24px 24px 22px;
  border: none;
  color: #808080;
  font-size: 15px;
  line-height: 1.2; }
  .delivery__connection-input--select {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .delivery__connection-input {
      padding: 18px 20px; } }

.delivery__connection-select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0 0 10px 1px #DEDEDE;
          box-shadow: 0 0 10px 1px #DEDEDE;
  z-index: 1; }

.delivery__connection-option {
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  color: #808080; }
  .delivery__connection-option:not(:last-child) {
    border-bottom: 1px solid #DEDEDE; }
  .delivery__connection-option input {
    display: none; }
  .delivery__connection-option label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 24px 24px 22px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .delivery__connection-option label {
        padding: 18px 20px; } }
    .delivery__connection-option label::before {
      content: '';
      display: block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 24px;
      height: 24px;
      margin-right: 16px;
      background-color: #f5f5f5;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 16px 16px;
      border-radius: 50%; }
  .delivery__connection-option input:checked + label::before {
    background-image: url(/webpack/check.svg); }

.delivery__connection-submit {
  padding: 23px 50px;
  background: #59324D;
  font-size: 15px;
  line-height: 1.2;
  color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .delivery__connection-submit:hover {
    opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .delivery__connection-submit {
      padding: 18px 20px;
      width: 100%; } }

.mfp-bg {
  background-color: #222;
  opacity: 0.25; }

@media (max-height: 639px), (max-width: 639px) {
  .mfp-callback .mfp-container {
    padding: 0; }
  .mfp-callback .mfp-content {
    height: 100%; }
  .mfp-callback .callback-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    max-width: none; } }

@media (max-height: 560px) {
  .mfp-callback .callback-form__email,
  .mfp-callback .callback-form__phone {
    height: 54px; }
    .mfp-callback .callback-form__email span,
    .mfp-callback .callback-form__phone span {
      bottom: 20px; } }

@media (max-height: 480px) {
  .mfp-callback .callback-form {
    padding-bottom: 20px; }
  .mfp-callback .callback-form__close {
    top: 15px; }
  .mfp-callback .callback-form__email,
  .mfp-callback .callback-form__phone {
    height: 48px; }
    .mfp-callback .callback-form__email span,
    .mfp-callback .callback-form__phone span {
      font-size: 14px;
      bottom: 16px; }
    .mfp-callback .callback-form__email input:focus ~ span, .mfp-callback .callback-form__email input:not(:placeholder-shown) + span,
    .mfp-callback .callback-form__phone input:focus ~ span,
    .mfp-callback .callback-form__phone input:not(:placeholder-shown) + span {
      bottom: 32px;
      font-size: 11px; }
  .mfp-callback .callback-form__message {
    height: 80px; }
    .mfp-callback .callback-form__message span {
      font-size: 14px;
      top: 12px; }
    .mfp-callback .callback-form__message textarea:focus ~ span, .mfp-callback .callback-form__message textarea:not(:placeholder-shown) + span {
      top: 8px;
      font-size: 11px; }
  .mfp-callback .callback-form__label {
    font-size: 12px; }
  .mfp-callback .button--default {
    font-size: 14px;
    padding: 14px 0; } }

.ps {
  opacity: 1; }
  .ps .ps__rail-y {
    opacity: 1; }

.ps__rail-y {
  background-color: transparent;
  border-radius: 20px;
  right: 4px;
  width: 5px;
  margin: 8px 0 8px;
  max-height: calc(100% - 16px);
  background-color: #DEDEDE; }
  .ps__rail-y:hover {
    opacity: 1;
    background-color: transparent; }

.ps__thumb-y {
  background-color: #88919D;
  width: 5px;
  border-radius: 10px;
  right: 0px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #88919D;
  width: 4px; }

.ps.ps--active-y > .ps__scrollbar-y-rail {
  width: 4px;
  border-radius: 20px;
  opacity: 1 !important;
  background-color: #eee !important; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #88919D !important;
  width: 4px !important;
  border-radius: 20px;
  right: 0 !important;
  opacity: 1 !important; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: rgba(34, 34, 34, 0.1);
  right: 0; }

.ps > .ps__rail-x,
.ps > .ps__rail-y {
  opacity: 0.6; }

.circular-loader {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite; }

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }

@-webkit-keyframes color {
  0% {
    stroke: #59324d; }
  40% {
    stroke: #59324d; }
  66% {
    stroke: #59324d; }
  80%, 90% {
    stroke: #59324d; } }

@keyframes color {
  0% {
    stroke: #59324d; }
  40% {
    stroke: #59324d; }
  66% {
    stroke: #59324d; }
  80%, 90% {
    stroke: #59324d; } }

.breadcrumbs {
  color: #808080;
  position: absolute;
  left: 0;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px; }
  @media screen and (max-width: 991px) {
    .breadcrumbs {
      position: static;
      margin-bottom: 0.9rem; } }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 0.7rem; } }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .breadcrumbs ul li .divider {
      margin: 0 5px; }
    .breadcrumbs ul li a:hover {
      text-decoration: underline;
      color: #222222; }
    .breadcrumbs ul li.active {
      color: #000; }

.other__section {
  display: block;
  padding-top: 80px; }
  .other__section .container p {
    margin: 0 0 20px 0;
    color: #707070;
    font-size: 14px;
    line-height: 22px; }
  .other__section .container ul {
    padding-left: 22px;
    margin: 0;
    list-style: none; }
    .other__section .container ul li {
      position: relative;
      margin-bottom: 10px;
      color: #707070;
      font-size: 14px;
      line-height: 22px; }
      .other__section .container ul li a {
        color: #707070;
        text-decoration: underline; }
        .other__section .container ul li a:hover {
          text-decoration: none; }
      .other__section .container ul li em a {
        color: #707070;
        text-decoration: underline; }
        .other__section .container ul li em a:hover {
          text-decoration: none; }
      .other__section .container ul li::before {
        content: '';
        position: absolute;
        top: 7px;
        left: -22px;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #f52e50; }
  .other__section .container a {
    color: #707070;
    text-decoration: underline; }
    .other__section .container a:hover {
      text-decoration: none; }
  .other__section .container p a, .other__section .container h1 a, .other__section .container h2 a, .other__section .container h3 a, .other__section .container h4 a, .other__section .container h5 a, .other__section .container h6 a {
    color: #707070;
    text-decoration: underline; }
    .other__section .container p a:hover, .other__section .container h1 a:hover, .other__section .container h2 a:hover, .other__section .container h3 a:hover, .other__section .container h4 a:hover, .other__section .container h5 a:hover, .other__section .container h6 a:hover {
      text-decoration: none; }

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 55px;
  color: #222222;
  margin: 0;
  padding: 0; }
  .title--H2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 29px; }
    @media screen and (max-width: 991px) {
      .title--H2 {
        font-size: 18px;
        line-height: 22px; } }

.address-add {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .address-add:hover .address-add__icon {
    background: #59324d;
    color: #f5f5f5; }
  .address-add:hover .address-add__text {
    text-decoration: underline; }

.address-add__icon {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-radius: 3px;
  background: #F9EDF5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #59324d;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s; }

.address-add__text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin-left: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #59324d;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.address-add__checkbox {
  margin-bottom: 20px; }

.mfp-container {
  padding: 0; }

.popup-bottom .mfp-container {
  top: auto;
  bottom: 0;
  height: auto; }

.popup {
  position: relative;
  width: 550px;
  margin: 0 auto;
  padding: 64px 75px 75px;
  background-color: #fff; }
  .popup .mfp-close {
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url(/webpack/popup-close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0; }
    .popup .mfp-close:active {
      top: 25px; }
  .popup--stretch {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .popup--middle {
    padding: 47px 55px 55px;
    width: 486px; }
  @media screen and (max-width: 639px) {
    .popup {
      width: 100%;
      padding: 25px; } }

.popup__title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 46px;
  color: #222222;
  text-align: center;
  margin-bottom: 30px; }
  .popup__title--middle {
    font-size: 24px;
    line-height: 28px; }
  @media screen and (max-width: 639px) {
    .popup__title {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 22px;
      line-height: 24px;
      text-align: left; } }

.popup__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .popup__controls .popup__control {
    min-width: calc(50% - 10px);
    padding: 18px 15px; }

.address-item {
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  margin-bottom: 15px; }

.address-item__content {
  padding: 25px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DEDEDE; }
  @media screen and (max-width: 639px) {
    .address-item__content {
      padding: 18px 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.address-item__bottom {
  padding: 18px 35px; }
  @media screen and (max-width: 639px) {
    .address-item__bottom {
      padding: 18px 25px; } }

.address-item__address {
  max-width: calc(100% - 110px);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  word-break: break-all; }
  @media screen and (max-width: 639px) {
    .address-item__address {
      margin-bottom: 15px;
      max-width: 100%; } }

.address-item__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.address-item__control {
  cursor: pointer;
  background: #f5f5f5;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  font-size: 15px;
  color: #808080; }
  .address-item__control:hover {
    background: #f52e50;
    color: #fff; }
  .address-item__control:first-child {
    margin-right: 10px; }

.address-item__basic {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .address-item__basic:hover .address-item__basic-label {
    color: #f52e50; }
  .address-item__basic:hover .address-item__basic-icon {
    color: #f52e50; }
  .address-item__basic--solid {
    cursor: default; }
    .address-item__basic--solid .address-item__basic-icon {
      color: #f52e50; }
    .address-item__basic--solid .address-item__basic-label {
      color: #f52e50; }

.address-item__basic-label {
  color: #808080;
  font-size: 16px; }

.address-item__basic-icon {
  margin-right: 10px;
  margin-top: -2px;
  color: #808080; }

.table-size {
  position: relative;
  width: 933px;
  margin: 0 auto;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .table-size {
      width: 100%;
      padding: 52px 10px 53px 10px; } }
  .table-size button.mfp-close {
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url(/webpack/33d65a32839b129240cc93d3334aa29d.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0; }
    .table-size button.mfp-close:active {
      top: 20px; }
  .table-size table {
    border: none;
    border-spacing: 0;
    width: 100% !important; }
    .table-size table tr {
      padding: 15px 0; }
      .table-size table tr:nth-child(odd) {
        background-color: #f9f9f9; }
      .table-size table tr:nth-child(even) {
        background-color: #fff; }
    .table-size table td {
      height: 50px;
      border: none;
      width: 10.8%; }
      .table-size table td p {
        margin: 15.5px 0; }
  .table-size table > tbody > tr td:first-child {
    width: 34% !important;
    padding-left: 20px; }
  .table-size table > tbody > tr table tr td:first-child {
    width: auto;
    padding-left: 0; }

.table-size__title {
  margin: 0 0 38px 0;
  font-family: "RobotoSlab", sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center; }

.table-size__subtitle {
  margin: 38px 0 25px 0;
  font-family: "RobotoSlab", sans-serif;
  font-size: 24px;
  font-weight: 400; }

.table-size__text p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.5; }

.product-collections__title {
  margin: 40px 0;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700; }

.product-collections__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 18px;
  min-height: 38px; }

.product-collections__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f5f9;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #001a34;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  height: 32px;
  margin: 0 6px 6px 0;
  padding: 6px 16px;
  cursor: pointer; }
  .product-collections__item:hover {
    color: #f5f5f5;
    background-color: #88919d; }

@media (max-width: 700px) {
  .modal-subscribe .mfp-container {
    padding: 0 !important; } }

.modal-subscribe .mfp-content {
  background-color: #ffffff; }
  @media (min-width: 1240px) {
    .modal-subscribe .mfp-content {
      width: 1230px !important; } }
  @media (max-width: 1239px) {
    .modal-subscribe .mfp-content {
      width: 100%;
      margin: 0; } }

@media (max-width: 700px) {
  #subscribeModal {
    overflow-y: scroll; } }

@media (max-width: 1239px) {
  .modal-dialog-new {
    margin: 0; } }

.modal-dialog-new .modal-body-new {
  padding: 40px 75px 75px 75px; }
  @media (max-width: 700px) {
    .modal-dialog-new .modal-body-new {
      padding: 0 25px 25px 25px; } }

.modal-dialog-new .modal-header-new {
  border-bottom: none; }

.modal-dialog-new .modal__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 700px) {
    .modal-dialog-new .modal__wrap {
      padding-top: 35px; } }

.modal-dialog-new .modal__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 490px;
  padding: 0 0 0 75px; }
  @media (max-width: 700px) {
    .modal-dialog-new .modal__info {
      padding: 0; } }

.modal-dialog-new .modal__title {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  font-family: "RobotoSlab"; }
  @media (max-width: 500px) {
    .modal-dialog-new .modal__title {
      width: 100%;
      text-align: left;
      font-size: 25px;
      margin-bottom: 0; } }

.modal-dialog-new .modal__descr {
  width: 400px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Montserrat';
  text-align: center; }
  @media (max-width: 500px) {
    .modal-dialog-new .modal__descr {
      width: 100%;
      text-align: left;
      padding-right: 15px;
      margin-bottom: 20px; } }

.modal-dialog-new .modal__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 415px; }
  @media (max-width: 1239px) {
    .modal-dialog-new .modal__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-shrink: inherit;
          -ms-flex-negative: inherit;
              flex-shrink: inherit;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .modal-dialog-new .modal__img img {
    height: auto; }
  @media (max-width: 700px) {
    .modal-dialog-new .modal__img {
      display: none; } }
  .modal-dialog-new .modal__img img {
    width: 100%;
    height: 100%; }
    @media (max-width: 1239px) {
      .modal-dialog-new .modal__img img {
        height: auto; } }

.modal-dialog-new .modal__hide-img {
  display: none; }
  @media (max-width: 700px) {
    .modal-dialog-new .modal__hide-img {
      display: block;
      width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .modal-dialog-new .modal__hide-img {
      display: block; } }
  .modal-dialog-new .modal__hide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.modal-dialog-new .subscribe__form {
  width: 100%; }

.modal-dialog-new .subscribe__field {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px; }
  .modal-dialog-new .subscribe__field:last-child {
    margin-bottom: 0; }
  .modal-dialog-new .subscribe__field input {
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    padding: 21px 0 21px 21px;
    border: 1px solid rgba(34, 34, 34, 0.2);
    color: #7a7a7a;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    line-height: 26px; }
    .modal-dialog-new .subscribe__field input:focus ~ span, .modal-dialog-new .subscribe__field input:not(:placeholder-shown) + span {
      bottom: 42px;
      font-size: 12px; }
  .modal-dialog-new .subscribe__field span {
    color: grey;
    pointer-events: none;
    position: absolute;
    left: 21px;
    bottom: 22px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.modal-dialog-new .subscribe__agree {
  position: relative;
  padding-left: 37px;
  display: block;
  margin-top: 10px;
  margin-bottom: 21px; }
  .modal-dialog-new .subscribe__agree input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    left: 4px;
    top: 4px; }
  .modal-dialog-new .subscribe__agree input:checked + .subscribe__label::before {
    background-image: url(/webpack/9640424a0cc84ba93ea94f8d9be3dbf3.png); }

.modal-dialog-new .subscribe__label {
  color: #222222;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none; }
  .modal-dialog-new .subscribe__label::before {
    content: '';
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: 1px solid rgba(34, 34, 34, 0.2); }

.modal-dialog-new .subscribe__link {
  color: #222222;
  text-decoration: underline; }
  .modal-dialog-new .subscribe__link span {
    text-decoration: underline; }
    .modal-dialog-new .subscribe__link span:hover, .modal-dialog-new .subscribe__link span:focus {
      text-decoration: none; }

.modal-dialog-new .modal__subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.modal-dialog-new .subscribe__submit {
  width: 100%;
  height: 64px;
  background-color: #f52e50;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  border: none;
  border-radius: 3px; }

.modal-dialog-new .modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: transparent;
  opacity: 1;
  z-index: 100; }
  .modal-dialog-new .modal__close:active {
    top: 25px; }
  .modal-dialog-new .modal__close img {
    pointer-events: none; }
  @media (max-width: 500px) {
    .modal-dialog-new .modal__close {
      top: 35px; } }
  .modal-dialog-new .modal__close:hover {
    opacity: 1; }

.modal-dialog-new .no-scroll {
  overflow: hidden !important; }

.modal-dialog-new .error-input-msg {
  color: red; }

.order-popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  width: 476px;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }
  @media screen and (max-width: 479px) {
    .order-popup {
      width: calc(100% - 30px); } }

.order-popup__title {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin: 15px 0 0 0;
  font-weight: 400;
  text-align: center;
  line-height: 35px; }

.order-popup__description {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  max-width: 336px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 22px; }

.order-popup__id {
  text-decoration: underline; }

button.mfp-close {
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-image: url(/webpack/33d65a32839b129240cc93d3334aa29d.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0; }
  @media screen and (max-width: 479px) {
    button.mfp-close {
      top: 26px;
      width: 22px;
      height: 22px; } }
  button.mfp-close:active {
    top: 20px; }

.order-popup__icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: rgba(245, 46, 80, 0.25);
  position: relative; }
  .order-popup__icon:after {
    background: url(/webpack/popup-check.svg);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 32px;
    height: 22px; }

.add-favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .add-favorite:hover svg .path-2 {
    fill: #f52e50; }
  .add-favorite:not(.is-active) [data-prefix="fas"] {
    display: none; }
  .add-favorite.is-active svg .path-1 {
    fill: #f52e50;
    stroke: #f52e50; }
  .add-favorite.is-active svg .path-2 {
    fill: #f52e50; }
  .add-favorite.is-active [data-prefix="far"] {
    display: none; }
  .add-favorite svg .path3 {
    -webkit-transition: fill .3s , stroke .3s;
    transition: fill .3s , stroke .3s; }

.search-panel {
  display: none;
  padding: 20px; }
  @media screen and (max-width: 991px) {
    .search-panel {
      display: block;
      position: fixed;
      z-index: 30;
      top: 61px;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
      -webkit-transition: 0.5s -webkit-transform;
      transition: 0.5s -webkit-transform;
      transition: 0.5s transform;
      transition: 0.5s transform, 0.5s -webkit-transform; } }

@media screen and (max-width: 991px) {
  .search-panel--opened {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.search-panel__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.search-panel__form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@charset "UTF-8";
.callback-form {
  max-width: 550px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .callback-form {
      padding: 45px 40px; } }
  @media screen and (max-width: 479px) {
    .callback-form {
      padding: 25px 20px; } }

.callback-form__close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  outline: none;
  fill: #a8a8a8;
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill; }
  @media screen and (max-width: 639px) {
    .callback-form__close {
      top: 30px; } }
  @media screen and (max-width: 479px) {
    .callback-form__close {
      width: 23px;
      height: 23px; } }
  .callback-form__close:hover, .callback-form__close:focus {
    fill: #222;
    -webkit-transform: none;
            transform: none; }

.callback-form__title {
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 33px; }
  @media screen and (max-width: 767px) {
    .callback-form__title {
      font-size: 30px; } }
  @media screen and (max-width: 639px) {
    .callback-form__title {
      margin-bottom: 15px;
      text-align: left; } }
  @media screen and (max-width: 479px) {
    .callback-form__title {
      font-size: 24px;
      text-align: left; } }
  @media (max-height: 520px) {
    .callback-form__title {
      font-size: 22px; } }

.callback-form__name {
  position: relative;
  margin-bottom: 15px;
  height: 64px; }
  @media screen and (max-width: 639px) {
    .callback-form__name {
      height: 60px; } }

.callback-form__email {
  position: relative;
  margin-bottom: 15px;
  height: 64px; }
  @media screen and (max-width: 639px) {
    .callback-form__email {
      margin-bottom: 12px;
      height: 60px; } }
  .callback-form__email input {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 28px 25px 17px; }
    .callback-form__email input:focus ~ span, .callback-form__email input:not(:placeholder-shown) + span {
      bottom: 36px;
      font-size: 12px; }
  .callback-form__email span {
    color: #bdbdc6;
    pointer-events: none;
    position: absolute;
    left: 25px;
    bottom: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.form-fields__textarea {
  margin-bottom: 17px;
  height: 139px; }
  @media screen and (max-width: 639px) {
    .form-fields__textarea {
      margin-bottom: 15px;
      height: 110px; } }

.callback-form__submit {
  width: 100%;
  z-index: 2; }

.callback-form__submit--loading {
  -webkit-transition: none;
  transition: none;
  cursor: auto;
  pointer-events: none; }
  .callback-form__submit--loading::after {
    content: url(/webpack/load-spinner.svg);
    -webkit-transition: none;
    transition: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #f52e50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; }
  .callback-form__submit--loading:hover::after, .callback-form__submit--loading:focus::after {
    left: 0; }

.callback-form__submit--done::after {
  content: '\417\430\44F\432\43A\430   \443\441\43F\435\448\43D\43E   \43E\442\43F\440\430\432\43B\435\43D\430'; }

.callback-form__submit--done:hover::after, .callback-form__submit--done:focus::after {
  left: 0; }

.callback-form__agree {
  position: relative;
  display: block;
  margin-bottom: 17px;
  padding-left: 37px; }
  @media screen and (max-width: 639px) {
    .callback-form__agree {
      margin-bottom: 20px; } }
  .callback-form__agree input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    left: 6px;
    top: 6px; }
  .callback-form__agree input:checked + .callback-form__label::before {
    background-image: url(/webpack/9640424a0cc84ba93ea94f8d9be3dbf3.png); }

.callback-form__label {
  font-size: 14px;
  line-height: 1.42; }
  .callback-form__label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }

.callback-form__link {
  text-decoration: underline; }
  .callback-form__link:hover, .callback-form__link:focus {
    text-decoration: none; }

.callback-form__recaptcha {
  position: relative;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.propose {
  height: 100%;
  background-color: #222;
  background-image: url(/webpack/dark-bg-left.svg), url(/webpack/dark-bg-right.svg);
  background-position: -20px 42%, 115% 42%;
  background-repeat: no-repeat, no-repeat; }
  @media screen and (max-width: 1500px) {
    .propose {
      background-position: -112px 42%, 150% 42%; } }
  @media screen and (max-width: 991px) {
    .propose {
      height: auto;
      background-image: none; } }

.propose__close {
  display: none;
  position: absolute;
  top: 7px;
  left: 0;
  height: 20px;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0 0 0 20px; }
  .propose__close:before, .propose__close:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #fff; }
  .propose__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .propose__close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.propose__box,
.webp .propose__box,
.no-webp .propose__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 100% 0; }
  @media screen and (max-width: 991px) {
    .propose__box,
    .webp .propose__box,
    .no-webp .propose__box {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 639px) {
    .propose__box,
    .webp .propose__box,
    .no-webp .propose__box {
      padding: 45px 0 50px 0; } }

.propose__box,
.webp .propose__box {
  background-image: url(/webpack/ddaa39860ec559d1e1fbeb17dfb8239f.webp);
  background-size: contain; }
  @media screen and (max-width: 991px) {
    .propose__box,
    .webp .propose__box {
      background-image: none; } }

.no-webp .propose__box {
  background-image: url(/webpack/53040f56a0bd05be05d47029c2b5c930.png);
  background-size: contain; }
  @media screen and (max-width: 991px) {
    .no-webp .propose__box {
      background-image: none; } }

.propose__subtitle {
  color: #7A7A7A;
  letter-spacing: 0.005em;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .propose__subtitle {
      opacity: 0.4;
      color: #ffffff;
      font-size: 15px;
      text-align: center; } }

.propose__title {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  max-width: 545px;
  margin: 35px 0 45px;
  line-height: 1.24;
  display: block;
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }
  .propose__title:hover, .propose__title:focus {
    color: #59324d; }
  @media screen and (max-width: 991px) {
    .propose__title {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .propose__title {
      font-size: 36px; } }
  @media screen and (max-width: 639px) {
    .propose__title {
      max-width: 400px; } }
  @media screen and (max-width: 479px) {
    .propose__title {
      max-width: 280px;
      font-size: 28px;
      line-height: 1.33; } }
  @media screen and (max-width: 360px) {
    .propose__title {
      max-width: 220px;
      font-size: 24px; } }

.propose__button {
  width: 244px;
  background-position-x: 130%; }
  @media screen and (max-width: 360px) {
    .propose__button {
      width: 100%; } }

.product-popup {
  position: relative;
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  background-color: #e9eaec; }
  @media screen and (max-width: 991px) {
    .product-popup {
      padding: 30px 20px 60px 20px; } }
  .product-popup .mfp-close {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(/webpack/8f550af53c231261dcae0343c67bd20b.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .product-popup .product-actions__size-wrapper, .product-popup .product-actions__count-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .product-popup .product-actions__wrapper {
    margin: 0; }

.product-actions__count-wrapper .select2-container .select2-selection__rendered,
.product-actions__size-wrapper .select2-container .select2-selection__rendered {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  height: auto; }

.product-actions__count-wrapper .select2-container,
.product-actions__size-wrapper .select2-container {
  margin-bottom: 15px; }

.product-popup__wrap {
  position: relative; }

.product-popup__title-mobile {
  display: none;
  margin: 0 0 27px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400; }
  @media screen and (max-width: 991px) {
    .product-popup__title-mobile {
      display: block; } }

.product-popup__slider {
  position: relative;
  width: 55%;
  max-height: 600px;
  margin-right: 40px; }
  @media screen and (max-width: 991px) {
    .product-popup__slider {
      width: 100%;
      margin: 0 0 57px 0; } }
  @media screen and (max-width: 360px) {
    .product-popup__slider {
      width: 100.6vw;
      margin-left: -23px; } }

.product-popup__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .product-popup__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .product-popup__content .product-info__title {
    margin-bottom: 30px; }
  .product-popup__content .product-actions__select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 479px) {
      .product-popup__content .product-actions__select-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product-popup__content .product-actions__select-wrapper .action-count {
      margin-left: 10px; }
      @media screen and (max-width: 479px) {
        .product-popup__content .product-actions__select-wrapper .action-count {
          margin: 0 0 10px 0; } }
  .product-popup__content .product-actions__price {
    margin-bottom: 20px; }
  .product-popup__content .product__description {
    display: none; }

.product-popup__slider .product-slider-wrapper {
  position: relative;
  min-height: 470px;
  max-height: 516px; }

@media screen and (max-width: 991px) {
  .product-popup__slider .product-slider-wrapper {
    min-height: auto;
    max-height: auto; } }

.product-popup__slider .product-page-slider__pag {
  width: calc( 100% - 120px) !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-left: 120px;
  margin-top: 10px; }
  .product-popup__slider .product-page-slider__pag.swiper-pagination {
    z-index: 1; }
  .product-popup__slider .product-page-slider__pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #88919d;
    opacity: 1;
    margin: 0 7px;
    border-radius: 50%; }
  .product-popup__slider .product-page-slider__pag .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #59324d; }
  @media screen and (max-width: 991px) {
    .product-popup__slider .product-page-slider__pag {
      width: 100%;
      margin-left: 0; } }

.product-popup__slider .product-page-slider {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 3px; }
  .product-popup__slider .product-page-slider .swiper-slide {
    cursor: -webkit-grab;
    cursor: grab; }
    .product-popup__slider .product-page-slider .swiper-slide img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 550px; }
  @media screen and (max-width: 479px) {
    .product-popup__slider .product-page-slider {
      margin-bottom: 17px; } }

.product-popup-slider__pag {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px; }
  .product-popup-slider__pag .swiper-pagination-bullet-active {
    background-color: #F52E50;
    width: 10px;
    height: 10px; }

.product-popup-slider--single-image .product-popup-slider__navigate, .product-popup-slider--single-image .product-popup-slider__pag {
  display: none; }

.product-popup-slider--single-image .swiper-slide {
  cursor: default; }

.form-fields--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 612px;
  gap: 12px; }
  @media screen and (max-width: 639px) {
    .form-fields--flex {
      max-width: unset; } }

.form-fields__input, .form-fields__textarea {
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #dedede;
  border-radius: 3px; }
  .form-fields__input input, .form-fields__input textarea, .form-fields__textarea input, .form-fields__textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 25px 12px 25px;
    color: #444444; }
    .form-fields__input input:focus ~ label,
    .form-fields__input input:not(:placeholder-shown) ~ label,
    .form-fields__input input.js-inputmask-phone ~ label, .form-fields__input textarea:focus ~ label,
    .form-fields__input textarea:not(:placeholder-shown) ~ label,
    .form-fields__input textarea.js-inputmask-phone ~ label, .form-fields__textarea input:focus ~ label,
    .form-fields__textarea input:not(:placeholder-shown) ~ label,
    .form-fields__textarea input.js-inputmask-phone ~ label, .form-fields__textarea textarea:focus ~ label,
    .form-fields__textarea textarea:not(:placeholder-shown) ~ label,
    .form-fields__textarea textarea.js-inputmask-phone ~ label {
      top: 13px;
      font-size: 12px;
      opacity: 0.8; }
  .form-fields__input label, .form-fields__textarea label {
    position: absolute;
    top: 21px;
    left: 25px;
    pointer-events: none;
    color: #7a7a7a;
    font-size: 15px;
    -webkit-transition: top 0.4s, font-size 0.4s, opacity 0.4s;
    transition: top 0.4s, font-size 0.4s, opacity 0.4s; }
  .form-fields__input--stretch, .form-fields__textarea--stretch {
    width: 100%; }
  .form-fields__input--half, .form-fields__textarea--half {
    width: calc( 50% - 6px);
    margin-bottom: 0; }
    @media screen and (max-width: 639px) {
      .form-fields__input--half, .form-fields__textarea--half {
        width: 100%; } }

.form-fields__delivery-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
  margin: 14px 0 9px 0; }

.form-fields__delivery-text {
  font-weight: 400;
  color: #8B8B8B; }

.form-fields__delivery-price {
  font-weight: 500;
  color: #5A344E; }

.form-fields__sub-field {
  font-size: 11px;
  color: #8B8B8B;
  margin-bottom: 12px; }

.form-fields__input--error {
  border: 1px solid #f52e50 !important;
  position: relative; }

.form-fields__textarea textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border-radius: 3px;
  padding: 28px 25px 17px; }
  @media screen and (max-width: 767px) {
    .form-fields__textarea textarea {
      padding: 20px; } }

.form-fields__checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 22px; }
  .form-fields__checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0.05;
    overflow: hidden; }

.form-fields__checkbox-controls {
  position: absolute;
  float: left;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  cursor: pointer; }
  .form-fields__checkbox-controls:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 12px;
    background-image: url(/webpack/checkbox-mark.svg);
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  input:checked + .form-fields__checkbox-controls:after {
    display: block; }

.form-fields__checkbox-label {
  margin-left: 15px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .form-fields__checkbox-label a {
    text-decoration: underline; }

.form-fields__show-pass {
  cursor: pointer;
  position: absolute;
  right: 25px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #808080; }

.form-fields__input-error {
  color: #f52e50;
  margin: -10px 0 10px;
  display: block;
  font-size: 13px; }

.js-gallery-mouse-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  z-index: 10; }

.catalog-product__pagination-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 15px;
  width: 100%;
  position: absolute;
  margin-top: -15px;
  left: 0;
  z-index: 10;
  opacity: 0; }

.catalog-product__pagination-images--hide {
  display: none; }

.catalog-product__pagination-images .js-gallery-mouse-bullet {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #88919D; }

.catalog-product__pagination-images .js-gallery-mouse-bullet.active {
  background-color: #59324D; }

.catalog-product:hover .catalog-product__pagination-images {
  opacity: 1; }

@media (max-width: 991px) {
  .catalog-product__pagination-images {
    opacity: 1;
    bottom: -18px; }
  /* .catalog-product__pagination-images.catalog-product__pagination-images--0 {
        bottom: 0;
    }
    .catalog-product__pagination-images.catalog-product__pagination-images--4,
    .catalog-product__pagination-images.catalog-product__pagination-images--5,
    .catalog-product__pagination-images.catalog-product__pagination-images--6 {
        bottom: 35px;
    } */ }

.js-load-more-block {
  width: 100%;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 40px auto 0; }

.js-load-more-block:not(:empty) {
  height: 30px; }

.js-load-more-block.loading {
  opacity: 0.5;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.2s linear;
  transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.2s linear;
  height: 50px; }

@-webkit-keyframes rotationLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotationLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.js-load-more-block.loading::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50px;
  height: 50px;
  border: 3px solid #59324d;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotationLoader 1s linear infinite;
          animation: rotationLoader 1s linear infinite; }

.common-product-card {
  width: 100%; }

