/* ==================== PLUGINS ==================== */
@import url(../vendor/swiper/swiper-bundle.min.css);
@import url(../vendor/choices/choices.min.css);
@import url(../vendor/ion-rangeslider/ion.rangeSlider.min.css);
@import url(../vendor/perfect-scrollbar/perfect-scrollbar.min.css);
@import url(../vendor/fancybox/jquery.fancybox.min.css);
/* ==================== ABSTRACTS ==================== */
/* ==================== BASE ==================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FF8154;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/GolosText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/GolosText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/GolosText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/GolosText-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: hidden;
  padding-top: 63px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  font-size: 20px;
  line-height: 1.6;
  color: 33,33,33,0.85;
}

body {
  background: #fff;
  color: #212121;
  text-align: left;
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

.article-seo__container h2, .section_head {
  color: #212121;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
  font-size: 1.5em;
}

input,
select,
button,
textarea {
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a {
  color: #9168A8;
  text-decoration: none;
}

a:hover {
  color: #6C4980;
  text-decoration: none;
}

a:focus,
a:active {
  color: #9168A8;
  text-decoration: underline;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #303342;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #303342;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #303342;
}

input::placeholder,
textarea::placeholder {
  color: #303342;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

img {
  height: auto;
  max-width: 100%;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1256px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 16px;
}

.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.container .col-lg-8 {
  max-width: 75%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container .col-lg-4 {
  max-width: 25%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container--fullwidth {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .container .col-lg-8 {
    max-width: 100%;
  }
  .container .col-lg-4 {
    max-width: 100%;
  }
}

/* root */
.root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* helper classes */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* bg */
.bg-gray {
  background-color: #F9F8F6;
}

.bg-gray-2 {
  background-color: #EEF4F2;
}

.text-danger {
  color: #FF6767;
}

/* main */
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

/* list */
.list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.list li, .list__item {
  padding-left: 20px;
  position: relative;
}

.list li::before, .list__item::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #6C4980;
  border-radius: 50%;
}

.list--square li::before,
.list--square .list__item::before {
  top: 10px;
  border-radius: 0;
}

/* lazyload */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

/* page-article */
.page-article .news-main__container {
  padding-top: 45px;
  padding-bottom: 107px;
}

.page-article .news-main__head {
  margin-bottom: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-article .news-main__head .subtitle {
  margin-bottom: 40px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .page-article .news-main__container {
    padding-bottom: 60px;
  }
  .page-article .news-main__head .subtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .page-article .news-main__container {
    padding-top: 1px;
  }
}

/* page-catalog */
.page-catalog .heading__title {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .page-catalog {
    padding-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .page-catalog .heading__title {
    margin-bottom: 28px;
  }
}

/* ==================== COMPONENTS ==================== */
.swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  outline: none;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(219, 206, 227, 0.5);
  background-color: rgba(219, 206, 227, 0.5);
  border-radius: 4px;
  color: #6C4980;
  border-radius: 50%;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.swiper-buttons .swiper-button-prev:hover,
.swiper-buttons .swiper-button-next:hover {
  color: #fff;
  border-color: #6C4980;
  background-color: #6C4980;
}

.swiper-buttons .swiper-button-prev:focus, .swiper-buttons .swiper-button-prev:active,
.swiper-buttons .swiper-button-next:focus,
.swiper-buttons .swiper-button-next:active {
  color: #6C4980;
  border-color: rgba(219, 206, 227, 0.5);
  background-color: rgba(219, 206, 227, 0.5);
}

.swiper-buttons .swiper-button-next {
  margin-left: 8px;
}

.swiper-buttons .swiper-button-next::after,
.swiper-buttons .swiper-button-prev::after {
  display: none;
}

.swiper-buttons .swiper-button-i {
  width: 24px;
  height: 24px;
}

.swiper-pagination {
  z-index: 99;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  -webkit-box-shadow: 0 0 0 2px #E0E0E0;
          box-shadow: 0 0 0 2px #E0E0E0;
  background-color: #E0E0E0;
}

.swiper-pagination-bullet:hover {
  -webkit-box-shadow: 0 0 0 2px #303342;
          box-shadow: 0 0 0 2px #303342;
  background-color: #9168A8;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 2px #793A72;
          box-shadow: 0 0 0 2px #793A72;
  background-color: #793A72;
}

.logo {
  font-style: normal;
  font-weight: normal;
  font-family: "Merriweather", serif;
  white-space: nowrap;
  font-size: 36px;
  line-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #212121;
  text-decoration: none;
  will-change: opacity;
  -webkit-transition: color .3s ease, opacity .3s ease;
  transition: color .3s ease, opacity .3s ease;
}

.logo__text {
  margin-right: 16px;
}

.logo__tagline {
  display: block;
  white-space: normal;
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.54;
  color: rgba(33, 33, 33, 0.85);
  max-width: 140px;
  margin-right: 38px;
}

.logo:hover, .logo:focus, .logo:active {
  color: #212121;
  text-decoration: none;
  opacity: .8;
}

/* btn */
.btn {
  text-align: center;
  outline: none;
  cursor: pointer;
  min-height: 48px;
  font-size: 14px;
  line-height: 1;
  padding: 12px 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #6C4980;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease;
  transition: background-color .3s ease, -webkit-box-shadow .3s ease;
  transition: background-color .3s ease, box-shadow .3s ease;
  transition: background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.btn__text + .btn__icon,
.btn__icon + .btn__text {
  margin-left: 4px;
}

.btn__icon {
  width: 24px;
  height: 24px;
  will-change: transform;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  background-color: #9168A8;
  text-decoration: none;
}

.btn:hover .btn__icon,
.btn:focus .btn__icon,
.btn:active .btn__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media (max-width: 576px) {
  .btn {
    font-size: 13px;
    padding: 10px 30px;
  }
}

.btn--outline {
  color: #6C4980;
  background-color: #fff;
  border: 1px solid #6C4980;
}

.btn--outline:hover, .btn--outline:focus, .btn--outline:active {
  color: #fff;
  border-color: #9168A8;
  background-color: #9168A8;
}

.btn--link {
  font-size: 15px;
  font-weight: normal;
  color: #6C4980;
  background-color: transparent;
  border: none;
  text-transform: none;
}

.btn--link:hover, .btn--link:focus, .btn--link:active {
  color: #9168A8;
  background-color: transparent;
  border: none;
}

.social__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  font-size: 24px;
  color: #DBCEE3;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.social__link + .social__link {
  margin-left: 11px;
}

.social__link:hover, .social__link:focus, .social__link:active {
  color: #6C4980;
  text-decoration: none;
}

.social__icon {
  width: 24px;
  height: 24px;
}

.social__text {
  color: #212121;
  font-size: 13px;
  line-height: 1.54;
}

.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #212121;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}

.subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  color: #212121;
  margin-top: 0;
  margin-bottom: 16px;
}

.messenger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(33, 33, 33, 0.85);
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.messenger__icon {
  color: #543964;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.messenger__icon--tg, .messenger__icon--viber {
  width: 24px;
  height: 24px;
}

.messenger:hover, .messenger:focus, .messenger:active,
.messenger:hover .messenger__icon,
.messenger:focus .messenger__icon,
.messenger:active .messenger__icon {
  color: #9168A8;
  text-decoration: none;
}

.select {
  border-radius: 4px;
}

.select .choices[data-type*=select-one]::after {
  right: 18px;
  border-color: #DBCEE3 transparent transparent;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.select .choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.select .choices[data-type*=select-one].is-open .choices__inner {
  -webkit-box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
          box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
}

.select .choices:hover, .select .choices:focus {
  -webkit-box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
          box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
}

.select .choices .choices__inner {
  background-color: #F9F8F6;
  border: 1px solid #E1E1E0;
  padding: 9px 40px 9px 16px;
  font-weight: normal;
  font-size: 15px;
}

.select .choices .choices__list--single {
  padding: 0;
}

.select .choices .choices__placeholder {
  opacity: 1;
  color: #E1E1E0;
}

.select .choices .choices__item--selectable {
  color: #ADA9A4;
}

.select .choices .choices__list--dropdown {
  z-index: 999;
  border-color: #E1E1E0;
}

.select .choices .choices__list--dropdown .choices__item {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: normal;
}

.select .choices .choices__list--dropdown .choices__item--selectable.is-selected {
  color: #9168A8;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.select .choices .choices__list--dropdown .choices__item--selectable.is-selected, .select .choices .choices__list--dropdown .choices__item--selectable.is-selected:hover {
  background-color: #F3ECF7;
}

.select .choices .choices__list--dropdown .choices__item:hover {
  background-color: #F9F8F6;
}

@media (max-width: 576px) {
  .select .choices .choices__inner {
    min-height: 40px;
    padding: 9px 40px 9px 16px;
    font-size: 13px;
  }
}

.range .irs {
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: -5px;
}

.range .irs-min,
.range .irs-max {
  display: none;
}

.range .irs--flat .irs-line,
.range .irs--flat .irs-bar {
  top: 15px;
  height: 4px;
}

.range .irs--flat .irs-line {
  background-color: #F3ECF7;
  border-radius: 4px;
}

.range .irs--flat .irs-bar {
  background-color: #9168A8;
}

.range .irs--flat .irs-handle {
  top: 6px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.range .irs--flat .irs-handle > i:first-child {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background-color: #9168A8;
  border-radius: 50%;
}

.range .irs--flat .irs-single,
.range .irs--flat .irs-from,
.range .irs--flat .irs-to {
  top: 32px;
  font-size: 13px;
  line-height: 1.54;
}

.range .irs--flat .irs-single::before,
.range .irs--flat .irs-from::before,
.range .irs--flat .irs-to::before {
  display: none;
}

.range .irs--flat .irs-single {
  color: #fff;
  padding: 1px 5px 2px;
  background-color: #9168A8;
}

.range .irs--flat .irs-from,
.range .irs--flat .irs-to {
  color: #ADA9A4;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.checkbox {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.54;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  /* checked */
  /* disabled */
}

.checkbox + .checkbox {
  margin-top: 12px;
}

.checkbox__text {
  display: block;
  padding-left: 36px;
}

.checkbox__count {
  color: #ADA9A4;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.checkbox__icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #ADA9A4;
  border-radius: 4px;
  -webkit-transition: border-color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  transition: border-color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
  transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
}

.checkbox__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -5px 0 0 -6px;
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.checkbox:hover,
.checkbox:hover .checkbox__count {
  color: #6C4980;
}

.checkbox:hover .checkbox__icon {
  border-color: #DBCEE3;
  -webkit-box-shadow: 0px 6px 10px rgba(215, 102, 255, 0.25);
          box-shadow: 0px 6px 10px rgba(215, 102, 255, 0.25);
}

.checkbox__control:checked ~ .checkbox__icon {
  border-color: #9168A8;
  background-color: #9168A8;
}

.checkbox__control:checked ~ .checkbox__icon::before {
  opacity: 1;
}

.checkbox--disabled {
  cursor: not-allowed;
}

.checkbox__control:disabled ~ .checkbox__icon {
  border-color: #E1E1E0;
  background-color: #F9F8F6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkbox__control:disabled ~ .checkbox__icon::before {
  opacity: 0;
}

.checkbox__control:disabled ~ .checkbox__text,
.checkbox__control:disabled ~ .checkbox__text .checkbox__count {
  color: #ADA9A4;
  pointer-events: none;
}

.accordion-js__item {
  margin-bottom: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 35px rgba(48, 51, 66, 0.1);
          box-shadow: 0px 20px 35px rgba(48, 51, 66, 0.1);
  border-radius: 2px;
}

.accordion-js__item--open .accordion-js__head {
  opacity: 1;
}

.accordion-js__item--open .accordion-js__head::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -2px;
}

.accordion-js__item--open .accordion-js__body {
  max-height: 1000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.accordion-js__head {
  color: #303342;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  padding: 12px 42px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.accordion-js__head::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  width: 8px;
  height: 8px;
  border: 1px solid #9168A8;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  will-change: transform;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.accordion-js__head:hover {
  opacity: .9;
}

.accordion-js__body {
  font-weight: 400;
  color: rgba(33, 33, 33, 0.85);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.accordion-js__text {
  padding: 0 42px 24px;
  margin-top: -4px;
}

.accordion-js__text p {
  margin: 0;
}

.accordion-js__text p + p {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .accordion-js__head, .accordion-js__text {
    padding-left: 40px;
    padding-right: 30px;
  }
  .accordion-js__head {
    font-size: 15px;
    line-height: 1.5;
  }
  .accordion-js__head::before {
    top: 17px;
    left: 17px;
  }
}

.scrollbar {
  position: relative;
}

.scrollbar.ps--active-y > .ps__rail-y {
  background: #F3ECF7 !important;
  border-radius: 4px;
  width: 8px !important;
}

.scrollbar .ps__rail-y,
.scrollbar.ps:hover > .ps__rail-y {
  opacity: 1;
  width: 8px !important;
}

.scrollbar .ps__thumb-y, .scrollbar .ps__thumb-y:hover {
  background: #9168A8 !important;
  border-radius: 4px;
  width: 8px !important;
  right: 0;
  opacity: 1;
}

.heading__container {
  padding-bottom: 28px;
  padding-top: 28px;
}

.heading__title {
  margin-top: 0px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .heading__container {
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .heading__title {
    text-align: center;
    margin-top: 0;
  }
}

.hamburger {
  outline: none;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9168A8;
  position: relative;
  border: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.hamburger__icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.hamburger:hover, .hamburger:focus, .hamburger:active {
  color: #fff;
  background-color: #793A72;
}

.breadcrumb {
  color: #ADA9A4;
  background-color: #F9F8F6;
}

.breadcrumb__container {
  padding: 12px 16px 6px;
  padding-bottom: 0;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.54;
}

.breadcrumb__item:nth-of-type(1) {
  margin-right: 5px;
}

.breadcrumb__item::after, .breadcrumb__item--active {
  color: #ADA9A4;
}

.breadcrumb__link {
  color: #ADA9A4;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.breadcrumb__link:hover, .breadcrumb__link:focus, .breadcrumb__link:active {
  color: #9168A8;
  text-decoration: underline;
}

.breadcrumb__icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .breadcrumb__list {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .breadcrumb__container {
    padding-top: 12px;
    padding-bottom: 2px;
  }
}

.pagination {
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.pagination__item {
  margin: 0 2px;
}

.pagination__item--dots {
  margin: 0 4px;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  height: 100%;
}

.pagination__item, .pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  color: rgba(33, 33, 33, 0.85);
  height: 100%;
}

.pagination__link {
  min-height: 44px;
  min-width: 44px;
  max-width: 44px;
  padding: 0 10px;
  text-decoration: none;
  background-color: #F9F8F6;
  border-radius: 50%;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.pagination__link:hover, .pagination__link:focus, .pagination__link:active {
  color: rgba(84, 57, 100, 0.85);
  background-color: #F3ECF7;
  text-decoration: none;
}

.pagination .current, .pagination .current:hover, .pagination .current:focus, .pagination .current:active {
  background-color: #F3ECF7;
  color: rgba(84, 57, 100, 0.85);
}

.pagination__icon {
  width: 24px;
  height: 24px;
  color: #6C4980;
}

.pagination .prev {
  margin-right: 8px;
}

.pagination .next {
  margin-left: 8px;
}

.pagination .prev,
.pagination .next {
  padding: 0;
}

@media (max-width: 767px) {
  .pagination__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination__item {
    margin-bottom: 4px;
  }
  .pagination__link-prev {
    margin-right: 0;
  }
  .pagination__link-next {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .pagination__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 290px;
  }
  .pagination__item:first-child, .pagination__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 4px 0;
  }
  .pagination__item:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pagination__item:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pagination__link {
    width: 100%;
  }
}

.prdctfltr_wc_widget .prdctfltr_collector {
  margin-bottom: 0 !important;
  padding: 20px 24px !important;
  font-size: 16px !important;
}

.prdctfltr-widget .prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes, .prdctfltr-widget .prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes {
  padding: 0 !important;
}

.pf_rngstyle_thin .irs-from, .pf_rngstyle_thin .irs-to, .pf_rngstyle_thin .irs-single {
  background: #9168A8 !important;
}

.prdctfltr-widget {
  width: 100%;
  list-style-type: none;
}

.prdctfltr-widget .filter {
  width: 100%;
  /* colors */
  /* tabs sizes */
}

.prdctfltr-widget .filter .prdctfltr_filter {
  padding: 15px 24px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #E1E1E0;
}

.prdctfltr-widget .filter .prdctfltr_filter label {
  font-size: 16px;
  margin-bottom: 5px;
}

.prdctfltr-widget .filter .prdctfltr_filter .prdctfltr_widget_title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  margin-top: 0;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
}

.prdctfltr-widget .filter .prdctfltr_filter .prdctfltr_down {
  margin-top: 20px;
}

.prdctfltr-widget .filter .prdctfltr_wc .prdctfltr_buttons {
  padding: 15px 24px !important;
  border-bottom: 1px solid #E1E1E0;
}

.prdctfltr-widget .filter .prdctfltr_wc .prdctfltr_sale label, .prdctfltr-widget .filter .prdctfltr_wc .prdctfltr_instock label {
  font-size: 16px;
  margin-bottom: 5px;
}

.prdctfltr-widget .filter__top {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
  padding: 16px 24px;
  border-bottom: 1px solid #E1E1E0;
}

.prdctfltr-widget .filter__top-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.prdctfltr-widget .filter__top-close {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}

.prdctfltr-widget .filter__top-close::before, .prdctfltr-widget .filter__top-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #303342;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  margin: -1px 0 0 -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.prdctfltr-widget .filter__top-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.prdctfltr-widget .filter__top-close:hover::before, .prdctfltr-widget .filter__top-close:hover::after {
  background-color: #FF8154;
}

.prdctfltr-widget .filter__head {
  padding: 28px 24px 24px;
  border-bottom: 1px solid #E1E1E0;
}

.prdctfltr-widget .filter__btn-category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
}

.prdctfltr-widget .filter__btn-category .btn__icon {
  color: #DBCEE3;
}

.prdctfltr-widget .filter__btn-category .btn__icon:nth-of-type(2) {
  width: 14px;
  height: 14px;
}

.prdctfltr-widget .filter__btn-category:hover,
.prdctfltr-widget .filter__btn-category:hover .btn__icon, .prdctfltr-widget .filter__btn-category:focus,
.prdctfltr-widget .filter__btn-category:focus .btn__icon, .prdctfltr-widget .filter__btn-category:active,
.prdctfltr-widget .filter__btn-category:active .btn__icon {
  color: #DBCEE3;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.prdctfltr-widget .filter__btn-category--active .btn__icon--right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.prdctfltr-widget .filter__btn-category--mobile {
  display: none;
}

.prdctfltr-widget .filter__menu {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.prdctfltr-widget .filter__menu-items {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 15px 0 0;
}

.prdctfltr-widget .filter__menu-link {
  display: block;
  color: #303342;
  padding: 5px 0;
}

.prdctfltr-widget .filter__menu-link:hover, .prdctfltr-widget .filter__menu-link:focus, .prdctfltr-widget .filter__menu-link:active {
  color: #9168A8;
}

.prdctfltr-widget .filter__menu--active {
  max-height: 2000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  padding-bottom: 16px;
}

.prdctfltr-widget .filter__inner {
  position: relative;
}

.prdctfltr-widget .filter__show {
  position: absolute;
  top: 66px;
  left: calc(100% - 20px);
  color: #fff;
  height: 44px;
  font-size: 13px;
  overflow: hidden;
  padding-left: 22px;
  z-index: 299;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.prdctfltr-widget .filter__show::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  background-color: #6C4980;
  height: 44px;
  width: 44px;
  border-radius: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}

.prdctfltr-widget .filter__show-inner {
  white-space: nowrap;
  height: 44px;
  background-color: #6C4980;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15px 5px 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 10px rgba(215, 102, 255, 0.25);
          box-shadow: 0px 6px 10px rgba(215, 102, 255, 0.25);
}

.prdctfltr-widget .filter__show-text {
  margin-right: 6px;
  border-bottom: 2px dotted #fff;
}

.prdctfltr-widget .filter__show:hover, .prdctfltr-widget .filter__show:focus, .prdctfltr-widget .filter__show:active {
  opacity: .9;
  color: #fff;
  text-decoration: none;
}

.prdctfltr-widget .filter__item {
  padding: 15px 24px;
}

.prdctfltr-widget .filter__item + .prdctfltr-widget .filter__item {
  border-top: 1px solid #E1E1E0;
}

.prdctfltr-widget .filter__item:last-of-type {
  border-bottom: 1px solid #E1E1E0;
}

.prdctfltr-widget .filter__item--open .filter__title {
  margin-bottom: 0 !important;
}

.prdctfltr-widget .filter__item--open .filter__title-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.prdctfltr-widget .filter__item--open .filter__collapse {
  overflow: hidden !important;
  max-height: 0;
  padding-bottom: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -webkit-animation: none;
          animation: none;
}

.prdctfltr-widget .filter__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 20px;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
}

.prdctfltr-widget .filter__title-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: #9168A8;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  will-change: transform;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.prdctfltr-widget .filter__collapse {
  overflow: hidden;
  padding-bottom: 16px;
  max-height: 2000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  -webkit-animation: animAddOverflowVisible 1s linear forwards;
          animation: animAddOverflowVisible 1s linear forwards;
}

.prdctfltr-widget .filter__collapse .filter__title {
  margin-top: 30px;
}

.prdctfltr-widget .filter__checkboxes {
  max-height: 348px;
  overflow-y: auto;
  padding-top: 3px;
}

.prdctfltr-widget .filter__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
  margin-bottom: 15px;
}

.prdctfltr-widget .filter__price-range {
  width: calc(100% - 46px);
  min-width: calc(100% - 46px);
  padding-right: 16px;
  position: relative;
  top: 8px;
}

.prdctfltr-widget .filter__price-btn {
  position: relative;
  top: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #9168A8;
  text-transform: uppercase;
  background-color: #F3ECF7;
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  min-height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50%;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.prdctfltr-widget .filter__price-btn:hover, .prdctfltr-widget .filter__price-btn:focus, .prdctfltr-widget .filter__price-btn:active {
  background-color: #9168A8;
  color: #fff;
}

.prdctfltr-widget .filter .filter__item--prices.filter__item--open .filter__title {
  margin-bottom: 12px;
}

.prdctfltr-widget .filter__colors {
  margin: 0 -6px -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prdctfltr-widget .filter__color {
  margin: 0 6px 12px;
}

.prdctfltr-widget .filter__color, .prdctfltr-widget .filter__color-box {
  width: 36px;
  height: 36px;
  display: block;
  cursor: pointer;
}

.prdctfltr-widget .filter__color-box {
  padding: 8px;
  background-color: #fff;
  border: 1.125px solid #DBCEE3;
  border-radius: 4.5px;
  position: relative;
}

.prdctfltr-widget .filter__color-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}

.prdctfltr-widget .filter__color-control:checked ~ .prdctfltr-widget .filter__color-box {
  border-color: #9168A8;
}

.prdctfltr-widget .filter__tabs-size, .prdctfltr-widget .filter__tabs-size-list, .prdctfltr-widget .filter__tabs-size-item {
  position: relative;
}

.prdctfltr-widget .filter__tabs-size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ADA9A4;
}

.prdctfltr-widget .filter__tabs-size-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F3ECF7;
}

.prdctfltr-widget .filter__tabs-size-item {
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 0 8px;
  margin-right: 24px;
}

.prdctfltr-widget .filter__tabs-size-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #9168A8;
  z-index: 1;
  width: 0;
  will-change: opacity;
  opacity: 0;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.prdctfltr-widget .filter__tabs-size-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prdctfltr-widget .filter__tabs-size-column {
  max-width: 33.3333%;
  width: 33.3333%;
}

.prdctfltr-widget .filter__tabs-size-column {
  margin-top: 12px;
}

.prdctfltr-widget .filter__tabs-size-content {
  display: none;
  padding: 10px 0 0;
}

.prdctfltr-widget .filter #filterSizeEU:checked ~ .filter__tabs-size-list [for="filterSizeEU"],
.prdctfltr-widget .filter #filterSizeINT:checked ~ .filter__tabs-size-list [for="filterSizeINT"],
.prdctfltr-widget .filter #filterSizeUA:checked ~ .filter__tabs-size-list [for="filterSizeUA"] {
  color: #303342;
}

.prdctfltr-widget .filter #filterSizeEU:checked ~ .filter__tabs-size-list [for="filterSizeEU"]::before,
.prdctfltr-widget .filter #filterSizeINT:checked ~ .filter__tabs-size-list [for="filterSizeINT"]::before,
.prdctfltr-widget .filter #filterSizeUA:checked ~ .filter__tabs-size-list [for="filterSizeUA"]::before {
  width: 100%;
  opacity: 1;
}

.prdctfltr-widget .filter #filterSizeEU:checked ~ .filter__tabs-size-content--1,
.prdctfltr-widget .filter #filterSizeINT:checked ~ .filter__tabs-size-content--2,
.prdctfltr-widget .filter #filterSizeUA:checked ~ .filter__tabs-size-content--3 {
  display: block;
}

.prdctfltr-widget .filter__link-table-sizes {
  display: block;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .prdctfltr-widget .filter__btn-category, .prdctfltr-widget .filter__show {
    display: none;
  }
  .prdctfltr-widget .filter__btn-category--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
  .prdctfltr-widget .filter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prdctfltr-widget .filter__menu {
    margin-bottom: 40px;
  }
}

@-webkit-keyframes animAddOverflowVisible {
  0%,
  99% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}

@keyframes animAddOverflowVisible {
  0%,
  99% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}

.faq + .article {
  margin-top: 48px;
}

.faq__title {
  color: #303342;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
}

.form {
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
}

.form__item {
  position: relative;
  margin-bottom: 20px;
}

.form__control {
  width: 100%;
  display: block;
  height: 44px;
  padding: 10px 15px;
  background-color: #F9F8F6;
  border: 1px solid #F9F8F6;
  outline: none;
  border-radius: 2px;
  -webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
  transition: border-color .3s ease, -webkit-box-shadow .3s ease;
  transition: border-color .3s ease, box-shadow .3s ease;
  transition: border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.form__control:focus {
  border-color: #9168A8;
  -webkit-box-shadow: 0 0 0 2px rgba(145, 104, 168, 0.25);
          box-shadow: 0 0 0 2px rgba(145, 104, 168, 0.25);
}

.form__control--textarea {
  min-height: 89px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form__submit {
  margin: 10px 0 0;
  padding: .8em 2.5em;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  outline: none;
}

.table {
  color: rgba(33, 33, 33, 0.85);
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 18px;
  table-layout: fixed;
}

.table td {
  padding: 9px 12px;
  border: 2px solid #F9F8F6;
}

.table p {
  margin: 0;
}

@media (max-width: 576px) {
  .table td {
    padding: 8px;
  }
}

.table--sizes {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.54;
}

.table--sizes td,
.table--sizes th {
  padding: 6px 12px;
  border: none;
}

.table--sizes thead th {
  font-weight: 400;
  color: #543964;
  background-color: #F3ECF7;
}

.table--sizes tr:nth-child(even) {
  background-color: #F9F8F6;
}

@media (max-width: 576px) {
  .table--sizes {
    font-size: 12px;
  }
  .table--sizes td,
  .table--sizes th {
    padding: 4px 8px;
  }
}

blockquote {
  padding: 15px 0;
  margin: 1.1em 0;
  font-weight: 700;
  line-height: 1.588;
  border-top: 4px solid #6C4980;
  border-bottom: 4px solid #6C4980;
}

blockquote, blockquote__title {
  font-size: 17px;
}

blockquote__title {
  color: #212121;
  margin-bottom: 12px;
}

blockquote p {
  margin: 0 0 1em;
}

.modal {
  display: none;
  max-width: 936px;
  width: 100%;
  padding: 50px 64px 50px;
}

.modal__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.17;
  margin-top: 0;
  margin-bottom: 24px;
}

.modal .fancybox-close-small {
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  width: 24px;
  height: 24px;
  right: 5px;
  top: 5px;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.modal .fancybox-close-small:hover,
.modal .fancybox-close-small:focus,
.modal .fancybox-close-small:active {
  background-color: #F3F4F8;
  color: #6C4980;
}

@media (max-width: 991px) {
  .modal {
    padding: 30px 20px 20px;
  }
}

@media (max-width: 576px) {
  .modal {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* fancybox custom */
.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-image {
  border-radius: 2px;
}

.fancybox-is-open .fancybox-bg {
  opacity: .4;
}

.label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background-color: #6C4980;
  text-transform: uppercase;
  padding: 4px 12px;
}

.label + .label {
  margin-top: 8px;
}

.label--action {
  background-color: #FF6767;
}

.label--hit {
  background-color: #6C4980;
}

.label--new {
  background-color: #4ACB91;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_color .prdctfltr_checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_color .prdctfltr_checkboxes label:first-child span {
  margin-left: 0;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_color .prdctfltr_checkboxes label span {
  border: 2px solid #F2F2F2;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block;
  margin: 3px;
  border-radius: 50%;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_pa_color .prdctfltr_checkboxes label span:before {
  display: none;
}

.checkout-page ul {
  list-style-type: none;
}

.checkout-page .mini-cart .woocommerce-mini-cart {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.checkout-page .mini-cart li {
  position: relative;
}

.checkout-page .mini-cart li .remove_from_cart_button {
  position: absolute;
  left: 5px;
  top: 0;
}

.checkout-page .mini-cart li .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.checkout-page .mini-cart li .flex-content img {
  max-width: 80px;
  margin-right: 15px;
}

.checkout-page .mini-cart li .flex-content .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout-page .mini-cart li .flex-content .product-info p {
  margin: 0;
}

.checkout-page .woocommerce-mini-cart__total strong {
  font-size: 18px;
  margin-right: 50px;
}

.checkout-page .woocommerce-mini-cart__total span {
  font-size: 24px;
  font-weight: 500;
}

.custom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-flex .col2-set {
  width: 100%;
}

.custom-flex .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-flex .woocommerce-billing-fields__field-wrapper .form-row-first,
.custom-flex .woocommerce-billing-fields__field-wrapper .form-row-last {
  max-width: 48%;
}

.custom-flex .woocommerce-additional-fields {
  display: none;
}

.custom-flex .table_top {
  display: none !important;
}

.custom-flex .form-row {
  display: block;
  width: 100%;
}

.custom-flex .form-row label,
.custom-flex .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.custom-flex .form-row .woocommerce-input-wrapper {
  margin-top: 10px;
}

.custom-flex .form-row input,
.custom-flex .form-row textarea,
.custom-flex .form-row select {
  width: 100%;
  background-color: #f9f8f6;
  border: 1px solid #e1e1e0;
  padding: 9px 40px 9px 16px;
  font-weight: normal;
  font-size: 15px;
}

.custom-flex .form-row textarea {
  height: 150px;
}

.custom-flex .shop_table {
  width: 100%;
}

.custom-flex ul {
  padding: 0;
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .custom-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custom-flex form.checkout {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-flex .woocommerce {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.cart-collaterals {
  background-color: #F3ECF7;
  padding: 15px;
}

.cart-collaterals h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.cart-collaterals .cart_totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-collaterals .cart_totals .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-collaterals .cart_totals .order-total div {
  font-size: 18px;
}

.cart-collaterals .cart_totals .order-total div:first-child {
  margin-right: 50px;
}

.cart-collaterals .cart_totals .order-total div span {
  font-size: 24px;
  font-weight: 500;
}

.cart-collaterals .cart_totals input {
  margin-right: 15px;
}

.cart-collaterals .cart_totals ul {
  list-style-type: none;
}

.cart-collaterals .cart_totals .shop_table {
  width: 100%;
  margin-bottom: 20px;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  width: 100%;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cart-collaterals .cart_totals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-collaterals .cart_totals .shop_table {
    margin-bottom: 20px;
  }
  .cart-collaterals .cart_totals .btn {
    font-size: 13px;
    padding: 10px 30px;
  }
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.cart.shop_table {
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  width: 100%;
  margin-bottom: 50px;
}

.cart.shop_table .table_top {
  background-color: #F3ECF7;
}

.cart.shop_table .table_top * {
  font-weight: bold;
}

.cart.shop_table .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  padding-right: 30px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.cart.shop_table .cart_item > div {
  margin-right: 15px;
}

.cart.shop_table .cart_item > div:last-child {
  margin-right: 0;
}

.cart.shop_table .cart_item .product-remove {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart.shop_table .cart_item .product-remove a {
  color: #FF6767;
  font-size: 20px;
}

.cart.shop_table .cart_item .product-thumbnail {
  max-width: 80px;
  width: 100%;
}

.cart.shop_table .cart_item .product-thumbnail img {
  width: 100%;
}

.cart.shop_table .cart_item .product-name {
  max-width: 250px;
  width: 100%;
}

.cart.shop_table .cart_item .product-price {
  max-width: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart.shop_table .cart_item .product-price del * {
  font-size: 12px;
}

.cart.shop_table .cart_item .product-price ins {
  text-decoration: none;
}

.cart.shop_table .cart_item .product-price ins * {
  font-size: 20px;
  color: #6c4980;
}

.cart.shop_table .cart_item .product-price .for_one {
  font-size: 12px;
  display: block;
  text-align: center;
}

.cart.shop_table .cart_item .product-quantity {
  max-width: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart.shop_table .cart_item .product-quantity label {
  display: none;
}

.cart.shop_table .cart_item .product-quantity .for_one {
  font-size: 12px;
  display: block;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cart.shop_table .cart_item .product-quantity input[type="number"]::-webkit-inner-spin-button,
.cart.shop_table .cart_item .product-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart.shop_table .cart_item .product-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.cart.shop_table .cart_item .product-quantity input {
  width: 60px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.cart.shop_table .cart_item .product-quantity .qty_button {
  width: 20px;
  height: 42px;
  line-height: 1.65;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  background-color: #F3ECF7;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cart.shop_table .cart_item .product-quantity .qty_button:hover {
  background-color: #6C4980;
  color: #fff;
}

.cart.shop_table .cart_item .product-quantity input:focus {
  outline: 0;
}

.cart.shop_table .cart_item .product-subtotal {
  max-width: 100px;
  width: 100%;
}

.cart.shop_table .cart_item .product-subtotal * {
  font-size: 20px;
  color: #6c4980;
}

.cart.shop_table .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart.shop_table .actions .btn {
  background-color: #F3ECF7;
  color: #543964;
}

.cart__price {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  color: #212121;
  margin-right: 12px;
}

.cart__pict, .cart__icon {
  width: 36px;
  height: 36px;
}

.cart__pict {
  position: relative;
}

.cart__count {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #9168A8;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .cart.shop_table .table_top {
    display: none;
  }
  .cart.shop_table .cart_item {
    padding-bottom: 10px;
  }
  .cart.shop_table .cart_item .product-thumbnail {
    max-width: 80px;
  }
  .cart.shop_table .cart_item .product-subtotal {
    max-width: 50px;
  }
}

@media screen and (max-width: 475px) {
  .cart.shop_table .cart_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart.shop_table .cart_item > div {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .cart.shop_table .cart_item .product-thumbnail {
    max-width: 200px;
  }
  .cart.shop_table .cart_item .product-remove {
    left: auto;
    right: 15px;
    top: 15px;
  }
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang__item {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  color: #ADA9A4;
  text-decoration: none;
}

.lang__item + .lang__item {
  margin-left: 16px;
}

.lang__item--active, .lang__item--active:hover, .lang__item--active:focus, .lang__item--active:active {
  color: #212121;
  text-decoration: none;
  cursor: text;
}

.category__columns, .category__column, .category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category__columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.category__column {
  max-width: 25%;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.category__item {
  color: #212121;
  background-color: #fff;
  width: 100%;
  border: 1px solid #E1E1E0;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.category__item:hover, .category__item:focus, .category__item:active {
  color: #212121;
  text-decoration: none;
  -webkit-box-shadow: 0px 15px 30px rgba(33, 33, 33, 0.15);
          box-shadow: 0px 15px 30px rgba(33, 33, 33, 0.15);
}

.category__pict {
  overflow: hidden;
  min-width: 100px;
  margin: -1px;
  position: relative;
  z-index: 1;
}

.category__img {
  display: block;
  width: 100px;
  min-width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.category__content {
  padding: 16px 32px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.category__name {
  width: 100%;
  line-height: 1.33;
}

.category__icon {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: #6C4980;
}

@media (max-width: 1200px) {
  .category__name::after {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .category__column {
    max-width: 50%;
    width: 50%;
  }
}

@media (max-width: 576px) {
  .category__column {
    max-width: 100%;
    width: 100%;
  }
  .category__name::after {
    right: 5%;
  }
}

.image-text {
  padding: 50px 0;
}

.image-text__main-image {
  max-width: 80%;
  width: 100%;
}

.image-text__main-image img {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.image-text ul {
  list-style-type: none;
  padding: 0;
  margin-left: 80px;
  width: 100%;
}

.image-text li {
  font-size: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-text li img {
  margin-right: 20px;
  max-width: 100px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .image-text li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ==================== BLOCKS ==================== */
.header {
  background-color: #DBCEE3;
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0;
}

.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.header__container {
  padding-top: 18px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-right: 10px;
}

.header__contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -2px;
}

.header__contacts-list .contacts__list-item + .contacts__list-item {
  margin-top: 0;
  margin-left: 20px;
}

.header__cart {
  margin-left: auto;
  position: relative;
  top: -2px;
}

@media (max-width: 1200px) {
  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header__logo {
    margin-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 26.1493px;
    line-height: 33px;
  }
  .header__logo .logo__tagline {
    font-weight: normal;
    font-size: 9.44279px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .header__contacts-list {
    top: 0;
  }
  .header__cart {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__contacts-list {
    display: none;
  }
  .header__cart {
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  .header__container {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .header__cart .cart__price {
    display: none;
  }
}

.navbar {
  background-color: #fff;
  position: absolute;
  top: 81px;
  width: 100%;
  left: 0;
}

.navbar.sticky {
  position: fixed;
  width: 100%;
  top: 81px;
  left: 0;
  z-index: 999;
}

.navbar__container {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navbar__menu > .menu-item {
  margin-right: 28px;
  position: relative;
}

.navbar__menu > .menu-item > a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  color: #212121;
}

.navbar__menu > .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f8f6;
  margin: 0;
  list-style: none;
  z-index: 999;
  min-width: 320px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 20px 20px;
}

.navbar__menu > .menu-item .sub-menu a {
  padding: 5px 19px 5px 0;
  display: block;
  color: #303342;
}

.navbar__menu > .menu-item:hover .sub-menu {
  display: block;
}

.navbar__caret {
  margin-left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #dbcee3 transparent transparent transparent;
}

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

.navbar__lang {
  margin-right: 25px;
}

.navbar__social {
  position: relative;
  top: 3px;
}

.navbar__hamburger {
  display: none;
}

.navbar__head {
  min-height: 60px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background-color: #6c4980;
}

.navbar__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}

.navbar__close {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  outline: none;
  position: relative;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.navbar__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  margin: -1px 0 0 -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  margin: -1px 0 0 -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar__close:hover {
  opacity: 0.8;
}

.navbar__close:focus {
  opacity: 0.8;
}

.navbar__close:active {
  opacity: 0.8;
}

.navbar__follow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #9168a8;
}

.navbar__follow-link-icon {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.navbar__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #f9f8f6;
  padding: 40px 20px;
}

.navbar__footer {
  margin-top: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

@media (min-width: 992px) {
  .navbar__item:hover .navbar__submenu {
    display: block;
  }
  .navbar__head {
    display: none;
  }
  .navbar__follow-link {
    display: none;
  }
  .navbar__phones {
    display: none;
  }
  .navbar__footer {
    display: none;
  }
  .sub-menu {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
  .navbar .menu-item .sub-menu {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 991px) {
  .navbar__container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .navbar__collapse {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #f9f8f6;
    z-index: 999;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .navbar__right {
    width: 50%;
    height: 45px;
    background-color: #543964;
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar__right .navbar__lang {
    display: none;
  }
  .navbar__right .navbar__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
  }
  .navbar__collapse--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .navbar__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
  .navbar__item {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar__item + .navbar__item {
    border-top: 1px solid #f9f8f6;
  }
  .navbar__link {
    width: 70%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 20px;
    padding-right: 0;
  }
  .navbar__follow-link {
    width: 30%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
  }
  .navbar__link--catalog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 60px;
    position: relative;
  }
  .navbar__link--catalog .navbar__caret {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: #f3ecf7;
    border-radius: 50%;
    margin-top: -15px;
    border: none;
  }
  .navbar__link--catalog .navbar__caret::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #6c4980;
    margin: -1px 0 0 -6px;
  }
  .navbar__link--catalog .navbar__caret::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #6c4980;
    margin: -1px 0 0 -6px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .navbar__link--catalog--active .navbar__caret::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .navbar__submenu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .navbar__submenu--catalog--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar__submenu-link {
    padding: 5px 20px;
  }
}

/* products */
.products {
  padding-bottom: 80px;
  position: relative;
}

.products__container {
  padding-top: 80px;
  padding-bottom: 23px;
}

.products__inner {
  padding-left: 36px;
  padding-right: 36px;
}

.products__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.products__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  max-width: calc(100% / 5);
  width: calc(100% / 5);
}

.products__foot {
  text-align: center;
  margin-top: -10px;
}

.products__foot .btn__icon {
  position: relative;
  top: 1px;
}

.products__swiper .product::before {
  display: none;
}

.products__swiper .product__desc {
  color: #3e4254;
}

.products__swiper .product__foot {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products__swiper .product__foot .btn {
  margin: 0;
}

.products__swiper .product__foot .btn + .btn {
  margin-top: 8px;
}

@media (max-width: 1440px) {
  .products__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .products__column {
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (max-width: 1024px) {
  .products__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .products__column {
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media (max-width: 767px) {
  .products__container {
    padding-top: 58px;
    padding-bottom: 14px;
  }
  .products__title {
    text-align: center;
  }
  .products__column {
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
  .products__btn-catalog {
    line-height: 20px;
    text-align: left;
  }
}

/* product viewed */
.products--viewed {
  padding-bottom: 65px;
}

.products--viewed .products__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2px;
}

.products--viewed .swiper-buttons {
  margin-bottom: 36px;
  margin-top: -4px;
}

@media (max-width: 1200px) {
  .products--viewed .products__container {
    text-align: center;
    display: block;
  }
  .products--viewed .swiper-buttons {
    display: none;
  }
}

@media (max-width: 991px) {
  .products--viewed {
    padding-bottom: 40px;
  }
  .products--viewed .products__container {
    padding-top: 60px;
    padding-bottom: 12px;
  }
}

@media (max-width: 576px) {
  .products--viewed .products__inner {
    padding-left: 32px;
    padding-right: 16px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
  }
  .products--viewed .products__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 9;
  }
}

/* product */
.product-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #212121;
  margin-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.product-custom::before {
  content: "";
  z-index: 99;
  background-color: #fff;
  position: absolute;
  top: -24px;
  left: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  -webkit-box-shadow: 0px 15px 30px rgba(33, 33, 33, 0.15);
          box-shadow: 0px 15px 30px rgba(33, 33, 33, 0.15);
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-custom:hover::before, .product-custom:focus::before, .product-custom:active::before {
  opacity: 1;
  pointer-events: auto;
  z-index: 102;
}

.product-custom:hover, .product-custom:focus, .product-custom:active,
.product-custom:hover .product-custom__inner,
.product-custom:focus .product-custom__inner,
.product-custom:active .product-custom__inner {
  color: #ADA9A4;
  text-decoration: none;
}

.product-custom:hover .product-custom__head::before,
.product-custom:focus .product-custom__head::before,
.product-custom:active .product-custom__head::before,
.product-custom:hover .product-custom__hidden,
.product-custom:focus .product-custom__hidden,
.product-custom:active .product-custom__hidden {
  opacity: 1;
}

.product-custom:hover .product-custom__inner,
.product-custom:focus .product-custom__inner,
.product-custom:active .product-custom__inner {
  z-index: 103;
}

.product-custom:hover .product-custom__img,
.product-custom:focus .product-custom__img,
.product-custom:active .product-custom__img {
  opacity: 0.7;
}

.product-custom:hover .product-custom__foot,
.product-custom:focus .product-custom__foot,
.product-custom:active .product-custom__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 103;
}

.product-custom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  position: relative;
  z-index: 101;
  color: #212121;
}

.product-custom__head {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  height: 0;
}

.product-custom__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 206, 227, 0.7);
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.product-custom__body {
  padding-top: 12px;
  padding-bottom: 12px;
}

.product-custom__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-custom__articul {
  font-size: 13px;
  line-height: 1.54;
  color: #ADA9A4;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-custom__desc, .product-custom__price {
  color: #212121;
}

.product-custom__desc {
  margin-bottom: 8px;
  max-height: calc(1.6em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-custom__price {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
}

.product-custom__price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-custom__price .price del {
  font-weight: 400;
  font-size: 14px;
  color: #ada9a4;
  margin-bottom: 2px;
  text-decoration: none;
}

.product-custom__price .price ins {
  color: #FF8154;
  margin-right: 12px;
  text-decoration: none;
}

.product-custom__price-now {
  margin-right: 12px;
}

.product-custom__price-old {
  font-weight: 400;
  font-size: 14px;
  color: #ADA9A4;
  margin-bottom: 2px;
}

.product-custom--action .product__price-now {
  color: #FF8154;
}

.product-custom__hidden {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-custom__sizes {
  margin-bottom: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .product-custom::before {
    position: absolute;
    top: -16px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
  }
}

@media (max-width: 767px) {
  .product-custom {
    margin-bottom: 3px;
  }
  .product-custom__body {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .product-custom__articul {
    font-size: 12px;
  }
  .product-custom__price {
    font-size: 16px;
  }
  .product-custom__price-old {
    font-size: 13px;
  }
  .product-custom__sizes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-custom__sizes .card__size {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 4px;
  }
  .product-custom__sizes .card__size:last-child {
    margin-right: 2px;
  }
  .product-custom__sizes .card__size-text {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 576px) {
  .product-custom__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-custom__btn-compare, .product-custom__btn-more {
    font-size: 3vw;
    min-height: 28px;
    padding: 0.4em 1em;
  }
}

.news {
  background-color: #F9F8F6;
  overflow-x: hidden;
}

.news__container {
  padding-top: 84px;
  padding-bottom: 67px;
}

.news__title {
  margin-bottom: 36px;
}

.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 416px;
}

.news__body {
  margin-bottom: 40px;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.news__item:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(33, 33, 33, 0.15);
          box-shadow: 0px 15px 30px rgba(33, 33, 33, 0.15);
}

.news__item-pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 392px;
  position: relative;
  background-color: #F3ECF7;
}

.news__item-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__item-content {
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news__item-time {
  font-size: 13px;
  line-height: 1.54;
  color: #ADA9A4;
  display: block;
  margin-bottom: 16px;
}

.news__item-title {
  margin-top: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.news__item-title-link {
  color: #212121;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.news__item-title-link:hover, .news__item-title-link:focus, .news__item-title-link:active {
  color: #E1E1E0;
  text-decoration: none;
}

.news__item-paragraph {
  margin-top: 0;
  margin-bottom: 15px;
}

.news__item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #6C4980;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border-radius: 0px 2px 0px 0px;
}

.news__item .btn__icon {
  position: relative;
  top: 1px;
}

.news__foot {
  text-align: center;
}

.news__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.news__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
}

.news__column:nth-of-type(1) {
  width: calc(100% - 416px);
}

.news__column:nth-of-type(2) {
  width: 416px;
}

.news .btn__icon {
  position: relative;
  top: 2px;
}

.news__swiper {
  -webkit-box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
          box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
  border-radius: 5px;
}

.news .swiper-buttons {
  margin-bottom: 36px;
  margin-top: -4px;
}

.news .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
  margin-top: 20px;
}

.news .swiper-pagination-bullet {
  background: #F2F2F2;
  opacity: 1;
}

.news .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF6767;
}

.news__btn-all--mobile {
  display: none;
}

@media (max-width: 1200px) {
  .news__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news__item-pict, .news__item-content {
    max-width: 50%;
    width: 50%;
  }
  .news__item-pict {
    min-width: 50%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .news__head {
    padding-right: 0;
  }
  .news__columns {
    display: block;
    margin: 0;
  }
  .news__column {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .news__column:nth-of-type(1), .news__column:nth-of-type(2) {
    width: 100%;
  }
  .news__btn-all {
    display: none;
  }
  .news__btn-all--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 28px auto 60px auto;
  }
}

@media (max-width: 767px) {
  .news__container {
    padding-top: 68px;
    padding-bottom: 1px;
  }
}

@media (max-width: 576px) {
  .news__head {
    display: block;
  }
  .news__swiper {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .news__title {
    text-align: center;
  }
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 5px;
  }
  .news__item-pict {
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 84.72%;
    position: relative;
    overflow: hidden;
  }
  .news__item-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
  }
  .news__item-content {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
  }
  .news__item-time {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .news__item-title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .news__item-paragraph {
    margin-bottom: 8px;
  }
  .news__item .btn__icon {
    top: 1px;
  }
  .news__item-more {
    padding-left: 0;
  }
  .news .swiper-buttons {
    display: none;
  }
  .news .swiper-pagination {
    display: block;
    margin-top: 22px;
    position: relative;
    top: 0;
  }
  .news__banner {
    padding: 0;
  }
  .news__btn-all--mobile {
    margin: 22px auto 58px auto;
  }
  .news .btn__icon {
    top: 1px;
  }
}

.news-main__container {
  padding-top: 66px;
  padding-bottom: 112px;
}

.news-main__head {
  margin-bottom: 40px;
}

.news-main__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.news-main__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 33.333%;
  width: 33.333%;
  margin-bottom: 48px;
}

.news-main__column--full {
  max-width: 100% !important;
  width: 100% !important;
}

.news-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2px;
  border: 1px solid #F2F2F2;
}

.news-main__item .news__item-content {
  padding-top: 30px;
}

.news-main__item .news__item-time {
  margin-bottom: 16px;
}

.news-main__item .news__item-title,
.news-main__item .news__item-paragraph,
.news-main__item .news__item-title-link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-main__item .news__item-title-link {
  color: #212121;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.news-main__item .news__item-title-link:hover, .news-main__item .news__item-title-link:focus, .news-main__item .news__item-title-link:active {
  color: #212121;
  text-decoration: none;
}

.news-main__item .news__item-title,
.news-main__item .news__item-title-link {
  max-height: calc(1.65em * 3);
}

.news-main__item .news__item-paragraph {
  max-height: calc(1.6em * 3);
  margin-bottom: -86px;
  -webkit-transition: margin-bottom .5s ease;
  transition: margin-bottom .5s ease;
}

.news-main__item .news__item-paragraph,
.news-main__item .news__item-pict {
  overflow: hidden;
}

.news-main__item .news__item-pict {
  display: block;
  min-width: 100%;
  padding-bottom: 86.75%;
  position: relative;
  height: 0;
  border-radius: 5px 5px 0 0;
}

.news-main__item .news__item-pict::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.news-main__item .news__item-pict,
.news-main__item .news__item-content {
  max-width: 100%;
  width: 100%;
}

.news-main__item .news__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-main__item .news__item--anim {
  position: relative;
  z-index: 9;
  overflow: hidden;
  width: calc(100% + 40px);
  padding: 30px 20px 20px;
  margin: -30px -20px 0;
  background-color: #fff;
  will-change: transform;
  -webkit-transition: margin-bottom .5s ease, -webkit-transform .5s ease;
  transition: margin-bottom .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, margin-bottom .5s ease;
  transition: transform .5s ease, margin-bottom .5s ease, -webkit-transform .5s ease;
}

.news-main__item .news__item-label {
  will-change: transform;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.news-main__item .news__item-label a {
  color: #fff;
}

.news-main__item .news__item-more {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
}

.news-main__item:hover .news__item-pict::before {
  opacity: 1;
}

.news-main__item:hover .news__item-paragraph {
  margin-bottom: 0;
}

.news-main__item:hover .news__item--anim {
  margin-bottom: -86px;
}

.news-main__item:hover .news__item--anim,
.news-main__item:hover .news__item-label {
  -webkit-transform: translateY(-86px);
          transform: translateY(-86px);
}

.news-main__foot {
  margin-top: 12px;
}

@media (max-width: 991px) {
  .news-main__container {
    padding-top: 25px;
  }
  .news-main__head {
    margin-bottom: 28px;
  }
  .news-main__column {
    margin-bottom: 36px;
  }
  .news-main__column {
    max-width: 50%;
    width: 50%;
  }
  .news-main__column:nth-of-type(3), .news-main__column:nth-last-of-type(2) {
    display: none;
  }
  .news-main__foot {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .news-main__container {
    padding-bottom: 35px;
  }
  .news-main__head {
    text-align: center;
  }
  .news-main__column {
    max-width: 100%;
    width: 100%;
  }
  .news-main__item .news__item-title {
    margin-bottom: 20px;
  }
  .news-main__item .news__item-time {
    margin-bottom: 14px;
  }
  .news-main__column--banner {
    display: none;
  }
}

@media (max-width: 576px) {
  .news-main__item .news__item-content {
    padding-top: 24px;
  }
  .news-main__item .news__item-paragraph {
    margin-bottom: -86px;
  }
  .news-main__item .news__item--anim {
    width: calc(100% + 32px);
    padding: 24px 16px 16px;
    margin: -24px -16px 0;
  }
  .news-main__item:hover .news__item--anim {
    margin-bottom: -86px;
  }
  .news-main__item:hover .news__item--anim,
  .news-main__item:hover .news__item-label {
    -webkit-transform: translateY(-86px);
            transform: translateY(-86px);
  }
}

/* article-news */
/* article-seo */
.article {
  color: rgba(33, 33, 33, 0.85);
  max-width: 1046px;
  margin: 0 auto;
  padding-bottom: 1px;
}

.article h3.h4, .article h5, .article h6 {
  color: #212121;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}

.article h3 {
  color: #212121;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.65;
}

.article iframe {
  width: 100%;
  min-height: 350px;
}

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

.article ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.article ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #dbcee3;
  border-radius: 50%;
}

.article p {
  margin-top: 0;
  margin-bottom: 18px;
}

.article strong {
  font-weight: 600;
}

.article .article__item blockquote {
  max-width: 808px;
  margin: 30px auto;
  border-top: 2px solid #9168a8;
  border-bottom: 2px solid #9168a8;
  padding: 36px 0 20px;
}

.article__pict img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

figure {
  margin: 0;
}

.article__link {
  color: #9168a8;
  text-decoration: underline;
}

.article__link:hover {
  color: #9168a8;
  text-decoration: none;
}

.article__link:focus {
  color: #9168a8;
  text-decoration: none;
}

.article__link:active {
  color: #9168a8;
  text-decoration: none;
}

.article--custom {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.article--custom .article__container {
  max-width: 1046px;
}

.article--custom .article__head {
  margin-bottom: 40px;
}

.article--custom .article__date {
  color: #ada9a4;
  font-size: 13px;
  margin-bottom: 16px;
}

.article--custom .article__title--main {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.article-news__swiper {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.article-news .swiper-slide {
  padding-bottom: 15px;
  height: auto;
}

.article-news .swiper-buttons {
  margin-bottom: 30px;
}

.article-news .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
  margin-top: 20px;
}

.article-news .swiper-pagination-bullet {
  background: #dbcee3;
  opacity: 1;
}

.article-news .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9168a8;
}

.article-news .news-main__item {
  height: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(48, 51, 66, 0.1);
          box-shadow: 0 5px 15px rgba(48, 51, 66, 0.1);
}

.article-news .news__item-more {
  margin-top: auto;
}

.article-seo__container {
  padding-top: 80px;
  padding-bottom: 98px;
}

.article-seo__container div {
  font-size: 20px;
}

@media (min-width: 768px) {
  .article__columns--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .article__item {
    margin-bottom: 27px;
  }
  .article__title {
    font-size: 18px;
  }
  .article__title + .article__video {
    margin-top: 22px;
  }
  .article__subtitle {
    font-size: 16px;
  }
  .article__subtitle + .article__list {
    margin-top: -6px;
  }
  .article__blockquote {
    padding: 28px 0 13px;
  }
  .article__column:nth-of-type(1) {
    width: 50%;
  }
  .article__column:nth-of-type(2) {
    width: 50%;
  }
  .article__pict-label {
    padding: 10px 30px;
    font-size: 14px;
  }
  .article__pict-label-discount {
    font-size: 26px;
  }
  .article--custom .article__head {
    margin-bottom: 50px;
  }
  .article--custom .article__title--main {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .article__columns {
    margin: 0;
    display: block;
  }
  .article__column {
    padding-left: 0;
    padding-right: 0;
  }
  .article__column:nth-of-type(1) {
    width: 100%;
    margin-bottom: 27px;
  }
  .article__column:nth-of-type(2) {
    width: 100%;
  }
  .article__pict-label {
    padding: 5px 20px;
    font-size: 13px;
  }
  .article__pict-label-discount {
    font-size: 18px;
  }
  .article-news__head {
    display: block;
  }
  .article-news__title {
    text-align: center;
  }
  .article-news .swiper-buttons {
    display: none;
  }
  .article-news .swiper-pagination {
    display: block;
    margin-top: 0;
    position: relative;
    top: 0;
  }
}

@media (max-width: 991px) {
  .article-seo__container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.major {
  position: relative;
  background-color: #DBCEE3;
}

.major__image {
  position: absolute;
  top: 57%;
  right: -17%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  display: block;
  max-width: 728px;
  max-height: 728px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.major__container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 735px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.major__block {
  max-width: 600px;
  width: 100%;
}

.major__label {
  display: block;
  color: #DBCEE3;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.major__title {
  color: #212121;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.07;
  margin: 0 0 20px;
}

.major__subtitle {
  color: #fff;
  font-weight: normal;
  font-size: 200px;
  line-height: .66;
  font-family: "Merriweather", serif;
  position: absolute;
  bottom: -210px;
  left: 0;
  white-space: nowrap;
}

.major__text {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 40px;
  max-width: 500px;
  color: rgba(33, 33, 33, 0.85);
}

.major__btn-more {
  padding: 1.15em 2.9em;
}

.major .swiper-slide {
  min-height: 908px;
  background-color: #DBCEE3;
}

.major .swiper-button-next,
.major .swiper-button-prev {
  color: #6C4980;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.major .swiper-button-next:after,
.major .swiper-button-prev:after {
  display: none;
}

.major .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
  margin-top: 20px;
  margin-bottom: 60px;
}

.major .swiper-pagination-bullet {
  outline: none;
  background: #DBCEE3;
  opacity: 1;
}

.major .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6C4980;
}

@media (max-width: 1700px) {
  .major__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .major__block, .major__image {
    max-width: 50%;
    width: 100%;
  }
  .major__block {
    padding-right: 20px;
    position: relative;
    z-index: 9;
  }
  .major__image {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .major__container,
  .major .swiper-slide {
    min-height: 650px;
  }
  .major__subtitle {
    font-size: 10vw;
    bottom: auto;
    top: 33%;
    left: 31%;
    white-space: normal;
    line-height: .8;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 50%;
  }
}

@media (max-width: 1310px) {
  .major__container {
    padding: 0;
    min-height: 1px;
  }
  .major__block {
    padding: 16px;
  }
  .major__label {
    margin-bottom: 20px;
  }
  .major .swiper-slide {
    min-height: 1px;
  }
  .major .swiper-button-next,
  .major .swiper-button-prev {
    display: none;
  }
  .major .swiper-pagination {
    display: block;
  }
}

@media (max-width: 991px) {
  .major__label {
    font-size: 14px;
  }
  .major__title {
    font-size: 42px;
    line-height: 1.1;
  }
  .major__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .major__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .major__block, .major__image, .major__text {
    max-width: 100%;
    text-align: center;
  }
  .major__image {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .major__block {
    padding-top: 60px;
  }
  .major__title {
    font-size: 32px;
  }
  .major__subtitle {
    text-align: center;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .major__text {
    margin-bottom: 24px;
  }
}

@media (max-width: 640px) {
  .major__image {
    max-height: 350px;
  }
}

@media (max-width: 576px) {
  .major__image {
    max-height: 280px;
  }
  .major__subtitle {
    top: 27%;
    font-size: 14vw;
  }
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.catalog__sidebar, .catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__sidebar {
  width: 324px;
  border-right: 1px solid #F2F2F2;
}

.catalog__content {
  width: calc(100% - 324px);
  padding: 0 0 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 43px 24px 30px;
}

.catalog__content-result {
  color: #ADA9A4;
  font-size: 13px;
  line-height: 1.54;
  margin-top: 12px;
}

.catalog__content-select-sort {
  min-width: 392px;
}

.catalog__content-body .products {
  padding-bottom: 0;
}

.catalog__content-foot {
  margin-top: 5px;
}

.catalog__view {
  display: none;
}

.catalog__view-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F3ECF7;
  border: 1px solid #DBCEE3;
  border-radius: 4px;
  margin-left: 8px;
  outline: none;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease;
}

.catalog__view-btn:hover, .catalog__view-btn:focus, .catalog__view-btn:active {
  border-color: #6C4980;
  background-color: #fff;
}

.catalog__view-btn--active .catalog__view-btn-i {
  border-color: #6C4980;
}

.catalog__view-btn--active, .catalog__view-btn--active:hover, .catalog__view-btn--active:focus, .catalog__view-btn--active:active {
  border-color: #6C4980;
  background-color: #fff;
}

.catalog__view-btn-i {
  width: 24px;
  height: 24px;
  border: 1px solid #DBCEE3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__view-btn--xs-tiles .catalog__view-btn-i {
  border: none;
}

.catalog__view-btn--xs-tiles .catalog__view-btn-i::before, .catalog__view-btn--xs-tiles .catalog__view-btn-i::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 24px;
  border: 1px solid #F3ECF7;
  border-radius: 2px;
}

.catalog__view-btn--xs-tiles .catalog__view-btn-i::before {
  left: -1px;
}

.catalog__view-btn--xs-tiles .catalog__view-btn-i::after {
  right: -1px;
}

.catalog__view-btn--xs-tiles.catalog__view-btn--active .catalog__view-btn-i::before, .catalog__view-btn--xs-tiles.catalog__view-btn--active .catalog__view-btn-i::after {
  border-color: #6C4980;
}

.catalog__sticky {
  display: none;
  text-align: center;
  min-height: 52px;
  padding: 8px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(48, 51, 66, 0.25);
          box-shadow: 0px 5px 15px rgba(48, 51, 66, 0.25);
}

.catalog__btn-filter-mobile, .catalog__btn-reset-mobile {
  padding: 8px 20px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.catalog__btn-filter-mobile:hover, .catalog__btn-filter-mobile:focus, .catalog__btn-filter-mobile:active, .catalog__btn-reset-mobile:hover, .catalog__btn-reset-mobile:focus, .catalog__btn-reset-mobile:active {
  opacity: .8;
}

.catalog__selection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.catalog__selection-item {
  margin-right: 8px;
  margin-top: 14px;
}

.catalog__selection-link {
  display: block;
  cursor: pointer;
  outline: none;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.54;
  color: rgba(33, 33, 33, 0.85);
  background-color: #fff;
  padding: 3px 30px 3px 12px;
  border: 1px solid #E1E1E0;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .3s ease, -webkit-box-shadow .3s ease;
  transition: color .3s ease, -webkit-box-shadow .3s ease;
  transition: color .3s ease, box-shadow .3s ease;
  transition: color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.catalog__selection-link:hover, .catalog__selection-link:focus, .catalog__selection-link:active {
  outline: none;
  color: #9168A8;
  text-decoration: none;
  -webkit-box-shadow: 0px 6px 10px rgba(215, 102, 255, 0.25);
          box-shadow: 0px 6px 10px rgba(215, 102, 255, 0.25);
}

.catalog__selection-link--reset {
  padding-left: 12px;
  padding-right: 12px;
  color: #9168A8;
  border-color: #9168A8;
}

.catalog__selection-link--reset:hover, .catalog__selection-link--reset:focus, .catalog__selection-link--reset:active {
  background-color: #9168A8;
  color: #fff;
}

.catalog__selection-del {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.catalog__selection-del::before, .catalog__selection-del::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #9168A8;
  border-radius: 2px;
  margin: -.5px 0 0 -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.catalog__selection-del::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.catalog__selection-del:hover::before, .catalog__selection-del:focus::before, .catalog__selection-del:active::before, .catalog__selection-del:hover::after, .catalog__selection-del:focus::after, .catalog__selection-del:active::after {
  background-color: #FF8154;
}

@media (max-width: 1024px) {
  .catalog {
    display: block;
  }
  .catalog__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    max-height: calc(100vh - 52px);
    min-height: calc(100vh - 52px);
    border-right: none;
    will-change: transform;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .catalog__sidebar .filter__head {
    display: none;
  }
  .catalog__sidebar .filter__body {
    max-height: calc(100vh - 52px);
    overflow-y: auto;
  }
  .catalog__sidebar--show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .catalog__content {
    width: 100%;
  }
  .catalog__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__sticky {
    display: block;
  }
}

@media (max-width: 767px) {
  .catalog__content-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }
  .catalog__content-result {
    width: 100%;
  }
  .catalog__selection-list {
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .catalog__content-select-sort {
    min-width: 185px;
    width: calc(100% - 100px);
  }
  .catalog__content {
    padding-bottom: 60px;
  }
  .catalog__content-foot {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.different__container {
  padding-top: 60px;
  padding-bottom: 112px;
}

.different__popular-categories {
  margin-bottom: 48px;
}

.different__banner-768x90 {
  margin: 40px auto;
}

.different__article {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.different__article .article__container {
  padding: 0;
}

@media (min-width: 1200px) {
  .different__article {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
            box-shadow: 0px 10px 30px rgba(48, 51, 66, 0.1);
    border-radius: 4px;
  }
  .different__article .article__container {
    max-width: 1046px;
    padding: 60px 16px 40px;
  }
}

@media (max-width: 767px) {
  .different__container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.card {
  background-color: #F9F8F6;
}

.card__container {
  padding-top: 38px;
  padding-bottom: 82px;
}

.card__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -16px;
  margin-right: -16px;
}

.card__column {
  padding-left: 16px;
  padding-right: 16px;
}

.card__column--left {
  width: 528px;
}

.card__column--right {
  width: calc(100% - 528px);
}

.card__slider {
  position: relative;
}

.card__slider .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding-left: 12px;
  padding-right: 12px;
  pointer-events: none;
}

.card__slider .swiper-button-prev,
.card__slider .swiper-button-next {
  pointer-events: auto;
}

.card__slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2px;
}

.card__slider .swiper-pagination .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
}

.card__pict {
  position: relative;
  display: block;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.card__pict:hover {
  opacity: 0.9;
}

.card__labels {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card__circles {
  position: absolute;
  top: 17px;
  right: 12px;
  z-index: 9;
}

.card__circle-discount {
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background-color: #FF6767;
}

.card__content {
  padding-left: 100px;
}

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

.card__title {
  margin-bottom: 32px;
}

.card__articul {
  font-weight: normal;
  font-size: 13px;
  color: #ADA9A4;
}

.card__status {
  white-space: nowrap;
  min-height: 24px;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 16px;
  font-size: 13px;
  color: #212121;
  background-color: #C1E6CD;
  border-radius: 2px;
  margin-right: 20px;
}

.card__status--ends {
  background-color: #FFC8C8;
}

.card__box {
  background: #fff;
  -webkit-box-shadow: 0px 20px 35px rgba(48, 51, 66, 0.1);
          box-shadow: 0px 20px 35px rgba(48, 51, 66, 0.1);
  border-radius: 2px;
  margin-bottom: 36px;
  width: 100%;
}

.card__box-head {
  padding: 20px 28px 12px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card__box-head .variations {
  width: 100%;
}

.card__box-column {
  max-width: 50%;
  width: 50%;
  margin-bottom: 15px;
}

.card__box-column select {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
}

.card__box-body {
  padding: 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__box-head + .card__box-body {
  border-top: 1px solid #e0e0e0;
}

.card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
  color: #303342;
  font-weight: 600;
  font-size: 24px;
}

.card__price del {
  font-weight: 400;
  font-size: 14px;
  color: #ada9a4;
  margin-bottom: 2px;
  text-decoration: none;
}

.card__price ins {
  color: #FF8154;
  margin-right: 12px;
  text-decoration: none;
}

.card .stock.in-stock {
  color: #FF8154;
}

.card__price-now {
  margin-right: 8px;
}

.card__price-old {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.41;
  color: #ADA9A4;
  margin-top: 3px;
}

.card__price--action ins {
  color: #FF6767;
}

.card .quantity {
  display: none;
}

.card__buy {
  padding: 0.55em 2em;
}

.card__buy .btn__icon {
  width: 36px;
  height: 36px;
}

.card__info--color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.card__info-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.54;
  color: #212121;
  margin-bottom: 12px;
}

.card__info-body {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  color: #ADA9A4;
}

.card__link-table-sizes {
  display: inline-block;
  color: #543964;
  text-decoration: none;
  border-bottom: 2px dotted #6C4980;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card__link-table-sizes:hover, .card__link-table-sizes:focus, .card__link-table-sizes:active {
  color: #9168A8;
  text-decoration: none;
  border-bottom-color: transparent;
}

.card__colors, .card__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card__color {
  display: block;
  cursor: pointer;
  margin-left: 8px;
  margin-bottom: 8px;
}

.card__color-img {
  width: 56px;
  height: 56px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.card__color-control:checked ~ .card__color-img {
  border: 3px solid #6C4980;
}

.card__size {
  display: block;
  cursor: pointer;
  margin-right: 8px;
  margin-top: 8px;
}

.card__size:last-of-type {
  margin-right: 0;
}

.card__size-text {
  font-size: 13px;
  color: rgba(33, 33, 33, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F9F8F6;
  border: 1px solid #F9F8F6;
  border-radius: 2px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.card__size-text:hover {
  color: rgba(33, 33, 33, 0.35);
  border-color: rgba(249, 248, 246, 0);
  background-color: rgba(249, 248, 246, 0.5);
}

.card__size-control:checked ~ .card__size-text {
  color: #fff;
  border-color: #9168A8;
  background-color: #9168A8;
}

.card__size-control[disabled] ~ .card__size-text {
  cursor: not-allowed;
  color: rgba(33, 33, 33, 0.2) !important;
  border-color: #F9F8F6 !important;
  background-color: #F9F8F6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.card__subtitle {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 17px;
}

.card__img {
  width: 100%;
}

@media (max-width: 1440px) {
  .card__column--left {
    width: 45%;
  }
  .card__column--right {
    width: 55%;
  }
  .card__content {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .card__container {
    padding-bottom: 60px;
  }
  .card__columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .card__column {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .card__column--left {
    margin-bottom: 40px;
  }
  .card__content {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .card__box-head, .card__box-body {
    padding: 16px 20px;
  }
  .card__box-column {
    max-width: 100%;
    width: 100%;
  }
  .card__box-column + .card__box-column {
    margin-top: 20px;
  }
  .card__box-head, .card__info--color {
    display: block;
  }
  .card__color {
    margin-left: 0;
    margin-right: 8px;
  }
  .card__size {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .card__buy {
    padding: 0.4em 1.5em;
  }
  .card__buy .btn__icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 414px) {
  .card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.card__column--left {
  position: relative;
}

.card__column--left .onsale {
  position: absolute;
  top: 30px;
  left: 15px;
  background-color: #4ACB91;
  color: #fff;
  z-index: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  padding: 4px 12px;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
  width: 100%;
}

.woocommerce-product-gallery .flex-control-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

.woocommerce-product-gallery .flex-control-nav li {
  margin: 0 4px;
}

.woocommerce-product-gallery .flex-control-nav li a {
  width: 6px;
  height: 6px;
  -webkit-box-shadow: 0 0 0 2px #e0e0e0;
          box-shadow: 0 0 0 2px #e0e0e0;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
}

.woocommerce-product-gallery .flex-control-nav li a:hover {
  -webkit-box-shadow: 0 0 0 2px #793a72;
          box-shadow: 0 0 0 2px #793a72;
  background-color: #793A72;
}

.woocommerce-product-gallery .flex-control-nav li a.flex-active {
  -webkit-box-shadow: 0 0 0 2px #793a72;
          box-shadow: 0 0 0 2px #793a72;
  background-color: #793A72;
}

.slider-card {
  position: relative;
}

.slider-card-thumbs-container {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-card-thumbs-container .slider-card-thumbs-wrap {
  width: calc(100% - 112px);
}

.slider-card-thumbs-container .swiper-slide {
  cursor: pointer;
  border: 1px solid transparent;
}

.slider-card-thumbs-container .card__pict {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  height: 0;
  width: 100%;
}

.slider-card-thumbs-container .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-card-thumbs-container .swiper-slide-thumb-active {
  border-color: #FF6767;
}

.slider-card-thumbs-container .slider-card-button-next,
.slider-card-thumbs-container .slider-card-button-prev {
  outline: none;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  color: #FF6767;
  cursor: pointer;
  z-index: 9;
}

.slider-card-thumbs-container .slider-card-button-next:hover,
.slider-card-thumbs-container .slider-card-button-prev:hover {
  color: #FF6767;
  border-color: #FF6767;
  -webkit-box-shadow: 0px 6px 10px rgba(255, 111, 102, 0.25);
          box-shadow: 0px 6px 10px rgba(255, 111, 102, 0.25);
}

.slider-card-thumbs-container .slider-card-button-next::after,
.slider-card-thumbs-container .slider-card-button-prev::after {
  display: none;
}

.slider-card-thumbs-container .swiper-button-i {
  width: 16px;
  height: 16px;
}

@media (max-width: 1100px) {
  .slider-card-thumbs-container {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .slider-card-thumbs-container {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .slider-card-thumbs-container .card__pict {
    margin-bottom: 0;
  }
}

.contacts {
  position: relative;
  background-color: #F9F8F6;
  color: rgba(33, 33, 33, 0.85);
}

.contacts, .contacts__container {
  min-height: 466px;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__content {
  max-width: 50%;
  width: 100%;
}

.contacts__subtitle {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  color: #212121;
  margin-top: 0;
  margin-bottom: 20px;
}

.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.contacts__item {
  max-width: 288px;
}

.contacts__item + .contacts__item {
  margin-left: 25px;
}

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

.contacts__list-item + .contacts__list-item {
  margin-top: 13px;
}

.contacts__link {
  color: rgba(33, 33, 33, 0.85);
}

.contacts__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #DBCEE3;
}

.contacts__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) {
  .contacts__items,
  .contacts__item + .contacts__item {
    margin-top: 30px;
  }
  .contacts__items {
    display: block;
  }
  .contacts__item {
    max-width: 100%;
  }
  .contacts__item + .contacts__item {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .contacts, .contacts__container {
    min-height: 1px;
  }
  .contacts__content {
    max-width: 100%;
  }
  .contacts__map {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

.feedback__container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.feedback__subtitle {
  text-align: center;
  margin-bottom: 28px;
}

.feedback__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.feedback__column {
  max-width: 33.333%;
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
}

.feedback__column--textarea {
  max-width: 66.666%;
  width: 66.666%;
}

.feedback__captha-img {
  display: block;
  width: 100%;
}

.feedback__foot {
  text-align: center;
}

@media (max-width: 991px) {
  .feedback__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .feedback__column {
    max-width: 50%;
    width: 50%;
  }
  .feedback__column--textarea, .feedback__column--email, .feedback__column--captha {
    max-width: 100%;
    width: 100%;
  }
  .feedback__captha-img {
    width: auto;
  }
}

@media (max-width: 576px) {
  .feedback__column {
    max-width: 100%;
    width: 100%;
  }
}

.footer {
  margin-top: auto;
  background-color: #F9F8F6;
  color: #212121;
  border-top: 8px solid #F9F8F6;
}

.footer__container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.footer__column {
  padding-left: 12px;
  padding-right: 12px;
}

.footer__column--1 {
  min-width: 415px;
  max-width: 415px;
  width: 415px;
}

.footer__column--2 {
  max-width: calc(100% - 415px);
  width: calc(100% - 415px);
}

.footer__logo {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 32px;
}

.footer__social .social__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer__social .social__text {
  margin-bottom: 6px;
}

.footer__copyright, .footer__creator {
  font-size: 13px;
  line-height: 1.54;
  color: #212121;
}

.footer__copyright {
  margin-top: 1px;
  margin-bottom: 22px;
}

.footer__creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.footer__creator-link {
  text-decoration: none;
  color: #6C4980;
  will-change: opacity;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer__creator-link:hover, .footer__creator-link:focus, .footer__creator-link:active {
  color: #6C4980;
  opacity: .8;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.footer__nav-list + .footer__nav-list {
  padding-left: 10px;
}

.footer__nav-item {
  margin-bottom: 8px;
}

.footer__nav-link {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.footer__nav-link:hover, .footer__nav-link:focus, .footer__nav-link:active {
  color: #6C4980;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .footer__column--1 {
    min-width: 315px;
    max-width: 315px;
    width: 315px;
  }
  .footer__column--2 {
    max-width: calc(100% - 315px);
    width: calc(100% - 315px);
  }
}

@media (max-width: 991px) {
  .footer__columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__column--1 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer__column--2 {
    min-width: 100%;
    max-width: 100%;
  }
  .footer__logo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 45px;
  }
  .footer__copyright {
    margin-bottom: 20px;
  }
  .footer__creator {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__creator-position {
    margin-right: 5px;
  }
}

@media (max-width: 640px) {
  .footer__container {
    padding-top: 52px;
    padding-bottom: 56px;
  }
  .footer__column {
    max-width: 100%;
    width: 100%;
  }
  .footer__nav {
    display: block;
  }
  .footer__nav-list + .footer__nav-list {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .footer {
    font-size: 14px;
  }
  .footer__logo {
    margin-bottom: 12px;
  }
  .footer__social .social__text {
    display: none;
  }
  .footer__copyright, .footer__creator {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__copyright {
    margin-bottom: 5px;
  }
}

/* ==================== TEMPLATES ==================== */
.text-template {
  color: #212121;
  text-align: left;
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.text-template img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.text-template h2 {
  color: #212121;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
  font-size: 1.5em;
}

.text-template ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.text-template ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.text-template ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #dbcee3;
  border-radius: 50%;
}

.text-template ol {
  padding-left: 20px;
  font-size: 20px;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.gallery-caption {
  display: block;
}

.home .article__item ul li {
  font-size: 20px;
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__column.footer__column--2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.breadcrumb__item span {
  margin: 0 5px;
}

.breadcrumb__item:first-child span {
  margin-left: 0;
}

.breadcrumb__item:last-child span {
  margin-right: 0;
}

.prdctfltr_buttons {
  display: none !important;
}

.woocommerce-product-gallery .flex-control-nav li a {
  width: 12px !important;
  height: 12px !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: #6C4980 !important;
  color: #fff !important;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews, p.no-comments a {
  text-decoration: underline;
  color: #fff !important;
}

.woocommerce_notices_wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/*# sourceMappingURL=style.css.map */
.checkout-wraper{
	display: flex;
	gap: 30px;
}
.checkout-wraper ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.checkout-wraper h3,
.checkout-wraper h5,
.checkout-wraper p{
	margin:0;
}
.checkout-wraper h3,
.checkout-wraper h5{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}

.checkout-wraper .item{
	width: 50%;
}
.checkout-wraper .item__footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.checkout-wraper .item .cart_item{
	display: flex;
	gap: 20px;
	border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
    padding: 10px 0;
}
.checkout-wraper .item .cart_item .product-thumbnail{
	
}

.checkout-wraper .item .cart_item .product-thumbnail a{
	display: block;
	height: 106px;
	width: 84px;
	position: relative;
}
.checkout-wraper .item .cart_item .product-thumbnail a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.checkout-wraper .item .cart_item .product-name{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	width: 100%;
}
.checkout-wraper .item .cart_item .product-total{
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.woocommerce-billing-fields__field-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper .form-row {
	display: flex;
	flex-direction: column;
	margin:0;
	padding-bottom: 2px;
	padding-top: 2px;
}
.woocommerce-billing-fields__field-wrapper .form-row label{
	font-size: 16px;
}
.woocommerce-billing-fields__field-wrapper .form-row input{
	width: 100%;
}
.checkout-wraper input[type="checkbox"]:checked, .checkout-wraper input[type="checkbox"]:not(:checked), .checkout-wraper input[type="radio"]:checked, .checkout-wraper input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkout-wraper input[type="checkbox"]:checked + label, .checkout-wraper input[type="checkbox"]:not(:checked) + label, .checkout-wraper input[type="radio"]:checked + label, .checkout-wraper input[type="radio"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}
.checkout-wraper input[type="checkbox"]:checked + label:before, .checkout-wraper input[type="checkbox"]:not(:checked) + label:before, .checkout-wraper input[type="radio"]:checked + label:before, .checkout-wraper input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #9168A8;
  background-color: transparent;
}
.checkout-wraper input[type="checkbox"]:checked + label:before, .checkout-wraper input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 4px;
}
.checkout-wraper input[type="radio"]:checked + label:before, .checkout-wraper input[type="radio"]:not(:checked) + label:before {
  border-radius: 100%;
}
.checkout-wraper input[type="checkbox"]:checked + label:after, .checkout-wraper input[type="checkbox"]:not(:checked) + label:after, .checkout-wraper input[type="radio"]:checked + label:after, .checkout-wraper input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-wraper input[type="checkbox"]:checked + label:after, .checkout-wraper input[type="checkbox"]:not(:checked) + label:after {
  left: 2.5px;
  top: 2px;
  width: 12px;
  height: 8px;
  border-radius: 1px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkout-wraper input[type="radio"]:checked + label:after, .checkout-wraper input[type="radio"]:not(:checked) + label:after {
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #9168A8;
}
.checkout-wraper input[type="checkbox"]:not(:checked) + label:after, .checkout-wraper input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}
.checkout-wraper input[type="checkbox"]:checked + label:after, .checkout-wraper input[type="radio"]:checked + label:after {
  opacity: 1;
}
.checkout-wraper input[type="radio"]:checked + label:before {
  border: 2px solid #9168A8;
}
.checkout-wraper input[type="checkbox"]:checked + label::before {
  background-color: #9168A8;
  border-color: #9168A8;
}
.checkout-wraper .payment_box.payment_method_bacs p,
.checkout-wraper .payment_box.payment_method_cod p{
	font-size: 14px;
	padding-left: 28px;
	display: none;
}
.checkout-wraper .woocommerce-checkout-payment label,
.checkout-wraper .woocommerce-shipping-methods label{
	font-size: 20px;
}

.checkout-wraper .checkout-shiping-method{
	display: flex;
	flex-direction: column;
}
.checkout-wraper .wc-ukr-shipping-np-fields{
	order: 3;
}
#ship-to-different-address{
	display: none;
}
.woocommerce-privacy-policy-text p{
	font-size: 14px;
	margin: 20px 0 10px 0;
}
@media(max-width: 991px){
	.woocommerce-billing-fields__field-wrapper{
		grid-template-columns: 1fr;
	}
}
@media(max-width: 460px){
	.checkout-wraper{
		flex-direction: column;
	}
	.checkout-wraper .item{
		width: 100%;
	}
}
.woocommerce-additional-fields__field-wrapper {
  margin: 20px 0;
}
#order_comments_field {
  display: flex;
  flex-direction: column;
}
#order_comments_field .optional{
  display: none !important;
}
#order_comments_field textarea{
  width: 100%;
  resize: none;
  height: 160px;
}

.wcus-checkout-fields > div > div > p{
  width: 49%;
  display: inline-block;
}

.wcus-checkout-fields > div > div > p:first-child{
  margin-right: 8px;
}

.wcus-checkout-fields > div > div > p:last-child{
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.wcus-checkout-fields > div > div > p:last-child input{
  padding: 9px 28px 9px 12px!important;
  background: #fff;
  border: 1px solid #ddd;
}

.wcus-checkout-fields .zen-ui-select-1{
  margin-bottom: 15px;
}

.wcus-checkout-fields .form-row label{
  color: #a0a0a0;
  font-size: 14px;
}
.home-video-block .wp-block-embed__wrapper{
	justify-content: center;
	display: flex;
}
.home-video-block .wp-block-embed__wrapper iframe{
    width: 100%;
    max-width: 600px;
    height: 340px;
}
@media(max-width: 460px){
	.home-video-block .wp-block-embed__wrapper iframe{

		height: 228px;
	}
}