@charset "UTF-8";
/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
/* stylelint-disable */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */ /* 2 */
  text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  text-decoration-skip: objects; /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  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 {
  appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

@keyframes novashop-fade-down {
  from {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes novashop-fade-up {
  from {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes novashop-fadein-up {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes novashop-fadeout-up {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes novashop-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes novashop-appear {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
body,
button,
select,
input,
textarea {
  color: #1b1b1b;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

wbr {
  display: inline-block;
}

@media (max-width: 1023px) {
  input {
    appearance: none;
  }
  input[type] {
    appearance: initial;
  }
  input[type=text],
  input[type=password],
  input[type=button],
  input[type=submit],
  button,
  textarea {
    appearance: none;
  }
}
html {
  overflow-y: scroll;
}

iframe {
  border: 0;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
textarea::-webkit-scrollbar,
table::-webkit-scrollbar,
.select__dropdown::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 8px;
}
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
table::-webkit-scrollbar-thumb,
.select__dropdown::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 10px;
  border: 2px solid #fff;
}

:root {
  --link-color: var(--primary-color);
  --link-color-hover: var(--dark-color);
  --link-color-alt-hover: var(--accent-color);
  --link-color-alhpa-5: var(--primary-color-alpha-5);
  --link-color-hover-alhpa-5: var(--dark-color-alpha-5);
  --button-color: var(--primary-color);
  --button-color-hover: var(--primary-color-hover);
  --button-color-dark: var(--dark-color);
  --button-color-light: var(--light-color);
  --button-color-light-hover: var(--light-color-hover);
  --button-color-alt: var(--accent-color);
  --button-color-alt-hover: var(--accent-color-hover);
  --button-text-color: #fff;
  --top-header-background-color: #fafafa;
  --top-header-link-color: #686868;
  --top-header-link-color-hover: #1b1b1b;
  --footer-background-color: var(--dark-color);
}

.r-hidden-all {
  display: none !important;
}

@media (min-width: 1024px) {
  .r-hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 60px;
  }
  .r-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .r-clear-offsets {
    margin-left: -15px;
    margin-right: -15px;
  }
  .r-inner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 48px;
  }
}
.copy {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .copy {
    transition: color 0.2s ease-in-out;
  }
  .copy:hover {
    color: var(--primary-color);
  }
  .copy:hover .copy__icon {
    color: var(--primary-color);
  }
}
.copy:active {
  color: var(--primary-color);
}
.copy:active .copy__icon {
  color: var(--primary-color);
}

/* stylelint-disable-next-line no-descending-specificity */
.copy__icon {
  transition: color 0.2s ease-in-out;
}

/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.button {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding: 8px 14px 9px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: var(--button-text-color);
  border: 1px solid transparent;
  border-radius: var(--inputs-buttons-border-radius);
  background-color: var(--button-color);
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: none;
}
@media (min-width: 1024px) {
  .button:hover {
    background-color: var(--button-color-hover);
  }
}
.button:active, .button.button_active {
  background-color: var(--button-color-hover);
}
.button:disabled, .button.button_disabled {
  background: #fafafa;
  color: #bdbdbd;
  cursor: default;
}

.button_style_gray {
  color: #686868;
  background-color: #f2f2f2;
}
.button_style_gray .button__icon {
  color: #bdbdbd;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .button_style_gray:hover {
    background-color: #eaeaea;
  }
  .button_style_gray:hover .button__icon {
    color: #686868;
  }
}
.button_style_gray:active {
  background-color: #eaeaea;
}
.button_style_gray:active .button__icon {
  color: #686868;
}
.button_style_gray.button_active {
  background-color: #eaeaea;
}
@media (max-width: 1023px) {
  .button_style_gray {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.button_style_inverse {
  color: var(--button-color);
  border-color: var(--button-color);
  background-color: transparent;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .button_style_inverse:hover {
    color: var(--button-color-dark);
    background-color: transparent;
  }
}
.button_style_inverse:active {
  color: var(--button-color-dark);
  background-color: transparent;
}
.button_style_inverse:disabled {
  background: #fafafa;
  color: #bdbdbd;
}
.button_style_inverse.button_active {
  color: var(--button-color-dark);
  background-color: transparent;
}

.button_style_light {
  color: var(--button-color);
  background-color: var(--button-color-light);
}
@media (min-width: 1024px) {
  .button_style_light:hover {
    color: var(--button-color);
    background-color: var(--button-color-light-hover);
  }
}
.button_style_light:active {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.button_style_light:disabled {
  background: #fafafa;
  color: #bdbdbd;
}
.button_style_light.button_active {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}

.button_style_transparent {
  color: var(--button-color);
  background-color: transparent;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .button_style_transparent:hover {
    color: var(--button-color-dark);
    background-color: transparent;
  }
}
.button_style_transparent:active {
  color: var(--button-color-dark);
  background-color: transparent;
}
.button_style_transparent:disabled {
  color: #bdbdbd;
  background-color: transparent;
}
.button_style_transparent.button_active {
  color: var(--button-color-dark);
  background-color: transparent;
}

.button_style_transparent_gray {
  color: #686868;
  background-color: transparent;
  border-color: #f2f2f2;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .button_style_transparent_gray:hover {
    color: var(--button-color);
    background-color: transparent;
  }
}
.button_style_transparent_gray:active, .button_style_transparent_gray.button_active {
  color: var(--button-color);
  background-color: transparent;
}
.button_style_transparent_gray:disabled {
  color: #f2f2f2;
  background-color: transparent;
}

.button_style_alt {
  background-color: var(--button-color-alt);
}
@media (min-width: 1024px) {
  .button_style_alt:hover {
    background-color: var(--button-color-alt-hover);
  }
}
.button_style_alt:active {
  background-color: var(--button-color-alt-hover);
}
.button_style_alt:disabled {
  background: #fafafa;
  color: #bdbdbd;
}
.button_style_alt.button_active {
  background-color: var(--button-color-alt-hover);
}

.button_size_l {
  font-size: 16px;
  padding: 9px 19px 10px;
  text-align: center;
}

.button_size_xl {
  font-size: 18px;
  padding: 13px 40px 14px;
  text-align: center;
}

.button_size_s {
  padding: 6px 20px;
}
.button_size_s.button_icon {
  padding: 0;
  width: 24px;
  height: 24px;
}

.button_size_xs {
  font-size: 13px;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 4px 9px 5px;
}
.button_size_xs.button_icon {
  padding: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
@media (max-width: 1023px) {
  .button_size_xs {
    padding: 4px 9px 5px;
  }
}

.button_size_xxs.button_icon.button_icon {
  padding: 0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}

.button_wide {
  padding-left: 27px;
  padding-right: 27px;
  min-width: 300px;
}
.button_wide.button_size_l {
  padding-left: 44px;
  padding-right: 44px;
}

.button_fill {
  display: block;
  width: 100%;
}

.button_clean {
  background: initial;
  padding: initial;
  margin: initial;
  border: initial;
  color: inherit;
  outline: initial;
}
@media (min-width: 1024px) {
  .button_clean:hover {
    background: initial;
  }
}
.button_clean:active {
  background: initial;
}
.button_clean.button_active {
  background: initial;
}

.button_rect {
  border-radius: 0;
}

.button_align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button_icon {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
}

@media (max-width: 1023px) {
  .button_icon {
    padding: 0;
  }
}
.link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.link:hover {
  color: var(--link-color-hover);
}

.link_style_alt:hover {
  color: var(--link-color-alt-hover);
}

.link_style_hover {
  color: currentcolor;
}
.link_style_hover:hover {
  color: var(--link-color);
}

.link_style_gray {
  color: #686868;
}
.link_style_gray:hover {
  color: #606060;
}

.link_style_black {
  color: #1b1b1b;
}
.link_style_black:hover {
  color: var(--primary-color);
}

.link_style_alt-gray {
  color: #686868;
}
.link_style_alt-gray:hover {
  color: #1b1b1b;
}

.link_clean {
  color: currentcolor;
}
.link_clean:hover {
  color: currentcolor;
}

.link-box {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: currentcolor;
}

.link-box__link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}

.link-box__link_black {
  color: #1b1b1b;
}

.link-box__icon {
  color: var(--dark-color);
  transition: color 0.2s ease-in-out;
}

.header-middle-bar_compact .icon-box:hover .link-box__icon,
.header-middle-bar-shop-links_size_xl .icon-box:hover .link-box__icon {
  color: var(--primary-color);
}

.link-box:hover .link-box__link,
.link-box:hover .link-box__link_black {
  color: var(--link-color-hover);
}

.link-box_style_light {
  /* stylelint-disable-next-line no-descending-specificity */
}
.link-box_style_light .link-box__icon {
  color: var(--primary-color);
}

.link-box_style_light:hover .link-box__icon {
  color: var(--link-color-hover);
}

.link-box_style_alt:hover .link-box__link {
  color: var(--link-color-alt-hover);
}

.link-box_style_gray {
  /* stylelint-disable-next-line no-descending-specificity */
}
.link-box_style_gray .link-box__icon {
  color: #bdbdbd;
}
.link-box_style_gray .link-box__link {
  color: #686868;
}

.link-box_style_gray:hover {
  /* stylelint-disable-next-line no-descending-specificity */
}
.link-box_style_gray:hover .link-box__icon {
  color: #bdbdbd;
}
.link-box_style_gray:hover .link-box__link {
  color: #606060;
}

.link-box_style_alt-gray .link-box__link,
.link-box_style_alt-gray .link-box__icon {
  color: #686868;
}

.link-box_style_alt-gray:hover .link-box__icon,
.link-box_style_alt-gray:hover .link-box__link {
  color: #606060;
}

.link-box_style_hover .link-box__link {
  color: currentcolor;
}

.link-box_style_hover:hover .link-box__link {
  color: var(--link-color);
}

.pseudo-link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: 1px dashed var(--link-color);
}
.pseudo-link:hover {
  color: var(--link-color-hover);
  border-bottom-color: var(--link-color-hover);
}

.pseudo-link_style_gray {
  color: #686868;
  border-bottom-color: rgba(189, 189, 189, 0.5);
}
.pseudo-link_style_gray:hover {
  color: #606060;
  border-bottom-color: rgba(96, 96, 96, 0.5);
}

.pseudo-link_style_alt-gray {
  color: #686868;
  border-bottom-color: #bdbdbd;
}
.pseudo-link_style_alt-gray:hover {
  color: #1b1b1b;
  border-bottom-color: #1b1b1b;
}

.pseudo-link_style_hover {
  color: currentcolor;
  border-bottom-color: currentcolor;
}
.pseudo-link_style_hover:hover {
  color: var(--link-color);
  border-bottom-color: var(--link-color);
}

.pseudo-link_link {
  border-bottom: 0;
}

.pseudo-link-box {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: currentcolor;
}

.pseudo-link-box__link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: 1px dashed var(--link-color);
}

.pseudo-link-box__icon {
  color: var(--dark-color);
  transition: color 0.2s ease-in-out;
}

.pseudo-link-box:hover .pseudo-link-box__link {
  color: var(--link-color-hover);
  border-bottom-color: var(--link-color-hover);
}

.pseudo-link-box_style_gray .pseudo-link-box__icon {
  color: #bdbdbd;
}
.pseudo-link-box_style_gray .pseudo-link-box__link {
  color: #686868;
  border-bottom-color: rgba(189, 189, 189, 0.5);
}

.pseudo-link-box_style_gray:hover .pseudo-link-box__icon {
  color: #bdbdbd;
}
.pseudo-link-box_style_gray:hover .pseudo-link-box__link {
  color: #606060;
  border-bottom-color: rgba(96, 96, 96, 0.5);
}

.pseudo-link-box_style_alt-gray {
  /* stylelint-disable-next-line no-descending-specificity */
}
.pseudo-link-box_style_alt-gray .pseudo-link-box__icon {
  color: #686868;
}
.pseudo-link-box_style_alt-gray .pseudo-link-box__link {
  color: #686868;
  border-bottom-color: #bdbdbd;
}

.pseudo-link-box_style_alt-gray:hover .pseudo-link-box__link,
.pseudo-link-box_style_alt-gray:hover .pseudo-link-box__icon {
  color: #1b1b1b;
}
.pseudo-link-box_style_alt-gray:hover .pseudo-link-box__link {
  color: #1b1b1b;
  border-bottom-color: #1b1b1b;
}

.pseudo-link-box_link {
  /* stylelint-disable-next-line no-descending-specificity */
}
.pseudo-link-box_link .pseudo-link-box__link {
  border-bottom: 0;
}

.add-images-section {
  padding: 15px 20px;
  border: 1px dashed #f2f2f2;
  transition: 200ms background linear;
  border-radius: var(--inputs-buttons-border-radius);
}

.add-images-section.is-highlighted {
  background: #fafadf;
}

.add-images-section .image-form-section {
  position: relative;
}

.add-images-section .image-form-section .description .icon {
  position: relative;
  display: inline-block;
  vertical-align: -3px;
  width: 22px;
  height: 19px;
  margin-right: 10px;
}

.add-images-section .image-form-section .description .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.add-images-section .image-form-section .file-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  text-indent: -100%;
  font-size: 0;
}

.add-images-section .attached-files-section:not(:empty) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.add-images-section .attached-files-section .file-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
}

.add-images-section .attached-files-section .file-wrapper .image-wrapper {
  width: 200px;
  height: 200px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #f7f7f7 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  box-sizing: border-box;
}

.add-images-section .attached-files-section .file-wrapper .actions {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -10px);
}

.add-images-section .attached-files-section .file-wrapper .actions .action {
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #bdbdbd;
  cursor: pointer;
}

.add-images-section .attached-files-section .file-wrapper .actions .action:not(:first-child) {
  margin-top: 10px;
}

.add-images-section .attached-files-section .file-wrapper .actions .action .icon {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-images-section .attached-files-section .file-wrapper .actions .action .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.add-images-section .errors-section:not(:empty) {
  margin: 20px 0 0;
}

.add-images-section .errors-section .error {
  font-size: 12px;
  line-height: 1.1667em;
  color: #ff3131;
}

.add-images-section .errors-section .error:not(:first-child) {
  margin-top: 5px;
}

.add-images-section,
.review-notice-section {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .add-images-section,
  .review-notice-section {
    width: 100%;
  }
}
.image-form-section__description {
  display: flex;
  align-items: center;
  gap: 8px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.image-form-section__description .icon {
  flex-shrink: 0;
}

.image-form-section__hint {
  display: block;
  font-size: 12px;
  color: #979797;
}

.checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  gap: 8px;
}

.checkbox__control {
  position: absolute;
  opacity: 0;
  cursor: initial;
  height: 0;
  width: 0;
  pointer-events: none;
}
.checkbox__control:checked ~ .checkbox__mark {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.checkbox__control:checked ~ .checkbox__mark::before {
  opacity: 1;
}
.checkbox__control:focus ~ .checkbox__mark {
  border-color: var(--accent-color);
}
.checkbox__control:disabled + .checkbox__mark {
  cursor: default;
  border-color: #f2f2f2;
}
.checkbox__control:disabled:checked + .checkbox__mark::before {
  opacity: 0.2;
}

.checkbox__label {
  line-height: 1.2;
}

/* stylelint-disable-next-line no-descending-specificity */
.checkbox__mark {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 2px;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.checkbox__mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: url("../svg/icon.sprite.svg#checkbox-arrow") center/cover no-repeat;
  width: 12px;
  height: 10px;
  opacity: 0;
}
.checkbox__mark:hover {
  border-color: #bdbdbd;
}

.checkbox_color {
  /* stylelint-disable-next-line no-descending-specificity */
}
.checkbox_color .checkbox__control:focus ~ .checkbox__mark {
  border-color: rgba(0, 0, 0, 0.2);
}
.checkbox_color .checkbox__mark {
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  background: #fff;
  /* stylelint-disable-next-line no-descending-specificity */
}
.checkbox_color .checkbox__mark::before {
  width: 12px;
  height: 10px;
  line-height: 0;
  background: url("../svg/icon.sprite.svg#color-checkbox-arrow-light") center/cover no-repeat;
  width: 12px;
  height: 9px;
}
.checkbox_color .checkbox__mark .checkbox__mark-inner {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}
.checkbox_color .checkbox_dark .checkbox__mark::before {
  background: url("../svg/icon.sprite.svg#color-checkbox-arrow-light") center/cover no-repeat;
  width: 12px;
  height: 9px;
}

.form {
  position: relative;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form_fill {
  max-width: none;
}

.form__loader {
  color: var(--primary-color);
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  inset: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.form.loading {
  pointer-events: none;
}

.form.loading .form__loader {
  display: flex;
}

@media (max-width: 1023px) {
  .form {
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.form-field {
  display: flex;
  width: 100%;
}

.form-field__name,
.form-field__value {
  max-width: 100%;
}

.form-field__name {
  width: 30%;
  flex-shrink: 0;
  line-height: 35px;
  display: inline-block;
  color: #686868;
}

.form-field_required .form-field__name::after {
  content: "*";
  color: #ff3131;
  margin-left: 5px;
}

.form-field__value {
  position: relative;
  flex-grow: 1;
}
.form-field__value .input-text {
  width: 100%;
}
.form-field__value .select {
  width: 100%;
}
.form-field__value .textarea {
  width: 100%;
}
.form-field__value .captcha-decorator {
  width: 100%;
}

.form-field__error-container {
  display: block;
  color: #ff3131;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}
.form-field__error-container a {
  color: #ff3131;
  text-decoration: underline;
}

.form-field__subfields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-field__labels {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}

.form-field__spinner-container {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 5px;
  color: var(--primary-color);
}

.form-field_size_s .form-field__name {
  display: none;
}
.form-field_size_s .form-field__value .input-text {
  width: 320px;
}
.form-field_size_s .form-field__value .select {
  width: 320px;
  max-width: 320px;
}
.form-field_size_s .form-field__value .textarea {
  width: 320px;
}
.form-field_size_s .form-field__value .captcha-decorator {
  width: 320px;
}

.form-field_complex > .form-field__name {
  display: none;
}

.form-field_birthday .form-field__value {
  display: flex;
  margin: 0 -5px;
  align-items: flex-start;
  flex-flow: row wrap;
}
.form-field_birthday .form-field__value .input-text,
.form-field_birthday .form-field__value .select {
  flex: auto;
  width: calc(33% - 10px) !important;
  min-width: 0 !important;
  margin: 0 5px;
}
.form-field_birthday .form-field__error-container {
  width: 100%;
}
.form-field_birthday.form-field_size_s .form-field__value {
  width: 330px;
}

@media (max-width: 1023px) {
  .form-field {
    display: block;
    width: auto;
  }
  .form-field__name,
  .form-field__value {
    display: block;
    width: auto;
    line-height: 1.5;
  }
  .form-field__name {
    margin-bottom: 5px;
  }
  .form-field_size_s .form-field__value .input-text {
    width: 100%;
  }
  .form-field_size_s .form-field__value .select {
    width: 100%;
    max-width: 100%;
  }
  .form-field_size_s .form-field__value .textarea {
    width: 100%;
  }
  .form-field_size_s .form-field__value .captcha-decorator {
    width: 100%;
  }
  .form-field_birthday.form-field_size_s .form-field__value {
    width: auto;
  }
}
.form-row {
  padding-left: 30%;
}

.form-row_size_s {
  padding-left: 0;
}

@media (max-width: 1023px) {
  .form-row {
    padding-left: 0;
  }
}
.inline-field {
  display: inline-flex;
  align-items: flex-start;
}
.inline-field .form__field {
  margin-top: 0;
}

.inline-field__label {
  padding: 4px 10px 5px 0;
}

.inline-field__button {
  padding-left: 10px;
}

.inline-field__error {
  margin-top: 5px;
  color: #ff3131;
  font-size: 12px;
  font-style: italic;
}

.inline-field_fill {
  width: 100%;
}
.inline-field_fill .inline-field__content {
  flex-grow: 1;
}

.inline-field_valign-middle {
  align-items: center;
}

.input-file {
  user-select: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.input-file__control {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  max-width: 100%;
}

.input-file__box {
  display: flex;
  align-items: center;
}

.input-file__file-box {
  padding-left: 20px;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .input-file__button {
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .input-file__box {
    display: block;
  }
  .input-file__button-box,
  .input-file__file-box {
    display: block;
    padding: 0;
  }
  .input-file__button-box {
    margin-bottom: 10px;
  }
}
.input-text {
  width: 350px;
  max-width: 100%;
  line-height: 1.2;
  padding: 11px 20px;
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
.input-text:disabled {
  cursor: default;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}
.input-text:focus {
  border-color: #bdbdbd;
}
.input-text::placeholder {
  color: #888;
}

.input-text_fill {
  width: 100%;
}

.input-text_error {
  border-color: #ff3131;
}

.input-text_size_s {
  padding-top: 6px;
  padding-bottom: 6px;
}

.input-text_size_l {
  font-size: 16px;
  font-weight: 500;
}

.radio {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}

.radio__control {
  position: absolute;
  opacity: 0;
  cursor: initial;
  height: 0;
  width: 0;
  pointer-events: none;
}
.radio__control:checked ~ .radio__mark {
  border-color: var(--primary-color);
}
.radio__control:checked ~ .radio__mark::before {
  background: var(--primary-color);
}
.radio__control:focus ~ .radio__mark {
  border-color: var(--accent-color);
}
.radio__control:disabled + .radio__mark {
  cursor: default;
  border-color: #bdbdbd;
}
.radio__control:disabled:checked + .radio__mark::before {
  opacity: 0.2;
}

/* stylelint-disable-next-line no-descending-specificity */
.radio__mark {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  transition: all 0.3s ease;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.radio__mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  line-height: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.radio__mark:hover {
  border-color: #bdbdbd;
}

.rating-select {
  display: inline-flex;
  align-items: center;
}

.rating-select__stars-container {
  padding: 5px 10px 5px 0;
}

.rating-select__value-container {
  color: #686868;
}

.rating-select__stars {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
}

.rating-select__star {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.rating-select__star::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: url("../svg/icon.sprite.svg#star-size-l") center/cover no-repeat;
  width: 24px;
  height: 24px;
  width: 24px;
}

.rating-select__star_active::before {
  background: url("../svg/icon.sprite.svg#star-full-size-l") center/cover no-repeat;
  width: 24px;
  height: 24px;
  width: 24px;
}

.rating-select__hover-value {
  display: none;
}

.rating-select_hover .rating-select__star::before {
  background: url("../svg/icon.sprite.svg#star-size-l") center/cover no-repeat;
  width: 24px;
  height: 24px;
  width: 24px;
}
.rating-select_hover .rating-select__star_hover::before {
  background: url("../svg/icon.sprite.svg#star-full-size-l") center/cover no-repeat;
  width: 24px;
  height: 24px;
  width: 24px;
}
.rating-select_hover .rating-select__hover-value {
  display: inline;
}
.rating-select_hover .rating-select__active-value {
  display: none;
}

@media (max-width: 1023px) {
  .rating-select__stars-container {
    padding: 0;
    padding-right: 5px;
  }
  .rating-select__star {
    margin-right: 10px;
    transform: scale(1.1);
  }
}
@keyframes novashop-select-appear {
  from {
    transform: none;
  }
  to {
    transform: none;
  }
}
.select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 0;
  user-select: none;
  max-width: 100%;
  color: #1b1b1b;
  font-size: 14px;
  animation: novashop-select-appear 1s linear -1s;
}

.select__control {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  max-width: 100%;
  z-index: -1;
}

.select__box {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
  background: #fff;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  line-height: 1.2;
}

.select__arrow {
  flex: none;
  line-height: 0;
  padding-right: 14px;
}

.select__box_input {
  border: none;
  position: relative;
}
.select__box_input .input-text {
  padding-right: 40px;
}
.select__box_input .select__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 15px;
  pointer-events: none;
}

.select__arrow-icon {
  vertical-align: top;
  transition: transform 0.2s ease-in-out;
}

.select__control:disabled + .select__box {
  border-color: #bdbdbd;
  color: #bdbdbd;
  pointer-events: none;
}

.select__control:focus + .select__box {
  border-color: #bdbdbd;
}

.select__content {
  flex: auto;
  padding: 8px 14px 9px;
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__content::before {
  content: "";
  display: inline-block;
}

.select__dropdown {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: var(--inputs-buttons-border-radius);
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  overflow-y: hidden;
  height: 0;
  opacity: 0;
  max-height: 200px;
  z-index: 3;
  border: 1px solid #f4f4f4;
  border-top-width: 0;
  border-bottom-width: 0;
  padding-right: 24px;
  line-height: 1.2;
  vertical-align: top;
}

.select__dropdown_up {
  top: auto;
  bottom: 100%;
}

.select__dropdown_open-animation {
  animation: novashop-fadein-up 0.2s ease-in-out;
}

.select__dropdown_close-animation {
  animation: novashop-fadeout-up 0.2s ease-in-out forwards;
}

.select__option {
  display: block;
  color: #686868;
  padding: 7px 14px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}
.select__option::before {
  content: "";
  display: inline-block;
}

.select__option:hover {
  color: #1b1b1b;
}

.select__option_selected {
  color: var(--primary-color);
  background: var(--light-color);
}

.select__option_selected:hover {
  color: var(--primary-color);
}

.select__option_hidden,
.select__optgroup_hidden {
  display: none;
}

.select__option_disabled,
.select__optgroup_disabled .select__optgroup-label,
.select__optgroup_disabled .select__option {
  pointer-events: none;
  color: #bdbdbd;
}

.select__optgroup {
  display: block;
}

.select__optgroup_disabled {
  pointer-events: none;
}

/* stylelint-disable-next-line no-descending-specificity */
.select__optgroup-label {
  display: block;
  color: #1b1b1b;
  padding: 7px 14px;
  font-weight: 500;
  white-space: nowrap;
}

.select_size_s .select__content {
  padding: 6px 14px;
}
.select_size_s .select__arrow {
  padding-right: 11px;
}
.select_size_s .select__dropdown {
  padding-right: 21px;
}

.select_size_l .select__content {
  padding-top: 11px;
  padding-bottom: 11px;
}

.select_init .select__dropdown {
  display: none;
  overflow-y: auto;
  height: auto;
  opacity: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-right: 0;
}
.select_init .select__option {
  text-overflow: ellipsis;
}
.select_init .select__dropdown_animated {
  display: block;
}

.select_open .select__arrow-icon {
  transform: rotate(180deg);
}
.select_open .select__dropdown {
  display: block;
}

.select_fill {
  width: 100%;
}

.select__color {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .select__content {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.sorting-select {
  width: fit-content;
}

.sorting-select__item_hidden {
  display: none;
}

.sorting-select__sorting {
  display: inline-block;
  line-height: 10px;
  margin-left: 10px;
}
.sorting-select__sorting::before {
  content: "";
  display: inline-block;
  background: url("../svg/icon.sprite.svg#sorting") center/cover no-repeat;
  width: 10px;
  height: 10px;
}

.select__option .sorting-select__sorting {
  opacity: 0;
}

.select__option_hidden + .select__option .sorting-select__sorting {
  opacity: 1;
}

.sorting-select__sorting_order_desc::before {
  transform: scale(1, -1);
}

@media (max-width: 1023px) {
  .sorting-select__icon {
    display: flex;
    color: #686868;
  }
}
@media (max-width: 375px) {
  .sorting-select__hidden {
    display: none;
  }
}
.switch-checkbox {
  display: inline-block;
  vertical-align: top;
}

.switch-checkbox__control {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  max-width: 100%;
}

.switch-checkbox__box {
  display: block;
  background-color: #bdbdbd;
  width: 34px;
  height: 20px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.switch-checkbox__box::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease-in-out;
}

.switch-checkbox__control:checked + .switch-checkbox__box {
  background-color: var(--primary-color);
}
.switch-checkbox__control:checked + .switch-checkbox__box::before {
  transform: translateX(14px);
}

.textarea {
  vertical-align: top;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 8px 15px;
  height: 100px;
  width: 350px;
  max-width: 100%;
  outline: none;
  resize: vertical;
}
.textarea:disabled {
  cursor: default;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}
.textarea:focus {
  border-color: #bdbdbd;
}

.textarea_error {
  border-color: #ff3131;
}

.textarea_fill {
  width: 100%;
}

.html .body .index .index__content .content .textarea.textarea_ignore-wa {
  vertical-align: top;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 8px 15px;
  height: 100px;
  width: 350px;
  max-width: 100%;
  outline: none;
  resize: vertical;
  font-size: 14px;
}
.html .body .index .index__content .content .textarea.textarea_ignore-wa:disabled {
  cursor: default;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}
.html .body .index .index__content .content .textarea.textarea_ignore-wa:focus {
  border-color: #bdbdbd;
}
.html .body .index .index__content .content .textarea.textarea_ignore-wa.textarea_fill {
  width: 100%;
}

.lazy-image {
  opacity: 0;
}

.lazy-image_ready {
  opacity: 1;
}

.lazy-image-provider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.values {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icon-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

.icon-box_col {
  flex-direction: column;
}

.icon-box__icon {
  flex: none;
  background-position: right center;
  line-height: 0;
  position: relative;
}

.icon-box__content {
  flex: auto;
  text-align: left;
  line-height: 1.2;
}

.icon-box__content_decorated {
  border-bottom: 1px dotted;
  cursor: pointer;
}

.icon-box__icon {
  padding-right: 7px;
}

* + .icon-box__icon {
  padding-left: 7px;
  padding-right: 0;
}

.icon-box__icon:only-child {
  padding-right: 0;
}

.icon-box_size_s .icon-box__icon {
  padding-right: 5px;
}
.icon-box_size_s * + .icon-box__icon {
  padding-left: 5px;
  padding-right: 0;
}
.icon-box_size_s .icon-box__icon:only-child {
  padding-right: 0;
}
.icon-box_size_s.icon-box_col .icon-box__icon {
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.icon-box_size_s.icon-box_col * + .icon-box__icon {
  padding-top: 5px;
  padding-bottom: 0;
}
.icon-box_size_s.icon-box_col .icon-box__icon:only-child {
  padding-bottom: 0;
}

.icon-box_size_l .icon-box__icon {
  padding-right: 8px;
}
.icon-box_size_l * + .icon-box__icon {
  padding-left: 8px;
  padding-right: 0;
}
.icon-box_size_l .icon-box__icon:only-child {
  padding-right: 0;
}
.icon-box_size_l.icon-box_col .icon-box__icon {
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.icon-box_size_l.icon-box_col * + .icon-box__icon {
  padding-top: 5px;
  padding-bottom: 0;
}
.icon-box_size_l.icon-box_col .icon-box__icon:only-child {
  padding-bottom: 0;
}

.icon-box_size_xl .icon-box__icon {
  padding-right: 16px;
}
.icon-box_size_xl * + .icon-box__icon {
  padding-left: 16px;
  padding-right: 0;
}
.icon-box_size_xl .icon-box__icon:only-child {
  padding-right: 0;
}
.icon-box_size_xl.icon-box_col .icon-box__icon {
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.icon-box_size_xl.icon-box_col * + .icon-box__icon {
  padding-top: 5px;
  padding-bottom: 0;
}
.icon-box_size_xl.icon-box_col .icon-box__icon:only-child {
  padding-bottom: 0;
}

.row {
  display: flex;
  align-items: center;
  width: 100%;
}

.row__item_fill {
  flex-grow: 1;
}

.block-header {
  display: flex;
  align-items: center;
  width: 100%;
}

.block-header__main {
  flex-grow: 1;
}

.block-header__additional {
  flex-shrink: 0;
  padding-left: 15px;
  white-space: nowrap;
}

.title {
  margin: initial;
  line-height: 1.2;
}

.title_h1 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 1023px) {
  .title_h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.title_h2 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .title_h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}

.title_h3 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .title_h3 {
    font-size: 18px;
  }
}

.title_h4 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .title_h4 {
    font-size: 16px;
  }
}

.title_h5 {
  font-size: 16px;
  font-weight: 500;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  display: none;
  min-width: 100%;
}

.dropdown__dropdown_left-arrow {
  margin-top: 7px;
}
.dropdown__dropdown_left-arrow::before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: #eaeaea;
  left: 35px;
  bottom: 100%;
}
.dropdown__dropdown_left-arrow::after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  left: 35px;
  bottom: 100%;
  border-top: 0;
  border-bottom-color: #fff;
}

.dropdown__dropdown_right-arrow {
  margin-top: 7px;
}
.dropdown__dropdown_right-arrow::before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: #eaeaea;
  right: 35px;
  bottom: 100%;
}
.dropdown__dropdown_right-arrow::after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  right: 35px;
  bottom: 100%;
  border-top: 0;
  border-bottom-color: #fff;
}

.dropdown__dropdown_animated {
  display: block;
}

.dropdown__dropdown_open-animation {
  animation: novashop-fadein-up 0.2s ease-in-out;
}

.dropdown__dropdown_close-animation {
  animation: novashop-fadeout-up 0.2s ease-in-out forwards;
}

.dropdown__icon {
  transition: transform 0.2s ease-in-out;
}

.dropdown_open > .dropdown__dropdown {
  display: block;
}
.dropdown_open > * .dropdown__icon {
  transform: rotate(180deg);
}

.dropdown_right .dropdown__dropdown {
  left: auto;
  right: 0;
}

.dropdown_fill {
  display: block;
}

.dropdown-links {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 5px 0;
  margin-top: 5px;
  margin-left: -15px;
  text-align: left;
  position: relative;
}

.dropdown-links__link {
  display: block;
  padding: 5px 14px;
  white-space: nowrap;
}

.dropdown-links_separated .dropdown-links__item + .dropdown-links__item::before {
  content: "";
  display: block;
  margin: 5px 0;
  border-bottom: 1px solid #f2f2f2;
}

.dropdown-links_right-arrow::before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: #f2f2f2;
  right: 19px;
  bottom: 100%;
}
.dropdown-links_right-arrow::after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  right: 20px;
  bottom: 100%;
  border-top: 0;
  border-bottom-color: #fff;
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1;
}

.rating__star {
  display: inline-block;
  background: url("../svg/icon.sprite.svg#star-full") center/cover no-repeat;
  width: 16px;
  height: 16px;
}

.rating__star_half {
  background: url("../svg/icon.sprite.svg#star-half") center/cover no-repeat;
  width: 16px;
  height: 16px;
}

.rating__star_empty {
  background: url("../svg/icon.sprite.svg#star-empty") center/cover no-repeat;
  width: 16px;
  height: 16px;
}

.image-box {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  position: relative;
}
.image-box > * {
  vertical-align: bottom;
}

.image-box_fill {
  position: relative;
  display: block;
  height: 100%;
}
.image-box_fill > *,
.image-box_fill .picture img,
.image-box_fill noscript img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.image-box_contain {
  display: block;
}
.image-box_contain > * {
  max-width: 100%;
  max-height: 100%;
}

.image-box_cover > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.image-box_responsive {
  position: absolute;
  inset: 0;
}

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

.social-list__item {
  display: inline-block;
}
.social-list__item + .social-list__item {
  margin-left: 15px;
}

.social-list_size_s .social-list__item .social-list__item + .social-list__item {
  margin-left: 10px;
}

.content-decorator {
  color: #686868;
  /* stylelint-disable-next-line no-descending-specificity */
}
.content-decorator h1,
.content-decorator h2,
.content-decorator h3,
.content-decorator h4,
.content-decorator h5 {
  margin: initial;
  line-height: 1.2;
  color: #1b1b1b;
}
.content-decorator h1 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .content-decorator h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.content-decorator h2,
.content-decorator h3,
.content-decorator h4 {
  margin-bottom: 20px;
}
.content-decorator h2 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .content-decorator h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.content-decorator h3 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .content-decorator h3 {
    font-size: 18px;
  }
}
.content-decorator h5 {
  margin-bottom: 15px;
}
.content-decorator h4,
.content-decorator h5 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .content-decorator h4,
  .content-decorator h5 {
    font-size: 16px;
  }
}
.content-decorator h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.content-decorator * + h1,
.content-decorator * + h2,
.content-decorator * + h3,
.content-decorator * + h4,
.content-decorator * + h5,
.content-decorator * + h6 {
  margin-top: 30px;
}
.content-decorator p {
  margin: 10px 0;
}
.content-decorator ul,
.content-decorator ol {
  margin: 10px 0;
  padding-left: 30px;
  color: var(--primary-color);
}
.content-decorator ul {
  list-style: none;
}
.content-decorator ul li {
  position: relative;
}
.content-decorator ul li::before {
  position: absolute;
  right: 100%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  margin-right: 10px;
  content: "";
  border-radius: 3px;
  background-color: var(--primary-color);
  font-size: 0;
  line-height: 0;
}
.content-decorator ol {
  list-style: none;
  counter-reset: li;
}
.content-decorator ol > li {
  position: relative;
}
.content-decorator ol > li::before {
  position: absolute;
  right: 100%;
  margin-right: 5px;
  content: counter(li) ". ";
  counter-increment: li;
  color: var(--primary-color);
}
.content-decorator li {
  color: #686868;
}
.content-decorator li + li {
  margin-top: 10px;
}
.content-decorator blockquote {
  margin: 10px 0;
  padding: 20px;
  border-left: 4px solid var(--primary-color);
  background: var(--light-color);
}
.content-decorator table {
  border-spacing: 0;
  border-collapse: collapse;
}
.content-decorator tr:nth-child(2n) td {
  background: var(--light-color);
}
.content-decorator th,
.content-decorator td { /* stylelint-disable-line no-descending-specificity */
  padding: 12px;
}
.content-decorator th {
  color: var(--primary-color);
  font-weight: normal;
}
.content-decorator th a {
  text-decoration: underline;
}
.content-decorator b,
.content-decorator strong {
  font-weight: 500;
  color: #1b1b1b;
}
.content-decorator style + * {
  margin-top: 0;
}
.content-decorator a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.content-decorator a:hover {
  color: var(--link-color-hover);
}
.content-decorator img,
.content-decorator svg {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.content-decorator iframe {
  max-width: 100%;
}
.content-decorator pre {
  background-color: #eee;
  padding: 15px;
  border-radius: 3px;
}
.content-decorator .video-container {
  margin: 10px 0;
}
.content-decorator::after {
  content: "";
  display: table;
  clear: both;
}
.content-decorator:empty::after {
  display: none;
}
.content-decorator .form-decorator__trigger {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.content-decorator figure {
  margin: 0;
}
.content-decorator .table-scroller {
  overflow-x: auto;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .content-decorator table {
    display: block;
    overflow-x: auto;
  }
}
.sidebar-block.sidebar-pages {
  background-color: #fff;
}

.pages-tree {
  display: flex;
  gap: 8px;
  flex-flow: column;
  background: #fff;
}
.pages-tree:last-child .pages-tree__item_selected > .pages-tree__item-link { /* stylelint-disable-line no-descending-specificity */
  color: var(--primary-color);
}
.pages-tree:last-child .pages-tree__item_selected > .pages-tree__item-link .pages-tree__item-link-icon {
  transform: rotate(90deg);
}
.pages-tree:last-child .pages-tree__item_selected-last > .pages-tree__item-link { /* stylelint-disable-line no-descending-specificity */ }
.pages-tree:last-child .pages-tree__item_selected-last > .pages-tree__item-link .pages-tree__item-link-text {
  padding: 2px 4px;
  background-color: var(--light-color);
  border-radius: 5px;
}
.pages-tree:last-child .pages-tree__item_selected-last > .pages-tree__item-link .pages-tree__item-link-icon {
  transform: rotate(90deg);
}

.pages-tree__item {
  /* stylelint-disable-next-line no-descending-specificity */
}
.pages-tree__item > .pages-tree__item-link {
  display: inline-flex;
  position: relative;
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  color: #1b1b1b;
  /* stylelint-disable-next-line no-descending-specificity */
}
.pages-tree__item > .pages-tree__item-link:hover {
  color: var(--primary-color);
}
.pages-tree__item.pages-tree__item_has-children {
  /* stylelint-disable-next-line no-descending-specificity */
}
.pages-tree__item.pages-tree__item_has-children > .pages-tree__item-link {
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.pages-tree__item-arrow {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.pages-tree__item-children {
  padding: 8px 0 8px 8px;
}

.pages-tree__item-children_animated {
  display: block;
}

.pages-tree__item-children_open-animation {
  animation: novashop-fadein-up 0.2s ease-in-out;
}

.pages-tree__item-children_close-animation {
  animation: novashop-fadeout-up 0.2s ease-in-out forwards;
}

.pages-tree__item_active > .pages-tree__item-children {
  display: block;
}

.page_blocks .sidebar-block.sidebar-pages {
  padding: 12px 16px;
  border-radius: 20px;
  overflow: hidden;
}
.page_blocks .pages-tree {
  border: none;
}

.pagination {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 0;
  line-height: 1.2;
}

.pagination__item {
  display: inline-flex;
  vertical-align: top;
}

.pagination-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 6px;
  min-width: 30px;
  text-align: center;
  color: #1b1b1b;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pagination-item:hover {
  color: var(--link-color);
}

.pagination-item_current {
  background-color: var(--light-color);
  border-radius: var(--inputs-buttons-border-radius);
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}

.pagination-item_space,
.pagination-item_space:hover {
  color: #1b1b1b;
}

.pagination-item_prev,
.pagination-item_next {
  display: inline-flex;
  padding: 0;
  min-width: 0;
  transition: color 0.2s ease-in-out;
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}

.pagination-item_prev .pagination-item__icon {
  transform: rotate(180deg);
}

.color-list {
  display: block;
  line-height: 16px;
  margin-left: -5px;
}
.color-list::before {
  content: "";
  display: table;
  margin-bottom: -5px;
}

.color-list__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 5px;
}

.color-list__item_block {
  display: block;
}

.color-list_inline {
  display: inline;
  line-height: inherit;
}
.color-list_inline .color-list__item {
  vertical-align: baseline;
  margin-top: 0;
}
.color-list_inline::before {
  content: none;
}

.color {
  display: inline-flex;
  align-items: center;
  vertical-align: -3px;
}

.color__icon-box {
  font-size: 0;
  flex-shrink: 0;
  padding-right: 10px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}

.color__icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 2px;
}

.color_size_s .color__icon {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  margin: 0;
}
.color_size_s .color__icon-box {
  padding: 0;
}
.color_size_s .color__name {
  display: none;
}
.color_size_s .color__name_show {
  display: block;
  padding-left: 5px;
}

.range-slider {
  padding-bottom: 7px;
  position: relative;
  z-index: 1;
}
.range-slider .range-slider__slider,
.range-slider .range-slider__slider.ui-widget.ui-widget-content {
  height: 4px;
  border: 0;
  background: transparent;
}
.range-slider .range-slider__slider-handle,
.range-slider .range-slider__slider-handle.ui-slider-handle,
.range-slider .range-slider__slider-handle.ui-state-default {
  background: var(--primary-color);
  outline: none;
  width: 8px;
  height: 18px;
  border-radius: 2px;
  margin-left: -8px;
  top: -7px;
  cursor: pointer;
  border: 0;
  left: 0;
}
.range-slider .range-slider__slider-handle + .range-slider__slider-handle,
.range-slider .range-slider__slider-handle.ui-slider-handle + .range-slider__slider-handle,
.range-slider .range-slider__slider-handle.ui-state-default + .range-slider__slider-handle {
  margin-left: 0;
  left: 100%;
}
.range-slider .range-slider__slider-range {
  background: var(--primary-color);
  box-sizing: content-box;
  padding-right: 8px;
  border-radius: 0;
  left: 0;
  width: 100%;
}

.range-slider__bounds {
  display: flex;
  gap: 12px;
}

.range-slider__bound {
  display: flex;
  align-items: center;
  width: calc(50% - 6px);
}

.range-slider__label {
  width: 24px;
  flex-shrink: 0;
}

.range-slider__input {
  width: 100%;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
}

.range-slider__slider-wrapper {
  margin-top: 22px;
  padding: 0 8px;
  background: var(--light-color);
  cursor: pointer;
}

@media (max-width: 1023px) {
  .range-slider__input {
    text-align: left;
  }
  .range-slider__input-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .range-slider__slider-wrapper {
    margin-top: 15px;
  }
}
.accordion-block__content {
  display: none;
  width: 100% !important;
}

.toggle-block_active .accordion-block__content {
  display: block;
}

.accordion-block_open > .accordion-block__content {
  display: block;
}

.accordion-block_in-process > .accordion-block__content {
  display: block;
}

.yt-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}

.yt-video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.yt-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 100px;
  height: 70px;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.yt-video__button-icon {
  color: #212121;
  fill-opacity: 0.8;
  width: 100%;
  height: 100%;
}

.yt-video__button:focus {
  outline: none;
}

.yt-video:hover .yt-video__button-icon,
.yt-video__button:focus .yt-video__button-icon {
  color: #f00;
  fill-opacity: 1;
}

.yt-video--enabled {
  cursor: pointer;
}

.yt-video--enabled .yt-video__button {
  display: block;
}

.yt-video--loaded iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

@media (max-width: 1023px) {
  .yt-video__button {
    width: 68px;
    height: 48px;
  }
}
.page-separator {
  margin: 30px 0;
  text-align: center;
  position: relative;
  font-size: 13px;
  color: #686868;
}
.page-separator::before {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--light-color);
  inset: 0;
  margin: auto 0;
}

.page-separator__inner {
  background: #fff;
  padding: 0 7px;
  position: relative;
}

.svg-icon {
  pointer-events: none;
  user-select: none;
  font-family: sans-serif;
}

.svg-icon_block {
  display: block;
}

.svg-icon_fill {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.share__links {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.share_dropdown .share__links {
  max-width: 220px;
  padding: 22px 24px;
  border: 1px solid #eff0f7;
  box-shadow: 0 10px 14px rgba(74, 58, 255, 0.01), 0 8px 16px rgba(23, 15, 73, 0.03);
  border-radius: 15px;
}

.share__link,
.ya-share2__link {
  display: inline-flex;
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  color: #686868;
  align-items: center;
  white-space: nowrap;
  padding: 8px 0;
  cursor: pointer;
}
.share__link:hover,
.ya-share2__link:hover {
  color: #606060;
}

.ya-share2__item:last-child .ya-share2__link {
  padding-bottom: 0;
}

.share__links > .share__link:first-child {
  padding-top: 0;
}

.share__icon,
.ya-share2__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 0;
}

.ya-share2__icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ya-share2.ya-share2 .ya-share2__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ya-share2.ya-share2 .ya-share2__item {
  vertical-align: top;
}
.ya-share2.ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#vk") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_facebook .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#facebook") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_twitter .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#twitter") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_gplus .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#google") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_moimir .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#mailru") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#odnoklassniki") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_telegram .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#telegram") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_whatsapp .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#whatsapp") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_viber .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#viber") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_pinterest .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#pinterest") center/cover no-repeat;
  width: 30px;
  height: 30px;
}
.ya-share2.ya-share2 .ya-share2__item_service_messenger .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#messenger") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_skype .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#skype") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_tumblr .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#tumblr") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_evernote .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#evernote") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_linkedin .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#linkedin") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_lj .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#livejournal") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.ya-share2.ya-share2 .ya-share2__item_service_blogger .ya-share2__icon {
  background: url("../svg/icon.sprite.svg#blogger") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.comments__item + .comments__item {
  margin-top: 30px;
}

.comment {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.comment:hover {
  background: #fff;
  border-color: #f4f4f4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.comment__rate {
  padding: 30px 0 30px 30px;
  width: 230px;
}

.comment__content {
  padding: 30px;
}

.comment__title {
  margin-bottom: 15px;
}

.comment__info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.comment__author {
  font-weight: 500;
  padding-right: 10px;
  white-space: nowrap;
}

.comment__datetime {
  flex-grow: 1;
  color: #686868;
}

.comment__comments {
  margin-top: 30px;
  margin-left: 60px;
}

.comment__comments_empty {
  display: none;
}

.comment__reply-box {
  margin-top: 10px;
}

.comment_internal .comment__rate {
  padding: 0 30px 0 0;
}
.comment_internal .comment__content {
  padding: 0;
}
.comment_internal:hover {
  border-color: transparent;
  box-shadow: none;
}

@keyframes rotate {
  from {
    transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(1px);
  }
}
.spinner {
  animation: rotate 1s linear infinite;
}

@keyframes modal-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-contentin {
  from {
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes modal-contentout {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.1);
    opacity: 0;
  }
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding: 24px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: modal-fadein 0.2s ease-in-out;
}

.modal-wrapper_loading::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: url("../svg/icon.sprite.svg#spinner") center/cover no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
  animation: rotate 1s linear infinite;
}

.modal {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
  margin: 8px auto;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 15px;
  transform: scale(1.1);
  opacity: 0;
}

.modal_opened {
  transform: scale(1);
  opacity: 1;
  animation: modal-contentin 0.2s ease-in-out;
}

.modal_closing {
  animation: modal-contentout 0.2s ease-in-out;
}

.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #bdbdbd;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  line-height: 0;
  padding: 5px;
}
.modal__close:hover {
  color: #686868;
}

.modal__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .modal__title {
    font-size: 18px;
  }
}

.modal__header {
  margin-bottom: 16px;
}

.modal__content {
  overflow: hidden auto;
}

.modal__content_header {
  margin-top: -20px;
}

.modal__content_no-hidden {
  overflow: visible;
}

@media (max-width: 767px) {
  .modal-wrapper {
    padding: 0;
    align-items: end;
  }
  .modal {
    width: 100%;
    margin: 0;
    padding: 20px;
    border-radius: 5px 5px 0 0;
  }
  .modal__title {
    margin-bottom: 20px;
  }
  .modal__close {
    right: 10px;
    top: 10px;
    z-index: 1;
  }
  .modal__close .svg-icon {
    width: 16px;
    height: 16px;
  }
}
.form-decorator {
  visibility: hidden;
}
.form-decorator .form-decorator__trigger {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.form-decorator_js-is-init {
  visibility: inherit;
}

.auth-adapters {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

.auth-adapter {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.auth-adapter_facebook {
  background: url("../svg/icon.sprite.svg#facebook") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.auth-adapter_google {
  background: url("../svg/icon.sprite.svg#google") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.auth-adapter_mailru {
  background: url("../svg/icon.sprite.svg#mailru") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.auth-adapter_twitter {
  background: url("../svg/icon.sprite.svg#twitter") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.auth-adapter_vkontakte {
  background: url("../svg/icon.sprite.svg#vk") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.auth-adapter_yandex {
  background: url("../svg/icon.sprite.svg#yandex") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.tabs {
  display: flex;
  gap: 8px;
  overflow: auto;
  margin-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar {
  display: none;
}

.tabs__tab {
  display: flex;
  gap: 4px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  background: #f2f2f2;
  color: #1b1b1b;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  cursor: pointer;
}

.tabs__tab_selected {
  color: #fff;
  background: var(--primary-color);
}

.tabs__link {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 14px;
}

.tabs_links .tabs__tab {
  padding: 0;
}

@media (max-width: 1023px) {
  .tabs {
    width: calc(100% + 30px);
    margin: 0 -15px 30px;
    padding: 0 15px;
  }
  .tabs__tab {
    min-width: max-content;
    max-width: 200px;
  }
}
.responsive-tabs {
  background-color: #fafafa;
  margin: 0 -15px;
  padding: 0 15px;
}

.responsive-tabs__tab-content-container {
  display: none;
  padding: 15px;
  margin: 0 -15px;
  background-color: #fff;
}

.responsive-tabs__tab-container {
  border-bottom: 1px solid #f2f2f2;
}
.responsive-tabs__tab-container:last-child {
  border-bottom-color: transparent;
}

.responsive-tabs__tab-header-container {
  background-color: #fafafa;
  padding: 22px 0;
  position: relative;
  line-height: 1.2;
  cursor: pointer;
}

.responsive-tabs__tab-header-text-container {
  font-weight: 500;
}

.responsive-tabs__tab-header-arrow-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 10px;
}

.responsive-tabs__tab-container_selected {
  border-bottom-color: transparent;
}
.responsive-tabs__tab-container_selected .responsive-tabs__tab-content-container {
  display: block;
}
.responsive-tabs__tab-container_selected .responsive-tabs__tab-header-arrow {
  transform: rotate(90deg);
}

.content-tabs__content {
  display: none;
}

.content-tabs__content_selected {
  display: block;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.2;
}
.table a.table__row:hover .table__cell::before {
  border-color: #686868;
}

.table__head {
  display: table-header-group;
}

.table__body {
  display: table-row-group;
  margin-bottom: -10px;
}

.table__row {
  display: table-row;
}

.table__cell {
  position: relative;
  display: table-cell;
  padding: 24px 19px;
  vertical-align: middle;
  /* stylelint-disable-next-line no-descending-specificity */
}
.table__cell::before {
  content: "";
  position: absolute;
  inset: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  pointer-events: none;
  transition: border-color ease-in-out 0.2s;
}
.table__cell:first-child {
  /* stylelint-disable-next-line no-descending-specificity */
}
.table__cell:first-child::before {
  border-left: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.table__cell:last-child {
  /* stylelint-disable-next-line no-descending-specificity */
}
.table__cell:last-child::before {
  border-right: 1px solid #eee;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.table__head-cell {
  display: table-cell;
  color: #686868;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  padding: 0 20px;
}

.table__label-text {
  display: none;
  font-size: 13px;
  color: #686868;
  margin-bottom: 4px;
}

@media (max-width: 1023px) {
  .table_responsive {
    display: block;
  }
  .table_responsive .table__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .table_responsive .table__head {
    display: none;
  }
  .table_responsive .table__row {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    gap: 12px;
    padding: 19px;
    border: 1px solid #f2f2f2;
  }
  .table_responsive .table__cell {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
  }
  .table_responsive .table__cell::before {
    display: none;
  }
  .table_responsive .table__label-text {
    display: block;
  }
}
.table-decorator {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-decorator td {
  position: relative;
  padding: 24px 19px;
  vertical-align: middle;
}
.table-decorator td::before {
  content: "";
  position: absolute;
  inset: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  pointer-events: none;
}
.table-decorator td:first-child::before {
  border-left: 1px solid #eee;
}
.table-decorator td:last-child::before {
  border-right: 1px solid #eee;
}
.table-decorator th {
  color: #686868;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  padding: 0 20px;
}
.table-decorator tbody {
  margin-top: -10px;
  margin-bottom: -10px;
}

.table-decorator_light th {
  border-bottom-color: transparent;
}
.table-decorator_light td {
  border-left-color: transparent;
  border-right-color: transparent;
}
.table-decorator_light th,
.table-decorator_light td {
  padding-left: 0;
  padding-right: 0;
}
.table-decorator_light th + th,
.table-decorator_light td + td {
  padding-left: 20px;
}

.contact {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  line-height: 1.2;
}

.contact__photo-box {
  flex-shrink: 0;
  line-height: 0;
  vertical-align: middle;
}

.contact__name-box {
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
}

.contact__photo {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  vertical-align: top;
}

.contact_size_s .contact__photo {
  width: 22px;
  height: 22px;
  border-radius: 11px;
}
.contact_size_s .contact__name-box {
  font-size: 14px;
}

.contact_size_xs .contact__photo {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.contact_size_xs .contact__name-box {
  font-size: 13px;
  font-weight: normal;
  padding-left: 7px;
}

.contact_size_l .contact__photo {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.contact_size_l .contact__name-box {
  padding-left: 15px;
}

.link-decorator a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.link-decorator a:hover {
  color: var(--link-color-hover);
}

.link-decorator_style_alt-gray a {
  color: #686868;
}
.link-decorator_style_alt-gray a:hover {
  color: #1b1b1b;
}

.error {
  background: rgba(235, 87, 87, 0.1);
  color: #ff3131;
  border-radius: 4px;
  padding: 6px 15px;
}

.error_text {
  background: none;
  padding: 0;
  border-radius: 0;
}

.microdata {
  display: none;
}

.datetime {
  color: #686868;
}

.slider {
  position: relative;
}

.slider_size_s {
  border-radius: 20px;
  overflow: hidden;
}

.slider__slider {
  background-color: #fafafa;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  height: var(--home-slider-height);
}

.slider__slide {
  transform: translateZ(0);
  height: auto;
  min-height: 0;
}

.slider__buttons {
  position: absolute;
  z-index: 1;
  padding: 0 32px;
  bottom: 32px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.slider__buttons .container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.slider__buttons_left {
  justify-content: flex-start;
}
.slider__buttons_left .container {
  justify-content: flex-start;
}

.slider__buttons_right {
  justify-content: flex-end;
}
.slider__buttons_right .container {
  justify-content: flex-end;
}

.slider__prev-arrow,
.slider__next-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 0;
  /* stylelint-disable-next-line no-descending-specificity */
}
.slider__prev-arrow:hover::after,
.slider__next-arrow:hover::after {
  opacity: 0.5;
}
.slider__prev-arrow::after,
.slider__next-arrow::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: opacity 0.1s ease-out;
  background-color: #fff;
  border-radius: 50%;
}

.slider__arrow-icon {
  position: absolute;
  height: 13px;
  width: 13px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider__dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 5px;
  text-align: center;
  align-items: center;
}

.slider__dot {
  background-color: rgba(242, 242, 242, 0.2509803922);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.slider__dot_active {
  position: relative;
}
.slider__dot_active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 8px;
  width: 8px;
  background-color: #fff;
}

.slider_products {
  background: #fff;
  border: 1px solid #f2f2f2;
}

.slider[data-autoplay="1"] .slider__dot_active {
  width: 53px;
  height: 2px;
  border-radius: 2px;
}
.slider[data-autoplay="1"] .slider__dot_active::after {
  height: 2px;
  width: calc(var(--progress) * 100%);
}

@media (min-width: 1024px) {
  .page_blocks .slider {
    margin-top: 16px;
  }
  .page_blocks .slider_size_s {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .slider_size_s {
    border-radius: 10px;
  }
  .slider__slider {
    background-color: unset;
  }
  .slider__container {
    height: 200px;
  }
  .slider__wrapper {
    max-width: 100vw;
  }
}
@media (max-width: 767px) {
  .slider__slider {
    height: auto;
  }
  .slider__buttons {
    bottom: unset;
    justify-content: center !important;
    top: calc(var(--img-height-mobile) - 40px);
  }
  .slider__buttons .container {
    justify-content: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider__container {
    height: 300px;
  }
}
.slide {
  position: relative;
  display: block;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.slide__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background-color: #aaa;
}
.slide__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide__background-image {
  display: block;
  height: 100%;
  width: 100%;
}

.slide_product {
  text-align: center;
}

.slide__text {
  --gradient-angle: 270deg;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  padding: 48px 60px;
  z-index: 1;
}
.slide__text.container {
  padding-top: 48px;
  padding-bottom: 48px;
}
.slide__text .container {
  display: flex;
  flex-flow: column;
}

.slide__text_gradient {
  background: linear-gradient(var(--gradient-angle), rgba(0, 0, 0, 0) 1.9%, rgba(0, 0, 0, 0.5) 98.92%);
}

.slide_autoheight .slide__background {
  position: relative;
}
.slide_autoheight .slide__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.slide__button-container .button {
  border-color: #fff;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.slide__button-container .button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media (min-width: 1024px) {
  .slide__title {
    display: block;
    margin-bottom: 16px;
    font-size: 64px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.64px;
    max-width: 649px;
  }
  .slide__body {
    display: block;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: -0.2px;
    max-width: 649px;
  }
  .slide__button-container {
    display: block;
    margin-top: 24px;
  }
}
.slide_align_center .slide__text {
  --gradient-angle: 0deg;
  text-align: center;
  align-items: center;
}
.slide_align_center .slide__text .container {
  text-align: center;
  align-items: center;
}

.slide_align_right .slide__text {
  --gradient-angle: 90deg;
  text-align: right;
  align-items: flex-end;
}
.slide_align_right .slide__text .container {
  text-align: right;
  align-items: flex-end;
}

.slide_title-back_light .slide__title-text {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px 15px;
  border-radius: 3px;
}

.slide_body-back_light .slide__body-text {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px 15px;
  border-radius: 3px;
}

.slide_title-back_dark .slide__title-text {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 15px;
  border-radius: 3px;
}

.slide_body-back_dark .slide__body-text {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 15px;
  border-radius: 3px;
}

@media (max-width: 1023px) {
  .slide__background-image {
    height: var(--img-height) !important;
  }
  .slide__text {
    padding: 48px 40px;
  }
  .slide__text.container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .slide__title {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    max-width: 516px;
    margin-bottom: 16px;
  }
  .slide__body {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 516px;
  }
  .slide__button-container {
    display: flex;
    margin-top: 24px;
  }
  .slide__button-container .button {
    font-size: 16px;
    padding: 9px 19px 10px;
    text-align: center;
  }
  .slide .slide__title-text,
  .slide .slide__body-text {
    background: unset;
    padding: unset;
    border-radius: unset;
  }
}
@media (max-width: 767px) {
  .slide .slide__title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.28px;
    color: #1b1b1b;
  }
  .slide .slide__body {
    display: none;
  }
  .slide__button-container {
    margin-top: 12px;
    justify-content: center;
  }
  .slide__button-container .button {
    font-size: 14px;
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
  }
  .slide__button-container .button:hover {
    color: #fff !important;
  }
  /* stylelint-disable-next-line no-descending-specificity */
  .slide__title {
    max-width: 100%;
  }
  .slide__background-image {
    height: var(--img-height-mobile) !important;
  }
  .slide__text,
  .slide_autoheight,
  .slide__background {
    position: relative;
  }
  .slide__text {
    margin-top: 12px;
    height: auto;
    padding: 0;
    background: none;
  }
  .slider_size_s .slide__background {
    border-radius: 10px;
  }
}
.slider-block__header-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.slider-block__header-text-container,
.slider-block__header-text-container_cart,
.slider-block__buttons-container {
  margin-left: 15px;
  white-space: nowrap;
}
.slider-block__header-text-container:first-child,
.slider-block__header-text-container_cart:first-child,
.slider-block__buttons-container:first-child {
  width: 100%;
  margin-left: 0;
  white-space: normal;
}

.slider-block__header-text-container,
.slider-block__header-text-container_cart {
  display: flex;
  gap: 16px;
  align-items: center;
}

.slider-block__header-text-container {
  font-size: 32px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 1023px) {
  .slider-block__header-text-container {
    font-size: 24px;
    line-height: 32px;
  }
}

.slider-block_compact {
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
  z-index: 0;
}
.slider-block_compact .slider-block__buttons-container {
  position: absolute;
  z-index: 2;
  left: 0;
  pointer-events: none;
  top: 50%;
  transform: translateY(-23px);
}
.slider-block_compact .slider-block__prev-button {
  float: left;
}
.slider-block_compact .slider-block__next-button {
  float: right;
}
.slider-block_compact .slider-block__prev-button,
.slider-block_compact .slider-block__next-button {
  pointer-events: all;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 0.2s;
  position: static;
}
.slider-block_compact .slider-block__prev-button:hover,
.slider-block_compact .slider-block__next-button:hover {
  opacity: 1;
}

.slider-block .swiper-button-lock {
  display: none;
}

.slider-block .swiper-button-disabled {
  opacity: 0.3;
}

@media (max-width: 767px) {
  .blocks__item_home:not(.blocks__item-products) .slider-block__buttons-container {
    display: none;
  }
}
.sidebar-block__header {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
.sidebar-block__header .icon-box__content {
  line-height: 1.5;
}

.sidebar-block__header.accordion-block__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-block__content .catalog-extend__columns-container {
  overflow-y: visible;
}

.sidebar-block__parent-link {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  margin-bottom: 8px;
  width: fit-content;
}

.sidebar-block__parent-link-icon {
  transform: rotate(180deg);
}

.sidebar-block__toggle-icon {
  transition: 0.2s ease-in-out;
}

.sidebar-block.accordion-block .sidebar-block__toggle-icon {
  transform: rotate(-90deg);
}

.sidebar-block.accordion-block_open .sidebar-block__toggle-icon {
  transform: none;
}

.sidebar-block_pointer {
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.tooltip__content {
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, -5px, 0);
  margin-bottom: 8px;
  pointer-events: none;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #fff;
  user-select: none;
}
.tooltip__content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  border: 6px solid transparent;
  border-top-color: #fff;
  z-index: 2;
}
.tooltip__content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  border: 7px solid transparent;
  border-top-color: #f2f2f2;
  z-index: 1;
}

.tooltip__content_align-right {
  left: 0;
  transform: translate3d(0, -5px, 0);
}
.tooltip__content_align-right::before, .tooltip__content_align-right::after {
  left: 15px;
}

.tooltip:hover .tooltip__content {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  pointer-events: initial;
}
.tooltip:hover .tooltip__content_align-right {
  transform: translate3d(0, 0, 0);
}

.tooltip__content_bottom {
  top: 100%;
  bottom: auto;
  margin-top: 8px;
  margin-bottom: 0;
}
.tooltip__content_bottom::before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #fff;
}
.tooltip__content_bottom::after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #f2f2f2;
}

@media (max-width: 1023px) {
  .tooltip__content:not(.tooltip__content_show-m) {
    display: none;
  }
}
.not-found-block {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  padding: 64px;
  text-align: center;
}

.not-found-block__header {
  font-size: 24px;
}

.not-found-block__content {
  margin-top: 8px;
  color: #686868;
}

.not-found-block__content-row:not(:last-child) {
  margin-bottom: 8px;
}

.not-found-block__buttons {
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .not-found-block {
    padding: 32px 16px;
  }
  .not-found-block__header {
    font-size: 18px;
  }
  .not-found-block__buttons {
    margin-top: 15px;
  }
  .not-found-block__content {
    font-size: 12px;
  }
}
.value {
  display: inline-flex;
  gap: 0.4em;
  line-height: 1.2;
}

.value__label-text {
  color: #979797;
}

.value__icon {
  display: inline-flex;
  margin-left: 0.2em;
}

.value__value-text {
  display: flex;
}

.value_fixed {
  display: flex;
}
.value_fixed .value__label-text {
  flex: none;
  width: 30%;
}
.value_fixed .value__value-text {
  flex: auto;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .value_fixed {
    display: block;
  }
  .value_fixed .value__label-text {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .value_fixed .value__value-text {
    display: block;
  }
}
.row-value {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.row-value__label-container {
  flex-grow: 1;
  position: relative;
}
.row-value__label-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  border-bottom: 2px dotted #bdbdbd;
}

.row-value__value-container {
  padding-left: 5px;
}

.row-value__label-text {
  color: #686868;
  background-color: #fff;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
}

.row-value__value-text {
  white-space: nowrap;
  font-weight: 500;
}

.blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.blocks_product {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.blocks_sidebar {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.blocks_sidebar__header {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.blocks_blocks-view {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 767px) {
  .blocks_product {
    gap: 32px;
  }
}
.block__header {
  margin: 0 0 32px;
}

.block_blocks-view {
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .block_blocks-view {
    margin: 0 -15px;
    padding: 24px 15px;
  }
}

.block_blocks-view-slider {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .block__header_hide {
    margin-bottom: 0;
  }
}
.block__header_text {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .block__header_text {
    font-size: 24px;
    line-height: 32px;
  }
}

.block_secondary .block__header_text {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .block_secondary .block__header_text {
    font-size: 22px;
    line-height: 1.2;
  }
}

.block_size_s .block__header_text {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .block_size_s .block__header_text {
    font-size: 18px;
  }
}

.block_size_s.block_secondary .block__header_text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .block_size_s.block_secondary .block__header_text {
    font-size: 16px;
  }
}

.block_size_xs .block__header_text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .block_size_xs .block__header_text {
    font-size: 16px;
  }
}

.block_size_xs.block_secondary .block__header_text {
  font-size: 16px;
  font-weight: 500;
}

.block__sub-header {
  margin-top: -10px;
  margin-bottom: 32px;
}

.block__tabs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.block__header_text-container-more {
  display: flex;
  gap: 4px;
  padding: 4px 4px 4px 10px;
  align-items: center;
  border-radius: 10px;
  background-color: #fafafa;
  color: #686868;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.block__header_text-container-more:hover {
  color: var(--link-color);
}

.block__header_text-container-more-icon {
  display: flex;
}

.block__footer {
  margin-top: 30px;
  text-align: center;
}

.block__links {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

@media (min-width: 1024px) {
  .block_size_s .block__header {
    margin-bottom: 16px;
  }
  .block_size_s .block__sub-header {
    margin-top: -6px;
    margin-bottom: 16px;
  }
  .block_size_s .block__footer {
    margin-top: 16px;
  }
  .block_size_xs .block__header {
    margin-bottom: 12px;
  }
  .block_size_xs .block__sub-header {
    margin-top: -6px;
    margin-bottom: 12px;
  }
  .block_size_xs .block__footer {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .block__header {
    margin-bottom: 15px;
    max-width: 100vw;
  }
}
.burger-icon__box {
  height: 100%;
}

.burger-icon__inner {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.burger-icon__element {
  transition: background-color 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 1px;
  width: 5px;
  height: 5px;
}

.burger-icon_active .burger-icon__inner {
  gap: 0;
  top: 6px;
  right: 2px;
}
.burger-icon_active .burger-icon__element {
  background-color: var(--primary-color);
  width: 18px;
  height: 2px;
  border-radius: 10px;
  opacity: 0;
}
.burger-icon_active .burger-icon__element:first-child, .burger-icon_active .burger-icon__element:last-child {
  opacity: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
.burger-icon_active .burger-icon__element:first-child {
  transform: rotate(45deg);
}
.burger-icon_active .burger-icon__element:last-child {
  transform: rotate(135deg);
}

.zoom {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.zoom__zoom-img {
  vertical-align: top;
  min-width: 100%;
  min-height: 100%;
}

.zoom__zone {
  display: none;
  position: absolute;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #bdbdbd;
}

.zoom__container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bdbdbd;
}

.zoom_active .zoom__zone {
  display: block;
}

.captcha-decorator.wa-captcha,
.captcha-decorator .wa-captcha {
  line-height: 1.2;
  font-size: 0;
}
.captcha-decorator.wa-captcha p,
.captcha-decorator .wa-captcha p {
  margin: 0;
}
.captcha-decorator.wa-captcha .wa-captcha-img,
.captcha-decorator .wa-captcha .wa-captcha-img {
  vertical-align: top;
}
.captcha-decorator.wa-captcha .wa-captcha-input,
.captcha-decorator .wa-captcha .wa-captcha-input {
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 14px;
  margin-left: 15px;
  width: 100px;
}
@media (max-width: 1023px) {
  .captcha-decorator.wa-captcha .wa-captcha-input,
  .captcha-decorator .wa-captcha .wa-captcha-input {
    width: 100px;
  }
}
.captcha-decorator.wa-captcha strong,
.captcha-decorator .wa-captcha strong {
  display: none;
}
.captcha-decorator.wa-captcha .wa-captcha-refresh,
.captcha-decorator .wa-captcha .wa-captcha-refresh {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}
.captcha-decorator.wa-captcha-section,
.captcha-decorator .wa-captcha-section {
  display: flex;
  align-items: flex-start;
}
.captcha-decorator.wa-captcha-section .wa-captcha-code,
.captcha-decorator .wa-captcha-section .wa-captcha-code {
  flex: none;
  order: 0;
  margin-right: 10px;
}
.captcha-decorator.wa-captcha-section .wa-captcha-input,
.captcha-decorator .wa-captcha-section .wa-captcha-input {
  flex: auto;
  order: 1;
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 14px;
  width: 100%;
}
.captcha-decorator.wa-captcha-section .wa-error-msg,
.captcha-decorator .wa-captcha-section .wa-error-msg {
  display: none;
}

.image {
  vertical-align: top;
  line-height: 0;
}

.picture {
  display: block;
  height: 100%;
}

.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: normal;
  position: absolute;
  padding: var(--counter-padding);
  background-color: #ff3131;
  color: #fff;
  border-radius: 100px;
  min-width: 14px;
  height: 14px;
  text-align: center;
  z-index: 1;
  right: -7px;
  top: -7px;
  pointer-events: none;
}

.counter_empty {
  opacity: 0;
}

.autocomplete {
  background-color: #fff;
  border-radius: 10px;
  border: none !important;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.autocomplete .ui-menu-item-wrapper {
  padding: 10px 19px;
  line-height: 1.2;
}
.autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: inherit;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border: inherit;
}

.autocomplete_search {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.autocomplete_open {
  animation: novashop-fade-up 0.2s ease-in-out;
  visibility: visible;
  pointer-events: inherit;
  z-index: 101;
}

.autocomplete_close {
  animation: novashop-fade-up 0.2s ease-in-out reverse;
}

@media (max-width: 1023px) {
  .autocomplete.autocomplete_search {
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.slider-arrows {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 24px;
}
@media print {
  .slider-arrows {
    display: none !important;
  }
}

.slider-arrows__arrow {
  width: 32px;
  height: 32px;
  border-radius: 99px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
}
.slider-arrows__arrow .button__icon {
  color: #686868;
}

.datepicker.ui-datepicker {
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 15px;
  width: 300px !important;
  margin-top: 5px;
}
.datepicker.ui-datepicker .ui-datepicker-header {
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  border: 0;
}
.datepicker.ui-datepicker .ui-datepicker-prev,
.datepicker.ui-datepicker .ui-datepicker-next {
  width: 7px;
  height: 16px;
  top: 0;
  color: var(--primary-color);
  cursor: pointer;
  border: 0;
  background: none;
}
.datepicker.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.datepicker.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.datepicker.ui-datepicker .datepicker__arrow-icon {
  width: 7px;
  height: 12px;
}
.datepicker.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.datepicker.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.datepicker.ui-datepicker .ui-datepicker-title {
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.2;
}
.datepicker.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  font-size: 13px;
}
.datepicker.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 500;
  padding: 0 0 8px;
}
.datepicker.ui-datepicker .ui-datepicker-calendar td {
  padding: 2px;
}
.datepicker.ui-datepicker .ui-datepicker-calendar td > * {
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 3px 5px;
  color: #686868;
  font-weight: 500;
  transition: border-color 0.2s ease-in-out;
  text-align: right;
}
.datepicker.ui-datepicker .ui-datepicker-calendar td > *:hover {
  border-color: #686868;
}
.datepicker.ui-datepicker .ui-datepicker-calendar td > .ui-state-active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: transparent;
}
.datepicker.ui-datepicker .ui-datepicker-calendar td > .ui-state-active:hover {
  border-color: transparent;
}
.datepicker.ui-datepicker .ui-datepicker-calendar .ui-state-disabled > * { /* stylelint-disable-line no-descending-specificity */
  border-color: transparent;
  background-color: #fafafa;
  color: #bdbdbd;
}

.items-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.items-list .items-list__soc-item,
.items-list-horizontal .items-list__soc-item {
  width: 100%;
}

.items-list_no-wrap {
  flex-wrap: nowrap;
}

.items-list_align-start {
  align-items: flex-start;
}

.items-list_align-center {
  align-items: center;
}

.items-list_align-end {
  align-items: flex-end;
}

.items-list_justify-center {
  justify-content: center;
}

.items-list_justify-end {
  justify-content: flex-end;
}

.items-list_8 {
  gap: 8px;
}

.items-list_12 {
  gap: 12px;
}

.items-list_16 {
  gap: 16px;
}

.items-list_20 {
  gap: 20px;
}

.items-list_24 {
  gap: 24px;
}

.items-list_28 {
  gap: 28px;
}

.items-list_32 {
  gap: 32px;
}

.items-list-horizontal {
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}

.items-list-horizontal_no-wrap {
  flex-wrap: nowrap;
}

.items-list-horizontal_align-start {
  align-items: flex-start;
}

.items-list-horizontal_align-center {
  align-items: center;
}

.items-list-horizontal_align-end {
  align-items: flex-end;
}

.items-list-horizontal_justify-center {
  justify-content: center;
}

.items-list-horizontal_justify-end {
  justify-content: flex-end;
}

.items-list-horizontal_8 {
  gap: 8px;
}

.items-list-horizontal_12 {
  gap: 12px;
}

.items-list-horizontal_16 {
  gap: 16px;
}

.items-list-horizontal_20 {
  gap: 20px;
}

.items-list-horizontal_24 {
  gap: 24px;
}

.items-list-horizontal_28 {
  gap: 28px;
}

.items-list-horizontal_32 {
  gap: 32px;
}

.list-rows {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list-rows__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 12px 12px 16px;
  color: #1b1b1b;
  height: 48px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.list-rows__item:active {
  background-color: #f2f2f2;
}

.list-rows__item-arrow svg {
  transform: rotate(-90deg);
}

.list-rows__expand-button_hide {
  display: none;
}

.list-rows__item_highlighted {
  font-weight: 600;
}

.list-rows__item_hidden {
  display: none;
}

.list-rows__item_opened,
.list-rows_children {
  display: none;
}

.list-rows__item_opened + .list-rows_children {
  display: block;
}

.list-rows.toggle-block_active .list-rows__item_hidden {
  display: flex;
}

.list-rows.toggle-block_active .list-rows__expand-button {
  display: none;
}

.list-rows.toggle-block_active .list-rows__expand-button_hide {
  display: block;
}

.list-rows__item-name {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}

.list-rows_multicolor .list-rows__item {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}

.list-rows_monochrome .list-rows__item {
  color: #686868;
}

.list-rows_separated .list-rows__item::before,
.list-rows_separated_full .list-rows__item::before,
.list-rows_separated_full .list-rows__item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  margin: auto;
  background: #f2f2f2;
}

.list-rows_separated_full .list-rows__item:last-child::after {
  top: inherit;
  bottom: 0;
}

.list-rows_separated.list-rows_multicolor .list-rows__item::before,
.list-rows_separated_full.list-rows_multicolor .list-rows__item::before {
  background: #e5e5e5;
}

.list-rows_separated .list-rows__item:first-child::before {
  display: none;
}

.list-rows_weight_medium .list-rows__item {
  font-weight: 500;
}

.list-rows__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.list-rows__item-image {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 15px;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  position: relative;
}
.list-rows__item-image img,
.list-rows__item-image svg {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 5px;
}

.list-rows__item-badge {
  display: inline-block;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  border: 1px solid transparent;
  line-height: 1.2;
}

.list-rows__item-tips {
  white-space: nowrap;
  margin-left: 5px;
}

.list-rows__item_tip {
  margin-left: 15px;
}
.list-rows__item_tip:first-child {
  margin-left: 0;
}
.list-rows__item_tip.list-rows__item_tip-space-right {
  margin-right: 27px;
}

.list-rows__item-informer {
  position: absolute;
  min-width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.list-rows__item-counter {
  color: #a0a0a0;
}

.list-rows__expand {
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .list-tabs__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .list-tabs__content {
    display: none;
    flex-flow: column;
    gap: 12px;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 16px 0 8px;
  }
  .list-tabs__item-arrow {
    display: flex;
  }
  .list-tabs__content-item-link {
    display: block;
    font-size: 13px;
    line-height: 16px;
  }
  .list-tabs__item_opened .list-tabs__content {
    display: flex;
  }
  .list-tabs__item_opened .list-tabs__item-arrow {
    transform: rotate(90deg);
  }
}
.messengers {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 8px;
}

.side-button {
  display: block;
  background-color: #eee;
  width: 50px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: background-color 0.2s ease-in-out;
  color: #686868;
}

.side-button:hover {
  background-color: #eaeaea;
}

.side-buttons {
  position: fixed;
  left: 0;
  top: 276px;
  z-index: 3;
}
@media print {
  .side-buttons {
    display: none !important;
  }
}

.button-decorator button,
.button-decorator input[type=button],
.button-decorator input[type=submit],
.button-decorator input[type=reset] {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding: 8px 14px 9px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: var(--button-text-color);
  border: 1px solid transparent;
  border-radius: var(--inputs-buttons-border-radius);
  background-color: var(--button-color);
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: none;
}
@media (min-width: 1024px) {
  .button-decorator button:hover,
  .button-decorator input[type=button]:hover,
  .button-decorator input[type=submit]:hover,
  .button-decorator input[type=reset]:hover {
    background-color: var(--button-color-hover);
  }
}
.button-decorator button:active, .button-decorator button.button_active,
.button-decorator input[type=button]:active,
.button-decorator input[type=button].button_active,
.button-decorator input[type=submit]:active,
.button-decorator input[type=submit].button_active,
.button-decorator input[type=reset]:active,
.button-decorator input[type=reset].button_active {
  background-color: var(--button-color-hover);
}
.button-decorator button:disabled, .button-decorator button.button_disabled,
.button-decorator input[type=button]:disabled,
.button-decorator input[type=button].button_disabled,
.button-decorator input[type=submit]:disabled,
.button-decorator input[type=submit].button_disabled,
.button-decorator input[type=reset]:disabled,
.button-decorator input[type=reset].button_disabled {
  background: #fafafa;
  color: #bdbdbd;
  cursor: default;
}

.responsive {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.select-decorator {
  visibility: hidden;
  height: 35px;
}

.select-decorator_size_s {
  height: 30px;
}

.required-placeholder {
  position: absolute;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  pointer-events: none;
  padding: 8px 14px 9px;
  color: #888;
}

.required-placeholder__mark {
  color: #ff3131;
  margin-left: 5px;
}

.required-placeholder__wrapper {
  position: relative;
}

.required-placeholder_wrapped {
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .required-placeholder_wrapped {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.select2.select2-container {
  width: 100% !important;
  max-width: 100%;
}
.select2.select2-container--default .select2-selection--single {
  font-weight: 400;
  height: auto;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.select2.select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 14px 9px;
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  position: relative;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTc1IDBMNSAzLjcxMiA4LjgyNSAwIDEwIDEuMTQ4IDUgNiAwIDEuMTQ4IDEuMTc1IDB6IiBmaWxsPSIjMzMzIi8+PC9zdmc+");
  width: 10px;
  height: 6px;
  content: "";
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.2s ease-in-out;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered::after {
  transform: rotate(180deg);
}

[data-select2-id] .wa-description {
  display: none;
}

.select2-container .select2-dropdown {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: var(--primary-color);
  background-color: #fff;
}

.image-contain {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.index {
  position: relative;
}

.index__wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.index__header,
.index__subscribe,
.index__footer {
  flex: none;
}

.index__content {
  flex: auto;
}

.index__slider {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .index {
    width: 100%;
  }
}
.container {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 0 24px;
}

.container_padded-bottom {
  padding-bottom: 60px;
}

.container_padded-top {
  padding-top: 60px;
}

.container_content {
  background-color: var(--background-color);
}

@media (min-width: 1024px) {
  .container {
    min-width: var(--container-width);
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100vw;
  }
}
.content-container {
  background-color: var(--background-color);
}

@media (min-width: 1024px) {
  .content-container {
    padding: 16px 0 32px;
  }
  .content-container_pull-top {
    padding-top: 0;
  }
  .content-container_pull-bottom {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .content-container {
    position: relative;
    padding: 15px 0 50px;
  }
  .content-container_pull-top-adaptive {
    padding-top: 0;
  }
  .content-container_pull-top {
    padding-top: 0;
  }
  .content-container_pull-bottom {
    padding-bottom: 0;
  }
}
.content-columns {
  display: flex;
  flex-direction: row-reverse;
}

.content-columns__sidebar {
  flex: 1 1 auto;
  padding: 0 30px 0 0;
  max-width: 255px;
  height: 100%;
}
.content-columns__sidebar .sidebar-filters__header {
  margin: 0;
}
@media (min-width: 1200px) {
  .content-columns__sidebar {
    max-width: 285px;
  }
}
.content-columns__sidebar .stop {
  position: relative;
}
.content-columns__sidebar .sticky {
  position: fixed;
}

.content-columns.content-columns_sidebar-right {
  flex-direction: row;
}
.content-columns.content-columns_sidebar-right .content-columns__sidebar {
  padding: 0 0 0 30px;
}

.content-columns__content {
  flex: 3 1 auto;
  max-width: calc(100% - 255px);
  flex-basis: calc(100% - 255px);
}
@media (min-width: 1200px) {
  .content-columns__content {
    max-width: calc(100% - 285px);
    flex-basis: calc(100% - 285px);
  }
}

.content-columns_slider-banners {
  position: absolute;
  inset: 0;
  /* stylelint-disable-next-line no-descending-specificity */
}
.content-columns_slider-banners .content-columns__sidebar {
  width: 26%;
  max-width: 26%;
  padding-left: 16px;
}
.content-columns_slider-banners .content-columns__content {
  max-width: 74%;
  flex-basis: 74%;
}

.sidebar-filters {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print {
  .sidebar-filters {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .content-columns {
    flex-direction: column-reverse;
    align-content: stretch;
  }
  .content-columns__sidebar,
  .content-columns__content {
    width: auto;
    max-width: 100%;
    flex: 0 1 auto;
  }
  .content-columns.content-columns_sidebar-right {
    flex-direction: row;
  }
  .content-columns.content-columns_sidebar-right .content-columns__sidebar {
    padding: 0;
  }
  .content-columns__sidebar {
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .content-columns__sidebar > * {
    display: none;
  }
  .content-columns__sidebar .blocks {
    display: block;
  }
  .content-columns__sidebar .blocks__item {
    display: none;
  }
  .content-columns__sidebar .blocks__item_filters {
    display: block;
  }
  .content-columns__sidebar .blocks__item_filters .sidebar-block__content {
    height: 100%;
    border: none;
  }
  .content-columns__sidebar .sidebar-filters {
    display: none;
    position: fixed;
    z-index: 4;
    inset: 0;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .content-columns__sidebar .sidebar-filters .sidebar-filters__content {
    position: relative;
    height: 100%;
  }
  .content-columns__sidebar .sidebar-filters .sidebar-filters__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    border: none;
  }
  .content-columns__sidebar .sidebar-filters .sidebar-filters__header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    background: url("../svg/icon.sprite.svg#arrow-left-grey") center/cover no-repeat;
    width: 10px;
    height: 16px;
  }
  .content-columns__sidebar .sidebar-filters .sidebar-filters__header .icon-box__icon {
    display: none;
  }
  .content-columns__sidebar .sidebar-filters .filters__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 15px;
    margin: auto;
    background: #fff;
    z-index: 2;
  }
  .content-columns__sidebar .sidebar-filters .filters__footer .button {
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .content-columns__sidebar .sidebar-filters .filters__footer .button:first-child {
    margin-right: 0;
  }
  .content-columns__sidebar .sidebar-filters .filters__footer .button:last-child {
    margin-left: 0;
  }
  .content-columns__sidebar .sidebar-filters .filters__footer .filters__submit-button {
    order: 1;
  }
  .content-columns__sidebar .sidebar-filters__header {
    position: relative;
  }
  .content-columns__sidebar .sidebar-filters__header-close {
    display: flex;
    position: absolute;
    top: 12px;
    right: 7px;
    padding: 8px;
    color: #bdbdbd;
  }
  .content-columns__sidebar .sidebar-filters_opened {
    display: block;
  }
}
.content__header {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 40px;
}

.content__subcategories-wrapper {
  margin: 0 0 40px;
}

.content__description {
  font-size: 16px;
  margin: -10px 0 20px;
}

.content__category-sfl {
  margin-bottom: 40px;
}

.content__breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .content__breadcrumbs {
    flex-flow: column;
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .content__breadcrumbs {
    margin: -15px -15px 15px;
  }
  .content__header {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .content__description {
    width: 100%;
    font-size: 14px;
  }
  .content__subcategories-wrapper {
    margin-bottom: 24px;
  }
}
.header-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  z-index: 10;
  inset: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.header-overlay_enabled {
  opacity: 1;
  pointer-events: auto;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 1.5;
}
.breadcrumbs span.breadcrumbs-plugin__home-icon::before {
  content: "🏠";
}

.breadcrumbs__wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 8px 4px;
}
.breadcrumbs__wrapper::after {
  content: "";
  display: table;
  margin-top: -10px;
}

.breadcrumbs__item {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.breadcrumbs__item .link {
  padding: 4px 8px;
  color: #686868;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.breadcrumbs__item .link:hover {
  color: var(--link-color);
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: "";
  background: url("../svg/icon.sprite.svg#breadcrumbs-arrow") center/cover no-repeat;
  width: 24px;
  height: 24px;
}

.breadcrumbs__item_current-text {
  color: #1b1b1b;
  padding: 4px 8px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.breadcrumbs__item-container {
  display: inline-flex;
  align-items: center;
  color: #1b1b1b;
  padding: 4px 8px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.breadcrumbs__item-container .breadcrumbs__item_current-text {
  padding: 0;
  background-color: unset;
  border-radius: unset;
}
.breadcrumbs__item-container .link {
  padding: 0;
}

.breadcrumbs__item-brothers-container {
  padding-left: 5px;
  font-size: 12px;
  line-height: 1;
}

.breadcrumbs__item_show-brothers .breadcrumbs__brothers-dropdown {
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}

.breadcrumbs__brothers-button {
  cursor: pointer;
  vertical-align: top;
}

/* stylelint-disable-next-line no-descending-specificity */
.breadcrumbs__brothers-dropdown {
  position: absolute;
  right: 0;
  margin-right: -50px;
  top: 100%;
  margin-top: 10px;
  max-height: 50vh;
  overflow: auto;
  background: #fff;
  border: 1px solid #f4f4f4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 4px 0;
  z-index: 4;
  min-width: 162px;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.breadcrumbs__brothers-dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 48px;
  border: 7px solid transparent;
  border-bottom-color: #f4f4f4;
}
.breadcrumbs__brothers-dropdown::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 49px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.breadcrumbs__brothers-dropdown .breadcrumbs__brother.link {
  background-color: unset;
}

.breadcrumbs__brother {
  display: block;
  padding: 5px 14px;
  color: #686868;
}
.breadcrumbs__brother:hover {
  color: #1b1b1b;
}

.breadcrumbs_current-item-mode_show .breadcrumbs__item_current {
  color: #1b1b1b;
}

.breadcrumbs_current-item-mode_hide .breadcrumbs__item_current {
  margin-left: 10px;
}
.breadcrumbs_current-item-mode_hide .breadcrumbs__item_current::before {
  content: none !important;
}

@media (max-width: 1023px) {
  .breadcrumbs {
    position: relative;
    padding: 12px 15px;
    width: 100%;
  }
  .breadcrumbs::before, .breadcrumbs::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    content: "";
    z-index: 2;
  }
  .breadcrumbs::before {
    left: 0;
    right: auto;
    background: linear-gradient(to left, #FFFFFF00, white);
  }
  .breadcrumbs::after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, #FFFFFF00, white);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .breadcrumbs::before, .breadcrumbs::after {
    width: 15px;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs__wrapper {
    white-space: nowrap;
    padding: 0 15px;
    margin: 0 -15px;
    overflow: auto;
    flex-flow: nowrap;
    width: calc(100% + 30px);
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs__wrapper::-webkit-scrollbar {
    display: none;
    background-color: transparent;
  }
  .breadcrumbs__wrapper::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .breadcrumbs__item-brothers-container {
    display: none;
  }
  .breadcrumbs__item_current-text {
    color: #1b1b1b;
    padding: 0;
    background-color: unset;
    border-radius: unset;
  }
  .breadcrumbs__item .link {
    padding: 0;
    background-color: unset;
    border-radius: unset;
  }
}
.breadcrumbs-add {
  margin-left: auto;
  padding-left: 12px;
}

.footer {
  background-color: var(--footer-background-color);
  font-size: 12px;
}

.footer_blocks {
  background-color: var(--background-color);
  padding-bottom: 24px;
}

.footer__content {
  padding: 48px 0 24px;
}

.footer__content_blocks {
  padding-left: 40px;
  padding-right: 32px;
  border-radius: 20px;
  background-color: var(--footer-background-color);
}

.footer__copyright {
  padding: 40px 0;
  position: relative;
}

.footer__switch-mobile {
  padding: 10px 0;
  text-align: center;
}

.footer_size_s .footer__content {
  padding: 32px 24px 24px;
}
.footer_size_s .footer__copyright {
  padding: 24px 0 0;
  border-top: 0;
}
.footer_size_s .footer__copyright::before {
  content: none;
}

.footer__contacts-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .footer {
    font-size: 12px;
  }
  .r-footer__row {
    display: flex;
    gap: 32px;
    justify-content: space-between;
  }
  .r-footer__columns {
    display: flex;
    gap: 12px;
    flex-flow: column;
  }
  .footer__content {
    padding-top: 32px;
  }
  .footer__content_blocks {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .r-footer__row {
    flex-flow: column;
    gap: 16px;
  }
  .footer__content {
    padding-top: 24px;
  }
  .footer__content_blocks {
    margin: 0 -15px;
    padding: 24px;
    border-radius: 10px 10px 0 0;
  }
  .footer_blocks {
    padding: 0;
  }
}
.footer-content {
  display: flex;
  flex-flow: column;
  gap: 56px;
}

.footer-content__blocks {
  display: flex;
  gap: 32px;
}
.footer-content__blocks > .footer-columns {
  flex-flow: column;
}
@media (min-width: 1200px) {
  .footer-content__blocks > .footer-columns {
    flex-flow: row;
  }
}

.footer-content__contacts-container {
  font-size: 14px;
}

@media (max-width: 1023px) {
  .footer-content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    gap: 24px;
  }
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.footer-copyright__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-copyright__payments-dev {
  display: flex;
  align-items: center;
  gap: 48px;
}

.footer-copyright__currency-container {
  display: flex;
}

.footer-copyright__payments-currency-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-columns:not(.r-footer__columns) {
  display: flex;
  width: 100%;
  gap: 40px 20px;
  justify-content: space-between;
}
.footer-columns:not(.r-footer__columns) .footer-columns__column {
  width: 33%;
  flex-grow: 1;
  margin-right: 0;
}

.footer-content__columns-container {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .footer-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.2;
  }
  .footer-block__header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }
  .footer-block_size_l {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .r-footer__block_cols .r-footer__block-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .r-footer__block-header {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .r-footer__address {
    font-size: 13px;
    line-height: 16px;
  }
  .r-footer__address a,
  .r-footer__address .link-box__link {
    color: #fff;
  }
  .r-footer__address-item {
    margin-bottom: 15px;
  }
  .r-footer__address-item:last-child {
    margin-bottom: 0;
  }
}
.footer {
  color: var(--footer-text-color);
}
.footer .link-box_style_alt .link-box__link,
.footer .link_style_alt {
  color: var(--footer-text-color);
}
.footer .link-box_style_alt .link-box__link:hover,
.footer .link_style_alt:hover {
  opacity: 0.5;
}
.footer .content-decorator a,
.footer .link,
.footer .link-decorator a {
  color: var(--footer-text-color);
}
.footer .content-decorator a:hover,
.footer .link:hover,
.footer .link-decorator a:hover {
  opacity: 0.5;
}
.footer .footer-phone__hint {
  color: var(--footer-text-color);
  opacity: 0.3;
}
.footer .link-box_style_hover .link-box__link {
  color: var(--footer-text-color);
}
.footer .link-box_style_hover:hover .link-box__link {
  opacity: 0.5;
}
.footer .r-footer__phone-link {
  color: var(--footer-text-color);
}
.footer .r-footer__address .link-box__link,
.footer .r-footer__address a {
  color: var(--footer-text-color);
}
.footer .r-footer__address .link-box__link:hover,
.footer .r-footer__address a:hover {
  opacity: 0.5;
}

.footer_dark .r-footer__phone-link,
.footer_dark .r-footer__map-link {
  border-color: #bdbdbd;
}
.footer_dark .r-footer__phone-hint {
  color: #bdbdbd;
}
.footer_dark .button_style_inverse {
  color: #bdbdbd;
  border-color: #bdbdbd;
}

.footer-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-rows_size-s {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}

.footer-phone__phone {
  font-size: 13px;
}

.footer-phone__hint {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 2px;
}

@media (max-width: 1023px) {
  .r-footer__phone {
    margin-bottom: 15px;
  }
  .r-footer__phone:last-child {
    margin-bottom: 0;
  }
  .r-footer__phone-link {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: var(--inputs-buttons-border-radius);
    padding: 10px;
    text-align: center;
  }
  .r-footer__phone-name {
    display: block;
    font-size: 16px;
    line-height: 19px;
  }
  .r-footer__phone-hint {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 5px;
  }
}
.r-footer__map-link {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: var(--inputs-buttons-border-radius);
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.r-footer__map-link .link-box__link {
  color: #fff;
}

.footer-main {
  display: flex;
  flex-flow: column;
  gap: 32px;
  width: 33%;
}

.footer-main__text,
.footer-main__socials {
  width: 255px;
}

.footer-main__socials {
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.footer-copyright-row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  line-height: 1;
}

.footer-copyright-row__links,
.footer-copyright-row__payments {
  text-align: center;
}

.footer-copyright-row__payments {
  flex-grow: 1;
}
.footer-copyright-row__payments:last-child {
  padding-right: 0;
  text-align: right;
}

.footer-copyright-row__developers {
  text-align: right;
  margin-left: auto;
}

.footer-copyright-row__payments-currency-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-copyright-row_size-s .footer-copyright-row__payments {
  flex: none;
  margin-left: auto;
}
.footer-copyright-row_size-s .footer-copyright-row__developers {
  margin-left: unset;
}

@media (max-width: 1023px) {
  .r-footer__copyright {
    line-height: 19px;
    font-size: 13px;
  }
}
.footer-developers {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.2;
}

.footer-developers__item-webasyst {
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
}

.footer-developers__webasyst-icon {
  display: flex;
  margin-top: 1px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.2;
}

.footer-links__item + .footer-links__item {
  position: relative;
  padding-left: 1px;
}
.footer-links__item + .footer-links__item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  border-left: 1px solid var(--primary-color);
  opacity: 0.2;
}

@media (max-width: 1023px) {
  .footer-links {
    display: flex;
    margin: 0;
  }
  .footer-links__item {
    margin-left: 0;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  .footer-links__item::after {
    content: "";
    width: 1px;
    height: 16px;
    background: var(--primary-color);
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .footer-links__item:last-child::after {
    display: none;
  }
}
.footer-socials__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.footer-socials__item {
  position: relative;
}
.footer-socials__item .image-box:hover::after {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.footer-socials-marketplaces {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-socials-marketplaces__title {
  font-size: 14px;
}

.footer-socials-marketplaces__list {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-flow: wrap;
}

.footer-socials-marketplaces__item {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.header-aside-catalog {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 24px 24px 0;
  width: 90vw;
  height: 100vh;
  background-color: #fff;
  border-radius: 0 var(--inputs-buttons-border-radius) var(--inputs-buttons-border-radius) 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  transform: translateX(-110%);
  transition: transform 0.3s ease-in-out;
}
.header-aside-catalog .header-middle-bar__logo {
  height: 40px;
}

.header-aside-catalog_open {
  transform: translateX(0);
}
.header-aside-catalog_open ~ .header-aside-catalog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 24px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 90;
  animation: modal-fadein 0.3s ease-in-out;
}

.header-aside-catalog__header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-height: 40px;
  height: 40px;
}

.header-aside-catalog__search {
  width: 50%;
}

.header-aside-catalog__close {
  display: flex;
  height: fit-content;
  cursor: pointer;
}

.header-aside-catalog__content {
  display: flex;
  max-height: calc(100vh - 96px);
}

.header-top-bar {
  background-color: var(--top-header-background-color);
  color: var(--top-header-link-color);
  font-size: 13px;
  line-height: 1.2;
}
.header-top-bar .link_style_alt-gray,
.header-top-bar .link-box_style_alt-gray,
.header-top-bar .pseudo-link-box_style_alt-gray {
  color: var(--top-header-link-color);
  border-color: var(--top-header-link-color);
}
.header-top-bar .link_style_alt-gray .link-box__icon,
.header-top-bar .link_style_alt-gray .link-box__link,
.header-top-bar .link_style_alt-gray .pseudo-link-box__link,
.header-top-bar .link_style_alt-gray .pseudo-link-box__icon,
.header-top-bar .link-box_style_alt-gray .link-box__icon,
.header-top-bar .link-box_style_alt-gray .link-box__link,
.header-top-bar .link-box_style_alt-gray .pseudo-link-box__link,
.header-top-bar .link-box_style_alt-gray .pseudo-link-box__icon,
.header-top-bar .pseudo-link-box_style_alt-gray .link-box__icon,
.header-top-bar .pseudo-link-box_style_alt-gray .link-box__link,
.header-top-bar .pseudo-link-box_style_alt-gray .pseudo-link-box__link,
.header-top-bar .pseudo-link-box_style_alt-gray .pseudo-link-box__icon {
  color: var(--top-header-link-color);
  border-color: var(--top-header-link-color);
}
.header-top-bar .link_style_alt-gray:hover,
.header-top-bar .link-box_style_alt-gray:hover,
.header-top-bar .pseudo-link-box_style_alt-gray:hover {
  color: var(--top-header-link-color-hover);
  border-color: var(--top-header-link-color);
}
.header-top-bar .link_style_alt-gray:hover .link-box__icon,
.header-top-bar .link_style_alt-gray:hover .link-box__link,
.header-top-bar .link_style_alt-gray:hover .pseudo-link-box__link,
.header-top-bar .link_style_alt-gray:hover .pseudo-link-box__icon,
.header-top-bar .link-box_style_alt-gray:hover .link-box__icon,
.header-top-bar .link-box_style_alt-gray:hover .link-box__link,
.header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__link,
.header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__icon,
.header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__icon,
.header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__link,
.header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__link,
.header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__icon {
  color: var(--top-header-link-color-hover);
  border-color: var(--top-header-link-color);
}

.header-top-bar__container {
  display: flex;
  align-items: center;
  height: 40px;
}

.header-top-bar__container-region,
.header-top-bar__container-user,
.header-top-bar__container-contacts,
.header-top-bar__container-address {
  flex: none;
}

.header-top-bar__container-nav {
  flex: auto;
}

.header-top-bar__container-address {
  font-size: 14px;
  line-height: 150%;
  color: #1b1b1b;
  white-space: nowrap;
}

.header-top-bar__container-region {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 255px;
  padding: 0 8px;
  margin-right: 32px;
}

.header-top-bar__container-region-icon {
  color: var(--primary-color);
}

.header-top-bar__container-contacts {
  padding: 0 24px;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  .header-top-bar__container-address {
    display: none;
  }
}
.header-top-bar-links {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 24px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.header-top-bar-links__item {
  white-space: nowrap;
}

.header-top-bar-links__plugin ul,
.header-top-bar-links__plugin-dropdown ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.header-top-bar-links__plugin a,
.header-top-bar-links__plugin-dropdown a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  color: #686868;
}

.header-top-bar-links__plugin-dropdown {
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 14px;
  margin-top: 5px;
  margin-left: -15px;
  text-align: left;
  position: relative;
}

.header-top-bar-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.header-top-bar-contacts .header-top-bar-contacts__dropdown-item + .header-top-bar-contacts__dropdown-item::before {
  margin: 16px 0;
}

.header-top-bar-contacts__item_address {
  color: #1b1b1b;
}

.header-top-bar-contacts__item_email:hover .header-top-bar-contacts__icon {
  color: var(--link-color-hover);
}

.header-top-bar-contacts__item_messengers {
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.header-top-bar-contacts__icon_mail {
  color: var(--link-color);
}

.header-top-bar-contacts__phone,
.header-top-bar-contacts__phone-link {
  font-weight: 500;
  color: #1b1b1b;
}

.header-top-bar-contacts__dropdown {
  box-sizing: border-box;
  width: 270px;
  padding: 24px;
  border: none;
  border-radius: 15px;
}

.header-top-bar-contacts__dropdown-phone {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.header-top-bar-contacts__dropdown-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.header-top-bar-contacts__dropdown-text {
  color: #686868;
  font-size: 13px;
  line-height: 15px;
  margin-top: 4px;
}

.header-top-bar-contacts__dropdown-separator {
  margin: 16px 0;
}

.header-middle-bar {
  font-size: 13px;
  line-height: 1.2;
}

.header-middle-bar__container {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-middle-bar__container_blocks {
  margin-top: 8px;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 20px;
}
.header-middle-bar__container_blocks .header-middle-bar__container-logo,
.header-middle-bar__container_blocks .header-middle-bar__container-main {
  padding-top: 0;
  padding-bottom: 0;
}
.header-middle-bar__container_blocks .header-middle-bar-shop-catalog-button {
  border-radius: var(--inputs-buttons-border-radius);
}

/* stylelint-disable-next-line no-descending-specificity */
.header-middle-bar__container-logo,
.header-middle-bar__container-main {
  flex-shrink: 0;
  padding: 24px 0;
}

/* stylelint-disable-next-line no-descending-specificity */
.header-middle-bar__container-logo {
  max-width: 150px;
}
@media (min-width: 1024px) {
  .header-middle-bar__container-logo {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .header-middle-bar__container-logo {
    max-width: 255px;
    padding-right: 0;
  }
}

.header-middle-bar_compact .header-middle-bar__container-logo {
  max-width: 255px;
}

.header-middle-bar__container-logo_padding-right {
  padding-right: 20px;
}

.header-middle-bar__container-logo-desc {
  display: none;
  margin-left: 24px;
  color: #686868;
  font-size: 12px;
  line-height: 130%;
  margin-right: 16px;
  max-width: 140px;
}
@media screen and (min-width: 1400px) {
  .header-middle-bar__container-logo-desc {
    display: block;
  }
}

/* stylelint-disable-next-line no-descending-specificity */
.header-middle-bar__container-main {
  flex-grow: 1;
}

* + .header-middle-bar__main-container-bottom {
  margin-top: 20px;
}

.header-middle-bar__container-region {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 255px;
  padding: 0 8px;
}

.header-middle-bar__container-region-icon {
  color: var(--primary-color);
}

.header-middle-bar__container_checkout {
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}

.header-middle-bar-contacts {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-middle-bar-contacts__phone-container,
.header-middle-bar-contacts__email-container,
.header-middle-bar-contacts__address-container {
  flex-grow: 1;
}

.header-middle-bar-contacts__phone-link {
  font-weight: 500;
}

.header-middle-bar-contacts__dropdown {
  width: 270px;
  padding: 24px;
  border: none;
  border-radius: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}

.header-middle-bar-contacts__address-container {
  width: 250px;
  text-align: right;
}

.header-middle-bar-contacts__email-container {
  width: 225px;
  text-align: center;
}

.header-middle-bar-contacts_size_s .header-middle-bar-contacts__phone-container,
.header-middle-bar-contacts_size_s .header-middle-bar-contacts__email-container,
.header-middle-bar-contacts_size_s .header-middle-bar-contacts__address-container {
  vertical-align: top;
}

.header-middle-bar-contacts_size_xs .header-middle-bar-contacts__phone-container {
  text-align: right;
}

.header-middle-bar-contacts .header-middle-bar-contacts__dropdown-item + .header-middle-bar-contacts__dropdown-item::before {
  margin: 16px 0;
}

.header-middle-bar-contacts__item_address {
  color: #1b1b1b;
}

.header-middle-bar-contacts__item_email:hover .header-middle-bar-contacts__icon {
  color: var(--link-color-hover);
}

.header-middle-bar-contacts__item_messengers {
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.header-middle-bar-contacts__icon_mail {
  color: var(--link-color);
}

.header-middle-bar-contacts__phone,
.header-middle-bar-contacts__phone-link {
  font-weight: 500;
  color: #1b1b1b;
}

.header-middle-bar-contacts__dropdown-phone {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.header-middle-bar-contacts__dropdown-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.header-middle-bar-contacts__dropdown-text {
  color: #686868;
  font-size: 13px;
  line-height: 15px;
  margin-top: 4px;
}

.header-middle-bar-contacts__dropdown-separator {
  margin: 16px 0;
}

.header-middle-bar-phone {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.header-middle-bar-phone__phone {
  font-size: 18px;
  font-weight: 500;
}

.header-middle-bar-phone__hint {
  min-height: 1.2em;
  margin-top: 8px;
  color: #686868;
}

.header-middle-bar__messengers-container {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1;
}

.header-middle-bar-phone_size_s .header-middle-bar-phone__phone {
  font-size: 13px;
}

.header-middle-bar-address {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-middle-bar-address__hint {
  color: #686868;
}

.header__dropdown-bar_compact .header-dropdown-bar {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.header__dropdown-bar_compact .catalog-dropdown {
  position: relative;
  top: 7px;
}
.header__dropdown-bar_compact .catalog-dropdown_extend::before,
.header__dropdown-bar_compact .catalog-dropdown_flat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.header__dropdown-bar_compact .catalog-dropdown_tree::before {
  background: transparent;
}
.header__dropdown-bar_compact .horizontal-catalog,
.header__dropdown-bar_compact .brands-dropdown {
  position: relative;
}
.header__dropdown-bar_compact .catalog-extend_open,
.header__dropdown-bar_compact .catalog-flat_open {
  display: flex;
  max-height: 80vh;
}
.header__dropdown-bar_compact .catalog-extend_fixed-width {
  width: auto !important;
}
.header__dropdown-bar_compact .catalog-extend__list-container {
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
}
.header__dropdown-bar_compact .catalog-extend__columns-container {
  position: initial;
  flex-grow: 1;
  border-left: none;
  border-bottom-right-radius: 10px;
}
.header__dropdown-bar_compact .catalog-extend_open .catalog-extend__columns-container {
  animation-play-state: initial;
}
.header__dropdown-bar_compact .catalog-dropdown_tree .catalog-list {
  padding-top: 0;
  padding-bottom: 0;
}

.header-middle-bar-shop-catalog-button {
  display: inline-flex;
  height: 40px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.header-middle-bar-shop-catalog-button .icon-box__content {
  line-height: 1;
}

.catalog-dropdown-button.button_active .burger-icon__inner {
  gap: 0;
  top: 6px;
  right: 2px;
}
.catalog-dropdown-button.button_active .burger-icon__element {
  background-color: var(--primary-color);
  width: 18px;
  height: 2px;
  border-radius: 10px;
  opacity: 0;
}
.catalog-dropdown-button.button_active .burger-icon__element:first-child, .catalog-dropdown-button.button_active .burger-icon__element:last-child {
  opacity: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
.catalog-dropdown-button.button_active .burger-icon__element:first-child {
  transform: rotate(45deg);
}
.catalog-dropdown-button.button_active .burger-icon__element:last-child {
  transform: rotate(135deg);
}

.header-bottom-bar {
  background-color: var(--background-color);
  color: var(--primary-color);
  line-height: 1.2;
}
.header-bottom-bar .button,
.header-bottom-bar .icon-box__content,
.header-bottom-bar .input-text {
  line-height: 16px;
}

.header-bottom-bar__container {
  display: flex;
  height: auto;
  padding-bottom: 24px;
}

.header-bottom-bar__container-links {
  display: flex;
  flex: auto;
  width: 0;
  gap: 24px;
  height: 32px;
}

.header-bottom-bar__container-links_reverse {
  flex-flow: row-reverse;
  justify-content: space-between;
}

.header-bottom-bar__container_blocks {
  margin-top: 8px;
  border-radius: 20px;
  padding: 10px 24px;
  background-color: var(--header-bottom-bar-bg-color);
  color: var(--header-bottom-bar-text-color);
}
.header-bottom-bar__container_blocks .header-bottom-bar__container-links {
  height: 28px;
}

.header-bottom-bar_colored {
  background-color: var(--header-bottom-bar-bg-color);
  color: var(--header-bottom-bar-text-color);
}
.header-bottom-bar_colored .header-bottom-bar__container {
  padding: 12px 0;
}
.header-bottom-bar_colored .header-bottom-bar__container-links {
  height: 24px;
}

.header-bottom-bar-links {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-grow: 1;
  padding-right: 1px;
}

.header-bottom-bar-links__item-container {
  flex: none;
  position: relative;
  width: auto;
}

.header-bottom-bar-links__item-container.swiper-slide {
  margin-right: 24px;
}
.header-bottom-bar-links__item-container.swiper-slide:last-child {
  margin: 0;
}

.header-bottom-bar-links__item-container_violet {
  background: linear-gradient(93deg, #ee2a7b -2.44%, #bc0da3 99.46%);
}

.header-bottom-bar-links__item-container_blue {
  background: linear-gradient(93deg, #31bbff 0.46%, #45c4cd 100.46%);
}

.header-bottom-bar-links__item-container_green {
  background: linear-gradient(94deg, #40e787 -3.11%, #0cbe71 97.39%);
}

.header-bottom-bar-links__item-container_white {
  background: #fff;
  color: #1b1b1b !important;
}

.header-bottom-bar-links__item-container_black {
  background: #1b1b1b;
  color: #fff !important;
}

.header-bottom-bar-links__item-container_disabled {
  background: none;
}

.header-bottom-bar-links__item-container_more {
  width: 50px;
  flex: none;
}

.header-bottom-bar-links__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
}

.header-bottom-bar-links__link,
.header-bottom-bar-links__dropdown-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-bottom-bar-links__link {
  color: #1b1b1b;
  flex-grow: 1;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  background-color: transparent;
  transition: color 0.2s ease-in-out;
  border: none;
}
.header-bottom-bar-links__link:hover, .header-bottom-bar-links__link.button_active {
  color: var(--primary-color);
  background-color: transparent;
}
.header-bottom-bar-links__link .icon-box__icon {
  padding-right: 8px;
}
.header-bottom-bar-links__link .icon-box__icon img {
  width: 16px;
}
.header-bottom-bar-links__link .icon-box {
  max-width: 100%;
}
.header-bottom-bar-links__link .icon-box__content {
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-bottom-bar-links__link-image {
  max-height: 32px;
  margin: 0;
}

.header-bottom-bar-links__dropdown-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-bottom-bar-links__dropdown {
  min-width: 225px;
  top: calc(100% + 16px);
}

.header-bottom-bar-links_additional {
  flex-grow: 0;
  gap: 16px;
}
.header-bottom-bar-links_additional .header-bottom-bar-links__link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.header-bottom-bar-links_additional .header-bottom-bar-links__link:hover {
  color: var(--link-color-hover);
}
.header-bottom-bar-links_additional .header-bottom-bar-links__item-container {
  order: 99;
  padding: 4px 10px;
}

.header-bottom-bar-links__swiper {
  position: relative;
  padding: 0 10px;
  margin: 0;
}
.header-bottom-bar-links__swiper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: -30px;
  bottom: -90px;
  right: calc(100% - 10px);
  background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), #fff 10px);
}
.header-bottom-bar-links__swiper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: -90px;
  left: calc(100% - 10px);
  top: -30px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 10px);
}

.header-bottom-bar-links__swiper-button-prev,
.header-bottom-bar-links__swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  color: #686868;
  backdrop-filter: blur(5px);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  border: 1px solid #f2f2f2;
  user-select: none;
}
.header-bottom-bar-links__swiper-button-prev svg,
.header-bottom-bar-links__swiper-button-next svg {
  width: 13px;
  height: 13px;
}
.header-bottom-bar-links__swiper-button-prev::after,
.header-bottom-bar-links__swiper-button-next::after {
  display: none;
}

.header-bottom-bar-links__swiper-button-prev {
  left: 0;
}

.header-bottom-bar-links__swiper-button-next {
  right: 0;
}

.header-bottom-bar-links__swiper_blocks::before {
  background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), var(--header-bottom-bar-bg-color) 10px);
}
.header-bottom-bar-links__swiper_blocks::after {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), var(--header-bottom-bar-bg-color) 10px);
}
.header-bottom-bar-links__swiper_blocks .header-bottom-bar-links__link {
  color: var(--light-color);
}
.header-bottom-bar-links__swiper_blocks .header-bottom-bar-links__link:hover {
  color: var(--light-color-hover);
}
.header-bottom-bar-links__swiper_blocks .header-bottom-bar-links__swiper-button-prev,
.header-bottom-bar-links__swiper_blocks .header-bottom-bar-links__swiper-button-next {
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 0;
}
.header-bottom-bar-links__swiper_blocks .header-bottom-bar-links__swiper-button-prev svg,
.header-bottom-bar-links__swiper_blocks .header-bottom-bar-links__swiper-button-next svg {
  width: 10px;
  height: 10px;
}

.header-bottom-bar-links_blocks {
  /* stylelint-disable-next-line no-descending-specificity */
}
.header-bottom-bar-links_blocks .header-bottom-bar-links__link {
  color: var(--header-bottom-bar-text-color);
  padding: 6px 8px;
  border-radius: 20px;
  transition: background-color 0.2s ease-in-out;
}
.header-bottom-bar-links_blocks .header-bottom-bar-links__link:hover {
  color: var(--header-bottom-bar-text-color);
  background-color: var(--header-bottom-bar-btn-hover-color);
}

.header-bottom-bar-links__item-container_blocks {
  border-radius: 20px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.header-bottom-bar-links__item-container_blocks .header-bottom-bar-links__link {
  color: var(--header-bottom-bar-text-color);
  font-weight: 500;
}
.header-bottom-bar-links__item-container_blocks .header-bottom-bar-links__link:hover {
  color: var(--header-bottom-bar-text-color);
}

.header-bottom-bar-links__item-container_blocks.header-bottom-bar-links__item-container_white .header-bottom-bar-links__link {
  color: #1b1b1b;
}
.header-bottom-bar-links__item-container_blocks.header-bottom-bar-links__item-container_white .header-bottom-bar-links__link:hover {
  color: #1b1b1b;
}

.header-bottom-bar-links__item-container_blocks.header-bottom-bar-links__item-container_black {
  /* stylelint-disable-next-line no-descending-specificity */
}
.header-bottom-bar-links__item-container_blocks.header-bottom-bar-links__item-container_black .header-bottom-bar-links__link {
  color: #fff;
}
.header-bottom-bar-links__item-container_blocks.header-bottom-bar-links__item-container_black .header-bottom-bar-links__link:hover {
  color: #fff;
}

.header-bottom-bar-links__swiper.swiper-initialized .header-bottom-bar-links__swiper-button-prev,
.header-bottom-bar-links__swiper.swiper-initialized .header-bottom-bar-links__swiper-button-next {
  opacity: 1;
}
.header-bottom-bar-links__swiper.swiper-initialized .header-bottom-bar-links__swiper-button-prev.swiper-button-disabled,
.header-bottom-bar-links__swiper.swiper-initialized .header-bottom-bar-links__swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.header-bottom-bar-links-dropdown {
  width: auto;
  background-color: #fff;
  padding: 0 20px;
  line-height: 1.2;
  color: #606060;
  border-radius: 0 0 10px 10px;
}

.header-bottom-bar-links-dropdown__item + .header-bottom-bar-links-dropdown__item {
  border-top: 1px solid #f2f2f2;
}

.header-bottom-bar-links-dropdown__link {
  padding: 17px 0;
  display: block;
}

.header {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.header > * {
  order: 5;
}
.header .header__banner,
.header .header__top-bar,
.header .header__middle-bar {
  order: 1;
  background-color: var(--background-color);
}
.header .header__bottom-bar,
.header .header__dropdown-bar {
  order: 2;
}
.header .header__dropdown-bar_upper {
  order: 1;
}
.header .header__top-bar,
.header .header__bottom-bar,
.header .header__middle-bar {
  background-color: var(--background-color);
}

.header_with-border {
  border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1023px) {
  .r-subdropdown {
    display: none;
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 1;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .r-subdropdown_catalog {
    position: absolute;
  }
  .r-subdropdown_loading::before, .r-subdropdown_loading::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
  }
  .r-subdropdown_loading::before {
    background: rgba(255, 255, 255, 0.8);
  }
  .r-subdropdown_loading::after {
    background: url("../svg/icon.sprite.svg#spinner") center/cover no-repeat;
    width: 60px;
    height: 60px;
    z-index: 2;
    animation: rotate 1s linear infinite;
  }
  .r-subdropdown_open {
    display: block;
  }
  .r-subdropdown__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    height: 60px;
  }
  .r-subdropdown__header-title {
    flex-grow: 1;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: #1b1b1b;
  }
  .r-subdropdown__header-action {
    color: #1b1b1b;
    display: block;
  }
  .r-subdropdown__header-back svg {
    transform: rotate(90deg);
  }
  .r-subdropdown__header-back_hide {
    display: none;
  }
  .r-subdropdown__main {
    overflow-y: auto;
    max-height: 100%;
  }
  .r-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
    z-index: 10;
  }
  .r-header_over {
    z-index: 1001;
  }
  .r-popup-opened .r-header {
    display: none;
  }
  .r-search-form {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 19px;
    padding-right: 15px;
  }
  .r-search-form_open {
    display: flex;
  }
  .r-search-form__input-container {
    display: flex;
    align-items: center;
    flex-grow: 1;
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }
  .r-search-form__input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
  }
  .r-search-form__close svg,
  .r-search-form__button svg {
    display: block;
  }
  .r-search-form__close {
    display: block;
    color: var(--primary-color);
  }
  .r-search-form__button {
    display: block;
    background: none;
    border: none;
    padding: 0;
  }
  .r-header__list {
    display: flex;
    align-items: center;
  }
  .r-header__list-item {
    margin-right: 24px;
  }
  .r-header__list_right .r-header__list-item {
    margin-right: 16px;
  }
  .r-header__list_right .r-header__list-item:last-child {
    margin-right: 0;
  }
  .r-header-menu__tiggle {
    color: var(--primary-color);
    position: relative;
    line-height: 1;
  }
  .r-header-menu__tiggle::after {
    content: "";
    position: absolute;
    inset: -10px -8px;
    margin: auto;
  }
  .r-header-menu__dropdown {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    background: #fff;
    z-index: 2;
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 30px;
    transition: left 0.2s ease-in-out;
  }
  .r-header-menu__dropdown_catalog {
    width: 100%;
  }
  .r-header-menu__dropdown_open {
    left: 0;
  }
  .r-header-menu__dropdown-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .r-header-menu__dropdown-main {
    overflow-y: auto;
    max-height: 100%;
    font-size: 14px;
  }
  .r-header-menu__dropdown-close {
    color: #1b1b1b;
    line-height: 0;
  }
  .r-header-menu__dropdown_catalog .r-header-menu__dropdown-close {
    position: relative;
    z-index: 3;
  }
  .r-header-menu__dropdown_catalog .r-subdropdown__header-close {
    display: none;
  }
  .r-header-menu__dropdown-list_parent {
    display: none;
  }
  .r-subdropdown_category .r-header-menu__dropdown-list_parent {
    display: block;
  }
  .r-header-logo {
    display: block;
  }
  .r-header-logo img {
    max-height: 30px;
  }
  .r-header__list-item-link {
    position: relative;
    color: var(--primary-color);
  }
  .r-header__list-item-link_phone {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    padding: 2px 8px 5px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
  }
  .r-header__list-item-link > img,
  .r-header__list-item-link > svg,
  .r-header-menu__tiggle svg {
    display: block;
  }
  .r-header-menu .list-rows__item-icon {
    color: var(--primary-color);
  }
  .r-header-menu__socials-list {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .r-header {
    height: 48px;
  }
  .r-header-menu__dropdown-header {
    height: 48px;
  }
}
.page_blocks {
  background-color: var(--background-color);
}
.page_blocks .header-top-bar {
  background-color: var(--background-color);
}

.r-footer-contacts {
  font-size: 14px;
}

.r-footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

@media (max-width: 767px) {
  .r-footer-copyright {
    margin-top: 16px;
    flex-flow: row;
    gap: 16px;
  }
}
.r-footer-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.r-footer-messengers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.r-footer-messengers__item {
  font-size: 14px;
  width: 173px;
}
.r-footer-messengers__item .button {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 767px) {
  .r-footer-messengers {
    flex-flow: row;
  }
}
.r-footer-socials {
  flex: 1;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-footer-socials__list {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}

.r-footer-socials-marketplaces {
  flex: 1;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-footer-socials-marketplaces__list {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.r-footer-socials-marketplaces__item {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.r-header-contacts-btn {
  padding: 2px 8px;
}
.r-header-contacts-btn .link-box__icon {
  color: var(--primary-color);
  transition: transform 0.1s ease;
}

.r-header-contacts-btn_active .link-box__icon {
  transform: rotate(180deg);
}

.r-header-contacts {
  position: fixed;
  top: 60px;
  left: -100%;
  bottom: 0;
  display: none;
  width: 100vw;
  overflow-y: auto;
  background-color: #fff;
  transition: left 0.2s ease-in-out;
}

.r-header-contacts_open {
  display: block;
  left: 0;
}

.r-header-contacts__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
}

.r-header-contacts__blocks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.r-header-contacts__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #686868;
  text-align: center;
  text-decoration: none;
  min-height: 64px;
  padding: 16px;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
}

.r-header-contacts__name {
  color: #1b1b1b;
}

.r-header-contacts__phone {
  display: block;
}

.r-header-contacts__hint {
  display: block;
}

.r-header-contacts__navigator {
  margin-top: 16px;
}

.r-header-contacts__messengers {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .r-header-contacts {
    top: 48px;
  }
}
.r-header-menu-socials {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #686868;
}

.r-header-menu-socials__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-header-menu-socials__phone-holder {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.r-header-menu-socials__title,
.r-header-menu-socials__phone {
  color: #1b1b1b;
}

.r-header-menu-socials__phone {
  font-weight: 600;
}

.r-header-menu-socials__phone-hint {
  font-size: 12px;
}

.r-header-menu-socials__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-header-menu-socials-footer__list,
.r-header-menu-socials-footer-marketplaces__list {
  display: flex;
  gap: 8px 16px;
  flex-flow: wrap;
}

.r-header-menu-socials-footer__item,
.r-header-menu-socials-footer-marketplaces__item {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.r-header-menu-socials-footer-marketplaces__title {
  display: none;
}

.up-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding: 17px;
  line-height: 0;
  background-color: var(--primary-color);
  border-radius: 25px;
  z-index: 5;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.up-button:hover {
  opacity: 1;
}
@media print {
  .up-button {
    display: none !important;
  }
}

.up-button_show {
  pointer-events: inherit;
  opacity: 0.5;
}

.info-panel {
  padding: 8px 0;
  background-color: #fff;
}

.info-panel__container {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  min-height: 30px;
}

.info-panel__content-container {
  flex-grow: 1;
}

.info-panel__close-button-container {
  white-space: nowrap;
  line-height: 0;
  padding-left: 20px;
}

.info-panel__close-button {
  display: inline-block;
  vertical-align: top;
  color: #bdbdbd;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.info-panel__close-button:hover {
  color: #686868;
}

.info-panel_dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  backdrop-filter: blur(3px);
}

.info-panel_align_center .info-panel__content-container {
  text-align: center;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .info-panel_align_center .info-panel__content-container {
    padding-left: 22px;
  }
  .info-panel_align_center .info-panel__close-button-container {
    padding-left: 10px;
  }
}

.info-panel-item {
  position: relative;
  width: 355px;
  padding: 16px;
  margin-right: 16px;
  background-color: #fff;
  border-radius: 20px;
  transform: translateX(100%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out;
}

.info-panel-item__container {
  display: flex;
  width: 100%;
}

.info-panel-item_open {
  transform: translateX(0);
}

.info-panel-item__content-container {
  flex-grow: 1;
}

.info-panel-item__close-button-container {
  position: absolute;
  top: 12px;
  right: 12px;
}

.info-panel-item__close-button {
  display: inline-block;
  vertical-align: top;
  color: #bdbdbd;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.info-panel-item__close-button:hover {
  color: #686868;
}

.info-panel-item_dark {
  background-color: #1b1b1b;
  color: #fff;
}

.info-panel-item_error {
  background-color: #f39c12;
  color: #fff;
}
.info-panel-item_error .info-panel-item__close-button {
  color: #fff;
}

.info-panel-item_align_center .info-panel-item__content-container {
  text-align: center;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .info-panel-item_align_center .info-panel-item__content-container {
    padding-left: 22px;
  }
  .info-panel-item_align_center .info-panel-item__close-button-container {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .info-panel-item {
    width: 80vw;
    max-width: 355px;
  }
}
.info-panel-content {
  display: flex;
  width: 100%;
}

.info-panel-content__image-container {
  width: 72px;
  flex-shrink: 0;
  padding-right: 8px;
}

.info-panel-content__image-box {
  width: 64px;
  height: 64px;
}

.info-panel-content__header {
  font-size: 14px;
  font-weight: 600;
}

.info-panel-content__sub-header {
  font-size: 11px;
  color: #686868;
  margin-top: 4px;
}

.info-panel-container {
  display: flex;
  flex-flow: column-reverse;
  gap: 8px;
  position: fixed;
  top: 128px;
  right: 0;
  z-index: 1001;
}

.info-panel-container_cookie {
  left: 0;
  bottom: 0;
  top: unset;
}

@media (max-width: 1023px) {
  .info-panel-container {
    top: 80px;
  }
}
.cookie-panel__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.cookie-panel__content-container,
.cookie-panel__button-container {
  margin-left: 15px;
  margin-right: 15px;
}
.cookie-panel__content-container a,
.cookie-panel__button-container a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  color: #fff;
  text-decoration: underline;
}

.banner-panel__container {
  display: inline-flex;
  align-items: center;
}

.banner-panel__button-container,
.banner-panel__close-container {
  white-space: nowrap;
}

.banner-panel__content-container {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .banner-panel__container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }
}
.page_blocks .banner-panel {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.responsive-social-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

@media (min-width: 1024px) {
  .responsive-social-button {
    display: none;
  }
}
.header-floating {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.5px);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  transform: translateY(-100%);
  z-index: 1;
}
@media (min-width: 1024px) {
  .header-floating {
    display: block;
  }
}

.header-floating__inner {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-floating__shop {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-right: 32px;
}

.header-floating__catalog {
  margin-right: 20px;
}

.header-floating__shop-links {
  margin-left: auto;
}

.header-floating__logo {
  height: 40px;
  display: flex;
  align-items: center;
}
.header-floating__logo img {
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .header-floating__logo {
    padding-right: 20px;
  }
}

.header-floating__dropdown-btn {
  display: flex;
  line-height: 1;
  height: 40px;
  align-items: center;
}

.header-floating__dropdown-btn_open {
  background-color: #fff !important;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.header-floating__search {
  flex-grow: 1;
}

.header-floating__dropdown .catalog-dropdown::after {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  height: 1px;
  background-color: #f2f2f2;
}

.header-floating_visible {
  transform: translateY(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.header-floating__logo_padding-right {
  padding-right: 20px;
}

.header-floating__logo-desc {
  display: none;
  margin-left: 20px;
  color: #686868;
  font-size: 10px;
  padding-right: 16px;
  max-width: 135px;
}
@media (min-width: 1200px) {
  .header-floating__logo-desc {
    display: block;
  }
}

.header-floating_blocks {
  background-color: transparent;
  backdrop-filter: none;
}
.header-floating_blocks .header-floating__inner {
  padding: 16px 24px;
  border-radius: 20px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.header-floating_blocks.header-floating_visible {
  top: 12px;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .header-floating {
    display: block;
  }
  .catalog-extend__columns-container {
    overflow-y: auto;
  }
}
.page_bar .index__wrapper,
.page_bar .r-header-menu__dropdown,
.page_bar .r-subdropdown,
.page_bar .r-header-contacts,
.page_bar .info-panel-container:not(.info-panel-container_top) {
  padding-bottom: calc(60px + constant(safe-area-inset-bottom));
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
@media (max-width: 1023px) {
  .page_bar .content-columns__sidebar .sidebar-filters {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
  .page_bar .content-columns__sidebar .sidebar-filters .filters__footer {
    bottom: calc(60px + env(safe-area-inset-bottom));
  }
}

.fixed-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.fixed-bar__inner {
  display: flex;
  flex-direction: column-reverse;
}

.fixed-bar__menu {
  display: flex;
  box-sizing: content-box;
  height: 45px;
  padding: 10px 0 5px;
  padding-bottom: calc(5px + constant(safe-area-inset-bottom));
  padding-bottom: calc(5px + env(safe-area-inset-bottom));
  background-color: #fff;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
}

.fixed-bar__menu_hidden {
  display: none;
}

.fixed-bar__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  color: #bdbdbd;
  text-decoration: none;
  flex-grow: 1;
  width: 20%;
  height: 100%;
  padding: 0 5px;
}

.fixed-bar__item_active {
  color: var(--general-color);
  text-decoration: none;
}
.fixed-bar__item_active .fixed-bar__icon {
  color: var(--primary-color);
}

/* stylelint-disable-next-line no-descending-specificity */
.fixed-bar__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
}
.fixed-bar__icon svg {
  width: auto;
  height: 100%;
}

.fixed-bar__icon_home {
  height: 28px;
}

.fixed-bar__icon_cart,
.fixed-bar__icon_favorite {
  position: relative;
}

.fixed-bar__item-name {
  margin-top: auto;
}

.fixed-bar__counter {
  position: absolute;
  top: -5px;
  right: auto;
  left: calc(50% + 14px);
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  height: 16px;
  min-width: 16px;
}

.hide-links-menu {
  position: relative;
  z-index: 0;
}

.hide-links-menu__more-container_hide {
  display: none;
}

.swiper-css-mode > .swiper-wrapper.swiper-wrapper_overflow-fixed {
  margin: -22px -22px -22px 0;
  padding: 22px 22px 22px 0;
}

.login-modal {
  width: 320px;
  margin: 0 auto;
}
.login-modal .login-modal__nav-buttons {
  display: flex;
  margin: 30px -40px -30px;
  max-width: none;
  width: auto;
}
.login-modal .login-modal__nav-buttons > * {
  margin-right: 0;
}

.login-modal_general .wa-field-remember-me {
  margin-top: 0;
}

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

.login-modal__nav-button {
  width: 1px;
  flex: auto;
  font-weight: normal;
  border-radius: 0;
  border-left: 1px solid var(--light-color-hover);
  padding: 11px 14px;
}

.login-modal__nav-button_fake {
  padding: 0;
}
.login-modal__nav-button_fake .button {
  width: 100%;
  padding: 11px 14px;
}

.login-modal__nav-button:first-child,
.login-modal__nav-button.wa-request-onetime-password-button-wrapper {
  border-left: 0;
  border-radius: 0 0 0 5px;
}

.login-modal__nav-button:last-child {
  border-radius: 0 0 5px;
}

.login-modal__submit-line {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.login-modal__submit-line-button {
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .login-modal {
    width: 100%;
    margin: 0;
  }
  .login-modal__nav-buttons {
    width: calc(100% + 40px);
    margin: 30px -20px -20px;
  }
}
.signup-modal {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.signup-modal .auth-adapters {
  justify-content: center;
  margin-bottom: 16px;
}
.signup-modal .wa-buttons-wrapper {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.signup-modal .wa-buttons-wrapper input {
  width: 100%;
}
.signup-modal .form-field__value {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.signup-modal .input-text.wa-error {
  border-color: #ff3131;
}
.signup-modal .wa-error-msg {
  color: #ff3131;
  font-size: 12px;
}
.signup-modal .wa-loading {
  display: none !important;
}

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

.signup-modal__auth-adapters {
  text-align: center;
}

.signup-modal__login-button {
  margin-right: 20px;
}

@media (max-width: 1023px) {
  .signup-modal {
    width: 100%;
    margin: 0;
  }
  .signup-modal .wa-buttons-wrapper {
    display: flex;
    align-items: center;
  }
}
.forgotpassword-modal {
  width: 320px;
  margin: 0 auto;
}
.forgotpassword-modal .title_modal {
  margin-bottom: 16px;
}
.forgotpassword-modal .form {
  gap: 12px;
}
.forgotpassword-modal .wa-submit {
  width: 100%;
}
.forgotpassword-modal .wa-login-url {
  margin-top: 16px;
}
.forgotpassword-modal .wa-error-msg {
  color: #ff3131;
  font-size: 12px;
}
.forgotpassword-modal .input-text.wa-error {
  border-color: #ff3131;
}

@media (max-width: 1023px) {
  .forgotpassword-modal {
    width: 100%;
    margin: 0;
  }
}
.social-block__tabs {
  display: flex;
  width: 100%;
}

.social-block__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-align: center;
  background: #f2f2f2;
  height: 39px;
  color: #c4c4c4;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
  line-height: 0;
}
.social-block__tab:hover {
  background-color: #e1e1e1;
}

.social-block__tab_active {
  color: #fff;
  pointer-events: none;
}
.social-block__tab_active.social-block__tab_vk {
  background: #4d76a1;
}
.social-block__tab_active.social-block__tab_facebook {
  background: #3b5998;
}
.social-block__tab_active.social-block__tab_twitter {
  background: #1da1f2;
}
.social-block__tab_active.social-block__tab_odnoklassniki {
  background: #ee8208;
}
.social-block__tab_active.social-block__tab_instagram {
  background: #c1558b;
}

.social-block__contents {
  border: 1px solid #f2f2f2;
  border-radius: 0 0 3px 3px;
  position: relative;
}

.social-block__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.social-block__content * {
  width: 100% !important;
  vertical-align: top;
}

.social-block__content_active {
  position: static;
  pointer-events: inherit;
  width: auto;
  opacity: 1;
}

pre[rel=waException] {
  background-color: #eee;
  color: #000;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.brands-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  transform: translateZ(0);
  animation: novashop-fadeout-up 0.2s ease-in-out;
  animation-play-state: paused;
}

.brands-dropdown_open {
  display: block;
  animation: novashop-fadein-up 0.2s ease-in-out;
  animation-play-state: paused;
}
.brands-dropdown_open .brands-catalog {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.brands-dropdown_animated {
  display: block;
  animation-play-state: running;
}

.brands-catalog {
  padding: 32px 40px;
  background-color: #fff;
  position: relative;
  top: -16px;
  border-radius: 20px;
}

.brands-catalog_blocks {
  top: 7px;
}

.brands-catalog__header-container {
  display: flex;
  align-items: center;
}

.brands-catalog__header-text-container,
.brands-catalog__link-container {
  margin-left: 30px;
  white-space: nowrap;
}
.brands-catalog__header-text-container:first-child,
.brands-catalog__link-container:first-child {
  width: 100%;
  margin-left: 0;
  white-space: normal;
}

.brands-catalog__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
  gap: 16px;
  max-height: 60vh;
  overflow: auto;
}

.brands-catalog__columns {
  display: flex;
  width: 100%;
}

.brands-catalog__column {
  flex-grow: 1;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.brands-catalog__brands {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.brands-catalog__brand {
  position: relative;
  color: #606060;
  line-height: 1.2;
}

.brands-catalog__letter {
  position: absolute;
  left: 0;
  margin-left: -20px;
  color: var(--primary-color);
  font-weight: bold;
}

.brands-catalog__thumbs-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.brands-catalog__brand-image {
  width: 100%;
  height: 106px;
  padding: 12px;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
}
.brands-catalog__brand-image .brand-thumb__image-box {
  max-height: 80px;
}

.brands-catalog__thumbs-item-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  text-transform: capitalize;
}

.brand-alphabet {
  position: relative;
  width: 100%;
  padding: 0 6px;
  background: var(--top-header-background-color);
  z-index: 1;
}

.brand-alphabet_opened {
  z-index: 3;
}

.brand-alphabet-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.brand-alphabet-list_letters {
  flex-wrap: wrap;
}

.brand-alphabet-list__item {
  padding: 0 4px;
}

.brand-alphabet-list__item_letter {
  padding: 5px 4px;
}

.brand-alphabet-list__item_show-all {
  border-left: 1px solid #b7b7b7;
}

.brand-alphabet-list__brands {
  position: absolute;
  top: calc(100% - 5px);
  right: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  padding-top: 5px;
  width: 100%;
}

.brand-alphabet-list__item_active .brand-alphabet-list__brands {
  display: block;
}

.brand-alphabet-brands {
  display: flex;
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid var(--light-color);
}

.brand-alphabet-brands__title {
  align-self: flex-start;
  font-size: 4em;
  line-height: 1;
  padding: 20px;
}

.brand-alphabet-brands__list {
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.brand-alphabet-brands__list_columns {
  column-count: 4;
}

.brand-alphabet-brands__item {
  display: block;
  padding: 3px 0;
}

@media (max-width: 1023px) {
  .brand-alphabet {
    width: auto;
    margin: 0 -15px 10px;
  }
}
@media (max-width: 767px) {
  .brand-alphabet-brands__list_columns {
    column-count: 3;
  }
}
@media (max-width: 450px) {
  .brand-alphabet-brands__list_columns {
    column-count: 2;
  }
}
div.tippy-box {
  border-radius: 10px;
  font-size: 13px;
  padding: 12px;
  line-height: 1.5;
  cursor: default;
}

div.tippy-content {
  padding: 0;
}

div.tippy-box[data-theme~=light-border] {
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

div.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow::before {
  border-width: 7px 7px 0;
}
div.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow::after {
  border-width: 6px 6px 0;
}

div.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow::before {
  border-width: 0 7px 7px;
}
div.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow::after {
  border-width: 0 6px 6px;
}