@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -7px;
  top: -5px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #d7d7d7;
  border-radius: 2px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #ea4e00;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 50%;
  background: #2c3337;
  cursor: -webkit-grab;
  cursor: grab;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "lg";
  font-display: swap;
  src: url("../fonts/lg.woff2") format("woff2");
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  height: 100vh;
  scroll-behavior: smooth;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  font-family: "Inter", "Arial", sans-serif;
  color: #2c3337;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  @media md-max {
    body.ios-safari-overflow {
      overflow: hidden;
    }
  }
}

::-moz-selection {
  background-color: #ea4e00;
  color: #ffffff;
}

::selection {
  background-color: #ea4e00;
  color: #ffffff;
}

::-moz-selection {
  background-color: #ea4e00;
  color: #ffffff;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: inline-block;
  word-break: break-all;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin: 0;
}

button {
  cursor: pointer;
  padding: 0;
  background: none;
  border: 0;
}
button:focus {
  outline: 0;
}
button:focus-within {
  outline: 0;
}
button:focus-visible {
  outline: 0;
}

[hidden] {
  display: none !important;
}

dd {
  margin-left: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

details {
  list-style: none;
}
details::webkit-details-marker {
  display: none;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.container {
  width: 100%;
  max-width: 767.9px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .container {
    max-width: 1365.9px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
.container--slider {
  position: relative;
  padding-right: 0;
}
@media (min-width: 1366px) {
  .container--slider {
    padding-right: 80px;
  }
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

h2 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
}

h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1366px) {
  h3 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.block-wrapper h2 {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .block-wrapper h2 {
    margin-bottom: 32px;
  }
}
.block-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-wrapper ul li:not(:last-child) {
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .block-wrapper ul li:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media (min-width: 1366px) {
  .block-wrapper ul li:not(:last-child) {
    margin-bottom: 64px;
  }
}
.block-wrapper h2 ~ ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.block-wrapper h2 ~ ul li:not(:last-child) {
  margin-bottom: 24px;
}
.block-wrapper h2 ~ ul li::before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #ea4e00;
}
@media (min-width: 768px) {
  .block-wrapper h2 ~ ul li::before {
    top: 10px;
  }
}

.attention-wrapper {
  position: relative;
  background-color: #f8f8f8;
  padding: 84px 20px 32px;
}
@media (min-width: 768px) {
  .attention-wrapper {
    padding: 48px 52px 48px 112px;
  }
}
@media (min-width: 1366px) {
  .attention-wrapper {
    padding: 48px 57px 64px 112px;
  }
}
.attention-wrapper h2 {
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .attention-wrapper h2 {
    font-size: 20px;
  }
}
.attention-wrapper p {
  font-size: 16px;
  line-height: 1.5;
}
.attention-wrapper p:not(:last-of-type) {
  margin-bottom: 24px;
}
.attention-wrapper::before {
  position: absolute;
  content: " ";
  top: 24px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-image: url("../img/attention-sign.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .attention-wrapper::before {
    width: 48px;
    height: 48px;
    top: 40px;
    left: 32px;
  }
}

.publication-wrapper figure {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .publication-wrapper figure {
    margin: 0;
    border-radius: 4px;
    margin-bottom: 34px;
  }
}
.publication-wrapper figure + p {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .publication-wrapper figure + p {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .publication-wrapper figure + p {
    margin-top: 8px;
  }
}
.publication-wrapper figure img {
  width: 100%;
}
.publication-wrapper article {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .publication-wrapper article {
    padding-bottom: 64px;
  }
}
@media (min-width: 1366px) {
  .publication-wrapper article {
    padding: 0 103px 64px;
  }
}
.publication-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list-counter;
  margin-bottom: 40px;
}
@media long {
  .publication-wrapper ol {
    margin-bottom: 48px;
  }
}
.publication-wrapper ol li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
  counter-increment: list-counter;
}
.publication-wrapper ol li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .publication-wrapper ol li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.publication-wrapper ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  color: #ea4e00;
  font-weight: 700;
}
.publication-wrapper header {
  color: #9ba0a3;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .publication-wrapper header {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1366px) {
  .publication-wrapper header {
    margin-bottom: 48px;
  }
}
.publication-wrapper header span {
  text-transform: uppercase;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .publication-wrapper header span {
    margin-right: 32px;
  }
}
.publication-wrapper h1 {
  margin-top: 24px;
  color: #2c3337;
}
.publication-wrapper h2 {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .publication-wrapper h2 {
    margin-top: 56px;
  }
}
@media (min-width: 1366px) {
  .publication-wrapper h2 {
    margin-top: 64px;
  }
}
.publication-wrapper h3 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .publication-wrapper h3 {
    margin-top: 32px;
  }
}
.publication-wrapper details {
  display: none;
}
@media (min-width: 1366px) {
  .publication-wrapper details {
    display: block;
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 4px;
    margin-top: 40px;
  }
}
.publication-wrapper details summary {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #2c3337;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.publication-wrapper details summary strong {
  margin-right: 24px;
}
.publication-wrapper details summary::after {
  content: "Раскрыть";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #ea4e00;
  cursor: pointer;
}
.publication-wrapper details ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #ea4e00;
}
.publication-wrapper details > ol {
  margin-top: 20px;
  -webkit-animation: appearFromTransparency 0.3s ease-in-out;
          animation: appearFromTransparency 0.3s ease-in-out;
}
.publication-wrapper details ol ol {
  margin-left: 24px;
}
.publication-wrapper details li {
  padding-left: 0;
}
.publication-wrapper details li:not(:last-of-type) {
  margin-bottom: 12px;
}
.publication-wrapper details li::before {
  display: none;
}
.publication-wrapper details[open] summary::after {
  content: "Скрыть";
}
.publication-wrapper a {
  color: #ea4e00;
}
.publication-wrapper a:hover {
  color: #2c3337;
}
.publication-wrapper a:active {
  color: #ea4e00;
}
.publication-wrapper b {
  font-weight: 600;
}
.publication-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .publication-wrapper ul {
    margin-bottom: 40px;
  }
}
.publication-wrapper ul li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}
.publication-wrapper ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .publication-wrapper ul li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.publication-wrapper ul li::before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #ea4e00;
}
@media (min-width: 768px) {
  .publication-wrapper ul li::before {
    top: 10px;
  }
}
.publication-wrapper em {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  border-left: 3px solid #ea4e00;
  padding-left: 32px;
  margin: 28px 0 32px;
}
@media (min-width: 768px) {
  .publication-wrapper em {
    font-size: 24px;
    padding-left: 40px;
    margin: 43px 0 48px;
  }
}
@media (min-width: 1366px) {
  .publication-wrapper em {
    margin: 59px 0;
  }
}
.publication-wrapper em + p {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .publication-wrapper em + p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .publication-wrapper em + p {
    margin-bottom: 32px;
  }
}
.publication-wrapper .gallery {
  margin-top: 24px;
  margin-bottom: 79px;
}
@media (min-width: 768px) {
  .publication-wrapper .gallery {
    margin-top: 40px;
    margin-bottom: 99px;
  }
}
@media (min-width: 1366px) {
  .publication-wrapper .gallery {
    margin-top: 48px;
    margin-bottom: 115px;
  }
}

.block {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .block {
    margin-bottom: 96px;
  }
}
@media (min-width: 1366px) {
  .block {
    margin-bottom: 63px;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
          animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 21px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 21px;
  height: 2px;
  background-color: #2c3337;
  border-radius: 1px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.175s;
          transition-duration: 0.175s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-lineheight:20px;
  --mm-listitem-size:50px;
  --mm-navbar-size:50px;
  --mm-toggle-size:34px;
  --mm-color-border:rgba(0 0 0 / 0.1);
  --mm-color-button:rgba(0 0 0 / 0.3);
  --mm-color-text:rgba(0 0 0 / 0.75);
  --mm-color-text-dimmed:rgba(0 0 0 / 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgba(255 255 255 / 0.4);
  --mm-color-focusring:#06c;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border: 2px solid var(--mm-color-button);
}

.mm-btn--next:after, .mm-btn--prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn--prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn--next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-btn--close:after, .mm-btn--close:before {
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn--close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn--close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btnreset {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
}

[dir=rtl] .mm-btn--next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn--prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn--close:after, [dir=rtl] .mm-btn--close:before {
  right: auto;
}

[dir=rtl] .mm-btn--close:before {
  left: 25px;
}

[dir=rtl] .mm-btn--close:after {
  left: 18px;
}

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-lineheight);
  padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-lineheight)) * 0.5) 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight)));
  background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@supports (position: sticky) {
  .mm-divider {
    position: sticky;
    z-index: 2;
    top: 0;
  }

  .mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
}
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem__btn, .mm-listitem__text {
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2) 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem--selected > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}

.mm-listitem--opened > .mm-listitem__btn, .mm-listitem--opened > .mm-panel {
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-lineheight);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu, .mm-menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-menu :focus, .mm-menu :focus-visible, .mm-menu:focus, .mm-menu:focus-visible {
  outline: 0;
}

.mm-menu ::-webkit-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::-moz-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu :-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu a:focus, .mm-menu button:focus, .mm-menu label:focus {
  outline: 0;
}

.mm-menu a:focus-visible, .mm-menu button:focus-visible, .mm-menu label:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: -5px;
}

.mm-menu input:focus, .mm-menu input:focus-visible, .mm-menu select:focus, .mm-menu select:focus-visible, .mm-menu textarea:focus, .mm-menu textarea:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: -2px;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  padding-top: env(safe-area-inset-top);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  background: var(--mm-color-background);
  border-bottom: 1px solid var(--mm-color-border);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: sticky;
  top: 0;
  z-index: 2;
}

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
}

.mm-navbar__title[href="#"] {
  pointer-events: none;
}

.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) {
  padding-left: 60px;
  padding-right: 10px;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-left: 10px;
  padding-right: 60px;
}

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mm-panel {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: visibility 0s linear 0.4s, left 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, left 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, transform 0.4s ease 0s, left 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, transform 0.4s ease 0s, left 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}

.mm-panel--opened {
  visibility: visible;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-panel--parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  z-index: 0;
}

.mm-panel--highest {
  z-index: 3;
}

.mm-menu--opened .mm-panel--noanimation {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

[dir=rtl] .mm-panel {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel--opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl] .mm-panel--parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-panels {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: calc(var(--mm-toggle-size) * 1.7);
  -ms-flex: calc(var(--mm-toggle-size) * 1.7) 0 0px;
  flex: calc(var(--mm-toggle-size) * 1.7) 0 0;
  height: var(--mm-toggle-size);
  margin-right: 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  border-radius: var(--mm-toggle-size);
  background: var(--mm-color-border);
  border: var(--mm-color-border);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.mm-toggle:before {
  content: "";
  aspect-ratio: 1;
  margin: 1px;
  border-radius: 100%;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.mm-toggle:checked {
  background: #4bd963;
}

.mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * 1.7 - var(--mm-toggle-size)));
  transform: translateX(calc(var(--mm-toggle-size) * 1.7 - var(--mm-toggle-size)));
}

.mm-listitem--vertical > .mm-panel {
  position: static;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-listitem--vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
  display: none;
}

.mm-listitem--vertical.mm-listitem--opened > .mm-panel {
  visibility: visible;
}

.mm-listitem--vertical > .mm-listitem__btn {
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem--vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem--opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

:root {
  --mm-size:80%;
  --mm-min-size:240px;
  --mm-max-size:440px;
}

.mm-menu--offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
  width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
  -webkit-transition: visibility 0s linear 0.4s;
  transition: visibility 0s linear 0.4s;
}

.mm-menu--offcanvas.mm-menu--opened {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-menu--offcanvas:not(.mm-menu--opened) {
  visibility: hidden;
  pointer-events: none;
}

.mm-menu--offcanvas:not(.mm-menu--opened) * {
  visibility: inherit;
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  background: inherit;
}

.mm-slideout {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: width 0.4s ease, -webkit-transform 0.4s ease;
  transition: width 0.4s ease, -webkit-transform 0.4s ease;
  transition: width 0.4s ease, transform 0.4s ease;
  transition: width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper--opened .mm-slideout {
  -webkit-transform: translate3d(clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size)), 0, 0);
  transform: translate3d(clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size)), 0, 0);
}

.mm-wrapper--opened {
  overflow: hidden;
}

.mm-wrapper--opened body {
  overflow: hidden;
}

.mm-wrapper__blocker {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-wrapper--opened .mm-wrapper__blocker {
  visibility: visible;
  left: 0;
}

.mm-wrapper--opened .mm-wrapper__blocker {
  opacity: 0.5;
}

.mm-wrapper__blocker:focus {
  opacity: 1;
}

.mm-counter {
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed);
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

:root {
  --mm-iconbar-size:50px;
}

.mm-menu--iconbar-left .mm-navbars, .mm-menu--iconbar-left .mm-panels {
  margin-left: var(--mm-iconbar-size);
}

.mm-menu--iconbar-right .mm-navbars, .mm-menu--iconbar-right .mm-panels {
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-menu--iconbar-left .mm-iconbar, .mm-menu--iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mm-menu--iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}

.mm-menu--iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight)) / 2) 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__tab--selected {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size:50px;
}

.mm-panel--iconpanel-0 {
  left: 0;
}

.mm-panel--iconpanel-1 {
  left: var(--mm-iconpanel-size);
}

.mm-panel--iconpanel-2 {
  left: calc(var(--mm-iconpanel-size) * 2);
}

.mm-panel--iconpanel-3 {
  left: calc(var(--mm-iconpanel-size) * 3);
}

.mm-panel--iconpanel-first ~ .mm-panel {
  left: var(--mm-iconpanel-size);
}

.mm-menu--iconpanel .mm-panel--parent .mm-divider, .mm-menu--iconpanel .mm-panel--parent .mm-navbar {
  opacity: 0;
}

.mm-menu--iconpanel .mm-panels > .mm-panel--parent {
  visibility: visible !important;
  overflow-y: hidden;
  -webkit-transform: unset;
  transform: unset;
}

.mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-panel__blocker {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  background: var(--mm-color-background);
}

.mm-panel--parent .mm-panel__blocker {
  visibility: visible;
  bottom: -100000px;
  opacity: 0.6;
}

[dir=rtl] .mm-menu--iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

[dir=rtl] .mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-navbars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mm-navbars .mm-navbar {
  position: relative;
  padding-top: 0;
  border-bottom: none;
}

.mm-navbars--top {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar:first-child {
  padding-top: env(safe-area-inset-top);
}

.mm-navbars--bottom {
  border-top: 1px solid var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0;
}

.mm-navbar__tab {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab--selected {
  background: var(--mm-color-background);
}

.mm-navbar__tab--selected:not(:first-child) {
  border-left-color: var(--mm-color-border);
}

.mm-navbar__tab--selected:not(:last-child) {
  border-right-color: var(--mm-color-border);
}

.mm-navbars--top.mm-navbars--has-tabs {
  border-bottom: none;
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab {
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab--selected {
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars--bottom.mm-navbars--has-tabs {
  border-top: none;
}

.mm-navbars--bottom.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--bottom.mm-navbars--has-tabs .mm-navbar--tabs, .mm-navbars--bottom.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--bottom .mm-navbar__tab {
  border-top-color: var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar__tab--selected {
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

.mm-searchfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-searchfield__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: auto;
  max-height: auto;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  font: inherit;
  font-size: inherit;
}

.mm-searchfield__input input, .mm-searchfield__input input:focus, .mm-searchfield__input input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-searchfield__input input::-ms-clear {
  display: none;
}

.mm-searchfield__btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-searchfield--searching .mm-searchfield__btn {
  display: block;
}

.mm-searchfield__cancel {
  display: block;
  visibility: hidden;
  max-width: 0;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: none 0.2s linear;
  transition: none 0.2s linear;
  -webkit-transition-property: visibility, max-width, padding;
  transition-property: visibility, max-width, padding;
}

.mm-searchfield--cancelable .mm-searchfield__cancel {
  visibility: visible;
  max-width: 75px;
  padding-right: 10px;
}

.mm-panel--search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: none !important;
}

.mm-panel__splash {
  padding: 20px;
}

.mm-panel--searching .mm-panel__splash {
  display: none;
}

.mm-panel__noresults {
  display: none;
  padding: 40px 20px;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
}

.mm-panel--noresults .mm-panel__noresults {
  display: block;
}

:root {
  --mm-sectionindexer-size:20px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--mm-sectionindexer-size);
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(0px - var(--mm-sectionindexer-size));
  z-index: 5;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panel {
  padding-right: 0;
}

.mm-sectionindexer--active {
  right: 0;
}

.mm-sectionindexer--active ~ .mm-panel {
  padding-right: var(--mm-sectionindexer-size);
}

.mm-menu--selected-hover .mm-listitem__btn, .mm-menu--selected-hover .mm-listitem__text, .mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

@media (hover: hover) {
  .mm-menu--selected-hover .mm-listview:hover > .mm-listitem--selected:not(:hover) > .mm-listitem__text {
    background: 0 0;
  }

  .mm-menu--selected-hover .mm-listitem__btn:hover, .mm-menu--selected-hover .mm-listitem__text:hover {
    background: var(--mm-color-background-emphasis);
  }
}
.mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (hover: hover) {
  .mm-menu--selected-parent .mm-listitem__btn:hover, .mm-menu--selected-parent .mm-listitem__text:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:var(--mm-max-size);
}

.mm-wrapper--sidebar-collapsed .mm-page, .mm-wrapper--sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper--sidebar-collapsed .mm-menu--sidebar-collapsed, .mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  visibility: visible !important;
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-slideout {
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-panel--opened {
  visibility: visible;
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider, .mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
  opacity: 0;
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
  width: var(--mm-sidebar-expanded-size);
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
  overflow: auto;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-menu--sidebar-expanded ~ .mm-slideout {
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
  visibility: visible;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0.5;
  background: var(--mm-color-background);
  pointer-events: auto;
}

.mm-menu--opened .mm-menu__blocker {
  visibility: hidden;
  bottom: 100%;
  opacity: 0;
}

[dir=rtl].mm-wrapper--sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper--sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper--sidebar-expanded:not(.mm-wrapper--sidebar-closed) .mm-menu--sidebar-expanded.mm-menu--opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu--fullscreen {
  --mm-size:100%;
  --mm-min-size:100%;
  --mm-max-size:100%;
}

.mm-menu--fullscreen.mm-menu--opened ~ .mm-slideout {
  --mm-size:100%;
  --mm-min-size:100%;
  --mm-max-size:100%;
}

.mm-menu--position-right {
  left: auto;
  right: 0;
}

.mm-menu--position-right.mm-menu--opened ~ .mm-slideout {
  -webkit-transform: translate3d(clamp(0px - var(--mm-max-size), 0px - var(--mm-size), 0px - var(--mm-min-size)), 0, 0);
  transform: translate3d(clamp(0px - var(--mm-max-size), 0px - var(--mm-size), 0px - var(--mm-min-size)), 0, 0);
}

.mm-menu--position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu--position-front.mm-menu--position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu--position-bottom, .mm-menu--position-top {
  width: 100%;
  height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}

.mm-menu--position-top {
  bottom: auto;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu--position-bottom {
  top: auto;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu--position-bottom, .mm-menu--position-front, .mm-menu--position-top {
  z-index: 2;
  -webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.mm-menu--position-bottom.mm-menu--opened, .mm-menu--position-front.mm-menu--opened, .mm-menu--position-top.mm-menu--opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu--position-bottom.mm-menu--opened ~ .mm-slideout, .mm-menu--position-front.mm-menu--opened ~ .mm-slideout, .mm-menu--position-top.mm-menu--opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-menu--position-bottom.mm-menu--opened ~ .mm-wrapper__blocker, .mm-menu--position-front.mm-menu--opened ~ .mm-wrapper__blocker, .mm-menu--position-top.mm-menu--opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu--theme-white {
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.7);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.06);
  --mm-color-background-emphasis:rgba(0, 0, 0, 0.03);
}

.mm-menu--theme-dark {
  --mm-color-border:rgba(0, 0, 0, 0.3);
  --mm-color-button:rgba(255, 255, 255, 0.4);
  --mm-color-text:rgba(255, 255, 255, 0.85);
  --mm-color-text-dimmed:rgba(255, 255, 255, 0.4);
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba(255, 255, 255, 0.08);
  --mm-color-background-emphasis:rgba(0, 0, 0, 0.1);
}

.mm-menu--theme-black {
  --mm-color-border:rgba(255, 255, 255, 0.25);
  --mm-color-button:rgba(255, 255, 255, 0.4);
  --mm-color-text:rgba(255, 255, 255, 0.75);
  --mm-color-text-dimmed:rgba(255, 255, 255, 0.4);
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba(255, 255, 255, 0.2);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.15);
}

.slider {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider {
    padding-right: 24px;
  }
}
@media (min-width: 1366px) {
  .slider {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .slider--static .slider__slide:not(:last-child) {
    margin-right: 18px;
  }
}
@media (min-width: 1366px) {
  .slider--static .slider__slide:not(:last-child) {
    margin-right: 14px;
  }
}

.slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.slider__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-button {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  color: #2c3337;
  border-radius: 50%;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.13s ease-in-out, opacity 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out, opacity 0.13s ease-in-out;
}
@media (min-width: 1366px) {
  .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.swiper-button:hover {
  background-color: #ea4e00;
}
.swiper-button:hover svg {
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  color: #ffffff;
}
.swiper-button::after {
  display: none;
}
.swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: initial;
}
.swiper-button.swiper-button-disabled:hover {
  background-color: #f5f5f5;
}
.swiper-button.swiper-button-disabled:hover svg {
  color: #2c3337;
}
.swiper-button-lock {
  display: none;
}

/* Scrollbar */
.slider-controls__bar {
  position: relative;
  bottom: -20px;
  z-index: 50;
  height: 4px;
  width: 100%;
  touch-action: none;
  -ms-touch-action: none;
  border-radius: 10px;
  background: #e2e5e7;
}
@media (min-width: 768px) {
  .slider-controls__bar {
    width: calc(100% - 26px);
  }
}
@media (min-width: 1366px) {
  .slider-controls__bar {
    width: 100%;
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #ea4e00;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-drag:hover {
  background-color: #2c3337;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-scrollbar-lock {
  display: none;
}

.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 48px;
  width: 100%;
  -webkit-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
}
.select[data-status=active] .select__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select[data-status=active] .select__button:hover {
  border: 1px solid #e4e4e4;
}
.select[data-status=active] .select__button svg {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.select[data-status=active] .select__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select--disabled .select__button {
  background-color: #f5f5f5;
  color: #9ba0a3;
  pointer-events: none;
  cursor: not-allowed;
}
.select--disabled .select__button svg {
  color: #9ba0a3;
}

.select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #2c3337;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-transition: border-color 0.13s ease-in-out;
  transition: border-color 0.13s ease-in-out;
}
.select__button:focus-visible {
  outline: 0;
  border-color: #ea4e00;
}
.select__button:hover:not(:disabled) {
  border-color: #d0d0d0;
}
.select__button svg {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}

.select__content {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
  z-index: 10;
  -webkit-animation: appearFromTransparency 0.3s ease-in-out;
          animation: appearFromTransparency 0.3s ease-in-out;
}
.select__content li:not(:first-of-type) {
  border-top: 1px solid #e4e4e4;
}

.select__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 51px;
  padding: 16px 19px;
  font-size: 15px;
  line-height: 1.2;
  color: #2c3337;
  -webkit-transition: background-color 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent;
}
.select__option:hover {
  background-color: #f5f5f5;
}
.select__option:focus-visible {
  outline: none;
  background-color: #ea4e00;
  color: #ffffff;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background-color 0.13s ease-in-out, color 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out, color 0.13s ease-in-out;
  background-color: #ea4e00;
  border-radius: 6px;
  cursor: pointer;
}
.button:hover {
  background-color: #2c3337;
}
.button:active {
  background-color: #ea4e00;
}
.button--arrow {
  min-height: 44px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 25px;
  position: relative;
}
.button--arrow svg {
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  stroke: #ea4e00;
  color: #ea4e00;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: color 0.13s ease-in-out, stroke 0.13s ease-in-out;
  transition: color 0.13s ease-in-out, stroke 0.13s ease-in-out;
}
.button--arrow:hover svg {
  stroke: #ffffff;
  color: #ffffff;
}
.button--gray {
  background-color: #efefef;
  color: #2c3337;
}
.button--gray:hover {
  background-color: #2c3337;
  color: #ffffff;
}
.button--gray:active {
  background-color: #efefef;
  color: #2c3337;
}
.button--gray:focus-visible {
  background-color: #2c3337;
  color: #ffffff;
}
.button--lightgray {
  background-color: #f5f5f5;
  color: #2c3337;
}
.button--lightgray:hover {
  background-color: #2c3337;
  color: #ffffff;
}
.button--lightgray:active {
  background-color: #2c3337;
  color: #ffffff;
}
.button--lightgray:focus-visible {
  background-color: #2c3337;
  color: #ffffff;
}
.button--lightgray2 {
  background-color: rgba(237, 241, 243, 0.8);
  color: #2c3337;
}
.button--lightgray2:hover {
  background-color: #2c3337;
  color: #ffffff;
}
.button--lightgray2:active {
  background-color: rgba(237, 241, 243, 0.8);
  color: #2c3337;
}
.button--lightgray2:focus-visible {
  background-color: #2c3337;
  color: #ffffff;
}
.button--black {
  background-color: #2c3337;
}
.button--black:hover {
  background-color: #ea4e00;
}
.button--black:active {
  background-color: #2c3337;
}
.button--black:focus-visible {
  background-color: #ea4e00;
}
.button--loading {
  /* font-size: 0; */
}
.button--loading .spinner {
  display: block;
}
.filter__buttons-item .button--loading{
  background-color: #999;
}
.button--disabled {
  pointer-events: none;
  background-color: #efefef;
  color: #9ba0a3;
}
.button--sent {
  cursor: not-allowed;
}
.button--sent:hover {
  background-color: #ea4e00;
}

.link {
  display: block;
}

.socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.socials__item {
  cursor: pointer;
}
.socials__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  outline: 0;
  -webkit-transition: color 0.13s ease-in-out, background-color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out, background-color 0.13s ease-in-out;
  border-radius: 4px;
}
.socials__item a:hover {
  color: #ffffff;
}
.socials__item a:focus-visible {
  color: #ffffff;
}
.socials__item--vk a:hover {
  background-color: #1976d2;
}
.socials__item--vk a:focus-visible {
  background-color: #1976d2;
}
.socials__item--fb a:hover {
  background-color: #3f51b5;
}
.socials__item--fb a:focus-visible {
  background-color: #3f51b5;
}
.socials__item--insta a {
  position: relative;
}
.socials__item--insta a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
  opacity: 0;
}
.socials__item--insta a:hover::after {
  opacity: 1;
}
.socials__item--insta a:active::after {
  opacity: 0;
}
.socials__item--insta a:focus-visible::after {
  opacity: 1;
}
.socials__item--insta a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.socials__item--ok a:hover {
  background-color: #ff9800;
}
.socials__item--ok a:focus-visible {
  background-color: #ff9800;
}
.socials__item--twitter a:hover {
  background-color: #03a9f4;
}
.socials__item--twitter a:focus-visible {
  background-color: #03a9f4;
}
.socials__item--telegram a:hover {
  background-color: #20a0e1;
}
.socials__item--telegram a:focus-visible {
  background-color: #20a0e1;
}
.socials__item--whatsapp a:hover {
  background-color: #25d366;
}
.socials__item--whatsapp a:focus-visible {
  background-color: #25d366;
}
.socials__item--viber a:hover {
  background-color: #665cac;
}
.socials__item--viber a:focus-visible {
  background-color: #665cac;
}
.socials__item--skype a:hover {
  background-color: #00aff0;
}
.socials__item--skype a:focus-visible {
  background-color: #00aff0;
}

.socials--footer li {
  border-radius: 50%;
}
.socials--footer li a {
  border-radius: 50%;
}

.input {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  height: 44px;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 1;
  border: 1px solid #d5dfe4;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input:focus {
  outline: none;
}
.input::-webkit-input-placeholder {
  font-size: 14px;
  color: #95a3ac;
}
.input::-moz-placeholder {
  font-size: 14px;
  color: #95a3ac;
}
.input:-ms-input-placeholder {
  font-size: 14px;
  color: #95a3ac;
}
.input::-ms-input-placeholder {
  font-size: 14px;
  color: #95a3ac;
}
.input::placeholder {
  font-size: 14px;
  color: #95a3ac;
}
@media (min-width: 768px) {
  .input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .input::-moz-placeholder {
    font-size: 15px;
  }
  .input:-ms-input-placeholder {
    font-size: 15px;
  }
  .input::-ms-input-placeholder {
    font-size: 15px;
  }
  .input::placeholder {
    font-size: 15px;
  }
}
.input:focus::-webkit-input-placeholder {
  font-size: 0;
}
.input:focus::-moz-placeholder {
  font-size: 0;
}
.input:focus:-ms-input-placeholder {
  font-size: 0;
}
.input:focus::-ms-input-placeholder {
  font-size: 0;
}
.input:focus::placeholder {
  font-size: 0;
}
@media (min-width: 768px) {
  .input {
    height: 48px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9001;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
}
.modal p {
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .modal p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
.modal h2 {
  max-width: 80%;
  font-size: 26px;
  line-height: 1.2;
  color: #000000;
}
@media (min-width: 768px) {
  .modal h2 {
    max-width: unset;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}

.modal__wrapper {
  position: relative;
  margin: auto 0;
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 1366px) {
  .modal__wrapper {
    width: 580px;
    padding: 40px 5px 40px 40px;
    border-radius: 4px;
  }
}

.modal__inner {
  padding: 20px;
  overflow-y: auto;
}
@media (min-width: 1366px) {
  .modal__inner {
    padding: 0;
    padding-right: 35px;
    max-height: 652px;
  }
}

.js-modal.js-modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-modal.js-modal--active .modal__wrapper {
  -webkit-animation: modal-appear 0.1s cubic-bezier(0.55, 0, 0.1, 1);
          animation: modal-appear 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
  color: #c4c4c4;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
  z-index: 10;
}
@media (min-width: 768px) {
  .modal__close {
    top: 24px;
    right: 24px;
  }
}
@media (min-width: 768px) {
  .modal__close {
    top: 20px;
    right: 20px;
  }
}
.modal__close:hover {
  color: #2c3337;
}
.modal__close:active {
  color: #c4c4c4;
}
.modal__close:focus-visible {
  outline: 1px solid #ea4e00;
}

.feedback__modal {
  padding: 48px 16px 40px;
}
@media (min-width: 768px) {
  .feedback__modal {
    padding: 56px 134px;
  }
}
@media (min-width: 1366px) {
  .feedback__modal {
    padding: 0 35px 0 0;
  }
}

@media (min-width: 768px) {
  .city__wrapper {
    padding: 40px 5px 40px 48px;
  }
}
@media (min-width: 1366px) {
  .city__wrapper {
    width: 1206px;
  }
}

.city__modal {
  height: 100vh;
}
@media (min-width: 768px) {
  .city__modal {
    padding: 0 48px 0 0;
    height: unset;
  }
}

.city__form {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .city__form {
    margin-bottom: 32px;
  }
}
.city__form .city__input {
  padding-left: 42px;
}
.city__form .city__input::-webkit-input-placeholder {
  color: #9ba0a3;
}
.city__form .city__input::-moz-placeholder {
  color: #9ba0a3;
}
.city__form .city__input:-ms-input-placeholder {
  color: #9ba0a3;
}
.city__form .city__input::-ms-input-placeholder {
  color: #9ba0a3;
}
.city__form .city__input::placeholder {
  color: #9ba0a3;
}
.city__form .city__form-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9ba0a3;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.city__form .city__form-button:hover {
  color: #ea4e00;
}
.city__form .city__form-button:active {
  color: #9ba0a3;
}

.city__choose {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 768px) {
  .city__choose {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1366px) {
  .city__choose {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.city__choose ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.city__choose ul:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .city__choose ul:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .city__choose ul:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.city__choose li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .city__choose li a {
    font-size: 14px;
  }
}
.city__choose li a:hover {
  color: #ea4e00;
}
.city__choose li a:focus-visible {
  outline: 1px solid #ea4e00;
}
.city__choose li a:active {
  color: #2c3337;
}

.city__choose-list--major {
  -webkit-column-break-after: column;
     -moz-column-break-after: column;
          break-after: column;
}
.city__choose-list--by-letter {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.city__choose-list--by-letter:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .city__choose-list--by-letter:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .city__choose-list--by-letter:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.city__choose-list--by-letter span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .city__choose-list--by-letter span {
    font-size: 24px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1366px) {
  .city__choose-list--by-letter span {
    margin-bottom: 15px;
  }
}
.city__choose-list ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .city__choose-list ul li:not(:last-of-type) {
    margin-bottom: 11px;
  }
}
@media (min-width: 1366px) {
  .city__choose-list ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.city__choose-list a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .city__choose-list a {
    font-size: 14px;
  }
}
.city__choose-list a:hover {
  color: #ea4e00;
}
.city__choose-list a:focus-visible {
  outline: 1px solid #ea4e00;
}
.city__choose-list a:active {
  color: #2c3337;
}

.arrival {
  display: none;
}
@media (min-width: 768px) {
  .arrival h2 {
    font-size: 26px;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .arrival .form__button button {
    margin-right: 31px;
  }
}

.arrival__wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  .arrival__wrapper {
    padding: 40px;
    width: 543px;
  }
}

.arrival__note {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .arrival__note {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.arrival__success-message {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 10px 20px;
}
@media (min-width: 768px) {
  .arrival__success-message {
    padding: 32px 32px 64px;
  }
}
.arrival__success-message::before {
  content: "";
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  background-image: url("../img/icon-success.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .arrival__success-message::before {
    margin-bottom: 32px;
  }
}
.arrival__success-message strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .arrival__success-message strong {
    margin-bottom: 24px;
  }
}
.arrival__success-message .arrival__note {
  margin-bottom: 0;
}

.input-popup {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 0 16px;
}
@media (min-width: 768px) {
  .input-popup {
    padding: 0 24px;
  }
}

.input-popup__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
  min-height: 100%;
}
@media (min-width: 768px) {
  .input-popup__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47% 53%;
    grid-template-columns: 47% 53%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 24px;
  }
}
@media (min-width: 1366px) {
  .input-popup__list {
    min-height: 512px;
  }
}
.input-popup__list--results {
  display: none;
}
.input-popup__list > li {
  padding: 32px 0;
}
.input-popup__list > li:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.input-popup__list > li:last-child {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .input-popup__list > li:last-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    grid-row: 1/-1;
    padding-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #e5e5e5;
    border-top: none;
  }
}
.input-popup__list > li:last-child:nth-child(2) {
  border-top: none;
}
.input-popup__list > li:only-child {
  border: none;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .input-popup__list > li:only-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.input-popup__list h3 {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.2;
}
.input-popup__list > li > div {
  position: relative;
}
.input-popup__list > li > div > p {
  text-align: center;
}
.input-popup__list .input-popup__list-button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9ba0a3;
  font: inherit;
}
.input-popup__list .input-popup__list-button:hover {
  color: #2c3337;
}
.input-popup__list .input-popup__list-button:active {
  color: #9ba0a3;
}
.input-popup__list .input-popup__results-button {
  margin-top: 16px;
  font-weight: 600;
  color: #2c3337;
  background-color: #f5f5f5;
  height: 40px;
  width: 100%;
}
.input-popup__list .input-popup__results-button:hover {
  color: #ffffff;
  background-color: #2c3337;
}
.input-popup__list .input-popup__results-button:active {
  color: #2c3337;
  background-color: #f5f5f5;
}

.input-popup__list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.input-popup__list-item:empty {
  border: none;
}
.input-popup__list-item:empty ~ .input-popup__list-button {
  display: none;
}
.input-popup__list-item li {
  margin-bottom: 16px;
}
.input-popup__list-item li:last-child {
  margin-bottom: 0;
}
.input-popup__list-item li a:hover {
  color: #ea4e00;
}
.input-popup__list-item li a:active {
  color: #2c3337;
}
.input-popup__list-item > div {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-popup__list-item > div:last-child {
  margin-bottom: 0;
}
.input-popup__list-item > div a:hover {
  color: #ea4e00;
}
.input-popup__list-item > div a:active {
  color: #2c3337;
}
.input-popup__list-item > div dd {
  color: #9ba0a3;
  margin-left: auto;
}
.input-popup__list-item .product {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 0;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 24px;
  grid-row-gap: 15px;
  height: 93px;
  min-height: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-popup__list-item .product::before {
  display: none;
}
.input-popup__list-item .product__image-wrapper {
  grid-row: 1/-1;
  width: 90px;
  height: 90px;
  margin: 0;
  -ms-grid-column-align: center;
      justify-self: center;
}
.input-popup__list-item .product__name {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin: 0;
}
@media (min-width: 768px) {
  .input-popup__list-item .product__name {
    font-size: 14px;
  }
}
.input-popup__list-item .product__price-wrapper {
  margin: 0;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 768px) {
  .input-popup__list-item .product__price-wrapper .proguct__price {
    font-size: 16px;
  }
}

.filter {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 1050;
  overflow: auto;
  
}
@media (min-width: 1366px) {
  .filter {
    display: block;
    position: static;
    height: auto;
    background-color: transparent;
    z-index: unset;
    overflow: visible;
  }
  .filter h2, .filter .h2 {
    font-size: 0;
    margin-bottom: 0;
  }
}

.filter__count {
  font-size: 0;
}
@media (min-width: 1366px) {
  .filter__count {
    display: block;
    font-size: 16px;
    margin-bottom: 27px;
  }
}

.filter__inner {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  padding: 24px 16px 0 24px;
  overflow: visible;
}
@media (min-width: 768px) {
  .filter__inner {
    width: 305px;
  }
}
@media (min-width: 1366px) {
  .filter__inner {
    width: auto;
    padding: 0;
  }
}
.filter__inner::-webkit-scrollbar {
  display: none;
}

.filter__form {
  position: relative;
}

.filter__form-section {
  margin-bottom: 48px;
}
.filter__form-section:last-of-type {
  margin-bottom: 24px;
}

.filter__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 24px;
  color: #c4c4c4;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}
.filter__close:hover {
  color: #2c3337;
}
.filter__close:active {
  color: #c4c4c4;
}
.filter__close:focus-visible {
  outline: none;
  border: 1px solid #ea4e00;
}
@media (min-width: 1366px) {
  .filter__close {
    display: none;
  }
}

.filter__buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: sticky;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 16px 16px 24px;
  margin-left: -24px;
  margin-right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 40px);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
  z-index: 100;
}
@media (min-width: 1366px) {
  .filter__buttons {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    padding: 16px 0 0;
    margin: 0;
  }
}

.filter__buttons-item {
  width: calc((100% - 8px) / 2);
}
.filter__buttons-item:last-child {
  margin-left: 8px;
}

.filter__button {
  min-width: 100%;
  min-height: 36px;
}
@media (min-width: 768px) {
  .filter__button {
    min-height: 48px;
  }
}
.filter__button--reset {
  background-color: #ffffff;
  color: #2c3337;
  border: 1px solid #d5dfe4;
}
.filter__button--reset:hover {
  background-color: #ffffff;
  border-color: #d0d0d0;
}
.filter__button--reset:active {
  border: 1px solid #d5dfe4;
}

.sort {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100vh;
  padding: 24px 16px;
  background-color: #ffffff;
  z-index: 1050;
}
/*@media (min-width: 768px) {
  .sort {
    display: none;
  }
}*/
@media (min-width: 1366px) {
  .sort {
    display: block;
    position: static;
    min-height: unset;
    background-color: transparent;
    padding: 0;
  }
}
.sort h2, .sort .h2 {
  margin-bottom: 4px;
}
@media (min-width: 1366px) {
  .sort h2, .sort .h2 {
    font-size: 0;
    margin-bottom: 0;
  }
}

.sort__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 24px;
  color: #c4c4c4;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}
@media (min-width: 1366px) {
  .sort__close {
    display: none;
  }
}
.sort__close:hover {
  color: #2c3337;
}
.sort__close:active {
  color: #c4c4c4;
}
.sort__close:focus-visible {
  outline: 1px solid #ea4e00;
}

.sort__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1366px) {
  .sort__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sort__item {
  border-bottom: 1px solid #dce5eb;
}
@media (min-width: 1366px) {
  .sort__item {
    border-bottom: none;
    position: relative;
  }
  .sort__item:not(:last-child) {
    margin-right: 8px;
  }
}
.sort__item a {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: font-weight 0.13s ease-in-out, background-color 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
  transition: font-weight 0.13s ease-in-out, background-color 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
  transition: font-weight 0.13s ease-in-out, transform 0.13s ease-in-out, background-color 0.13s ease-in-out;
  transition: font-weight 0.13s ease-in-out, transform 0.13s ease-in-out, background-color 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
}
.sort__item a:hover {
  font-weight: 600;
}
.sort__item a:active {
  font-weight: 400;
}
.sort__item a:focus-visible {
  outline: 1px solid #ea4e00;
}
@media (min-width: 1366px) {
  .sort__item a {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.3;
  }
  .sort__item a:hover {
    font-weight: initial;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  .sort__item a:active {
    background-color: rgba(237, 241, 243, 0.8);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.sort__item--checked {
  position: relative;
}
.sort__item--checked::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 8px;
  background-image: url("../img/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1366px) {
  .sort__item--checked::after {
    display: none;
  }
}
.sort__item--checked a {
  pointer-events: none;
}
@media (min-width: 1366px) {
  .sort__item--checked a {
    background-color: rgba(237, 241, 243, 0.8);
  }
}

.modal-delivery a {
  display: block;
  color: #ea4e00;
  font-weight: 500;
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
}
.modal-delivery a:hover {
  opacity: 0.7;
}
.modal-delivery a:focus-visible {
  outline: 0;
  opacity: 0.7;
}

.modal-pay {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .modal-pay {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .modal-pay {
    font-size: 16px;
  }
}
.modal-pay dl div > * + * {
  margin-bottom: 25px;
}
.modal-pay dl dt {
  font-weight: 500;
}
.modal-pay a {
  font-weight: 500;
  color: #ea4e00;
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
}
.modal-pay a:hover {
  opacity: 0.7;
}
.modal-pay a:focus-visible {
  outline: 0;
  opacity: 0.7;
}

.delete-agree .form__button button {
  width: calc((100% - 16px) / 2);
}
@media (min-width: 768px) {
  .delete-agree .form__button button {
    margin-right: 16px;
  }
  .delete-agree .form__button button:last-of-type {
    margin-right: 0;
  }
}
.delete-agree .form__label {
  font-size: 16px;
  color: #2c3337;
}

.delete-agree__wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  .delete-agree__wrapper {
    padding: 40px;
    width: 543px;
  }
}

.delete-agree__note {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .delete-agree__note {
    font-size: 26px;
    margin-bottom: 32px;
  }
}

.auth__tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 24px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .auth__tabs-list {
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .auth__tabs-list {
    margin-bottom: 32px;
  }
}

.auth__content .tabs__panel {
  display: none;
}

.auth__tab-button {
  font-weight: 600;
  font-size: 22px;
  color: #9ba0a3;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .auth__tab-button {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  .auth__tab-button {
    font-size: 26px;
  }
}
.auth__tab-button--active {
  color: #2c3337;
}
.auth__tab-button:hover {
  color: #2c3337;
}
.auth__tab-button:focus {
  color: #2c3337;
}
.auth__tab-button:focus-visible {
  color: #2c3337;
}

.confirm {
  font-family: "Inter", "Arial", sans-serif;
}

.confirm__item-image {
  margin-bottom: 25px;
  width: 105px;
  height: 95px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .confirm__item-image {
    margin-bottom: 32px;
  }
}

.confirm__message {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .confirm__message {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 27px;
  }
}

.confirm__buttons-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .confirm__buttons-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.confirm__buttons-wrapper button {
  width: 100%;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.login__socials-text {
  display: block;
  margin-bottom: 20px;
  color: #2c3337;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 1366px) {
  .login__socials-text {
    font-size: 20px;
  }
}

.login .form__item--password {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.login .form__item--password .form__password-wrapper {
  grid-column: 1/-1;
}

.login__submit {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .login__submit {
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    gap: 40px;
  }
}

.login__next-slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.login__via-sms,
.login__via-password {
  text-align: left;
  font-size: 12px;
  color: #ea4e00;
  line-height: 17px;
  font-weight: 500;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .login__via-sms,
.login__via-password {
    font-size: 14px;
  }
}
.login__via-sms:hover,
.login__via-password:hover {
  color: #2c3337;
}
.login__via-sms:focus-visible,
.login__via-password:focus-visible {
  color: #2c3337;
}
.login__via-sms:focus,
.login__via-password:focus {
  color: #2c3337;
}

.login__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
}

.login__socials {
  padding-top: 15px;
  border-top: 1px solid #dedede;
  margin-top: 15px;
}
@media (min-width: 1366px) {
  .login__socials {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.login__item {
  position: relative;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.login__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login__socials-list svg {
  fill: transparent;
  color: #9ba0a3;
}
.login__socials-list li {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.login__socials-list a {
  width: 100%;
  height: 100%;
}
.login__socials-list a:hover svg {
  color: #ffffff;
}

.login__socials-list li:not(:last-of-type) {
  margin-right: 10px;
}

.login__sms-success {
  padding: 8px 12px;
  background-color: rgba(107, 197, 65, 0.3);
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .login__sms-success {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.order-cancel__number {
  font-weight: 500;
  font-size: 16px;
}

.reset-password {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.reset-password button[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  .reset-password button[type=submit] {
    width: 50%;
  }
}

.reset-password__back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #2c3337;
}
@media (min-width: 768px) {
  .reset-password__back-button {
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .reset-password__back-button {
    margin-bottom: 32px;
  }
}
.reset-password__back-button::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 15px;
  background-image: url("../img/icon-arrow-right.svg");
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center;
}
@media (min-width: 768px) {
  .reset-password__back-button {
    font-size: 20px;
  }
}

.sign-up__email .form__checkbox {
  margin-top: 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .sign-up__email .form__checkbox {
    font-size: 14px;
  }
}

.sign-up__tel {
  grid-column: 1/-1;
}

.sign-up__get-code {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 10px;
}

.sign-up__get-code-button {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-row-align: start;
      align-self: start;
  min-width: unset;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  min-height: 42px;
  font-size: 14px;
}

.form__item--sms-code {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  grid-column: 1/-1;
  margin: 0;
  margin-top: 22px;
}

.success-message b {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 768px) {
  .success-message b {
    font-size: 26px;
  }
}
.success-message::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  background-image: url("../img/icon-check2.svg");
  background-size: contain;
}
@media (min-width: 768px) {
  .success-message::before {
    margin-bottom: 36px;
  }
}

.success-message__text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .success-message__text {
    font-size: 16px;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #95a3ac;
}
.breadcrumbs li:not(:last-of-type) {
  margin-right: 10px;
}
.breadcrumbs li:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 11px;
  margin-right: 12px;
  background-image: url("../img/crumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs li a[href] {
  -webkit-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
}
.breadcrumbs li a[href]:hover {
  color: #2c3337;
}
.breadcrumbs li a[href]:focus-visible {
  outline: 1px solid #ea4e00;
}
.breadcrumbs li button {
  -webkit-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
  color: #95a3ac;
}
.breadcrumbs li button:hover {
  color: #2c3337;
}
.breadcrumbs li button:focus-visible {
  outline: 1px solid #ea4e00;
}

.content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-header p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .content-header p {
    font-size: 24px;
  }
}

.content-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-header__top a {
  color: #ea4e00;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.content-header__top a:hover {
  color: #2c3337;
}
.content-header__top a:active {
  color: #ea4e00;
}

.content-header__breadcrumbs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content-header__breadcrumbs {
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .content-header__breadcrumbs {
    margin-bottom: 30px;
  }
}

.content-wrapper {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .content-wrapper {
    padding-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .content-wrapper {
    padding-bottom: 120px;
  }
}

.gallery {
  position: relative;
  margin-right: -16px;
  padding: 0;
}
@media (min-width: 768px) {
  .gallery {
    margin-right: -24px;
  }
}
@media (min-width: 1366px) {
  .gallery {
    margin-right: 0;
  }
}
.gallery .slider__wrapper {
  height: clamp(220px, 60vw, 380px);
}
@media (min-width: 768px) {
  .gallery .slider__wrapper {
    height: clamp(400px, 60vw, 520px);
  }
}
@media (min-width: 1366px) {
  .gallery .slider__wrapper {
    height: 500px;
  }
}
.gallery .slider__slide img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .gallery .slider__slide img {
    border-radius: 4px;
  }
}
.gallery .swiper-button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery .swiper-button-prev {
  left: -56px;
}
.gallery .swiper-button-next {
  right: -56px;
}

.change-side--block {
  width: calc(100% - 480px);
  padding: 45px 32px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.1s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}
.change-side--block.show-block {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1365.9px) {
  .change-side--block {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .change-side--block::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .change-side--block .slider {
    padding: 0;
  }
  .change-side--block .slider-controls__bar {
    width: 100%;
  }
  .change-side--block .inner-block {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    position: relative;
    width: 100%;
    max-width: 720px;
    padding: 43px 31px;
  }
  .change-side--block .inner-block .modal__close {
    display: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365.9px) {
  .change-side--block .swiper-button {
    display: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .change-side--block {
    padding: 12px;
  }
  .change-side--block .change-side--content {
    padding: 0;
  }
  .change-side--block .inner-block {
    padding: 52px 20px 20px 20px;
  }
  .change-side--block .modal__close {
    right: 18px;
    top: 18px;
  }
}
@media (min-width: 1366px) {
  .change-side--block {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 452px;
    z-index: 15;
  }
  .change-side--block .inner-block .modal__close {
    display: none;
  }
}

.change-side--title {
  margin-bottom: 20px;
}
.change-side--title h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}

.change-side--content {
  padding: 0 50px;
}
.change-side--content .doors__item {
  width: unset;
  height: 100%;
}
.change-side--content .doors__item label {
  height: 100%;
}
.change-side--content .doors__item:after {
  display: none;
}
.change-side--content .doors__item input:checked + label {
  outline-offset: 6px;
}
.change-side--content .gallery .slider__wrapper {
  height: 253px;
}
@media screen and (max-width: 1365.9px) {
  .change-side--content .gallery {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .change-side--content .gallery .slider__wrapper {
    height: unset;
    max-height: 253px;
  }
  .change-side--content .gallery .slider__slide,
.change-side--content .gallery .slider__wrapper {
    height: unset;
  }
}
.change-side--content .gallery .slide-name {
  padding: 16px 0;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #2c3337;
}
.change-side--content .gallery .slider-controls__bar {
  bottom: 0;
  margin-top: 6px;
  height: 2px;
}
.change-side--content .gallery .swiper-button-prev {
  left: -50px;
}
.change-side--content .gallery .swiper-button-next {
  right: -50px;
}

.form--sending button[type=submit] span {
  display: none;
}
.form--sending button[type=submit] .spinner {
  display: block;
}
.form input,
.form textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  color: #2c3337;
  outline: none;
  -webkit-transition: border-color 0.13s ease-in-out;
  transition: border-color 0.13s ease-in-out;
}
.form input:hover,
.form textarea:hover {
  border-color: #d0d0d0;
}
.form input:focus,
.form textarea:focus {
  outline: 0;
  border-color: #ea4e00;
}
.form input:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
  font-size: 0;
}
.form input:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
  font-size: 0;
}
.form input:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
  font-size: 0;
}
.form input:focus::-ms-input-placeholder,
.form textarea:focus::-ms-input-placeholder {
  font-size: 0;
}
.form input:focus::placeholder,
.form textarea:focus::placeholder {
  font-size: 0;
}
.form input:focus-visible,
.form textarea:focus-visible {
  outline: 0;
  border-color: #ea4e00;
}
.form input:focus-visible::-webkit-input-placeholder,
.form textarea:focus-visible::-webkit-input-placeholder {
  font-size: 0;
}
.form input:focus-visible::-moz-placeholder,
.form textarea:focus-visible::-moz-placeholder {
  font-size: 0;
}
.form input:focus-visible:-ms-input-placeholder,
.form textarea:focus-visible:-ms-input-placeholder {
  font-size: 0;
}
.form input:focus-visible::-ms-input-placeholder,
.form textarea:focus-visible::-ms-input-placeholder {
  font-size: 0;
}
.form input:focus-visible::placeholder,
.form textarea:focus-visible::placeholder {
  font-size: 0;
}
.form input:disabled,
.form textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form input:disabled:hover,
.form textarea:disabled:hover {
  border-color: #e4e4e4;
}
.form textarea {
  min-height: 120px;
  padding: 15px 20px;
}
.form__label {
  display: block;
  color: #95a3ac;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 1366px) {
  .form__label {
    color: #2c3337;
  }
}
.form__label sup {
  color: #ea4e00;
}

.form--disabled {
  opacity: 0.7;
  pointer-events: none;
}

.form__input {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1;
  color: #2c3337;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
}
.form__input::-webkit-input-placeholder {
  color: #9ba0a3;
}
.form__input::-moz-placeholder {
  color: #9ba0a3;
}
.form__input:-ms-input-placeholder {
  color: #9ba0a3;
}
.form__input::-ms-input-placeholder {
  color: #9ba0a3;
}
.form__input::placeholder {
  color: #9ba0a3;
}
.form__input:hover {
  border-color: #d0d0d0;
}
.form__input:focus-visible {
  outline: 0;
  border-color: #ea4e00;
}
.form__input:focus {
  outline: 0;
  border-color: #ea4e00;
}
.form__input:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form__input:disabled:hover {
  border-color: #e4e4e4;
}

.form__item {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__item--checkbox .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: border-color 0.13s ease-in-out;
  transition: border-color 0.13s ease-in-out;
}
.form__item--checkbox .form__label::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-right: 12px;
  background-image: url("../img/icon-checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.form__item--checkbox .form__label:hover::before {
  border-color: #d0d0d0;
}
.form__item--checkbox .form__input:checked + label::before {
  background-color: #ea4e00;
  border: none;
}
.form__item--checkbox .form__input:focus-visible + label::before {
  border: 1px solid #ea4e00;
}
.form__item--password {
  position: relative;
}
.form__item--password .form__item-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 14px;
  right: 20px;
  color: #9ba0a3;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.form__item--password .form__item-button svg {
  fill: transparent;
}
.form__item--password .form__item-button:hover {
  color: #ea4e00;
}
.form__item--password .form__item-button:active {
  color: #9ba0a3;
}
.form__item--password .form__item-button:focus-visible {
  outline: 1px solid #ea4e00;
}

.form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .form__button {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.form__button button {
  min-width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .form__button button {
    min-width: 190px;
    margin-right: 40px;
    margin-bottom: 0;
    min-height: 58px;
  }
}
.form__button > span {
  font-size: 13px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .form__button > span {
    margin-top: 0;
  }
}

.form__message {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 12px;
}
.form__message--error {
  display: none;
  color: #f30000;
}
.form__message--note {
  color: #9ba0a3;
}
.form__message--note a {
  text-decoration: underline;
}
.form__message--note a:hover {
  text-decoration: none;
}

.js-field-invalid .select__button,
.js-field-invalid input,
.js-field-invalid textarea {
  border-color: #f30000;
}
.js-field-invalid .select__button:hover,
.js-field-invalid input:hover,
.js-field-invalid textarea:hover {
  border-color: #f30000;
}
.js-field-invalid .form__message--error {
  display: block;
}

.form__password-wrapper {
  position: relative;
}

.form__password-forgot {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 12px;
  color: #ea4e00;
  line-height: 17px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .form__password-forgot {
    font-size: 14px;
  }
}
.form__password-forgot:hover {
  color: #2c3337;
}
.form__password-forgot:focus-visible {
  color: #2c3337;
}
.form__password-forgot:focus {
  color: #2c3337;
}

.spinner {
  width: 35px;
  height: auto;
  -webkit-animation: spinner-rotate 2s linear infinite;
          animation: spinner-rotate 2s linear infinite;
  color: red;
}
.spinner__circle {
  fill: none;
  -webkit-animation-name: stroke-rotate;
          animation-name: stroke-rotate;
  stroke-dasharray: 282px;
  stroke-width: 10%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
          animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  stroke: currentColor;
}

.blog-slider {
  position: relative;
}
.blog-slider .swiper-button-prev {
  left: -20px;
}
.blog-slider .swiper-button-next {
  right: -20px;
}

.blog-slider__slide {
  position: relative;
  width: 200px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 16px;
  background-color: #616b71;
  color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .blog-slider__slide {
    width: 340px;
    min-height: 380px;
    padding: 32px 24px;
  }
}
@media (min-width: 1366px) {
  .blog-slider__slide {
    width: 386px;
    min-height: 460px;
  }
}
.blog-slider__slide .blog-slider__slider-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.blog-slider__slide .blog-slider__slider-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.blog-slider__slide .blog-slider__slider-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.blog-slider__slide .blog-slider__slider-info {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.25;
}
.blog-slider__slide .blog-slider__slider-info span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
.blog-slider__slide .blog-slider__slider-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-slider__slide .blog-slider__slider-info h3 {
    font-size: 22px;
  }
}
.blog-slider__slide .blog-slider__slider-info time {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .blog-slider__slide .blog-slider__slider-info time {
    font-size: 13px;
    font-weight: 600;
  }
}

.fslightbox-slide-btn-container .fslightbox-slide-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.13s ease-in-out, background-image 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out, background-image 0.13s ease-in-out;
  background-image: url("../img/icon-lightbox-button.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
}
.fslightbox-slide-btn-container .fslightbox-slide-btn:hover {
  background-color: #ea4e00;
  background-image: url("../img/icon-lightbox-hover-button.svg");
}
.fslightbox-slide-btn-container .fslightbox-slide-btn:active {
  background-color: #f5f5f5;
  background-image: url("../img/icon-lightbox-button.svg");
}
.fslightbox-slide-btn-container .fslightbox-slide-btn svg {
  display: none;
}
.fslightbox-slide-btn-container-next .fslightbox-slide-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 227px;
  height: unset;
  min-height: 358px;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.13s ease-in-out;
  transition: -webkit-box-shadow 0.13s ease-in-out;
  transition: box-shadow 0.13s ease-in-out;
  transition: box-shadow 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .product {
    width: auto;
    min-height: 441px;
    padding: 24px;
  }
}
.product:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1366px) {
  .product:hover .product__actions {
    opacity: 1;
    pointer-events: auto;
  }
}
.product::before, .product::after {
  position: absolute;
  -ms-flex-item-align: start;
      align-self: flex-start;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 25px;
  padding: 0 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .product::before, .product::after {
    top: 20px;
  }
}

.product__image-wrapper {
  position: relative;
  width: 117px;
  margin-top: 38px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 106px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product__image-wrapper {
    width: 170px;
    height: 154px;
    margin-bottom: 30px;
  }
}
.product__image-wrapper img {
  -o-object-position: center;
     object-position: center;
}

.product__name {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 160px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .product__name {
    margin-bottom: 12px;
    font-size: 16px;
    max-width: 240px;
  }
}
.product__name:hover {
  color: #ea4e00;
}
.product__name:active {
  color: #2c3337;
}

.product__reviews {
  display: none;
  color: #ea4e00;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 768px) {
  .product__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px;
    margin-bottom: 16px;
  }
}
.product__reviews::before {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../img/icon-star.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .product__reviews::before {
    display: block;
  }
}

.product__reviews--missing {
  color: #9ba0a3;
}
.product__reviews--missing::before {
  margin: 0;
  background-image: url(../img/icon-star-disabled.svg);
}

.product__reviews-count {
  color: #9ba0a3;
  margin-left: 4px;
}

.product__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.product__price-wrapper b {
  margin-right: 7px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .product__price-wrapper b {
    font-size: 18px;
  }
}
.product__price-wrapper del {
  font-weight: 500;
  font-size: 14px;
  color: #b2b2b2;
}

.product__buttons {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-min-content -webkit-min-content;
  -ms-grid-rows: min-content min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  margin-top: auto;
}
@media (min-width: 768px) {
  .product__buttons {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}

.product__button {
  width: 100%;
  min-width: unset;
  min-height: 36px;
  font-size: 12px;
  line-height: 1;
  padding: 0 12px;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
}
@media (min-width: 1366px) {
  .product__actions {
    opacity: 0;
    pointer-events: none;
  }
}
.product__actions button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c0c2c3;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.product__actions button.chosen {
  color: #ea4e00;
}
.product__actions button svg {
  fill: none;
}
.product__actions button:not(:last-of-type) {
  margin-right: 17px;
}
.product__actions button:hover {
  color: #2c3337;
}
.product__actions span {
  display: none;
}

.product__fav svg {
  margin-top: -2px;
}

.product__labels-wrapper {
  position: absolute;
  left: 24px;
  top: 16px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 7px;
}
@media ms {
  .product__labels-wrapper {
    top: 20px;
    left: 20px;
  }
}

.product__label {
  display: none;
  width: auto;
  height: 25px;
  padding: 0 8px;
  line-height: 2.15;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
}

.product--new .product__label--new {
  display: block;
  background-color: #6bc541;
}

.product--hit .product__label--hit {
  display: block;
  background-color: #2c3337;
}

.product--offer .product__label--offer {
  display: block;
  background-color: #ea4e00;
}

.product--discount .product__label--discount {
  display: block;
  background-color: #ea4e00;
}

.product--out-of-stock .product__label--out-of-stock {
  display: block;
  background-color: #efefef;
  color: #9ba0a3;
}
.product--out-of-stock .product__buttons {
  display: block;
}

.product--present .product__label--present {
  display: block;
  background-color: #ffc700;
  color: #000000;
}

.product__price {
  font-weight: 600;
  color: #2c3337;
}

.product__action--added svg {
  color: #ea4e00;
}

.map {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .map {
    height: 400px;
  }
}
@media (min-width: 1366px) {
  .map {
    height: 518px;
  }
}

.docs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .docs__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.docs__item a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
}
.docs__item a svg {
  color: #eaeaea;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.docs__item a:hover svg {
  color: #ea4e00;
}
.docs__item a:hover .docs__icon-wrapper::before {
  color: #ffffff;
}
.docs__item a:hover .docs__name {
  color: #ea4e00;
}

.docs__icon-wrapper {
  height: 40px;
  display: block;
  position: relative;
  grid-row: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.docs__icon-wrapper::before {
  content: attr(data-ext);
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #b6bcbf;
  font-family: "Inter", "Arial", sans-serif;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}

.docs__name {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .docs__name {
    font-size: 16px;
  }
}

.docs__size {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 12px;
  line-height: 14px;
  color: #9ba0a3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.zoom {
  cursor: pointer;
}
.zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: rgba(234, 78, 0, 0.7);
  background-image: url("../../img/icon-scale.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
  pointer-events: none;
}
.zoom:hover::after {
  opacity: 1;
}

.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .title-wrapper {
    margin-bottom: 40px;
    padding-top: 23px;
  }
}
@media (min-width: 1366px) {
  .title-wrapper {
    margin-bottom: 40px;
  }
}
.title-wrapper h1 {
  margin-bottom: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header--opened {
  background-color: #ffffff;
  overflow-y: auto;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
}

.header__top-wrapper {
  display: none;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .header__top-wrapper {
    position: relative;
    z-index: 10;
    display: block;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__city {
  padding: 0;
  background: none;
  border: 0;
  display: none;
  margin-right: 42px;
  font-weight: 500;
  font-size: 14px;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__city svg {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__city svg {
    margin-left: 14px;
  }
}
.header__city:focus-visible {
  color: #ea4e00;
}
.header__city:focus-visible svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__city:hover {
  color: #ea4e00;
}
.header__city:focus {
  outline: 0;
}

.header__tel {
  margin-right: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.header__tel:hover {
  color: #ea4e00;
}
.header__tel:focus-visible {
  outline: none;
  color: #ea4e00;
}

.header__nav {
  margin-left: auto;
}

.header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1366px) {
  .header__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 720px;
  }
}

.header__nav-link {
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__nav-link {
    padding: 15px 0;
  }
}
.header__nav-link:hover {
  color: #ea4e00;
}
.header__nav-link:hover + svg {
  color: #ea4e00;
}
.header__nav-link:focus-visible {
  outline: none;
  color: #ea4e00;
}
.header__nav-link:focus-visible + svg {
  color: #ea4e00;
}

.header__nav-item {
  font-size: 14px;
}
.header__nav-item:not(:last-child) {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .header__nav-item:not(:last-child) {
    margin-right: 36px;
  }
}

.header__nav-item--more {
  position: relative;
  cursor: pointer;
}

.header__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 81%;
  z-index: -2;
  display: none;
  width: 220px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  opacity: 0;
}
@media (min-width: 768px) {
  .header__sublist {
    right: 0;
  }
}
@media (min-width: 1366px) {
  .header__sublist {
    right: -25px;
  }
}
.header__sublist li {
  width: 100%;
  padding: 0;
}
.header__sublist li .header__nav-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: left;
}

.header__main {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 13px;
  -ms-grid-columns: 21px 1fr 25px;
  grid-template-columns: 21px 1fr 25px;
  -ms-grid-rows: 1fr 48px;
  grid-template-rows: 1fr 48px;
  padding-top: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .header__main {
    padding-top: 24px;
    padding-bottom: 24px;
    grid-row-gap: 23px;
    -ms-grid-columns: -webkit-max-content 195px 1fr;
    -ms-grid-columns: max-content 195px 1fr;
    grid-template-columns: -webkit-max-content 195px 1fr;
    grid-template-columns: max-content 195px 1fr;
  }
}
@media (min-width: 1366px) {
  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__burger {
  width: 21px;
  height: 21px;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__burger svg {
  color: #000000;
}
.header__burger--opened {
  background-image: url("../img/icon-cross.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.header__burger--opened svg {
  display: none;
}

.header__logo-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .header__logo-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 116px;
    height: 76px;
    margin-right: 29px;
  }
}
@media (min-width: 1366px) {
  .header__logo-wrapper {
    margin-right: 46px;
  }
}
.header__logo-wrapper--small {
  display: none;
}

.header__catalog-button {
  display: none;
  min-width: 195px;
  min-height: 48px;
}
@media (min-width: 768px) {
  .header__catalog-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 45px;
  }
}
@media (min-width: 1366px) {
  .header__catalog-button {
    margin-right: 24px;
    padding-right: 22px;
    padding-left: 22px;
  }
}
.header__catalog-button svg {
  margin-right: 8px;
}

.header__user-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header__user-nav {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 1366px) {
  .header__user-nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.header__user-nav-item {
  display: none;
}
@media (min-width: 768px) {
  .header__user-nav-item {
    display: block;
  }
  .header__user-nav-item:not(:last-of-type) {
    margin-right: 28px;
  }
}
.header__user-nav-item svg {
  color: #141617;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  fill: #ffffff;
}
@media (min-width: 768px) {
  .header__user-nav-item svg {
    height: 22px;
    margin-top: 9px;
    margin-bottom: 7px;
  }
}
.header__user-nav-item--cart {
  display: block;
}

.header__user-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__user-nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .header__user-nav-link span {
    line-height: 2;
  }
}
.header__user-nav-link:hover {
  color: #ea4e00;
}
.header__user-nav-link:hover svg {
  color: #ea4e00;
}
.header__user-nav-link:focus-visible {
  outline: 0;
  color: #ea4e00;
}
.header__user-nav-link:focus-visible svg {
  color: #ea4e00;
}

.header__form {
  position: relative;
  grid-column: -1/1;
}
@media (min-width: 1366px) {
  .header__form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 32px;
  }
}
.header__form .header__input {
  width: 100%;
  padding-right: 75px;
}
.header__form .header__input:focus-visible {
  border-color: #d5dfe4;
}
.header__form .header__input--active ~ button {
  pointer-events: auto;
  opacity: 1;
}
.header__form .header__input-button {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__form .header__input-button--reset {
  right: 58px;
  color: #9ba0a3;
}
.header__form .header__input-button--submit {
  right: 17px;
  padding: 5px 0 5px 12px;
  border-left: 1px solid #e5e5e5;
  color: #ea4e00;
}
.header__form .header__input-popup {
  display: none;
  position: absolute;
  top: 56px;
  left: -16px;
  width: 100vw;
  max-height: calc(100vh - 147px);
  overflow-x: auto;
  z-index: 900;
}
@media (min-width: 768px) {
  .header__form .header__input-popup {
    left: 0;
    width: 100%;
    top: 64px;
    border-radius: 4px;
  }
}
@media (min-width: 1366px) {
  .header__form .header__input-popup {
    width: 826px;
    top: 56px;
    max-height: none;
    min-height: 512px;
  }
}
.header__form .header__input-popup::-webkit-scrollbar {
  width: 3px;
}
.header__form .header__input-popup::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #dcdcdc;
}
.header__form .header__input-popup--appear {
  -webkit-animation: searchResultsAppear 0.15s;
          animation: searchResultsAppear 0.15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header__recall {
  display: none;
}
@media (min-width: 1366px) {
  .header__recall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__contacts {
  display: none;
}

.header--small {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  -webkit-animation: headerAppear 0.45s;
          animation: headerAppear 0.45s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .header--small {
    height: 196px;
  }
}
@media (min-width: 1366px) {
  .header--small {
    height: 96px;
  }
}
.header--small .header__top-wrapper {
  display: none;
}
@media (min-width: 1366px) {
  .header--small .header__main {
    padding-top: 22px;
  }
}
@media (min-width: 1366px) {
  .header--small .header__logo-wrapper {
    display: none;
  }
  .header--small .header__logo-wrapper--small {
    display: block;
    width: 67px;
    height: 25px;
    margin-right: 30px;
  }
}
@media (min-width: 1366px) {
  .header--small .header__catalog-button {
    min-width: 125px;
  }
  .header--small .header__catalog-button span {
    display: none;
  }
}
@media (min-width: 1366px) {
  .header--small .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 78px;
  }
}
@media (min-width: 1366px) {
  .header--small .header__user-nav-link span {
    width: 1px;
    height: 1px;
    line-height: 2;
    visibility: hidden;
  }
}
.header--small .header__tel {
  margin-bottom: 4px;
}
.header--small .header__recall {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26px -webkit-max-content;
  -ms-grid-columns: 26px max-content;
  grid-template-columns: 26px -webkit-max-content;
  grid-template-columns: 26px max-content;
  grid-column-gap: 8px;
}
.header--small .header__recall svg {
  margin: 0;
}

.header--small-hidden {
  -webkit-animation: hideHeader 4.5s;
          animation: hideHeader 4.5s;
}

main {
  margin-top: 147px;
}
@media (min-width: 768px) {
  main {
    margin-top: 241px;
  }
}
@media (min-width: 1366px) {
  main {
    margin-top: 170px;
  }
}

.recall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.2;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.recall:hover {
  color: #ea4e00;
}
.recall:hover svg {
  background-color: #ea4e00;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.recall:focus-visible {
  outline: none;
  color: #ea4e00;
}
.recall:focus-visible svg {
  background-color: #ea4e00;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.recall svg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  padding: 7px;
  border: 1px solid #cad1d5;
  border-radius: 4px;
  color: #2c3337;
  -webkit-transition: background-color 0.13s ease-in-out, border 0.13s ease-in-out, color 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out, border 0.13s ease-in-out, color 0.13s ease-in-out;
}

.header-mobile {
  position: relative;
  z-index: 250;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
  display: none;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile--opened {
  display: block;
}
.header-mobile .header__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.header-mobile .header__tel {
  margin: 0;
}

.header-mobile__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.header-mobile__recall svg {
  margin: 0;
}

.header-mobile__detailed {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}

.header-mobile__detailed-item {
  border-bottom: 1px solid #e2e5e7;
}

.header-mobile__detailed-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 500;
  color: #2c3337;
}
.header-mobile__detailed-link svg {
  margin-right: 12px;
  fill: #ffffff;
}
.header-mobile__detailed-link:focus {
  outline: 0;
}
.header-mobile__detailed-link--arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("../img/icon-arrow.svg");
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: auto;
}

.header-mobile__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}
.header-mobile__list li {
  font-size: 15px;
}
.header-mobile__list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.header-mobile__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 16px;
}

.header-mobile__button {
  width: 100%;
}

.footer {
  padding-bottom: 24px;
  background-color: #141617;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 48px;
  }
}
@media (min-width: 1366px) {
  .footer {
    padding-top: 40px;
  }
}

@media (min-width: 1366px) {
  .footer__wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 104px -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 104px max-content max-content;
    grid-template-columns: 104px -webkit-max-content -webkit-max-content;
    grid-template-columns: 104px max-content max-content;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    grid-row-gap: 45px;
  }
}

.footer__logo-wrapper {
  display: none;
}
@media (min-width: 1366px) {
  .footer__logo-wrapper {
    display: block;
  }
}
@media (min-width: 1366px) {
  .footer__logo-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 104px;
    margin-right: 110px;
  }
}

.footer__nav {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer__nav {
    margin-bottom: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #444c51;
  }
}
@media (min-width: 1366px) {
  .footer__nav {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0;
    margin-left: 110px;
    padding: 0;
    padding-top: 8px;
    border: 0;
  }
}

.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__nav-item {
  border-bottom: 1px solid #444c51;
}
@media (min-width: 768px) {
  .footer__nav-item {
    border: 0;
  }
}
@media (min-width: 1366px) {
  .footer__nav-item:not(:last-of-type) {
    margin-right: 85px;
  }
}

.footer__nav-link {
  color: #ffffff;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.footer__nav-link:hover {
  color: #ea4e00;
}
.footer__nav-link:active {
  color: #ffffff;
}
.footer__nav-link:focus-visible {
  outline: 0;
  color: #ea4e00;
}

.footer__nav-details {
  outline: 0;
}
.footer__nav-details[open] + .footer__nav-subitems {
  display: block;
  -webkit-animation: appearFromTransparency 0.3s ease-in-out;
          animation: appearFromTransparency 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer__nav-details[open] + .footer__nav-subitems {
    -webkit-animation: none;
            animation: none;
  }
}
.footer__nav-details[open] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer__nav-summary {
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 23px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  list-style: none;
  text-align: left;
}
.footer__nav-summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 768px) {
  .footer__nav-summary {
    margin-bottom: 24px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 1366px) {
  .footer__nav-summary {
    margin-bottom: 18px;
  }
}
.footer__nav-summary svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .footer__nav-summary svg {
    display: none;
  }
}

.footer__nav-subitems {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__nav-subitems {
    display: block;
    padding: 0;
  }
}
.footer__nav-subitems li {
  font-size: 16px;
  font-weight: 500;
}
.footer__nav-subitems li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer__nav-subitems li:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media (min-width: 1366px) {
  .footer__nav-subitems li:not(:last-child) {
    margin-bottom: 7px;
  }
}

.footer__contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (-webkit-max-content)[4];
  -ms-grid-rows: (max-content)[4];
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  gap: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #444c51;
}
@media (min-width: 768px) {
  .footer__contacts {
    display: block;
    padding-bottom: 41px;
  }
}
@media (min-width: 1366px) {
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 0;
    margin-left: 112px;
    padding: 0;
    padding-top: 12px;
    border: 0;
  }
}
.footer__contacts b {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer__contacts b {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .footer__contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1366px) {
  .footer__contacts-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__contacts-item {
  display: block;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  margin-bottom: 16px;
}
.footer__contacts-item:hover {
  color: #ea4e00;
}
.footer__contacts-item:active {
  color: #ffffff;
}
.footer__contacts-item:focus-visible {
  outline: 0;
  color: #ea4e00;
}
@media (min-width: 1366px) {
  .footer__contacts-item--phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__contacts-item--phone svg {
  display: none;
}
@media (min-width: 1366px) {
  .footer__contacts-item--phone svg {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    margin-left: 17px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .footer__contacts-item {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media (min-width: 1366px) {
  .footer__contacts-item {
    font-size: 20px;
  }
}

.footer__socials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[4];
  -ms-grid-columns: (max-content)[4];
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  gap: 13px;
  margin-top: 16px;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .footer__socials {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .footer__socials {
    margin-top: auto;
  }
}
.footer__socials-item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.footer__socials-item a {
  background-color: rgba(255, 255, 255, 0.07);
}
.footer__socials-item a:active {
  -webkit-transition: background-color 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out;
  background-color: rgba(255, 255, 255, 0.07);
}

.footer__subscribe {
  margin-bottom: 24px;
  border-bottom: 1px solid #444c51;
}
@media (min-width: 1366px) {
  .footer__subscribe {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 112px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column: 1/-1;
    margin: 0;
    padding: 48px 0;
    border-top: 1px solid #444c51;
  }
}

.footer__subscribe-title {
  display: block;
  margin-bottom: 16px;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer__subscribe-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  .footer__subscribe-title {
    margin: 0;
  }
}

.footer__subscribe-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.2;
  color: #616b71;
}
@media (min-width: 768px) {
  .footer__subscribe-text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (min-width: 1366px) {
  .footer__subscribe-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0;
  }
}

.footer__subscribe-form {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .footer__subscribe-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .footer__subscribe-form {
    margin: 0;
    grid-row: 1/-1;
    width: 100%;
  }
}
.footer__subscribe-form input {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .footer__subscribe-form input {
    height: 59px;
    margin-bottom: 0;
    padding-right: 216px;
  }
}
.footer__subscribe-form input:focus {
  outline: 0;
  border-color: #ea4e00;
}
.footer__subscribe-form input:focus:hover {
  border-color: #ea4e00;
}
.footer__subscribe-form button {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__subscribe-form button {
    position: absolute;
    top: 0;
    right: -2px;
    height: 59px;
    max-width: 196px;
  }
}
.footer__subscribe-form button:hover, .footer__subscribe-form button:focus-visible {
  background-color: #2c3337;
  outline: none;
}
.footer__subscribe-form button:active {
  background-color: #ea4e00;
}

.footer__copyrigt-info {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  font-size: 16px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .footer__copyrigt-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .footer__copyrigt-info {
    grid-column: 1/-1;
    margin-top: -20px;
  }
}

.footer__agreement:hover {
  color: #ea4e00;
}
.footer__agreement:active {
  color: #ffffff;
}
.footer__agreement:focus-visible {
  outline: 0;
  opacity: 0.7;
}

.footer__developed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.footer__developed svg {
  margin-left: 8px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.footer__developed:hover {
  color: #ea4e00;
}
.footer__developed:hover svg {
  color: #ea4e00;
}
.footer__developed:focus-visible {
  outline: 0;
  color: #ea4e00;
}
.footer__developed:focus-visible svg {
  color: #ea4e00;
}

.payment__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .payment__header {
    margin-bottom: 40px;
  }
}

.payment__content p {
  margin: 0;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (min-width: 1366px) {
  .payment__content {
    max-width: 73%;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header--opened {
  background-color: #ffffff;
  overflow-y: auto;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
}

.header__top-wrapper {
  display: none;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .header__top-wrapper {
    position: relative;
    z-index: 10;
    display: block;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__city {
  padding: 0;
  background: none;
  border: 0;
  display: none;
  margin-right: 42px;
  font-weight: 500;
  font-size: 14px;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__city svg {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__city svg {
    margin-left: 14px;
  }
}
.header__city:focus-visible {
  color: #ea4e00;
}
.header__city:focus-visible svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__city:hover {
  color: #ea4e00;
}
.header__city:focus {
  outline: 0;
}

.header__tel {
  margin-right: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.header__tel:hover {
  color: #ea4e00;
}
.header__tel:focus-visible {
  outline: none;
  color: #ea4e00;
}

.header__nav {
  margin-left: auto;
}

.header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1366px) {
  .header__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 720px;
  }
}

.header__nav-link {
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__nav-link {
    padding: 15px 0;
  }
}
.header__nav-link:hover {
  color: #ea4e00;
}
.header__nav-link:hover + svg {
  color: #ea4e00;
}
.header__nav-link:focus-visible {
  outline: none;
  color: #ea4e00;
}
.header__nav-link:focus-visible + svg {
  color: #ea4e00;
}

.header__nav-item {
  font-size: 14px;
}
.header__nav-item:not(:last-child) {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .header__nav-item:not(:last-child) {
    margin-right: 36px;
  }
}

.header__nav-item--more {
  position: relative;
  cursor: pointer;
}

.header__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 81%;
  z-index: -2;
  display: none;
  width: 220px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  opacity: 0;
}
@media (min-width: 768px) {
  .header__sublist {
    right: 0;
  }
}
@media (min-width: 1366px) {
  .header__sublist {
    right: -25px;
  }
}
.header__sublist li {
  width: 100%;
  padding: 0;
}
.header__sublist li .header__nav-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: left;
}

.header__main {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 13px;
  -ms-grid-columns: 21px 1fr 25px;
  grid-template-columns: 21px 1fr 25px;
  -ms-grid-rows: 1fr 48px;
  grid-template-rows: 1fr 48px;
  padding-top: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .header__main {
    padding-top: 24px;
    padding-bottom: 24px;
    grid-row-gap: 23px;
    -ms-grid-columns: -webkit-max-content 195px 1fr;
    -ms-grid-columns: max-content 195px 1fr;
    grid-template-columns: -webkit-max-content 195px 1fr;
    grid-template-columns: max-content 195px 1fr;
  }
}
@media (min-width: 1366px) {
  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__burger {
  width: 21px;
  height: 21px;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__burger svg {
  color: #000000;
}
.header__burger--opened {
  background-image: url("../img/icon-cross.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.header__burger--opened svg {
  display: none;
}

.header__logo-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .header__logo-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 116px;
    height: 76px;
    margin-right: 29px;
  }
}
@media (min-width: 1366px) {
  .header__logo-wrapper {
    margin-right: 46px;
  }
}
.header__logo-wrapper--small {
  display: none;
}

.header__catalog-button {
  display: none;
  min-width: 195px;
  min-height: 48px;
}
@media (min-width: 768px) {
  .header__catalog-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 45px;
  }
}
@media (min-width: 1366px) {
  .header__catalog-button {
    margin-right: 24px;
    padding-right: 22px;
    padding-left: 22px;
  }
}
.header__catalog-button svg {
  margin-right: 8px;
}

.header__user-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header__user-nav {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 1366px) {
  .header__user-nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.header__user-nav-item {
  display: none;
}
@media (min-width: 768px) {
  .header__user-nav-item {
    display: block;
  }
  .header__user-nav-item:not(:last-of-type) {
    margin-right: 28px;
  }
}
.header__user-nav-item svg {
  color: #141617;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  fill: #ffffff;
}
@media (min-width: 768px) {
  .header__user-nav-item svg {
    height: 22px;
    margin-top: 9px;
    margin-bottom: 7px;
  }
}
.header__user-nav-item--cart {
  display: block;
}

.header__user-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .header__user-nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .header__user-nav-link span {
    line-height: 2;
  }
}
.header__user-nav-link:hover {
  color: #ea4e00;
}
.header__user-nav-link:hover svg {
  color: #ea4e00;
}
.header__user-nav-link:focus-visible {
  outline: 0;
  color: #ea4e00;
}
.header__user-nav-link:focus-visible svg {
  color: #ea4e00;
}

.header__form {
  position: relative;
  grid-column: -1/1;
}
@media (min-width: 1366px) {
  .header__form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 32px;
  }
}
.header__form .header__input {
  width: 100%;
  padding-right: 75px;
}
.header__form .header__input:focus-visible {
  border-color: #d5dfe4;
}
.header__form .header__input--active ~ button {
  pointer-events: auto;
  opacity: 1;
}
.header__form .header__input-button {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__form .header__input-button--reset {
  right: 58px;
  color: #9ba0a3;
}
.header__form .header__input-button--submit {
  right: 17px;
  padding: 5px 0 5px 12px;
  border-left: 1px solid #e5e5e5;
  color: #ea4e00;
}
.header__form .header__input-popup {
  display: none;
  position: absolute;
  top: 56px;
  left: -16px;
  width: 100vw;
  max-height: calc(100vh - 147px);
  overflow-x: auto;
  z-index: 900;
}
@media (min-width: 768px) {
  .header__form .header__input-popup {
    left: 0;
    width: 100%;
    top: 64px;
    border-radius: 4px;
  }
}
@media (min-width: 1366px) {
  .header__form .header__input-popup {
    width: 826px;
    top: 56px;
    max-height: none;
    min-height: 512px;
  }
}
.header__form .header__input-popup::-webkit-scrollbar {
  width: 3px;
}
.header__form .header__input-popup::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #dcdcdc;
}
.header__form .header__input-popup--appear {
  -webkit-animation: searchResultsAppear 0.15s;
          animation: searchResultsAppear 0.15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header__recall {
  display: none;
}
@media (min-width: 1366px) {
  .header__recall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__contacts {
  display: none;
}

.header--small {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  -webkit-animation: headerAppear 0.45s;
          animation: headerAppear 0.45s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .header--small {
    height: 196px;
  }
}
@media (min-width: 1366px) {
  .header--small {
    height: 96px;
  }
}
.header--small .header__top-wrapper {
  display: none;
}
@media (min-width: 1366px) {
  .header--small .header__main {
    padding-top: 22px;
  }
}
@media (min-width: 1366px) {
  .header--small .header__logo-wrapper {
    display: none;
  }
  .header--small .header__logo-wrapper--small {
    display: block;
    width: 67px;
    height: 25px;
    margin-right: 30px;
  }
}
@media (min-width: 1366px) {
  .header--small .header__catalog-button {
    min-width: 125px;
  }
  .header--small .header__catalog-button span {
    display: none;
  }
}
@media (min-width: 1366px) {
  .header--small .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 78px;
  }
}
@media (min-width: 1366px) {
  .header--small .header__user-nav-link span {
    width: 1px;
    height: 1px;
    line-height: 2;
    visibility: hidden;
  }
}
.header--small .header__tel {
  margin-bottom: 4px;
}
.header--small .header__recall {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26px -webkit-max-content;
  -ms-grid-columns: 26px max-content;
  grid-template-columns: 26px -webkit-max-content;
  grid-template-columns: 26px max-content;
  grid-column-gap: 8px;
}
.header--small .header__recall svg {
  margin: 0;
}

.header--small-hidden {
  -webkit-animation: hideHeader 4.5s;
          animation: hideHeader 4.5s;
}

main {
  margin-top: 147px;
}
@media (min-width: 768px) {
  main {
    margin-top: 241px;
  }
}
@media (min-width: 1366px) {
  main {
    margin-top: 170px;
  }
}

.cart-icon {
  position: relative;
}
.cart-icon span {
  display: none;
}
@media (min-width: 768px) {
  .cart-icon span {
    display: block;
  }
}
.cart-icon b {
  position: absolute;
  top: -7px;
  right: -4px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17px;
  height: 17px;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  background-color: #ea4e00;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cart-icon b {
    top: 4px;
    right: 7px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}

.delivery__city-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery__city-wrapper {
    margin-bottom: 25px;
  }
}

.delivery__city {
  padding: 0;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #ea4e00;
  margin-left: 5px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .delivery__city {
    font-size: 24px;
  }
}
.delivery__city:hover {
  color: #2c3337;
}
.delivery__city:active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.delivery__city svg {
  margin-left: 11px;
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .delivery__city svg {
    margin-left: 12px;
  }
}

.delivery__options {
  padding-bottom: 12px;
  margin-bottom: 40px;
  overflow-x: auto;
  margin-right: -16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .delivery__options {
    overflow-x: initial;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .delivery__options {
    margin-bottom: 56px;
  }
}
.delivery__options::-webkit-scrollbar {
  height: 3px;
  width: 0;
}
@media (min-width: 768px) {
  .delivery__options::-webkit-scrollbar {
    display: none;
  }
}
.delivery__options::-webkit-scrollbar-thumb {
  background-color: #ea4e00;
  border-radius: 100px;
}
.delivery__options::-webkit-scrollbar-track {
  background-color: #e2e5e7;
  margin-right: 16px;
  border-radius: 100px;
}

.delivery__table {
  border-collapse: collapse;
  width: 100%;
}
.delivery__table-method {
  min-width: 240px;
  width: 50%;
}
.delivery__table-time {
  min-width: 177px;
  width: 25%;
}
.delivery__table-price {
  min-width: 150px;
  width: 25%;
}
.delivery__table tbody tr {
  border-top: 1px solid #e7e7e7;
}
.delivery__table th {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #9ba0a3;
  padding: 0 10px 20px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .delivery__table th {
    font-size: 16px;
    padding: 0 10px 24px 0;
  }
}
.delivery__table td {
  padding: 24px 20px 24px 0;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .delivery__table td {
    padding: 32px 20px 32px 0;
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 1366px) {
  .delivery__table td {
    font-size: 20px;
  }
}
.delivery__table dl {
  margin: 0;
}
.delivery__table dl dt {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .delivery__table dl dt {
    font-weight: 500;
    margin-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  .delivery__table dl dt {
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.delivery__table dl dd {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #9ba0a3;
}
@media (min-width: 768px) {
  .delivery__table dl dd {
    font-size: 16px;
  }
}

.delivery__tooltip {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .delivery__tooltip {
    margin-left: 12px;
  }
}

.popular .swiper-button {
  top: calc(50% + 35.5px);
}
.popular .swiper-button-prev {
  left: 60px;
}
.popular .swiper-button-next {
  right: 60px;
}

.popular__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.popular__item {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 199px;
  height: 320px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .popular__item {
    width: 288px;
    height: 400px;
  }
}
.popular__item img {
  width: 100%;
  height: 100%;
}
.popular__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/popular-item-mask.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 768px) {
  .popular__item::before {
    background-position: left bottom;
  }
}

.popular__category {
  position: absolute;
  bottom: 10px;
  left: 25px;
  z-index: 3;
  max-width: 45%;
}

.article__breadcrumbs {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article__breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .article__breadcrumbs {
    margin-bottom: 32px;
  }
}

.article__publication {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .article__publication {
    margin-bottom: 88px;
  }
}
@media (min-width: 1366px) {
  .article__publication {
    margin-bottom: 112px;
  }
}

.article__publication-rate {
  display: none;
}
@media (min-width: 1366px) {
  .article__publication-rate {
    display: block;
    margin-bottom: 64px;
    padding-left: 103px;
  }
}

@media (min-width: 1366px) {
  .article__publication-footer {
    padding: 0 103px;
  }
}

.article__other-publications-title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article__other-publications-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .article__other-publications-title {
    font-size: 40px;
    font-weight: 700;
  }
}

.rate {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 20px 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 361px;
}

.rate__title {
  font-weight: 500;
  line-height: 1.6;
}

.rate__stars {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c9cbcc;
}
.rate__stars label {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rate__stars label:not(:last-of-type) {
  padding-left: 4px;
}
.rate__stars label:last-of-type {
  padding-left: 2px;
}
.rate__stars label:not(:first-of-type) {
  padding-right: 4px;
}
.rate__stars label:first-of-type {
  padding-right: 2px;
}
.rate__stars label:hover,
.rate__stars label:hover ~ label,
.rate__stars input:checked ~ label {
  color: #ffb800;
}
.rate__stars svg {
  cursor: pointer;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}

.rate__count {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.bonus__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .bonus__header {
    margin-bottom: 40px;
  }
}

.bonus__content ol {
  margin-bottom: 0;
}

.about h2 {
  margin-top: 0;
}
.about h3 {
  margin-top: 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .about h3 {
    font-size: 24px;
  }
}
.about p {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .about p {
    font-size: 18px;
  }
}

.about__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .about__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .about__header {
    margin-bottom: 56px;
  }
}
.about__header ol + p {
  margin-bottom: 30px;
}

.about__info {
  background-color: #f6f6f6;
  padding: 24px 16px 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about__info {
    padding: 40px 40px 48px 24px;
    margin-bottom: 64px;
    margin-right: 24px;
  }
}
@media (min-width: 1366px) {
  .about__info {
    padding: 54px 125px 64px 0;
    padding-left: calc((100vw - 1366px) / 2 + 80px);
    margin-bottom: 96px;
    margin-right: calc((100vw - 1366px) / 2 + 80px);
  }
}
.about__info figure {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1366px) {
  .about__info figure {
    margin-bottom: 56px;
  }
}
.about__info ul {
  margin-bottom: 0;
}

.about__certificates {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .about__certificates {
    margin-bottom: 56px;
  }
}
@media (min-width: 1366px) {
  .about__certificates {
    margin-bottom: 80px;
  }
}
.about__certificates .about__certificates-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.about__certificates .about__certificates-top h2 {
  margin-bottom: 0;
}
.about__certificates .about__certificates-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__certificates .about__certificates-buttons .swiper-button {
  position: static;
  margin-top: 0;
  width: 48px;
  height: 48px;
}
.about__certificates .about__certificates-buttons .swiper-button-prev {
  margin-right: 12px;
}
.about__certificates .about__cerificates-slide {
  width: auto;
}
.about__certificates .about__cerificates-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .about__certificates .about__cerificates-slide img {
    width: 285px;
    height: 400px;
  }
}

.about__invite p:not(:last-of-type) {
  margin-bottom: 32px;
}
.about__invite .about__invite-links {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .about__invite .about__invite-links {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1366px) {
  .about__invite .about__invite-links {
    margin-top: 64px;
  }
}
.about__invite .about__invite-links a {
  width: 100%;
}
@media (min-width: 768px) {
  .about__invite .about__invite-links a {
    min-height: 58px;
    width: 241px;
  }
}
.about__invite .about__invite-links a:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .about__invite .about__invite-links a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.discounts .discounts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.discounts .discounts__top-buttons .swiper-button {
  margin-top: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.discounts .discounts__top-buttons .swiper-button-prev {
  left: 60px;
}
.discounts .discounts__top-buttons .swiper-button-next {
  right: 60px;
}
.discounts .discounts__slider-wrapper {
  padding-bottom: 20px;
}
.discounts .discounts__slider {
  padding-bottom: 5px;
  padding-left: 5px;
}
.discounts .discounts__label {
  background-color: #ea4e00;
  height: 25px;
  width: 47px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .discounts .discounts__label {
    height: 36px;
    width: 69px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
.discounts .discounts__content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  max-width: 70%;
}
@media (min-width: 768px) {
  .discounts .discounts__content {
    padding: 20px;
  }
}
@media (min-width: 1366px) {
  .discounts .discounts__content {
    padding: 30px;
  }
}
.discounts .discounts__slide {
  width: auto;
  background-color: #616b71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .discounts .discounts__slide {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  }
}
.discounts .discounts__slide::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  height: 127px;
}
@media (min-width: 768px) {
  .discounts .discounts__slide::before {
    background-color: transparent;
    height: 224px;
    background-image: url("../img/popular-item-mask.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.discounts .discounts__slide img {
  display: block;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .discounts .discounts__slide img {
    width: 340px;
    height: 480px;
  }
}
@media (min-width: 1366px) {
  .discounts .discounts__slide img {
    width: 385px;
    height: 540px;
  }
}
.discounts .discounts__slide h3 {
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .discounts .discounts__slide h3 {
    font-size: 22px;
    font-weight: 700;
  }
}

.rate-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .rate-small {
    margin: 0;
  }
}
.rate-small::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 9px;
  background-image: url("../img/icon-star2.svg");
  background-size: contain;
}

.products__top {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .products__top {
    margin-bottom: 40px;
  }
}

.products .swiper-button {
  top: calc(50% + 68px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products .swiper-button-prev {
  left: 60px;
}
.products .swiper-button-next {
  right: 60px;
}

.products__cats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-right: 16px;
  overflow: auto;
}
@media (min-width: 768px) {
  .products__cats.not-slice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-row-gap: 5px;
  }
}
.products__cats::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .products__cats {
    overflow: visible;
  }
}

.products__cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products__cat:not(:last-of-type) {
  margin-right: 32px;
}
@media (min-width: 1366px) {
  .products__cat:not(:last-of-type) {
    margin-right: 40px;
  }
}
.products__cat .js-sublist li a {
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 4px;
}
.products__cat--more {
  position: relative;
}

.products__tab {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #9ba0a3;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.products__tab:hover {
  color: #2c3337;
}
.products__tab--current {
  color: #2c3337;
}

.products__slider {
  padding: 5px;
}

.products__slider-inner {
  padding-bottom: 25px;
}

.main-sliders-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .main-sliders-top {
    margin-right: 24px;
  }
}
@media (min-width: 1366px) {
  .main-sliders-top {
    margin-right: 0;
  }
}
.main-sliders-top h2 {
  margin-bottom: 0;
}

.brands__top {
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .brands__top {
    margin-bottom: 35px;
  }
}

.brands__slider {
  padding: 5px;
}

@media (min-width: 1366px) {
  .brands__slider-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    height: 350px;
  }
}

.brands__slide {
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-transition: background-color 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out, box-shadow 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 120px;
}
@media (min-width: 768px) {
  .brands__slide {
    width: 222px;
    height: 160px;
  }
}
@media (min-width: 1366px) {
  .brands__slide {
    width: unset;
  }
}
.brands__slide:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
.brands__slide:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
.brands__slide img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: opacity 0.13s ease-in-out, -webkit-filter 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out, -webkit-filter 0.13s ease-in-out;
  transition: filter 0.13s ease-in-out, opacity 0.13s ease-in-out;
  transition: filter 0.13s ease-in-out, opacity 0.13s ease-in-out, -webkit-filter 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .brands__slide img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.news__top {
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .news__top {
    margin-bottom: 35px;
  }
}

.blog__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog__header {
    margin-bottom: 32px;
  }
}
.blog__header h1 {
  margin-bottom: 0;
}

.blog__filter,
.page-filter--block {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
  margin-right: -16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .blog__filter,
.page-filter--block {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: initial;
  }
}
@media (min-width: 1366px) {
  .blog__filter,
.page-filter--block {
    margin-bottom: 30px;
  }
}
.blog__filter::-webkit-scrollbar,
.page-filter--block::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .blog__filter li,
.page-filter--block li {
    margin-bottom: 16px;
  }
}
.blog__filter li:not(:last-of-type),
.page-filter--block li:not(:last-of-type) {
  margin-right: 16px;
}

.blog__filter-button,
.page-filter--button {
  background-color: #f5f5f5;
  color: #2c3337;
  min-height: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blog__filter-button:hover,
.page-filter--button:hover {
  background-color: #ea4e00;
  color: #ffffff;
}
.blog__filter-button:active,
.page-filter--button:active {
  background-color: #2c3337;
}
.blog__filter-button--active,
.page-filter--button--active {
  background-color: #2c3337;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.blog__content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog__content {
    margin-bottom: 56px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 24px;
  }
}
@media (min-width: 1366px) {
  .blog__content {
    margin-bottom: 48px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog__content li:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blog__content li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog__content li:first-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 1366px) {
  .blog__content li:first-child {
    grid-column: 1/-2;
  }
}

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 24px;
  background-color: #616b71;
  color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .blog__item {
    min-height: 460px;
    padding: 32px 24px;
  }
}
@media (min-width: 768px) {
  .blog__item:first-child {
    grid-column: 1/-1;
  }
}
.blog__item .blog__item-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.blog__item .blog__item-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.blog__item .blog__item-info {
  position: relative;
  z-index: 10;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.25;
}
.blog__item .blog__item-info span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
.blog__item .blog__item-info h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog__item .blog__item-info h2 {
    font-size: 22px;
  }
}
.blog__item .blog__item-info time {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .blog__item .blog__item-info time {
    font-size: 13px;
    font-weight: 600;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__show-more-button {
  margin-bottom: 32px;
  min-width: 204px;
  min-height: 48px;
}
@media (min-width: 768px) {
  .pagination__show-more-button {
    margin-bottom: 40px;
  }
}

.pagination__page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .pagination__page-numbers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__buttons ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
}
@media (min-width: 768px) {
  .pagination__buttons ol {
    margin: 0 24px;
  }
}

.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item:not(:first-child) {
  margin-left: 12px;
}
.pagination__item--on-mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .pagination__item--on-mobile-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pagination__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  background-color: #f5f5f5;
  border-radius: 6px;
  -webkit-transition: background-color 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .pagination__button {
    width: 48px;
    height: 48px;
  }
}
.pagination__button:hover {
  background-color: #2c3337;
  color: #ffffff;
}
.pagination__button:hover svg {
  color: #ffffff;
}
.pagination__button:focus-visible {
  outline: none;
  background-color: #2c3337;
  color: #ffffff;
}
.pagination__button:focus-visible svg {
  color: #ffffff;
}
.pagination__button:active {
  background-color: #efefef;
  color: #2c3337;
}
.pagination__button:active svg {
  color: #2c3337;
}
.pagination__button svg {
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.pagination__button--prev {
  border-radius: 50%;
}
.pagination__button--next {
  border-radius: 50%;
}
.pagination__button--next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination__button--disabled {
  pointer-events: none;
}
.pagination__button--disabled svg {
  color: #9ba0a3;
}
.pagination__button--current {
  background-color: #ea4e00;
  color: #ffffff;
  pointer-events: none;
}
.pagination__button--dots {
  pointer-events: none;
}
.pagination__button--dots:hover {
  background-color: #f5f5f5;
  color: initial;
}

.banners {
  width: 100%;
}
.banners .swiper {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .banners .swiper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .banners .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: unset;
    bottom: 63px;
  }
  .banners .swiper-button-prev {
    left: unset;
    right: 80px;
  }
  .banners .swiper-button-next {
    right: 32px;
  }
}
@media (min-width: 1366px) {
  .banners .swiper-button {
    bottom: 76px;
  }
  .banners .swiper-button-prev {
    right: 108px;
  }
  .banners .swiper-button-next {
    right: 48px;
  }
}
.banners .slider-controls__bar {
  bottom: unset;
  width: calc(100% - 32px);
  margin-left: 16px;
}
@media (min-width: 768px) {
  .banners .slider-controls__bar {
    width: 100%;
    margin-left: 0;
  }
}

.banners__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banners__wrapper {
    margin-bottom: 28px;
  }
}

.banner {
  position: relative;
  height: 341px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner {
    height: 501px;
    border-radius: 4px;
  }
}
.banner .banner__image-wrapper {
  position: relative;
  height: 100%;
}
.banner .banner__image-wrapper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.banner .banner__image-wrapper img {
  width: 100%;
}
.banner .banner__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.banner .banner__content b {
  display: inline-block;
  width: auto;
  padding: 4px 8px;
  font-weight: 700;
  color: #ffffff;
  font-size: 13px;
  background-color: #ea4e00;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .banner .banner__content b {
    font-size: 24px;
    padding: 12px 20px;
  }
}
.banner .banner__content .banner__lead {
  margin-bottom: 18px;
  font-size: 20px;
  max-width: 235px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .banner .banner__content .banner__lead {
    margin-bottom: 32px;
    max-width: 550px;
    font-size: 44px;
  }
}
.banner .banner__content .banner__lead .banner__highlight {
  color: #ea4e00;
}
.banner .banner__content a {
  font-size: 13px;
  min-height: 36px;
  padding: 0 5px;
  min-width: 182px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .banner .banner__content a {
    min-width: 220px;
    min-height: 48px;
    font-size: 15px;
    line-height: 18px;
  }
}

.banner--v1::after {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 0;
  background-image: url("../img/banner-mask.svg");
  width: 400px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .banner--v1::after {
    width: 768px;
    background-size: 100%;
  }
}
.banner--v1 .banner__content {
  right: 0;
  bottom: 23px;
  left: 0;
  z-index: 2;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .banner--v1 .banner__content {
    padding-left: 40px;
    bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .banner--v1 .banner__content {
    bottom: 45px;
  }
}
.banner--v1 .banner__content b {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .banner--v1 .banner__content b {
    margin-bottom: 32px;
  }
}

@media (min-width: 1366px) {
  .banner--v2 .banner__image-wrapper {
    margin-left: auto;
    width: 50%;
  }
}
.banner--v2 .banner__content {
  bottom: 0;
  padding: 24px 16px;
  background-color: #273d61;
  height: 222px;
}
@media (min-width: 768px) {
  .banner--v2 .banner__content {
    padding: 32px;
    right: 0;
    left: 0;
    height: 294px;
  }
}
@media (min-width: 1366px) {
  .banner--v2 .banner__content {
    height: unset;
    padding: 80px 52px 48px 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    top: 0;
  }
}
.banner--v2 .banner__content b {
  position: absolute;
  top: -99px;
  right: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 768px) {
  .banner--v2 .banner__content b {
    top: -183px;
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .banner--v2 .banner__content b {
    position: static;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .banner--v2 .banner__content b .banner__price {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .banner--v2 .banner__content .banner__lead {
    font-size: 36px;
  }
}

.banner__desc {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .banner__desc {
    max-width: 70%;
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .banner__desc {
    margin-bottom: 56px;
  }
}

.js-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 81%;
  z-index: -2;
  display: none;
  width: 220px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  opacity: 0;
}
@media (min-width: 768px) {
  .js-sublist {
    right: 0;
  }
}
@media (min-width: 1366px) {
  .js-sublist {
    right: -25px;
  }
}
.js-sublist li {
  width: 100%;
  padding: 0;
}
.js-sublist li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: left;
}

.js-sublist--active {
  z-index: 100;
  display: block;
  -webkit-animation: submenuAppear 0.335s ease-in-out;
          animation: submenuAppear 0.335s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-sublist-trigger svg {
  pointer-events: none;
}

.brick__intro-text {
  margin-bottom: 25px;
}

.brick__publication article {
  padding: 0;
}
.brick__publication article p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brick__publication article p {
    margin-bottom: 32px;
  }
}

.brick__publication-links {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .brick__publication-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
}
@media (min-width: 1366px) {
  .brick__publication-links {
    margin-bottom: 56px;
  }
}
.brick__publication-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 24px;
  background-color: #616b71;
}
@media (min-width: 768px) {
  .brick__publication-links a {
    min-height: 330px;
    padding: 32px 24px;
  }
}
.brick__publication-links a:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .brick__publication-links a:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1366px) {
  .brick__publication-links a:not(:last-of-type) {
    margin-right: 48px;
  }
}
.brick__publication-links a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.brick__publication-links a b {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 22px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .brick__publication-links a b {
    font-size: 26px;
  }
}

.promotion h1 {
  margin-bottom: 0;
}
.promotion h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .promotion h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  .promotion h2 {
    font-size: 36px;
  }
}

.promotion__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .promotion__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .promotion__header {
    margin-bottom: 56px;
  }
}

.promotion__presentation figure {
  border-radius: 0;
}
.promotion__presentation figure img {
  height: 100%;
}
.promotion__presentation em {
  margin-bottom: 0;
}

.contacts h1 {
  margin-bottom: 0;
}

.contacts__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contacts__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .contacts__header {
    margin-bottom: 56px;
  }
}

.contacts__map {
  position: relative;
}
.contacts__map figure {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contacts__map > div {
  height: 300px;
}
@media (min-width: 768px) {
  .contacts__map > div {
    height: 400px;
  }
}
@media (min-width: 1366px) {
  .contacts__map > div {
    height: 532px;
  }
}

.contacts__communication {
  padding-bottom: 32px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contacts__communication {
    padding-bottom: 48px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .contacts__communication {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contacts__communication dl {
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .contacts__communication dl {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1366px) {
  .contacts__communication dl {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .contacts__communication dl div:not(:last-of-type) {
    margin: 0 56px 0 0;
  }
}
@media (min-width: 1366px) {
  .contacts__communication dl div:not(:last-of-type) {
    margin: 0 80px 0 0;
  }
}
.contacts__communication dl dt {
  color: #9ba0a3;
  font-size: 16px;
}
.contacts__communication dl dd a {
  font-weight: 500;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .contacts__communication dl dd a {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .contacts__communication dl dd a {
    font-size: 20px;
  }
}
.contacts__communication dl dd a:hover {
  color: #ea4e00;
}
.contacts__communication dl dd a:active {
  color: #2c3337;
}

@media (min-width: 768px) {
  .contacts__comminication-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contacts__comminication-button {
  width: 100%;
}
@media (min-width: 768px) {
  .contacts__comminication-button {
    min-height: 58px;
    max-width: 204px;
  }
}
@media (min-width: 1366px) {
  .contacts__comminication-button {
    min-height: 58px;
    max-width: 190px;
  }
}
.contacts__comminication-button:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .contacts__comminication-button:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1366px) {
  .contacts__comminication-button:not(:last-child) {
    margin: 0 12px 0 0;
  }
}

.contacts__map-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contacts__map-wrapper {
    margin-bottom: 56px;
  }
}
.contacts__map-wrapper dl {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contacts__map-wrapper dl {
    margin-bottom: 32px;
  }
}
.contacts__map-wrapper dl dt {
  color: #9ba0a3;
  font-size: 16px;
}
.contacts__map-wrapper dl dd {
  font-weight: 500;
}
@media (min-width: 768px) {
  .contacts__map-wrapper dl dd {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .contacts__map-wrapper dl dd {
    font-size: 20px;
  }
}
.contacts__map-wrapper figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .contacts__map-wrapper figure img {
    height: 400px;
  }
}
@media (min-width: 1366px) {
  .contacts__map-wrapper figure img {
    height: 518px;
  }
}

.contacts__requisites {
  background-color: #f8f8f8;
  padding: 32px 25px 40px;
}
@media (min-width: 768px) {
  .contacts__requisites {
    padding: 40px 65px 48px 32px;
  }
}
@media (min-width: 1366px) {
  .contacts__requisites {
    padding: 48px 200px 56px 48px;
  }
}
.contacts__requisites dl {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contacts__requisites dl {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .contacts__requisites dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .contacts__requisites dl dt {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #2c3337;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21%;
    margin-right: 72px;
  }
}
.contacts__requisites dl dd {
  font-weight: 400;
}
@media (min-width: 768px) {
  .contacts__requisites dl dd {
    font-size: 18px;
    line-height: 1.3;
  }
}
.contacts__requisites b {
  color: #9ba0a3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .contacts__requisites b {
    font-size: 16px;
  }
}

.shops__inner {
  position: relative;
}
.shops__inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -35px;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .shops__inner::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .shops__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 64px auto auto;
    grid-template-rows: 64px auto auto;
    grid-row-gap: 40px;
  }
}
@media (min-width: 1366px) {
  .shops__inner {
    -ms-grid-columns: 270px auto;
    grid-template-columns: 270px auto;
    -ms-grid-rows: auto auto 64px auto;
    grid-template-rows: auto auto 64px auto;
    grid-row-gap: 16px;
    grid-column-gap: 72px;
  }
}

.navbar {
  margin-bottom: 25px;
}
@media (min-width: 1366px) {
  .navbar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.shops__contacts {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .shops__contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    grid-column: 1/-1;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .shops__contacts {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 82px;
  }
}
.shops__contacts .shops__contacts-group:not(:last-of-type) {
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .shops__contacts .shops__contacts-group:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.shops__contacts .shops__contacts-group dt::before {
  content: "";
  display: block;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .shops__contacts .shops__contacts-group--address {
    grid-column: 1/-1;
  }
}
.shops__contacts .shops__contacts-group--address dt::before {
  width: 15px;
  height: 21px;
  background-image: url("../img/icon-placemark.svg");
}
.shops__contacts .shops__contacts-group--clock dt::before {
  width: 19px;
  height: 19px;
  background-image: url("../img/icon-clock.svg");
}
.shops__contacts .shops__contacts-group--contacts dt::before {
  width: 17px;
  height: 17px;
  background-image: url("../img/icon-phone2.svg");
}
.shops__contacts dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  color: #9ba0a3;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  .shops__contacts dt {
    font-size: 16px;
  }
}
.shops__contacts dd {
  margin: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .shops__contacts dd {
    margin-left: 29px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .shops__contacts dd > * + * {
    margin-top: 8px;
  }
}
.shops__contacts dd a {
  display: block;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.shops__contacts dd a:hover {
  color: #ea4e00;
}

.shops__map {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .shops__map {
    grid-column: 1/-1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .shops__map {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    grid-row: 2/-1;
  }
}

.shops__notion {
  grid-column: 1/-1;
  padding: 15px;
  border-radius: 4px;
  background-color: #f4f4f4;
  margin-bottom: 12px;
}
.shops__notion p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
.shops__notion p::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-image: url("../img/icon-notion.svg");
}
@media (min-width: 1366px) {
  .shops__notion p {
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  .shops__notion {
    padding: 24px 32px;
  }
}

.shops__button-info {
  width: 100%;
}
@media (min-width: 768px) {
  .shops__button-info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
}
@media (min-width: 1366px) {
  .shops__button-info {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.requisites dl {
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .requisites dl {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .requisites dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.requisites dl div:not(:last-of-type) {
  margin-bottom: 24px;
}
.requisites dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #9ba0a3;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .requisites dl dt {
    font-weight: 400;
    color: #2c3337;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    width: 21%;
    margin-right: 72px;
  }
}
@media (min-width: 1366px) {
  .requisites dl dt {
    font-weight: 400;
    line-height: 1.7;
  }
}
.requisites dl dd {
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .requisites dl dd {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .requisites dl dd {
    line-height: 1.2;
  }
}
.requisites dl b {
  color: #9ba0a3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .requisites dl b {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  .requisites__wrapper dl dd {
    font-size: 18px;
  }
}

.tooltip {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(155, 160, 163, 0.5);
  -webkit-transition: background-color 0.13s ease-in-out border-color 0.13s ease-in-out color 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out border-color 0.13s ease-in-out color 0.13s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  color: #9ba0a3;
}
.tooltip:focus {
  outline: 0;
}
.tooltip:focus-within {
  outline: 0;
}
.tooltip:focus-visible {
  outline: 0;
}
@media (min-width: 768px) {
  .tooltip {
    width: 20px;
    height: 20px;
  }
}
.tooltip:hover {
  background-color: #2c3337;
  border-color: #2c3337;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  color: #ffffff;
}
.tooltip:hover .tooltip__message {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 768px) {
  .tooltip:hover .tooltip__message {
    -webkit-transform: scale(1) translateX(-40%);
            transform: scale(1) translateX(-40%);
  }
}
@media (min-width: 1366px) {
  .tooltip:hover .tooltip__message {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
.tooltip:focus-visible {
  outline: none;
  border-color: #ea4e00;
}
.tooltip:focus-visible .tooltip__message {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
@media (min-width: 768px) {
  .tooltip:focus-visible .tooltip__message {
    -webkit-transform: scale(1) translateX(-40%);
            transform: scale(1) translateX(-40%);
  }
}
@media (min-width: 1366px) {
  .tooltip:focus-visible .tooltip__message {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@media (min-width: 768px) {
  .tooltip svg {
    height: 10px;
  }
}

.tooltip__message {
  position: absolute;
  padding: 10px;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  width: 160px;
  left: 25px;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 50%;
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 768px) {
  .tooltip__message {
    -webkit-transform: scale(0) translateX(-40%);
            transform: scale(0) translateX(-40%);
    left: 50%;
    top: 28px;
    padding: 16px;
    width: 318px;
    top: 32px;
  }
}
@media (min-width: 1366px) {
  .tooltip__message {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
}
.tooltip__message p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1;
  color: #2c3337;
}
@media (min-width: 768px) {
  .tooltip__message p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.tooltip__message p:not(:last-of-type) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .tooltip__message p:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

.catalog h1 {
  margin: 0;
}

.catalog__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .catalog__header {
    margin-bottom: 32px;
  }
}
@media (min-width: 1366px) {
  .catalog__header {
    margin-bottom: 52px;
  }
}

@media (min-width: 1366px) {
  .catalog__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 265px 1fr;
    grid-template-columns: 265px 1fr;
    -ms-grid-rows: auto 1fr auto auto auto;
    grid-template-rows: auto 1fr auto auto auto;
    grid-template-rows: auto auto 10fr auto auto;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .catalog__main.auto-rows {
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.catalog__filter {
  grid-row: 1/-1;
}

.catalog__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.catalog__sort {
  margin-right: auto;
}

.catalog__sort-select {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .catalog__sort-select {
    display: block;
  }
  .catalog__sort-select select {
    width: 227px;
    height: 44px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 11px 20px;
    color: #2c3337;
    font: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
  }
  .catalog__sort-select select:hover {
    border-color: #d0d0d0;
  }
  .catalog__sort-select select:focus-visible {
    outline: none;
    border-color: #ea4e00;
  }
  .catalog__sort-select::after {
    pointer-events: none;
    position: absolute;
    content: "";
    width: 9px;
    height: 5px;
    right: 19px;
    top: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1366px) {
  .catalog__sort-select {
    display: none;
  }
}

.catalog__buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .catalog__buttons {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: auto;
    margin-right: 24px;
  }
}
@media (min-width: 1366px) {
  .catalog__buttons {
    display: none;
  }
}
.catalog__buttons li {
  width: calc((100% - 12px) / 2);
}
@media (min-width: 768px) {
  .catalog__buttons li {
    width: auto;
  }
}
.catalog__buttons li:last-child {
  margin-left: 12px;
}
/*@media (min-width: 768px) {
  .catalog__buttons li:last-child {
    display: none;
  }
}*/
.catalog__buttons button {
  min-width: 100%;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .catalog__buttons button {
    min-width: 138px;
  }
}
.catalog__buttons svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

.catalog__view {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
@media (min-width: 768px) {
  .catalog__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.catalog__view li:not(:last-of-type) {
  margin-right: 4px;
}

.catalog__view-button {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9ba0a3;
  -webkit-transition: color 0.13s ease-in-out, background-color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out, background-color 0.13s ease-in-out;
}
.catalog__view-button:hover {
  color: #2c3337;
}
.catalog__view-button:active {
  background-color: #edf1f3;
}
.catalog__view-button:focus-visible {
  outline: 1px solid #ea4e00;
}
.catalog__view-button--active {
  background-color: #edf1f3;
  color: #2c3337;
  pointer-events: none;
}

.catalog__cards {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-bottom: 40px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .catalog__cards {
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .catalog__cards {
    gap: 18px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-bottom: 40px;
  }
}
.catalog__cards li {
  margin-bottom: 16px;
}
.catalog__cards li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .catalog__cards li {
    margin-bottom: 0;
  }
}
.catalog__cards .spinner {
  position: absolute;
  top: 50%;
  width: 100px;
  left: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #ea4e00;
}
.catalog__cards .product {
  width: 100%;
  min-height: 232px;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(152px, 1fr);
  grid-template-columns: 1fr minmax(152px, 1fr);
  -ms-grid-rows: (auto)[5];
  grid-template-rows: repeat(5, auto);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.catalog__cards .product.product-badge .product__labels-wrapper {
  top: 22px;
}
@media screen and (max-width: 767.9px) {
  .catalog__cards .product.product-badge .product__labels-wrapper {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-auto-flow: unset;
    align-self: flex-end;
  }
  .catalog__cards .product.product-badge .product__actions,
.catalog__cards .product.product-badge .product__labels-wrapper {
    margin-bottom: 15px;
  }
  .catalog__cards .product.product-badge .product__actions {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365.9px) {
  .catalog__cards .product.product-badge .product__labels-wrapper {
    left: 16px;
    top: 14px;
  }
}
@media (min-width: 768px) {
  .catalog__cards .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
}
@media (min-width: 1366px) {
  .catalog__cards .product {
    padding: 24px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.catalog__cards .product:hover {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
.catalog__cards .product::before {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .catalog__cards .product::before {
    margin-bottom: 13px;
  }
}
.catalog__cards .product .product__image-wrapper {
  grid-row: 2/-2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  justify-self: center;
  align-self: center;
  margin: 0;
  width: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__cards .product .product__image-wrapper.full {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .catalog__cards .product .product__image-wrapper {
    width: 117px;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .catalog__cards .product .product__image-wrapper {
    width: 170px;
  }
  .catalog__cards .product .product__image-wrapper.full {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .catalog__cards .product .product__image-wrapper.full {
    width: 100%;
    margin-top: 20px;
  }
}
.catalog__cards .product .product__name {
  margin-bottom: 0;
  min-height: unset;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .catalog__cards .product .product__name {
    margin-bottom: 12px;
    max-width: unset;
  }
}
.catalog__cards .product .product__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.catalog__cards .product .product__reviews::before {
  display: block;
}
@media (min-width: 768px) {
  .catalog__cards .product .product__reviews {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 16px;
  }
}
@media (min-width: 1366px) {
  .catalog__cards .product .product__reviews {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.catalog__cards .product .product__price-wrapper {
  margin-bottom: 0;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .catalog__cards .product .product__price-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
}
@media (min-width: 1366px) {
  .catalog__cards .product .product__price-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.catalog__cards .product .product__buttons {
  grid-column: 1/-1;
  grid-row: -2/-1;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .catalog__cards .product .product__buttons {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
@media (min-width: 1366px) {
  .catalog__cards .product .product__buttons {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.catalog__cards .product .product__actions {
  top: 16px;
}
@media (min-width: 768px) {
  .catalog__cards .product .product__actions {
    top: 24px;
  }
}
.catalog__cards .product--new::before {
  max-width: 68px;
}
.catalog__cards .product[data-discount]::before {
  max-width: 47px;
}
.catalog__cards .product--out-of-stock::before {
  max-width: 130px;
  height: 25px;
}
@media (min-width: 768px) {
  .catalog__cards .product--out-of-stock::before {
    max-width: unset;
  }
}
.catalog__cards .product--out-of-stock .product__button {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .catalog__cards .product--out-of-stock .product__button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .catalog__cards--row {
    display: block;
  }
  .catalog__cards--row li {
    margin-bottom: 24px;
  }
  .catalog__cards--row li:last-child {
    margin-bottom: 0;
  }
  .catalog__cards--row .product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2] 176px;
    grid-template-columns: repeat(2, auto) 176px;
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
    min-height: auto;
  }
  .catalog__cards--row .product .product__image-wrapper {
    grid-row: 2/-1;
    margin-bottom: 0;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .catalog__cards--row .product .product__reviews {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .catalog__cards--row .product .product__name {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-width: 268px;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .catalog__cards--row .product .product__name {
    max-width: 384px;
  }
}
@media (min-width: 768px) {
  .catalog__cards--row .product .product__actions {
    position: static;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    grid-row: -2/-1;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .catalog__cards--row .product .product__actions svg {
    margin-right: 8px;
  }
  .catalog__cards--row .product .product__actions span {
    display: inline;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .catalog__cards--row .product .product__actions {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .catalog__cards--row .product .product__price-wrapper {
    grid-column: -2/-1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-row-align: start;
        align-self: start;
  }
}
@media (min-width: 768px) {
  .catalog__cards--row .product .product__buttons {
    grid-column: -2/-1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .catalog__cards--row .product .product__buttons {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    margin-top: unset;
  }
}
@media (min-width: 768px) {
  .catalog__cards--row .product .product__button {
    max-width: 196px;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .catalog__cards--row .product {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 26% auto 176px;
    grid-template-columns: 26% auto 176px;
  }
}
@media (min-width: 768px) {
  .catalog__cards--row .product--out-of-stock::before {
    max-width: 130px;
  }
  .catalog__cards--row .product--out-of-stock .product__button {
    grid-column: -2/-1;
    grid-row: -2/-1;
  }
}

.сatalog__pagination {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .сatalog__pagination {
    margin-bottom: 72px;
  }
}
@media (min-width: 1366px) {
  .сatalog__pagination {
    margin-bottom: 109px;
  }
}

@media (min-width: 768px) {
  .catalog__share.share {
    display: block;
  }
}
@media (min-width: 1366px) {
  .catalog__share.share {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .catalog__share .share__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .catalog__share .share__title {
    margin-bottom: 0;
  }
}
.catalog__share .share__buttons {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  margin-right: -16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .catalog__share .share__buttons {
    overflow-x: initial;
    margin-right: 0;
    padding-right: 0;
  }
}
.catalog__share .share__buttons::-webkit-scrollbar {
  display: none;
}
.catalog__share .share__socials {
  margin-bottom: 0;
  margin-right: 16px;
  min-width: unset;
}
.catalog__share .share__socials li {
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
}
.catalog__share .share__socials li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .catalog__share .share__socials li {
    width: 48px;
    height: 48px;
  }
}
.catalog__share .share__button {
  min-height: 40px;
}
@media (min-width: 768px) {
  .catalog__share .share__button {
    min-height: 48px;
    margin-left: auto;
  }
}

.catalog__cards--loading li {
  opacity: 0.5;
}
.catalog__cards--loading .spinner {
  display: block;
}

.collections__top {
  margin-bottom: 32px;
  margin-right: 0;
}

.collections-inner--block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .collections-inner--block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .collections-inner--block {
    grid-gap: 20px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .collections-inner--block .full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (min-width: 1366px) {
  .collections-inner--block .full .inner-block {
    padding-right: 225px;
  }
}
.collections-inner--block.xl-block {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .collections-inner--block.xl-block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .collections-inner--block.xl-block .full .collections-element--content {
    max-width: 655px;
  }
}
@media (min-width: 1366px) {
  .collections-inner--block.xl-block {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767.9px) {
  .collections--block .main-sliders-top {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.collections--element {
  display: block;
  min-height: 460px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.collections--element .card-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.collections--element .inner-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(57.81%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 57.81%);
  padding: 16px;
}
@media (min-width: 768px) {
  .collections--element .inner-block {
    padding: 32px;
  }
}
.collections--element .inner-block > * {
  width: 100%;
}
@media (min-width: 1366px) {
  .collections--element .collections-description--block {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}

.collections-element--content {
  margin-top: auto;
}
.collections-element--content .name {
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;
}
.collections-element--content .description {
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding-top: 16px;
  color: #ffffff;
}

.tils-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 8px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .tils-preview {
    padding-top: 32px;
  }
}

.tils-preview--element {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.product-functions--block {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 75px) 75px;
  grid-template-columns: calc(100% - 75px) 75px;
}
.product-functions--block .product__label--discount,
.product-functions--block .product__label--offer {
  display: inline-block;
}
.product-functions--block div {
  line-height: 1;
}
.product-functions--block .product__labels-wrapper {
  position: initial;
}

.collection-detail--text-block h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .collection-detail--text-block h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.collection-detail--text-block p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
}
.collection-detail--text-block .publication-wrapper {
  padding: 48px 0 48px 0;
  margin-bottom: 48px;
  border-bottom: 1px solid #dedede;
}
.collection-detail--text-block .publication-wrapper > *:first-of-type {
  margin-top: 0;
}
@media (min-width: 1366px) {
  .collection-detail--text-block .publication-wrapper {
    padding-right: 336px;
  }
}

.collections-preview .catalog__cards {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
  padding-bottom: 0;
}
.collections-preview .catalog__cards.border {
  border-bottom: 1px solid #dedede;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .collections-preview .catalog__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1366px) {
  .collections-preview .catalog__cards {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.collections-elements--block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 18px;
}
@media (min-width: 768px) {
  .collections-elements--block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .collections-elements--block {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.form-section details[open] summary {
  margin-bottom: 20px;
}
.form-section details[open] summary::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.form-section details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.form-section details summary::before {
  content: "";
  width: 10px;
  height: 5px;
  margin-right: 8px;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
}
.form-section details summary:focus-visible {
  outline: none;
  border: 1px solid #ea4e00;
}

.form-section__title {
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 1366px) {
  .form-section__title {
    font-size: 16px;
  }
}

.form-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation: appearFromTransparency 0.3s ease-in-out;
          animation: appearFromTransparency 0.3s ease-in-out;
  max-height: 250px;
  overflow-y: auto;
}
.form-section__list::-webkit-scrollbar {
  width: 2px;
}
.form-section__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #dcdcdc;
}
.form-section__list::-webkit-scrollbar-track {
  border-left: 2px solid transparent;
  border-radius: 1px;
  background-color: #dce5eb;
  background-clip: padding-box;
}

.form-section__item {
  margin-bottom: 14px;
}
.form-section__item:last-child {
  margin-bottom: 0;
}

.form-section__button {
  color: #2c3337;
}
@media (min-width: 768px) {
  .form-section__button {
    font-size: 16px;
  }
}
.form-section__button:hover {
  font-weight: 500;
}
.form-section__button:active {
  color: #ea4e00;
}
.form-section__button:focus-visible {
  outline: 1px solid #ea4e00;
}
.form-section__button--active {
  color: #ea4e00;
  font-weight: 500;
  pointer-events: none;
}
.form-section__button--show-all {
  color: #ea4e00;
  font-size: 14px;
  font-weight: 500;
  margin-top: 24px;
}
.form-section__button--show-all:hover {
  color: #2c3337;
}
.form-section__button--show-all:active {
  color: #ea4e00;
}

.form-section__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-section__label {
    font-size: 16px;
  }
}
.form-section__label::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 21px;
  height: 21px;
  margin-right: 12px;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
}
.form-section__label:hover::before {
  border-color: #bebebe;
}

.form-section__checkbox + label::before {
  border-radius: 2px;
  background-image: url("../img/icon-checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.form-section__checkbox:checked + label::before {
  background-color: #ea4e00;
  border: none;
}
.form-section__checkbox:focus-visible + label::before {
  border: 1px solid #ea4e00;
}
.form-section__checkbox--additional + label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 0;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.form-section__checkbox--additional + label:hover::before {
  border-color: #d2d2d2;
}
.form-section__checkbox--additional + label::after {
  content: " ";
  width: 40px;
  height: 20px;
  border-radius: 100px;
  background-color: #e5e5e5;
  margin-left: auto;
  -webkit-transition: background-color 0.13s ease-in-out;
  transition: background-color 0.13s ease-in-out;
}
.form-section__checkbox--additional:checked + label::before {
  right: 3px;
  border-color: transparent;
  background-image: none;
  background-color: #ffffff;
}
.form-section__checkbox--additional:checked + label:hover::before {
  border: 1px solid #d2d2d2;
}
.form-section__checkbox--additional:checked + label::after {
  background-color: #ea4e00;
  border: none;
}
.form-section__checkbox--additional:focus-visible + label::after {
  border: 1px solid #ea4e00;
}

.form-section__radio + label::before {
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}
.form-section__radio:checked + label::before {
  border: 7px solid #ea4e00;
}
.form-section__radio:focus-visible + label::before {
  border: 1px solid #ea4e00;
}

.form-section__list-by-letter {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 250px;
  overflow-y: auto;
}
.form-section__list-by-letter::-webkit-scrollbar {
  width: 3px;
}
.form-section__list-by-letter::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #dcdcdc;
}
.form-section__list-by-letter::-webkit-scrollbar-track {
  border-left: 2px solid transparent;
  border-radius: 1px;
  background-color: #dce5eb;
  background-clip: padding-box;
}
.form-section__list-by-letter > li {
  margin-bottom: 24px;
}
.form-section__list-by-letter > li:last-child {
  margin-bottom: 0;
}
.form-section__list-by-letter > li span {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-section__inputs-group {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-section__inputs-group input {
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
}
.form-section__inputs-group input:first-of-type {
  margin-right: 9px;
}

.share {
  border-top: 1px solid #dedede;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .share {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.share__title {
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .share__title {
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.share__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .share__buttons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.share__socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .share__socials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    margin-right: 16px;
    min-width: 0;
  }
}
@media (min-width: 1366px) {
  .share__socials {
    margin-right: 40px;
  }
}
.share__socials li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5px 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.share__socials li a {
  color: #9ba0a3;
}
.share__socials li a:active {
  background-color: #f5f5f5;
  color: #9ba0a3;
}
.share__socials li:not(:last-of-type) {
  margin-right: 17px;
}

.share__button {
  background-color: #f5f5f5;
  border-radius: 6px;
  color: #2c3337;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  width: 243px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .share__button {
    width: 206px;
  }
}
.share__button:hover {
  color: #ffffff;
  background-color: #ea4e00;
}
.share__button:active {
  background-color: #2c3337;
  color: #ffffff;
}
.share__button:focus-visible {
  outline: 1px solid #ea4e00;
  outline-offset: 8px;
}
.share__button--clicked {
  background-color: #2c3337;
  color: #ffffff;
  pointer-events: none;
}

.price-slider {
  width: calc(100% - 17px);
  margin: 0 auto;
  margin-top: 24px;
}

.cart h1 {
  margin-bottom: 0;
}
.cart--empty .cart__content {
  display: none;
}


.cart__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cart__header {
    margin-bottom: 32px;
  }
}
@media (min-width: 1366px) {
  .cart__header {
    margin-bottom: 40px;
  }
}

@media (min-width: 1366px) {
  .cart__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 378px;
    grid-template-columns: 1fr 378px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}

.cart__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cart__list {
    margin-bottom: 48px;
  }
}
@media (min-width: 1366px) {
  .cart__list {
    margin-bottom: 0;
  }
}

.cart__list-item {
  margin-bottom: 24px;
  border-top: 1px solid #e5e5e5;
}
.cart__list-item:last-child {
  margin-bottom: 0;
}
.cart__list-item .product__labels-wrapper {
  z-index: 10;
  top: 25px;
  left: 0;
}
.cart__list-item .product {
  width: 100%;
  padding: 0;
  min-height: 160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 118px 1fr;
  grid-template-columns: 118px 1fr;
  -ms-grid-rows: minmax(25px, auto) 48px auto auto;
  grid-template-rows: minmax(25px, auto) 48px auto auto;
  grid-auto-rows: 48px;
}
@media (min-width: 768px) {
  .cart__list-item .product {
    min-height: 126px;
    -ms-grid-columns: 14% 1fr auto auto auto;
    grid-template-columns: 14% 1fr auto auto auto;
    -ms-grid-rows: minmax(40px, auto) auto auto;
    grid-template-rows: minmax(40px, auto) auto auto;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.cart__list-item .product:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart__list-item .product::before {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 24px;
}
.cart__list-item .product__select {
  z-index: 11;
  -ms-grid-row-align: center;
      align-self: center;
  width: 118px;
  height: 38px;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .cart__list-item .product__select {
    min-width: 100px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.cart__list-item .product__select .select {
  min-height: unset;
  height: 100%;
  font-weight: 700;
}
.cart__list-item .product__select .select__button {
  padding-left: 10px;
  font-weight: 500;
}
.cart__list-item .product .select__button svg {
  top: 44%;
  right: 10px;
}
.cart__list-item .product .product__image-wrapper {
  margin: 0;
  width: unset;
  height: unset;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-row-align: start;
      align-self: start;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .cart__list-item .product .product__image-wrapper {
    margin-right: 0;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .cart__list-item .product .product__image-wrapper img {
    width: 100%;
  }
}
.cart__list-item .product .product__labels-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .cart__list-item .product .product__labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart__list-item .product .product__name {
  grid-column: 2/-1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  max-width: 90%;
  margin-bottom: 12px;
}
.cart__list-item .product .product__price-wrapper {
  margin-top: unset;
  grid-column: 2/-1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .cart__list-item .product .product__price-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    margin-bottom: 0;
  }
}
.cart__list-item .product .product__quantity {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  grid-row: -1/-2;
  -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 768px) {
  .cart__list-item .product .product__quantity {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    grid-row: -1/-2;
  }
}
.cart__list-item .product .product__actions {
  position: static;
  grid-column: -1/-2;
  grid-row: -1/-2;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
  opacity: 1;
}

.cart__ordering {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .cart__ordering {
    padding: 32px;
  }
}
@media (min-width: 1366px) {
  .cart__ordering {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

.cart__ordering-note {
  font-size: 14px;
  line-height: 1.4;
  color: #9ba0a3;
  margin-bottom: 24px;
}

.cart__ordering-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart__ordering-title {
    margin-bottom: 29px;
  }
}

.cart__promo-form {
  position: relative;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .cart__promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cart__promo-form input {
  padding-right: 139px;
}
@media (min-width: 768px) {
  .cart__promo-form input {
    margin-right: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 20px;
  }
}
.cart__promo-form button {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 44px;
  min-width: 119px;
}
@media (min-width: 768px) {
  .cart__promo-form button {
    position: static;
    min-height: 48px;
    min-width: 170px;
  }
}
@media (min-width: 1366px) {
  .cart__promo-form button {
    min-width: 127px;
  }
}

.cart__ordering-form--promo .cart__ordering-form-item--promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__ordering-form button {
  width: 100%;
}
@media (min-width: 768px) {
  .cart__ordering-form button {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  .cart__ordering-form button {
    max-width: unset;
  }
}

.cart__ordering-form-items {
  margin-bottom: 25px;
}

.cart__ordering-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.cart__ordering-form-item:last-of-type {
  margin-bottom: 0;
}
.cart__ordering-form-item--promo {
  display: none;
}
.cart__ordering-form-item.js-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background-color: #ffffff;
  display: none;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 13px;
}
.cart__ordering-form-item.js-sticky span {
  color: #9ba0a3;
}
.cart__ordering-form-item.js-sticky input {
  font-weight: 600;
}
@media (min-width: 768px) {
  .cart__ordering-form-item.js-sticky {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart__ordering-form-item.js-sticky label {
    margin-right: 20px;
  }
}
@media (min-width: 1366px) {
  .cart__ordering-form-item.js-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    background-color: transparent;
    padding: 0;
  }
}
.cart__ordering-form-item.js-sticky.sticky--appear {
  -webkit-animation: stickyAppear 0.2s;
          animation: stickyAppear 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 768px) {
  .cart__ordering-form-item.js-sticky.sticky--appear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart__ordering-form-item.js-sticky button {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .cart__ordering-form-item.js-sticky button {
    margin-left: auto;
  }
}
@media (min-width: 1366px) {
  .cart__ordering-form-item.js-sticky button {
    display: none;
  }
}
.cart__ordering-form-item input {
  color: #2c3337;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none;
  text-align: right;
}

.item__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .item__top-bar {
    margin-bottom: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (-webkit-max-content)[4];
    -ms-grid-columns: (max-content)[4];
    grid-template-columns: repeat(4, -webkit-max-content);
    grid-template-columns: repeat(4, max-content);
    grid-column-gap: 24px;
  }
}

.item__top-bar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (-webkit-max-content)[3];
  -ms-grid-columns: (max-content)[3];
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  grid-column-gap: 12px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .item__top-bar-buttons {
    margin-left: unset;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 41px;
  }
}
.item__top-bar-buttons button {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .item__top-bar-buttons button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.item__in-stock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px -webkit-max-content;
  -ms-grid-columns: 16px max-content;
  grid-template-columns: 16px -webkit-max-content;
  grid-template-columns: 16px max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
}
.item__in-stock::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("../img/icon-in-stock.svg");
}
.item__in-stock span {
  display: none;
}
@media (min-width: 768px) {
  .item__in-stock span {
    display: block;
  }
}

.item__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  font-weight: 500;
}
.item__action span {
  display: none;
}
@media (min-width: 768px) {
  .item__action span {
    display: block;
    margin-left: 10px;
  }
}
.item__action--reviews span {
  display: block;
  margin-left: 10px;
}
.item__action svg {
  color: #2c3337;
  fill: #ffffff;
  stroke-width: 2px;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}
.item__action:hover {
  color: #ea4e00;
}
.item__action:hover svg {
  color: #ea4e00;
}
.item__action:focus-visible {
  outline: 0;
  color: #ea4e00;
}
.item__action:focus-visible svg {
  color: #ea4e00;
}

.item__content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .item__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    grid-column-gap: 48px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1366px) {
  .item__content {
    -ms-grid-columns: 280px 1fr 304px;
    grid-template-columns: 280px 1fr 304px;
    grid-column-gap: 24px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .item__content--main {
    display: -ms-grid !important;
    display: grid !important;
  }
}

.item__content--entrance-doors {
  position: relative;
}
@media (min-width: 768px) {
  .item__content--entrance-doors {
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-column-gap: unset;
  }
  .item__content--entrance-doors .item__image-wrapper-container {
    max-width: 460px;
  }
}
.item__content--entrance-doors .item__image-wrapper-container {
  margin-bottom: 32px;
}
@media (min-width: 1366px) {
  .item__content--entrance-doors {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 460px 1fr;
    grid-template-columns: 460px 1fr;
    grid-column-gap: 84px;
    margin-bottom: 60px;
  }
  .item__content--entrance-doors .item__image-wrapper-container {
    margin-bottom: 0;
  }
  .item__content--entrance-doors .change-side--block {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 480px);
    padding: 45px 32px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    z-index: 15;
  }
}
@media screen and (max-width: 767.9px) {
  .item__content--entrance-doors .item__params {
    margin: 0 0 25px;
  }
  .item__content--entrance-doors .item__params:after {
    display: none;
  }
}
.item__content--entrance-doors .item__params .information-item--list > div dd,
.item__content--entrance-doors .item__params .information-item--list > div dt {
  margin-bottom: 0;
}
@media screen and (max-width: 1365.9px) {
  .item__content--entrance-doors .item__info .item__code {
    margin-bottom: 15px;
  }
  .item__content--entrance-doors .item__info .item-description--block {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .item__content--entrance-doors .item__info .item-description--block {
    padding: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .item__content--entrance-doors .item__info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-top: -63px;
  }
  .item__content--entrance-doors .item__info .item__code {
    margin-bottom: 37px;
  }
  .item__content--entrance-doors .item__info .item-description--block {
    padding-bottom: 2px;
  }
}
.item__content--entrance-doors .item__info .item__text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.item__content--entrance-doors .item__buttons .quantity {
  margin-bottom: 0;
}
.item__content--entrance-doors .item__buttons .button {
  margin: 0;
}

.item__image-wrapper-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.item__image-wrapper-container .item__image-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .item__image-wrapper-container .item__image-wrapper {
    width: unset;
    height: 452px;
  }
  .item__image-wrapper-container .item__image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (min-width: 1366px) {
  .item__image-wrapper-container .item__image-wrapper {
    width: unset;
    height: 452px;
  }
}

.item-description--block {
  padding: 8px 0;
}

.item-description--text {
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2c3337;
}
@media (min-width: 768px) {
  .item-description--text {
    font-size: 16px;
    line-height: 21px;
  }
}

.information-item--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 17px;
}
@media (min-width: 768px) {
  .information-item--list {
    -ms-grid-columns: 185px 1fr;
    grid-template-columns: 185px 1fr;
    grid-gap: 15px;
    grid-row-gap: 12px;
  }
}
.information-item--list div {
  line-height: 1;
}
.information-item--list div dt,
.information-item--list div dd {
  display: inline-block;
}

.item-configuration--block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .item-configuration--block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767.9px) {
  .configuration-element.mobile-space {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .configuration-element.buttons {
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    overflow-x: auto;
  }
  .configuration-element.buttons::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .configuration-element.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .configuration-element.buttons .item__moreinfo-button {
    width: unset;
    min-width: unset;
    min-height: unset;
    padding: 0;
  }
  .configuration-element.buttons .button--white {
    background-color: #ffffff;
    color: #2c3337;
  }
  .configuration-element.buttons .button--white:active {
    background-color: #ffffff;
    color: #2c3337;
  }
  .configuration-element.buttons .button--white:focus-visible {
    background-color: #ffffff;
    color: #2c3337;
  }
  .configuration-element.buttons .button--white:hover {
    background-color: #ffffff;
    color: #2c3337;
  }
}

.item__element-wrapper .item__text-wrapper {
  font-size: 12px;
  line-height: 130%;
  color: #9ba0a3;
  margin-bottom: 8px;
}
.item__element-wrapper .button {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .item__element-wrapper.mobile-full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .item__element-wrapper .item__text-wrapper {
    text-align: center;
  }
}

.item__image-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.item__image-wrapper img {
  height: 100%;
}
@media (min-width: 768px) {
  .item__image-wrapper {
    width: 240px;
    height: 400px;
  }
}
@media (min-width: 1366px) {
  .item__image-wrapper {
    width: 290px;
  }
}

.item__code {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
  color: #9ba0a3;
}
@media (min-width: 768px) {
  .item__code {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .item__code {
    text-align: right;
  }
}

.item__price {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
}
@media (min-width: 768px) {
  .item__price {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

.item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .item__text {
    margin-bottom: 24px;
  }
}
.item__text button {
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid #9ba0a3;
  background-image: url("../img/icon-question.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.item__text button::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 0;
  left: calc(100% - 228px);
  font-size: 12px;
  width: 200px;
  border-radius: 4px;
  min-height: 60px;
  padding: 15px;
  background-color: #2c3337;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.item__text button:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.item__text button:focus-visible::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item__quantity--mob {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .item__quantity--mob {
    display: none !important;
  }
}

.item__params {
  margin: 0;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .item__params {
    margin-bottom: 37px;
  }
}
.item__params * + * {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .item__params * + * {
    margin-bottom: 8px;
  }
}
@media (min-width: 1366px) {
  .item__params div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.item__params .information-item--list div {
  margin-bottom: 0;
}
.item__params dt {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.item__params dd {
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 1366px) {
  .item__params dd {
    margin-bottom: 0;
  }
}
.item__params::before, .item__params::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.item__params::before {
  margin-bottom: 24px;
}
.item__params::after {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .item__params::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .item__params .moreinfo-link {
    margin: 0;
    margin-top: 24px;
  }
  .item__params .moreinfo-link svg {
    margin-bottom: 0;
  }
}

.item__buttons {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  padding: 16px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .item__buttons {
    -ms-grid-columns: 153px 1fr 1fr;
    grid-template-columns: 153px 1fr 1fr;
    grid-column-gap: 16px;
    padding: 24px;
  }
  .item__buttons.entrance-columns {
    -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1366px) {
  .item__buttons {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item__buttons.entrance-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 153px 1fr 1fr;
    grid-template-columns: 153px 1fr 1fr;
    grid-column-gap: 24px;
    padding-top: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.item__buttons .button {
  min-width: unset;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .item__buttons .button {
    min-height: 48px;
  }
}
@media (min-width: 1366px) {
  .item__buttons .button--orange {
    margin-bottom: 12px;
  }
}
.item__buttons .quantity {
  display: none;
}
@media (min-width: 768px) {
  .item__buttons .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 153px;
    height: 48px;
  }
  .item__buttons .quantity button {
    width: 48px;
    height: 100%;
  }
  .item__buttons .quantity input {
    width: 55px;
  }
}
@media (min-width: 1366px) {
  .item__buttons .quantity {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .item__info {
    padding-right: 58px;
  }
}
@media (min-width: 1366px) {
  .item__info {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-top: -50px;
    padding-right: 0;
  }
}

.item__choose {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .item__choose {
    grid-column: 1/-1;
  }
}
@media (min-width: 1366px) {
  .item__choose {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.item__moreinfo-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 8px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .item__moreinfo-buttons {
    grid-column-gap: 12px;
    -ms-grid-columns: (136px)[3];
    grid-template-columns: repeat(3, 136px);
    grid-column: 1/-1;
  }
}
.item__moreinfo-buttons::-webkit-scrollbar {
  display: none;
}

.item__moreinfo-button {
  width: 100%;
  min-width: 128px;
  min-height: 48px;
}
@media (min-width: 768px) {
  .item__moreinfo-button {
    min-width: 136px;
  }
}
.item__moreinfo-button svg {
  color: #ea4e00;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  margin-right: 8px;
}

.item__crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .item__crumbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
    max-height: 400px;
    padding-right: 15px;
  }
}
@media (min-width: 1366px) {
  .item__crumbs {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.item__crumbs li {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.item__crumbs li:not(:last-of-type) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .item__crumbs li {
    width: 100%;
  }
  .item__crumbs li:not(:last-of-type) {
    margin-right: 0;
  }
}
@media (min-width: 1366px) {
  .item__crumbs li {
    width: 100%;
    height: 130px;
    margin-bottom: 16px;
  }
}

.item__content--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .item__content--main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 140px 1fr;
    grid-template-columns: 140px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 51px;
  }
}
@media (min-width: 768px) {
  .item__content--main .item__code {
    -ms-grid-row-align: center;
    -ms-grid-column-align: end;
    place-self: center end;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__code {
    -ms-grid-row-align: unset;
    -ms-grid-column-align: unset;
    place-self: unset;
  }
}
@media (min-width: 768px) {
  .item__content--main .item__price {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-row-align: center;
    -ms-grid-column-align: start;
    place-self: center start;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__price {
    -ms-grid-row-align: unset;
    -ms-grid-column-align: unset;
    place-self: unset;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .item__content--main .item__info-label {
    grid-column: 1/-1;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__info-label {
    margin-bottom: 24px;
  }
}
.item__content--main .item__info {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .item__content--main .item__info {
    width: 100%;
    grid-column: 1/-1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
    grid-row-gap: 24px;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__info {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: unset;
  }
}
.item__content--main .item__moreinfo-buttons {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (min-width: 768px) {
  .item__content--main .item__image-wrapper {
    grid-column: 2/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__image-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .item__content--main .item__params {
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__params {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__params h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.item__content--main .item__params .moreinfo-link {
  margin-left: 0;
}
.item__content--main .item__params::before {
  display: none;
}
.item__content--main .item__params div dt {
  margin-right: 4px;
}
@media (min-width: 1366px) {
  .item__content--main .item__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 157px;
    grid-template-columns: 1fr 157px;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__buttons .quantity {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .item__content--main .item__buttons .button--gray {
    grid-column: 1/-1;
  }
}
.item__content--main .item__buttons .button--orange {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media (min-width: 1366px) {
  .item__content--main .item__buttons .button {
    margin: 0;
  }
}

.item__info-label {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 27px 1fr;
  grid-template-columns: 27px 1fr;
  grid-column-gap: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .item__info-label {
    grid-column-gap: 18px;
  }
}
@media (min-width: 1366px) {
  .item__info-label {
    padding: 16px 19px;
  }
}
.item__info-label b {
  line-height: 1;
}
.item__info-label img {
  margin-right: 8px;
  grid-row: 1/-1;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}
.item__info-label p {
  grid-column: 2/-1;
}

@media (min-width: 1366px) {
  .item__info-chars h2 {
    font-size: 24px;
  }
}

.item__crumbs-button {
  position: relative;
  border-bottom: 2px solid transparent;
  width: 100%;
  height: 100%;
}
@media (min-width: 1366px) {
  .item__crumbs-button {
    height: 100%;
  }
}
.item__crumbs-button img {
  display: block;
  width: 100%;
  height: auto;
}
.item__crumbs-button--active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #ea4e00;
}
.item__crumbs-button:focus-visible {
  outline: 0;
  border-right: 2px solid #ea4e00;
}

.quantity {
  width: 118px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.quantity * {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #2c3337;
  text-align: center;
}
.quantity .quantity__button {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity .quantity__button--minus {
  border-right: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.quantity .quantity__button--plus {
  border-left: 1px solid #e0e0e0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.quantity .quantity__button:hover {
  color: #ffffff;
  background-color: #2c3337;
  border-color: #2c3337;
}
.quantity .quantity__button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.quantity .quantity__button:disabled:hover {
  background-color: #ffffff;
  color: #2c3337;
  border-right: 1px solid #e0e0e0;
  border-left: 0;
}
.quantity input {
  border: none;
  width: 40px;
}
.quantity input:focus-visible {
  outline: none;
}

.catalog-slider {
  position: relative;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .catalog-slider {
    margin-right: -24px;
  }
}
@media (min-width: 1366px) {
  .catalog-slider {
    margin-right: 0;
  }
}
.catalog-slider .swiper-button-prev {
  left: -20px;
}
.catalog-slider .swiper-button-next {
  right: -20px;
}
.catalog-slider .swiper-button-disabled {
  display: none;
}

.catalog-slider__slide {
  position: relative;
  width: 180px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  background-color: #616b71;
  color: #ffffff;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .catalog-slider__slide {
    padding: 16px 24px;
    width: 230px;
  }
}
.catalog-slider__slide .catalog-slider__slider-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.catalog-slider__slide .catalog-slider__slider-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.catalog-slider__slide .catalog-slider__slider-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.catalog-slider__slide .catalog-slider__slider-info {
  font-size: 14px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.25;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .catalog-slider__slide .catalog-slider__slider-info {
    font-size: 18px;
  }
}
.catalog-slider__slide .catalog-slider__slider-info::after {
  content: attr(data-count);
  background-color: #ffffff;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .catalog-slider__slide .catalog-slider__slider-info::after {
    font-size: 14px;
  }
}

.catalog-slider--v2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .catalog-slider--v2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .catalog-slider--v2 {
    margin-bottom: 35px;
  }
}
.catalog-slider--v2 .catalog-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .catalog-slider--v2 .catalog-slider__inner {
    overflow-x: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1366px) {
  .catalog-slider--v2 .catalog-slider__inner {
    -ms-grid-columns: (290px)[4];
    grid-template-columns: repeat(4, 290px);
    gap: 16px;
  }
}
.catalog-slider--v2 .catalog-slider__slide {
  width: 220px;
  min-height: 78px;
  margin-right: 10px;
  background-color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c3337;
  padding: 4px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: -webkit-box-shadow 0.13s ease-in-out;
  transition: -webkit-box-shadow 0.13s ease-in-out;
  transition: box-shadow 0.13s ease-in-out;
  transition: box-shadow 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .catalog-slider--v2 .catalog-slider__slide {
    width: 100%;
    margin: 0;
  }
}
.catalog-slider--v2 .catalog-slider__slide:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
.catalog-slider--v2 .catalog-slider__slider-image {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: static;
  border-radius: 0;
  margin-right: 8px;
}
@media (min-width: 1366px) {
  .catalog-slider--v2 .catalog-slider__slider-image {
    width: 70px;
    height: 70px;
  }
}
.catalog-slider--v2 .catalog-slider__slider-image::after {
  display: none;
}
.catalog-slider--v2 .catalog-slider__slider-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1366px) {
  .catalog-slider--v2 .catalog-slider__slider-info {
    font-size: 16px;
  }
}
.catalog-slider--v2 .catalog-slider__slider-info::after {
  background-color: #eceeef;
}

.doors__buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  overflow-x: auto;
}
.doors__buttons::-webkit-scrollbar {
  display: none;
}
.doors__buttons li:not(:last-of-type) {
  margin-right: 8px;
}

.doors__button {
  min-width: 160px;
  min-height: 44px;
  font-size: 14px;
  -webkit-transition: color 0.13s ease-in-out background-color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out background-color 0.13s ease-in-out;
}
.doors__button--active {
  background-color: #2c3337;
  color: #ffffff;
}
.doors__button span {
  position: relative;
}
.doors__button span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -8px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ea4e00;
}
.doors__button--active span::after {
  display: none;
}

.doors__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  margin-right: -13px;
  overflow-x: auto;
  display: none;
}
.doors__list::-webkit-scrollbar {
  display: -webkit-box;
  display: flex;
}
.doors__list:focus-within {
  outline: none;
}
@media (min-width: 1366px) {
  .doors__list {
    -ms-grid-columns: (115px)[4];
    grid-template-columns: repeat(4, 115px);
    grid-gap: 10px;
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-height: 471px;
    padding-right: 17px;
    overflow: hidden;
    overflow-y: auto;
  }
}

.doors__list--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1366px) {
  .doors__list--active {
    display: -ms-grid;
    display: grid;
  }
}

.doors__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 115px;
  padding: 8px;
}
.doors__item:not(:last-of-type) {
  margin-right: 8px;
}
.doors__item::after {
  content: attr(data-desc);
  position: absolute;
  display: block;
  margin: 0 -8px;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  background-color: #ffffff;
  line-height: 1.5;
  width: 112px;
  left: 10px;
  bottom: 2px;
  height: auto;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  font-family: "Inter", "Arial", sans-serif;
  line-height: 1.2;
  color: #2c3337;
  opacity: 0;
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
  display: none;
}
@media (min-width: 1366px) {
  .doors__item::after {
    display: block;
  }
}
.doors__item:hover {
  position: relative;
  z-index: 5;
}
.doors__item:hover::after {
  opacity: 1;
}
.doors__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.doors__item label {
  display: block;
  position: relative;
  cursor: pointer;
}
.doors__item label::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  display: none;
  display: block;
  width: 27px;
  height: 26px;
  background-color: transparent;
  background-image: url("../img/door-selected.svg");
  opacity: 0;
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
}
.doors__item input:checked + label {
  outline: 2px solid #ea4e00;
  outline-offset: 7px;
}
.doors__item input:checked + label::after {
  opacity: 1;
  display: block;
}

.doors__desc {
  margin-top: 15px;
}

.catalog-banner {
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .catalog-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
  }
}
.catalog-banner--1 .catalog-banner__text {
  background-color: #273d61;
}
.catalog-banner--2 .catalog-banner__text {
  background-color: rgba(7, 6, 11, 0.9);
}

.catalog-banner__text {
  padding: 20px;
  color: #ffffff;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .catalog-banner__text {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .catalog-banner__text {
    width: 35%;
    height: 250px;
  }
}
.catalog-banner__text b {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .catalog-banner__text b {
    margin-bottom: 16px;
  }
}
@media (min-width: 1366px) {
  .catalog-banner__text b {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 1.2;
  }
}
.catalog-banner__text b span {
  color: #ea4e00;
}
.catalog-banner__text > span {
  display: block;
  text-transform: lowercase;
  font-size: 14px;
}
@media (min-width: 768px) {
  .catalog-banner__text > span {
    font-size: 16px;
  }
}
.catalog-banner__text > a {
  display: block;
  font-size: 14px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .catalog-banner__text > a {
    font-size: 16px;
  }
}
.catalog-banner__text > a:hover {
  color: #ea4e00;
}
.catalog-banner__text > a:active {
  color: #ffffff;
}
.catalog-banner__text > a:focus-visible {
  outline: 1px solid #ea4e00;
}

.catalog-banner__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .catalog-banner__image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1366px) {
  .catalog-banner__image {
    height: 250px;
  }
}
.catalog-banner__image img {
  width: 100%;
  height: 100%;
}
.navbar {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  border-radius: 4px;
  background-color: #f5f5f5;
  overflow: auto;
}
.navbar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .navbar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1366px) {
  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding: 16px;
  }
}

.navbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
.navbar__item--reviews button span {
  color: rgba(44, 51, 55, 0.7);
  font-size: 15px;
}
@media (min-width: 1366px) {
  .navbar__item--reviews button span {
    font-size: 16px;
  }
}
.navbar__item--reviews .navbar__button--active span {
  color: #ffffff;
}

.navbar__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  color: #9ba0a3;
  height: 100%;
  -webkit-transition: color 0.13s ease-in-out, background-color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out, background-color 0.13s ease-in-out;
}
@media (min-width: 1366px) {
  .navbar__button {
    width: 100%;
    text-align: left;
    padding: 16px 0;
    padding-left: 42px;
    color: #2c3337;
  }
}
.navbar__button:hover {
  color: #ea4e00;
}
.navbar__button:focus-visible {
  outline: 0;
  color: #ea4e00;
}
.navbar__button:focus {
  outline: 0;
}
.navbar__button--active {
  background-color: #ea4e00;
  color: #ffffff;
  border-radius: 4px;
  pointer-events: none;
}
.navbar__button--active:hover {
  color: #ffffff;
}
.navbar__button--active:focus-visible {
  color: #ffffff;
}

.product-info {
  margin-bottom: 48px;
}
@media (min-width: 1366px) {
  .product-info {
    margin-bottom: 128px;
  }
}

@media (min-width: 1366px) {
  .product-info__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 1fr;
    grid-template-columns: 270px 1fr;
    grid-column-gap: 70px;
  }
}

.product-info__item {
  display: none;
}
.product-info__item:focus-within {
  outline: 0;
}
.product-info__item--active {
  display: block;
}
.product-info__item--chars dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.product-info__item--chars dl div dd {
  margin: 0;
  margin-left: 5px;
}

.product-info__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-info__list {
    margin-bottom: 32px;
  }
}
@media (min-width: 1366px) {
  .product-info__list {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
  }
}

.product-info__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .product-info__title-wrapper {
    margin-bottom: 28px;
  }
}
@media (min-width: 1366px) {
  .product-info__title-wrapper {
    margin-bottom: 32px;
  }
}
.product-info__title-wrapper h2 {
  margin-bottom: 0;
}

.moreinfo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ea4e00;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .moreinfo-link {
    font-size: 16px;
  }
}
.moreinfo-link:hover {
  color: #000000;
}
.moreinfo-link:active {
  color: #ea4e00;
}
.moreinfo-link:focus-visible {
  outline: 0;
  color: #000000;
}
.moreinfo-link svg {
  display: none;
}
@media (min-width: 768px) {
  .moreinfo-link svg {
    display: block;
    margin-left: 8px;
  }
}

.content a {
  color: #ea4e00;
  font-weight: 500;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.content a:hover {
  color: #2c3337;
}
.content a:focus-visible {
  outline: 0;
  color: #2c3337;
}
.content dl {
  margin: 0;
}
.content dl > div {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.content dl > div * + * {
  margin-bottom: 10px;
}
.content dt {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.content dd {
  font-size: 15px;
  line-height: 22px;
}
.content p:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .content p:not(:last-of-type) {
    margin-bottom: 14px;
  }
}
@media (min-width: 1366px) {
  .content p:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

.review__author dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__author p {
  margin: 0 !important;
}
.review__author .rate-small {
  margin-right: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.review__actions details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ea4e00;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1366px) {
  .review__actions details summary {
    font-size: 16px;
  }
}
.review__actions details summary:hover {
  color: #2c3337;
}
.review__actions details summary:focus-visible {
  outline: 0;
  color: #2c3337;
}
.review__actions details summary:focus {
  outline: 0;
}
.review__actions details summary svg {
  margin-left: 7px;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}
.review__actions details[open] {
  margin-bottom: 10px;
}
.review__actions details[open] + .review__comments {
  display: block;
  -webkit-animation: appearFromTransparency 0.3s ease-in-out;
          animation: appearFromTransparency 0.3s ease-in-out;
}
.review__actions details[open] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.review__comments {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.review__comment {
  padding-left: 20px;
  font-size: 14px;
  border-left: 2px solid #e2e5e7;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .review__comment {
    font-size: 15px;
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .review__comment {
    font-size: 16px;
  }
}
.review__comment b {
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .review__comment b {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  .review__comment b {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.review__comment blockquote {
  margin: 0;
  line-height: 1.55;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .review__comment blockquote {
    margin-bottom: 35px;
  }
}

.review__likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.review__likes button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9ba0a3;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.review__likes button svg {
  margin-right: 8px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.review__likes button:hover {
  color: #ea4e00;
}
.review__likes button:focus-visible {
  outline: 0;
}
.review__likes button:focus-visible svg {
  color: #ea4e00;
}
.review__likes button span {
  display: block;
  width: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #9ba0a3;
}
.review__likes button:not(:last-of-type) {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .review__likes button:not(:last-of-type) {
    margin-right: 24px;
  }
}

.review__button--like svg {
  margin-bottom: 4px;
}

.review__button--active svg {
  color: #ea4e00;
}

.mm-menu {
  --mm-color-background: white;
  top: 0px;
}
@media (min-width: 1366px) {
  .mm-menu {
    width: 520px;
    -webkit-box-shadow: 3px 1px 2px rgba(44, 51, 55, 0.3);
            box-shadow: 3px 1px 2px rgba(44, 51, 55, 0.3);
  }
}
.mm-menu .modal__close {
  display: none;
}
@media (min-width: 768px) {
  .mm-menu {
    display: block;
  }
}

.mm-panels:focus {
  outline: 0;
}

.mm-wrapper__blocker {
  background: none;
}

.mm-navbar {
  color: #2c3337;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border: 0;
}
.mm-navbar::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  margin-top: 3px;
  background-image: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mm-navbar > * {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.mm-navbar__title {
  font-size: 20px;
  font-weight: 600;
  padding: 0 12px;
}

.mm-navbar__btn {
  display: none;
}

.mm-btn:after {
  border-color: #2c3337;
}

.mm-listitem {
  font-size: 15px;
}

.cabinet h1 {
  margin-bottom: 0;
}

.cabinet__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cabinet__header {
    margin-bottom: 32px;
  }
}
@media (min-width: 1366px) {
  .cabinet__header {
    margin-bottom: 40px;
  }
}

@media (min-width: 1366px) {
  .cabinet__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 1fr;
    grid-template-columns: 270px 1fr;
    grid-column-gap: 80px;
  }
}

.cabinet__main-item {
  display: none;
}
.cabinet__main-item--active {
  display: block;
}
.cabinet__main-item .fav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .cabinet__main-item .fav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.cabinet__main-item .fav__note {
  display: none;
}
.cabinet__main-item .fav--empty .fav__list {
  display: none;
}
.cabinet__main-item .fav--empty .fav__note {
  display: block;
}
.cabinet__main-item .product {
  width: 100%;
}
.cabinet__main-item .product .product__actions {
  opacity: 1;
}

.cabinet__main-list {
  margin-bottom: 20px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .cabinet__main-list {
    margin-bottom: 32px;
    margin-right: -24px;
    width: auto;
  }
}
@media (min-width: 1366px) {
  .cabinet__main-list {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
  }
}

.benefits__slider {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto auto;
  grid-template-columns: 1fr auto auto auto;
  margin-bottom: 32px;
}
.benefits__slider::after {
  content: "";
  display: block;
  grid-column: 1/-1;
  margin-top: 48px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.benefits__slider .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  position: static;
}
.benefits__slider .swiper-button-prev {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  margin-right: 14px;
}
.benefits__slider .swiper-wrapper {
  grid-column: 1/-1;
}
.benefits__slider .swiper-pagination {
  -ms-grid-row-align: center;
      align-self: center;
  margin-top: 15px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-right: 20px;
}
.benefits__slider .swiper-pagination span {
  font-weight: 600;
  font-size: 14px;
}

.benefits__slide {
  border-radius: 6px;
}
@media (min-width: 768px) {
  .benefits__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 215px;
  }
}
@media (min-width: 1366px) {
  .benefits__slide {
    min-height: 195px;
  }
}

.benefits__slide-image {
  width: 100%;
  height: 171px;
  background-color: #2c3337;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .benefits__slide-image {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
  }
}
.benefits__slide-image b {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.benefits__slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.benefits__slide-content {
  background-color: #f5f5f5;
  padding: 24px 16px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (min-width: 768px) {
  .benefits__slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px;
  }
}
.benefits__slide-content strong {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.benefits__slide-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .benefits__slide-content p {
    width: 60%;
  }
}

.benefits__slide-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 40px;
}
@media (min-width: 768px) {
  .benefits__slide-buttons {
    margin-top: auto;
  }
}
.benefits__slide-buttons button {
  font-weight: 600;
  color: #ea4e00;
  font-size: 13px;
  line-height: 20px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.benefits__slide-buttons button:hover {
  color: #2c3337;
}

.benefits__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .benefits__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media (min-width: 1366px) {
  .benefits__text {
    margin-top: 15px;
    font-size: 16px;
  }
}

.benefits__program {
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .benefits__program {
    margin-bottom: 56px;
  }
}
@media (min-width: 1366px) {
  .benefits__program {
    margin-bottom: 48px;
  }
}
.benefits__program::after {
  content: "";
  display: block;
  grid-column: 1/-1;
  margin-top: 32px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
@media (min-width: 768px) {
  .benefits__program::after {
    margin-top: 56px;
  }
}
@media (min-width: 1366px) {
  .benefits__program::after {
    margin-top: 48px;
  }
}
.benefits__program h2 {
  margin-bottom: 52px;
}
@media (min-width: 1366px) {
  .benefits__program h2 {
    margin-bottom: 62px;
  }
}

@media (min-width: 768px) {
  .benefits__discounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.benefits__discounts .benefits__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .benefits__discounts .benefits__discount {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.benefits__discounts .benefits__discount:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .benefits__discounts .benefits__discount:not(:last-of-type) {
    position: relative;
    margin-bottom: 0;
  }
  .benefits__discounts .benefits__discount:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: -15px;
    right: -2%;
    display: block;
    width: 1px;
    height: 80px;
    background-color: #ddd;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .benefits__discounts .benefits__discount:not(:last-of-type)::after {
    top: 0;
  }
}
.benefits__discounts dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 400;
}
.benefits__discounts dd {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .benefits__discounts dd {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1366px) {
  .benefits__discounts dd {
    font-size: 50px;
    line-height: 60px;
  }
}
.benefits__discounts .benefits__discount--active dd {
  color: #ea4e00;
  font-weight: 700;
}

.benefits__calc-title {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .benefits__calc-title {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 31px;
  }
}

.benefits__calc-total {
  font-size: 16px;
  margin-bottom: 24px;
}

.benefits__gradation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[3];
  grid-template-rows: repeat(3, auto);
  grid-row-gap: 16px;
}
@media (min-width: 768px) {
  .benefits__gradation {
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (min-width: 1366px) {
  .benefits__gradation {
    grid-column-gap: 38px;
  }
}

.benefits__gradation-item {
  display: -ms-grid;
  display: grid;
  border-radius: 6px;
  padding: 20px;
  background-color: #f5f5f5;
  display: grid;
  height: 133px;
  color: #2c3337;
}
.benefits__gradation-item b {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
.benefits__gradation-item p {
  font-weight: 600;
  font-size: 16px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.benefits__gradation-item--active {
  background-color: #ea4e00;
  color: #ffffff;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.benefits__gradation-item--active b {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.benefits__gradation-item--active p {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  grid-column: 1/-1;
}
.benefits__gradation-item--active::after {
  content: "Ваша текущая скидка";
  color: #ffffff;
  text-align: right;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  width: 130px;
  line-height: 16px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-size: 14px;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .benefits__gradation-item:nth-of-type(2) {
    height: 177px;
  }
}
@media (min-width: 768px) {
  .benefits__gradation-item:nth-of-type(3) {
    height: 266px;
  }
}

.detail-order .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-order .col-lg-4 {
  width: 25.33%;
}
.detail-order .col-lg-8 {
  width: 74.66%;
}
.detail-order .detail-order__back-link {
  display: inline-block;
  margin-bottom: 31px;
}
.detail-order .detail-order__back-link svg {
  display: inline-block;
  float: left;
  width: 13px;
  height: 13px;
  color: #2C3337;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 10px;
  margin-right: 11px;
}
.detail-order .detail-order__back-link span {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #2C3337;
}
.detail-order .detail-order__top-info .detail-order__top-info__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}
.detail-order .detail-order__top-info .detail-order__top-info__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
}

.row-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-detail .col-lg-12 {
  width: 100%;
}

.button-detail-order {
  color: #2C3337 !important;
  float: right;
  margin-bottom: 10px;
  height: 37px;
  line-height: 37px;
  min-height: 37px;
  font-weight: 600 !important;
  font-size: 13px;
}
.button-detail-order:hover {
  color: #fff !important;
}

.detail-order__top {
  margin-bottom: 41px;
  padding-bottom: 24px;
  border-bottom: solid 1px #E6E6E6;
}

.detail-order__list {
  margin-bottom: 10px;
}
.detail-order__list .detail-order__list-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 30px;
}
.detail-order__list .detail-order__list-line {
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: solid 1px #E6E6E6;
}
.detail-order__list .detail-order__list-line .detail-order__line-image {
  width: 100px;
}
.detail-order__list .detail-order__list-line .detail-order__line-image a {
  display: block;
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.detail-order__list .detail-order__list-line .detail-order__line-title {
  width: calc(100% - 240px);
  padding-left: 22px;
}
.detail-order__list .detail-order__list-line .detail-order__line-title > .row {
  height: 100%;
  padding-top: 9px;
}
.detail-order__list .detail-order__list-line .detail-order__line-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.detail-order__list .detail-order__list-line .detail-order__line-title span {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #9BA0A3;
}
.detail-order__list .detail-order__list-line .detail-order__line-price {
  width: 140px;
}
.detail-order__list .detail-order__list-line .detail-order__line-price > .row {
  padding-top: 9px;
  height: 100%;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.detail-order__list .detail-order__list-line .detail-order__line-price p {
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}

.detail-order__bottom {
  padding-bottom: 12px;
  margin-bottom: 41px;
  border-bottom: solid 1px #E6E6E6;
}
.detail-order__bottom .detail-order__top-info__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}
.detail-order__bottom .detail-order__top-info__title.end {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.detail-order__bottom .detail-order__top-info__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  text-align: right;
}
.detail-order__bottom .detail-order__top-info__text.end {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.detail-order__return .detail-order__return-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 24px;
}
.detail-order__return .detail-order__return-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 47px;
}
.detail-order__return .detail-order__return-text a {
  float: right;
  display: inline-block;
}
.detail-order__return .detail-order__return-button a {
  color: #fff !important;
}
.detail-order__return .detail-order__return-button:hover {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .row-detail .col-12 {
    width: 100% !important;
  }
  .bx-filter-container-modef{
    display: none;
  }

  .detail-order .detail-order__top-info .detail-order__top-info__title {
    font-weight: 600;
  }

  .button-detail-order {
    width: calc(50% - 16px);
    margin: 0 8px;
    min-width: 120px;
  }

  .detail-order__list .detail-order__list-line .detail-order__line-image {
    width: 100px !important;
  }

  .detail-order__list .detail-order__list-line .detail-order__line-title {
    width: calc(100% - 100px) !important;
  }

  .detail-order__list .detail-order__list-line .detail-order__line-price {
    width: 140px;
  }

  .detail-order__bottom .detail-order__top-info__title,
.detail-order__bottom .detail-order__top-info__text {
    width: 50%;
  }

  .detail-order__return .detail-order__return-text a {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .detail-order__list .detail-order__list-line .detail-order__line-title {
    width: calc(100% - 240px) !important;
  }

  .detail-order__list .detail-order__list-line .detail-order__line-price {
    width: 140px !important;
  }

  .detail-order__return .detail-order__return-text a {
    float: right;
  }
}
.user-data__form-wrapper strong {
  display: block;
  color: #2c3337;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .user-data__form-wrapper strong {
    margin-bottom: 40px;
  }
}
.user-data__form-wrapper strong sup {
  color: #ea4e00;
}
.user-data__form-section {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .user-data__form-section {
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
}
.user-data__form-section:last-of-type {
  border: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .user-data__form-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .user-data__form-section [data-name=name] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .user-data__form-section [data-name=surname] {
    grid-column: 2/-1;
  }
  .user-data__form-section [data-name=phone] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .user-data__form-section [data-name=email] {
    grid-column: 2/-1;
  }
  .user-data__form-section [data-name=current-password] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .user-data__form-section [data-name=new-password] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .user-data__form-section button {
    max-width: 200px;
  }
}
.user-data__form-section .form__input::-webkit-input-placeholder {
  color: #2c3337;
}
.user-data__form-section .form__input::-moz-placeholder {
  color: #2c3337;
}
.user-data__form-section .form__input:-ms-input-placeholder {
  color: #2c3337;
}
.user-data__form-section .form__input::-ms-input-placeholder {
  color: #2c3337;
}
.user-data__form-section .form__input::placeholder {
  color: #2c3337;
}
.user-data__form-section button span {
  color: #ffffff;
}

.addresses__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .addresses__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .addresses__header h2 {
    margin-bottom: 0;
    margin-right: auto;
  }
}
.addresses__header button {
  height: 34px;
  width: 100%;
}
@media (min-width: 768px) {
  .addresses__header button {
    width: unset;
  }
}
.addresses__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.addresses__list:empty {
  display: none;
}
.addresses__list:empty ~ .addresses__note {
  display: inline;
}
.addresses__item {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-bottom: 24px;
  font-size: 14px;
}
.addresses__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .addresses__item {
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 35px;
  }
}
.addresses__item div:not(:only-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .addresses__item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.addresses__address {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .addresses__address {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1366px) {
  .addresses__address {
    max-width: 55%;
  }
}
.addresses__address span {
  white-space: nowrap;
}
.addresses__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .addresses__buttons {
    width: auto;
    margin-left: auto;
  }
}
.addresses__buttons button {
  min-width: unset;
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
}
.addresses__buttons button:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .addresses__buttons button {
    width: 130px;
  }
}
.addresses__note {
  display: none;
}
.addresses__form-wrapper strong {
  display: block;
  color: #2c3337;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .addresses__form-wrapper strong {
    margin-bottom: 40px;
  }
}
.addresses__form-wrapper strong sup {
  color: #ea4e00;
}
.addresses__form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}
.addresses__form-header .addresses__form-header-button {
  margin-right: 16px;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.addresses__form-header .addresses__form-header-button:hover {
  color: #ea4e00;
}
.addresses__form-header .addresses__form-header-button:active {
  color: #2c3337;
}
.addresses__form-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addresses__form-header button svg {
  margin-right: 25px;
}
.addresses__form-header button span {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .addresses__form-header button span {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .addresses__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[7];
    grid-template-rows: repeat(7, auto);
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .addresses__form [data-name=name] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .addresses__form [data-name=surname] {
    grid-column: 4/-1;
  }
  .addresses__form [data-name=phone] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .addresses__form [data-name=city] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .addresses__form [data-name=index] {
    grid-column: 4/-1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .addresses__form [data-name=street] {
    grid-column: 1/-1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .addresses__form [data-name=house] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .addresses__form [data-name=building] {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .addresses__form [data-name=room] {
    grid-column: 5/-1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .addresses__form .form__item--checkbox {
    grid-column: 1/-1;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .addresses__form button {
    grid-column: 1/-1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
    max-width: 200px;
  }
}
.addresses__form .form__input::-webkit-input-placeholder {
  color: #2c3337;
}
.addresses__form .form__input::-moz-placeholder {
  color: #2c3337;
}
.addresses__form .form__input:-ms-input-placeholder {
  color: #2c3337;
}
.addresses__form .form__input::-ms-input-placeholder {
  color: #2c3337;
}
.addresses__form .form__input::placeholder {
  color: #2c3337;
}
.addresses__form button span {
  color: #ffffff;
}

.banner-light {
  margin: 40px 0 25px;
  width: 100%;
  height: 288px;
}
@media (min-width: 768px) {
  .banner-light {
    margin: 40px 0;
  }
}
@media (min-width: 1366px) {
  .banner-light {
    display: none;
    height: 540px;
  }
}
.banner-light--desc {
  display: none;
}
@media (min-width: 1366px) {
  .banner-light--desc {
    display: block;
  }
  .banner-light--desc p {
    color: #ffffff;
    font-size: 15px;
  }
}

.banner-light__wrapper {
  position: relative;
  display: block;
  height: 100%;
}

.banner-light__image {
  position: relative;
  z-index: -1;
  height: 100%;
}
.banner-light__image img {
  width: 100%;
  height: 100%;
}
.banner-light__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(rgba(245, 245, 245, 0.67)));
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.67) 100%);
}
@media (min-width: 768px) {
  .banner-light__image::after {
    display: none;
  }
}

.banner-light__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .banner-light__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 58px;
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .banner-light__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 20px;
    padding-bottom: 60px;
  }
}
.banner-light__content b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: #ea4e00;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-light__content b {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
@media (min-width: 1366px) {
  .banner-light__content b {
    font-size: 24px;
  }
}
.banner-light__content p {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .banner-light__content p {
    font-size: 18px;
  }
}
.banner-light__content span {
  display: none;
  color: #ffffff;
}
@media (min-width: 1366px) {
  .banner-light__content span {
    text-decoration: underline;
    display: block;
    margin-top: 15px;
    display: block;
    font-size: 14px;
  }
}

.counting__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.counting__value input {
  cursor: default;
}

.counting__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.5;
}
.counting__item label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.counting__item--total {
  font-weight: 600;
}
.counting__item--total + .total_price {
  color: #9ba0a3;
}
.counting__item--total input {
  font-weight: inherit;
}
.counting__item:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .counting__item:not(:last-of-type) {
    margin-bottom: 11px;
  }
}
.counting__item input {
  font-size: 14px;
  text-align: right;
  background: transparent;
  border: 0;
}

.order__list-wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 24px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 20px;
}
@media (min-width: 768px) {
  .order__list-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding: 24px;
  }
}
@media (min-width: 1366px) {
  .order__list-wrapper {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 32px;
  }
}
.order__list-wrapper h2 {
  margin: 0;
  font-size: 20px;
}

.order__title {
  grid-row: 1/-1;
  grid-column: 1/-1;
  -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 1366px) {
  .order__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-bottom: 0;
  }
}

.order__change-button {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: end;
      justify-self: end;
  color: #ea4e00;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.order__change-button:hover {
  color: #2c3337;
}

.order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1366px) {
  .order__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 378px;
    grid-template-columns: 1fr 378px;
    grid-column-gap: 96px;
  }
}

.order__list {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 1/-1;
}
.order__list::after {
  content: "";
  display: block;
  margin-top: 24px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.order__item-image {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 90px;
  margin-right: 17px;
}
@media (min-width: 768px) {
  .order__item-image {
    width: 75px;
    height: 75px;
    margin-right: 12px;
  }
}
@media (min-width: 1366px) {
  .order__item-image {
    width: 104px;
    height: 93px;
  }
}
.order__item-image img {
  width: 100%;
}

.order__item-close {
  position: absolute;
  top: -15px;
  right: -10px;
  color: rgba(44, 51, 55, 0.5);
  -webkit-transition: -webkit-transform 0.13s ease-in-out;
  transition: -webkit-transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out;
  transition: transform 0.13s ease-in-out, -webkit-transform 0.13s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (min-width: 768px) {
  .order__item-close {
    top: -10px;
    right: -15px;
  }
}
.order__item-close:hover {
  color: rgba(44, 51, 55, 0.8);
}

.order__list-wrapper--editing .order__item-close {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
.order__item::before {
  content: none;
}
.order__item:not(:last-of-type) {
  margin-bottom: 14px;
}
.order__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order__item-quantity {
  font-size: 14px;
}

.order__item-name {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .order__item-name {
    margin-bottom: 10px;
    max-width: 240px;
  }
}
@media (min-width: 1366px) {
  .order__item-name {
    font-size: 16px;
  }
}
.order__item-name:hover {
  color: #ea4e00;
}
.order__item-name:active {
  color: #2c3337;
}

.order__item-desc {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .order__item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1366px) {
  .order__item-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.order__item-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .order__item-price-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1366px) {
  .order__item-price-wrapper {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.order__item-price-wrapper b {
  margin: 0;
  margin-right: 7px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .order__item-price-wrapper b {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.order__item-price-wrapper del {
  font-weight: 500;
  font-size: 12px;
  color: #b2b2b2;
}

.order__counting {
  grid-column: 1/-1;
}

.order__required-note {
  grid-column: 1/-1;
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
}
@media (min-width: 1366px) {
  .order__required-note {
    margin-bottom: 0;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.order__required-note sup {
  color: red;
}

.order__common {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
}
@media (min-width: 1366px) {
  .order__common {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    grid-column: 1/-1;
  }
}

.order__list-wrapper {
  margin-bottom: 25px;
}

.order__details {
  grid-row: 1/-1;
}

@media (min-width: 1366px) {
  .order__contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
  }
}

.order__common-field--comment {
  grid-column: 1/-1;
}

.order__form-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .order__form-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .order__form-block {
    margin-bottom: 48px;
  }
}
.order__form-block::after {
  content: "";
  display: block;
  grid-column: 1/-1;
  height: 1px;
  margin-top: 32px;
  background-color: #c9cbcc;
}

.order__city {
  grid-column: 1/-1;
  -ms-grid-row-align: start;
      align-self: start;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .order__city {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.order__city button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #2c3337;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-transition: border-color 0.13s ease-in-out;
  transition: border-color 0.13s ease-in-out;
}
.order__city button:focus-visible {
  outline: 0;
  border-color: #ea4e00;
}
.order__city button:hover:not(:disabled) {
  border-color: #d0d0d0;
}
.order__city button:hover {
  border-color: #ea4e00;
}
.order__city button svg {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #2c3337;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.order__city.js-field-invalid button {
  border-color: #f30000;
}

.order__delivery-types {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-column: 1/-1;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 15px;
  margin-bottom: 32px;
  overflow-x: auto;
}
.order__delivery-types::-webkit-scrollbar {
  display: none;
}

.order__delivery-tab {
  width: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .order__delivery-tab {
    width: 100%;
  }
}
.order__delivery-tab svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: transparent;
  margin-right: 15px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.order__delivery-tab:hover svg {
  color: #ffffff;
}

.order__delivery-tab--active {
  background-color: #2c3337;
  color: #ffffff;
}
.order__delivery-tab--active svg {
  color: #ffffff;
}

.order__delivery-info-item {
  display: none;
}

.order__delivery-info-item--active {
  display: block;
}

.order__delivery-info {
  grid-column: 1/-1;
}

.order__address {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .order__address {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.order__address-add {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #ea4e00;
  font-weight: 500;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .order__address-add {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (min-width: 1366px) {
  .order__address-add {
    margin-top: 32px;
  }
}
.order__address-add:hover {
  color: #2c3337;
}
.order__address-add:focus-visible {
  color: #2c3337;
}

.order__address-field--index {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .order__address-field--index {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
}
@media (min-width: 1366px) {
  .order__address-field--index {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
  }
}
.order__address-field--index input {
  grid-column: 1/-1;
}
.order__address-field--index label {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.order__address-field--index a {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-weight: 500;
  font-size: 12px;
  color: #ea4e00;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 768px) {
  .order__address-field--index a {
    font-size: 14px;
    line-height: 1.3;
  }
}
.order__address-field--index a:hover {
  color: #2c3337;
}
.order__address-field--index a:focus-visible {
  color: #2c3337;
}

.order__address-field--street {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .order__address-field--street {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (min-width: 1366px) {
  .order__address-field--street {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}

.order__auth-note {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 1fr;
  grid-template-columns: 25px 1fr;
  grid-column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 28px;
}
@media (min-width: 1366px) {
  .order__auth-note {
    margin-bottom: 40px;
    padding: 37px 34px;
  }
}
.order__auth-note svg {
  fill: #ffffff;
}
.order__auth-note p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .order__auth-note p {
    font-size: 15px;
  }
}

.order__form-block--payment {
  display: block;
}
@media (min-width: 1366px) {
  .order__form-block--payment h2 {
    margin-bottom: 32px;
  }
}

.order__payment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
}
@media (min-width: 768px) {
  .order__payment-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
}
.order__payment-list li {
  width: 100%;
  min-height: 108px;
  font-weight: 500;
  line-height: 1.33;
  font-size: 14px;
}
@media (min-width: 1366px) {
  .order__payment-list li {
    min-height: 158px;
  }
}
.order__payment-list li input:checked + label {
  border-color: transparent;
  outline: 2px solid #2c3337;
}

.order__payment-type {
  height: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  grid-row-gap: 12px;
  padding: 20px;
  -webkit-transition: border-color 0.13s ease-in-out;
  transition: border-color 0.13s ease-in-out;
  cursor: pointer;
}
.order__payment-type:hover {
  border-color: #c0c2c3;
}
@media (min-width: 1366px) {
  .order__payment-type {
    padding: 32px;
    grid-row-gap: 28px;
  }
}
.order__payment-type svg {
  fill: #ffffff;
}
.order__payment-type span {
  grid-column: 1/-1;
}

.order__confirm {
  font-size: 14px;
}
@media (min-width: 768px) {
  .order__confirm {
    font-size: 16px;
  }
}
.order__confirm div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__confirm div:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .order__confirm div:not(:last-of-type) {
    margin-bottom: 11px;
  }
}

.order__confirm-total {
  font-weight: 600;
}

.order__send {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
}
@media (min-width: 768px) {
  .order__send {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.order__send p {
  font-size: 12px;
  line-height: 1.2;
  color: #9ba0a3;
}
@media (min-width: 768px) {
  .order__send p {
    font-size: 13px;
  }
}
.order__send p a {
  text-decoration: underline;
}

.order__prepared-addresses {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
}

.order__prepared-address {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .order__prepared-address {
    font-size: 16px;
  }
}
.order__prepared-address label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order__prepared-address label::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 21px;
  height: 21px;
  margin-right: 12px;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}
.order__prepared-address input:checked + label::before {
  border: 7px solid #ea4e00;
}
.order__prepared-address input:focus-visible + label::before {
  border: 1px solid #ea4e00;
}

.order__delivery-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .order__delivery-points {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
    gap: 20px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1366px) {
  .order__delivery-points {
    margin-bottom: 38px;
  }
}

.order__search-icon {
  position: absolute;
  left: 14px;
  top: 16px;
  fill: #e2e5e7;
}

.order__points-controls {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .order__points-controls {
    -ms-grid-columns: 1fr 95px;
    grid-template-columns: 1fr 95px;
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .order__points-controls {
    margin-bottom: 20px;
  }
}
.order__points-controls input {
  padding-left: 45px;
}

.order__points-views {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 40px;
  grid-template-columns: 40px 40px;
  gap: 15px;
  width: 40%;
}
@media (min-width: 768px) {
  .order__points-views {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.order__points-view {
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.order__points-view svg {
  color: #9ba0a3;
  fill: transparent;
}

.order__points-map {
  height: 300px;
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .order__points-map {
    height: 450px;
    margin: 0 -24px;
  }
}
@media (min-width: 1366px) {
  .order__points-map {
    margin: 0;
    height: 555px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 0px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  display: none;
}
@media (min-width: 768px) {
  .scrollbar::-webkit-scrollbar {
    display: block;
  }
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ea4e00;
  background-clip: padding-box;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  cursor: pointer;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #e2e5e7;
  width: 4px;
  border-radius: 10px;
}
.scrollbar::-webkit-scrollbar-track:hover {
  border-radius: 10px;
}

.visible {
  display: block;
}

.overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-open {
  height: 100vh;
  overflow: hidden;
}

.hidden {
  display: none;
}
@media (min-width: 768px) {
  .hidden {
    display: none;
  }
}
@media (min-width: 1366px) {
  .hidden {
    display: none;
  }
}

.tabs__panel.tabs__panel--active {
  display: block;
}

@-webkit-keyframes submenuAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes submenuAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes appearFromTransparency {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearFromTransparency {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes stroke-rotate {
  0%, 25%, 25.0001%, 50%, 50.0001%, 75%, 75.0001%, 100% {
    stroke-dashoffset: 268px;
  }
  12.5%, 12.5001%, 37.5%, 37.5001%, 62.5%, 62.5001%, 87.5%, 87.5001% {
    stroke-dashoffset: 56px;
  }
  0%, 12.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  12.5001%, 25% {
    -webkit-transform: rotateX(180deg) rotate(72.5deg);
            transform: rotateX(180deg) rotate(72.5deg);
  }
  25.0001%, 37.5% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5001%, 50% {
    -webkit-transform: rotateX(180deg) rotate(161.5deg);
            transform: rotateX(180deg) rotate(161.5deg);
  }
  50.0001%, 62.5% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  62.5001%, 75% {
    -webkit-transform: rotateX(180deg) rotate(251.5deg);
            transform: rotateX(180deg) rotate(251.5deg);
  }
  75.0001%, 87.5% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  87.5001%, 100% {
    -webkit-transform: rotateX(180deg) rotate(341.5deg);
            transform: rotateX(180deg) rotate(341.5deg);
  }
}
@keyframes stroke-rotate {
  0%, 25%, 25.0001%, 50%, 50.0001%, 75%, 75.0001%, 100% {
    stroke-dashoffset: 268px;
  }
  12.5%, 12.5001%, 37.5%, 37.5001%, 62.5%, 62.5001%, 87.5%, 87.5001% {
    stroke-dashoffset: 56px;
  }
  0%, 12.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  12.5001%, 25% {
    -webkit-transform: rotateX(180deg) rotate(72.5deg);
            transform: rotateX(180deg) rotate(72.5deg);
  }
  25.0001%, 37.5% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5001%, 50% {
    -webkit-transform: rotateX(180deg) rotate(161.5deg);
            transform: rotateX(180deg) rotate(161.5deg);
  }
  50.0001%, 62.5% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  62.5001%, 75% {
    -webkit-transform: rotateX(180deg) rotate(251.5deg);
            transform: rotateX(180deg) rotate(251.5deg);
  }
  75.0001%, 87.5% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  87.5001%, 100% {
    -webkit-transform: rotateX(180deg) rotate(341.5deg);
            transform: rotateX(180deg) rotate(341.5deg);
  }
}
@-webkit-keyframes modal-appear {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes modal-appear {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes headerAppear {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes headerAppear {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.price::after {
  content: " ₽";
}

.rub {
  display: inline-block;
  width: 0.5em;
  line-height: 0.3em;
  border-bottom: 0.095em solid;
}

@-webkit-keyframes hideHeader {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes hideHeader {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes searchResultsAppear {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 56px;
    opacity: 1;
  }
}
@keyframes searchResultsAppear {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 56px;
    opacity: 1;
  }
}
@-webkit-keyframes stickyAppear {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes stickyAppear {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
.empty-note {
  display: none;
  padding-bottom: 56px;
}
.cart--empty .empty-note{
  display: block;
}

@media (min-width: 768px) {
  .empty-note {
    padding-bottom: 112px;
  }
}
@media (min-width: 1366px) {
  .empty-note {
    padding-bottom: 128px;
  }
}
.empty-note p {
  margin-bottom: 30px;
}
.empty-note p:last-of-type {
  margin-bottom: 0;
}
.empty-note p a {
  color: #ea4e00;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
.empty-note p a:hover {
  color: #2c3337;
}
.empty-note p a:active {
  color: #ea4e00;
}

ymaps[class*=balloon-content__header] {
  padding: 15px;
  display: -ms-grid;
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  -ms-grid-rows: (auto)[4];
  grid-template-rows: repeat(4, auto);
  grid-row-gap: 10px;
}

.balloon__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  grid-row: 1/-1;
}

.balloon__service-name {
  color: #2c3337;
  display: block;
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .balloon__service-name {
    font-size: 16px;
  }
}

.balloon__hours {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", "Arial", sans-serif;
  color: #9ba0a3;
  display: block;
}
.balloon__hours > span {
  color: #2c3337;
}

.balloon__tel {
  color: #9ba0a3;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", "Arial", sans-serif;
}
.balloon__tel > a {
  color: #2c3337;
}

.balloon__button {
  min-width: unset;
  width: 108px;
  font-family: "Inter", "Arial", sans-serif;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.balloon__address {
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #2c3337;
}
@media (min-width: 768px) {
  .balloon__address {
    font-size: 14px;
  }
}

.compare__header {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .compare__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .compare__header {
    margin-bottom: 48px;
  }
}

.compare__cats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .compare__cats {
    margin-bottom: 25px;
  }
}
@media (min-width: 1366px) {
  .compare__cats {
    margin-bottom: 40px;
  }
}
.compare__cats li:not(:last-of-type) {
  margin-right: 15px;
}
.compare__cats::-webkit-scrollbar {
  display: none;
}

.compare__cat--active a {
  background-color: #2c3337;
  color: #ffffff;
}

.compare__sort {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px;
  grid-template-columns: 1fr 20px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .compare__sort {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .compare__sort {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
  }
}
.compare__sort > span {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.compare__sort-list {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}
@media (min-width: 1366px) {
  .compare__sort-list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.compare__sort-list::-webkit-scrollbar {
  display: none;
}

.compare__sort-option {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 3px;
  font-size: 14px;
}
.compare__sort-option--active {
  font-weight: 500;
  background-color: rgba(231, 231, 231, 0.3);
}
.compare__sort-option:not(:last-of-type) {
  margin-right: 15px;
}

.compare__sort-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 6px;
  display: block;
}

.compare__remove-all {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
}
@media (min-width: 1366px) {
  .compare__remove-all {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
}
.compare__remove-all:hover {
  color: #ea4e00;
}
.compare__remove-all:hover svg {
  color: #ea4e00;
}
.compare__remove-all svg {
  -webkit-transition: color 0.13s ease-in-out;
  transition: color 0.13s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  fill: transparent;
}
.compare__remove-all span {
  display: none;
}
@media (min-width: 768px) {
  .compare__remove-all span {
    display: block;
  }
}

.compare__slider {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .compare__slider {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1366px) {
  .compare__slider {
    width: 100%;
    max-width: 1366px;
  }
}
.compare__slider .swiper-button {
  top: 17%;
}

.compare__item {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .compare__item {
    width: 290px;
  }
}
@media (min-width: 1366px) {
  .compare__item:not(:last-of-type) dl::after {
    content: "";
    position: absolute;
    display: block;
    right: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(155, 160, 163, 0.6);
  }
}
.compare__item .product {
  width: 100%;
}

.compare__item-chars {
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .compare__item-chars {
    padding: 0 24px;
  }
}
.compare__item-chars div {
  position: relative;
  padding: 16px 0;
}
.compare__item-chars div::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100vw - 16px);
  height: 1px;
  background-color: rgba(155, 160, 163, 0.6);
}
@media (min-width: 1366px) {
  .compare__item-chars div::after {
    display: none;
  }
}

.compare__char-name {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #9ba0a3;
}

.compare__char-value {
  color: #2c3337;
  font-size: 14px;
  line-height: 1.4;
}

.compare__row {
  visibility: hidden;
  opacity: 0;
}

.cabinet-orders__header {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cabinet-orders__header {
    -ms-grid-columns: -webkit-max-content 227px;
    -ms-grid-columns: max-content 227px;
    grid-template-columns: -webkit-max-content 227px;
    grid-template-columns: max-content 227px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cabinet-orders__header h2 {
  margin: 0;
}

.cabinet-orders__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-order {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[4];
  grid-template-rows: repeat(4, auto);
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .user-order {
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
.user-order--created .user-order__status {
  color: #2c3337;
}
.user-order--fulfilled .user-order__status {
  color: #6bc541;
}
.user-order--fulfilled .user-order__button--cancel {
  display: none;
}
.user-order--sended .user-order__button--cancel {
  display: none;
}
.user-order--cancelled .user-order__status {
  color: #9ba0a3;
}
.user-order--cancelled .user-order__button--cancel {
  display: none;
}

.user-order__item-info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.user-order__item-info b {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .user-order__item-info b {
    font-size: 18px;
  }
}

.user-order__date {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .user-order__date {
    font-size: 14px;
  }
}

.user-order__delivery-date {
  margin-bottom: 8px;
}

.user-order__images {
  margin-right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.user-order__images::-webkit-scrollbar {
  display: none;
}
.user-order__images .user-order__image-wrapper {
  width: 88px;
  height: 88px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-order__images .user-order__image-wrapper--more {
  display: none;
}
@media (min-width: 768px) {
  .user-order__images .user-order__image-wrapper--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    background-color: #eceeef;
    font-weight: 500;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .user-order__images .user-order__image-wrapper {
    width: 105px;
    height: 105px;
  }
}
.user-order__images .user-order__image-wrapper:not(:last-of-type) {
  margin-right: 12px;
}
.user-order__images .user-order__image-wrapper:last-of-type {
  margin-right: 16px;
}

.user-order__additional-info {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .user-order__additional-info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
.user-order__additional-info b {
  font-size: 18px;
  font-weight: 600;
}

.user-order__status {
  font-size: 14px;
  text-align: right;
  font-weight: 600;
  color: #ea4e00;
}

.user-order__actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 8px;
}
@media (min-width: 768px) {
  .user-order__actions {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.user-order__button {
  min-width: unset;
  min-height: 36px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .user-order__button {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    min-width: 160px;
  }
}
.button--gray:hover {
  background-color: #2c3337;
  color: #fff;
}

.h2, .h3, .h4{
      margin-top: 0;
}

.h2{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
}
.h3{

}
.h4{

}
.form-section__item:has(.dis-gray) label, .dis-gray label,.form-section__item.disabled{
 color:#7c7c7c99;
}
.form-section__item.disabled