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

@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"); }

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

.container {
  height: 100%;
  max-width: 1240px;
  padding: 0 20px;
  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: 86px; }
  @media screen and (max-width: 991px) {
    .content__wrap {
      padding-top: 55px; } }

.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;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .button--clear:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
    @media screen and (max-width: 991px) {
      .button--clear:hover {
        -webkit-transform: none;
                transform: none; } }

.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: #59324D;
  color: #fff;
  opacity: 0.4;
  pointer-events: none; }
  .button:disabled:hover,
  .button[disabled]:hover,
  .button.button--disabled:hover {
    cursor: default;
    background-color: #f3f3f3;
    color: #a9a9a9; }

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

.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;
  height: 86px; }

.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 {
  padding-right: 26px;
  position: relative;
  height: 100%;
  margin-right: 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;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap; }
  @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; }
  .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;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  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: 35px; }
  @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;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }
  @media screen and (max-width: 1199px) {
    .header__sections > li > a {
      font-size: 14px; } }
  .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; }

.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: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #313131;
  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; }
  .signin-dropdown:hover .signin-dropdown__content-holder {
    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; }

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

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

.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: rgba(255, 255, 255, 0.7);
  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__button:hover .user-dropdown__arrow {
    color: #fff; }

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

.search {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .search {
      width: auto; } }

.search__field {
  width: 100%;
  min-width: 0;
  padding: 15px 66px 17px 25px;
  border: 1px solid #313131;
  border-radius: 3px;
  background-color: #313131;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s; }
  @media screen and (max-width: 1199px) {
    .search__field {
      padding-right: 46px; } }
  @media screen and (max-width: 991px) {
    .search__field {
      padding-top: 16px;
      padding-bottom: 16px;
      border-radius: 0;
      background-color: transparent;
      border-color: transparent;
      color: #222; } }
  .search__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .search__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .search__field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .search__field::placeholder {
    color: rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 991px) {
      .search__field::-webkit-input-placeholder {
        color: #808080; }
      .search__field:-ms-input-placeholder {
        color: #808080; }
      .search__field::-ms-input-placeholder {
        color: #808080; }
      .search__field::placeholder {
        color: #808080; } }
  .search__field:focus {
    color: rgba(0, 0, 0, 0.4);
    background-color: #fff; }
    @media screen and (max-width: 991px) {
      .search__field:focus {
        color: #222;
        background-color: transparent; } }
    .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__submit {
  position: absolute;
  right: 0;
  top: 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;
  width: 66px;
  height: 100%;
  cursor: pointer;
  line-height: 0; }
  .search__submit:hover, .search__submit:focus {
    -webkit-transform: none;
            transform: none; }
  @media screen and (max-width: 1199px) {
    .search__submit {
      width: 46px; } }
  @media screen and (max-width: 991px) {
    .search__submit {
      display: none; } }
  @media screen and (max-width: 991px) {
    .search__submit:hover, .search__submit:focus {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

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

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

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

.search-results__scrollbar {
  max-height: 436px;
  padding: 27px 30px 5px; }
  @media screen and (max-width: 991px) {
    .search-results__scrollbar {
      height: 100%;
      max-height: none;
      padding-right: 0;
      padding-left: 0; } }

@media screen and (max-width: 991px) {
  .search-results__full {
    height: 100%;
    max-width: 720px;
    padding: 0 20px;
    margin: 0 auto; } }

.search-results__title {
  color: rgba(34, 34, 34, 0.5);
  font-weight: 600;
  text-transform: uppercase; }

.search-results__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;
  padding: 25px 0; }
  .search-results__item:not(:last-child) {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1); }

.search-results__holder {
  -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: 80px;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
  overflow: hidden;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  margin-right: 15px;
  background-color: #f5f5f5; }

.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 {
  overflow: hidden; }

.search-results__subtitle {
  margin-top: 0;
  margin-bottom: 5px; }

.search-results__name {
  overflow: hidden;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .search-results__name:hover, .search-results__name:focus {
    text-decoration: underline; }

.search-results__category {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px; }
  .search-results__category:hover, .search-results__category:focus {
    color: #f52e50; }

.search-results__price {
  font-size: 18px; }

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

.favorite-counter {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  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: 15px;
  padding: 3px 4px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background-color: #f52e50; }

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

.header-mobile {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px;
  background-color: #fff;
  border-bottom: 1px #E8E8E8 solid;
  border-bottom-color: transparent; }
  @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__burger {
  position: relative;
  width: 25px;
  height: 14px;
  margin-right: 20px;
  vertical-align: middle; }

.header-mobile__line {
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #000; }
  .header-mobile__line:nth-child(1) {
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .header-mobile__burger--opened .header-mobile__line:nth-child(1) {
      -webkit-transform: translateY(6px) rotate(135deg);
              transform: translateY(6px) rotate(135deg); }
  .header-mobile__line:nth-child(2) {
    top: 6px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .header-mobile__burger--opened .header-mobile__line:nth-child(2) {
      opacity: 0; }
  .header-mobile__line:nth-child(3) {
    top: 12px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .header-mobile__burger--opened .header-mobile__line:nth-child(3) {
      -webkit-transform: translateY(-6px) rotate(45deg);
              transform: translateY(-6px) rotate(45deg); }

.header-mobile__logo {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  vertical-align: middle; }
  .header-mobile__logo img {
    width: 130px; }

.header-mobile__search-btn {
  position: relative;
  padding: 7px;
  line-height: 0;
  vertical-align: middle;
  background: transparent;
  margin-right: 11px; }

.header-mobile__favorite {
  position: relative;
  padding: 7px;
  line-height: 0;
  vertical-align: middle; }

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

.header-mobile__cart {
  position: relative;
  padding: 7px;
  margin-right: -7px;
  margin-left: 11px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 0;
  vertical-align: middle; }

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

.header-mobile__number {
  position: absolute;
  top: 4px;
  right: 0;
  min-width: 14px;
  min-height: 14px;
  padding: 0 3px;
  border-radius: 100%;
  background-color: #f52e50;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center; }
  .header-mobile__number:empty {
    display: none; }

.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%;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  z-index: 101; }
  @media screen and (max-width: 991px) {
    .navigation {
      display: none; } }
  .navigation.is-shadow {
    -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 {
  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;
  height: 85px;
  position: relative; }

.navigation__logo {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  display: block; }
  .navigation__logo:hover, .navigation__logo:focus {
    color: #f52e50; }
  .navigation__logo img {
    display: block;
    width: 190px; }

.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 > 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%;
  min-width: 105px;
  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-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; }
  @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 {
  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 {
      margin: 0 10px 5px 0; } }
  @media screen and (max-width: 479px) {
    .menu-labels__label--prem {
      height: 19px;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }

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

.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%;
  padding-left: 51px; }
  .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 {
      fill: #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 {
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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;
  color: #59324d;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .cart__bag svg {
    height: 16px;
    width: 16px; }

.cart__icon {
  font-size: 16px; }

.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 {
  margin-right: 5px; }
  .cart__sum--sale {
    margin-right: 10px;
    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 30px;
  -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 {
  color: #212121; }

.cart__cost--old {
  color: grey;
  margin-left: 20px;
  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; }

.cart__button {
  width: 224px;
  background-color: #59324d;
  border-color: #59324d; }
  .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; }

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.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;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.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;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  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-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.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: 100%;
  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-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -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 top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.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 left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  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-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.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 steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-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: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

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

.footer {
  background-color: #222;
  padding-top: 90px; }
  @media screen and (max-width: 991px) {
    .footer {
      padding-top: 50px; } }
  @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; }
  @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);
    margin: 0 -20px; } }

@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 0 45px 0; }
  @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-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; }

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

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

.menu__toggler {
  padding-top: 15px;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: visible;
  -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__panel:not(:last-child) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1); }

.menu__accordeon {
  padding: 0 0 30px 0; }

.menu__list {
  padding: 16px 0 19px;
  margin: -11px 0; }

.menu__list > li > a {
  display: block;
  padding: 11px 0;
  color: rgba(34, 34, 34, 0.5); }

.menu__contacts {
  padding: 20px 0; }

.menu__contacts-item + .menu__contacts-item {
  margin-top: 15px; }

.menu__contacts-item-title {
  font-size: 13px;
  line-height: 16px;
  color: #808080;
  margin-bottom: 7px; }

.menu__link {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #222222; }

.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;
  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 {
  margin: -13.5px 0; }

.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: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700; }
  .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__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__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: 18px 20px;
  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__close-btn {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px; }
  .menu-popup__close-btn:after, .menu-popup__close-btn:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 20px;
    background: #7A7A7A; }
  .menu-popup__close-btn:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
  .menu-popup__close-btn:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }

.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:not(:last-child) {
  margin-bottom: 20px; }

.menu-popup__item > a {
  display: block;
  padding: 5px 0; }

.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: 20px;
  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__close-btn {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px; }
  .menu-subcategory__close-btn:after, .menu-subcategory__close-btn:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 20px;
    background: #7A7A7A; }
  .menu-subcategory__close-btn:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
  .menu-subcategory__close-btn:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }

.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:not(:last-child) {
  margin-bottom: 11px; }

.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: 5px 0; }

.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: 18px 20px;
  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__close-btn {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px; }
  .menu-brands__close-btn:after, .menu-brands__close-btn:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 20px;
    background: #7A7A7A; }
  .menu-brands__close-btn:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
  .menu-brands__close-btn:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }

.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:not(:last-child) {
  margin-bottom: 20px; }

.menu-brands__item > a {
  display: block;
  padding: 5px 0; }

.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: 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; }
    .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; }
    .product-slider__box .product-page-slider__pag .swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
      background: #59324d; }

.product-slider__item {
  width: 100% !important;
  font-family: "Montserrat", sans-serif; }

.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__preview:hover .product-slider__board-box {
    -webkit-transform: translateY(0%);
            transform: translateY(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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  width: 100%; }

.product-slider__category {
  display: block;
  padding: 0 10px 0 17px;
  margin-bottom: 20px;
  color: #909090;
  font-size: 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;
      padding: 0 10px 18px 10px;
      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;
  padding: 0 10px 0px 17px; }
  @media screen and (max-width: 639px) {
    .product-slider__price, .product-slider__price-discount {
      padding: 0 10px 0px 10px; } }

.product-slider__value {
  font-size: 18px; }
  @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__labels-wrap {
  position: absolute;
  left: 15px;
  z-index: 2;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; } }

.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;
  margin-right: 10px;
  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 {
      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;
      min-width: 32px; } }

.product-slider__label-sales {
  width: 49px;
  height: 28px;
  display: inline-block;
  margin: 0 10px 10px 0;
  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;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }
  @media screen and (max-width: 639px) {
    .product-slider__label-sales {
      margin: 0 10px 5px 0; } }

.product-slider__label-hit {
  display: inline-block;
  width: 43px;
  height: 28px;
  margin-right: 10px;
  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;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }
  @media screen and (max-width: 639px) {
    .product-slider__label-hit {
      margin: 0 10px 5px 0; } }

.product-slider__label-last-size {
  display: inline-block;
  width: auto;
  height: 28px;
  margin-right: 10px;
  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-slider__label-last-size {
      margin: 0 10px 5px 0;
      min-width: 32px;
      padding: 4px 3px 0; } }
  @media screen and (max-width: 479px) {
    .product-slider__label-last-size {
      height: 19px;
      margin: 0;
      font-size: 10px;
      font-weight: 500; } }

.product-slider__label-prem {
  display: inline-block;
  width: 70px;
  height: 28px;
  margin-right: 10px;
  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: 639px) {
    .product-slider__label-prem {
      margin: 0 10px 5px 0; } }
  @media screen and (max-width: 479px) {
    .product-slider__label-prem {
      width: 62px;
      height: 19px;
      padding-top: 4px;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }

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

.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;
  background-color: #59324d;
  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; }

.size-bar__list-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff; }

.size-bar__item {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.1); }

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

.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-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; }
    .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; }
    .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: 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; }
    .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; }
    .compilation__slider-box .product-page-slider__pag .swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
      background: #59324d; }

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

.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%;
  border-radius: 3px;
  margin-bottom: 19px; }
  .compilation__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.01);
            transform: scale(1.01);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0 0px 1px #dedede;
            box-shadow: 0 0 0px 1px #dedede; }
  @media (hover: hover) and (pointer: fine) {
    .compilation__preview:hover img {
      -webkit-transform: scale(1.04);
              transform: 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; }

.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: 1px; }

@media screen and (max-width: 639px) {
  .recommend-slider {
    margin: 0 auto 17px; }
    .recommend-slider:not(.recommend-slider.product-offers__slider) {
      padding: 2px; } }

.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: 15px; } }
  @media screen and (max-width: 767px) {
    .catalog__top {
      margin-bottom: 0.3rem; } }

.catalog__inner {
  position: relative;
  padding-top: 70px; }
  @media screen and (max-width: 991px) {
    .catalog__inner {
      padding-top: 30px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .catalog__inner {
      padding-top: 15px;
      margin-bottom: 0.3rem; } }

.catalog__propose {
  position: relative;
  padding: 30px 0 70px; }
  .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__body {
  position: relative;
  padding-bottom: 129px; }
  @media screen and (max-width: 991px) {
    .catalog__body {
      padding: 15px 0; } }

.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: "Montserrat", sans-serif;
  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; }

.catalog__sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 285px;
  margin-right: 20px; }
  @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; } }

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

.catalog__mobile-filter {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 100;
  padding: 20px;
  padding-bottom: 70px;
  -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: 767px) {
    .catalog__mobile-filter {
      display: block; } }

.catalog__mobile-filter--open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.catalog__mobile-filter-btn {
  display: none;
  width: 100%;
  margin-bottom: 11px;
  padding: 18px 0 20px 0;
  background-color: #f3f3f3;
  border-radius: 3px; }
  .catalog__mobile-filter-btn span {
    position: relative;
    padding-left: 20px; }
    .catalog__mobile-filter-btn span:before {
      content: '';
      position: absolute;
      left: -4px;
      top: 2px;
      width: 14px;
      height: 16px;
      background-image: url(/webpack/37160064d60890f7a3888aa85f8033dd.png);
      background-size: cover;
      background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .catalog__mobile-filter-btn {
      display: block; } }

.catalog__mobile-filter-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;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  padding: 10px 20px;
  -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: #fff;
  -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; }

.catalog__mobile-filter-controls--show {
  -webkit-transform: translatex(0%);
          transform: translatex(0%); }

.catalog__mobile-filter-clear {
  width: calc( 50% - 5px);
  padding: 17px 0;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: #7a7a7a;
  text-align: center; }

.catalog__mobile-filter-apply {
  width: calc( 50% - 5px);
  border-radius: 3px;
  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__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-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; }

.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-top: 50px;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .catalog-filters-wrapper {
      margin-top: 0;
      margin-bottom: 25px; } }

.catalog-filters-wrapper.catalog-categories__title {
  margin-bottom: 10px; }

.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.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;
    background-color: transparent;
    border: none; }
  .catalog-filter.catalog-filter--category .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0; }
  .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-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: 37px; }

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

.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: 285px;
  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; }
  @media screen and (max-width: 1300px) {
    .catalog-product {
      width: 250px; } }
  @media screen and (max-width: 1199px) {
    .catalog-product {
      width: 220px; } }
  @media screen and (max-width: 767px) {
    .catalog-product {
      width: calc( 50% - 10px); } }
  @media screen and (max-width: 639px) {
    .catalog-product {
      width: calc( 50% - 4px);
      margin: 2px; }
      .catalog-product.product-slider__item {
        margin: 0; } }

.catalog-product__preview, .product-offers__preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 283px;
  z-index: 1; }
  .catalog-product__preview:hover .catalog-product__board-box, .product-offers__preview:hover .catalog-product__board-box {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  @media screen and (max-width: 1199px) {
    .catalog-product__preview, .product-offers__preview {
      height: 220px; } }
  @media screen and (max-width: 639px) {
    .catalog-product__preview, .product-offers__preview {
      height: auto; } }

.catalog-product__holder {
  display: block;
  height: 100%; }

.catalog-product__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0; }
  @media screen and (max-width: 767px) {
    .catalog-product__image {
      width: 220px;
      margin: 0 auto; } }
  @media screen and (max-width: 639px) {
    .catalog-product__image {
      width: 100%; } }

.catalog-product__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) {
    .catalog-product__board-box {
      display: none; } }

.catalog-product__favorite {
  position: absolute;
  top: 10px;
  right: 15px;
  visibility: hidden;
  opacity: 0; }
  .catalog-product:hover .catalog-product__favorite,
  .product-offers__item:hover .catalog-product__favorite {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s opacity, 0s visibility;
    transition: 0.3s 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: 1px;
      right: 5px; } }

.catalog-product__bag {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: 5px;
  bottom: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer; }
  @media screen and (max-width: 639px) {
    .catalog-product__bag {
      display: block;
      bottom: 0px; } }
  .catalog-product__bag svg {
    width: 100%;
    height: 100%; }

.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 {
  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) {
    .catalog-product__desc {
      padding-top: 0; } }
  .catalog-product__desc.product-slider__desc {
    padding-bottom: 12px; }
    @media screen and (max-width: 639px) {
      .catalog-product__desc.product-slider__desc {
        padding-bottom: 8px; } }

.catalog-product__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) {
    .catalog-product__name {
      padding: 6px 10px 10px;
      font-size: 13px; }
      .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: 25px;
  padding-left: 17px;
  color: #7a7a7a;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .catalog-product__category {
      margin-bottom: 18px; } }
  @media screen and (max-width: 639px) {
    .catalog-product__category {
      font-size: 13px;
      padding-left: 10px; } }

.catalog-product__priceWrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 12px;
  left: 17px; }
  .catalog-product__priceWrap .product-slider__price, .catalog-product__priceWrap .product-slider__price-discount {
    padding-left: 0; }
  @media screen and (max-width: 639px) {
    .catalog-product__priceWrap {
      left: 10px;
      bottom: 8px; } }

.catalog-product__price {
  display: block;
  font-size: 18px;
  font-weight: 400; }
  @media screen and (max-width: 639px) {
    .catalog-product__price {
      font-size: 15px; } }
  .catalog-product__price:first-child {
    margin-right: 10px; }
  .catalog-product__price--discount {
    font-weight: normal;
    color: #f52e50; }
  .catalog-product__price--old {
    text-decoration: line-through;
    font-weight: normal; }

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

.catalog-filters {
  margin-bottom: 44px; }
  .catalog-filters form {
    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: 991px) {
      .catalog-filters form {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .catalog-filters {
      margin-bottom: 25px; } }

.catalog-filter {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 285px;
  height: 64px;
  border: 1px solid #dedede;
  border-radius: 3px;
  border: none; }
  @media screen and (max-width: 1300px) {
    .catalog-filter {
      width: 250px; } }
  @media screen and (max-width: 1199px) {
    .catalog-filter {
      width: 220px; } }
  @media screen and (max-width: 991px) {
    .catalog-filter {
      margin-bottom: 15px;
      width: calc( 50% - 10px); } }
  @media screen and (max-width: 767px) {
    .catalog-filter {
      width: 100%;
      height: 60px; } }
  .catalog-filter:nth-child(1) {
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .catalog-filter:not(:last-child) {
      margin-bottom: 10px; } }

.catalog-filter .select2-selection {
  position: relative; }
  .catalog-filter .select2-selection:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/webpack/0763972616c9b8eec673352cf1f4b2ca.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .catalog-filter .select2-selection:before {
        right: 25px; } }

.catalog-filter .select2-selection__choice {
  max-width: 140px;
  text-overflow: ellipsis; }

.catalog-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  border: none; }

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

.catalog-filter .select2-container {
  width: 100% !important;
  height: 100%;
  border: 1px solid #dedede;
  border-radius: 3px; }

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

.catalog-filter .select2-container .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  height: 100%;
  padding: 16px 20px 20px 23px;
  cursor: pointer;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .catalog-filter .select2-container .select2-selection--multiple .select2-selection__rendered {
      padding-top: 14px; } }

.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:before {
    background-image: url(/webpack/6a87806b2fd32b1d129389209bc0eb46.png); }

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

.select2-container .select2-dropdown {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16); }

.select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
  color: #212121;
  font-size: 14px; }

.select2-container--default .select2-results__options .select2-results__option[aria-selected=false] {
  position: relative;
  padding: 13px 0 13px 62px; }
  .select2-container--default .select2-results__options .select2-results__option[aria-selected=false]: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--default .select2-results__options .select2-results__option[aria-selected=true] {
  position: relative;
  padding: 13px 0 13px 62px;
  background-color: #fff; }
  .select2-container--default .select2-results__options .select2-results__option[aria-selected=true]:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 23px;
    width: 22px;
    height: 22px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-image: url(/webpack/select-checked.svg);
    background-repeat: no-repeat;
    background-size: cover; }

.select2-container--default .select2-results__options.ps {
  position: relative; }
  .select2-container--default .select2-results__options.ps .ps__rail-y {
    width: 5px;
    background-color: #E7E7E7; }
    .select2-container--default .select2-results__options.ps .ps__rail-y:hover {
      opacity: 1;
      background-color: #E7E7E7; }
  .select2-container--default .select2-results__options.ps .ps__rail-y .ps__thumb-y {
    width: 5px;
    background-color: #59324d;
    border-radius: 10px; }

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

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

.select2-container--default .select2-search--inline .select2-search__field {
  pointer-events: none; }
  .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-search__field {
  max-width: calc( 100% - 25px); }

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

.mobile-filter__close {
  position: absolute;
  top: 26px;
  right: 21px;
  width: 23px;
  height: 23px;
  background-color: transparent; }
  .mobile-filter__close::before, .mobile-filter__close::after {
    position: absolute;
    left: 11px;
    top: 0;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #717171; }
  .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; }

.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; }
  @media screen and (max-width: 767px) {
    .catalog-sorting {
      display: none; } }

.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; }
  .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-mobile {
  display: none;
  margin-bottom: 15px; }
  .catalog-sorting-mobile .select2 {
    width: 100% !important; }
  @media screen and (max-width: 767px) {
    .catalog-sorting-mobile {
      display: block; } }

.product__wrap {
  position: relative;
  padding: 130px 0 100px 0; }
  @media screen and (max-width: 991px) {
    .product__wrap {
      padding: 55px 0 60px 0; } }

.product__back {
  display: block;
  position: absolute;
  top: 80px;
  padding-left: 26px;
  font-size: 14px;
  color: #808080; }
  .product__back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 8px;
    background-image: url(/webpack/d867553107e87820278927e9a69f618b.png);
    background-size: cover;
    background-repeat: no-repeat; }
  @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;
  margin-bottom: 70px; }
  @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;
      margin-bottom: 38px; } }

.product-page__slider {
  position: relative;
  width: 60.4%;
  height: 725px;
  margin-right: 50px; }
  @media screen and (max-width: 991px) {
    .product-page__slider {
      width: 100%;
      height: 680px;
      margin: 0 0 57px 0; } }
  @media screen and (max-width: 767px) {
    .product-page__slider {
      height: 92vw; } }
  @media screen and (max-width: 360px) {
    .product-page__slider {
      width: 100.6vw;
      height: 320px;
      margin-left: -23px; } }

.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: 50px;
  line-height: 26px;
  width: 100%; }

.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; }
  @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 22px -1px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .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% - 4px) !important; } }

@media screen and (max-width: 767px) {
  .product-slider__swiper .product-offers__item.catalog-product {
    width: 100%;
    margin: 0; } }

.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;
  left: 15px;
  z-index: 2;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @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; } }

.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;
  margin-right: 10px;
  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 {
      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;
      min-width: 32px; } }

.product-offers__label-sales {
  width: 49px;
  height: 28px;
  display: inline-block;
  margin: 0 10px 10px 0;
  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;
      margin-right: 0;
      margin-bottom: 6px;
      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;
  margin-right: 10px;
  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;
      margin-right: 0;
      margin-bottom: 6px;
      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;
  margin-right: 10px;
  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 {
      margin: 0 10px 5px 0;
      min-width: 32px;
      padding: 4px 3px 0; } }
  @media screen and (max-width: 479px) {
    .product-offers__label-last-size {
      height: 19px;
      margin: 0;
      font-size: 10px;
      font-weight: 500; } }

.product-offers__label-prem {
  display: inline-block;
  width: 70px;
  height: 28px;
  margin-right: 10px;
  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: 639px) {
    .product-offers__label-prem {
      margin: 0 10px 5px 0; } }
  @media screen and (max-width: 479px) {
    .product-offers__label-prem {
      width: 62px;
      height: 19px;
      padding-top: 4px;
      margin-right: 0;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 500; } }

.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-page-slider {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  border: 1px solid #dedede;
  background: transparent;
  border-radius: 3px;
  margin-bottom: 30px; }
  .product-page-slider .swiper-slide {
    cursor: -webkit-grab;
    cursor: grab; }
    .product-page-slider .swiper-slide img {
      width: 100%;
      height: auto;
      display: block; }
      @media screen and (max-width: 360px) {
        .product-page-slider .swiper-slide img {
          max-height: 320px; } }
  @media screen and (max-width: 991px) {
    .product-page-slider {
      margin-bottom: 17px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-page-slider {
      height: 80%; } }

.product-page__slider .product-page-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; }
  .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; }
  .product-page__slider .product-page-slider__pag .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #59324d; }

.product-page-slider__navigate {
  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; }
  .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__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-page__slider--single-image .swiper-slide {
  cursor: default; }

.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: 10px; } }

.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;
  -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; }
  @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__to-cart {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  min-width: 240px;
  background-color: #59324d;
  border-color: #59324d; }
  .product-actions__to-cart:hover {
    background-color: #59324d; }
  @media screen and (max-width: 479px) {
    .product-actions__to-cart {
      display: none; } }

.product-actions__to-cart--mobile {
  display: none; }
  .product-actions__to-cart--mobile:hover {
    background-color: #f52e50; }
    .product-actions__to-cart--mobile:hover span {
      color: #fff; }
  @media screen and (max-width: 479px) {
    .product-actions__to-cart--mobile {
      display: block;
      margin: 10px 0; } }

.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: 639px) {
    .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 {
  margin-bottom: 15px; }
  .select2-container.select2-container--custom-select2 .selection {
    display: block;
    border: 1px solid #dedede;
    border-radius: 3px; }
    .select2-container.select2-container--custom-select2 .selection--error {
      border-color: #F00; }
  @media screen and (max-width: 991px) {
    .select2-container.select2-container--custom-select2 {
      height: 60px;
      margin-bottom: 10px; } }
  .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: 11px;
      height: 8px;
      top: 50%;
      right: 26px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url(/webpack/0763972616c9b8eec673352cf1f4b2ca.png);
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .select2-container.select2-container--custom-select2 .select2-selection:before {
          right: 25px; } }
  .select2-container.select2-container--custom-select2 .select2-selection__choice {
    max-width: 140px;
    text-overflow: ellipsis; }
  .select2-container.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice {
    position: relative;
    padding: 0;
    font-size: 15px;
    background-color: transparent;
    border: none; }
  .select2-container.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0; }
  .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: 59px;
    line-height: 59px;
    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: 60px;
        line-height: 60px; } }
  .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:before {
      background-image: url(/webpack/6a87806b2fd32b1d129389209bc0eb46.png); }
  .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: 0 15px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16); }

.select2-container--custom-select2 .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
  color: #212121;
  font-size: 14px; }

.select2-container--custom-select2 .select2-results__options .select2-results__option {
  position: relative;
  max-height: 300px;
  padding: 13px 15px 13px 25px;
  background-color: #fff; }

.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-top: 11px;
  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; }

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

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

.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; }
    @media screen and (max-width: 767px) {
      .setorder-form__header:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); } }

.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; }
  @media screen and (max-width: 767px) {
    .setorder-form__header--open:after {
      -webkit-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg); } }

.setorder-form__header--disabled:after {
  content: url(/webpack/shevron-disabled.svg); }

.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 {
  margin-left: 15px;
  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-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; }

.delivery-info__payment {
  padding-top: 20px;
  border-top: 1px dashed #DBDBDB; }

.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 {
  padding: 15px;
  background-color: #FDE0E5;
  border-radius: 3px;
  line-height: 1.5;
  color: #000000;
  text-align: center; }

.form-fields__title {
  margin: 0 0 20px 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 transparent; }
  .form-fields__select .select2-container {
    width: 100% !important;
    margin-bottom: 0;
    background-color: #ffffff; }
    @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;
  left: -25px;
  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 {
      left: -20px; } }

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

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

.toggler {
  display: block;
  position: relative;
  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__label {
  margin-left: 15px; }

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

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

.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;
  right: -25px;
  top: 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(100%, -50%);
          transform: translate(100%, -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: 0;
    top: 50%;
    -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-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; } }

@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__rail-y {
  background-color: #E7E7E7;
  width: 4px;
  border-radius: 20px;
  opacity: 1 !important; }
  .ps__rail-y:hover {
    opacity: 1;
    background-color: #E7E7E7; }

.ps__thumb-y {
  background-color: #59324d;
  width: 4px;
  border-radius: 20px;
  right: 0; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #59324d;
  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: #59324d !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 {
  background-color: #e7e7e7; }

.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: #222;
  position: absolute;
  left: 0;
  top: 30px; }
  @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 {
      margin-bottom: 5px; }
      .breadcrumbs ul li .divider {
        margin: 0 5px; }
      .breadcrumbs ul li:not(:last-child) a:hover {
        text-decoration: underline; }
    .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: 5px 20px 17px;
  border-bottom: 1px solid #E8E8E8; }
  @media screen and (max-width: 991px) {
    .search-panel {
      display: block;
      position: fixed;
      z-index: 15;
      top: 54px;
      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%;
  background: #F3F3F3;
  border-radius: 3px; }

.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: 80px;
  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__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: 53%;
  max-height: 550px;
  margin-right: 50px; }
  @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-page-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; }
  .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; }
  .product-popup__slider .product-page-slider__pag .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #59324d; }

.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: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-bottom: 30px; }
  .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: contain;
         object-fit: contain;
      max-height: 550px; }
  @media screen and (max-width: 991px) {
    .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__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: 20px;
  -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; }

