

/* Start:/local/templates/uvlight/css/app.css?1752133650205344*/
@charset "UTF-8";

:root {
  --theme-size: 10px;
  --font-primary: "Roboto", Arial, sans-serif;
  --color-error: #DE3838;
  --body-bg: #ffffff;
  --body-color: #000000;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  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: -0.2rem;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

/* Defaults
 ========================================================================== */
html, body {
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img, video, svg {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

button, input, textarea, select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::selection {
  color: #fff;
  background: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
}

mark {
  background: none;
  color: #6FA5D6;
}

[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.icon-cart {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: -0.2rem;
}

.ui-mark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  border-radius: 0 0.4rem 0.4rem 0;
  padding: 0.4rem 0.7rem;
  min-height: 2rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: lowercase;
  color: #fff;
}

.ui-mark--green {
  background: #08D957;
}

.ui-mark--orange {
  background: #FFB800;
}

.ui-mark--red {
  background: #FD2C2C;
}

@keyframes Loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  border: none;
  background: none;
  padding: 0.4rem 1.8rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.4rem;
  min-height: 4rem;
  transition: background 0.25s, color 0.25s;
}

.ui-btn svg {
  margin: 0 0.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ui-btn:hover {
  text-decoration: none;
}

.ui-btn:active {
  transition: none;
  transform: scale(0.95);
}

@media (min-width: 992px) {
  .ui-btn svg {
    margin: 0 1rem 0 0;
  }
}

.ui-btn--32 {
  min-height: 3.2rem;
}

.ui-btn--40 {
  min-height: 4rem;
}

.ui-btn--40x40 {
  min-height: auto;
  width: 4rem;
  height: 4rem;
  padding: 0;
}

.ui-btn--40x40 svg {
  margin: 0;
}

.ui-btn--50 {
  min-height: 5rem;
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-btn--white {
  background: #fff;
  color: #8D008F;
}

.ui-btn--white:hover {
  background: #EEEBFA;
  color: #8D008F;
}

.ui-btn--light {
  background: #EEEBFA;
  color: #8D008F;
}

.ui-btn--light:hover {
  background: #8D008F;
  color: #fff;
}

.ui-btn--violet {
  background: #8D008F;
  color: #fff;
}

.ui-btn--violet:hover {
  background: #bf00c2;
  color: #fff;
}

.ui-btn--violet.disabled {
  opacity: 0.5;
}

.ui-btn--green {
  background: #10C44C;
  color: #fff;
}

.ui-btn--green:hover {
  background: #09a33c;
  color: #fff;
}

.fullwidth {
  width: 100%;
}

.ui-link, .contacts__item-route a, .sku__tabs-table-dd a, .blog__item a, .product-h__more a, .ui-wysiwyg a {
  text-decoration: none;
  transition: color 0.25s;
}

.ui-link:hover, .contacts__item-route a:hover, .sku__tabs-table-dd a:hover, .blog__item a:hover, .product-h__more a:hover, .ui-wysiwyg a:hover {
  text-decoration: none;
}

.ui-link--black {
  color: var(--body-color);
}

.ui-link--black:hover {
  color: #8D008F;
}

.ui-link--violet, .contacts__item-route a, .sku__tabs-table-dd a, .blog__item a, .product-h__more a, .ui-wysiwyg a {
  color: #8D008F;
}

.ui-link--violet:hover, .contacts__item-route a:hover, .sku__tabs-table-dd a:hover, .blog__item a:hover, .product-h__more a:hover, .ui-wysiwyg a:hover {
  color: #bf00c2;
}

.ui-add {
  position: relative;
}

.ui-add.is-active .ui-add__button {
  opacity: 0;
  visibility: hidden;
}

.ui-add.is-active .ui-add__number {
  opacity: 1;
  visibility: visible;
}

.ui-add--40 .ui-add__button .ui-btn {
  min-height: 4rem;
  font-size: 1.4rem;
}

.ui-add--40 .ui-add__number .ui-number {
  height: 4rem;
  padding: 0.4rem;
}

.ui-add__button {
  transition: opacity 0.25s, visibility 0.25s;
}

.ui-add__button .ui-btn {
  width: 100%;
  height: 3.2rem;
  min-height: auto;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
}

@media (min-width: 992px) {
  .ui-add__button .ui-btn {
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
  }
}

.ui-add__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}

.ui-add__number .ui-number {
  height: 3.2rem;
  padding: 0.3rem;
  margin: 0;
}

@media (min-width: 992px) {
  .ui-add__number .ui-number {
    height: 4rem;
    padding: 0.4rem;
  }
}

.ui-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  width: auto;
  height: 4rem;
  padding: 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
  color: #1C1F29;
  overflow: hidden;
  position: relative;
  margin: 0 0 2rem;
}

.ui-number__decrease,
.ui-number__increase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  background: #EEEBFA;
  border-radius: 0.4rem;
  color: #8D008F;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: color 0.25s, background 0.25s;
}

.ui-number__decrease svg,
.ui-number__increase svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-number__decrease:hover,
.ui-number__increase:hover {
  background: #8D008F;
  color: #fff;
}

.ui-number__decrease:disabled,
.ui-number__increase:disabled {
  background: #c2c2c2;
  color: #fff;
}

.ui-number__input {
  display: block;
  width: 100%;
  height: 100%;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.ui-validate {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.ui-legend {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}

.ui-label {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  color: #909090;
}

.ui-forgot {
  display: block;
  position: relative;
  top: -0.4rem;
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}

.ui-reg {
  display: block;
  margin: 0 0 1.8rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}

.ui-accept {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #909090;
}

.ui-accept p {
  margin: 0 0 1rem;
}

.ui-accept p:last-child {
  margin: 0;
}

.ui-accept a {
  text-decoration: underline;
  color: #909090;
  transition: color 0.25s;
}

.ui-accept a:hover {
  text-decoration: underline;
  color: #000;
}

.suggestions-wrapper {
  display: block;
}

.ui-action {
  padding: 1.6rem 0;
  margin: 0;
}

.ui-action .ui-btn {
  width: 100%;
}

.ui-input, .ui-textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  margin: 0 0 1.2rem;
  cursor: pointer;
  transition: border-color 0.25s, box-shadow 0.25s;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  height: 4rem;
  -webkit-appearance: none;
  appearance: none;
}

.ui-input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
  color: transparent;
}

.ui-input::placeholder, .ui-textarea::placeholder {
  color: transparent;
}

.ui-input:focus, .ui-textarea:focus {
  border-color: #8D008F;
  box-shadow: inset 0 0 0 1px #8D008F;
}

.ui-input.is-error, .is-error.ui-textarea {
  border-color: var(--color-error);
  box-shadow: inset 0 0 0 1px var(--color-error);
}

.ui-textarea {
  transition: box-shadow 0.25s;
  max-width: 100%;
  min-height: 12rem;
  height: 12rem;
  min-width: 100%;
  resize: none;
}

.ui-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.18px;
}

.ui-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
}

.ui-select .selectric {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 31, 41, 0.08);
  color: #1C1F29;
  border-radius: 1rem;
  padding: 0.8rem 3.2rem 0.8rem 1.6rem;
  transition: 0.25s;
  height: 4.7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.ui-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-select .selectric .arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  color: #1C1F29;
  transition: transform 0.25s;
  opacity: 0.6;
}

.ui-select .selectric .arrow svg {
  display: block;
  transition: transform 0.25s;
}

.ui-select .selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 500;
  margin: 0.8rem 0 0 0;
  width: auto !important;
  background: #FFFFFF;
  box-shadow: 0px 8.4rem 11rem 0px rgba(28, 31, 41, 0.06);
  border-radius: 1rem;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.14px;
}

.ui-select .selectric-items .selectric-scroll {
  height: 100%;
  max-height: 27.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-select .selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background: #F0F3F6;
}

.ui-select .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background: #6FA5D6;
}

.ui-select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-select .selectric-items li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 1rem 2rem;
  margin: 0 0 -1px;
  transition: 0.25s;
  margin: 0;
  transition: 0.25s;
  color: #1C1F29;
  min-height: 5rem;
}

.ui-select .selectric-items li:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 2rem;
  right: 2rem;
  border-top: 1px solid rgba(28, 31, 41, 0.08);
  transition: opacity 0.25s;
}

.ui-select .selectric-items li:last-child:after {
  border: none;
}

.ui-select .selectric-items li:hover {
  background: #F0F3F6;
  color: #1C1F29;
}

.ui-select .selectric-items li:hover:after {
  opacity: 0;
}

.ui-select .selectric-items li.selected {
  color: #6FA5D6;
}

.ui-select .selectric-items li.disabled {
  display: none;
}

.ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 3.2rem;
}

.ui-select .selectric-items .ui-select-group-label {
  pointer-events: none;
}

.ui-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.ui-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.ui-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

.ui-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 100;
  background: red;
  box-sizing: border-box;
}

.ui-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
  pointer-events: none !important;
}

.ui-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.ui-select:hover .selectric {
  border-color: #DFE7E1;
  box-shadow: inset 0 0 0 1px #DFE7E1;
}

.ui-select .selectric-open .selectric {
  border-color: #F3D54E;
  box-shadow: inset 0 0 0 1px #F3D54E;
}

.ui-select .selectric-open .selectric .arrow {
  transform: rotate(180deg);
}

.ui-select .selectric-open .selectric-items {
  display: block;
}

.ui-select .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-select .selectric-value {
  overflow: hidden;
  margin: 0 1rem 0 0;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 1;
  flex: 1;
}

.ui-select .selectric-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.28px;
  white-space: nowrap;
  color: #1C1F29;
  -ms-flex-order: 2;
  order: 2;
}

.ui-select .selectric-price-del,
.ui-select .selectric-price-ins {
  margin: 0 1rem 0 0;
  text-decoration: none;
}

.ui-select .selectric-price-del:last-child,
.ui-select .selectric-price-ins:last-child {
  margin: 0;
}

.ui-select .selectric-price-del {
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  opacity: 0.3;
  position: relative;
}

.ui-select .selectric-price-del:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: rotate(-12deg);
}

@media (max-width: 767px) {
  .ui-select .selectric-items li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ui-select .selectric-items .selectric-value {
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }

  .ui-select .selectric-items .selectric-price {
    -ms-flex-order: 2;
    order: 2;
  }
}

.ui-sorting {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 2.4rem;
}

.ui-sorting .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.ui-sorting .selectric {
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #000;
  padding: 0 0.8rem 0 2.5rem;
  transition: 0.25s;
  height: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.ui-sorting .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-sorting .selectric .arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2rem;
  transition: transform 0.25s;
}

.ui-sorting .selectric .arrow svg {
  display: block;
  transition: transform 0.25s;
  width: 2rem;
  height: 2rem;
}

.ui-sorting .selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 500;
  margin: 0.4rem 0 0 0;
  width: auto !important;
  min-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0.8rem 2.4rem rgba(28, 31, 41, 0.2);
  border-radius: 0.4rem;
  overflow: hidden;
}

.ui-sorting .selectric-items .selectric-scroll {
  height: 100%;
  max-height: 27.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-sorting .selectric-items .selectric-scroll::-webkit-scrollbar {
  display: none;
}

.ui-sorting .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-sorting .selectric-items li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  margin: 0;
  transition: color 0.25s;
  color: #909090;
  white-space: nowrap;
}

.ui-sorting .selectric-items li:hover {
  color: #000;
}

.ui-sorting .selectric-items li.selected {
  color: #8D008F;
}

.ui-sorting .selectric-items li.disabled {
  display: none;
}

.ui-sorting .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.ui-sorting .selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.ui-sorting .selectric-hide-select.selectric-is-native {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

.ui-sorting .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 100;
  box-sizing: border-box;
}

.ui-sorting .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
  pointer-events: none !important;
}

.ui-sorting .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.ui-sorting .selectric-open .selectric-items {
  display: block;
}

.ui-sorting .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 992px) {
  .ui-sorting .selectric-wrapper {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
  }

  .ui-sorting .selectric {
    height: 3.2rem;
    padding: 0.4rem 3.8rem 0.4rem 1.6rem;
    border-radius: 0.4rem;
    border: 1px solid #CFCFCF;
  }

  .ui-sorting .selectric .arrow {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    left: auto;
    bottom: auto;
    margin: -0.8rem 0 0 0;
    width: 1.6rem;
    height: 1.6rem;
    color: #989BA9;
  }

  .ui-sorting .selectric-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    margin: 0.4rem 0 0 0;
    padding: 0.4rem 0;
    border: 1px solid #CFCFCF;
  }

  .ui-sorting .selectric-items li {
    padding: 0.4rem 1.6rem;
  }
}

.ui-range {
  margin: 0 0 2rem;
  padding: 1.2rem 0 0 0;
}

.ui-range .row {
  margin: 0 -0.6rem;
}

.ui-range .row>[class^=col] {
  padding: 0 0.6rem;
}

.ui-range__input {
  display: block;
  width: 100%;
  height: 3.2rem;
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.ui-range__input:-ms-input-placeholder {
  color: #909090;
}

.ui-range__input::placeholder {
  color: #909090;
}

.ui-range__input:focus {
  border-color: #8D008F;
  box-shadow: inset 0 0 0 1px #8D008F;
}

.ui-range__slider {
  height: 0.3rem;
  -webkit-appearance: none;
  appearance: none;
}

.ui-range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

.ui-view {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-view>* {
  margin: 0 0.9rem 0 0;
}

.ui-view>*:last-child {
  margin: 0;
}

.ui-view__label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #909090;
}

.ui-view__check {
  display: block;
  position: relative;
  cursor: pointer;
}

.ui-view__check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.view-btn__item.is-active .ui-view__check-btn {
  color: #353535;
}

.ui-view__check-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #909090;
  transition: color 0.25s;
  width: 2rem;
  height: 2rem;
}

.ui-view__check-btn:hover {
  color: #8D008F;
}

.ui-view__check-btn svg {
  display: block;
}

@media (min-width: 992px) {
  .ui-view__check-btn {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.ui-check {
  position: relative;
  margin: 0 0 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.ui-check__input:checked~.ui-check__checkbox {
  background: #8D008F;
  border-color: #8D008F;
}

.ui-check__input:checked~.ui-check__checkbox:after {
  opacity: 1;
}

.ui-check__checkbox {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.4rem;
  position: relative;
  border: 1px solid #CFCFCF;
  background: #fff;
  margin: 0 0.7rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: background 0.25s;
}

.ui-check__checkbox:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8064 3.86359C14.0658 4.12485 14.0643 4.54696 13.8031 4.8064L6.41848 12.1397C6.15851 12.3979 5.73893 12.3979 5.47896 12.1397L2.19691 8.88046C1.93565 8.62102 1.93418 8.19892 2.19362 7.93766C2.45306 7.67641 2.87517 7.67494 3.13643 7.93438L5.94872 10.7271L12.8636 3.86031C13.1248 3.60087 13.5469 3.60234 13.8064 3.86359Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8rem 0 0 -0.8rem;
  transition: opacity 0.25s;
  opacity: 0;
}

.ui-check__text {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.ui-check__text i {
  color: #9d9d9d;
  font-size: 12px;
  font-style: normal;
}

.ui-tabs__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}

.ui-tabs__control>* {
  margin: 0 2.4rem 0 0;
}

.ui-tabs__control>*:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .ui-tabs__control>* {
    margin: 0 4rem 0 0;
  }

  .ui-tabs__control>*:last-child {
    margin: 0;
  }
}

.ui-tabs__btn {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #353535;
  text-decoration: none !important;
  transition: color 0.25s;
}

.ui-tabs__btn:hover {
  color: #707070;
}

.ui-tabs__btn.is-active {
  color: #8D008F;
}

@media (min-width: 992px) {
  .ui-tabs__btn {
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 500;
  }
}

.ui-tabs__wrapper {
  position: relative;
}

.ui-tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.ui-tabs__content.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: 0.5s;
}

.ui-wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.ui-wysiwyg h1, .ui-wysiwyg h2, .ui-wysiwyg h3, .ui-wysiwyg h4, .ui-wysiwyg h5, .ui-wysiwyg h6 {
  display: block;
  margin: 0 0 2rem;
  font-weight: 500;
}

.ui-wysiwyg h1 {
  font-size: 2.2rem;
  line-height: 1.72;
  font-weight: 500;
}

.ui-wysiwyg h2 {
  font-size: 2.8rem;
}

.ui-wysiwyg h3 {
  font-size: 2.4rem;
}

.ui-wysiwyg h4 {
  font-size: 2rem;
}

.ui-wysiwyg h5 {
  font-size: 1.8rem;
}

.ui-wysiwyg h6 {
  font-size: 1.6rem;
}

.ui-wysiwyg p {
  margin: 0 0 2rem;
}

.ui-wysiwyg hr {
  border: none;
  border-bottom: 1px solid #DFE0E3;
  margin: 2rem 0;
  clear: both;
}

.ui-wysiwyg picture {
  overflow: hidden;
  margin: 0 0 2rem;
  display: block;
  border-radius: 0;
  width: 100%;
}

.ui-wysiwyg picture img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.ui-wysiwyg blockquote {
  margin: 0 0 2rem;
  padding: 0.8rem 0 0.8rem 2rem;
  border-left: 1px solid #111111;
}

.ui-wysiwyg table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 2rem;
  text-align: left;
}

.ui-wysiwyg table th, .ui-wysiwyg table td {
  border-bottom: 1px solid #DFE0E3;
  padding: 2.4rem 1.2rem;
}

.ui-wysiwyg table th:first-child, .ui-wysiwyg table td:first-child {
  padding-left: 0;
}

.ui-wysiwyg table th:last-child, .ui-wysiwyg table td:last-child {
  padding-right: 0;
}

.ui-wysiwyg table th {
  font-weight: 500;
}

.ui-wysiwyg ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.ui-wysiwyg ul>li {
  padding: 0 0 0 3.2rem;
  margin: 0 0 1rem;
  position: relative;
}

.ui-wysiwyg ul>li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: currentColor;
}

.ui-wysiwyg ol {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
}

.ui-wysiwyg ol>li {
  position: relative;
  padding: 0 0 0 3.2rem;
  margin: 0 0 1rem;
}

.ui-wysiwyg ol>li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}

.products {
  margin: 0 0 4.4rem;
}

@media (min-width: 992px) {
  .products {
    margin: 0 0 6rem;
  }
}

.products__grid {
  margin: 0 -0.9rem -2.4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products__grid>li {
  padding: 0 0.9rem 2.4rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .products__grid>li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .products__grid {
    margin: 0 -2.4rem -4.8rem;
  }

  .products__grid>li {
    padding: 0 2.4rem 4.8rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

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

.products__list>li {
  padding: 0 0 1.1rem;
  margin: 0 0 1.1rem;
  border-bottom: 1px solid #EBEEFA;
}

.product-v {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.product-v__marks {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-v__marks>li {
  margin: 0 0 0.5rem;
}

.product-v__marks>li:last-child {
  margin: 0;
}

.product-v__obj {
  position: relative;
  margin: 0 0 1.5rem;
  text-decoration: none;
}

.product-v__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 14rem;
  margin: 0;
}

.product-v__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .product-v__image {
    height: 18rem;
  }
}

.product-v__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.4rem;
  max-width: 20%;
  max-height: 20%;
}

.product-v__brand img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-v__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 992px) {
  .product-v__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 1rem;
  }
}

.product-v__price {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.product-v__price small {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  color: #909090;
}

.product-v__price ins {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  color: #FD2C2C;
}

.product-v__price del {
  display: block;
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #707070;
}

.product-v__price mark {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #909090;
}

@media (min-width: 992px) {
  .product-v__price {
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 500;
  }

  .product-v__price small {
    font-size: 1.2rem;
  }
}

.product-v__available {
  margin: 0 0 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #909090;
}

.product-v__available svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.3rem 0 0;
}

@media (min-width: 992px) {
  .product-v__available {
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-v__available svg {
    margin: 0 0.6rem 0 0;
  }
}

.product-v__title {
  display: block;
  margin: 0 0 0.9rem;
  font-size: 1.2rem;
  line-height: 1.333;
  font-weight: 400;
  display: -webkit-box;
  text-decoration: none;
  color: inherit;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-v__title:hover {
  text-decoration: none;
  color: #8D008F;
}

@media (min-width: 992px) {
  .product-v__title {
    margin: 0 -0.2rem 2rem 0;
    font-size: 1.4rem;
    line-height: 1.28;
    font-weight: 400;
  }
}

.product-v__control {
  margin: auto 0 0 0;
}

.product-h {
  position: relative;
  min-height: 5.5rem;
  padding: 0 0 0 6.7rem;
}

@media (min-width: 768px) {
  .product-h {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 0 0 13.7rem;
    min-height: 10rem;
  }
}

.product-h__marks {
  position: absolute;
  top: 0.4rem;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-h__marks>li {
  margin: 0 0 0.5rem;
}

.product-h__marks>li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .product-h__marks .ui-mark {
    min-height: 1.3rem;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 500;
  }
}

.product-h__obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 5.5rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .product-h__obj {
    width: 10rem;
    height: 10rem;
  }
}

.product-h__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-h__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.product-h__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.4rem;
  height: auto;
  max-height: 30%;
  max-width: 30%;
}

.product-h__brand img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-h__desc {
  margin: 0 0 1.2rem;
}

@media (min-width: 768px) {
  .product-h__desc {
    margin: 0 3.7rem 0 0;
    -ms-flex: 1;
    flex: 1;
    max-width: 53rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-h__title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.333;
  font-weight: 400;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  font-weight: 500;
}

.product-h__title:hover {
  text-decoration: none;
  color: #8D008F;
}

@media (min-width: 768px) {
  .product-h__title {
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
    line-height: 1.28;
    font-weight: 400;
  }
}

.product-h__info {
  margin: 0 -0.9rem -0.9rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #707070;
}

.product-h__info>li {
  padding: 0 0.9rem 0.9rem;
}

@media (min-width: 768px) {
  .product-h__info {
    margin: 0;
    font-size: 1.2rem;
    display: block;
  }

  .product-h__info>li {
    padding: 0;
    margin: 0 0 0.6rem;
  }

  .product-h__info>li:last-child {
    margin: 0;
  }
}

.product-h__more {
  margin: auto 0 0 0;
  padding: 1rem 0 0 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}

.product-h__more a {
  font-weight: 500;
}

@media (min-width: 768px) {
  .product-h__more {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .product-h__aside {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    min-width: 22rem;
  }
}

.product-h__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0.4rem;
}

@media (min-width: 768px) {
  .product-h__group {
    display: block;
    margin: 0;
  }
}

.product-h__price {
  display: block;
  margin: 0 0.4rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  -ms-flex: 1;
  flex: 1;
}

.product-h__price small {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  color: #909090;
}

.product-h__price ins {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  color: #FD2C2C;
  margin: 0 0.4rem 0 0;
}

.product-h__price del {
  display: block;
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #707070;
}

.product-h__price mark {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #909090;
}

@media (min-width: 768px) {
  .product-h__price {
    margin: 0 0 0.6rem;
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-h__price small {
    font-size: 1.2rem;
  }
}

.product-h__available {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #909090;
}

.product-h__available svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.3rem 0 0;
}

@media (min-width: 768px) {
  .product-h__available {
    margin: 0 0 1.2rem;
  }

  .product-h__available svg {
    margin: 0 0.6rem 0 0;
  }
}

.product-h__control {
  white-space: nowrap;
}

.product-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 0 0 6.7rem;
}

.product-m__marks {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-m__marks>li {
  margin: 0 0 0.5rem;
}

.product-m__marks>li:last-child {
  margin: 0;
}

.product-m__marks .ui-mark {
  padding: 0 0.5rem;
  min-height: 1.3rem;
  font-size: 0.8rem;
}

.product-m__obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 5.5rem;
  text-decoration: none;
}

.product-m__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-m__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.product-m__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.4rem;
  max-width: 20%;
  max-height: 20%;
}

.product-m__brand img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-m__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.product-m__title {
  display: block;
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  line-height: 1.333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-m__title a {
  text-decoration: none;
  color: #353535 !important;
}

@media (min-width: 992px) {
  .product-m__title {
    -webkit-line-clamp: 2;
  }
}

.product-m__info {
  margin: 0 -0.9rem -0.9rem;
  padding: 0 0 0.9rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #707070;
}

.product-m__info>li {
  padding: 0 0.9rem 0.9rem;
}

.product-m__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 0.4rem;
}

.product-m__price {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  -ms-flex: 1;
  flex: 1;
}

.product-m__price small {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  color: #909090;
}

.product-m__price ins {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  color: #FD2C2C;
}

.product-m__price del {
  display: block;
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #707070;
}

.product-m__price mark {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #909090;
}

.product-m__available {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #909090;
}

.product-m__available svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.3rem 0 0;
}

@media (min-width: 992px) {
  .product-m__available svg {
    margin: 0 0.6rem 0 0;
  }
}

.product-m__control {
  margin: auto 0 0 0;
}

.product-m__control .ui-add__button .ui-btn {
  height: 3.2rem;
  font-size: 1.2rem;
}

.product-m__control .ui-add__number .ui-number {
  height: 3.2rem;
  padding: 0.3rem;
}

.categories {
  padding: 1.6rem 0 2.4rem;
}

@media (min-width: 992px) {
  .categories {
    padding: 2.2rem 0 3.2rem;
  }
}

.categories__title {
  display: block;
  margin: 0 0 1.1rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 992px) {
  .categories__title {
    font-size: 2.2rem;
    line-height: 1.09;
    font-weight: 500;
    margin: 0 0 2.2rem;
  }
}

.categories__list {
  margin: 0 -0.9rem -1.2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories__list>li {
  padding: 0 0.9rem 1.2rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.categories__list>li:nth-of-type(12)~li {
  display: none;
}

@media (min-width: 768px) {
  .categories__list {
    margin: 0 -0.9rem -1.7rem;
  }

  .categories__list>li {
    padding: 0 0.9rem 1.7rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 992px) {
  .categories__list>li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .categories__list>li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .categories__list>li:nth-of-type(12)~li {
    display: block;
  }
}

.category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 5rem;
  position: relative;
  overflow: hidden;
  padding: 0.4rem 4.8rem 0.4rem 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  text-decoration: none;
  color: #000;
  transition: color 0.25s, border-color 0.25s;
}

.category:hover {
  text-decoration: none;
  color: #8D008F;
  border-color: #8D008F;
}

@media (min-width: 992px) {
  .category {
    padding: 0.4rem 4.8rem 0.4rem 1.3rem;
    min-height: 7rem;
  }
}

.category__title {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.category__image {
  position: absolute;
  top: 0;
  right: -1.6rem;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .category__image {
    width: 8rem;
    height: 8rem;
  }
}

.banners {
  text-align: center;
}

.banners .swiper-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: 10px;
  z-index: 2;
}

.banners .swiper-next {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  margin-top: -24px;
}

@media (max-width: 991px) {
  .banners .swiper-prev {
    left: 0;
    margin-top: 0;
    top: 80px;
  }

  .banners .swiper-next {
    top: 80px;
    margin-top: 0;
  }
}

.banners__grid {
  margin: 0 0 1.3rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  will-change: transform;
}

.banners__grid .row {
  margin: 0;
}

.banners__grid .row>[class^=col] {
  padding: 0;
}

@media (min-width: 992px) {
  .banners__grid {
    margin: 0 0 2.5rem;
  }
}

.banners__cover {
  display: block;
  text-align: left;
  background: #F5F7FA;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 19.1rem;
  height: 100%;
}

@media (min-width: 992px) {
  .banners__cover {
    min-height: 36rem;
  }
}

.banners__cover-image,
.banners__cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.banners__cover-image img,
.banners__cover-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banners__cover-brand {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 2;
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
  height: 3.2rem;
}

.banners__cover-brand img {
  display: block;
  max-height: 100%;
}

@media (min-width: 992px) {
  .banners__cover-brand {
    height: 4.6rem;
    right: 1.6rem;
    bottom: 1.4rem;
  }
}

.banners__cover-marks {
  position: absolute;
  top: 0.7rem;
  left: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}

.banners__cover-marks>li {
  margin: 0 0 0.5rem;
}

.banners__cover-marks>li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .banners__cover-marks {
    top: 0.9rem;
  }
}

.banners__item {
  display: block;
  text-align: left;
  background: #F5F7FA;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banners__item-image,
.banners__item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.banners__item-image img,
.banners__item-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banners__item-image {
  background: url('/local/templates/uvlight/css/../i/hero-bg.webp') 50% 50% no-repeat;
}

.banners__item-desc {
  position: relative;
  z-index: 2;
  padding: 1.1rem 1.4rem 2rem;
  min-height: 100%;
}

.banners__item-desc-text {
  margin-bottom: 20px;
  max-width: 60%;
  font-size: 14px;
}

@media (min-width: 992px) {
  .banners__item-desc {
    padding: 1.8rem 2rem;
  }
  .banners__item-image {
    background-position: 40% 50% !important;
  }
  .banners__item-desc-text {
    max-width: 80%;
    font-size: 16px;
  }
}

.banners__item-title {
  display: block;
  margin: 0 0 1.4rem;
  font: 500 2rem/1.57 var(--font-primary);
  width: 90%;
}

@media (min-width: 992px) {
  .banners__item-title {
    margin: 0 0 3.7rem;
    font-size: 2.4rem;
    line-height: 1.333;
    font-weight: 500;
    width: 80%;
  }
}

.banners__item-price {
  display: block;
  margin: 0 0 1.7rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.banners__item-price small {
  font-size: 1.2rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .banners__item-price {
    margin: 0 0 4.4rem;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 500;
  }

  .banners__item-price small {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.banners__item-control .ui-btn {
  min-height: 3.2rem;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .banners__item-control .ui-btn {
    min-width: 16rem;
    min-height: 4rem;
    font-size: 1.4rem;
  }

}

.banners__item-more {
  position: absolute;
  right: 1.2rem;
  bottom: 1.6rem;
  z-index: 100;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: 500;
  text-align: right;
  width: 33.333%;
}

@media (min-width: 992px) {
  .banners__item-more {
    position: absolute;
    right: 3.1rem;
    bottom: 2.5rem;
    width: auto;
  }
}

.homepage-caption {
  display: flex;
  align-items: center;
}

.banners__caption {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  border-radius: 0.4rem;
  background: #F5F7FA;
  margin: 0 auto;
  padding: 1rem 0.8rem;
  min-height: 4rem;
  width: 100%;
  font: 500 1.4rem/1.2 var(--font-primary);
}

@media (min-width: 992px) {
  .banners__caption {
    width: auto;
    min-height: 5rem;
    padding: 0.8rem 2.5rem;
    font-size: 2rem;
  }
}

.featured {
  margin: 50px 0;
}

.featured__title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 992px) {
  .featured__title {
    margin: 0 0 3.4rem;
    font-size: 2.2rem;
    line-height: 1.09;
    font-weight: 500;
  }
}

.blog {
  padding: 5rem 0 4.5rem;
}

@media (min-width: 992px) {
  .blog {
    margin: 0 0 7rem;
  }
}

.blog__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.2rem;
  line-height: 1.09;
  font-weight: 500;
  text-align: center;
}

.blog__list {
  margin: 0 0 3.2rem;
  padding: 0;
  list-style: none;
}

.blog__list>li {
  margin: 0 0 4rem;
}

.blog__list>li:last-child {
  margin: 0;
}

.blog__list:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .blog__list {
    margin: 0 -3.5rem -3.5rem;
    padding: 0 0 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog__list>li {
    padding: 0 3.5rem 3.5rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.blog__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 8rem;
  margin: 0 2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog__item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .blog__item-image {
    width: 7.4rem;
    height: 10rem;
    margin: 0 3rem 0 0;
  }
}

.blog__item-desc {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.blog__item-title {
  display: block;
  margin: 0 0 1.1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}

@media (min-width: 992px) {
  .blog__item-title {
    margin: 0 0 0.4rem;
    font-size: 1.6rem;
  }
}

.blog__item-date {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #909090;
}

.blog__item-text {
  display: block;
  margin: 0 0 1.1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}

.blog__item-actiom {
  font-size: 1.4rem;
  font-weight: 500;
}

.blog__control {
  text-align: center;
}

.seo {
  margin: 0 0 4rem;
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 400;
}

.seo .container-fluid {
  padding-left: 3.2rem;
}

.seo h3 {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.111;
  font-weight: 500;
}

.seo p {
  margin: 0 0 2.8rem;
}

.seo p:last-child {
  margin: 0;
}

.seo ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.seo ul>li {
  position: relative;
  padding: 0 0 0 1.4rem;
}

.seo ul>li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: currentColor;
}

@media (min-width: 992px) {
  .seo {
    margin: 0 0 6rem;
  }

  .seo p+h3 {
    padding: 2rem 0 0 0;
  }
}

.breadcrumbs {
  padding: 0.4rem 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  white-space: nowrap;
  color: #909090;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .breadcrumbs {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}

.breadcrumbs__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__menu>li {
  padding: 0 1.2rem 0 0;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.breadcrumbs__menu>li:after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  text-align: center;
}

.breadcrumbs__menu>li:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  .breadcrumbs__menu>li {
    padding: 0 1.6rem 0 0;
  }

  .breadcrumbs__menu>li:after {
    width: 1.6rem;
  }
}

.breadcrumbs__link {
  text-decoration: none;
  color: #909090;
  transition: color 0.25s;
}

.breadcrumbs__link:hover {
  text-decoration: none;
  color: #353535;
}

.breadcrumbs__link.is-active {
  color: #353535;
  font-weight: 500;
}

@media (min-width: 992px) {
  .catalog__head {
    margin: 0 0 4.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .catalog__body {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .catalog__sidebar {
    border-right: 1px solid #EBEEFA;
    padding: 0 2rem 0 0;
    margin: 0 3.2rem 0 0;
    width: 20.5rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 992px) {
  .catalog__main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}

.catalog__title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 1.6rem;
}

.catalog__title small {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #909090;
  vertical-align: middle;
  margin: 0 0 0 1rem;
}

@media (min-width: 992px) {
  .catalog__title {
    font-size: 2.6rem;
    line-height: 1.26;
    font-weight: 500;
    margin: 0 1.6rem 0 0;
    -ms-flex: 1;
    flex: 1;
  }

  .catalog__title small {
    font-size: 1.6rem;
  }
}

.catalog__control {
  margin: 0 -2rem 1.6rem;
  padding: 0 2rem;
  background: #F9F9F9;
  border-bottom: 1px solid #EBEEFA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
}

@media (min-width: 992px) {
  .catalog__control {
    margin: 0 -0.8rem 0 0;
    padding: 0;
    background: none;
    border: none;
  }
}

.catalog__sorting {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.catalog__sorting .ui-sorting {
  margin: 0;
  width: auto;
}

@media (min-width: 992px) {
  .catalog__sorting {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-order: 2;
    order: 2;
  }
}

.catalog__view {
  margin: 0 0.9rem;
  -ms-flex: 1;
  flex: 1;
}

.catalog__view .ui-view {
  margin: 0;
}

@media (min-width: 992px) {
  .catalog__view {
    -ms-flex-order: 1;
    order: 1;
    margin: 0 2.8rem 0 0;
  }
}

@media (min-width: 992px) {
  .catalog__filter {
    display: none;
  }
}

.catalog__filter-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: relative;
  color: #171717;
  transition: color 0.25s;
}

.catalog__filter-toggle:hover {
  color: #8D008F;
}

.catalog__filter-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog__filter-toggle mark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #8D008F;
  color: #fff;
  position: absolute;
  top: -0.6rem;
  right: -0.4rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.is-filter-open .filter__offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .filter {
    margin: 0 0 4rem;
  }
}

.filter__offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 992px) {
  .filter__offcanvas {
    position: relative;
    background: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: unset;
  }
}

.filter__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4rem;
  border-bottom: 1px solid #EBEEFA;
  padding: 0.4rem 2rem;
}

@media (min-width: 992px) {
  .filter__head {
    display: none;
  }
}

.filter__body {
  -ms-flex: 1;
  flex: 1;
  padding: 1rem 2rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.filter__body::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .filter__body {
    padding: 0;
    overflow: unset;
  }
}

.filter__foot {
  padding: 2rem;
  background: #fff;
  box-shadow: 0px -0.2rem 1rem 0px rgba(0, 0, 0, 0.1);
}

.filter__foot .ui-btn {
  width: 100%;
}

@media (min-width: 992px) {
  .filter__foot {
    display: none;
  }
}

.filter__title {
  display: block;
  margin: 0 1.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}

.filter__close {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  color: #8D008F;
}

.filter__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.filter__back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0 0 0.2rem;
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}

.filter__back svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.2rem 0 -0.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.filter__back:hover {
  text-decoration: none;
  color: #8D008F;
}

.filter__group {
  margin: 0 0 3.6rem;
}

.filter__group:last-child {
  margin: 0;
}

.filter__group.is-open .filter__group-checklist>li:nth-of-type(5)~li {
  display: block;
}

.filter__group-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.8rem;
}

.filter__group-title {
  text-decoration: none;
  color: var(--body-color);
}

.filter__group-title:hover,
.filter__group-title.active {
  color: #8D008F;
}

.filter__group-head:last-child {
  margin: 0;
}

.filter__group-body {
  margin: 0 0 0.8rem;
}

.filter__group-body:last-child {
  margin: 0;
}

.filter__group-foot {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
}

.filter__group-foot .ui-link {
  font-weight: 500;
}

.filter__group-title {
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 500;
  margin: 0 0.5rem 0 0;
}

.filter__group-reset {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  color: #c4c4c4;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: color 0.25s;
}

.filter__group-reset svg {
  display: block;
  width: 100%;
  height: 100%;
}

.filter__group-reset:hover {
  color: #bf00c2;
}

.filter__group-categories {
  margin: -0.4rem 0 0 1.2rem;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 400;
}

.filter__group-categories a {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}

.filter__group-categories a:hover {
  text-decoration: none;
  color: #8D008F;
}

.filter__group-range .ui-range {
  margin: 0;
}

.filter__group-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter__group-checklist>li {
  margin: 0 0 1.2rem;
}

.filter__group-checklist>li:last-child {
  margin: 0;
}

.filter__group-checklist>li:nth-of-type(5)~li {
  display: none;
}

.filter__group-checklist .ui-check {
  margin: 0;
}

.pagination {
  margin: 0 0 5.1rem;
}

@media (min-width: 992px) {
  .pagination {
    margin: 0 0 8.3rem;
  }
}

.pagination__more {
  margin: 0 0 2.4rem;
}

.pagination__more .ui-btn {
  width: 100%;
  min-height: 3.2rem;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .pagination__more .ui-btn {
    min-height: 4rem;
    font-size: 1.6rem;
  }
}

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

.pagination__prev,
.pagination__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  padding: 0.4rem 1rem;
  min-height: 3.2rem;
  border-radius: 0.4rem;
  background: #EEEBFA;
  color: #8D008F;
  transition: color 0.25s, background 0.25s;
}

.pagination__prev:hover,
.pagination__next:hover {
  background: #8D008F;
  color: #fff;
}

.pagination__prev.is-disabled,
.pagination__next.is-disabled {
  display: none;
}

.pagination__prev {
  margin-right: 2rem;
}

@media (min-width: 992px) {
  .pagination__prev {
    margin-right: 2.5rem;
  }
}

.pagination__next {
  margin-left: 2rem;
}

@media (min-width: 992px) {
  .pagination__next {
    margin-left: 2.5rem;
  }
}

.pagination__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}

.pagination__menu>li {
  margin: 0 1.6rem 0 0;
}

.pagination__menu>li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .pagination__menu {
    font-size: 2rem;
  }
}

.pagination__link {
  text-decoration: none;
  color: #8D008F;
}

.pagination__link:hover {
  text-decoration: none;
  color: #bf00c2;
}

.pagination__link.is-active {
  color: #353535;
}

.is-sku-sticky .sku__data-sticky {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.sku {
  margin: 0 0 5.1rem;
}

@media (min-width: 992px) {
  .sku {
    margin: 0 0 6.1rem;
  }
}

@media (min-width: 1200px) {
  .sku {
    margin: 0 0 7.1rem;
  }
}

.sku__title {
  display: block;
  margin: 0 0 1.8rem;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}

@media (min-width: 992px) {
  .sku__title {
    font-size: 2.2rem;
    line-height: 1.72;
    font-weight: 500;
    margin: 0 0 1.5rem;
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .sku__title {
    margin: 0 0 4rem;
  }
}

@media (min-width: 992px) {
  .sku__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .sku__main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin: 0 2.5rem 0 0;
  }
}

@media (min-width: 1200px) {
  .sku__main {
    margin: 0 3rem 0 0;
  }
}

@media (min-width: 992px) {
  .sku__sidebar {
    width: 30rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: sticky;
    top: 12.8rem;
    max-height: calc(100vh - 10.8rem - 4rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.4rem;
  }

  .sku__sidebar::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 1rem;
    margin: 0 0 0 1rem;
    background: #FAF8FB;
  }

  .sku__sidebar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #8D008F;
  }
}

@media (min-width: 1200px) {
  .sku__sidebar {
    width: 40rem;
  }
}

.sku__product {
  position: relative;
}

@media (min-width: 992px) {
  .sku__product {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 4.5rem;
  }
}

.sku__marks {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.sku__marks>li {
  margin: 0 0 0.4rem;
}

.sku__marks>li:last-child {
  margin: 0;
}

.sku__swiper {
  margin: 0 0 1.8rem;
}

@media (min-width: 992px) {
  .sku__swiper {
    width: 30rem;
    margin: 0 2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .sku__swiper {
    width: 40rem;
    margin: 0 3rem 0 0;
  }
}

@media (min-width: 992px) {
  .sku__desc {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}

.sku__data {
  border-radius: 1rem;
  background: #F5F7FA;
  min-height: 55px;
  padding: 1.4rem 1.1rem 1.4rem 1.4rem;
  margin: 0 0 1.1rem;
}

@media (min-width: 992px) {
  .sku__data {
    margin: 0 0 0.7rem;
    padding: 1.4rem 1.5rem 1.4rem 1.4rem;
  }
}

@media (min-width: 1200px) {
  .sku__data {
    padding: 2.1rem 1.9rem 1.5rem 1.9rem;
    margin: 0 0 2rem;
  }
}

@media (min-width: 992px) {
  .sku__data-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 0 2rem;
  }
}

@media (min-width: 1200px) {
  .sku__data-group {
    display: block;
    margin: 0 0 1.8rem;
  }
}

.sku__data-available {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 0.4rem;
  float: right;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #909090;
}

.sku__data-available svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .sku__data-available {
    float: none;
    margin: 0;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .sku__data-available {
    float: right;
  }
}

.sku__data-price {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 500;
}

.sku__data-price small {
  font-size: 1.4rem;
  line-height: 1.333;
  font-weight: 400;
  color: #909090;
  white-space: nowrap;
}

.sku__data-price ins {
  display: block;
  text-decoration: none;
  color: #EF4044;
  white-space: nowrap;
}

.sku__data-price del {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  text-decoration: line-through;
  color: #707070;
}

.sku__data-price mark {
  display: block;
  font-size: 1.2rem;
  line-height: 1.83;
  font-weight: 400;
  color: #EF4044;
}

@media (min-width: 992px) {
  .sku__data-price {
    font-size: 2.2rem;
    line-height: 1.09;
    font-weight: 500;
    margin: 0 0 0.8rem;
  }
}

.sku__data-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  padding: 0.9rem 1.6rem 1.1rem 1.6rem;
  background: #FFF;
  box-shadow: 0px -0.2rem 1rem 0px rgba(0, 0, 0, 0.1);
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100%);
}

.sku__data-sticky .row {
  margin: 0 -0.5rem;
}

.sku__data-sticky .row>[class^=col] {
  padding: 0 0.5rem;
}

@media (min-width: 992px) {
  .sku__data-sticky {
    position: relative;
    padding: 0;
    margin: 0 0 1rem;
    background: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.sku__data-info {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #909090;
}

.sku__data-info svg {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.6rem 0 0 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}

.sku__data-info a {
  font-weight: 500;
  text-decoration: none;
  color: #909090;
  transition: color 0.25s;
}

.sku__data-info a:hover {
  text-decoration: none;
  color: #000;
}

.sku__benefits {
  margin: 0 0 2.4rem;
}

@media (min-width: 992px) {
  .sku__benefits {
    margin: 0 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .sku__benefits {
    margin: 0 0 1.9rem;
  }
}

.sku__benefits-list {
  margin: 0 -0.6rem -0.9rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sku__benefits-list>li {
  padding: 0 0.6rem 0.9rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 992px) {
  .sku__benefits-list>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .sku__benefits-list {
    margin: 0 -1rem -1rem;
  }

  .sku__benefits-list>li {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.sku__benefits-item {
  display: block;
  text-decoration: none;
  border-radius: 1rem;
  border: 1px solid #EBEEFA;
  background: #FFF;
  padding: 1.2rem;
  text-align: center;
  color: #353535;
  transition: background 0.25s, color 0.25s;
  position: relative;
}

.sku__benefits-item:hover {
  text-decoration: none;
  color: #353535;
  background: #EBEEFA;
}

@media (min-width: 992px) {
  .sku__benefits-item {
    text-align: left;
    padding: 1rem 1rem 0.8rem 5.6rem;
  }
}

@media (min-width: 1200px) {
  .sku__benefits-item {
    text-align: center;
    padding: 1rem;
  }
}

.sku__benefits-item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.4rem;
  margin: 0 0 0.4rem;
}

.sku__benefits-item-icon svg {
  display: block;
}

@media (min-width: 992px) {
  .sku__benefits-item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 4rem;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .sku__benefits-item-icon {
    position: relative;
    width: 100%;
    height: 2.8rem;
    margin: 0 0 0.8rem;
  }
}

.sku__benefits-item-title {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.333;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .sku__benefits-item-title {
    margin: 0 0 0.7rem;
  }
}

.sku__benefits-item-link {
  font-size: 1.2rem;
  line-height: 1.333;
  font-weight: 500;
  color: #8D008F;
}

.sku__brand {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.8rem;
}

.sku__brand a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .sku__brand {
    margin: 0 0 2.5rem;
  }
}

.sku__brand-image {
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 4rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0.9rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sku__brand-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.sku__brand-title {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #8D008F;
}

.product-doc {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  color: #8D008F;
}

.product-doc__icon {
  width: 40px;
  flex: 0 0 40px
}

.product-doc__icon img {
  width: 100%
}

.product-doc__name {
  padding-left: 15px
}

.sku__details {
  margin: 0 0 2.4rem;
}

.sku__details-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}

.sku__details-table th, .sku__details-table td {
  padding: 0 1px 1rem;
}

.sku__details-table th:first-child, .sku__details-table td:first-child {
  padding-left: 0;
}

.sku__details-table th:last-child, .sku__details-table td:last-child {
  padding-right: 0;
  width: 30%;
}

.sku__details-table tfoot {
  font-weight: 500;
}

.sku__details-table tfoot th, .sku__details-table tfoot td {
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.sku__details-table-dt {
  display: -ms-flexbox;
  display: flex;
  color: #909090;
}

.sku__details-table-dt:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #CECECE;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0.4rem;
}

.sku__text {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  display: block;
  margin: 0 0 2.2rem;
}

.sku__text:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .sku__text {
    margin: 0;
    padding: 0 2.2rem 0 0;
  }
}

@media (min-width: 1200px) {
  .sku__text {
    padding: 0;
  }
}

.sku__analogs {
  margin: 0 0 2.6rem;
}

@media (min-width: 992px) {
  .sku__analogs {
    margin: 0;
  }
}

.sku__analogs-title {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.37;
  font-weight: 500;
}

@media (min-width: 992px) {
  .sku__analogs-title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 0.2rem;
  }
}

.sku__analogs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EBEEFA;
}

.sku__analogs-list>li {
  padding: 1.2rem 0;
  border-bottom: 1px solid #EBEEFA;
}

.sku__tabs {
  margin: 0 0 3.6rem;
}

@media (min-width: 992px) {
  .sku__tabs {
    margin: 0 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  .sku__tabs {
    margin: 0 0 5rem;
  }
}

.sku__tabs-control {
  display: none;
}

@media (min-width: 992px) {
  .sku__tabs-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1.6rem;
  }

  .sku__tabs-control>* {
    margin: 0 3.5rem 0 0;
  }

  .sku__tabs-control>*:last-child {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .sku__tabs-btn {
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 500;
    color: #353535;
    transition: color 0.25s;
  }

  .sku__tabs-btn:hover, .sku__tabs-btn.is-active {
    color: #8D008F;
  }
}

.sku__tabs-wrapper {
  position: relative;
}

.sku__tabs-group {
  margin: 0 0 1.6rem;
}

.sku__tabs-group:last-child {
  margin: 0;
}

.sku__tabs-group.is-open .sku__tabs-toggle {
  color: #8D008F;
}

.sku__tabs-group.is-open .sku__tabs-toggle svg {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .sku__tabs-group {
    margin: 0;
  }

  .sku__tabs-group:last-child {
    margin: 0;
  }
}

.sku__tabs-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #353535;
  transition: color 0.25s;
}

.sku__tabs-toggle svg {
  display: block;
  width: 2.4rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -1.5rem 0 0 0;
  transition: transform 0.25s;
}

.sku__tabs-toggle:hover {
  color: #8D008F;
}

@media (min-width: 992px) {
  .sku__tabs-toggle {
    display: none;
  }
}

.sku__tabs-content {
  position: relative;
  top: 1.6rem;
  padding: 0 0 2.4rem;
  display: none;
}

@media (min-width: 992px) {
  .sku__tabs-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  .sku__tabs-content.is-active {
    position: relative;
    opacity: 1;
    display: block;
    visibility: visible;
    transition: 0.5s;
  }

  .sku__tabs-content .row {
    margin: 0 -6rem;
  }

  .sku__tabs-content .row>[class^=col] {
    padding: 0 6rem;
  }
}

.sku__tabs-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}

.sku__tabs-table th, .sku__tabs-table td {
  padding: 0 1px 1rem;
}

.sku__tabs-table th:first-child, .sku__tabs-table td:first-child {
  padding-left: 0;
}

.sku__tabs-table th:last-child, .sku__tabs-table td:last-child {
  padding-right: 0;
  width: 30%;
}

.sku__tabs-table tfoot {
  font-weight: 500;
}

.sku__tabs-table tfoot th, .sku__tabs-table tfoot td {
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.sku__tabs-table-dt {
  display: -ms-flexbox;
  display: flex;
  color: #909090;
}

.sku__tabs-table-dt:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #CECECE;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0.4rem;
}

.sku__tabs-table-dd a {
  font-weight: 500;
}

.sku__related-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 992px) {
  .sku__related-title {
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 500;
    margin: 0 0 2rem;
  }
}

.sku__related-list {
  margin: 0 -0.9rem -2.4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sku__related-list>li {
  padding: 0 0.9rem 2.4rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .sku__related-list>li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.cart {
  margin: 0 0 2.6rem;
}

@media (min-width: 1200px) {
  .cart {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .cart__table {
    display: block;
  }

  .cart__table thead,
  .cart__table tbody,
  .cart__table tfoot,
  .cart__table tr,
  .cart__table td,
  .cart__table th {
    display: block;
  }

  .cart__table tr {
    border-bottom: 1px solid #EBEEFA;
    padding: 0 4rem 1.2rem 6.5rem;
    margin: 0 0 1.2rem;
    position: relative;
    min-height: 5.5rem;
  }

  .cart__table tr:last-child {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .cart__table tr:first-of-type td {
    padding-top: 0.9rem;
  }

  .cart__table td {
    padding: 1.8rem 1.5rem;
    border-bottom: 1px solid #EBEEFA;
    vertical-align: top;
  }

  .cart__table td:first-child {
    padding-left: 0;
  }

  .cart__table td:last-child {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .cart__table-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
}

.cart__table-item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.cart__table-item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .cart__table-item-image {
    position: relative;
    margin: 0 2.7rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .cart__table-item-image {
    width: 10rem;
    height: 10rem;
  }
}

@media (min-width: 768px) {
  .cart__table-item-desc {
    -ms-flex: 1;
    flex: 1;
  }
}

.cart__table-item-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.333;
  font-weight: 400;
}

@media (min-width: 768px) {
  .cart__table-item-title {
    font-size: 1.4rem;
    line-height: 1.28;
    font-weight: 400;
  }
}

.cart__table-item-text {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1rem;
  line-height: 1.333;
  font-weight: 400;
  color: #707070;
}

@media (min-width: 768px) {
  .cart__table-item-text {
    font-size: 1.2rem;
    line-height: 1.333;
    font-weight: 400;
    margin: 0;
  }
}

.cart__table-price {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.cart__table-price small {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #909090;
  white-space: nowrap;
}

.cart__table-price ins {
  text-decoration: none;
  color: #FD2C2C;
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}

.cart__table-price del {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: line-through;
  color: #707070;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .cart__table-price {
    font-size: 1.8rem;
    margin: 0;
  }

  .cart__table-price small {
    font-size: 1.2rem;
  }

  .cart__table-price del {
    font-size: 1.4rem;
  }
}

.cart__table-control {
  margin: 0 -4rem 0 0;
}

.cart__table-control .ui-number {
  margin: 0;
}

@media (min-width: 768px) {
  .cart__table-control {
    margin: 0 auto;
    width: 15rem;
  }
}

.cart__table-delete {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #707070;
  transition: color 0.25s;
}

.cart__table-delete svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cart__table-delete:hover {
  color: #EF4044;
}

@media (min-width: 768px) {
  .cart__table-delete {
    position: relative;
    height: 4rem;
    float: right;
  }
}

.is-order-sticky .order__sticky {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.order {
  border-radius: 1rem;
  background: #F5F7FA;
  padding: 1.3rem 1.5rem 1.8rem 1.7rem;
}

@media (min-width: 768px) {
  .order {
    padding: 1.8rem 1.7rem 1.8rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .order {
    position: sticky;
    top: 12.8rem;
  }
}

@media (min-width: 1200px) {
  .order {
    width: 35rem;
  }
}

.order__sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  padding: 0.9rem 1.8rem 1rem 1.5rem;
  background: #FFF;
  box-shadow: 0px -0.2rem 1rem 0px rgba(0, 0, 0, 0.1);
  transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}

.order__sticky .ui-btn {
  width: 100%;
}

@media (min-width: 992px) {
  .order__sticky {
    position: relative;
    padding: 0;
    margin: 0 0 0.5rem;
    background: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.order__caption {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #909090;
}

@media (min-width: 768px) {
  .order__caption {
    margin: 0 0 2rem;
  }
}

.order__list {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.order__list>li {
  margin: 0 0 0.6rem;
}

.order__list>li:last-child {
  margin: 0;
}

.order__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.order__item-title {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 500;
}

.order__item-dots {
  display: block;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #C7C7C7;
  margin: 0 0 0.6rem;
}

.order__item-price {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 500;
}

.order__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0.7rem;
}

@media (min-width: 768px) {
  .order__total {
    border-top: 1px solid #E1E1E1;
    padding: 0.7rem 0 0 0;
  }
}

.order__total-title,
.order__total-price {
  display: block;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 500;
}

.order__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #909090;
}

.order__info svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.4rem 0 0;
}

.contacts {
  margin: 0 0 2.2rem;
}

@media (min-width: 992px) {
  .contacts {
    margin: 0 0 4.1rem;
  }
}

.contacts__info {
  margin: 0 0 2.6rem;
  padding: 1.4rem;
  list-style: none;
  border-radius: 0.8rem;
  background: #F5F7FA;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.contacts__info>li {
  position: relative;
  padding: 0 0 0 3.2rem;
  margin: 0 0 1.4rem;
}

.contacts__info>li:last-child {
  margin: 0;
}

.contacts__info svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
}

@media (min-width: 992px) {
  .contacts__info {
    padding: 1.8rem 4.7rem 1.8rem 1.7rem;
    margin: 0 0 2rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
  }

  .contacts__info>li {
    margin: 0 7rem 0 0;
  }

  .contacts__info>li:last-child {
    margin: 0;
  }
}

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

.contacts__list>li {
  margin: 0 0 2.2rem;
}

.contacts__list>li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .contacts__list>li {
    margin: 0 0 3.8rem;
  }

  .contacts__list>li:last-child {
    margin: 0;
  }
}

.contacts__item-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.contacts__item-text {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 400;
}

@media (min-width: 992px) {
  .contacts__item-text {
    font-size: 1.4rem;
    line-height: 1.72;
    font-weight: 400;
    margin: 0 0 2.2rem;
  }
}

.contacts__item-route {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 500;
}

.contacts__item-route>li {
  margin: 0 0 0.3rem;
}

.contacts__item-route>li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .contacts__item-route {
    margin: -1.7rem 0 1.7rem;
  }
}

.contacts__item-map {
  background: #F5F7FA;
  aspect-ratio: 340/260;
  display: block;
  margin: 0;
  width: 100%;
  height: 300px;
  border-radius: 1rem;
  overflow: hidden;
}

.contacts__item-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .contacts__item-map {
    aspect-ratio: 820/397;
  }
}

.requisites {
  margin: 30px 0 3.1rem;
}

.requisites__title {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.requisites__list {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 400;
}

.requisites__list:last-child {
  margin: 0;
}

.delivery {
  padding: 1.2rem 0 0;
  margin: 0 0 3rem;
}

.delivery__dl {
  margin: 0;
}

.delivery__dl dt {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 500;
}

.delivery__dl dd {
  margin: 0 0 3.7rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.delivery__dl dd:last-child {
  margin: 0;
}

.delivery__dl p {
  margin: 0 0 1.3rem;
}

.delivery__dl p:last-child {
  margin: 0;
}

.delivery__dl a {
  text-decoration: none;
  color: #8D008F;
  transition: color 0.25s;
  font-weight: 500;
}

.delivery__dl a:hover {
  text-decoration: none;
  color: #bf00c2;
}

.delivery__companies {
  margin: 0 -0.9rem -1.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.delivery__companies>li {
  padding: 0 0.9rem 1.8rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (min-width: 768px) {
  .delivery__companies {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .delivery__companies>li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.delivery__companies-item {
  text-decoration: none;
  color: #8D008F;
  text-align: center;
}

.delivery__companies-item:hover {
  text-decoration: none;
  color: #bf00c2;
}

.delivery__companies-item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 0.4rem 1rem;
  margin: 0 0 0.5rem;
  height: 4.4rem;
}

.delivery__companies-item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.delivery__companies-item-url {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.feedback {
  border-radius: 0.8rem;
  background: #F5F7FA;
  padding: 2.1rem 2.3rem 1.9rem 2.2rem;
  margin: 0 0 3.1rem;
}

.feedback .ui-legend {
  margin: 0 0 1.6rem;
}

.feedback .ui-label {
  margin: 0 0 0.2rem;
}

.feedback .ui-input, .feedback .ui-textarea {
  margin: 0 0 1.4rem;
}

.feedback .ui-textarea {
  margin: 0 0 2.6rem;
}

.feedback .ui-btn {
  width: 100%;
  margin: 0 0 1.4rem;
}

.feedback .ui-accept {
  margin: 0;
}

@media (min-width: 992px) {
  .feedback {
    width: 39.1rem;
    position: sticky;
    top: 12.8rem;
  }
}

.acc-nav {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -2rem 20px -2rem;
  display: -ms-flexbox;
  display: flex;
}

.acc-nav::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .acc-nav {
    overflow: unset;
    margin: 0;
    display: block;
  }
}

.acc-nav__menu {
  margin: 0;
  padding: 0 2rem;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 400;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
}

.acc-nav__menu>li {
  margin: 0 1.6rem 0 0;
}

.acc-nav__menu>li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .acc-nav__menu {
    display: block;
    padding: 0;
  }

  .acc-nav__menu>li {
    margin: 0 0 0.4rem;
  }

  .acc-nav__menu>li:last-child {
    margin: 0;
  }
}

.acc-nav__link {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}

.acc-nav__link:hover {
  text-decoration: none;
  color: #8D008F;
}

.acc-nav__link.is-active {
  font-weight: 500;
}

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

.history__list>li {
  margin: 0 0 2.4rem;
  padding: 0 0 1.8rem;
  border-bottom: 1px solid #EBEEFA;
}

.history__list>li:last-child {
  margin: 0;
}

.history__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.history__item-products {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

.history__item-products>li {
  margin: 0 0 0 1.6rem;
}

.history__item-products>li:first-of-type {
  margin: 0;
}

.history__item-products>li:nth-of-type(3)~li {
  display: none;
}

@media (min-width: 768px) {
  .history__item-products {
    float: right;
  }

  .history__item-products>li {
    margin: 0 0 0 2.4rem;
  }

  .history__item-products>li:first-of-type {
    margin: 0;
  }
}

.history__item-product {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
}

@media (min-width: 768px) {
  .history__item-product {
    width: 6rem;
    height: 6rem;
  }
}

.history__item-product-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.history__item-product-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.history__item-desc {
  overflow: hidden;
}

.history__item-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #8D008F;
}

.history__item-text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 400;
}

.history__item-action .ui-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .history__item-action .ui-btn {
    width: auto;
    min-width: 15rem;
  }
}

.popup {
  background: #fff;
  border-radius: 1rem;
  width: 50rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  padding: 4.4rem 3.2rem 3.6rem;
}

@media (min-width: 992px) {
  .popup {
    padding: 4.4rem 4.8rem 3.6rem 5.2rem;
  }
}

.popup__close {
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  z-index: 100;
  cursor: pointer;
  color: #353535;
  z-index: 10;
  border-radius: 0.5rem;
  transition: color 0.25s;
}

.popup__close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

.popup__close:hover {
  color: #8D008F;
}

.popup__title {
  display: block;
  margin: 0 0 2.1rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  text-align: center;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* Slide styles end */
.swiper-prev,
.swiper-next {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #EEEBFA;
  color: #171717;
  transition: opacity 0.25s, visibility 0.25s, color 0.25s, background 0.25s;
}

.swiper-prev svg,
.swiper-next svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.swiper-prev.swiper-button-lock,
.swiper-next.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
}

.swiper-prev:hover,
.swiper-next:hover {
  background: #8D008F;
  color: #fff;
}

.swiper-prev svg {
  left: -0.2rem;
}

.swiper-next svg {
  left: 0.2rem;
}

.swiper-featured {
  overflow: visible;
  margin: 0 -1rem;
}

.swiper-featured .swiper-prev,
.swiper-featured .swiper-next {
  display: none;
}

.swiper-featured .swiper-slide {
  padding: 0 1rem;
  width: 20rem;
  height: auto;
}

@media (min-width: 992px) {
  .swiper-featured {
    margin: 0 -1.7rem;
  }

  .swiper-featured .swiper-slide {
    padding: 0 1.7rem;
    width: 25.4rem;
  }

  .swiper-featured .swiper-prev,
  .swiper-featured .swiper-next {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    margin: -2.4rem 0 0 0;
  }

  .swiper-featured .swiper-prev {
    left: 2.4rem;
  }

  .swiper-featured .swiper-next {
    right: 2.4rem;
  }
}

.swiper-sku-slides {
  margin: 0 0 1.5rem;
  border-radius: 1rem;
}

.swiper-sku-slides picture {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  overflow: hidden;
}

.swiper-sku-slides picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .swiper-sku-slides picture {
    aspect-ratio: unset;
    height: 30rem;
  }
}

@media (min-width: 1200px) {
  .swiper-sku-slides picture {
    aspect-ratio: unset;
    height: 40rem;
  }
}

.swiper-sku-thumbs {
  margin: 0 -0.5rem;
  border-radius: 0.4rem;
}

.swiper-sku-thumbs .swiper-slide {
  width: 6rem;
  padding: 0 0.5rem;
}

.swiper-sku-thumbs .swiper-slide-thumb-active picture {
  border-color: #8D008F;
}

.swiper-sku-thumbs picture {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #E5E5E5;
  border-radius: 0.4rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.25s;
}

.swiper-sku-thumbs picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .swiper-sku-thumbs .swiper-slide {
    width: 7rem;
  }
}

@media (min-width: 1200px) {
  .swiper-sku-thumbs .swiper-slide {
    width: 9rem;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
  border-radius: 0.4rem;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 7.5rem max(4.4rem, env(safe-area-inset-right)) max(2.5rem, env(safe-area-inset-bottom)) max(4.4rem, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -5rem;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 0.3rem;
  max-width: 90%;
  padding: 3rem;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  min-width: 13rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 0.7rem;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 2.5rem;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  outline: none;
  padding: 1rem 1.5rem;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 1rem;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 11rem;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 11rem;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 1rem);
  }
}

.fancybox-content {
  padding: 0;
  background: none;
  overflow: visible;
}

.fancybox-slide {
  padding: 2rem;
}

.fancybox-error {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  padding: 4rem 3rem;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

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

.fancybox-modal .fancybox-toolbar {
  display: none;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0.8rem;
  background: #000;
}

.irs-grid-pol.small {
  height: 0.4rem;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 0.3rem;
  margin: 0 0.4rem 1.9rem;
}

.irs-line {
  height: 100%;
  top: 0;
  background: #6E6E6E;
  border-radius: 0.5rem;
}

.irs-bar {
  top: 0;
  background: #8D008F;
  height: 100%;
}

.irs-handle {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.irs-handle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin: -0.8rem 0 0 -0.8rem;
  background: #353535;
  transition: background 0.25s;
}

.irs-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.6rem;
  height: 3.6rem;
  margin: -1.8rem 0 0 -1.8rem;
  z-index: 100;
  border-radius: 50%;
}

.irs-handle:hover:before {
  background: #8D008F;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }
}

@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-hd-0 {
    margin-left: 0%;
  }

  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }

  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }

  .offset-hd-3 {
    margin-left: 25%;
  }

  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }

  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }

  .offset-hd-6 {
    margin-left: 50%;
  }

  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }

  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }

  .offset-hd-9 {
    margin-left: 75%;
  }

  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }

  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }

  .push-hd-0 {
    left: auto;
  }

  .push-hd-1 {
    left: 8.3333333333%;
  }

  .push-hd-2 {
    left: 16.6666666667%;
  }

  .push-hd-3 {
    left: 25%;
  }

  .push-hd-4 {
    left: 33.3333333333%;
  }

  .push-hd-5 {
    left: 41.6666666667%;
  }

  .push-hd-6 {
    left: 50%;
  }

  .push-hd-7 {
    left: 58.3333333333%;
  }

  .push-hd-8 {
    left: 66.6666666667%;
  }

  .push-hd-9 {
    left: 75%;
  }

  .push-hd-10 {
    left: 83.3333333333%;
  }

  .push-hd-11 {
    left: 91.6666666667%;
  }

  .pull-hd-0 {
    right: auto;
  }

  .pull-hd-1 {
    right: 8.3333333333%;
  }

  .pull-hd-2 {
    right: 16.6666666667%;
  }

  .pull-hd-3 {
    right: 25%;
  }

  .pull-hd-4 {
    right: 33.3333333333%;
  }

  .pull-hd-5 {
    right: 41.6666666667%;
  }

  .pull-hd-6 {
    right: 50%;
  }

  .pull-hd-7 {
    right: 58.3333333333%;
  }

  .pull-hd-8 {
    right: 66.6666666667%;
  }

  .pull-hd-9 {
    right: 75%;
  }

  .pull-hd-10 {
    right: 83.3333333333%;
  }

  .pull-hd-11 {
    right: 91.6666666667%;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

* {
  outline: none;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: auto;
  font: 400 1.6rem/1.4 var(--font-primary);
}

.app {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 131.2rem;
}

@media (hover: none) {
  .is-nav-open body {
    overflow: hidden;
  }
}

.is-nav-open .header__nav-toggle svg:nth-of-type(1) {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.is-nav-open .header__nav-toggle svg:nth-of-type(2) {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (hover: none) {
  .is-search-open body {
    overflow: hidden;
  }
}

.is-search-open .header__search-toggle svg:nth-of-type(1) {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.is-search-open .header__search-toggle svg:nth-of-type(2) {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.is-search-open .header__search-offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (hover: none) {
  .is-catalog-open body {
    overflow: hidden;
  }
}

.is-catalog-open .header__catalog-toggle-icon svg:nth-of-type(1) {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.is-catalog-open .header__catalog-toggle-icon svg:nth-of-type(2) {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.is-catalog-open .header__catalog-offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 900;
}

.header__top {
  background: #EEEBFA;
  height: 3.2rem;
}

.header__top>.container-fluid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__bottom {
  background: #fff;
  border-bottom: 1px solid #EBEEFA;
  height: 4.6rem;
}

.header__bottom>.container-fluid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header__bottom {
    height: 7.6rem;
  }
}

.header__contacts {
  -ms-flex: 1;
  flex: 1;
  margin: 0 1.6rem 0 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.header__contacts small {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #9C9C9C;
}

@media (min-width: 992px) {
  .header__contacts {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
}

.header__contacts-menu {
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__contacts-menu>li {
  padding: 0 1rem;
}

.header__contacts-menu>li:first-child {
  letter-spacing: 0.56px;
}

@media (min-width: 992px) {
  .header__contacts-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 -1.4rem;
  }

  .header__contacts-menu>li {
    padding: 0 1.4rem;
  }
}

.header__contacts-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #353535;
}

.header__contacts-link:hover {
  text-decoration: none;
  color: #353535;
}

.header__contacts-link-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.5rem 0 0;
}

.header__contacts-link-icon svg {
  display: block;
  margin: 0 0.5rem 0 0;
}

.header__contacts-link-icon svg:last-child {
  margin: 0;
}

.header__contacts-link-text {
  display: block;
  color: #353535;
  text-decoration: none;
  flex: 1;
}

.header__nav {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

@media (min-width: 992px) {
  .header__nav {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.header__nav-toggle {
  color: #353535;
  padding: 0 0.2rem;
  transition: color 0.25s;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}

.header__nav-toggle svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.25s, opacity 0.25s;
  margin: -1px 0 0 0;
}

.header__nav-toggle svg:nth-of-type(1) {
  transform: translate(-50%, -50%) scale(1);
}

.header__nav-toggle svg:nth-of-type(2) {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.header__nav-toggle:hover {
  color: #8D008F;
}

@media (min-width: 992px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-offcanvas {
  position: absolute;
  top: 3.2rem;
  left: 0;
  right: 0;
  padding: 1.3rem 1.6rem 2rem;
  background: #fff;
  z-index: 200;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header__nav-offcanvas:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  pointer-events: none;
}

@media (min-width: 992px) {
  .header__nav-offcanvas {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header__nav-offcanvas:after {
    display: none;
  }
}

.header__nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.header__nav-menu>li {
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
  }

  .header__nav-menu>li {
    margin: 0 3.2rem 0 0;
  }
}

.header__nav-link {
  text-decoration: none;
  color: #353535;
  transition: color 0.25s;
}

.header__nav-link:hover {
  text-decoration: none;
  color: #8D008F;
}

.header__logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8rem;
  margin: 0 2.8rem 0 0;
}

.header__logo img, .header__logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .header__logo {
    width: 10.2rem;
    margin: 0 3.7rem 0 0;
  }
}

.header__catalog {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1.6rem 0 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .header__catalog {
    margin: 0 3.7rem 0 0;
  }
}

@media (min-width: 1200px) {
  .header__catalog {
    margin: 0 6.2rem 0 0;
  }
}

.header__catalog-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  background: #171717;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem 0.8rem 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.25s, background 0.25s;
}

.header__catalog-toggle:hover {
  background: #8D008F;
  color: #fff;
}

@media (min-width: 992px) {
  .header__catalog-toggle {
    font-size: 1.6rem;
    height: 4rem;
    padding: 0.4rem 1.8rem 0.4rem 1.4rem;
  }
}

.header__catalog-toggle-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__catalog-toggle-icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.25s, opacity 0.25s;
}

.header__catalog-toggle-icon svg:nth-of-type(1) {
  transform: translate(-50%, -50%) scale(1);
}

.header__catalog-toggle-icon svg:nth-of-type(2) {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

@media (min-width: 992px) {
  .header__catalog-toggle-icon {
    margin: 0 1rem 0 0;
  }
}

.header__catalog-toggle-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
}

.header__catalog-offcanvas {
  position: fixed;
  top: 7.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 992px) {
  .header__catalog-offcanvas {
    top: 10.8rem;
  }

  .header-admin .header__catalog-offcanvas {
    top: 147px
  }
}

.header__catalog-overlay {
  position: fixed;
  top: 7.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

@media (min-width: 992px) {
  .header__catalog-overlay {
    top: 10.8rem;
  }

  .header-admin .header__catalog-overlay {
    top: 147px
  }
}

.header__catalog-offcanvas-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.2rem 0 2rem;
  max-height: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}

.header__catalog-offcanvas-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .header__catalog-offcanvas-scrollbar {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .header__tabs {
    display: -ms-flexbox;
    display: flex;
  }
}

.header__tabs-aside {
  display: none;
}

@media (min-width: 992px) {
  .header__tabs-aside {
    display: block;
    width: 26rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right: 1px solid #EBEEFA;
    padding: 1.6rem 0;
  }
}

@media (min-width: 992px) {
  .header__tabs-main {
    padding: 2.4rem 0 2.4rem 3.2rem;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    position: relative;
  }

  .header__tabs-main .row {
    margin: 0 -1.6rem;
  }

  .header__tabs-main .row>[class^=col] {
    padding: 0 1.6rem;
  }
}

@media (min-width: 1200px) {
  .header__tabs-main .row {
    margin: 0 -4.5rem;
  }

  .header__tabs-main .row>[class^=col] {
    padding: 0 4.5rem;
  }
}

@media (min-width: 992px) {
  .header__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin: 0 0 0.5rem;
    min-height: 4rem;
    min-width: 100%;
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    transition: color 0.25s, background 0.25s;
    border-radius: 0.4rem 0px 0px 0.4rem;
  }

  .header__tabs-btn:last-child {
    margin: 0;
  }

  .header__tabs-btn:hover {
    color: #8D008F;
  }

  .header__tabs-btn.is-active {
    background: #EEEBFA;
    color: #8D008F;
  }
}

.header__tabs-group {
  margin: 0 0 1.2rem;
}

.header__tabs-group:last-child {
  margin: 0;
}

.header__tabs-group.is-open .header__tabs-toggle svg {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .header__tabs-group {
    margin: 0;
  }
}

.header__tabs-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: calc(100% + 2rem);
  min-height: 4rem;
  padding: 0.8rem 4rem 0.8rem 2rem;
  margin: 0 0 0 -2rem;
  border-radius: 0 0.4rem 0.4rem 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #8D008F;
  background: #EEEBFA;
}

.header__tabs-toggle svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin: -1.3rem 0 0 0;
  width: 2.4rem;
  height: 2.6rem;
  transition: transform 0.25s;
}

@media (min-width: 992px) {
  .header__tabs-toggle {
    display: none;
  }
}

.header__tabs-content {
  display: none;
  position: relative;
  top: 1rem;
  padding: 0 2rem 5.5rem;
  margin: 0 -2rem;
}

@media (min-width: 992px) {
  .header__tabs-content {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
  }

  .header__tabs-content.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: 0.5s;
    max-height: none;
  }
}

.header__brands {
  margin: 0 -2rem 2.2rem;
  overflow-x: auto;
  overflow-y: hidden;
  display: -ms-flexbox;
  display: flex;
}

.header__brands::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .header__brands {
    margin: 0;
    overflow: visible;
    display: block;
  }
}

.header__brands-title {
  display: none;
}

@media (min-width: 992px) {
  .header__brands-title {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 1.6rem;
  }
}

.header__brands-list {
  margin: 0;
  padding: 0 2rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 10px;
}

.header__brands-list>li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__brands-list>li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .header__brands-list {
    padding: 0;
  }

  .header__brands-list>li {
    margin: 0 0 1.2rem;
  }

  .header__brands-list>li:last-child {
    margin: 0;
  }
}

.header__brands-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  text-decoration: none;
}

.header__brands-item:hover .header__brands-item-image {
  border-color: #8D008F;
}

.header__brands-item-image {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  width: auto;
  height: 3.6rem;
  padding: 5px;
  overflow: hidden;
  transition: border-color 0.25s;
}

.header__brands-item-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .header__brands-item-image {
    height: 4.4rem;
  }
}

.header__categories-title {
  display: none;
}

@media (min-width: 992px) {
  .header__categories-title {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

.header__categories-list {
  margin: 0 -0.9rem -1.2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__categories-list>li {
  padding: 0 0.9rem 1.2rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.header__categories-list>li:nth-of-type(6)~li {
  display: none;
}

@media (min-width: 992px) {
  .header__categories-list>li:nth-of-type(6)~li {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header__categories-list>li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.header__categories-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 5rem;
  position: relative;
  overflow: hidden;
  padding: 0.4rem 4.8rem 0.4rem 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #E5E5E5;
  text-decoration: none;
  color: #000;
  transition: color 0.25s, border-color 0.25s;
}

.header__categories-item:hover {
  text-decoration: none;
  color: #8D008F;
  border-color: #8D008F;
}

@media (min-width: 992px) {
  .header__categories-item {
    padding: 0.4rem 4.8rem 0.4rem 1.3rem;
    min-height: 7rem;
  }
}

.header__categories-item-title {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.header__categories-item-image {
  position: absolute;
  top: 0;
  right: -1.6rem;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__categories-item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .header__categories-item-image {
    width: 8rem;
    height: 8rem;
  }
}

.header__search {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1.6rem 0 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .header__search {
    margin: 0 3.7rem 0 0;
    max-width: 68rem;
    -ms-flex: 1;
    flex: 1;
  }
}

.header__search-toggle {
  color: #353535;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  transition: color 0.25s;
}

.header__search-toggle svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.25s, opacity 0.25s;
}

.header__search-toggle svg:nth-of-type(1) {
  transform: translate(-50%, -50%) scale(1);
}

.header__search-toggle svg:nth-of-type(2) {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.header__search-toggle:hover {
  color: #8D008F;
}

@media (min-width: 992px) {
  .header__search-toggle {
    display: none;
  }
}

.header__search-offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1.2rem 1.6rem;
  background: #fff;
  z-index: 200;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header__search-offcanvas:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  pointer-events: none;
}

@media (min-width: 992px) {
  .header__search-offcanvas {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header__search-offcanvas:after {
    display: none;
  }
}

.header__search-field {
  position: relative;
}

.header__search-input {
  display: block;
  width: 100%;
  height: 4rem;
  border-radius: 0.6rem;
  border: 1px solid #E5E5E5;
  background: #F5F7FA;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
  padding: 0.4rem 4rem 0.4rem 1.5rem;
  color: #000;
  box-shadow: none;
  transition: 0.25s;
}

.header__search-input:-ms-input-placeholder {
  color: rgba(7, 9, 46, 0.4);
  transition: opacity 0.25s;
}

.header__search-input::placeholder {
  color: rgba(7, 9, 46, 0.4);
  transition: opacity 0.25s;
}

.header__search-input:focus {
  border-color: #8D008F;
  background: #fff;
}

.header__search-input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.header__search-input:focus::placeholder {
  opacity: 0.5;
}

.header__search-btn {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.5rem;
  background: #171717;
  color: #fff;
  margin: -1.6rem 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: color 0.25s, background 0.25s;
}

.header__search-btn svg {
  display: block;
}

.header__search-btn:hover {
  background: #8D008F;
  color: #fff;
}

.header__additional {
  margin: 0 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .header__additional {
    margin: 0 -1rem 0 auto;
  }
}

.header__additional-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__additional-menu>li {
  margin: 0 1.6rem 0 0;
}

.header__additional-menu>li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .header__additional-menu>li {
    margin: 0 1rem 0 0;
  }

  .header__additional-menu>li:last-child {
    margin: 0;
  }
}

.header__additional-link {
  display: block;
  text-decoration: none;
  color: #171717;
  transition: color 0.25s;
}

.header__additional-link:hover {
  text-decoration: none;
  color: #8D008F;
}

@media (min-width: 992px) {
  .header__additional-link {
    padding: 0 1rem;
  }
}

.header__additional-link-icon {
  display: block;
  position: relative;
}

.header__additional-link-icon svg {
  display: block;
}

.header__additional-link-icon mark {
  position: absolute;
  top: -0.6rem;
  right: -0.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #8D008F;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 992px) {
  .header__additional-link-icon {
    width: 2rem;
    height: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  .header__additional-link-icon mark {
    top: -1rem;
    right: -0.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}

.header__additional-link-text {
  display: none;
}

@media (min-width: 992px) {
  .header__additional-link-text {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

.main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0;
  min-height: 50vh;
}

.footer {
  background: #FAF8FB;
  padding: 3rem 0;
}

.footer .row {
  margin: 0 -1.6rem;
}

.footer .row>[class^=col] {
  padding: 0 1.6rem;
}

@media (min-width: 1200px) {
  .footer {
    padding: 5rem 0;
  }
}

.footer__logo {
  width: 12.6rem;
  margin: 0 0 2.3rem;
}

.footer__logo img, .footer__logo svg {
  display: block;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .footer__logo {
    width: 15.4rem;
  }
}

.footer__nav {
  margin: 0 0 4.3rem;
}

.footer__nav .row {
  margin: 0 -1.6rem -4.3rem;
}

.footer__nav .row>[class^=col] {
  padding: 0 1.6rem 4.3rem;
}

.footer__nav-title {
  display: block;
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #353535;
}

.footer__nav-menu {
  margin: 0 0 2.2rem;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.14;
  font-weight: 400;
}

.footer__nav-menu:last-child {
  margin: 0;
}

.footer__nav-menu>li {
  margin: 0 0 1rem;
}

.footer__nav-menu>li:last-child {
  margin: 0;
}

.footer__nav-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #353535;
  transition: color 0.25s;
}

.footer__nav-link small {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #9C9C9C;
  width: 100%;
  padding-left: 21px;
  padding-top: 2px;
}

.footer__nav-link:hover {
  text-decoration: none;
  color: #8D008F;
}

.footer__nav-link svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.5rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__nav-ozon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  text-decoration: none;
  color: #707070;
}

.footer__nav-ozon:hover {
  text-decoration: none;
  color: #707070;
}

.footer__nav-ozon figcaption {
  display: block;
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.footer__nav-ozon picture {
  display: block;
  width: 13rem;
}

.footer__nav-ozon picture img {
  display: block;
  max-width: 100%;
}

.footer__copyright {
  display: block;
  margin: 0 0 4.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #707070;
}

.footer__copyright strong {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #353535;
}

.footer__copyright p {
  margin: 0 0 1rem;
}

.footer__copyright p:last-child {
  margin: 0;
}

@media (min-width: 1200px) {
  .footer__copyright {
    max-width: 35.4rem;
    margin: 0 0 3.2rem;
  }
}

.footer__payments {
  width: 13rem;
  margin: 0;
}

.footer__payments img, .footer__payments svg {
  display: block;
  max-width: 100%;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

.loading {
  position: relative;
}

.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .5) url('/local/templates/uvlight/css/../i/loader.svg') 50% 50% no-repeat;
  background-size: 50px;
  z-index: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.5s, visibility 0.5s;
}

.form-status {
  text-align: center;
  font-size: 12px;
}

.form-status.error {
  color: #f6352e;
  padding: 10px 0
}

.form-status.success {
  color: #4bd46a;
  padding: 10px 0
}

.page {
  margin: 0 0 8rem;
}

.page__title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 1.6rem;
}

.reg-page {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .page__title {
    font-size: 2.2rem;
    line-height: 1.72;
    font-weight: 500;
    margin: 0 0 1.2rem;
  }
}

@media (min-width: 992px) {
  .page__wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .page__wrapper .row {
    -ms-flex: 1;
    flex: 1;
  }
}

.page__sidebar {
  border-bottom: 1px solid #EBEEFA;
  padding: 0 0 2.4rem;
  margin: 0 0 2.4rem;
}

@media (min-width: 992px) {
  .page__sidebar {
    border-bottom: none;
    border-right: 1px solid #EBEEFA;
    padding: 0 2rem 0 0;
    margin: 0 3.5rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.5rem;
  }
}

@media (min-width: 992px) {
  .page__main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}

.text-green {
  color: #7BBA87 !important;
}

.text-yellow {
  color: #F3D54E !important;
}

.text-blue {
  color: #6FA5D6 !important;
}

.text-red {
  color: #EF4044 !important;
}

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

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

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

.text-error {
  color: var(--color-error) !important;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .is-ios {
    /* CSS specific to iOS devices */
  }
}

@supports not (-webkit-touch-callout: none) {
  .is-android {
    /* CSS for other than iOS devices */
  }
}

.row-gutter-60 {
  margin: 0 -3rem;
}

.row-gutter-60>[class^=col] {
  padding: 0 3rem;
}

.row-gutter-66 {
  margin: 0 -3.3rem;
}

.row-gutter-66>[class^=col] {
  padding: 0 3.3rem;
}

.row-gutter-90 {
  margin: 0 -4.5rem;
}

.row-gutter-90>[class^=col] {
  padding: 0 4.5rem;
}

.row-gutter-32 {
  margin: 0 -1.6rem -3.2rem;
}

.row-gutter-32>[class^=col-] {
  padding: 0 1.6rem 3.2rem;
}

.row-gutter-10 {
  margin: 0 -0.5rem -1rem;
}

.row-gutter-10>[class^=col] {
  padding: 0 0.5rem 1rem;
}

.row-gutter-24 {
  margin: 0 -1.2rem -2.4rem;
}

.row-gutter-24>[class^=col] {
  padding: 0 1.2rem 2.4rem;
}

.row-gutter-4 {
  margin: 0 -0.2rem -0.4rem;
}

.row-gutter-4>[class^=col] {
  padding: 0 0.2rem 0.4rem;
}

.col-20pct {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-md-10pct {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

.ui-spacer-24 {
  height: 2.4rem;
}

.is-lock {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .is-md-only {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-md-only {
    display: none !important;
  }
}

.is-valign-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 1200px) {
  .col-xl-32 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (min-width: 1200px) {
  .col-xl-50 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 768px) {
  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }
}

@media (min-width: 768px) {
  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }
}

@media (min-width: 768px) {
  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }
}

@media (min-width: 768px) {
  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }
}

@media (min-width: 768px) {
  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }
}

@media (min-width: 768px) {
  .order-md-19 {
    -ms-flex-order: 19;
    order: 19;
  }
}

@media (min-width: 768px) {
  .order-md-20 {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) {
  .order-md-21 {
    -ms-flex-order: 21;
    order: 21;
  }
}

@media (min-width: 768px) {
  .order-md-22 {
    -ms-flex-order: 22;
    order: 22;
  }
}

@media (min-width: 768px) {
  .order-md-23 {
    -ms-flex-order: 23;
    order: 23;
  }
}

@media (min-width: 768px) {
  .order-md-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}

@media (min-width: 768px) {
  .order-md-25 {
    -ms-flex-order: 25;
    order: 25;
  }
}

@media (min-width: 768px) {
  .order-md-26 {
    -ms-flex-order: 26;
    order: 26;
  }
}

@media (min-width: 768px) {
  .order-md-27 {
    -ms-flex-order: 27;
    order: 27;
  }
}

@media (min-width: 768px) {
  .order-md-28 {
    -ms-flex-order: 28;
    order: 28;
  }
}

@media (min-width: 768px) {
  .order-md-29 {
    -ms-flex-order: 29;
    order: 29;
  }
}

@media (min-width: 768px) {
  .order-md-30 {
    -ms-flex-order: 30;
    order: 30;
  }
}

@media (max-width: 767px) {
  .is-only-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-only-md {
    display: none !important;
  }
}

.filter__group .filter__group-foot-hide {
  display: none;
}

.filter__group.is-open .filter__group-foot-show {
  display: none;
}

.filter__group.is-open .filter__group-foot-hide {
  display: inline;
}

.section-description {
  margin-top: 50px;
  padding-bottom: 100px;
}

.catalog-sections-brands {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
}

.cart-detail-error {
  font-size: 14px;
  color: #f6352e
}

.cart-detail__count-price {
  font-size: 12px;
  padding-top: 5px;
  color: #767676;
  text-align: center;
}

.cart-total__note {
  font-size: 12px;
  padding-top: 5px;
  color: #f6352e;
  text-align: center;
}

.popup-product-callback__text {
  color: #767676;
  padding-bottom: 15px;
  font-size: 13px;
  text-align: center;
}

.form-policy {
  color: #767676;
  padding-top: 15px;
  font-size: 13px;
  text-align: center;
}

.filter__group-item.active>a {
  color: #8D008F;
}

.bx-soa-section-title-count {
  display: none !important;
}

.bx-soa-section-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  line-height: 1em !important;
  margin-bottom: 0 !important;
  width: auto !important;
  padding: 0 0 2px 0 !important;
  color: #8D008F !important;
  border-radius: 0 !important;
}

.bx-soa-section {
  background: #fff !important;
  border: 1px solid #EBEEFA !important;
  margin-top: 15px !important;
  border-radius: 10px !important;
  padding: 15px !important;
}

.bx-soa-editstep {
  text-decoration: none !important;
  color: #8D008F !important;
}

.bx-soa-section-title-container {
  background: #EEEBFA !important;
  color: #8D008F !important;
  padding: 10px 15px !important;
  margin: -15px;
  border-radius: 9px;
}

.bx-soa-section-content {
  padding: 30px 0 0 0 !important;
}

.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block {
  background: #fff !important;
  border-radius: 5px !important;
}

.bx-sls .dropdown-fade2white {
  display: none !important;
}

.bx-soa-more {
  border: 0 !important;
  margin: 0 !important;
}

.bx-soa-more-btn {
  padding-right: 0 !important;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #8D008F !important;
}

.bx-soa-pp-desc-container .bx-soa-pp-company {
  background: #fff !important;
}

input.form-control,
textarea.form-control {
  background: #fff !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

.form-group[data-property-id-row="5"],
.form-group[data-property-id-row="7"] {
  margin-bottom: 0 !important;
}

.bx-soa-item-imgcontainer {
  border-color: #efefef !important;
  background-size: cover !important;
}

.bx-soa-cart-total-button-container.disabled .btn {
  background: #10C44C !important;
  opacity: .5 !important;
  cursor: default !important;
}

.bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-weight: 500 !important;
  font-size: 18px !important;
}

.bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-weight: 500 !important;
  font-size: 22px !important;
}

.bx-soa-item-title a {
  color: #8D008F !important;
  text-decoration: none !important;
}

.order__submit-note {
  display: none;
}

.bx-soa-cart-total-button-container.disabled .order__submit-note {
  display: block;
}

.bx-soa-basket .bx-soa-editstep {
  display: none;
}

.bx-soa-cart-total {
  position: relative !important;
  background: #fbfbfb !important;
  border: 1px solid #efefef !important;
  padding: 15px !important;
  border-radius: 10px !important;
  margin-top: 15px !important;
}

.bx-soa-cart-total-line-highlighted {
  background: transparent !important;
  border: 0 !important;
}

.bx-soa-cart-total-line-highlighted .bx-soa-cart-d {
  color: #8D008F;
}

#bx-soa-total-mobile {
  display: none !important;
}

.form-group[data-property-id-row="21"],
.form-group[data-property-id-row="9"] {
  display: none;
}

.catalog-sections__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-sections__item {
  margin-bottom: 10px;
}

.catalog-sections__subitem a.active {
  color: #8D008F !important;
}

.page-personal {
  padding-top: 20px;
}

.personal-info__item {
  max-width: 400px;
  margin-bottom: 40px;
}

.b-blog-list {
  width: 100%;
}

.b-blog-list__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: flex-start;
}

.b-blog-list__left {
  flex: 0 0 15%;
}

.b-blog-list__left img {
  max-width: 100%;
}

.b-blog-list__right {
  flex: 0 0 85%;
  padding-left: 30px;
}

.b-blog-list__right h3 {
  margin-top: 0;
}

.b-blog-item .b-content-title {
  margin-bottom: 30px;
}

.b-blog-item {
  padding: 10px 15px;
}

.b-blog-info h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.b-blog-info img {
  max-width: 100%;
}

.blog-detail-img img {
  margin: 0 auto 15px auto;
  display: block;
}

.blog-detail-img {
  text-align: center;
  padding-bottom: 30px;
}

.b-blog-info__main-img {
  float: left;
  margin: 0 20px 20px 0;
}

.b-blog-info__products {
  float: left;
  margin-bottom: 30px;
}

.b-blog-info ul {
  list-style: circle;
  margin-left: 15px;
  padding-left: 0;
}

.b-blog-info a {
  text-decoration: none;
  color: #8D008F !important;
}

.brand-list-item {
  text-align: center;
}

.search-result {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .bx-soa-sidebar {
    position: sticky !important;
    top: 100px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.hide {
  display: none !important;
}
/* End */


/* Start:/local/templates/uvlight/components/bitrix/search.title/header/style.css?17521336503156*/
.bx-searchtitle {
	margin: 10px 0 0;
}

.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}

.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-searchtitle .bx-input-group {}

.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #EBEEFA;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}


div.title-search-result {
	border: 1px solid #EBEEFA;
	border-radius: 6px;
	display: none;
	overflow: hidden;
	z-index: 999;
	min-width: 370px;
	background-color: #FFF;
}

p.title-search-preview {
	font-size: 12px;
}

div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche {}

.bx_searche .bx_img_element {
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.bx_searche .bx_item_block {
	min-height: 65px;
	position: relative
}

.bx_searche .bx_image {
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-radius: 4px;
}

.bx_searche .bx_item_element {
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}

.bx_searche .bx_item_element hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #EBEEFA;
}

.bx_searche .bx_item_element a {
	margin-top: 10px;
	display: inline-block;
	color: #8D008F;
	font-size: 14px;
	text-decoration: none !important;
}

.bx_searche .bx_item_element a b {
	color: #000;
	font-weight: 500;
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
	text-decoration: none;
}

.bx_searche .bx_price {
	font-weight: 500;
	font-size: 14px;
}

.bx_searche .bx_price .old {
	font-weight: normal;
	text-decoration: line-through;
	color: #636363
}

.bx_item_block.all_result {
	min-height: 0
}

.bx_item_block.others_result {
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}

.bx_item_block.all_result .all_result_title {
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}

.bx_item_block.all_result .all_result_title a {
	color: #a7a7a7
}

.bx_item_block.all_result .all_result_title a:hover {
	color: #8D008F
}

.bx_item_block.all_result a {
	margin-top: 0;
}
/* End */
/* /local/templates/uvlight/css/app.css?1752133650205344 */
/* /local/templates/uvlight/components/bitrix/search.title/header/style.css?17521336503156 */
