@charset "UTF-8";
/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
@keyframes megashop-fade-down {
  from {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes megashop-fade-up {
  from {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes megashop-fadein-up {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes megashop-fadeout-up {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes megashop-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes megashop-appear {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.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%;
}

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

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: #cfcfcf;
  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;
  }
}
/* 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;
}
.button:hover, .button.button_active {
  background-color: var(--button-color-hover);
}
.button:disabled, .button.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}

.button_style_gray {
  color: #686868;
  background-color: #f2f2f2;
}
.button_style_gray .button__icon {
  color: #bdbdbd;
  transition: color 0.2s ease-in-out;
}
.button_style_gray:hover {
  background-color: #eaeaea;
}
.button_style_gray:hover .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;
}
.button_style_inverse:hover {
  color: var(--button-color-dark);
  background-color: transparent;
}
.button_style_inverse:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.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);
}
.button_style_light:hover {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.button_style_light:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.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;
}
.button_style_transparent:hover {
  color: var(--button-color-dark);
  background-color: transparent;
}
.button_style_transparent:disabled {
  color: #cfcfcf;
  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;
}
.button_style_transparent_gray:hover, .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);
}
.button_style_alt:hover {
  background-color: var(--button-color-alt-hover);
}
.button_style_alt:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.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: 150px;
}
.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;
}
.button_clean:hover {
  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_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: #cfcfcf;
}
.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-alhpa-5);
}
.pseudo-link:hover {
  color: var(--link-color-hover);
  border-bottom-color: var(--link-color-hover-alhpa-5);
}

.pseudo-link_style_gray {
  color: #686868;
  border-bottom-color: rgba(207, 207, 207, 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: rgba(207, 207, 207, 0.5);
}
.pseudo-link_style_alt-gray:hover {
  color: #1b1b1b;
  border-bottom-color: rgba(27, 27, 27, 0.5);
}

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

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

.pseudo-link-box_style_gray .pseudo-link-box__icon {
  color: #cfcfcf;
}
.pseudo-link-box_style_gray .pseudo-link-box__link {
  color: #686868;
  border-bottom-color: rgba(207, 207, 207, 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: rgba(207, 207, 207, 0.5);
}

.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: rgba(27, 27, 27, 0.5);
}

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

.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;
  }
}
.input-text {
  width: 350px;
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  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: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.input-text:focus {
  border-color: #cfcfcf;
}
.input-text::placeholder {
  color: #888;
}
@media (max-width: 1023px) {
  .input-text {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.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 {
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

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

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

/* stylelint-disable-next-line no-descending-specificity */
.checkbox__mark {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  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: #cfcfcf;
}

.checkbox_color .checkbox {
  /* stylelint-disable-next-line no-descending-specificity */
}
.checkbox_color .checkbox .checkbox__control:focus ~ .checkbox__mark {
  border-color: rgba(0, 0, 0, 0.2);
}
.checkbox_color .checkbox .checkbox__mark {
  width: 31px;
  height: 31px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #fff;
  /* stylelint-disable-next-line no-descending-specificity */
}
.checkbox_color .checkbox .checkbox__mark::before {
  width: 12px;
  height: 10px;
  line-height: 0;
  background: url("../svg/icon.sprite.svg#color-checkbox-arrow") center/cover no-repeat;
  width: 12px;
  height: 9px;
}
.checkbox_color .checkbox .checkbox__mark:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 14px;
}
.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;
}

.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: #cfcfcf;
}
.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: #cfcfcf;
}

@keyframes megashop-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: megashop-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__arrow-icon {
  vertical-align: top;
  transition: transform 0.2s ease-in-out;
}

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

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

.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;
  left: 0;
  top: 100%;
  border-radius: 10px;
  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: megashop-fadein-up 0.2s ease-in-out;
}

.select__dropdown_close-animation {
  animation: megashop-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: #cfcfcf;
}

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

/* stylelint-disable-next-line block-no-empty */
/* stylelint-disable-next-line block-no-empty */
.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: 375px) {
  .sorting-select__hidden {
    display: none;
  }
}
.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;
  }
}
.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: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.textarea:focus {
  border-color: #cfcfcf;
}

.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: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.html .body .index .index__content .content .textarea.textarea_ignore-wa:focus {
  border-color: #cfcfcf;
}
.html .body .index .index__content .content .textarea.textarea_ignore-wa.textarea_fill {
  width: 100%;
}

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

.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;
  }
}
.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: 22px;
  height: 21px;
  width: 21px;
}

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

.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: 22px;
  height: 21px;
  width: 21px;
}
.rating-select_hover .rating-select__star_hover::before {
  background: url("../svg/icon.sprite.svg#star-full-size-l") center/cover no-repeat;
  width: 22px;
  height: 21px;
  width: 21px;
}
.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);
  }
}
.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: #cfcfcf;
  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);
}

.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 .description-wrapper {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.1538em;
  min-height: 55px;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper .visible {
  padding: 5px;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper.is-extended .visible {
  display: none;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper:not(.is-extended) .hidden {
  display: none;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper .textarea {
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 4px 6px;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  height: 55px;
  resize: none;
  box-sizing: border-box;
  min-width: auto;
  min-height: auto;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper .textarea:focus {
  border-color: var(--primary-color-hover);
}

.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: #cfcfcf;
  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: #f00;
}

.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%;
  }
}
/* stylelint-disable-next-line block-no-empty */
.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;
}

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

.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: 10px;
}
.icon-box_size_l * + .icon-box__icon {
  padding-left: 10px;
  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: 20px;
}
.icon-box_size_xl * + .icon-box__icon {
  padding-left: 20px;
  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: 26px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .title_h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.title_h2 {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .title_h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.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: megashop-fadein-up 0.2s ease-in-out;
}

.dropdown__dropdown_close-animation {
  animation: megashop-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: 2px;
  font-size: 17px;
  line-height: 1;
}

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

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

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

.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_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: 26px;
  font-weight: 700;
  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: 26px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .content-decorator h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.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;
}
.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 .sidebar-block__header {
  border-radius: var(--inputs-buttons-border-radius) var(--inputs-buttons-border-radius) 0 0;
}
.sidebar-block.sidebar-pages > .sidebar-block__content {
  border: 0;
}

.pages-tree {
  background: #fff;
  margin-top: -1px;
}

.pages-tree__item > .pages-tree__item-link {
  display: block;
  position: relative;
  padding: 16px 35px 16px 20px;
  border-right: 1px solid var(--light-color);
  border-left: 1px solid var(--light-color);
  border-bottom: 1px solid var(--light-color);
}
.pages-tree__item.pages-tree__item_has-children > .pages-tree__item-link::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: currentcolor;
  border-bottom: 0;
  height: 0;
  top: 25px;
  right: 20px;
  margin: auto;
}
.pages-tree__item.pages-tree__item_has-children.pages-tree__item_selected > .pages-tree__item-link::after {
  border: 5px solid transparent;
  border-bottom-color: currentcolor;
  border-top: 0;
}

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

.pages-tree__item-children {
  border-bottom: 1px solid var(--light-color);
  padding: 7.5px 0;
}
.pages-tree__item-children .pages-tree__item {
  border: 0;
  width: 255px;
}
.pages-tree__item-children .pages-tree__item-link {
  border: 0;
  color: #686868;
  padding: 7.5px 20px;
}
.pages-tree__item-children .pages-tree__item-link:hover {
  color: #1b1b1b;
}

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

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

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

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

.pages-tree__item_selected > .pages-tree__item-link { /* stylelint-disable-line no-descending-specificity */
  padding-left: 17px;
  border-left: 2px solid var(--dark-color);
}

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

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

.pagination-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  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);
  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 {
  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 {
  padding-right: 10px;
}

.pagination-item_next {
  padding-left: 10px;
}

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

.color__icon {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.color_size_s .color__icon {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.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;
  }
  .filter__header {
    padding: 20px 0;
  }
  .filter__content {
    padding: 0 0 20px;
  }
  .filter__values_horizontal .filter__value {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .filter__values_horizontal.filter__values::after {
    margin-top: -12px;
  }
}
/* stylelint-disable-next-line block-no-empty */
/* stylelint-disable-next-line block-no-empty */
/* stylelint-disable-next-line block-no-empty */
.accordion-block__content {
  display: none;
}

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

.accordion-block_in-process-close .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;
}

.svg-icon_block {
  display: block;
}

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

/* stylelint-disable-next-line block-no-empty */
.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;
}

/* stylelint-disable-next-line block-no-empty */
.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;
}

/* stylelint-disable-next-line block-no-empty */
.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: 100vh;
  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: 30px;
}
@media (max-width: 1023px) {
  .modal__title {
    font-size: 18px;
  }
}

.modal__header {
  margin-bottom: 30px;
}

.modal__content {
  overflow: hidden auto;
}

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

.modal__content_no-hidden {
  overflow: visible;
}

@media (max-width: 1023px) {
  .modal-wrapper {
    padding: 0;
  }
  .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;
  }
}
.popup-gallery {
  position: relative;
  max-width: 100%;
  width: 1300px;
}

.popup-gallery__images-container {
  position: relative;
}

.popup-gallery__images {
  position: relative;
  overflow: hidden;
}

.popup-gallery__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
}

.popup-gallery__thumbs-container {
  width: 230px;
  margin: 20px auto 0;
  position: relative;
}

.popup-gallery__thumbs {
  white-space: nowrap;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.popup-gallery__thumbs_swiper-init {
  margin-left: 0;
  margin-right: 0;
}
.popup-gallery__thumbs_swiper-init .popup-gallery__thumb {
  margin-left: 0;
  margin-right: 0;
}

/* stylelint-disable-next-line no-descending-specificity */
.popup-gallery__thumb {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.popup-gallery__thumb:hover {
  border-color: #686868;
}
.popup-gallery__thumb.swiper-slide-thumb-active {
  border-color: var(--primary-color);
}

.popup-gallery__thumb_video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.popup-gallery__thumb_video::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
  background: url("../svg/icon.sprite.svg#play") center/cover no-repeat;
  width: 30px;
  height: 30px;
  fill: #fff;
}

.popup-gallery__video-thumb {
  max-width: 36px;
  max-height: 36px;
}

.popup-gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  outline: none;
  z-index: 1;
}
.popup-gallery__arrow:hover .popup-gallery__arrow-icon {
  fill: rgba(51, 51, 51, 0.4);
}

.popup-gallery__arrow_prev {
  left: 0;
  margin-left: -10px;
}

.popup-gallery__arrow_next {
  right: 0;
  margin-right: -10px;
}

.popup-gallery__arrow_disabled {
  opacity: 0;
  pointer-events: none;
}

/* stylelint-disable-next-line no-descending-specificity */
.popup-gallery__arrow-icon {
  width: 16px;
  height: 26px;
  fill: rgba(51, 51, 51, 0.2);
  transition: fill 0.2s ease-in-out;
  position: absolute;
  inset: 0;
  margin: auto;
}

.popup-gallery__thumb-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.popup-gallery__thumb-arrow:hover .popup-gallery__thumb-arrow-icon {
  fill: #686868;
}

.popup-gallery__thumb-arrow_prev {
  right: 100%;
  margin-right: 5px;
}

.popup-gallery__thumb-arrow_next {
  left: 100%;
  margin-left: 5px;
}

.popup-gallery__thumb-arrow_disabled {
  opacity: 0;
  pointer-events: none;
}

/* stylelint-disable-next-line no-descending-specificity */
.popup-gallery__thumb-arrow-icon {
  width: 7px;
  height: 12px;
  fill: #bdbdbd;
  transition: fill 0.2s ease-in-out;
  position: absolute;
  inset: 0;
  margin: auto;
}

.popup-gallery .popup-gallery__pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 767px) {
  .popup-gallery-modal {
    padding: 40px 20px;
  }
  .popup-gallery__image {
    height: auto;
  }
}
.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: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 16px;
}

.auth-adapter {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  width: 24px;
  height: 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;
  width: 100%;
  margin-bottom: 30px;
}

.tabs__tab {
  flex-grow: 1;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #eee;
  color: #686868;
  font-weight: 500;
  font-size: 16px;
  transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  cursor: pointer;
}
.tabs__tab:hover {
  background: #f2f2f2;
}

.tabs__tab_selected {
  color: #1b1b1b;
  background: #fff;
}
.tabs__tab_selected:hover {
  color: #1b1b1b;
  background: #fff;
}

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

.tabs_links .tabs__tab {
  padding: 0;
}

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

/* stylelint-disable-next-line block-no-empty */
.content-tabs__content {
  display: none;
}

.content-tabs__content_selected {
  display: block;
}

/* stylelint-disable-next-line block-no-empty */
.my-page__header {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1023px) {
  .my-page__tabs {
    margin-bottom: 30px;
  }
  .my-page .list-rows {
    margin-bottom: 24px;
  }
  .my-page .list-rows__item_selected {
    font-weight: 400 !important;
    color: #686868;
  }
  .my-page .block .title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 15px;
  }
}
.my-nav a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 14px;
}

.my-profile .wa-field-photo .wa-name {
  display: none;
}

.my-profile__edit-button-box {
  margin-top: 40px;
}

.my-profile__control-buttons-box {
  margin-top: 40px;
}

.my-profile__form {
  display: none;
}

.my-profile__success-message {
  display: none;
  color: #27ae60;
  margin-bottom: 30px;
}

/* stylelint-disable-next-line block-no-empty */
.my-profile__field_photo .field__label {
  vertical-align: middle;
}
.my-profile__field_photo img {
  vertical-align: top;
  width: 50px;
  border-radius: 25px;
}

.my-profile__password-field {
  display: none;
}

.my-profile__photo-field p {
  margin: 0;
}

.my-profile__auth-adapters {
  margin-top: 60px;
  max-width: 400px;
}

.my-profile__linked-auth-adapters {
  margin-bottom: 20px;
}

.my-profile__other-auth-adapters {
  margin-top: 20px;
}

.my-profile_success .my-profile__success-message {
  display: block;
}

.my-profile_edit .my-profile__form {
  display: block;
}
.my-profile_edit .my-profile__info,
.my-profile_edit .my-profile__edit-button-box {
  display: none;
}

.my-profile_change-password .my-profile__change-password-box {
  display: none;
}
.my-profile_change-password .my-profile__password-field {
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .my-profile__edit-button-box {
    margin-top: 25px;
  }
  .my-profile__edit-button-box .button {
    width: 100%;
  }
  .my-profile__control-buttons-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
  }
  .my-profile__control-buttons-box > * {
    flex-basis: 50%;
    flex-grow: 1;
    margin-left: 7px;
    margin-right: 7px;
    min-width: inherit;
  }
  .my-profile__control-buttons-box > *:first-child {
    margin-left: 0;
  }
  .my-profile__control-buttons-box > *:last-child {
    margin-right: 0;
  }
  .my-profile__cancel-button {
    border: 1px solid var(--primary-color);
  }
  .my-profile__field_photo img {
    width: 40px;
    height: 40px;
  }
  .my-profile__password-field {
    display: none;
  }
}
.my-profile-photo-input {
  display: inline-flex;
  align-items: center;
  table-layout: fixed;
  vertical-align: top;
}

.my-profile-photo-input__photo-box {
  position: relative;
  flex-shrink: 0;
  padding-right: 20px;
}

.my-profile-photo-input__default-photo {
  display: none;
}

.my-profile-photo-input__delete-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.my-profile-photo-input__delete-button:hover {
  opacity: 1;
}

.my-profile-photo-input_empty .my-profile-photo-input__default-photo {
  display: inline-block;
}
.my-profile-photo-input_empty .my-profile-photo-input__user-photo {
  display: none;
}
.my-profile-photo-input_empty .my-profile-photo-input__delete-button {
  display: none;
}

.my-profile-photo-input__delete-icon {
  position: absolute;
  inset: 0;
  margin: auto;
}

/* stylelint-disable-next-line no-descending-specificity */
.my-profile-photo-input__user-photo,
.my-profile-photo-input__default-photo {
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

@media (max-width: 1023px) {
  .my-profile-photo-input__user-photo,
  .my-profile-photo-input__default-photo {
    width: 40px;
    height: 40px;
  }
  .my-profile-photo-input__delete-button {
    display: block;
    opacity: 1;
    width: 40px;
    height: 40px;
  }
}
.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;
}
.table__cell:last-child {
  /* stylelint-disable-next-line no-descending-specificity */
}
.table__cell:last-child::before {
  border-right: 1px solid #eee;
}

.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: #eb5757;
  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__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__prev-arrow,
.slider__next-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 136px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.1s ease-out;
  border: 0;
  outline: none;
  background: transparent no-repeat center;
  background-size: 24px 40px;
  font-size: 0;
  opacity: 0;
}

.slider__prev-arrow {
  left: 0;
}

.slider__next-arrow {
  right: 0;
}

.slider__dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
  z-index: 1;
}

.slider__dot {
  background-color: currentcolor;
  opacity: 0.2;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
}

.slider__dot_active {
  background-color: var(--primary-color);
  opacity: 1;
}

.slider__arrow-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 26px;
  fill: currentcolor;
}

.slider:hover .slider__prev-arrow,
.slider:hover .slider__next-arrow {
  opacity: 0.2;
}
.slider:hover .slider__prev-arrow:hover,
.slider:hover .slider__next-arrow:hover {
  opacity: 1;
}

.slider_size_s {
  border-radius: 15px;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.slider_size_s .slider__slider {
  border-radius: 10px;
}
.slider_size_s .slider__prev-arrow {
  transform: translate(-50%, -50%);
}
.slider_size_s .slider__next-arrow {
  transform: translate(50%, -50%);
}
.slider_size_s .slider__prev-arrow,
.slider_size_s .slider__next-arrow { /* stylelint-disable-line no-descending-specificity */
  top: 50%;
  bottom: auto;
  color: #686868;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  /* stylelint-disable-next-line no-descending-specificity */
}
.slider_size_s .slider__prev-arrow:hover,
.slider_size_s .slider__next-arrow:hover {
  box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.slider_size_s .slider__arrow-icon {
  width: 8px;
  height: 16px;
}
.slider_size_s .slider__dots {
  bottom: 15px;
  margin: 0 -4px;
}
.slider_size_s:hover .slider__prev-arrow,
.slider_size_s:hover .slider__next-arrow { /* stylelint-disable-line no-descending-specificity */
  opacity: 1;
}

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

@media (max-width: 1023px) {
  .slider_size_s {
    border-radius: 10px;
  }
  .slider__slider {
    height: var(--home-slider-height-adaptive);
  }
  .slider__dot {
    width: 8px;
    height: 8px;
  }
  .slider__container {
    height: 200px;
  }
  .slider__wrapper {
    max-width: 100vw;
  }
  .slider__prev-arrow,
  .slider__next-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider__container {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .slider__dots {
    bottom: 10px;
  }
  .slider__dots li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .slider__dots li button {
    width: 7px;
    height: 7px;
  }
}
.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;
}
.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 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding: 48px;
  z-index: 1;
}
.slide__text.container {
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.slide__countdown-container {
  color: #1b1b1b;
  padding-top: 20px;
  display: block;
  margin-right: auto;
}

.slide__countdown {
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .slide__title {
    display: block;
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
  }
  .slide__body {
    display: block;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    margin-right: 50%;
  }
  .slide__button-container {
    display: block;
    margin-top: 20px;
  }
  .slide.slide_size_s .slide__title {
    font-size: 48px;
  }
  .slide.slide_size_s .slide__body {
    font-size: 18px;
  }
  .slide.slide_size_s .slide__countdown-container {
    padding-top: 16px;
  }
}
.slide_align_center .slide__text {
  text-align: center;
}
.slide_align_center .slide__title,
.slide_align_center .slide__body {
  margin-left: 25%;
  margin-right: 25%;
}

.slide_align_right .slide__text {
  text-align: right;
}
.slide_align_right .slide__title,
.slide_align_right .slide__body {
  margin-left: 50%;
  margin-right: 0;
}

.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__text {
    padding: 24px;
  }
  .slide__text.container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .slide__title {
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .slide__body {
    display: block;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 13px;
  }
  .slide__countdown-container {
    margin-bottom: 13px;
  }
  .slide__countdown_dark {
    background: rgba(0, 0, 0, 0.2);
  }
  .slide__button-container .button {
    font-size: 16px;
    padding: 9px 19px 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .slide {
    height: 100%;
  }
  .slide.slide_adaptive {
    height: 100%;
  }
  .slide .slide__title {
    font-size: 20px;
    line-height: 26px;
  }
  .slide .slide__body {
    font-size: 16px;
    line-height: 18px;
  }
}
/* stylelint-disable-next-line block-no-empty */
.slider-block__header-container {
  display: flex;
  align-items: center;
}

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

.slider-block__header-text-container {
  font-size: 26px;
  font-weight: 700;
}
@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;
}

.sidebar-block__header {
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary-color);
  padding: 16px;
  background-color: var(--light-color);
  border-radius: var(--inputs-buttons-border-radius);
}

.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__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 #eee;
  border-radius: 5px;
  padding: 59px;
  text-align: center;
}

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

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

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

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

@media (max-width: 1023px) {
  .not-found-block {
    padding: 29px 19px;
  }
  .not-found-block__header {
    font-size: 18px;
  }
  .not-found-block__buttons {
    margin-top: 15px;
  }
  .not-found-block__content {
    font-size: 12px;
  }
}
.value {
  line-height: 1.2;
}

.value__label-text {
  color: #979797;
  margin-right: 0.4em;
}

/* stylelint-disable-next-line block-no-empty */
.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 #cfcfcf;
}

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

.product-features-overview {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-features-overview__item {
  line-height: 20px;
}

.product-features-overview_nowrap .product-features-overview__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-features-overview_inline {
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}
.product-features-overview_inline .product-features-overview__item {
  display: inline-block;
}
.product-features-overview_inline .product-features-overview__item:not(:last-of-type) {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #cfcfcf;
}

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

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

@media (max-width: 1023px) {
  .blocks {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .blocks.blocks_info {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
/* stylelint-disable-next-line block-no-empty */
.block__header {
  margin: 0 0 30px;
}

@media (min-width: 1024px) {
  .block__header_hide {
    margin-bottom: 0;
  }
}
.block__header_text {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .block__header_text {
    font-size: 24px;
    line-height: 32px;
  }
}

.block_secondary .block__header_text {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .block_secondary .block__header_text {
    font-size: 24px;
    line-height: 32px;
  }
}

.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.block_info .block__header_text {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 24px;
}

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

/* stylelint-disable-next-line block-no-empty */
.block__footer {
  margin-top: 30px;
  text-align: center;
}

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

.block__links_item {
  width: 255px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.block__links_item:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}

.block__links_item__link {
  padding: 20px;
  text-align: center;
  display: block;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .block_size_s .block__header {
    margin-bottom: 15px;
  }
  .block_size_s .block__sub-header {
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .block_size_s .block__footer {
    margin-top: 15px;
  }
  .block_size_xs .block__header {
    margin-bottom: 10px;
  }
  .block_size_xs .block__sub-header {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .block_size_xs .block__footer {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .block__header {
    margin-bottom: 15px;
    max-width: 100vw;
  }
  .block.block_info .block__header_text {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.burger-icon {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 12px;
  width: 18px;
}

.burger-icon__box {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: top 0.35s;
}

.burger-icon__inner,
.burger-icon__inner::before,
.burger-icon__inner::after {
  display: block;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: transform, opacity;
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  background-color: currentcolor;
}

.burger-icon__inner::after, .burger-icon__inner::before {
  content: "";
}
.burger-icon__inner::after {
  top: 5px;
  width: 76%;
}
.burger-icon__inner::before {
  top: 10px;
}

.burger-icon_active .burger-icon__box {
  top: -2px;
}
.burger-icon_active .burger-icon__inner,
.burger-icon_active .burger-icon__inner::before,
.burger-icon_active .burger-icon__inner::after {
  background-color: currentcolor;
}
.burger-icon_active .burger-icon__inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.burger-icon_active .burger-icon__inner::before {
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}
.burger-icon_active .burger-icon__inner::after {
  transform: rotate(-45deg) translate3d(-2px, -4px, 0);
  opacity: 0;
}

.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: 16px;
  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: 16px;
  width: 100%;
}

.htmlmap-decorator .htmlmap-list > li::before {
  content: none;
}

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

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

.counter {
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  padding: var(--counter-padding);
  background-color: #ff3131;
  color: #fff;
  border-radius: 50%;
  min-width: 15px;
  text-align: center;
  z-index: 1;
  right: -7px;
  top: -7px;
  pointer-events: none;
}

.counter_empty {
  opacity: 0;
}

.autocomplete {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  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: megashop-fade-up 0.2s ease-in-out;
  visibility: visible;
  pointer-events: inherit;
}

.autocomplete_close {
  animation: megashop-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: 8px;
}
@media print {
  .slider-arrows {
    display: none !important;
  }
}

.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 #cfcfcf;
  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: #cfcfcf;
}

.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;
  height: 60px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #1b1b1b;
  text-decoration: none;
  line-height: 60px;
  font-size: 14px;
  position: relative;
}
.list-rows__item:active {
  background-color: #f2f2f2;
}

.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: var(--light-color);
}

.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: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  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;
}

.list-rows__item-badge {
  display: inline-block;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  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: 19px;
}

.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) {
  /* stylelint-disable-next-line block-no-empty */
  .list-tabs__item {
    position: relative;
  }
  .list-tabs__item::after, .list-tabs__item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 0.2;
    height: 1px;
  }
  .list-tabs__item::before {
    display: none;
  }
  .list-tabs__item::after {
    bottom: 0;
  }
  .list-tabs__item:first-child::before {
    display: block;
    top: 0;
  }
  .list-tabs__header {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    position: relative;
  }
  .list-tabs__item-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 6px;
  }
  .list-tabs__item-arrow svg {
    float: left;
  }
  .list-tabs__content {
    display: none;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 8px;
  }
  .list-tabs__content-item-link {
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .list-tabs__item_opened .list-tabs__content {
    display: block;
  }
  .list-tabs__item_opened .list-tabs__item-arrow {
    transform: rotate(180deg);
  }
}
.messengers {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 8px;
}

.countdown {
  visibility: hidden;
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}

.countdown__item {
  text-align: center;
  min-width: 50px;
}

.countdown__item + .countdown__item {
  position: relative;
}
.countdown__item + .countdown__item::before {
  content: ":";
  position: absolute;
  right: 100%;
}

/* stylelint-disable-next-line block-no-empty */
.countdown__item-text {
  font-size: 0.57em;
}

.countdown_js-is-init {
  visibility: initial;
}

.mailer-decorator {
  visibility: hidden;
}
.mailer-decorator div[id^=mailer] {
  min-height: 0 !important;
}
.mailer-decorator .form-field__content-container .input-text {
  width: 350px;
}
.mailer-decorator .input-text.wa-error {
  border-color: #eb5757;
}
.mailer-decorator .wa-after-submit {
  display: none;
  width: 100%;
  height: 100px !important;
}
.mailer-decorator .wa-after-submit .wa-value {
  margin: initial;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 1023px) {
  .mailer-decorator .wa-after-submit .wa-value {
    font-size: 24px;
    line-height: 32px;
  }
}

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

@media (min-width: 1024px) {
  .mailer-decorator__r-button-container {
    display: none;
  }
  .mailer-decorator__error {
    position: absolute;
  }
  .mailer-decorator__error-field {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .mailer-decorator .inline-field {
    display: flex;
    flex-direction: column;
  }
  .mailer-decorator .inline-field > * {
    padding-left: 0;
    padding-right: 0;
  }
  .mailer-decorator .inline-field .inline-field__button {
    display: none;
  }
  .mailer-decorator .button {
    font-size: 16px;
    padding: 9px 19px 10px;
    width: 100%;
  }
  .mailer-decorator .form-field__content-container .input-text,
  .mailer-decorator .inline-field__content .input-text {
    width: 100%;
  }
}
.mailer-post-decorator {
  visibility: hidden;
}
.mailer-post-decorator div[id^=mailer] {
  min-height: 0 !important;
}
.mailer-post-decorator .form-field__content-container .input-text {
  width: 350px;
}
.mailer-post-decorator .wa-after-submit {
  display: none;
  width: 100%;
  height: 100px !important;
}
.mailer-post-decorator .wa-after-submit .wa-value {
  margin: initial;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .mailer-post-decorator .wa-after-submit .wa-value {
    font-size: 24px;
    line-height: 32px;
  }
}

.mailer-post-decorator_js-is-init {
  visibility: inherit;
}

@media (min-width: 1024px) {
  .mailer-post-decorator__r-button-container {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mailer-post-decorator .form-field__content-container .input-text {
    width: 100%;
  }
  .mailer-post-decorator .inline-field {
    display: flex;
    justify-content: space-between;
  }
  .mailer-post-decorator .inline-field .input-text {
    width: 100%;
  }
  .mailer-post-decorator .inline-field__content {
    flex-grow: 1;
  }
  .mailer-post-decorator .inline-field__button {
    display: none;
  }
  .mailer-post-decorator .button {
    font-size: 16px;
    padding: 9px 19px 10px;
    width: 100%;
  }
}
.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;
  }
}

.r-cityselect-block .b-cityselect__wrapper {
  width: 100%;
}
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city {
  display: block;
  font-size: 14px;
  line-height: 60px;
  color: var(--link-color);
  border: none;
}
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city svg,
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city .fa,
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city i {
  display: none;
}

.r-regions-decorator .shop-regions {
  position: absolute;
}
.r-regions-decorator .shop-regions__button {
  display: none;
}

.hover-block {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 19px;
  border-radius: 5px;
}

@media (min-width: 1024px) {
  .hover-block {
    transition: box-shadow 0.2s ease-in-out;
  }
  .hover-block:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 1023px) {
  .hover-block {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}
.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;
}
.button-decorator button:hover, .button-decorator button.button_active,
.button-decorator input[type=button]:hover,
.button-decorator input[type=button].button_active,
.button-decorator input[type=submit]:hover,
.button-decorator input[type=submit].button_active,
.button-decorator input[type=reset]:hover,
.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: #cfcfcf;
  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 #cfcfcf;
  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 #cfcfcf;
  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;
}

.home-slider {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}

.home-slider__slider {
  min-width: 0;
  flex: auto;
}

.home-slider__banners {
  display: flex;
  max-width: 255px;
  flex: 0 0 255px;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 16px;
}

.home-slider__banner {
  flex: 100%;
  overflow: hidden;
}

.home-slider_offset-sidebar {
  flex-flow: column nowrap;
}
.home-slider_offset-sidebar .home-slider__banners {
  flex-flow: row nowrap;
  max-width: initial;
  flex: initial;
}

@media (max-width: 1023px) {
  .home-slider {
    flex-flow: column nowrap;
  }
  .home-slider__banners {
    flex-flow: column nowrap;
    max-width: initial;
    flex: initial;
  }
  .home-slider__banner_image {
    padding: 0;
  }
  .home-slider_offset-sidebar .home-slider__banners {
    flex-flow: column nowrap;
  }
  .home-slider_hide-banners-adaptive .home-slider__banners {
    display: none;
  }
}
@media (min-width: 450px) and (max-width: 700px) {
  .home-slider__banners_row .home-slider__banner:nth-child(3) {
    display: none;
  }
}
@media (min-width: 450px) {
  .home-slider__banners_row {
    flex-direction: row;
  }
}
.home-slider-banner {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  padding: 16px;
  color: #fff;
  text-decoration: none;
}

.home-slider-banner__image {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.home-slider-banner__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.home-slider-banner__header {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.home-slider-banner__text {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.home-slider-banner__header + .home-slider-banner__text {
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .home-slider-banner_image {
    padding: 0;
  }
  .home-slider-banner_image .home-slider-banner__image {
    position: relative;
  }
}
.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(--container-width);
  margin: 0 auto;
  padding: 0 30px;
}

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

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

.container_content {
  background-color: #fff;
}

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

@media (min-width: 1024px) {
  .content-container {
    padding: 24px 0 60px;
  }
  .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;
}
@media (min-width: 1200px) {
  .content-columns__sidebar {
    max-width: 285px;
  }
}

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

@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 > * {
    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;
    background: #fafafa;
    color: #686868;
    border: none;
  }
  .content-columns__sidebar .sidebar-filters .sidebar-filters__header::before, .content-columns__sidebar .sidebar-filters .sidebar-filters__header::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .content-columns__sidebar .sidebar-filters .sidebar-filters__header::before {
    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::after {
    right: 15px;
    background: url("../svg/icon.sprite.svg#cross-grey") center/cover no-repeat;
    width: 16px;
    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-top: 0;
    margin: auto;
    background: #fff;
    z-index: 2;
  }
  .content-columns__sidebar .sidebar-filters .filters__footer::before {
    content: "";
    left: 15px;
    right: 15px;
    height: 1px;
    background: var(--light-color);
    position: absolute;
    top: 0;
  }
  .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_opened {
    display: block;
  }
}
/* stylelint-disable-next-line block-no-empty */
.content__breadcrumbs {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

/* stylelint-disable-next-line block-no-empty */
@media (max-width: 1023px) {
  .content__breadcrumbs {
    background: #fafafa;
    margin: -15px -15px 15px;
  }
}
.header-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  z-index: 2;
  inset: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

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

.index-subscribe {
  background-color: var(--light-color);
  position: relative;
}
@media (min-width: 1024px) {
  .index-subscribe {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .index-subscribe {
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .index-subscribe__content {
    display: flex;
    align-items: flex-start;
    width: 100%;
    table-layout: fixed;
  }
  .index-subscribe__icon {
    width: 127px;
    flex-shrink: 0;
    color: var(--primary-color);
  }
  .index-subscribe__info {
    width: 400px;
    flex-shrink: 0;
    padding-right: 100px;
  }
  .index-subscribe__form {
    position: relative;
    flex-grow: 1;
    padding-top: 7px;
  }
  .index-subscribe__header {
    margin-bottom: 15px;
  }
  /* stylelint-disable-next-line block-no-empty */
  .index-subscribe__policy {
    margin-top: 20px;
    line-height: 0;
  }
  .index-subscribe__input {
    width: 350px;
  }
}
@media (max-width: 1023px) {
  .index-subscribe__content > * {
    position: relative;
    z-index: 1;
  }
  .index-subscribe__content .index-subscribe__icon {
    z-index: 0;
  }
  .index-subscribe__info {
    margin-bottom: 15px;
  }
  .index-subscribe__info .title {
    margin-bottom: 10px;
  }
  .index-subscribe__info .index-subscribe__text {
    font-size: 13px;
    line-height: 19px;
  }
  /* stylelint-disable-next-line no-descending-specificity */
  .index-subscribe__icon {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
    height: 80%;
    color: var(--primary-color);
    opacity: 0.5;
  }
  .index-subscribe__icon .svg-icon {
    width: 100%;
    height: 100%;
  }
}
.breadcrumbs {
  font-size: 13px;
  line-height: 1.2;
}
.breadcrumbs span.breadcrumbs-plugin__home-icon::before {
  content: "🏠";
}

.breadcrumbs__wrapper::after {
  content: "";
  display: table;
  margin-top: -10px;
}

.breadcrumbs__item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  display: inline-block;
  margin-right: 10px;
  content: attr(data-separator);
}

.breadcrumbs__item-container {
  display: inline-flex;
  align-items: center;
}

.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;
  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: 3;
  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__brother {
  display: block;
  padding: 5px 14px;
  color: #686868;
}
.breadcrumbs__brother:hover {
  color: #1b1b1b;
}

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

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

.breadcrumbs_default-separator .breadcrumbs__item + .breadcrumbs__item::before {
  content: "";
  background: url("../svg/icon.sprite.svg#breadcrumbs-arrow") center/cover no-repeat;
  width: 5px;
  height: 8px;
}

@media (max-width: 1023px) {
  .breadcrumbs {
    padding: 22px 15px;
    white-space: nowrap;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
    background-color: transparent;
  }
  .breadcrumbs::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .breadcrumbs__item-brothers-container {
    display: none;
  }
}
.breadcrumbs-add {
  margin-left: auto;
  padding-left: 12px;
}

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

.footer__content {
  padding: 30px 0;
}

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

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

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

@media (max-width: 1023px) {
  .footer {
    font-size: 13px;
  }
  .r-footer__row {
    margin-bottom: 30px;
  }
  .r-footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer-content {
  display: flex;
  width: 100%;
}
@media (max-width: 1023px) {
  .footer-content {
    flex-direction: column;
  }
}

.footer-content__copyright-container {
  width: 27.5%;
  flex-shrink: 0;
  padding-right: 30px;
}

.footer-content__columns-container {
  flex-grow: 1;
  padding-top: 10px;
  padding-right: 30px;
}

.footer-content__contacts-container {
  min-width: 15%;
  max-width: 20%;
  padding-top: 10px;
}

/* stylelint-disable-next-line block-no-empty */
.footer-copyright__logo {
  max-width: 235px;
}

.footer-copyright__text {
  margin-top: 20px;
  width: 255px;
}

.footer-copyright__banners {
  margin-top: 20px;
}

.footer-copyright__payments-currency-container {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
}

.footer-copyright__currency-container {
  flex-shrink: 0;
  align-self: flex-start;
  height: 27px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.footer-copyright__links {
  margin-top: 19px;
}

.footer-copyright__developers {
  margin-top: 15px;
}

.footer-copyright__counters {
  margin-top: 15px;
}

.footer-copyright__payments-container {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.footer-columns:not(.r-footer__row) {
  display: flex;
}
.footer-columns:not(.r-footer__row) .footer-columns__column {
  width: 33%;
  flex-grow: 1;
  margin-right: 0;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .footer-block {
    line-height: 1.2;
  }
  .footer-block__header {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
  }
  .footer-block__footer {
    margin-top: 15px;
  }
  .footer-block_size_l {
    font-size: 13px;
  }
}
@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: #cfcfcf;
}
.footer_dark .r-footer__phone-hint {
  color: #cfcfcf;
}
.footer_dark .button_style_inverse {
  color: #cfcfcf;
  border-color: #cfcfcf;
}

.footer-rows::after {
  content: "";
  display: table;
  margin-top: -10px;
}

.footer-rows__row {
  margin-bottom: 10px;
}

/* stylelint-disable-next-line block-no-empty */
.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;
}

.r-footer__messengers {
  margin-top: 30px;
}

.r-footer__messengers-header {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}

.r-footer__messengers-list {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

.r-footer__messengers-item {
  flex-grow: 1;
}
.r-footer__messengers-item .button:hover {
  color: #fff;
}
@media (max-width: 674px) {
  .r-footer__messengers-item {
    width: 100%;
  }
}

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

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

@media (max-width: 1023px) {
  .footer-socials {
    gap: 8px 16px;
  }
  .footer-socials::after {
    margin-top: -7px;
  }
  .r-footer__socials {
    margin-right: 15px;
  }
}
.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;
}

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

@media (max-width: 1023px) {
  .footer-developers {
    margin-top: 20px;
  }
}
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.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-marketplaces {
  margin-top: 16px;
}

.footer-marketplaces__title {
  margin-bottom: 16px;
}

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

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

@media (max-width: 1023px) {
  .footer-marketplaces__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .footer-marketplaces__list {
    gap: 8px 16px;
  }
}
@media (max-width: 1023px) {
  .r-footer__currency {
    align-self: flex-start;
    display: flex;
    align-items: center;
    height: 30px;
  }
}
.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-contacts,
.header-top-bar__container-user {
  flex: none;
}

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

.header-top-bar__container-contacts {
  margin-left: auto;
}

.header-top-bar__container-user {
  padding: 10px 0;
}

.header-top-bar__container-region {
  max-width: 255px;
  padding-right: 32px;
}

.header-top-bar__container-contacts,
.header-top-bar__container-user {
  padding-left: 12px;
  text-align: right;
}

.header-top-bar-links {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 16px;
  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: flex-end;
  gap: 12px;
  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;
}

/* stylelint-disable-next-line block-no-empty */
.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;
  margin-top: 0;
  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;
  background-color: #fff;
}

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

.header-middle-bar__container-logo,
.header-middle-bar__container-main {
  flex-shrink: 0;
  padding: 20px 0;
}

.header-middle-bar__container-logo {
  max-width: 150px;
}
@media screen and (min-width: 1400px) {
  .header-middle-bar__container-logo {
    max-width: 255px;
  }
}
@media screen and (max-width: 1200px) {
  .header-middle-bar__container-logo {
    padding-right: 20px;
  }
}

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

.header-middle-bar__container-logo-desc {
  display: none;
  border-left: 1px solid lightgray;
  padding-left: 10px;
  margin-left: 10px;
  color: #686868;
  font-size: 12px;
  padding-right: 20px;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .header-middle-bar__container-logo-desc {
    display: block;
  }
}

.header-middle-bar__container-main {
  flex-grow: 1;
}

/* stylelint-disable-next-line block-no-empty */
* + .header-middle-bar__main-container-bottom {
  margin-top: 20px;
}

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

.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__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_fill .header-middle-bar-contacts__address-container {
  width: 415px;
  padding-left: 15px;
}
.header-middle-bar-contacts_fill .header-middle-bar-contacts__email-container {
  text-align: right;
}
.header-middle-bar-contacts_fill .header-middle-bar-contacts__email-container_pull-left {
  text-align: left;
}

.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-middle-bar-shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-middle-bar-shop__catalog-container,
.header-middle-bar-shop__search-container,
.header-middle-bar-shop__links-container {
  display: inline-block;
  vertical-align: top;
}

.header-middle-bar-shop__catalog-container {
  padding-right: 8px;
}
@media (min-width: 1200px) {
  .header-middle-bar-shop__catalog-container {
    padding-right: 20px;
  }
}

.header-middle-bar-shop__search-container {
  flex: auto;
}

.header-middle-bar-shop__links-container {
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .header-middle-bar-shop__links-container {
    padding-left: 60px;
  }
}

.header-middle-bar-shop-catalog-button {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-middle-bar-shop-links {
  white-space: nowrap;
}

.header-middle-bar-shop-links__item {
  display: inline-block;
  vertical-align: top;
  padding: 7px 0 7px 40px;
  white-space: normal;
}
.header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid var(--light-color);
}

.header-middle-bar-shop-links_size_s {
  font-size: 10px;
}
.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item {
  padding: 0;
}
.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item .header-middle-bar-shop-links__user-image {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item .header-middle-bar-shop-links__user-image > * {
  max-width: 100%;
  max-height: 100%;
}
.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item .header-middle-bar-shop-links__user-image > img {
  border-radius: 50%;
}
.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
  border: none;
  margin-left: 0;
  padding-left: 12px;
}
@media (min-width: 1200px) {
  .header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
    padding-left: 32px;
  }
}

.header-middle-bar-shop-links_size_l,
.header-middle-bar-shop-links_size_xl {
  /* stylelint-disable-next-line no-descending-specificity */
}
.header-middle-bar-shop-links_size_l .header-middle-bar-shop-links__item,
.header-middle-bar-shop-links_size_xl .header-middle-bar-shop-links__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-middle-bar-shop-links_size_l .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item,
.header-middle-bar-shop-links_size_xl .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
  margin-left: 20px;
  padding-left: 20px;
}

.header-middle-bar-shop-links_size_xl .header-middle-bar-shop-links__item_cart {
  padding-top: 1px;
  padding-bottom: 1px;
  white-space: nowrap;
}

.header__dropdown-bar_compact {
  /* stylelint-disable-next-line block-no-empty */
}
.header__dropdown-bar_compact .header-dropdown-bar {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.header__dropdown-bar_compact .catalog-dropdown {
  position: relative;
}
.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 10px 10px;
}
.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,
.header__dropdown-bar_compact .catalog-flat {
  display: flex;
}
.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;
  align-items: center;
}

.catalog-dropdown-button.button_active .burger-icon__box {
  top: -2px;
}
.catalog-dropdown-button.button_active .burger-icon__inner,
.catalog-dropdown-button.button_active .burger-icon__inner::before,
.catalog-dropdown-button.button_active .burger-icon__inner::after {
  background-color: currentcolor;
}
.catalog-dropdown-button.button_active .burger-icon__inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.catalog-dropdown-button.button_active .burger-icon__inner::before {
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}
.catalog-dropdown-button.button_active .burger-icon__inner::after {
  transform: rotate(-45deg) translate3d(-2px, -4px, 0);
  opacity: 0;
}

.input-search {
  display: flex;
}

.input-search__input-container {
  flex: auto;
  min-width: 0;
}

.input-search__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--primary-color);
}
.input-search__input:focus {
  border-color: var(--dark-color);
}

/* stylelint-disable-next-line block-no-empty */
.input-search__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  height: 100%;
  padding: 0 20px;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-search_size_l .input-search__input {
  padding-top: 11px;
  padding-bottom: 11px;
}

.input-search_style_inverse .input-search__input {
  border-color: transparent;
}

.input-search-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.input-search-item__image-container {
  align-self: center;
  text-align: center;
  width: 80px;
  flex-shrink: 0;
  padding-right: 20px;
}

/* stylelint-disable-next-line block-no-empty */
.input-search-item__price-container {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.header-bottom-bar {
  background-color: var(--header-bottom-bar-bg-color);
  color: var(--header-bottom-bar-text-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: 50px;
}

.header-bottom-bar__container-shop-catalog,
.header-bottom-bar__container-links,
.header-bottom-bar__container-search,
.header-bottom-bar__container-shop-links {
  flex: none;
}

.header-bottom-bar__container-shop-catalog {
  width: 225px;
  min-width: 225px;
}
@media (min-width: 1200px) {
  .header-bottom-bar__container-shop-catalog {
    width: 255px;
    min-width: 255px;
  }
}

.header-bottom-bar__container-links,
.header-bottom-bar__container-shop-links {
  display: flex;
}

.header-bottom-bar__container-links {
  flex: auto;
  width: 0;
}

.header-bottom-bar__container-links_search {
  padding-right: 80px;
  position: relative;
}

.header-bottom-bar__container-search {
  padding: 10px 30px;
  flex: auto;
}
.header-bottom-bar__container-search .button {
  background-color: var(--header-bottom-bar-btn-color);
}
.header-bottom-bar__container-search .button:hover {
  background-color: var(--header-bottom-bar-btn-hover-color);
}

.header-bottom-bar__container-shop-links {
  flex: none;
}

.header-bottom-bar_compact .header-bottom-bar__container {
  padding: 0;
}
.header-bottom-bar_compact .header-bottom-bar__container-shop-catalog {
  width: auto;
  min-width: initial;
}

.header-bottom-bar_transparent {
  background-color: #fff;
  color: var(--primary-color);
}
.header-bottom-bar_transparent .header-bottom-bar__container {
  height: auto;
}
.header-bottom-bar_transparent .header-bottom-bar__container-shop-catalog {
  margin-right: 24px;
}
.header-bottom-bar_transparent .header-bottom-bar__container-shop-catalog,
.header-bottom-bar_transparent .header-bottom-bar__container-links {
  padding-bottom: 16px;
}

.header-bottom-bar-shop-catalog-button {
  font-weight: normal;
  text-align: left;
  color: var(--header-bottom-bar-text-color);
  height: 100%;
  padding: 15px 20px;
  white-space: nowrap;
  background-color: var(--header-bottom-bar-btn-color);
}
.header-bottom-bar-shop-catalog-button:hover, .header-bottom-bar-shop-catalog-button.button_active {
  background-color: var(--header-bottom-bar-btn-hover-color);
}

.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button {
  color: #fff;
  height: auto;
  padding: 12px 16px;
}
.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active {
  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;
  color: var(--primary-color);
}
.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active:hover {
  color: var(--button-color-dark);
  background-color: transparent;
}
.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active.button_active {
  color: var(--button-color-dark);
  background-color: transparent;
}

.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: auto;
  position: relative;
}
.header-bottom-bar-links__item-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.header-bottom-bar-links__item-container + .header-bottom-bar-links__item-container::after {
  border-left: 1px solid var(--header-bottom-bar-btn-color);
}

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

.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 {
  font-weight: normal;
  color: var(--header-bottom-bar-text-color);
  flex-grow: 1;
  padding: 10px 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  background-color: var(--header-bottom-bar-bg-color);
}
.header-bottom-bar-links__link:hover, .header-bottom-bar-links__link.button_active {
  background-color: var(--header-bottom-bar-btn-hover-color);
}
.header-bottom-bar-links__link .icon-box__icon {
  padding-right: 10px;
}
.header-bottom-bar-links__link .icon-box__icon img {
  width: 20px;
}
.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;
}

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

.header-bottom-bar-links_alt .header-bottom-bar-links__item-container {
  flex: none;
  width: auto;
}
.header-bottom-bar-links_alt .header-bottom-bar-links__item-container::after {
  display: none;
}
.header-bottom-bar-links_alt .header-bottom-bar-links__item {
  height: 100%;
  margin: 0;
}
.header-bottom-bar-links_alt .header-bottom-bar-links__link {
  color: var(--header-bottom-bar-text-color);
  border: none;
}
.header-bottom-bar-links_alt .header-bottom-bar-links__dropdown {
  min-width: 225px;
}

.header-bottom-bar-links_transparent {
  gap: 32px;
}
.header-bottom-bar-links_transparent .header-bottom-bar-links__link {
  padding: 0;
  background-color: transparent;
}
.header-bottom-bar-links_transparent .header-bottom-bar-links__link:hover {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.header-bottom-bar-links_transparent .header-bottom-bar-links__link-image {
  margin: 0;
}
.header-bottom-bar-links_transparent .header-bottom-bar-links__dropdown {
  top: calc(100% + 16px);
}

.header-bottom-bar-links_additional {
  flex-grow: 0;
  margin-left: auto;
}
.header-bottom-bar-links_additional .header-bottom-bar-links__link_colored {
  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_colored:hover {
  color: var(--link-color-hover);
}
.header-bottom-bar-links_additional.header-bottom-bar-links_alt.header-bottom-bar-links_transparent {
  gap: 24px;
}

.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-bottom-bar-shop-links {
  display: flex;
}

.header-bottom-bar-shop-links__item-container {
  position: relative;
}
.header-bottom-bar-shop-links__item-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.header-bottom-bar-shop-links__item-container + .header-bottom-bar-shop-links__item-container::after {
  border-left: 1px solid var(--header-bottom-bar-btn-color);
}

.header-bottom-bar-shop-links__item {
  position: relative;
  z-index: 1;
}

.header-bottom-bar-shop-links__link {
  font-weight: normal;
  color: var(--header-bottom-bar-text-color);
  display: block;
  width: auto;
  padding: 16px;
  background-color: transparent;
}
.header-bottom-bar-shop-links__link:hover, .header-bottom-bar-shop-links__link.button_active {
  background-color: var(--header-bottom-bar-btn-hover-color);
}

.header-bottom-bar-shop-links__link-cart {
  font-weight: normal;
  color: var(--header-bottom-bar-text-color);
  display: block;
  width: auto;
  background-color: var(--header-bottom-bar-btn-color);
  padding: 16px 20px;
}
.header-bottom-bar-shop-links__link-cart:hover, .header-bottom-bar-shop-links__link-cart.button_active {
  background-color: var(--header-bottom-bar-btn-hover-color);
}

@keyframes header-bottom-bar-alt-search-open-animation {
  from {
    width: 50px;
  }
  to {
    width: 100%;
  }
}
.header-bottom-bar-alt-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 50px;
  background-color: var(--primary-color);
  padding: 10px 0;
  z-index: 1;
}

.header-bottom-bar-alt-search__button-container,
.header-bottom-bar-alt-search__input-container {
  color: #686868;
}

.header-bottom-bar-alt-search__button-container {
  width: 50px;
  flex-shrink: 0;
  position: relative;
}
.header-bottom-bar-alt-search__button-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-left: 1px solid var(--accent-color);
}

.header-bottom-bar-alt-search__button {
  position: relative;
  width: 50px;
  margin: -10px -1px -10px 0;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 1;
  background-color: transparent;
}

.header-bottom-bar-alt-search__input-container {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.header-bottom-bar-alt-search__input-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-left: 1px solid white;
  transition: border-color 0.2s ease-in-out;
}

.header-bottom-bar-alt-search__input {
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  padding-right: 53px;
}
.header-bottom-bar-alt-search__input::placeholder {
  color: #fff;
}
.header-bottom-bar-alt-search__input:focus {
  border-color: transparent;
}

.header-bottom-bar-alt-search__close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 20px;
  line-height: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  cursor: pointer;
}

.header-bottom-bar-alt-search_open {
  width: 100%;
}
.header-bottom-bar-alt-search_open .header-bottom-bar-alt-search__close-button {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s;
}
.header-bottom-bar-alt-search_open .header-bottom-bar-alt-search__input-container {
  overflow: visible;
}

.header-bottom-bar-alt-search_animated {
  width: 100%;
}
.header-bottom-bar-alt-search_animated .header-bottom-bar-alt-search__input-container {
  overflow: hidden;
}

.header-bottom-bar-alt-search_open-animation {
  animation: header-bottom-bar-alt-search-open-animation 0.2s ease-in-out;
}

.header-bottom-bar-alt-search_close-animation {
  animation: header-bottom-bar-alt-search-open-animation 0.2s ease-in-out 0.2s reverse forwards;
}

/* stylelint-disable-next-line block-no-empty */
.header-middle-bar-shop-cart__empty-text,
.header-middle-bar-shop-cart__text {
  line-height: 1.5;
}

.header-middle-bar-shop-cart__empty-text {
  display: none;
}

.header-middle-bar-shop-cart__heading::after {
  content: "";
  display: block;
}

.header-middle-bar-shop-cart__count {
  color: var(--primary-color);
  margin-left: 5px;
}
.header-middle-bar-shop-cart__count::before {
  content: "(";
}
.header-middle-bar-shop-cart__count::after {
  content: ")";
}

.header-middle-bar-shop-cart__total {
  font-weight: 500;
}

.header-middle-bar-shop-cart_empty .header-middle-bar-shop-cart__empty-text {
  display: inline;
}
.header-middle-bar-shop-cart_empty .header-middle-bar-shop-cart__text {
  display: none;
}

.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;
}
.header .header__bottom-bar,
.header .header__dropdown-bar {
  order: 2;
}
.header .header__dropdown-bar_upper {
  order: 1;
}

.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;
    background: #fafafa;
    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: #686868;
  }
  .r-subdropdown__header-action {
    color: #bdbdbd;
    display: block;
  }
  /* stylelint-disable-next-line block-no-empty */
  .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 {
    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: 15px;
  }
  .r-header__list_right .r-header__list-item {
    margin-right: 20px;
  }
  .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: 289px;
    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%;
  }
  .r-header-menu__dropdown-close {
    color: #bdbdbd;
    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: #fff;
    padding: 2px 8px 5px;
    background-color: #26ad5f;
    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 {
    position: relative;
  }
  .r-header-menu__list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: var(--light-color);
  }
  .r-header-menu__list:last-child::after {
    display: none;
  }
  .r-header-menu .list-rows__item-icon {
    color: var(--primary-color);
  }
}
.r-header-contacts-btn {
  padding: 2px 8px;
}
.r-header-contacts-btn .link-box__icon {
  color: #fff;
  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;
}

.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: 10px 0;
  background-color: #fff;
}

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

.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: #1b1b1b;
  color: #fff;
}

.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-content {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.2;
}

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

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

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

.info-panel-content__button-container {
  flex-shrink: 0;
  padding-left: 20px;
  white-space: nowrap;
}

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

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

@keyframes infopanel-open-bottom {
  from {
    transform: translateY(0);
    top: 100%;
    bottom: auto;
  }
  to {
    transform: translateY(-100%);
    top: 100%;
    bottom: auto;
  }
}
@keyframes infopanel-open-top {
  from {
    transform: translateY(0);
    bottom: 100%;
    top: auto;
  }
  to {
    transform: translateY(100%);
    bottom: 100%;
    top: auto;
  }
}
.info-panel-container {
  position: fixed;
  left: 0;
  top: 100%;
  right: 0;
  transition: box-shadow 0.2s ease-in-out;
  z-index: 10;
}

.info-panel-container_open {
  top: auto;
  bottom: 0;
  animation: infopanel-open-bottom 0.2s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.info-panel-container_close {
  animation: infopanel-open-bottom 0.2s ease-in-out reverse;
}

.info-panel-container_top {
  top: auto;
  bottom: 100%;
}

.info-panel-container_top.info-panel-container_open {
  bottom: auto;
  top: 0;
  animation: infopanel-open-top 0.2s ease-in-out;
}

.info-panel-container_top.info-panel-container_close {
  animation: infopanel-open-top 0.2s ease-in-out reverse;
}

.magnific-popup ~ .info-panel-container {
  z-index: 15;
}

/* stylelint-disable-next-line block-no-empty */
.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;
}

/* stylelint-disable-next-line block-no-empty */
.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;
  }
}
.responsive-social-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 25%);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .responsive-social-button {
    display: none;
  }
}
.header-floating {
  background-color: #fff;
  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 {
  width: 145px;
}
@media screen and (max-width: 1200px) {
  .header-floating__logo {
    padding-right: 20px;
  }
}

.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;
  border-left: 1px solid lightgray;
  padding-left: 10px;
  margin-left: 10px;
  color: #686868;
  font-size: 10px;
  padding-right: 20px;
  max-width: 135px;
}
@media (min-width: 1200px) {
  .header-floating__logo-desc {
    display: block;
  }
}

@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: #cfcfcf;
  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;
  border-radius: 50%;
}

.hide-links-menu {
  position: relative;
}
.hide-links-menu:not(.hide-links-menu_inited) {
  overflow: hidden;
}

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

.error-page {
  text-align: center;
  width: 100%;
}

.error-page__container {
  padding: 60px;
}

.error-page__image-box {
  margin-bottom: 40px;
}

.error-page__header {
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .error-page__buttons {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .error-page__button {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    width: 208px;
  }
}
@media (max-width: 1023px) {
  .error-page__header {
    font-size: 18px;
  }
  .error-page__image {
    height: auto;
  }
  .error-page__buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 195px;
    margin: 25px auto 0;
  }
}
.login-page {
  visibility: hidden;
}
.login-page .wa-buttons-wrapper {
  display: block !important;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .login-page .wa-buttons-wrapper {
    margin-top: 10px;
  }
}
.login-page .wa-onetime-password-input-message,
.login-page .wa-send-again-onetime-password-link-wrapper,
.login-page .wa-send-onetime-password-edit-link-wrapper {
  margin-top: 15px;
}
.login-page .wa-send-onetime-password-edit-link,
.login-page .wa-send-again-onetime-password-link {
  font-size: 13px;
}
.login-page .wa-login-form-actions {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .login-page .wa-login-form-actions {
    margin-top: 20px;
  }
}
.login-page .wa-info-messages {
  margin-bottom: 30px;
}
.login-page .wa-field-remember-me {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .login-page .wa-field-remember-me {
    margin-top: 20px;
  }
}
.login-page .form-field_size_s .input-text {
  width: 500px;
}
@media (max-width: 1023px) {
  .login-page .form-field_size_s .input-text {
    width: 100%;
  }
}
.login-page .input-text.wa-error {
  border-color: #ff3131;
}

.login-page__auth-adapters {
  margin-bottom: 30px;
}

.login-page__nav-buttons {
  display: flex;
  align-items: center;
  width: 500px;
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .login-page__nav-buttons {
    width: 100%;
  }
}
.login-page__nav-buttons > * {
  margin-right: 16px;
}
.login-page__nav-buttons > *:last-child {
  margin-right: 0;
}
.login-page__nav-buttons .wa-js-old-button-place {
  display: none;
}

.login-page_js-is-init {
  visibility: visible;
}

@media (max-width: 1023px) {
  .login-page_general .login-page__nav-buttons {
    margin-top: 20px;
    justify-content: space-between;
  }
  .login-page_general .login-page__nav-buttons:not(.login-modal__nav-buttons) > * {
    margin-right: 16px;
    flex: auto;
  }
  .login-page_general .login-page__nav-buttons:not(.login-modal__nav-buttons) > *:last-child {
    margin-right: 0;
  }
}
.login-modal {
  width: 400px;
  margin: 0 auto;
}

.login-modal_general .wa-field-remember-me {
  margin-top: 0;
}

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

.login-modal__auth-adapters {
  text-align: center;
}

.login-modal__nav-buttons {
  display: flex;
  margin: 30px -40px -30px;
  max-width: none;
  width: auto;
}
.login-modal__nav-buttons > * {
  margin-right: 0;
}

.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;
  align-items: center;
  width: 100%;
}

.login-modal__submit-line-checkbox {
  flex-grow: 1;
  padding-right: 15px;
}

.login-modal__submit-line-button {
  flex-grow: 1;
  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-page {
  visibility: hidden;
}
.signup-page.form-decorator_js-is-init .wa-signup-form-wrapper,
.signup-page .form-decorator_js-is-init .wa-signup-form-wrapper {
  visibility: inherit !important;
}
.signup-page .wa-buttons-wrapper {
  margin-top: 30px;
  display: flex;
}
.signup-page .wa-login-url {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.signup-page .form-field_size_s .form-field__content-container .input-text {
  width: 500px;
}
@media (max-width: 1023px) {
  .signup-page .form-field_size_s .form-field__content-container .input-text {
    width: 100%;
  }
}
.signup-page .input-text.wa-error {
  border-color: #ff3131;
}

.signup-page__auth-adapters {
  margin-bottom: 30px;
}

.signup-page__login-button {
  margin-left: 15px;
}

.signup-page_js-is-init {
  visibility: inherit;
}

.signup-modal {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.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;
  }
  .signup-modal .wa-buttons-wrapper > * {
    flex: 1 1 0;
    width: 1px;
  }
}
.forgotpassword-page {
  visibility: hidden;
}
.forgotpassword-page .wa-forgotpassword-form-actions {
  margin-top: 15px;
}
.forgotpassword-page .wa-set-password-form-actions {
  margin-top: 30px;
}
.forgotpassword-page .wa-set-password-form-actions .wa-login-url {
  margin-top: 15px;
}
.forgotpassword-page .wa-uncaught-errors {
  margin-bottom: 5px;
}

.forgotpassword-page_js-is-init {
  visibility: inherit;
}

.forgotpassword-modal {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .forgotpassword-modal {
    width: 100%;
    margin: 0;
  }
}
/* stylelint-disable-next-line block-no-empty */
.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;
}

/* stylelint-disable-next-line block-no-empty */
.blog-sidebar-news__header-container {
  display: flex;
  align-items: center;
}

.blog-sidebar-news__header-text-container,
.blog-sidebar-news__link-container {
  margin-left: 15px;
  white-space: nowrap;
}
.blog-sidebar-news__header-text-container:first-child,
.blog-sidebar-news__link-container:first-child {
  width: 100%;
  margin-left: 0;
  white-space: normal;
}

.blog-posts-mini {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* stylelint-disable-next-line block-no-empty */
.blog-post-mini__date-container {
  font-size: 13px;
  color: #1b1b1b;
  margin-bottom: 10px;
  line-height: 1.2;
}

.blog-post-mini__title-container {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

/* stylelint-disable-next-line block-no-empty */
.photos-mini__list {
  margin-right: -5px;
}
.photos-mini__list::after {
  content: "";
  display: table;
  margin-top: -5px;
}

.photos-mini__footer {
  margin-top: 15px;
  line-height: 1.2;
}

.photos-mini__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
}

.photos-mini__item_hidden {
  display: none;
}

.photos-mini__hide-button {
  display: none;
}

.photos-mini.toggle-block_active .photos-mini__item_hidden {
  display: inline-block;
}
.photos-mini.toggle-block_active .photos-mini__hide-button {
  display: inline;
}
.photos-mini.toggle-block_active .photos-mini__show-button {
  display: none;
}

.photos-photo-mini {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.photos-photo-mini:hover {
  opacity: 1;
}

pre[rel=waException] {
  background-color: #eee;
  color: #000;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.add-to-cart {
  color: var(--add-to-cart-button-text-color);
  background-color: var(--add-to-cart-button-color);
}
.add-to-cart:hover:not(:disabled) {
  color: var(--add-to-cart-button-text-hover-color);
  background-color: var(--add-to-cart-button-color-hover);
}
.add-to-cart.button_style_inverse {
  color: var(--add-to-cart-button-color);
  background-color: transparent;
  border-color: var(--add-to-cart-button-color);
}
.add-to-cart.button_style_inverse:hover {
  color: var(--button-color-dark);
  border-color: var(--add-to-cart-button-color-hover);
  background: transparent;
}
.add-to-cart.button_style_inverse:disabled {
  background: #fafafa;
  color: #cfcfcf;
}

.product-favorite {
  color: #cfcfcf;
}
.product-favorite:hover {
  color: var(--accent-color);
}
.product-favorite svg {
  fill: #fff;
}

.product-favorite_active svg {
  color: #ff3131;
  fill: #ff3131;
}

.product-compare {
  color: #cfcfcf;
}
.product-compare:hover {
  color: var(--accent-color);
}
.product-compare svg {
  fill: #fff;
}

.product-compare_active svg {
  color: var(--primary-color);
  fill: var(--primary-color);
}

.posts-thumbs__wrapper {
  display: grid;
  gap: 24px 24px;
  grid-template-columns: repeat(var(--cols-count), minmax(0, 1fr));
}

.posts-thumbs__item {
  position: relative;
}

.posts-thumbs_slider {
  margin: -24px;
  padding: 24px 24px 24px 0;
}
.posts-thumbs_slider .posts-thumbs__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: initial;
}
.posts-thumbs_slider .posts-thumbs__item {
  padding-left: 24px;
  width: calc(100% / var(--cols-count));
  height: auto;
}
@media (max-width: 1023px) {
  .posts-thumbs_slider {
    margin: -15px;
    padding: 15px 15px 15px 0;
  }
  .posts-thumbs_slider .posts-thumbs__item {
    padding-left: 15px;
  }
}

.posts-thumbs {
  --cols-count: 4;
}
@media (max-width: 1440px) {
  .posts-thumbs {
    --cols-count: 3;
  }
}
@media (max-width: 1023px) {
  .posts-thumbs {
    --cols-count: 3;
  }
}
@media (max-width: 767px) {
  .posts-thumbs {
    --cols-count: 2;
  }
}
@media (max-width: 425px) {
  .posts-thumbs {
    --cols-count: 1;
  }
}

.posts-thumbs_size_s {
  --cols-count: 5;
}
@media (max-width: 1440px) {
  .posts-thumbs_size_s {
    --cols-count: 4;
  }
}
@media (max-width: 1023px) {
  .posts-thumbs_size_s {
    --cols-count: 3;
  }
}
@media (max-width: 767px) {
  .posts-thumbs_size_s {
    --cols-count: 2;
  }
}
@media (max-width: 425px) {
  .posts-thumbs_size_s {
    --cols-count: 1;
  }
}

.posts-thumbs_offset-sidebar {
  --cols-count: 3;
}
@media (max-width: 1023px) {
  .posts-thumbs_offset-sidebar {
    --cols-count: 3;
  }
}
@media (max-width: 767px) {
  .posts-thumbs_offset-sidebar {
    --cols-count: 2;
  }
}
@media (max-width: 425px) {
  .posts-thumbs_offset-sidebar {
    --cols-count: 1;
  }
}

.posts-thumbs_size_s.posts-thumbs_offset-sidebar {
  --cols-count: 4;
}
@media (max-width: 1440px) {
  .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
    --cols-count: 3;
  }
}
@media (max-width: 1023px) {
  .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
    --cols-count: 3;
  }
}
@media (max-width: 767px) {
  .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
    --cols-count: 2;
  }
}
@media (max-width: 425px) {
  .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
    --cols-count: 1;
  }
}

.post-thumb {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 19px;
  overflow: hidden;
  transition: box-shadow 0.2s ease-in-out;
}
.post-thumb:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
}

.post-thumb__image-container {
  margin: -20px -20px 20px;
}

.post-thumb__image-box {
  width: 100%;
  height: 200px;
  background-color: #e1e1e1;
}

.post-thumb__date-container {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.post-thumb__title-container {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  white-space: normal;
  -webkit-line-clamp: 3;
}

.post-thumb_size_s .post-thumb__image-box {
  height: 145px;
}
.post-thumb_size_s .post-thumb__image-box_full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .post-thumb:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  }
}
@keyframes megashop-catalog-extend-fadeout-up {
  from {
    height: auto;
    min-height: 100%;
    overflow: visible;
    transform: translateY(0);
    opacity: 1;
  }
  to {
    height: auto;
    min-height: 100%;
    overflow: visible;
    transform: translateY(10px);
    opacity: 0;
  }
}
.catalog-extend {
  position: relative;
}

.catalog-extend__list-container {
  width: 225px;
}
@media (min-width: 1200px) {
  .catalog-extend__list-container {
    width: 255px;
  }
}

.catalog-extend__columns-container {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: calc(var(--container-width) - 60px - 225px);
  background-color: #fff;
  padding: 0 20px;
  transform: translateZ(0);
  min-height: 100%;
  border-bottom-right-radius: 10px;
  animation: megashop-fadeout-up 0.2s ease-in-out;
  animation-play-state: paused;
}
@media (min-width: 1200px) {
  .catalog-extend__columns-container {
    width: calc(var(--container-width) - 90px - 255px);
  }
}

.catalog-extend__columns-container_right {
  right: 100%;
  left: auto;
}

.catalog-extend__columns {
  display: none;
  padding: 20px 0;
}

.catalog-extend__columns_active {
  display: block;
}

.catalog-extend_open .catalog-extend__columns-container {
  display: block;
  animation: megashop-fadein-up 0.2s ease-in-out;
  animation-play-state: paused;
}

.catalog-extend_animated .catalog-extend__columns-container {
  display: block;
  animation-play-state: running;
}

.catalog-extend_fixed-width {
  width: 225px;
}
@media (min-width: 1200px) {
  .catalog-extend_fixed-width {
    width: 255px;
  }
}

.catalog-flat {
  position: relative;
  width: 100%;
  max-height: calc(-135px + 100vh);
  overflow-y: auto;
  padding: 24px 32px;
}

.catalog-flat__list-container {
  width: 100%;
}

.catalog-flat__list {
  display: grid;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
}

.catalog-flat__content {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.catalog-flat__link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  font-weight: 500;
  color: #1b1b1b;
}
.catalog-flat__link:hover {
  color: var(--link-color-hover);
}

.catalog-flat__link_bold {
  font-weight: 600;
}

.catalog-flat__children-container {
  display: flex;
  flex-flow: column;
  gap: 12px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.catalog-flat__children-item {
  color: #686868;
}

.catalog-flat__children-link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  color: #686868;
}
.catalog-flat__children-link:hover {
  color: var(--link-color-hover);
}

.catalog-flat__show-more {
  display: flex;
  width: fit-content;
  margin-top: 16px;
}

.catalog-flat__item-image-container {
  display: flex;
}

.catalog-flat__item-image {
  height: 73px;
}

.catalog-flat__image {
  border-radius: 6px;
}

.catalog-flat__badge {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1.2;
}

.catalog-tree_fixed-width {
  width: 225px;
}
@media (min-width: 1200px) {
  .catalog-tree_fixed-width {
    width: 255px;
  }
}

.catalog-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.catalog-list__item {
  transform: translateZ(0);
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid var(--light-color);
}
.catalog-list__item:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}

.catalog-list__item-image-container {
  width: 44px;
  flex-shrink: 0;
  text-align: center;
  padding-right: 20px;
}

.catalog-list__item-image {
  max-width: 24px;
  max-height: 24px;
  vertical-align: top;
}

.catalog-list__content {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  line-height: 1.6;
}

.catalog-list__content_current {
  cursor: initial;
  background: var(--pale-color);
}

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

.catalog-list__arrow-icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  color: var(--link-color);
  margin: auto 0;
}

.catalog-list__item_right .catalog-list__arrow-icon {
  right: auto;
  left: 20px;
}

.catalog-list__children-container {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 255px;
  transform: translateZ(0);
}
.catalog-list__children-container .catalog-list {
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
}
.catalog-list__children-container .catalog-list__item {
  border-bottom-left-radius: 0;
}
.catalog-list__children-container .catalog-list__item:first-child {
  border-top-right-radius: 10px;
}

.catalog-list__children-container_left {
  right: 100%;
  left: auto;
  /* stylelint-disable-next-line no-descending-specificity */
}
.catalog-list__children-container_left .catalog-list {
  border-radius: 10px 0 0 10px;
}
.catalog-list__children-container_left .catalog-list__item {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
}
.catalog-list__children-container_left .catalog-list__item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}

.catalog-list__count {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: super;
  align-self: flex-start;
  color: #a0a0a0;
}

.catalog-list__badge {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1.2;
}

.catalog-list__item_has-children > .catalog-list__content {
  padding-right: 35px;
}
.catalog-list__item_has-children.catalog-list__item_right > .catalog-list__content {
  padding-right: 15px;
  padding-left: 35px;
}

.catalog-list__item_active {
  background: var(--light-color);
}
.catalog-list__item_active.catalog-list__item_has-children {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.catalog-list__item_active.catalog-list__item_has-children:last-child, .catalog-list__item_active.catalog-list__item_has-children ~ .catalog-list__item {
  border-bottom-right-radius: 0;
}
.catalog-list__item_active > .catalog-list__content .catalog-list__link {
  color: var(--link-color-hover);
}
.catalog-list__item_active > .catalog-list__children-container {
  display: block;
}

.catalog-list__children-container_animated {
  display: block;
}

.catalog-list__children-container_open-animation {
  animation: megashop-fadein-up 0.2s ease-in-out;
}

.catalog-list__children-container_close-animation {
  animation: megashop-fadeout-up 0.2s ease-in-out forwards;
}

.catalog-list_depth_1 > .catalog-list__item_active > .catalog-list__content .catalog-list__link {
  color: var(--link-color-hover);
}

.catalog-list_depth_2 > .catalog-list__item > .catalog-list__content .catalog-list__link {
  color: #606060;
}
.catalog-list_depth_2 > .catalog-list__item_active > .catalog-list__link {
  color: var(--link-color);
}

.catalog-list_side_right .catalog-list__children-container {
  border-left: 0;
  left: auto;
  border-right: 1px solid var(--light-color);
  right: 100%;
}
.catalog-list_side_right .catalog-list__item_active.catalog-list__item_has-children:last-child, .catalog-list_side_right .catalog-list__item_active.catalog-list__item_has-children ~ .catalog-list__item {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.catalog-columns {
  display: block;
  width: 100%;
  line-height: 1.2;
  column-fill: balance;
  column-gap: 60px;
}

.catalog-columns-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.catalog-columns-header__title {
  font-size: 18px;
}

.catalog-columns__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.catalog-columns__category-container {
  padding-top: 30px;
}

.catalog-columns__category-container_break-avoid {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
}

.catalog-columns__category-container_left,
.catalog-columns__category-container_top {
  display: flex;
  gap: 20px;
}

.catalog-columns__category-container_top {
  flex-direction: column;
}

/* stylelint-disable-next-line block-no-empty */
.catalog-columns__image-box {
  width: 60px;
  height: 60px;
}

.catalog-columns__image {
  border-radius: 6px;
}

.catalog-columns__link {
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.catalog-columns__link_bold {
  font-weight: 600;
}

.catalog-columns__count {
  position: relative;
  margin-left: 4px;
  color: var(--primary-color);
}

.catalog-columns__subcategories {
  margin-top: 16px;
}

.catalog-columns__subcategory {
  margin-top: 12px;
}

.catalog-columns__subcategory_hidden {
  display: none;
}

.catalog-columns__subcategories.toggle-block_active .catalog-columns__subcategory_hidden {
  display: block;
}

.catalog-columns__subcategory-link {
  color: #606060;
  transition: color 0.2s ease-in-out;
}

.catalog-columns__category-badge {
  display: inline-block;
  vertical-align: bottom;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1.2;
}

.catalog-columns_simple {
  display: flex;
}

.catalog-dropdown {
  display: none;
  position: absolute;
  transform: translateZ(0);
  animation: megashop-fadeout-up 0.2s ease-in-out;
  animation-play-state: paused;
}

.catalog-dropdown_open {
  display: block;
  animation: megashop-fadein-up 0.2s ease-in-out;
  animation-play-state: paused;
}

.catalog-dropdown_animated {
  display: block;
  animation-play-state: running;
}

.horizontal-catalog {
  display: none;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: calc(var(--container-width) - 60px);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 1200px) {
  .horizontal-catalog {
    width: calc(var(--container-width) - 90px);
  }
}

.horizontal-catalog__category {
  display: none;
  padding: 30px 24px;
}

.horizontal-catalog_wo-top-offset .horizontal-catalog__category {
  padding-top: 0;
}

.horizontal-catalog__category_active {
  display: block;
}

.horizontal-catalog_open {
  display: block;
  visibility: inherit;
  pointer-events: inherit;
  animation: megashop-fade-up 0.2s ease-in-out;
}

.horizontal-catalog_close {
  animation: megashop-fade-up 0.2s ease-in-out reverse;
}

.brands-dropdown {
  display: none;
  position: absolute;
  width: calc(var(--container-width) - 60px);
  transform: translateZ(0);
  animation: megashop-fadeout-up 0.2s ease-in-out;
  animation-play-state: paused;
}
@media (min-width: 1200px) {
  .brands-dropdown {
    width: calc(var(--container-width) - 90px);
  }
}

.brands-dropdown_open {
  display: block;
  animation: megashop-fadein-up 0.2s ease-in-out;
  animation-play-state: paused;
}

.brands-dropdown_animated {
  display: block;
  animation-play-state: running;
}

.brands-catalog {
  padding: 30px;
  background-color: #fff;
}

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

.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;
  }
}
.cart-popup {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 29px 39px;
  width: 500px;
  line-height: 1.2;
  position: absolute;
  right: -50px;
  top: 15px;
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  color: #1b1b1b;
}

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

.cart-popup__header {
  margin-bottom: 30px;
}

.cart-popup__items-container {
  margin-bottom: 30px;
  overflow-y: auto;
  max-height: 242px;
  margin-right: -35px;
  padding-right: 35px;
  position: relative;
}

.cart-popup__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
}

.cart-popup__item + .cart-popup__item {
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
}

.cart-popup__total-container {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.cart-popup__total-label {
  flex-grow: 1;
  font-size: 16px;
}

.cart-popup__total {
  white-space: nowrap;
  font-weight: 500;
  font-size: 36px;
}

.cart-popup__buttons {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 20px;
  width: 100%;
}

.cart-popup__button {
  width: 200px;
}

.cart-popup__button_fill {
  width: 100%;
}

.cart-popup-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.cart-popup-item__image-container {
  width: 80px;
  flex-shrink: 0;
  padding-right: 20px;
}

.cart-popup-item__image-box {
  width: 60px;
  height: 60px;
}

.cart-popup-item__info-container {
  width: 180px;
  flex-grow: 1;
  flex-shrink: 0;
}

.cart-popup-item__name-container {
  font-weight: 500;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  margin-bottom: 4px;
  white-space: normal;
}

.cart-popup-item__quantity-container {
  font-size: 11px;
  color: #686868;
}

.cart-popup-item__total-container {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.cart-popup-item__delete-container {
  width: 40px;
  flex-shrink: 0;
  text-align: right;
}

/* stylelint-disable-next-line block-no-empty */
.cart-popup-container__popup {
  position: relative;
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
}

.cart-popup-container_open .cart-popup-container__popup {
  visibility: visible;
  pointer-events: inherit;
  animation: megashop-fade-up 0.2s ease-in-out;
}

.cart-popup-container_close .cart-popup-container__popup {
  animation: megashop-fade-up 0.2s ease-in-out reverse;
}

.page_buy1click {
  /* stylelint-disable-next-line block-no-empty */
}
.page_buy1click .buy1click-decorator_button .buy1click-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;
  color: var(--button-color);
  background-color: var(--button-color-light);
  display: block;
  width: 100%;
  width: 100% !important;
}
.page_buy1click .buy1click-decorator_button .buy1click-button:hover, .page_buy1click .buy1click-decorator_button .buy1click-button.button_active {
  background-color: var(--button-color-hover);
}
.page_buy1click .buy1click-decorator_button .buy1click-button:disabled, .page_buy1click .buy1click-decorator_button .buy1click-button.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
.page_buy1click .buy1click-decorator_button .buy1click-button:hover {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.page_buy1click .buy1click-decorator_button .buy1click-button:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.page_buy1click .buy1click-decorator_button .buy1click-button.button_active {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.page_buy1click .buy1click-decorator_cart-button .buy1click-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;
  color: var(--button-color);
  background-color: var(--button-color-light);
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 9px 19px 10px;
  text-align: center;
  width: 100% !important;
}
.page_buy1click .buy1click-decorator_cart-button .buy1click-button:hover, .page_buy1click .buy1click-decorator_cart-button .buy1click-button.button_active {
  background-color: var(--button-color-hover);
}
.page_buy1click .buy1click-decorator_cart-button .buy1click-button:disabled, .page_buy1click .buy1click-decorator_cart-button .buy1click-button.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
.page_buy1click .buy1click-decorator_cart-button .buy1click-button:hover {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.page_buy1click .buy1click-decorator_cart-button .buy1click-button:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.page_buy1click .buy1click-decorator_cart-button .buy1click-button.button_active {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.page_buy1click .buy1click-decorator_link .buy1click-button {
  background: initial;
  padding: initial;
  margin: initial;
  border: initial;
  color: inherit;
  outline: initial;
  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-alhpa-5);
}
.page_buy1click .buy1click-decorator_link .buy1click-button:hover {
  background: initial;
}
.page_buy1click .buy1click-decorator_link .buy1click-button.button_active {
  background: initial;
}
.page_buy1click .buy1click-form,
.page_buy1click .buy1click-form *,
.page_buy1click .buy1click-input-text,
.page_buy1click .buy1click-button,
.page_buy1click .buy1click-form-button,
.page_buy1click .buy1click-select.jq-selectbox .jq-selectbox__search input {
  font-family: inherit !important;
}
.page_buy1click .product-add-to-cart__buy-one-click .buy1click-decorator .buy1click-button {
  font-size: 16px;
  padding: 9px 19px 10px;
  text-align: center;
}

.page_buy1click2 .buy1click2-decorator {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.page_buy1click2 .buy1click2-button {
  line-height: 1.2;
  border-radius: var(--inputs-buttons-border-radius);
}

.page_ordercall .oc form a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.page_ordercall .oc form a:hover {
  color: var(--link-color-hover);
}
.page_ordercall .oc form input[type=text] {
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  font-size: 14px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background: #fff;
  outline: 0;
  transition: border-color 0.2s ease-in-out;
}
.page_ordercall .oc form input[type=text]:disabled {
  cursor: default;
  color: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.page_ordercall .oc form .input[type=text]:focus {
  border-color: #f2f2f2;
}
.page_ordercall .oc form .oc-light-form-button {
  background: var(--button-color);
  color: var(--button-text-color);
}
.page_ordercall .oc form .oc-light-form-button:focus, .page_ordercall .oc form .oc-light-form-button:hover {
  background: var(--button-color-hover);
}

.page_regions .shop-regions__window {
  font-family: inherit;
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_regions .shop-regions__window .shop-regions-window__wrapper {
  border-radius: 5px;
  font-family: inherit;
  box-shadow: none;
  color: #686868;
}
.page_regions .shop-regions__window .shop-regions__button-close {
  top: 10px;
  right: 10px;
}
.page_regions .shop-regions__window .shop-regions-window__search .shop-regions-window__sub-header {
  margin-bottom: 10px;
}
.page_regions .shop-regions__window .shop-regions-window__search .shop-regions-window__sub-subheader {
  margin-bottom: 15px;
}
.page_regions .shop-regions__window .shop-regions-window_show {
  background: rgba(0, 0, 0, 0.3);
}
.page_regions .shop-regions__window .shop-regions-window__sub-header {
  font-size: 16px;
  color: #1b1b1b;
}
.page_regions .shop-regions__window .shop-regions-window-search__input {
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  font-size: 14px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background: #fff;
  outline: 0;
  transition: border-color 0.2s ease-in-out;
}
.page_regions .shop-regions__window .shop-regions-window-search__input:disabled {
  cursor: default;
  color: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.page_regions .shop-regions__window .shop-regions-window-search__input:focus {
  border-color: #f2f2f2;
}
.page_regions .shop-regions__window .shop-regions-window__link {
  color: #686868;
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  font-weight: normal;
  font-size: 14px;
}
.page_regions .shop-regions__window .selected_region .shop-regions-window__link,
.page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-show-all-regions,
.page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.page_regions .shop-regions__window .selected_region .shop-regions-window__link:hover,
.page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-show-all-regions:hover,
.page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions:hover {
  color: var(--link-color-hover);
}
.page_regions .shop-regions__window .shop-regions-window__link:hover {
  color: #606060;
}
.page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions::first-letter,
.page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-show-all-regions::first-letter {
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .page_regions .shop-regions .shop-regions-window__wrapper {
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 1;
    background: #fff;
    padding: 60px 15px 30px;
    width: 100%;
  }
  .page_regions .shop-regions .shop-regions-window__sub-subheader {
    display: none;
  }
  .page_regions .shop-regions .shop-regions-window-search__input {
    margin-top: 30px;
    height: 40px;
  }
  .page_regions .shop-regions .shop-regions-window__sub-header,
  .page_regions .shop-regions .shop-regions-window__search .shop-regions-window__sub-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    background: #fafafa;
    height: 60px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: #686868;
  }
  .page_regions .shop-regions .shop-regions-window__search,
  .page_regions .shop-regions .shop-regions-window__regions_popular,
  .page_regions .shop-regions .shop-regions-window__triggers {
    padding: 0;
  }
  .page_regions .shop-regions .shop-regions-window__region {
    padding: 22px 0;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    color: #686868;
  }
  .page_regions .shop-regions .shop-regions-window__link {
    color: #1b1b1b;
  }
  .page_regions .shop-regions .shop-regions-window .clear_search {
    top: 40px;
    color: #bdbdbd;
    margin: 0;
  }
  .page_regions .shop-regions .without_regions .shop-regions-window__regions.search_result {
    margin-left: 0;
  }
  .page_regions .shop-regions .shop-regions-window .no_found_message {
    text-align: center;
  }
  .page_regions .shop-regions .shop-regions-window-search {
    width: 100%;
  }
  .page_regions .shop-regions .shop-regions-window__regions-column {
    width: 100%;
  }
  .page_regions .shop-regions .shop-regions-window__regions_all {
    padding-left: 0;
  }
  .page_regions .shop-regions .shop-regions__button-close {
    color: #bdbdbd;
    top: 23px;
    right: 20px;
    font-size: 17px;
    line-height: 14px;
    z-index: 1;
  }
  .page_regions .shop-regions .shop-regions__button-close::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ibWVnYXNob3AtaWNvbl9hcnJvdy1sZWZ0IiBmaWxsPSIjQkRCREJEIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDEwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48cGF0aCBkPSJNNiAxLjE3NUwyLjI4OCA1IDYgOC44MjUgNC44NTIgMTAgMCA1bDQuODUyLTVMNiAxLjE3NXoiPjwvcGF0aD48L3N2Zz4=");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 0;
    right: calc(100vw - 50px);
    content: "";
  }
  .page_regions .shop-regions .shop-regions__ip-analyzer-variants {
    display: none !important;
  }
}

.page_searchpro {
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_searchpro .searchpro__dropdown {
  width: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 100%;
  z-index: 2;
  max-height: 600px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-top: 5px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-link {
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #000;
  transition: color 0.3s, background-color 0.3s;
  font-size: 14px;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-link:hover {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-link.js-searchpro__dropdown-entity--active {
  color: #000;
  background-color: #f8f8f8;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-count {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.page_searchpro .searchpro__dropdown a.searchpro__dropdown-entity {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-group-categories a.searchpro__dropdown-entity {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price .ruble.ruble {
  font-family: inherit;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-group-title {
  position: relative;
  font-size: 12px;
  padding: 10px 20px;
  color: #686868;
  text-transform: uppercase;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-group-title::after {
  content: "";
  height: 1px;
  border-top: 1px solid #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all {
  border-top: 1px solid #f2f2f2;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity {
  display: block;
  padding: 7px 20px;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity:hover, .page_searchpro .searchpro__dropdown .searchpro__dropdown-entity.js-searchpro__dropdown-entity--active {
  background-color: #f8f8f8;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity:hover .searchpro__dropdown-entity_delete-button, .page_searchpro .searchpro__dropdown .searchpro__dropdown-entity.js-searchpro__dropdown-entity--active .searchpro__dropdown-entity_delete-button {
  opacity: 1;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_delete-button {
  opacity: 0;
  float: right;
  font-size: 12px;
  color: #bdbdbd;
  transition: opacity 0.3s, color 0.3s;
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_delete-button:hover {
  color: #000;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_name {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_subname {
  color: #686868;
  font-size: 12px;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_image-container {
  float: left;
  margin-right: 10px;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_summary {
  margin-top: 5px;
  font-size: 0.8em;
  color: #777;
  white-space: normal;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price {
  font-size: 16px;
  font-weight: 500;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price .ruble {
  font-family: ALSRubl-Arial, Arial, sans-serif;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price-container {
  margin-top: 5px;
}
.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_compare-price {
  font-size: 0.8em;
  color: #777;
  text-decoration: line-through;
}
.page_searchpro .searchpro__dropdown .searchpro-highlighted {
  font-weight: 500;
}
.page_searchpro .searchpro__field {
  position: relative;
  color: #1b1b1b;
}
.page_searchpro .searchpro__field .searchpro__field-container.js-searchpro__field-container--focus {
  border-color: var(--dark-color);
}
.page_searchpro .searchpro__field .searchpro__field-container.loading {
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.05)), repeating-linear-gradient(-45deg, #eee, #eee 11px, #fff 10px, #fff 20px), linear-gradient(to bottom, #fff, #eee);
  background-size: 28px;
  animation: loading 0.75s linear infinite;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container {
  position: relative;
  height: 28px;
  user-select: none;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label {
  cursor: pointer;
  padding: 0 35px 0 20px;
  position: relative;
  transition: background-color 0.3s;
  max-width: 160px;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label span {
  white-space: nowrap;
  max-width: 150px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: var(--primary-color);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s background-color, 0.3s height;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:hover::before {
  background-color: var(--dark-color-alpha-5);
  height: 100%;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width=%228%22%20height=%225%22%20viewBox=%220%200%208%205%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0.94%20-5.1411e-08L4%203.09299L7.06%20-5.1411e-08L8%200.956873L4%205L0%200.956873L0.94%20-5.1411e-08Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
  background-size: contain;
  width: 8px;
  height: 5px;
  right: 20px;
  transition: transform 0.3s;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label.js-searchpro__field-category-selector-active::after {
  transform: rotate(-90deg);
}
@media (max-width: 550px) {
  .page_searchpro .searchpro__field .searchpro__field-categories-container {
    display: none;
  }
}
.page_searchpro .searchpro__field .searchpro__field-category,
.page_searchpro .searchpro__field .searchpro__field-subcategory {
  padding: 7px 20px;
  transition: color 0.3s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #686868;
}
.page_searchpro .searchpro__field .searchpro__field-category-all,
.page_searchpro .searchpro__field .searchpro__field-subcategory-all {
  color: #000;
}
.page_searchpro .searchpro__field .searchpro__field-category.selected,
.page_searchpro .searchpro__field .searchpro__field-subcategory.selected {
  font-weight: 500;
}
.page_searchpro .searchpro__field .searchpro__field-category:hover,
.page_searchpro .searchpro__field .searchpro__field-subcategory:hover {
  color: var(--link-color);
}
.page_searchpro .searchpro__field .searchpro__field-category:first-child {
  padding-top: 15px;
}
.page_searchpro .searchpro__field .searchpro__field-category:last-child,
.page_searchpro .searchpro__field .searchpro__field-subcategories-list:last-child .searchpro__field-subcategory:last-child {
  padding-bottom: 15px;
}
.page_searchpro .searchpro__field .searchpro__field-subcategories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%224%22%20height=%224%22%20viewBox=%220%200%204%204%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx=%222%22%20cy=%222%22%20r=%222%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
}
.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategories-list {
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategory {
  padding-left: 50px;
}
.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategory {
  padding-left: 40px;
}
.page_searchpro .searchpro__field-container {
  border: 1px solid var(--primary-color);
  display: flex;
  border-radius: var(--inputs-buttons-border-radius);
  background: #fff;
  align-items: center;
  justify-content: stretch;
}
.page_searchpro .searchpro-wrapper_style_inverse .searchpro__field-container {
  border-color: transparent;
}
.page_searchpro .searchpro__field-input-container,
.page_searchpro .searchpro__field-categories-container,
.page_searchpro .searchpro__field-button-container {
  flex: none;
  position: relative;
}
.page_searchpro .searchpro__field-input-container {
  flex: auto;
}
.page_searchpro .searchpro__field-button-container {
  line-height: 0;
  overflow: hidden;
  align-self: stretch;
  border: 0;
  border-top-right-radius: calc(var(--inputs-buttons-border-radius) - 2px);
  border-bottom-right-radius: calc(var(--inputs-buttons-border-radius) - 2px);
}
.page_searchpro .searchpro__field-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: #fff;
  height: 100%;
  padding: 0 20px;
  background-color: var(--button-color);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.page_searchpro .searchpro-wrapper_size_l .searchpro__field-button {
  padding-top: 11px;
  padding-bottom: 11px;
}
.page_searchpro .searchpro__field-button:hover {
  background-color: var(--button-color-hover);
}
.page_searchpro .header-bottom-bar__container-search .searchpro__field-button {
  background-color: var(--header-bottom-bar-btn-color);
}
.page_searchpro .header-bottom-bar__container-search .searchpro__field-button:hover {
  background-color: var(--header-bottom-bar-btn-hover-color);
}
.page_searchpro .header-bottom-bar__container-search .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::before {
  background-color: var(--header-bottom-bar-btn-color);
}
.page_searchpro .searchpro__field-input {
  width: 100%;
  line-height: 1.2;
  padding: 6px 14px;
  font-size: 14px;
  vertical-align: top;
  outline: none;
  transition: border-color 0.2s ease-in-out;
  border: 0;
  background: transparent;
}
.page_searchpro .searchpro__field-categories-list {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 2;
  border: 1px solid #f4f4f4;
  padding: 0;
  margin: 5px 0 0;
  width: 280px;
  max-height: 400px;
  overflow-y: auto;
}
.page_searchpro .searchpro__field-categories-label {
  padding: 7px 7px 8px;
}
.page_searchpro .searchpro__field-container.js-searchpro__field-container--loading .searchpro__field-input-container::after {
  content: "";
  position: absolute;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22xMidYMid%22%20viewBox=%220%200%20100%20100%22%20class=%22lds-rolling%22%20style=%22background:%20none%22%3E%3Ccircle%20cx=%2250%22%20cy=%2250%22%20fill=%22none%22%20stroke=%22%23bdbdbd%22%20stroke-width=%2210%22%20r=%2244%22%20stroke-dasharray=%22207.34511513692632%2071.11503837897544%22%20transform=%22rotate(104%2050%2050)%22%3E%3CanimateTransform%20attributeName=%22transform%22%20type=%22rotate%22%20calcMode=%22linear%22%20values=%220%2050%2050%3B360%2050%2050%22%20keyTimes=%220%3B1%22%20dur=%221.5s%22%20begin=%220s%22%20repeatCount=%22indefinite%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_searchpro .searchpro__field-container .searchpro__field-clear-button {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.page_searchpro .searchpro__field-container .searchpro__field-clear-button:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%20fill=%22none%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23000000%22/%3E%3C/svg%3E");
}
.page_searchpro .js-searchpro__dropdown,
.page_searchpro .js-searchpro__helper {
  z-index: 999;
  position: absolute;
}
.page_searchpro .searchpro-wrapper_alt-search {
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container {
  border-color: transparent;
  background: transparent;
  color: #686868;
  padding-right: 30px;
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container.js-searchpro__field-container--focus {
  border-color: transparent;
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-button-container {
  display: none;
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-input {
  color: white;
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-categories-label span {
  color: white;
}
.page_searchpro .searchpro-wrapper_alt-search .header-bottom-bar-alt-search__close-button {
  color: white;
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-input::placeholder {
  color: white;
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::before {
  background-color: var(--accent-color);
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%228%22%20height=%225%22%20viewBox=%220%200%208%205%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0.94%20-5.1411e-08L4%203.09299L7.06%20-5.1411e-08L8%200.956873L4%205L0%200.956873L0.94%20-5.1411e-08Z%22%20fill=%22%23ffffff%22/%3E%3C/svg%3E");
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container.js-searchpro__field-container--loading .searchpro__field-input-container::after {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22xMidYMid%22%20viewBox=%220%200%20100%20100%22%20class=%22lds-rolling%22%20style=%22background:%20none;%22%3E%3Ccircle%20cx=%2250%22%20cy=%2250%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%2210%22%20r=%2244%22%20stroke-dasharray=%22207.34511513692632%2071.11503837897544%22%20transform=%22rotate(104%2050%2050)%22%3E%3CanimateTransform%20attributeName=%22transform%22%20type=%22rotate%22%20calcMode=%22linear%22%20values=%220%2050%2050%3B360%2050%2050%22%20keyTimes=%220%3B1%22%20dur=%221.5s%22%20begin=%220s%22%20repeatCount=%22indefinite%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container .searchpro__field-clear-button,
.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container .searchpro__field-clear-button:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23ffffff%22/%3E%3C/svg%3E");
}
.page_searchpro .searchpro-wrapper_responsive .searchpro__field-container {
  border: 0;
}
.page_searchpro .searchpro-wrapper_responsive .searchpro__field-input {
  height: 60px;
}
.page_searchpro .searchpro-wrapper_responsive .searchpro__field-button-container {
  display: none;
}
@media (max-width: 1023px) {
  .page_searchpro .searchpro__field-input {
    padding-left: 0;
  }
  .page_searchpro .js-searchpro__helper::before,
  .page_searchpro .js-searchpro__dropdown::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    inset: 0 0 0 -49px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
  }
  .page_searchpro .searchpro__dropdown {
    width: 100vw;
    left: -49px;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    top: -5px;
  }
  .page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_delete-button {
    display: none;
  }
}

/* stylelint-disable-next-line block-no-empty */
.searchpro-page_no-filters .searchpro-page__filters {
  display: none;
}

.searchpro-page__categories-container {
  margin-bottom: 20px;
}

.page_cityselect .b-cityselect__wrapper--megashop3 .b-cityselect__city {
  color: var(--top-header-link-color);
}
.page_cityselect .cityselect-modal .b-cityselect__change--megashop3 {
  padding: 0;
}
.page_cityselect .b-cityselect__notifier {
  border: none;
  border-radius: 10px;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes {
  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;
  font-size: 13px;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 4px 9px 5px;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes:hover, .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_active {
  background-color: var(--button-color-hover);
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes:disabled, .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_icon {
  padding: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
@media (max-width: 1023px) {
  .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes {
    padding: 4px 9px 5px;
  }
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no {
  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;
  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;
  font-size: 13px;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 4px 9px 5px;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:hover, .page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_active {
  background-color: var(--button-color-hover);
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:disabled, .page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:hover {
  color: var(--button-color-dark);
  background-color: transparent;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_active {
  color: var(--button-color-dark);
  background-color: transparent;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_icon {
  padding: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
@media (max-width: 1023px) {
  .page_cityselect .b-cityselect__notifier .b-cityselect__city_no {
    padding: 4px 9px 5px;
  }
}
.page_cityselect .b-cityselect__notifier_triangle::before {
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: #eaeaea;
  top: auto;
  left: 20px;
  bottom: 100%;
}
.page_cityselect .b-cityselect__notifier_triangle::after {
  border: 6px solid transparent;
  top: auto;
  left: 20px;
  bottom: 100%;
  border-top: 0;
  border-bottom-color: #fff;
}
@media (max-width: 1023px) {
  .page_cityselect .b-cityselect__notifier {
    position: fixed;
    top: 45px;
    left: 20px;
  }
  .page_cityselect .b-cityselect__notifier_triangle {
    display: none;
  }
}

.customer-reviews .customer-reviews-pagination {
  text-align: center;
  padding-bottom: 0;
}
.customer-reviews .customer-reviews-pagination_top {
  margin-bottom: 24px;
}
.customer-reviews .customer-reviews-pagination_bottom {
  margin-top: 24px;
}

div.is-full-screen.ig-dialog-wrap .w-dialog-block {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  margin: 8px auto;
}
div.is-full-screen.ig-dialog-wrap:not(.p-loaded) .w-dialog-block {
  display: none;
}
div.is-full-screen.ig-dialog-wrap .w-dialog-background {
  background-color: rgba(0, 0, 0, 0.8);
}
div.is-full-screen.ig-dialog-wrap .w-dialog-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog {
  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;
  color: #686868;
  background-color: #f2f2f2;
}
div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:hover, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog.button_active {
  background-color: var(--button-color-hover);
}
div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:disabled, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog .button__icon {
  color: #bdbdbd;
  transition: color 0.2s ease-in-out;
}
div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:hover {
  background-color: #eaeaea;
}
div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:hover .button__icon {
  color: #686868;
}
div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog.button_active {
  background-color: #eaeaea;
}
@media (max-width: 1023px) {
  div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.page_promos .promos-pppt,
.page_promos .promos-pcpt,
.page_promos .promos-gift-outer-wrap {
  border-radius: var(--inputs-buttons-border-radius);
}
.page_promos .promos-gift-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.page_promos .promos-gift-header::before {
  content: "";
  display: inline-block;
  background: url("../svg/icon.sprite.svg#gift") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.page_promos .promos-gift-inner-wrap {
  display: flex;
  gap: 8px;
}
.page_promos .promos-gift-inner-wrap > div:not(.promos-gift-block-outer) {
  display: none;
}
.page_promos .pp-active {
  border-radius: var(--inputs-buttons-border-radius);
}
.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-block,
.page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-block {
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 15px;
  box-shadow: none;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header,
.page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header {
  padding: 30px 40px 15px;
  background-color: transparent;
  border-radius: 15px 15px 0 0;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header h3,
.page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header h3 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header h3,
  .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header h3 {
    font-size: 18px;
  }
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-dialog-wrap,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-dialog-wrap {
  overflow: hidden auto;
  padding: 15px 40px 0;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-dialog-wrap p,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-dialog-wrap p {
  margin: 0;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider::before,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider::before {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  width: 30px;
  height: 30px;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item label,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item label {
  position: relative;
  display: block;
  padding: 8px;
  overflow: hidden;
  cursor: pointer;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio],
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio] {
  display: none;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio]:checked ~ .promos-gift-slider__name::after,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio]:checked ~ .promos-gift-slider__name::after {
  border-color: var(--accent-color);
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__img,
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__img,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name {
  padding-left: 0;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name {
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name::after,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  border: 2px solid #f2f2f2;
  border-radius: 15px;
  pointer-events: none;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name a,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  color: #686868;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-footer,
.page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-footer {
  padding: 0 40px 30px;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase {
  padding-bottom: 30px;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button],
.page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=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;
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button]:hover, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_active,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button]:hover,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_active {
  background-color: var(--button-color-hover);
}
.page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button]:disabled, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_disabled,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button]:disabled,
.page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
@media (max-width: 1023px) {
  .page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-block,
  .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-block {
    border-radius: 0;
  }
  .page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header,
  .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header {
    padding: 20px;
  }
  .page_promos div.gifts-dialog.ig-dialog-wrap .promos-dialog-wrap,
  .page_promos div.skus-dialog.ig-dialog-wrap .promos-dialog-wrap {
    padding: 0 20px;
  }
  .page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-footer,
  .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-footer {
    padding: 0 20px 20px;
  }
}

.promos-prompting .promos-gift-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-alhpa-5);
  color: inherit;
  padding-left: 0;
  border-color: inherit;
}
.promos-prompting .promos-gift-link:hover {
  border-color: transparent;
}

.promos-gift-name a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  color: #686868;
}
.promos-gift-name a:hover {
  color: #606060;
}
.promos-gift-name .promos-gift-link-inner {
  display: block;
  border-bottom: none;
}
.promos-gift-name .promos-gift-link-inner span {
  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-alhpa-5);
}

.promos-gift-block {
  /* stylelint-disable-next-line no-descending-specificity */
}
.promos-gift-block .promos-gift-image {
  display: block;
  background-color: #fff;
}
.promos-gift-block .promos-gift-image img {
  display: block;
}
.promos-gift-block .promos-gift-link {
  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;
  width: auto;
}
.promos-gift-block .promos-gift-link:hover, .promos-gift-block .promos-gift-link.button_active {
  background-color: var(--button-color-hover);
}
.promos-gift-block .promos-gift-link:disabled, .promos-gift-block .promos-gift-link.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
.promos-gift-block .promos-gift-link .promos-gift-link-inner {
  border-bottom: none;
}
.promos-gift-block .promos-gift-delete {
  background: url("../svg/icon.sprite.svg#cross-grey") center/cover no-repeat;
  width: 16px;
  height: 16px;
  transform: scale(0.8);
}
.promos-gift-block .promos-gift-delete svg {
  display: none;
}

.promos-gift-slider.slick-slider .slick-track {
  display: flex;
}
.promos-gift-slider.slick-slider .slick-slide {
  float: none;
  height: auto;
}
.promos-gift-slider.slick-slider .slick-slide > div,
.promos-gift-slider.slick-slider .slick-slide .promos-gift-slider__item,
.promos-gift-slider.slick-slider .slick-slide label { /* stylelint-disable-line no-descending-specificity */
  height: 100%;
}