/**
 * normalize
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }
body *::-webkit-scrollbar { width: 0; } /* Добавил */
/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

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

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 0.1rem dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.2rem;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

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

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

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

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

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

.swiper-horizontal {
  touch-action: pan-y; }

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 120rem; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 0.1rem;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 0.1rem;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.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-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: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000000); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000000); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #000000); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000); }

.swiper-lazy-preloader {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.1rem;
  margin-top: -2.1rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.4rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 0.1rem;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 0.1rem;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 4.4rem;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: 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.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 1rem);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 1rem);
  left: auto; }

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

/* Navigation font start */
.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;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 1rem);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 2.8rem);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.8rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.8rem));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 0.8rem);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 0.6rem) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.4rem); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 0.4rem);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 0.4rem);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 1rem);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 0.4rem);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 0.4rem);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 0.4rem);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 0.4rem);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 1rem);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(5rem); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

:root {
  --f-spinner-width: 3.6rem;
  --f-spinner-height: 3.6rem;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.f-throwOutUp {
  animation: .175s ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: .175s ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -15rem, 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 15rem, 0);
    opacity: 0; } }

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown; }

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0; } }

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeOut {
  100% {
    opacity: 0; } }

.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }

.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-7.5rem);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInPrev {
  0% {
    transform: translateX(7.5rem);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-7.5rem);
    opacity: 0; } }

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(7.5rem);
    opacity: 0; } }

:root {
  --f-button-width: 4rem;
  --f-button-height: 4rem;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 2rem;
  --f-button-svg-height: 2rem;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 0.2rem) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0) + var(--fancybox-scrollbar-compensate, 0));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 1rem;
  --f-spinner-width: 5rem;
  --f-spinner-height: 5rem;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: #000000;
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 0.4rem;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 4rem; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  -ms-flex-item-align: center;
  align-self: center;
  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;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  /* Добавил */ 
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: #000000;
  min-height: 0.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none; 
  max-height: 85vh;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 1.4rem 0 0.4rem 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 0.8rem;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 3.4rem;
  --f-button-height: 3.4rem;
  --f-button-border-radius: 0.4rem;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 2.2rem;
  --f-button-svg-height: 2.2rem;
  position: absolute;
  top: -3.8rem;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 2.4rem;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 1.2rem; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 1.8rem;
  --f-button-svg-height: 1.8rem;
  --f-button-svg-filter: none;
  top: 0.5rem;
  right: 0.5rem; }

.fancybox__nav {
  --f-button-width: 5rem;
  --f-button-height: 5rem;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 2.6rem;
  --f-button-svg-height: 2.6rem;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -3rem;
  right: -2rem;
  left: -2rem;
  bottom: -3rem;
  z-index: 1; }

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: .25s ease .1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: .35s ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: .15s ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: .35s ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 0.1rem;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 12rem);
  height: 90%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 96rem;
  height: 54rem;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #000000; }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 9.6rem;
  --f-thumb-height: 7.2rem;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 0.2rem;
  --f-thumb-offset: 0;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 0.8rem;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 0.4rem;
  --f-thumb-extra-gap: 2rem;
  --f-thumb-clip-width: 4.6rem; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: #000000;
  user-select: none;
  perspective: 100rem;
  transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden; }

.f-thumbs__track {
  display: flex;
  will-change: transform; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0)*0.1rem);
  width: calc(100% - var(--width, 0)*0.1rem);
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -0.1rem), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path); }

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-0.1rem 0 0 var(--f-thumb-outline-color)) drop-shadow(0.2rem 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -0.1rem 0 var(--f-thumb-outline-color)) drop-shadow(0 0.2rem 0 var(--f-thumb-outline-color)); }

.is-modern.in-touch .f-thumbs__slide {
  filter: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: all .33s ease; }

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s ease; }

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: #000000;
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover; }

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 0.8rem 0 1.2rem 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 0.8rem; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 9.6rem;
  --f-thumb-height: 7.2rem;
  --f-thumb-border-radius: 0.2rem;
  --f-thumb-outline: 0.2rem;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 0.8rem;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 0.4rem;
  --f-thumb-extra-gap: 2rem;
  --f-thumb-clip-width: 4.6rem;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 6.4rem;
  --f-thumb-clip-width: 3.2rem;
  --f-thumb-height: 4.8rem;
  --f-thumb-extra-gap: 1rem; }

.fancybox__thumbs.is-masked {
  max-height: 0 !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 4.6rem;
  --f-button-height: 4.6rem;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 2.4rem;
  --f-button-svg-height: 2.4rem;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 0.5rem;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 1.7rem;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none; }

.fancybox__infobar span {
  padding: 0 0.5rem; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none; }

/**
 * normalize
 */
/**
 * Grid system
 * -----------------------------------------
 */
/**
 * Mixins
 */
@use "sass:math";
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-Frame_4075753 {
  width: 1em; }

.icon-angle-down {
  width: 1em; }

.icon-bag {
  width: 1em; }

.icon-burger {
  width: 1em; }

.icon-calc {
  width: 1em; }

.icon-camera {
  width: 1em; }

.icon-car {
  width: 1em; }

.icon-check {
  width: 1.25em; }

.icon-check-checkbox {
  width: 1.125em; }

.icon-close {
  width: 1em; }

.icon-doc {
  width: 0.90909em; }

.icon-facebook {
  width: 1em; }

.icon-fav {
  width: 1em; }

.icon-filter {
  width: 1em; }

.icon-forest {
  width: 1em; }

.icon-guarantee {
  width: 1em; }

.icon-hourg {
  width: 1em; }

.icon-info {
  width: 1em; }

.icon-instagram {
  width: 1em; }

.icon-loop {
  width: 1em; }

.icon-next {
  width: 1em; }

.icon-phone {
  width: 1em; }

.icon-pinterest {
  width: 1em; }

.icon-place {
  width: 1em; }

.icon-play {
  width: 0.64286em; }

.icon-prev {
  width: 1em; }

.icon-settings {
  width: 1em; }

.icon-ship {
  width: 1em; }

.icon-sort {
  width: 1em; }

.icon-star {
  width: 1em; }

.icon-telegram {
  width: 1em; }

.icon-tree {
  width: 1em; }

.icon-trep {
  width: 1em; }

.icon-user {
  width: 1em; }

/**
 * Base
 */
@font-face {
  font-family: 'SignPainter-HouseScript';
  src: url("../fonts/SignPainter-HouseScript.woff2") format("woff2"), url("../fonts/SignPainter-HouseScript.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

h1 {
  font-weight: 600;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    h1 {
      font-size: 5.2rem; } }

h2 {
  font-weight: 600;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    h2 {
      font-size: 3.2rem; } }

h3 {
  font-weight: 500;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.8rem; } }

h4 {
  font-weight: 600;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    h4 {
      font-size: 2.4rem; } }

h5 {
  font-weight: 500;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h5 {
      font-weight: 600;
      font-size: 2rem; } }

.input {
  margin: 3rem 0 0;
  position: relative; }
  .input__label {
    cursor: pointer;
    line-height: 1.4;
    font-style: normal;
    font-weight: 400;
    color: #9A9CA3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: padding 0.3s, transform 0.3s, font-size 0.3s;
    padding: 0.9rem 2rem;
    font-size: 1.5rem; }
    @media (max-width: 768px){
      .section-head__tabs-head{
        display: flex;
        gap: 2rem;
        margin-top: 1.5rem;
      }
    }
    @media (min-width: 992px) {
      .input__label {
        padding: 1.6rem 2rem;
        font-size: 1.6rem; } }
  .input__search {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    position: absolute;
    color: #8D6A30;
    left: 1.5rem;
    bottom: 0; }
    @media (min-width: 992px) {
      .input__search {
        height: 5.6rem; } }
  .input__reset {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    position: absolute;
    color: #8D6A30;
    right: 1.5rem;
    bottom: 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .input__reset {
        height: 5.6rem; } }
  .input__reset ~ .input__field {
    padding-right: 6rem; }
  .input__search ~ .input__label,
  .input__search ~ .input__field {
    padding-left: 6rem; }
  .input__field {
    max-width: 100% !important;
    font-size: 1.6rem;
    line-height: 2rem;
    font-style: normal;
    font-weight: 400;
    padding: 0.9rem 2rem;
    display: block;
    width: 100% !important;
    border-radius: 3.5rem;
    border: 0.1rem solid #8D6A30;
    outline: none;
    resize: none;
    box-shadow: none; }
    @media (min-width: 992px) {
      .input__field {
        padding: 1.7rem 2rem; } }
    .input__field::placeholder {
      opacity: 0; }
    .input__field:focus {
      border-color: #102F97; }
    .input__field.is-invalid {
      border-color: #C6370A; }
  .input__field:not(:placeholder-shown) ~ .input__label,
  .input__field:focus ~ .input__label{
    padding: 0 2rem 0.3rem;
    font-size: 1.2rem;
    transform: translateY(-100%); }

    .input .iti {
      width: 100%;
    }
    .input .iti .input__label {
   z-index: 4;
    background: #ffffff;
    top: 2%;
    left: 1%;
    border-radius: 3.5rem;
    max-height: 96%;
    }
    .input .iti .input__field:not(:placeholder-shown) ~  .input__label,
    .input .iti .input__field:focus ~  .input__label {
      background: transparent;
    }



  .input__field.is-invalid ~ .input__error, .iti.is-invalid ~ .input__error {
    display: block; }


  .input__error {
    display: none;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    color: #C6370A;
    padding-left: 2rem; }
  .input_required {
    margin-top: 5px;
      
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
 color: #D0B485;
  }
.checkbox {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500; }
  .checkbox__input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  .checkbox__label {
    display: flex;
    line-height: 1.8rem;
    align-items: flex-start; }
  .checkbox__icon {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity 0.3s; }
  .checkbox__input:checked ~ .checkbox__label .checkbox__icon {
    opacity: 1; }
  .checkbox__input:checked ~ .checkbox__label .checkbox__field {
    border-color: #8D6A30;
    background-color: #8D6A30; }
  .checkbox__field {
    cursor: pointer;
    color: #FFF;
    flex: 0 0 1.2rem;
    max-width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
    border-radius: 0.2rem;
    border: 0.1rem solid rgba(154, 156, 163, 0.5);
    transition: border-color 0.3s, background-color 0.3s;
    margin-top: 0.2rem; }

.btn {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /*
  border: 0.1rem solid #8D6A30;
  background-color: #8D6A30;
  */
  /* На тон светлее */
  border: 0.1rem solid #D0B485;
  background-color: #D0B485;
  
  letter-spacing: 0.064rem;
  padding: 1.1rem 1.6rem;
  text-transform: uppercase;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: background-color 0.3s, background-color 0.3s, color 0.3s;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border-radius: 10rem; }
  .btn:hover {
    /*
    background-color: #A36704;
    border-color: #A36704;
    */
    /* Еще на тон светлее */
    background-color: #E0C495;
    border-color: #E0C495;
    
  }
  .btn:active {
    /*
    background-color: #925B00;
    border-color: #925B00; 
    */
     /* На два тона светлее */
     background-color: #E5D3B4;
    border-color: #E5D3B4; 
    

  }
  .btn:disabled, .btn[disabled] {
    background-color: #D1C2AD;
    border-color: #D1C2AD; }
  .btn_secondary {
    background-color: #FFF;
    /*
    border: 0.1rem solid #8D6A30;
    color: #8D6A30; */
     /* На тон светлее */
    border: 0.1rem solid #D0B485;
    color: #D0B485; 


  }
    .btn_secondary:hover {
      /*
      border: 0.1rem solid #8D6A30;
      background: rgba(163, 103, 4, 0.1);
      color: #8D6A30; 
      */
      /* Изменил */
      border: 0.1rem solid #D0B485;
      background: rgba(163, 103, 4, 0.1);
      color: #D0B485; 
    }
    .btn_secondary:active {
      /*
      border: 0.1rem solid #925B00;
      background: rgba(146, 91, 0, 0.2);
      color: #925B00; 
      */
      /* Изменил */
      border: 0.1rem solid #E5D3B4;
      background: rgba(229, 211, 180, 0.2);
      color: #e5d3b4;
    }
    .btn_secondary:disabled, .btn_secondary[disabled] {
      background-color: #FFF;
      color: rgba(141, 106, 48, 0.4);
      border: 0.1rem solid rgba(141, 106, 48, 0.4); }
  .btn_fluid {
    width: 100%;
    display: flex; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  color: #0F172A;
  background-color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif; }
  @media (min-width: 992px) {
    body {
      font-size: 1.8rem; } }

* {
  box-sizing: border-box; }

.lnk,
a {
  text-decoration: none;
  transition: border-bottom-color 0.3s;
  border-bottom: 0.1rem solid;
  /*color: #8D6A30;*/
  color: #D0B485; /* На тон светлее */
}
  .lnk:hover, .lnk:focus, .lnk:active,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none; }
  .lnk:hover,
  a:hover {
    border-bottom-color: transparent; }
  .lnk_reverse, .breadcrumbs__lnk,
  a_reverse {
    border-bottom-color: transparent; }
    .lnk_reverse:hover, .breadcrumbs__lnk:hover,
    a_reverse:hover {
      border-bottom-color: currentColor; }

.icon-filter, .icon-sort {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round; }

.icon-burger, .icon-close, .icon-fav {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round; }

.l-main {
  flex: 1 0 auto; }

.l-container {
  width: 100%;
  max-width: 123rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem; }
  .l-container_lg {
    max-width: 139rem; }
  .l-container .l-container {
    padding: 0; }
.s-advantages__l-container{
  padding:  0 3rem;
}
.social-box {
  display: flex;
  gap: 0.8rem; }
  .social-box__lnk {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.05rem solid currentColor;
    flex: 0 0 4rem;
    max-width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    border-radius: 100%; 
    /* Добавил */
    color: #8D6A30;
  }
    .social-box__lnk svg {
      width: 2.4rem;
      height: 2.4rem; }
    .social-box__lnk:hover {
      border-color: currentColor; }

.subscription {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .subscription__ttl {
    font-size: 1.8rem; }
  .subscription__field {
    width: 32.4rem;
    position: relative; }
  .subscription__input {
    width: 100%;
    display: block;
    padding: 1.2rem 5rem 1.2rem 1.2rem;
    border-radius: 10rem;
    border: 0.05rem solid #FFF;
    color: #FFF;
    background-color: transparent;
    outline: none;
    box-shadow: 0px 0px 0px 0px #8d6a30;
    transition: all .5s linear; 

  }
    .subscription__input::placeholder {
      color: #FFF;
      opacity: 1; }
     .subscription__field.focus .subscription__input, .subscription__input:focus {
       border: 0.05rem solid rgba(141, 106, 48, 0.95);
      box-shadow: 0px 0px 10px 0px rgba(141, 106, 48, 0.95);
      }
  .subscription__input.is-invalid ~ .subscription__error {
    display: block; }
  .subscription__btn {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4.4rem;
    border-radius: 100%;
    background-color: rgba(141, 106, 48, 0.5);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s, color 0.3s; }
    .subscription__btn:hover {
      background-color: #8D6A30;
      color: #FFF; }
  .subscription__error {
    color: #C6370A;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0.5rem;
    padding-left: 1.2rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    display: none; }
.contacts-message{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 100px;
  background: #D0B485;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 1.2rem 1.6rem;
  margin-top: 2rem;
}
.contacts-message:hover {
  background: #E0C495;
}
.payment {
  display: flex;
  gap: 0.8rem; }
  @media (min-width: 992px) {
    .payment {
      justify-content: center; } }
  .payment__img {
    display: block;
    max-height: 1.5rem; }
    @media (min-width: 992px) {
      .payment__img {
        max-height: 2rem; } }

.social-group {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.8rem;
  color: #FFF; }
  .social-group__itm {
    flex: 0 0 4rem;
    max-width: 4rem; }
  .social-group__lnk {
    border-radius: 10rem;
    border: 0.05rem solid;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
    color: inherit;
    font-size: 2.4rem; }
    .social-group__lnk:hover {
      color: #8D6A30;
      border-bottom-color: currentColor; }

@media (min-width: 768px) {
  .section-head {
    margin-bottom: 10px;/*Добавил*/
    display: flex; } }

.section-head_center {
  justify-content: center;
  text-align: center; }

.section-head__title {
  margin: 0; }
  .section-head__title_txt-center {
    width: 100%; }

@media (min-width: 768px) {
  .section-head__tabs-head {
    margin-left: auto;
    align-self: flex-end;
    display: flex;
    gap: 2rem} }

.section-head__tabs-head-lnk {
  border: none;
  color: inherit; }
  .section-head__tabs-head-lnk:hover, .section-head__tabs-head-lnk.is-active {
    color: #8D6A30; }

.tabs {
  overflow: hidden;
  position: relative; }
  .tabs__tab {
    transition: opacity 0.3s, visibility 0.3s; }
    .tabs__tab:not(.is-visible) {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .tabs__head {
    padding: 1.5rem 2.5rem;
    background-color: #fbfafd;
    border-bottom: 0.1rem solid #dcdcde; }
  .tabs__body {
    padding: 1.5rem 2.5rem; }

.swiper-btn-circle {
  position: absolute;
  top: 50%;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  left: 0;
  transform: -50%, -50%; }
  .swiper-btn-circle.swiper-button-next {
    left: auto;
    right: 0;
    transform: 50%, -50%; }

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important; }

.swiper-button-prev .icon,
.swiper-button-next .icon {
  font-size: 1.6rem; }

.swiper-button-lock {
  display: none !important; }

.swiper-control {
  margin: 2.3rem 0 0;
  display: flex;
  align-items: center; }
  .swiper-control .swiper-button-prev,
  .swiper-control .swiper-button-next {
    position: static;
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    display: flex;
    align-items: center;
    color: #8D6A30; }
    .swiper-control .swiper-button-prev:after,
    .swiper-control .swiper-button-next:after {
      display: none; }
    .swiper-control .swiper-button-prev.swiper-button-disabled,
    .swiper-control .swiper-button-next.swiper-button-disabled {
      opacity: 1;
      visibility: visible;
      display: block !important; }
  .swiper-control .swiper-pagination {
    position: static;
    max-width: 17.5rem;
    min-width: 17.5rem;
    margin: 0 auto; }
    .swiper-control .swiper-pagination-bullet {
      /*background-color: #DDD2C2; */
      background-color: #d0b4854d;  /* На тон светлее + полупрозрачность 30% */
    }
      .swiper-control .swiper-pagination-bullet:hover, .swiper-control .swiper-pagination-bullet-active {
        /*background-color: #8D6A30;*/
        background-color: #D0B485;/* На тон светлее */
      }
        .swiper-control .swiper-pagination-bullet:hover:after, .swiper-control .swiper-pagination-bullet-active:after {
           /*background-color: #DDD2C2; */
          background-color: #d0b4854d;  /* На тон светлее + полупрозрачность 30% */
        }

.fav {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: inline-flex;
  align-items: center;
  color: rgba(15, 23, 42, 0.6);
  white-space: nowrap;
  cursor: pointer; }
  .fav__txt {
    margin-right: 1.2rem;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    transition: color 0.3s; }
  .fav__icon {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: 0.05rem solid rgba(141, 106, 48, 0.15);
    background: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*color: #8D6A30;*/
    color: #D0B485; /* На тон светлее */
    font-size: 2.4rem;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer; }
  .fav.is-active .fav__txt,
  .fav:hover .fav__txt {
    color: #8D6A30; }
  .fav.is-active .fav__icon,
  .fav:hover .fav__icon {
    /*border-color: #8D6A30;*/
    border-color: #D0B485;/* На тон светлее */
    background-color: #FFF; }

.instock {
  position: relative;
  padding-left: 1.6rem; }
  @media (min-width: 992px) {
    .instock {
      padding-left: 2.2rem; } }
  .instock:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background-color: #4DB45E; }
    @media (min-width: 992px) {
      .instock:before {
        width: 1.2rem;
        height: 1.2rem; } }
  .instock_few:before {
    background-color: #F79E1B; }
  .instock.is-few:before {
    background-color: #F79E1B; }
  .instock.is-no:before {
    background-color: rgba(15, 23, 42, 0.5); }

.price {
  display: flex;
  align-items: center;
}
  .price__old {
    text-decoration: line-through;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8rem;
    margin-right: 1.2rem; }
    @media (min-width: 992px) {
      .price__old {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 25.2px */
        letter-spacing: 0.036rem;
        margin-right: 1.7rem; } }
  .price__now {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    color: #C6370A; }
    @media (min-width: 992px) {
      .price__now {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; } }

.access-personal {
  max-width: 44rem;
  margin: 0 auto;
  padding: 0 1rem;
  margin-top: 3.2rem; }
  @media (min-width: 992px) {
    .access-personal {
      margin-top: 2.8rem; } }
  .access-personal__btns {
    margin-top: 3rem; }
  .access-personal__btn + .access-personal__btn {
    margin-top: 2rem; }
  .access-personal__forgot {
    margin-top: 3rem;
    padding-left: 2rem; }
  .access-personal__footnote {
    margin-top: 2rem;
    padding-left: 2rem; }

.footnote {
  font-size: 1.2rem;
  line-height: 1.33333; }

.page-404 {
  text-align: center;
  max-width: 34rem;
  padding: 0 1rem;
  margin: 0 auto; }
  .page-404__title {
    margin: 0;
    font-size: 5rem;
    font-weight: 600; }
    @media (min-width: 992px) {
      .page-404__title {
        font-size: 6rem; } }
  .page-404__subtitle {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    margin-top: 4rem; }
  .page-404__txt {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-top: 1.2rem; }
    @media (min-width: 992px) {
      .page-404__txt {
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8rem; } }
  .page-404__btn {
    margin-top: 3.5rem; }
    @media (min-width: 992px) {
      .page-404__btn {
        margin-top: 4.4rem; } }

.card-box {
  margin: 2rem 0;
  padding: 1.6rem;
  display: flex;
  border: 0.1rem solid #8D6A30;
  position: relative; }
  .card-box__pict {
    flex: 0 0 10rem;
    max-width: 10rem; }
  .card-box__img {
    display: block;
    width: 100%; }
  .card-box__desc {
    flex: 1 0 0%;
    padding-left: 1.2rem; }
  .card-box__ttl {
    font-size: 1.8rem; }
  .card-box__txt {
    margin-top: 0.8rem;
    font-size: 1.4rem; }

.breadcrumbs {
  padding: 2.5rem 0 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6rem; }
  @media (min-width: 992px) {
    .breadcrumbs {
      padding: 4.4rem 0 3.6rem;
      font-size: 1.4rem;
      line-height: 1.6rem;
      font-weight: 500; } }
  .breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap; }
  .breadcrumbs__itm {
    margin-right: 0.4rem; }
  .breadcrumbs__lnk {
    color: inherit; }

.nav-catalog__list {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-flow: row wrap;
  gap: 1rem; }
  @media (min-width: 992px) {
    .nav-catalog__list {
      gap: 2.8rem; } }

.nav-catalog__itm {
  flex: 0 0 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  gap: 1rem;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .nav-catalog__itm {
      flex: 0 0 auto;
      max-width: none; } }
/* Добавил */
.nav-catalog__list {
  flex-flow: unset;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    gap: 2.5rem;
}
.nav-catalog{
      white-space: nowrap;
}
.nav-catalog__itm {
  flex: unset;
  max-width: unset;
}
/* ---Добавил-- */
.nav-catalog__lnk {
  display: flex;
  color: inherit;
  transition: color 0.3s;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  border: none; 
  /* добавил */ 
  z-index: 9;
}
  @media (min-width: 992px) {
    .nav-catalog__lnk {
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.6rem; } }
  .nav-catalog__lnk:hover, .nav-catalog__lnk.is-active {
    /*color: #8D6A30;*/
    color: #D0B485; /* На тон светлее */
  }

.nav-catalog .tooltip {
  max-width: 20rem;
  min-width: 20rem; }
  @media (max-width: 991px) {
    .nav-catalog .tooltip {
      max-width: 10rem;
      min-width: 10rem;
      right: 100%;
      top: 50%;
      margin: 0 1rem 0 0;
      transform: translate(0, -50%);
      left: auto;
      bottom: auto; }
      .nav-catalog .tooltip:before {
        border: 0.5rem solid transparent;
        border-right: none;
        border-left: 0.7rem solid rgba(0, 0, 0, 0.7);
        top: 50%;
        bottom: auto;
        left: 100%;
        right: auto;
        transform: translate(0, -50%); } }

.nav-catalog__icon-info {
  min-width: 2.4rem;
  max-width: 2.4rem;
  height: 2.4rem;
  display: block; }

@media (min-width: 992px) {
  .l-columns {
    display: flex;
    margin-top: 2.4rem; } }

@media (min-width: 992px) {
  .l-columns__col_small {
    flex: 0 0 31%;
    max-width: 31%; } 
    /* Добавил */
  .l-columns__col_small.col_small_custom{
      flex: 0 0 23%;
      max-width: 23%;
    }
  }

@media (min-width: 992px) {
  .l-columns__col_small-sm {
    flex: 0 0 18.66667%;
    max-width: 18.66667%; } }

@media (min-width: 992px) {
  .l-columns__col_small-md {
    flex: 0 0 25%;
    max-width: 25%; } }

.l-columns__col_order-1 {
  order: -1; }

@media (min-width: 992px) {
  .l-columns__col_big {
    flex: 1 0 0%;
    padding-left: 1.5rem; } 
    /* Добавил */
  .l-columns__col_big p:first-child {
    margin-top: 0;
  } 
  }
   /* Добавил */
  @media (max-width: 992px) {
  .l-columns__col_big p {
    position: relative;
  }
  .l-columns__col_big img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .l-columns__col_big {
    padding-left: 5.2rem; } }

@media (min-width: 992px) {
  .l-columns__col_offset-right {
    padding: 0 1.5rem 0 0; } }

@media (min-width: 1200px) {
  .l-columns__col_offset-right {
    padding: 0 3.6rem 0 0; } }

.filter-settings {
  display: flex;
  margin: 2.3rem -1.5rem;
  background: #EEE9E0;
  padding: 0.2rem     0.5rem; }
  .filter-settings__lnk {
    padding: 1rem;
    display: flex;
    align-items: center;
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    border: none; }
  .filter-settings__icon {
    flex: 0 0 2rem;
    margin-right: 0.5rem;
    max-width: 2rem; }

.pagination {
  display: flex; }
  .pagination__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem; }
    @media (min-width: 992px) {
      .pagination__list {
        gap: 0.4rem; } }
  .pagination__lnk {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(15, 23, 42, 0.6);
    border: 0.1rem solid;
    transition: color 0.3s;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 100%; }
    @media (min-width: 992px) {
      .pagination__lnk {
        width: 3.6rem;
        height: 3.6rem; } }
    .pagination__lnk.is-active, .pagination__lnk:hover {
      /*color: #8D6A30;
      border: 0.1rem solid #8D6A30;*/
      
      /* На тон светлее */
      color: #D0B485;
      border: 0.1rem solid #D0B485; 
    }
    .pagination__lnk.is-active {
      /*background-color: #8D6A30;*/
      background-color: #D0B485;/* На тон светлее */
      color: #FFF; }
  .pagination__prev, .pagination__next {
    font-size: 2.4rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem; }
    @media (min-width: 992px) {
      .pagination__prev, .pagination__next {
        width: 3.6rem;
        height: 3.6rem; } }

@media (min-width: 768px) {
  .head-collection {
    display: flex; } }

@media (min-width: 768px) {
  .head-collection__desc {
    flex: 1 0 0%; } }

.head-collection__ttl {
  margin: 0; }

  .head-collection__subtitle {
    max-width: 60.4rem;
    margin-top: 3rem; 
  }
  @media (min-width: 992px) {
    .head-collection__subtitle {
      margin-top: 3.6rem; 
    } 
  }
  /* Добавил */
  @media (max-width: 992px) {
    .head-collection__subtitle {
     margin-top: 4.5rem; 
   } 
 }

.head-collection__info {
  padding: 2rem 1.5rem;
  border: 0.1rem solid #8D6A30;
  font-size: 1.4rem;
  line-height: 1.28571;
  background: rgba(141, 106, 48, 0.15);
  margin-top: 3.5rem; }
  /* Добавил */ 
  .head-collection__info a {
    color: #8D6A30;
  }
  @media (max-width: 768px){
   .head-collection__info-pc{
      display: none;
    }
  }
  @media (min-width: 768px){
    .head-collection__info-mob {
      display: none;
    }
  }


  @media (min-width: 768px) {
    .head-collection__info {
      padding: 1.2rem 2rem;
      max-width: 30rem;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .head-collection__info {
      max-width: 37.2rem; } }
  .head-collection__info p {
    margin: 0.8rem 0; }
    @media (min-width: 992px) {
      .head-collection__info p {
        margin: 1.5rem 0; } }
    .head-collection__info p:first-child {
      margin-top: 0; }
    .head-collection__info p:last-child {
      margin-bottom: 0; }

.head-collection__social {
  display: flex;
  justify-content: space-between; }

.head-collection__social-box {
  min-width: 9rem;
  margin-left: 1rem; }

.head-collection__phone {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  border: none;
  margin: 1.5rem 0; }
  @media (min-width: 992px) {
    .head-collection__phone {
      margin: 0 0 0.8rem; } }

.collage-collection {
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .collage-collection {
      display: flex;
      gap: 1rem; } }
  @media (min-width: 1200px) {
    .collage-collection {
      gap: 4.2rem; } }
  @media (min-width: 992px) {
    .collage-collection {
      margin-top: 8.4rem; } }
  .collage-collection__info {
    background: url(../images/collage-collection.png) 0 bottom no-repeat;
    background-size: cover;
    border: 0.1rem solid #8D6A30;
    padding: 2rem;
    font-size: 1.5rem; 
  }
    @media (min-width: 768px) {
      .collage-collection__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 calc(580/1200*100%);
        max-width: calc(580/1200*100%); } }
    @media (min-width: 992px) {
      .collage-collection__info {
        font-weight: 500; } }
    @media (min-width: 1200px) {
      .collage-collection__info {
        /*padding: 4.4rem;*/
         padding: 2rem 3rem; /* изменил */
        font-size: 1.8rem; } }
  .collage-collection__txt {
    margin-top: 1.5rem; }
  .collage-collection__picts {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    flex: 1 0 0%; 
     align-items: center; /* Добавил*/
  }
    @media (min-width: 1200px) {
      .collage-collection__picts {
        
        gap: 3.6rem; } }
  .collage-collection__pict {
    flex: 0 0 calc( 50% - 0.5rem);
    max-width: calc( 50% - 0.5rem);
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .collage-collection__pict {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .collage-collection__pict {
        flex: 0 0 calc( 50% - 1.8rem);
        max-width: calc( 50% - 1.8rem); } }
    .collage-collection__pict_full {
      flex: 0 0 100%;
      max-width: 100%; }
  .collage-collection__img {
    display: block;
    width: 100%; }

.nav-line {
  margin-top: 5rem;
  white-space: nowrap; }


  @media (min-width: 992px) {
    .nav-line {
      margin-top: 9.6rem; } }
  .nav-line__list {
    margin: 0;
    list-style: none;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    max-width: 100%;
    gap: 2.5rem; }
  @media (min-width: 992px) {
    .nav-line_txt-right .nav-line__list {
      justify-content: flex-end; } }
  .nav-line__lnk {
    display: block;
    padding: 1.2rem 0;
    border: none;
    transition: color 0.3s;
    font-size: 1.6rem;
    font-weight: 600;
    color: inherit; }
    @media (min-width: 992px) {
      .nav-line__lnk {
        font-size: 1.8rem;
        font-weight: 700; } }
    .nav-line__lnk:hover, .nav-line__lnk.is-active {
     /* color: #8D6A30; */
      color: #D0B485;  /* На тон светлее */

    }

    /* добавил */
  .nav-line_txt-right.nav-line_mt-0 .nav-line__list {
    margin-top: 1.8rem;
  }

.chars__itm {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem; }
  .chars__itm:not(:first-child) {
    margin-top: 0.4rem; }

.chars__ttl {
  color: rgba(15, 23, 42, 0.5); }

.chars__val {
  max-width: 18rem;
  flex: 0 0 18rem; }
  @media (min-width: 992px) {
    .chars__val {
      max-width: 20.4rem;
      flex: 0 0 20.4rem; } }

.infobox {
  border: 0.1rem solid #8D6A30;
  background: rgba(141, 106, 48, 0.15);
  padding: 2rem 1.5rem;
  margin-top: 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem; }
  @media (min-width: 992px) {
    .infobox {
      padding: 2rem; } }
  .infobox__ttl {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.032rem; }
    @media (min-width: 992px) {
      .infobox__ttl {
        font-size: 1.8rem; } }
  .infobox p {
    margin: 2rem 0; }
    @media (min-width: 992px) {
      .infobox p {
        margin: 1.6rem 0; } }
    .infobox p:first-child {
      margin-top: 0; }
    .infobox p:last-child {
      margin-bottom: 0; }
  .infobox__phone {
    border: none;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem;
    margin: 0.4rem 0 2rem; }

.counter {
  display: flex;
  width: 11.6rem;
  gap: 0.4rem; }
  .counter__btn {
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    flex: 0 0 3.6rem;
    max-width: 3.6rem;
    /* background-color: #8D6A30;*/
    background-color: #D0B485; /* На тон светлее */
    color: #FFF;
    position: relative;
    height: 3.6rem;
    border-radius: 100%; 
    transition: .3s all linear;
  }
    .counter__btn:hover {
      background: #E0C495;
    }
    .counter__btn:active {
      background: #E5D3B4;
    }
    .counter__btn:after, .counter__btn:before {
      content: '';
      width: 1.5rem;
      height: 0.2rem;
      border-radius: 0.2rem;
      background-color: currentColor;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .counter__btn_plus:after {
      width: 0.2rem;
      height: 1.5rem; }
  .counter__input {
    min-width: 3.6rem;
    max-width: 3.6rem;
    padding: 0;
    text-align: center;
    /*
    border: 0.1rem solid #8D6A30;
    color: #8D6A30;
    */
     /* На тон светлее */
    border: 0.1rem solid #D0B485;
    color: #D0B485;

    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8rem;
    height: 3.6rem;
    border-radius: 100%; }

.total-box {
  padding: 2rem;
  border: 0.1rem solid #8D6A30; }
  @media (min-width: 1200px) {
    .total-box {
      padding: 2rem 2.4rem; } }
  .total-box__total {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: space-between; }
  .total-box__sale {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem; }
  .total-box__btns {
    margin-top: 3rem; }
  .total-box__btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

@media (min-width: 992px) and (max-width: 1199px) {
  .total-box__btn {
    font-size: 1.2rem; } }
  .total-box__btn + .total-box__btn {
    margin-top: 1.5rem; }

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 2.5rem; }
  @media (min-width: 992px) {
    .nav__list {
      display: flex;
      flex-direction: column;
      gap: 0.8rem; } }

.nav__lnk {
  border: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .nav__lnk {
      font-size: 1.8rem;
      font-weight: 700; } }
  .nav__lnk:hover, .nav__lnk.is-active {
    /*color: #8D6A30; */
    color: #D0B485;  /* На тон светлее */
  }

.nav__count {
  color: rgba(15, 23, 42, 0.4);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6rem;
  margin-left: 0.5rem; }
  @media (min-width: 992px) {
    .nav__count {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.8rem; } }

.tags {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.5rem; }
  @media (min-width: 992px) {
    .tags {
      flex-flow: row wrap;
      gap: 1.2rem; } }

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
  padding: 0.8rem 2rem;
  border-radius: 10rem;
  color: inherit;
  border: 0.1rem solid currentColor;
  transition: border-color 0.3s;
  white-space: nowrap; }
  .tag:hover {
    border: 0.1rem solid currentColor;
    color: #8D6A30; }

.subscribe-box {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.032rem;
  text-align: center;
  border: 0.1rem solid #8D6A30;
  padding: 3rem 1.2rem; }
  @media (min-width: 992px) {
    .subscribe-box {
      padding: 2rem;
      font-weight: 500;
      letter-spacing: 0; } }
  .subscribe-box__btn {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .subscribe-box__btn {
        margin-top: 2rem; } }

.collage {
  display: flex;
  gap: 0.4rem;
  flex-direction: column; }
  @media (min-width: 768px) {
    .collage {
      flex-flow: row nowrap; } }
  .collage__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .collage__col .collage__in {
    padding-bottom: 79.64602%; }
  .collage__col {
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .collage__col {
        flex: 0 0 43%;
        max-width: 43%; }
        .collage__col:first-child {
          flex: 0 0 56.66667%;
          max-width: 56.66667%; } }
  .collage__col-1 {
    width: 56.47059%;
    position: absolute;
    top: 0;
    left: 0; }
  .collage__col-1 .collage__in {
    padding-bottom: 141.36126%;
    position: relative; }
  .collage__col-2 {
    width: 42.94118%;
    top: 0;
    right: 0;
    position: absolute; }
  .collage__col-2 .collage__in {
    padding-bottom: 75.34247%;
    position: relative; }
  .collage__col-3 {
    width: 42.94118%;
    position: absolute;
    bottom: 0;
    right: 0; }
  .collage__col-3 .collage__in {
    padding-bottom: 108.21918%;
    position: relative; }
  .collage__col-4 {
    position: absolute;
    width: 23.18841%;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .collage__col-4 {
        width: 25.5814%; } }
  .collage__col-4 .collage__in {
    position: relative;
    padding-bottom: 147.5%; }
    @media (min-width: 768px) {
      .collage__col-4 .collage__in {
        padding-bottom: 115.15152%; } }
  .collage__col-5 {
    position: absolute;
    width: 23.18841%;
    top: 0;
    left: 24.34783%; }
    @media (min-width: 768px) {
      .collage__col-5 {
        width: 25.5814%;
        top: 28.88889%;
        left: 0; } }
  .collage__col-5 .collage__in {
    position: relative;
    padding-bottom: 147.5%; }
    @media (min-width: 768px) {
      .collage__col-5 .collage__in {
        padding-bottom: 115.15152%; } }
  .collage__col-6 {
    position: absolute;
    width: 51.30435%;
    top: 0;
    right: 0; }
    @media (min-width: 992px) {
      .collage__col-6 {
        width: 73.64341%; } }
  .collage__col-6 .collage__in {
    position: relative;
    padding-bottom: 66.66667%; }
    @media (min-width: 992px) {
      .collage__col-6 .collage__in {
        padding-bottom: 81.05263%; } }
  .collage__col-7 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .collage__col-7 .collage__in {
    padding-bottom: 44.18605%;
    position: relative; }

.play {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #8D6A30;
  border-radius: 100%; }

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

.menu__itm:not(:first-child) {
  margin-top: 0.8rem; }

.menu__lnk {
  color: inherit;
  transition: color 0.3s;
  border: none; }
  .menu__lnk:hover, .menu__lnk.is-active {
    color: #8D6A30; }

.desc-page a {
  color: inherit;
  border: none; }
  /* Добавил */
  .desc-page {
    position: relative;
  }
  .desc-page img {
  max-width: 100%;
  }
.img {
  display: block;
  max-width: 100%;
  margin: 3rem 0; }

.club-discount {
  width: 85.2rem;
  max-width: 100%;
  margin-top: 3.2rem; }
  @media (min-width: 768px) {
    .club-discount {
      display: flex;
      float: right;
      gap: 1rem; } }
  @media (min-width: 992px) {
    .club-discount {
      margin-top: 0;
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    .club-discount {
      gap: 8rem; } }
  .club-discount__col {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .club-discount__col {
        flex: 1 0 0%;
        display: flex;
        flex-direction: column;
        padding: 0; } }
    .club-discount__col_small {
      padding: 0; }
      @media (min-width: 768px) {
        .club-discount__col_small {
          max-width: 32rem;
          flex: 0 0 32rem; } }
  .club-discount__ttl {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 2rem; }
    @media (min-width: 992px) {
      .club-discount__ttl {
        font-size: 1.8rem;
        margin: 0 0 2.8rem; } }

  
              
  .club-discount__box {
    border: 0.1rem solid #8D6A30;
    padding: 2rem 1.5rem;
    font-size: 1.5rem;
    margin: 0 0 2rem; }
    @media (min-width: 992px) {
      .club-discount__box {
        padding: 2rem;
        font-size: 1.6rem;
        margin-bottom: 2.8rem; } }
    .club-discount__box-btn {
      margin-top: 1.5rem; }
      @media (min-width: 992px) {
        .club-discount__box-btn {
          margin-top: 1.2rem; } }

   @media (max-width: 992px) { /* Добавил */
     .club-discount .club-discount__box {
      margin-bottom: 3rem;
     }
     .club-discount .club-discount__btn {
       margin-top: 3rem;
       margin-bottom: 2.5rem;
      }
    }
                
  .club-discount__sale {
    color: #C6370A;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;/* Добавил */
  }
    @media (min-width: 992px) {
      .club-discount__sale {
        font-size: 1.4rem;
        margin-top: 1.2rem; } }
        
    @media (max-width: 992px) { /* Добавил */
      .club-discount__sale {
        font-weight: 600;} 
      } 

  .club-discount__card-box {
    margin: 0 0 3.5rem; }
    @media (min-width: 768px) {
      .club-discount__card-box {
        margin: 0; } }
  @media (min-width: 768px) {
    .club-discount__card {
      display: flex;
      gap: 1rem;
      margin: auto 0; } }
  @media (min-width: 1200px) {
    .club-discount__card {
      gap: 3.6rem; } }
  @media (min-width: 768px) {
    .club-discount__card-pict {
      flex: 0 0 18rem;
      max-width: 18rem; } }
  .club-discount__card-img {
    display: block;
    width: 100%; }
  .club-discount__card .input__field {
    color: #9A9CA3; }
  .club-discount__card .input__icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    color: #8D6A30;
    cursor: pointer; }
    @media (min-width: 992px) {
      .club-discount__card .input__icon {
        top: 0.8rem; } }
  @media (min-width: 768px) {
    .club-discount__btn {
      max-width: 28rem;
      margin-top: auto; } }

.clearfix:after {
  display: table;
  width: 100%;
  clear: both;
  content: ""; }

.btn-more {
  width: 100%;
  margin-top: 6.5rem; }
  @media (min-width: 768px) {
    .btn-more {
      width: 28rem; } }

.status {
  font-size: 1.4rem;
  font-style: normal;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.8rem;
  border-radius: 10rem;
  border: 0.1rem solid #C6370A;
  color: #C6370A;
  background: rgba(198, 55, 10, 0.3);
  padding: 1rem 2rem;
  margin: 2rem 0;
  text-align: center;
  max-width: 13rem; }
  @media (min-width: 768px) {
    .status {
      margin: 0; } }
  .status_success {
    border: 0.1rem solid #4DB45E;
    color: #4DB45E;
    background: rgba(77, 180, 94, 0.3); }
  .status_waiting {
    border: 0.1rem solid #F79E1B;
    color: #F79E1B;
    background: rgba(247, 158, 27, 0.3); }

.order-detail__title {
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.036rem;
  font-size: 1.6rem;
  margin-top: 3.2rem; }
  @media (min-width: 768px) {
    .order-detail__title {
      font-size: 1.8rem;
      margin-top: 0; } }

.order-detail__back {
  margin-top: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  display: inline-block; }
  @media (min-width: 768px) {
    .order-detail__back {
      margin-top: 1.6rem;
      font-weight: 700;
      margin-bottom: 2.4rem; } }

.order-detail__box {
  border: 0.1rem solid #8D6A30; }

.order-detail__head {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .order-detail__head {
      padding: 1.6rem 2rem; } }
  .order-detail__head-txt {
    margin-top: 1rem;
    color: rgba(15, 23, 42, 0.5);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500; }

.order-detail__ttl {
  margin: 3.2rem 0 2rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500; }

.order-detail__info {
  padding: 1.5rem;
  border-top: 0.1rem solid #8D6A30; }
  @media (min-width: 768px) {
    .order-detail__info {
      padding: 1.6rem 2rem; } }

.order-detail__txt-gray {
  font-size: 1.4rem;
  font-style: normal;
  color: rgba(15, 23, 42, 0.5);
  font-weight: 500; }

.order-detail__row {
  margin-top: 1.2rem;
  position: relative;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .order-detail__row {
      display: flex;
      gap: 3rem; } }

.order-detail__col {
  margin-top: 1.2rem; }
  @media (min-width: 768px) {
    .order-detail__col {
      margin-top: 0; } }
  .order-detail__col_btns {
    padding-top: 2rem;
    margin-top: 0; }
    @media (min-width: 768px) {
      .order-detail__col_btns {
        padding-top: 0;
        max-width: 21.2rem;
        flex: 0 0 21.2rem; } }

.order-detail__sum {
  white-space: nowrap; }

.order-detail .info-choices {
  margin-bottom: 2rem;
  margin-top: 0 !important; }
  @media (min-width: 768px) {
    .order-detail .info-choices {
      position: absolute;
      margin-bottom: 0;
      bottom: 0;
      left: 0;
      min-width: 21rem; } }

.order-detail__btn {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

.order-detail__btn + .order-detail__btn {
  margin-top: 2rem; }

.order-detail__info-payment {
  border-top: 0.1rem solid #8D6A30;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .order-detail__info-payment {
      padding: 1.6rem 2rem;
      display: flex;
      gap: 2rem; } }
  @media (min-width: 768px) {
    .order-detail__info-payment-pict {
      flex: 0 0 12.6rem;
      max-width: 12.6rem; } }
  .order-detail__info-payment-pict img {
    display: block;
    width: 100%; }
  .order-detail__info-payment-desc {
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .order-detail__info-payment-desc {
        padding: 0;
        flex: 1 0 0%; } }
  .order-detail__info-payment .order-detail__txt-gray {
    margin-top: 1.2rem; }

.order-detail__info-delivery {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .order-detail__info-delivery {
      padding: 1.6rem 2rem;
      display: flex;
      gap: 2rem; } }
  @media (min-width: 768px) {
    .order-detail__info-delivery-pict {
      flex: 0 0 12.6rem;
      max-width: 12.6rem; } }
  .order-detail__info-delivery-pict img {
    display: block;
    width: 100%; }
  .order-detail__info-delivery-desc {
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .order-detail__info-delivery-desc {
        padding: 0;
        flex: 1 0 0%; } }
  .order-detail__info-delivery .order-detail__txt-gray {
    margin-top: 1.2rem; }

@media (min-width: 768px) {
  .order-detail__options {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .order-detail .choices__list--dropdown {
    border-color: transparent; } }

.order-detail .choices {
  margin-top: 2rem;
  max-width: 25.2rem; }
  @media (min-width: 768px) {
    .order-detail .choices {
      margin-top: 0.4rem;
      margin-left: -2rem; } }
  .order-detail .choices .choices__inner .choices__item {
    color: #8D6A30; }
  @media (min-width: 768px) {
    .order-detail .choices .choices__list,
    .order-detail .choices .choices__inner {
      border: transparent !important; } }

@media (min-width: 768px) {
  .order-detail__box_products .order-detail__head {
    display: flex;
    color: rgba(15, 23, 42, 0.5);
    font-size: 1.4rem;
    font-weight: 500;
    gap: 2rem;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .order-detail__box_products .order-detail__col {
    flex: 0 0 8rem;
    max-width: 8rem; }
    .order-detail__box_products .order-detail__col:first-child {
      flex: 1 0 0%;
      max-width: 100%; } }

.order-detail__product {
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .order-detail__product {
      border-top: 0.1rem solid #8D6A30;
      padding: 1.6rem 2rem;
      display: flex;
      gap: 2rem;
      justify-content: space-between; } }
  .order-detail__product-desc {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem; }
    @media (min-width: 768px) {
      .order-detail__product-desc {
        display: flex;
        flex: 1 0 0%;
        gap: 2rem; } }
  @media (min-width: 768px) {
    .order-detail__product-pict {
      flex: 0 0 2.8rem;
      max-width: 2.8rem; } }
  .order-detail__product-pict img {
    display: block;
    width: 100%; }

    @media (max-width: 768px) { /* Добавил */
       .order-detail__info-payment-pict img, .order-detail__info-delivery-pict img, .club-discount__card-img {
        max-width: 315px;
       }
       .order-detail__product-pict {
        height: 215px;
        overflow: hidden;
        position: relative;
       }
       .order-detail__product-pict img {
          max-width: 315px;
          margin: auto;
          top: 0;
          bottom: 0;
          position: absolute;
          left: 0;
          right: 0;
       }

    }
  .order-detail__product-ttl {
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .order-detail__product-ttl {
        margin-top: 0; } }
    .order-detail__product-ttl:before {
      content: attr(data-ttl);
      color: rgba(15, 23, 42, 0.5);
      display: block;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 1.2rem; }
  .order-detail__product-price, .order-detail__product-num, .order-detail__product-sum {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem; }
    @media (min-width: 768px) {
      .order-detail__product-price, .order-detail__product-num, .order-detail__product-sum {
        margin-top: 0;
        flex: 0 0 8rem;
        max-width: 8rem; } }
    .order-detail__product-price:before, .order-detail__product-num:before, .order-detail__product-sum:before {
      content: attr(data-ttl);
      color: rgba(15, 23, 42, 0.5); }
      @media (min-width: 768px) {
        .order-detail__product-price:before, .order-detail__product-num:before, .order-detail__product-sum:before {
          display: none; } }

.order-detail__total {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
  padding: 1.5rem;
  border-top: 0.1rem solid #8D6A30; }
  @media (min-width: 768px) {
    .order-detail__total {
      padding: 1.6rem 2rem; } }
  .order-detail__total-itm {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem; }
    .order-detail__total-itm:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .order-detail__total-itm {
        justify-content: flex-end; } }
  .order-detail__total-ttl {
    flex: 0 0 15rem; }
    .order-detail__total-ttl_gray {
      color: rgba(15, 23, 42, 0.5); }
  @media (min-width: 768px) {
    .order-detail__total-txt {
      width: 8rem; } }

.become-partner {
  max-width: 90rem;
  margin: 2.5rem auto 0; }
  @media (min-width: 992px) {
    .become-partner {
      margin-top: 4rem; } }
  .become-partner__subtitle {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600; }
    @media (min-width: 992px) {
      .become-partner__subtitle {
        font-size: 2rem; } }
  @media (min-width: 768px) {
    .become-partner__form {
      display: flex;
      gap: 1.5rem; } }
  @media (min-width: 1200px) {
    .become-partner__form {
      gap: 6rem; } }
  @media (min-width: 768px) {
    .become-partner__col {
      flex: 0 0 calc(50% - 0.75rem);
      max-width: calc(50% - 0.75rem); } }
  @media (min-width: 1200px) {
    .become-partner__col {
      flex: 0 0 calc(50% - 3rem);
      max-width: calc(50% - 3rem); } }
  .become-partner__textarea .input__field {
    height: 10rem; }
  .become-partner__btn {
    margin-top: 3rem; }
  .become-partner__footnote {
    margin-top: 2rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300; }
    @media (min-width: 992px) {
      .become-partner__footnote {
        font-size: 1.2rem; } }

.callback-block__btn {
  margin-top: 3rem; }

.callback-block__outher {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem; }
  @media (min-width: 992px) {
    .callback-block__outher {
      margin-top: 4.8rem; } }
  .callback-block__outher p {
    margin: 0.4rem 0; }

.callback-block__phone {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 0.4rem;
  font-weight: 700;
  border: none;
  display: inline-block;
  margin-bottom: 1.2rem; }

.add-reviews {
  margin-top: 3rem;
  margin-bottom: 4rem; }
  @media (min-width: 992px) {
    .add-reviews {
      margin-top: 0; } }
  .add-reviews__btn {
    margin-top: 3rem; }
  .add-reviews__img {
    display: block;
    max-width: 100%; }
  .add-reviews__widget {
    margin-top: 3.2rem;
    color: #8D6A30;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700; }

.rating-box {
  display: inline-flex;
  align-items: center; }
  .rating-box__stars {
    position: relative;
    display: flex;
    gap: 0.4rem;
    color: #EDE7DE; }
  .rating-box__icon {
    min-width: 1.2rem;
    max-width: 1.2rem;
    height: 1.2rem; }
  .rating-box__full {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    gap: 0.4rem;
    color: #8D6A30; }

.type-selection {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem; }
  @media (min-width: 992px) {
    .type-selection {
      column-gap: 0.8rem;
      row-gap: 1.6rem; } }
  .type-selection__itm {
    flex: 0 0 calc(50% - 0.8rem);
    max-width: calc(50% - 0.8rem);
    display: flex; }
    @media (min-width: 768px) {
      .type-selection__itm {
        flex: 0 0 calc(25% - 0.8rem);
        max-width: calc(25% - 0.8rem); } }
    @media (min-width: 992px) {
      .type-selection__itm {
        flex: 0 0 calc(25% - 0.8rem * 3 /4);
        max-width: calc(25% - 0.8rem * 3 /4); } }

.type-box {
  width: 100%;
  display: flex; }
  .type-box__input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .type-box__label {
    cursor: pointer;
    width: 100%;
    position: relative;
    border: 0.1rem solid #8D6A30;
    padding: 1rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8rem; }
    @media (min-width: 992px) {
      .type-box__label {
        padding: 1.6rem; } }
  .type-box__ttl {
    font-weight: 600; }
    @media (min-width: 992px) {
      .type-box__ttl {
        font-size: 1.4rem; } }
    .type-box__ttl_pr-20 {
      padding-right: 2rem; }
  .type-box__price {
    margin-top: 0.8rem; }
  .type-box__val {
    margin-top: 0.4rem; }
    .type-box__val_pr-20 {
      padding-right: 2rem; }
  .type-box__input:checked ~ .type-box__label .type-box__icon {
    opacity: 1; }
  .type-box__input:checked ~ .type-box__label .type-box__checkbox {
    border-color: #8D6A30;
    background-color: #8D6A30; }
  .type-box__checkbox {
    cursor: pointer;
    color: #FFF;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
    border: 0.1rem solid rgba(154, 156, 163, 0.5);
    transition: border-color 0.3s, background-color 0.3s;
    position: absolute;
    bottom: 1.2rem;
    right: 1rem; }
    @media (min-width: 992px) {
      .type-box__checkbox {
        bottom: 2rem;
        right: 1.6rem; } }
  .type-box__icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s; }
  .type-box__tooltip {
    margin-left: 0.2rem;
    vertical-align: middle; }

/**
 * Components
 */
[data-tooltip] {
  cursor: help;
  position: relative;
  display: inline-block; }

.tooltip {
  opacity: 0;
  position: absolute;
  width: auto;
  max-width: 20%;
  height: auto;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  min-height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  min-width: 10rem;
  transform: translateX(-50%);
  bottom: 100%;
  text-align: center;
  left: 50%; }
  @media (min-width: 992px) {
    .tooltip {
      font-size: 1.2rem; } }

.tooltip.active {
  opacity: 1;
  transition: opacity 0.1s; }

.tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.7rem solid rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%; }

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.4rem;
  font-size: 1.6rem; }

.choices:focus {
  outline: 0; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-open {
  overflow: visible; }

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices [hidden] {
  display: none !important; }

.choices[data-type*=select-one] {
  cursor: pointer; }

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0.75rem; }

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 1rem;
  border-bottom: 0.1rem solid #ddd;
  background-color: #fff;
  margin: 0; }

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1rem;
  margin-right: 2.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 10em;
  opacity: .25; }

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1; }

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 0.2rem #00bcd4; }

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none; }

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 0.5rem;
  position: absolute;
  right: 1.15rem;
  top: 50%;
  margin-top: -0.25rem;
  pointer-events: none; }

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -0.75rem; }

.choices[data-type*=select-one][dir=rtl]::after {
  left: 1.15rem;
  right: auto; }

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 2.5rem;
  margin-right: 0; }

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: -0.4rem 0 0.8rem;
  padding-left: 1.6rem;
  border-left: 0.1rem solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 0.8rem;
  width: 0.8rem;
  line-height: 1;
  opacity: .75;
  border-radius: 0; }

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.75rem 0.75rem 0.375rem;
  border: 0.1rem solid #ddd;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  min-height: 4.4rem;
  overflow: hidden; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 0.25rem 0.25rem 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 0.25rem 0.25rem; }

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

.choices__list--single {
  display: inline-block;
  padding: 0.4rem 1.6rem 0.4rem 0.4rem;
  width: 100%; }

[dir=rtl] .choices__list--single {
  padding-right: 0.4rem;
  padding-left: 1.6rem; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  background-color: #00bcd4;
  border: 0.1rem solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 0.5rem; }

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 0.375rem; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 0.1rem solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 0.1rem solid #919191; }

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 0.1rem solid #ddd;
  top: 100%;
  margin-top: -0.1rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible; }

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7; }

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -0.1rem;
  border-radius: .25rem .25rem 0 0; }

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 30rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 1rem;
  font-size: 1.4rem; }

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 10rem; }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 1.2rem;
    opacity: 0;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 10rem;
    padding-right: 1rem; }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 1rem; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 1.2rem;
  padding: 1rem;
  border-bottom: 0.1rem solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -999.9rem;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus, .choices__input:focus {
  outline: 0; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 0.4rem 0 0.4rem 0.2rem; }

.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none; }

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

[dir=rtl] .choices__input {
  padding-right: 0.2rem;
  padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

.choices {
  margin: 3rem 0 0; }
  .choices__inner {
    border: 0.1rem solid #8D6A30;
    border-radius: 10rem;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    padding: 0.9rem 2rem;
    display: block;
    width: 100%;
    outline: none;
    box-shadow: none;
    line-height: 2rem;
    min-height: 0;
    font-family: "Roboto Flex", Arial, Helvetica, sans-serif; }
    @media (min-width: 992px) {
      .choices__inner {
        padding: 1.7rem 2rem; } }
  .choices.is-focused .choices__inner {
    border-color: #8D6A30; }
  .choices.is-open .choices__inner {
    border-color: #8D6A30;
    border-radius: 2rem 2rem 0 0; }
  .choices.is-open .choices__list--dropdown {
    border-radius: 0  0 2rem 2rem;
    border: 0.1rem solid #8D6A30;
    border-top: none; 
    /* Добавил*/
    border-top-right-radius: 0px;
    z-index: 10;
  }
  .choices.is-flipped.is-open .choices__list--dropdown {
    border-radius: 2rem 2rem 0 0;
    border: 0.1rem solid #8D6A30;
    border-bottom: none; }
  .choices.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2rem 2rem;
    border-top-color: #8D6A30; }
  .choices_sm .choices__inner {
    line-height: 1.6rem;
    padding: 0.9rem 2rem; }
    @media (min-width: 992px) {
      .choices_sm .choices__inner {
        padding: 0.9rem 2rem; } }
    .choices_sm .choices__inner .choices__item {
      padding-right: 3rem; }
  .choices_sm .choices__item {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .choices.is-open[data-type*=select-one]:after {
    margin: 0;
    transform: translateY(-50%) rotate(180deg); }
  .choices[data-type*=select-one]:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    border: none;
    background: url(../images/select-arrow.svg) 0 0 no-repeat;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform;
    margin: 0; }
  .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0.9rem; }
    @media (min-width: 992px) {
      .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 1.7rem; } }
  .choices_sm[data-type*=select-one] .choices__inner {
    padding-bottom: 0.9rem; }
    @media (min-width: 992px) {
      .choices_sm[data-type*=select-one] .choices__inner {
        padding-bottom: 0.9rem; } }
  .choices_border-transparent .choices__inner {
    border-color: transparent; }
  .choices__placeholder {
    color: #9A9CA3; }
  .choices__list--single {
    padding: 0;
    margin: 0; }
  .choices__list--dropdown {
    border-color: #8D6A30 !important;
    border-radius: 0 0 2rem 2rem; }
  .choices__item {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500; }
    .choices__item--choice {
      padding: 0.5rem 2rem; }
      .choices__item--choice.choices__placeholder {
        display: none; }
  .choices__list[aria-expanded] .choices__item {
    padding: 0.5rem 2rem; }

/* 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: #000000;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-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;
  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;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 1.8rem; }

.noUi-horizontal .noUi-handle {
  width: 3.4rem;
  height: 2.8rem;
  right: -1.7rem;
  top: -0.6rem; }

.noUi-vertical {
  width: 1.8rem; }

.noUi-vertical .noUi-handle {
  width: 2.8rem;
  height: 3.4rem;
  right: -0.6rem;
  bottom: -1.7rem; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -1.7rem;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 0.4rem;
  border: 0.1rem solid #D3D3D3;
  box-shadow: inset 0 0.1rem 0.1rem #F0F0F0, 0 0.3rem 0.6rem -0.5rem #BBB; }

.noUi-connects {
  border-radius: 0.3rem; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.3rem;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 0.1rem #FFF, inset 0 0.1rem 0.7rem #EBEBEB, 0 0.3rem 0.6rem -0.3rem #BBB; }

.noUi-active {
  box-shadow: inset 0 0 0.1rem #FFF, inset 0 0.1rem 0.7rem #DDD, 0 0.3rem 0.6rem -0.3rem #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.4rem;
  width: 0.1rem;
  background: #E8E7E6;
  left: 1.4rem;
  top: 0.6rem; }

.noUi-handle:after {
  left: 1.7rem; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 1.4rem;
  height: 0.1rem;
  left: 0.6rem;
  top: 1.4rem; }

.noUi-vertical .noUi-handle:after {
  top: 1.7rem; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-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: 1rem; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 1rem 0;
  height: 8rem;
  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: -0.1rem;
  width: 0.2rem;
  height: 0.5rem; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 1rem; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 1.5rem; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 1rem;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 2.5rem; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 0.5rem;
  height: 0.2rem;
  margin-top: -0.1rem; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 1rem; }

.noUi-marker-vertical.noUi-marker-large {
  width: 1.5rem; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.3rem;
  background: #fff;
  color: #000;
  padding: 0.5rem;
  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: 1rem; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -1.8rem);
  transform: translate(0, -1.8rem);
  top: auto;
  right: 2.8rem; }

.range-slider {
  margin-top: 2.6rem;
  margin-bottom: 5rem; }
  .range-slider__ttl {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2rem; }
  .range-slider__slider {
    height: 0.3rem;
    border: none;
    background-color: #B3B3B3; }
  .range-slider .noUi-connect {
    background-color: #8D6A30; }
  .range-slider .noUi-handle {
    cursor: move;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent; }
    .range-slider .noUi-handle:before, .range-slider .noUi-handle:after {
      display: none; }
  .range-slider .noUi-touch-area {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #FFF;
    border: 0.1rem solid #8D6A30; }
  .range-slider .noUi-horizontal .noUi-tooltip {
    border: none;
    top: 120%;
    bottom: auto;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500; }

.product-slider {
  margin-top: 1.5rem; }
 /* @media (min-width: 992px) { */
  @media (min-width: 768px) { /* Изменил */
    .product-slider {
      max-width: 60rem;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .product-slider {
      max-width: none; } }
   /* @media (min-width: 992px) { */
    .product-slider__thumbs {
      height: 100%;
    }
  @media (min-width: 768px) { /* Изменил */
    .product-slider__thumbs[class*="_hidden-tablet "] { /* Добавил */
       display: block!important;
    }
    .product-slider__thumbs .swiper-button-lock { /* Добавил */
      display: flex!important;
    }
    .product-slider__thumbs {
      flex: 0 0 8.1rem;
      max-width: 8.1rem;
      max-height: 100%; } }
      @media (min-width: 768px) and (max-width: 992px)  {/* Добавил */
        .product-slider {
          margin: unset;
          height: 44rem!important;
        }
        .product-slider .product-slider__swiper-slide {
          height: 44rem!important;
        }
        .product-slider .swiper-control {
          display: none;
        }
        .product-slider__thumbs .swiper-free-mode > .swiper-wrapper {
              justify-content: center;
        }
      }
  .product-slider__thumbs-swiper {
    max-height: 36rem;
    height: 100%; /* Добавил */
  }
.swiper-vertical .product-slider__thumbs-wrapper {
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-slider__thumbs-swiper {
    height: 56rem;
    max-height: 56rem; } }
  .product-slider__thumbs-slide {
    position: relative; }
    .product-slider__thumbs-slide:after {
      content: '';
      box-sizing: border-box;
      opacity: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      border: 0.2rem solid #8D6A30;
      background: rgba(15, 23, 42, 0.3);
      transition: opacity 0.3s; }
    .product-slider__thumbs-slide.swiper-slide-thumb-active:after {
      opacity: 1; }
    .product-slider__thumbs-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-slider__thumbs-next, .product-slider__thumbs-prev {
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    cursor: pointer;
    color: #8D6A30; }
    .product-slider__thumbs-next .icon, .product-slider__thumbs-prev .icon {
      transform: rotate(90deg); }
  .product-slider__thumbs-prev {
    margin-bottom: 0.8rem; }
  .product-slider__thumbs-next {
    margin-top: 0.8rem; }
  .product-slider__slider {
    position: relative; }
    /* @media (min-width: 992px) { */
  @media (min-width: 768px) { /* Изменил */
      .product-slider__slider {
        flex: 0 0 calc(100% - 12rem);
        max-width: calc(100% - 12rem); } }
    @media (min-width: 1200px) {
      .product-slider__slider {
        flex: 0 0 32rem;
        max-width: 32rem; } }
  .product-slider__img {
    display: block;
    width: 100%; }
  .product-slider__sale {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 1rem 0;
    background: #C6370A;
    color: #FFF;
    padding: 0.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    z-index: 10; }
    @media (min-width: 992px) {
      .product-slider__sale {
        font-size: 1.8rem;
        font-weight: 638;
        padding: 0.4rem 2.4rem;
        line-height: 140%;
        /* 25.2px */
        letter-spacing: 0.036rem; } }
   .product-slider_will_you {

         position: absolute;
    top: 0;
    border-radius: 0 0 0 1rem;
    background: #C6370A;
    color: #FFF;
    padding: 0.5rem 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    right: 0;
    z-index: 10;
   }     
  .product-slider__labels {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .product-slider__label {
    padding: 0.5rem 2rem;
    border-radius: 1rem 0 0 0;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%; }
    @media (min-width: 992px) {
      .product-slider__label {
        font-size: 1.8rem;
        font-weight: 638;
        padding: 0.4rem 2.4rem;
        line-height: 140%;
        /* 25.2px */
        letter-spacing: 0.036rem; } }
    .product-slider__label_hit {
      background-color: #8D6A30; }
    .product-slider__label_new {
      background-color: #C6370A; }
  .product-slider__controls {
    display: flex;
    align-items: center; }

.carousel-colors {
  position: relative; }
  @media (min-width: 992px) {
    .carousel-colors {
      padding: 0 3.6rem; } }
  .carousel-colors__swiper-slide.is-active .carousel-colors__pict:after {
    opacity: 1; }
  .carousel-colors__pict {
    position: relative; }
    .carousel-colors__pict:after {
      content: '';
      box-sizing: border-box;
      opacity: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      border: 0.2rem solid #8D6A30;
      background: rgba(15, 23, 42, 0.3);
      transition: opacity 0.3s; }
  .carousel-colors__swiper-button-prev, .carousel-colors__swiper-button-next {
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 3.6rem;
    color: #8D6A30; }
    .carousel-colors__swiper-button-prev .icon, .carousel-colors__swiper-button-next .icon {
      width: 3.6rem;
      height: 3.6rem; }
  .carousel-colors__swiper-button-prev {
    left: 0; }
  .carousel-colors__swiper-button-next {
    right: 0; }
  .carousel-colors__img {
    width: 100%;
    display: block; }
  .carousel-colors__ttl {
    margin-top: 0.3rem;
    color: #878B94;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3rem; }
    @media (min-width: 768px) {
      .carousel-colors__ttl {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8rem;
        overflow-wrap: break-word; } }

.carousel-pict {
  margin-top: 1.8rem;
  overflow: hidden; }
  .carousel-pict_mt-50 {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .carousel-pict_mt-50 {
        margin-top: 5rem; } }
  .carousel-pict__wrap {
    position: relative; }
  .carousel-pict__swiper {
    overflow: visible;
    position: relative;
    z-index: 10; }
  .carousel-pict__img {
    display: block;
    width: 100%; }
  .carousel-pict__control {
    margin-top: 2rem;
    position: relative;
    margin-bottom: 3rem;
    height: 4rem; }
    @media (min-width: 992px) {
      .carousel-pict__control {
        margin-top: 5.4rem;
        margin-bottom: 0;
        height: 3rem;
        position: static; } }
    .carousel-pict__control .swiper-pagination {
      z-index: 1; }
    @media (min-width: 992px) {
      .carousel-pict__control .swiper-button-prev,
      .carousel-pict__control .swiper-button-next {
        z-index: 11;
        position: absolute;
        width: 8rem;
        height: 8rem;
        border-radius: 100%;
        background-color: #FFF;
        top: 50%;
        margin-top: -4.4rem;
        transition: background-color 0.3s, color 0.3s; }
        .carousel-pict__control .swiper-button-prev:hover,
        .carousel-pict__control .swiper-button-next:hover {
          background-color: #8D6A30;
          color: #FFF; } }
    @media (min-width: 992px) {
      .carousel-pict__control .swiper-button-prev {
        left: 0;
        transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      .carousel-pict__control .swiper-button-next {
        right: 0;
        transform: translate(50%, -50%); } }
  .carousel-pict__box {
    display: block;
    border: none;
    position: relative; }
  .carousel-pict__play {
    position: absolute;
    bottom: 1.6rem;
    left: 2.4rem; }
 /* Добавил */
@media (min-width: 768px) and (max-width: 920px){
  .carousel-pict {

  }
 }
 /* Добавил */
@media (max-width: 540px){
  .carousel-pict .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,0.1vh);
  }
   .carousel-pict .swiper-control .swiper-pagination {
       margin: 0 0.9rem;
   }
   .carousel-pict .swiper-control .swiper-button-prev, .carousel-pict .swiper-control .swiper-button-next {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
  }
 }
 /* Добавил */
  @media (max-width: 380px) {
  .carousel-pict .swiper-control .swiper-button-prev, .carousel-pict .swiper-control .swiper-button-next {
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
    }
  }


@media (min-width: 992px) {
  .desc-pict {
    display: flex;
    gap: 4rem; } }

@media (min-width: 992px) {
  .desc-pict__pict {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem); } }

.desc-pict__img {
  display: block;
  width: 100%; }
  /* Добавил */
  @media (max-width: 992px) {
    .l-main .desc-pict__img {
      /*max-width: 315px;*/
      max-width: 100%;
    }
  }
.desc-pict__desc {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem; }
  @media (min-width: 992px) {
    .desc-pict__desc {
      margin-top: 0;
      flex: 0 0 calc(50% - 2rem);
      max-width: calc(50% - 2rem); } }
  .desc-pict__desc p {
    margin: 2.5rem 0; }
    @media (min-width: 992px) {
      .desc-pict__desc p {
        margin: 1.6rem 0; } }
  .desc-pict__desc *:first-child {
    margin-top: 0;
    padding-top: 0; }
  .desc-pict__desc *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
   

@media (min-width: 992px) {
  .desc-pict_even .desc-pict__desc {
    order: -1; } }

@media (min-width: 992px) {
  .desc-pict__txt {
    margin-top: 1.6rem; } }

.desc-pict__txt *:first-child {
  margin-top: 0;
  padding-top: 0; }

.desc-pict__txt *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.desc-pict__footnote {
  margin-top: 2.5rem; }
  @media (min-width: 992px) {
    .desc-pict__footnote {
      margin-top: 1.6rem; } }

.desc-pict__adv-itm:not(:first-child) {
  margin-top: 3rem; }

.desc-pict__adv-ttl {
  margin: 0; }
  @media (min-width: 992px) {
    .desc-pict__adv-ttl_h4 {
      font-weight: 500 !important; } }

.desc-pict__adv-desc {
  margin-top: 2rem; }
  /* Добавил */
   .desc-pict__adv .desc-pict__adv-desc {
      margin-top: 0;
    }

.desc-pict__swiper-button-next, .desc-pict__swiper-button-prev {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  transition: background-color 0.3s;
  background: rgba(255, 255, 255, 0.7);
  color: #8D6A30; }
  .desc-pict__swiper-button-next:hover, .desc-pict__swiper-button-prev:hover {
    background-color: #FFF; }

.list-desc__itm {
  margin: 3rem 0 0; }
  @media (min-width: 992px) {
    .list-desc__itm {
      margin: 6rem 0 0; } }
.list-desc__itm:first-child {
  margin-top: 1.5em;
}
.nav-account {
  max-width: 63.2rem;
  display: flex;
  gap: 1.4rem;
  flex-flow: row wrap;
  margin: 3.2rem 0 0; }
  @media (min-width: 992px) {
    .nav-account {
      gap: 3.2rem;
      margin: 0 auto; } }
  .nav-account__itm {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .nav-account__itm {
        flex: 0 0 calc(50% - 0.7rem);
        max-width: calc(50% - 0.7rem); } }
    @media (min-width: 992px) {
      .nav-account__itm {
        flex: 0 0 calc(50% - 1.6rem);
        max-width: calc(50% - 1.6rem); } }
  .nav-account__lnk {
    overflow: hidden;
    display: block;
    position: relative;
    border: 0.1rem solid #D2CDCD;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #FFF;
    height: 16rem; }
    @media (min-width: 768px) {
      .nav-account__lnk {
        height: 20rem; } }
    @media (min-width: 992px) {
      .nav-account__lnk {
        font-size: 2.4rem; } }
    .nav-account__lnk:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 3; }
  .nav-account__ttl {
    padding: 1.6rem 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4; }
    @media (min-width: 992px) {
      .nav-account__ttl {
        padding: 1.6rem 2.8rem; } }
  .nav-account__lnk:hover .nav-account__img {
    transform: scale(1.1); }
  .nav-account__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s;
    position: relative;
    z-index: 1; }

@media (min-width: 992px) {
  .personal-data {
    max-width: 42rem;
    margin: 0 auto; } }

.personal-data_full {
  max-width: none; }

@media (min-width: 768px) {
  .personal-data__cols {
    display: flex;
    flex-flow: row wrap;
    column-gap: 1.5rem; } }

@media (min-width: 1200px) {
  .personal-data__cols {
    column-gap: 6rem; } }

@media (min-width: 768px) {
  .personal-data__col {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem); } }

@media (min-width: 1200px) {
  .personal-data__col {
    flex: 0 0 calc(50% - 3rem);
    max-width: calc(50% - 3rem); } }

.personal-data__ava {
  max-width: 10.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .personal-data__ava {
      max-width: 13.2rem; } }
  .personal-data__ava img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .personal-data__ava-input {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .personal-data__ava-ttl {
    margin-top: 2rem;
    color: rgba(15, 23, 42, 0.5); }
  .personal-data__ava-plus {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #8D6A30;
    color: #FFF;
    position: absolute;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .personal-data__ava-plus:after, .personal-data__ava-plus:before {
      content: '';
      width: 1.5rem;
      height: 0.2rem;
      border-radius: 0.2rem;
      background-color: currentColor;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .personal-data__ava-plus:after {
      width: 0.2rem;
      height: 1.5rem; }
  .personal-data__ava-pict {
    position: relative;
    z-index: 1;
    padding-bottom: 100%;
    border-radius: 100%;
    border: 0.1rem solid rgba(141, 106, 48, 0.4); }
    .personal-data__ava-pict .icon {
      position: absolute; }
      .personal-data__ava-pict .icon-camera {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 6rem;
        color: rgba(141, 106, 48, 0.4); }

.personal-data__btn, .personal-data__input {
  margin-top: 2.2rem; }
  @media (min-width: 992px) {
    .personal-data__btn, .personal-data__input {
      margin-top: 3.2rem; } }

.card-order {
  border: 0.1rem solid #8D6A30;
  font-size: 1.4rem;
  font-weight: 500; }
  .card-order__head {
    padding: 1.5rem; }
    @media (min-width: 992px) {
      .card-order__head {
        padding: 1.6rem 2rem; } }
  .card-order__btns, .card-order__delivery, .card-order__payment {
    border-top: 0.1rem solid #8D6A30;
    padding: 1.5rem; }
    @media (min-width: 992px) {
      .card-order__btns, .card-order__delivery, .card-order__payment {
        padding: 1.2rem 2rem; } }
  .card-order__subttl {
    color: rgba(15, 23, 42, 0.5); }
  .card-order__sum, .card-order__service, .card-order__sendign {
    margin-top: 1rem;
    color: rgba(15, 23, 42, 0.5); }
    @media (min-width: 768px) {
      .card-order__sum, .card-order__service, .card-order__sendign {
        margin-top: 0.4rem; } }
  @media (min-width: 768px) {
    .card-order__txt {
      display: flex;
      gap: 2rem;
      margin-top: 0.4rem;
      align-items: center; } }
  .card-order__sending {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    align-items: center; }
    .card-order__sending-val {
      color: #0F172A;
      text-align: center;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.8rem;
      padding: 0.4rem 1.6rem;
      border-radius: 10rem;
      border: 0.1rem solid rgba(15, 23, 42, 0.7);
      background: rgba(15, 23, 42, 0.1); }
  .card-order .choices {
    margin-top: 2rem;
    max-width: 25.2rem; }
    @media (min-width: 768px) {
      .card-order .choices {
        margin-top: 0.4rem;
        margin-left: -2rem; } }
    @media (min-width: 768px) {
      .card-order .choices .choices__list,
      .card-order .choices .choices__inner {
        border: transparent; } }
  @media (min-width: 768px) {
    .card-order__btns {
      display: flex;
      gap: 3.2rem; } }
  .card-order__btns .btn_cancle {
    margin-left: auto;
    border: none;
    width: 100%;
    text-transform: none; }
    @media (min-width: 768px) {
      .card-order__btns .btn_cancle {
        width: auto; } }
  .card-order__btn + .card-order__btn {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .card-order__btn + .card-order__btn {
        margin-top: 0; } }
  .card-order__btn {
    width: 100%; }
    @media (min-width: 768px) {
      .card-order__btn {
        width: auto; } }

.history-order {
  margin-top: 3.2rem; }
  @media (min-width: 992px) {
    .history-order {
      margin-top: 0; } }
  .history-order__ttl {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600; }
    @media (min-width: 992px) {
      .history-order__ttl {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.036rem; } }
  .history-order__itm {
    margin-top: 2.5rem; }

.carousel-awards {
  margin-top: 3rem;
  overflow: hidden; }
  @media (min-width: 992px) {
    .carousel-awards {
      margin-top: 4.8rem; } }
  .carousel-awards__swiper {
    overflow: visible;
    position: relative;
    z-index: 10; }
  .carousel-awards__control {
    margin-top: 2rem;
    position: relative;
    margin-bottom: 3rem;
    height: 4rem; }
    @media (min-width: 992px) {
      .carousel-awards__control {
        margin-top: 3rem;
        margin-bottom: 0;
        height: 3rem; } }
    .carousel-awards__control .swiper-pagination {
      z-index: 1; }
    @media (min-width: 992px) {
      .carousel-awards__control .swiper-button-prev,
      .carousel-awards__control .swiper-button-next {
        z-index: 11;
        position: absolute;
        width: 8rem;
        height: 8rem;
        border-radius: 100%;
        background-color: #FFF;
        transition: background-color 0.3s, color 0.3s; }
        .carousel-awards__control .swiper-button-prev:hover,
        .carousel-awards__control .swiper-button-next:hover {
          background-color: #8D6A30;
          color: #FFF; } }
    @media (min-width: 992px) {
      .carousel-awards__control .swiper-button-prev {
        left: 0;
        transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      .carousel-awards__control .swiper-button-next {
        right: 0;
        transform: translate(50%, -50%); } }
  .carousel-awards__lnk {
    display: block;
    border: none; }

.product-card {
  display: none;
  width: 105.6rem;
  background-color: #FFF;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .product-card {
      width: 76rem; } }
  @media (min-width: 992px) {
    .product-card {
      width: 105.6rem;
      padding: 8rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .product-card .product-slider__thumbs-swiper {
    height: 38rem; } }
  @media (min-width: 992px) {
    .product-card__in {
      display: flex;
      gap: 2.8rem; } }
  @media (min-width: 992px) {
    .product-card__left {
      flex: 0 0 43.2rem;
      max-width: 43.2rem; } }
  .product-card__desc {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .product-card__desc {
        margin-top: 6.4rem; } }
  .product-card__ttl {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; }
  .product-card__txt {
    margin-top: 1.5rem; }
    @media (min-width: 992px) {
      .product-card__txt {
        font-size: 2rem;
        font-weight: 400;
        line-height: 140%; } }
  @media (min-width: 992px) {
    .product-card__right {
      flex: 1 0 0%; } }
  .product-card__title {
    margin: 0; }
  .product-card__chars {
    margin-top: 3rem; }
  .product-card__callback {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .product-card__callback {
        margin-top: 4.8rem; } }
  .product-card .chars__val {
    max-width: 10rem;
    flex: 0 0 10rem; }
    @media (min-width: 992px) {
      .product-card .chars__val {
        max-width: 18rem;
        flex: 0 0 18rem; } }

.card-review__user {
  display: flex;
  gap: 1rem; }
  @media (min-width: 992px) {
    .card-review__user {
      gap: 2rem; } }
  .card-review__user-info {
    flex: 1 0 0%; }

.card-review__ava {
  flex: 0 0 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #FF7583 0%, #E52E40 100%);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem; }
  @media (min-width: 992px) {
    .card-review__ava {
      flex: 0 0 4.8rem;
      max-width: 4.8rem;
      height: 4.8rem; } }
  .card-review__ava-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover; }

.card-review__rating {
  margin-top: 1.2rem;
  display: flex;
  gap: 1rem;
  color: rgba(15, 23, 42, 0.5);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300; }
  @media (min-width: 992px) {
    .card-review__rating {
      margin-top: 2.4rem;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 500; } }

.card-review__level {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 0.4rem;
  color: rgba(15, 23, 42, 0.5); }
  @media (min-width: 992px) {
    .card-review__level {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.8rem; } }

.card-review__desc {
  margin-top: 1.5rem; }
  @media (min-width: 992px) {
    .card-review__desc {
      margin-top: 1.2rem; } }

.card-review__picts {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 2rem;
  gap: 1rem; }
  @media (min-width: 992px) {
    .card-review__picts {
      gap: 1.2rem; } }

.card-review img {
  max-width: 8rem;
  display: block; }
  @media (min-width: 992px) {
    .card-review img {
      max-width: 10rem; } }

.b-top-menu {
  display: flex;
  align-items: flex-start; }
  .b-top-menu__list {

    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem; }
    @media (min-width: 1200px) {
      .b-top-menu__list {
        gap: 2.8rem; } }
  .b-top-menu__itm {
    padding-bottom: 10px;
      position: relative;
    display: flex; }
  .b-top-menu__lnk {
    max-width: 12.3rem;
    color: inherit;
    border: none;
    transition: color 0.3s;
    display: flex;
    align-items: center; }
    .b-top-menu__lnk:hover, .b-top-menu__lnk.is-active {
     /*color: #8D6A30; 
      color: #D0B485;  /* На тон светлее */
        color: #f3e8d6;

    }
  .b-top-menu__list .submenu {
    transition: .4s all linear;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 150px;
    padding: 10px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
     transform: perspective(600px) rotateX(-90deg);
     transform-origin: 0% 0%;
    opacity: 0;
  }  
  .b-top-menu__itm:hover .submenu {
    visibility: visible;
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
  }
  .b-top-menu__list .submenu a {
    color: #8D6A30;
  }

.b-btm-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  padding: 0;
  margin: 0;
  list-style: none; }

.b-btm-menu__lnk {
  color: inherit; }
  .b-btm-menu__lnk:hover, .b-btm-menu__lnk.is-active {
    color: #8D6A30; }
.s-header__btn-l-container  .b-btm-menu__lnk:hover {
color: #fff;
}
.b-menu-phone__list {
  margin: 0  -1.5rem;
  padding: 0;
  list-style: none; }

.b-menu-phone__itm:not(:first-child) {
  margin-top: 0.5rem; }
  @media (min-width: 992px) {
    .b-menu-phone__itm:not(:first-child) {
      margin-top: 0.8rem; } }

.b-menu-phone__lnk {
  color: inherit;
  border: none;
  font-weight: 600;
  line-height: 1.1875;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  justify-content: space-between;
  transition: color 0.3s; }
  @media (min-width: 992px) {
    .b-menu-phone__lnk {
      font-size: 2.4rem;
      line-height: 1; } }
  .b-menu-phone__lnk:hover {
    color: #8D6A30; }

.b-menu-phone__itm.is-open > .b-menu-phone__lnk .b-menu-phone__icon {
  transform: rotate(180deg); }

.b-menu-phone__icon {
  margin-left: 0.5rem;
  flex: 0 0 2rem;
  max-width: 2rem;
  height: 2rem;
  transition: transform 0.3s; }

.b-menu-phone__submenu {
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style: none;
  display: none; }

.b-menu-phone__sublnk {
  padding: 0.5rem 1rem;
  border: none;
  color: inherit;
  transition: color 0.3s; }
  .b-menu-phone__sublnk:hover {
    color: #8D6A30; }
/*Добавил */
.b-nav-phone .b-menu-phone__sublnk {
  display: block;
   padding-bottom: 0;
}
.b-menu-phone__subitm:not(:first-child) {
  margin-top: 0.4rem; }

.b-nav-phone {
  position: fixed;
  z-index: 1000;
  top: 5rem;
  height: calc(100% - 6rem);
  left: 0;
  background-color: #FFF;
  width: 100%;
  transition: transform 0.3s;
  transform: translateX(-100%); }
  @media (min-width: 992px) {
    .b-nav-phone {
      /*max-width: 55rem;*/
      max-width: 33rem; /* Изменил */
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      top: 0; } }
  .b-nav-phone__btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.6rem; }
    /* Добавил а потом убрал */
    .b-nav-phone__btm .js-menu-basket {
      /*display: none;*/
    }
    @media (min-width: 992px) {
      .b-nav-phone__btm {
        display: block;
        position: static;
        padding: 0 6.4rem 3.8rem;
        height: auto;
        height: auto; } }
    .b-nav-phone__btm-bg {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: -1;
      object-fit: cover; }
      @media (min-width: 992px) {
        .b-nav-phone__btm-bg {
          display: none; } }
  .b-nav-phone__btn {
    border: none;
    text-align: center;
    font-weight: 300;
    font-size: 1rem;
    min-width: 5.6rem;
    position: relative; }
    @media (min-width: 992px) {
      .b-nav-phone__btn {
        display: flex;
        align-items: center;
        color: #0F172A;
        transition: color 0.3s; }
        .b-nav-phone__btn:hover {
          color: #8D6A30; }
        .b-nav-phone__btn:not(:first-child) {
          margin-top: 0.5rem; } }
    .b-nav-phone__btn-icon {
      width: 4.4rem;
      height: 4.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.7rem;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 992px) {
        .b-nav-phone__btn-icon {
          width: 4rem;
          margin: 0;
          max-width: 4rem;
          height: 4rem;
          justify-content: flex-start;
          color: #8D6A30;
          font-size: 2.4rem; } }
    @media (min-width: 992px) {
      .b-nav-phone__btn-ttl {
        font-family: Roboto Flex;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6rem; } }
    .b-nav-phone__btn-count {
      position: absolute;
      font-size: 0.9rem;
      font-style: normal;
      font-weight: 300;
      right: -0.5rem;
      bottom: 0.8rem;
      line-height: 140%; }
      @media (min-width: 992px) {
        .b-nav-phone__btn-count {
          right: auto;
          left: 2.4rem; } }
    .b-nav-phone__btn-ind {
      width: 1rem;
      height: 1rem;
      position: absolute;
      border: 0.2rem solid #0F172A;
      background-color: #DA251D;
      border-radius: 100%;
      right: 0.9rem;
      top: 0.9rem; }
      .b-nav-phone__btn-ind_btm {
        top: auto;
        right: 0.6rem;
        bottom: 0.6rem; }
  .b-nav-phone__top {
    display: flex;
    justify-content: space-between;
    padding: 5.2rem 6.4rem 0;
    background-color: #FFF; }
  .b-nav-phone__close {
    font-size: 2.4rem;
    cursor: pointer; }
  .b-nav-phone__nav {
    height: calc(100% - 6.5rem);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 2.8rem 2rem 2.8rem 3rem; }
    @media (min-width: 992px) {
      .b-nav-phone__nav {
        background-color: #FFF;
        padding: 3.2rem 6.4rem 3.2rem;
        height: auto;
        overflow: hidden; } }
  .b-nav-phone__ttl {
    font-weight: 600;
    line-height: 1.1875;
    font-size: 1.6rem;
    margin-top: 1rem; 
    /* Добавил */
    color: #0F172A;
    border: 0;
    display: block;
  }
  a.b-nav-phone__ttl:hover {
color: #8D6A30;
  }
    @media (min-width: 992px) {
      .b-nav-phone__ttl {
        font-size: 2.4rem;
        line-height: 1;
        margin-top: 2rem; } }
  
  .b-nav-phone__contacts {
    position: relative; }
    .b-nav-phone__contacts-itm {
      margin-top: 1rem; }
    @media (min-width: 992px) {
      .b-nav-phone__contacts-ttl {
        color: #0F172A;
        font-size: 1.6rem;
        margin-top: 1.6rem; } }
    /* Добавил */
     .b-nav-phone__contacts-ttl.time-work {
          margin: 0;
        font-size: 1.4rem;
        color: #928f8f;
     }
    .b-nav-phone__contacts-phone {
      margin-top: 0.6rem; }
      .b-nav-phone__contacts-phone a {
        display: inline-flex;
        align-items: center;
        border: none;
        color: inherit; }
        .b-nav-phone__contacts-phone a .icon {
          font-size: 2rem;
          margin-right: 0.4rem; }
    .b-nav-phone__contacts-mail {
      margin-top: 0.4rem; }
      .b-nav-phone__contacts-mail a {
        color: inherit; }
  .b-nav-phone__social-box {
    position: absolute;
    justify-content: flex-end;
    bottom: 0;
    right: 0; }
    @media (min-width: 992px) {
      .b-nav-phone__social-box {
        margin-top: 2rem;
        position: static;
        justify-content: flex-start; } }

html.is-phone-nav-show .b-nav-phone {
  transform: translateX(0); }

html.is-phone-nav-show body {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  html.is-phone-nav-show body .s-header.is-fixed .s-header__inner {
    width: calc(100% - var(--scrollbar-width)); }

@media (min-width: 992px) {
  .b-foot-menu {
    margin-top: 2.4rem;
    overflow: hidden; } }

.b-foot-menu__list {
  list-style: none;
  margin: 0 0 0 -1.5rem;
  padding: 0; }
  @media (min-width: 992px) {
    .b-foot-menu__list {
      margin: 0;
      display: flex;
      justify-content: space-between; } }
/*Добавил */
   @media (max-width: 992px) {
    .b-foot-menu__list .b-foot-menu__itm:last-child .b-foot-menu__subitm:last-child {
      margin-bottom: 20px;
    }
  }
@media (min-width: 992px) {
  .b-foot-menu__itm {
    max-width: 22.4rem; }
    .b-foot-menu__itm:first-child {
      max-width: 20.8rem;
      flex: 0 0 20.8rem; }
    .b-foot-menu__itm:last-child {
      max-width: 18.6rem;
      flex: 0 0 18.6rem; } }

.b-foot-menu__lnk {
  color: inherit;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 992px) {
    .b-foot-menu__lnk {
      display: inline-flex;
      padding: 0; } }
  .b-foot-menu__lnk:not(.js-submenu-open-phone):hover { /* &nbsp;Добавил */
    color: #8D6A30; }
    .b-foot-menu__lnk.js-submenu-open-phone { 
      /*cursor: default;*/
    }

   
  @media (min-width: 992px) {
     .b-foot-menu__lnk.js-submenu-open-phone:hover {
          /*color: #8D6A30;*/
    }
    .b-foot-menu__lnk {
      font-size: 1.8rem;
      letter-spacing: 0.036rem; } }

.b-foot-menu__itm.is-open .b-foot-menu__icon {
  transform: rotate(180deg); }

.b-foot-menu__icon {
  flex: 0 0 1.6rem;
  max-width: 1.6rem;
  transition: transform 0.3s; }
  @media (min-width: 992px) {
    .b-foot-menu__icon {
      display: none; } }

.b-foot-menu__submenu {
  margin: 0;
  padding: 0 0 0 3rem;
  list-style: none;
  display: none; }
  @media (min-width: 992px) {
    .b-foot-menu__submenu {
      display: block !important;
      padding: 0; } }
  .b-foot-menu__submenu:before {
    content: '';
    width: 4.8rem;
    height: 0.8rem;
    background: url(../images/star.svg) 0 0 repeat-x;
    display: block;
    margin: 0.8rem 0; }

.b-foot-menu__subitm {
  margin-top: 0.4rem; }

.b-foot-menu__sublnk {
  color: inherit;
  border: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  font-size: 1.4rem;
  line-height: 2rem; }
  .b-foot-menu__sublnk:hover {
    color: #8D6A30; }

.b-collections {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .b-collections {
      margin-top: 4.8rem; } }
  @media (min-width: 768px) {
    .b-collections__list {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .b-collections__col {
      flex: 0 0 calc(50% - 2.1rem);
      max-width: calc(50% - 2.1rem); }
      .b-collections__col:first-child {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
  .b-collections__box:hover .b-collections__img {
    transform: scale(1.1); }
  .b-collections__img {
    width: 100%;
    display: block;
    transition: transform 0.3s; }
  .b-collections__box {
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .b-collections__box {
        margin-top: 0; } }
    .b-collections__box:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.4); }
  .b-collections__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 1.5rem;
    z-index: 2; }
    @media (min-width: 992px) {
      .b-collections__desc {
        padding: 4.4rem 4.8rem; } }
  .b-collections__txt {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .b-collections__txt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2.5rem;
        margin-top: 1.2rem; } }
  .b-collections__lnk-abs {
    z-index: 3; }

.b-sizes {
  position: relative;
  display: flex; }
  .b-sizes__next, .b-sizes__prev {
    min-width: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8D6A30;
    font-size: 3.6rem;
    z-index: 5;
    cursor: pointer; }
    .b-sizes__next.swiper-button-disabled, .b-sizes__prev.swiper-button-disabled {
      display: none !important; }
  .b-sizes__swiper {
    flex: 1 0 0%; }
    .b-sizes__swiper-slide {
      width: 7.2rem;
      max-width: 7.2rem; }
      @media (min-width: 992px) {
        .b-sizes__swiper-slide {
          max-width: none;
          width: auto; } 
        }
        .size-tab__slide{
          width: auto !important;
          max-width: 100%;
        }
  .b-sizes__box {
    cursor: pointer;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    padding: 0.8rem 0.9rem;
    width: auto;
    max-width: 100%;
    height: 3.6rem;
    border-radius: 10rem;
    /*border: 0.1rem solid #8D6A30;*/
    border: 0.1rem solid #D0B485; /* На тон светлее */
    background: #FFF;
    text-align: center;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s; }
    .b-sizes__box.is-no {
      opacity: 0.3; }
     @media (min-width: 990px) {
    .b-sizes__box:hover {
      /*background-color: #8D6A30;*/
      background-color: #D0B485; /* На тон светлее */
      color: #FFF;
      opacity: 1; }
    }
    .b-sizes__box.is-active {
       background-color: #D0B485; /* На тон светлее */
      color: #FFF;
      opacity: 1;
    }

.b-card {
  position: relative;
  width: 100%;
  background-color: #FFF; }
  .b-card_has-shadow {
    transition: box-shadow 0.3s; }
  .b-card:hover {
    z-index: 11; }
  .b-card:hover .b-card__hidden {
    visibility: visible;
    opacity: 1;
    pointer-events: initial; }
  .b-card__hidden {
    background-color: #FFF; }
    @media (min-width: 992px) {
      .b-card__hidden {
      /*   padding-bottom: 2.5rem; изменил */
      padding: 0 0.5rem;
       padding-bottom: 1rem;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s, visibility 0.3s; } }

      @media (max-width: 992px) { /* Добавил */
          .b-card__hidden {
            /*display: none;*/
          }
          .b-card__hidden .b-sizes__box {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 1rem;
          }
      }  
       
  .b-card__pict {
    padding: 0!important;
    position: relative; }
    .b-card__pict:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2); }
  .b-card__img {
    display: block;
    width: 100%; }
  .b-card__sale {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    border-radius: 0 0 1rem 0;
    background: #C6370A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.036rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 7rem;
    height: 3rem;
    color: #FFF; }
    @media (min-width: 992px) {
      .b-card__sale {
        font-weight: 600;
        min-width: 9.4rem;
        height: 3.3rem;
        font-size: 1.8rem; } }
  .b-card__fav {
    position: absolute;
    top: 0.8rem;
    right: 1.4rem;
    z-index: 6; }
    @media (min-width: 992px) {
      .b-card__fav {
        top: 1.1rem;
        right: 1.8rem; } }
    .b-card__fav .fav__icon {
      max-width: 3rem;
      flex: 0 0 3rem;
      height: 3rem;
      font-size: 2rem; }
      @media (min-width: 992px) {
        .b-card__fav .fav__icon {
          max-width: 4rem;
          flex: 0 0 4rem;
          height: 4rem;
          font-size: 2.4rem; } }
  .b-card__instock {
    margin-top: 0.5rem; }
    @media (min-width: 992px) {
      .b-card__instock {
        margin-top: 0.8rem; } }
  .b-card__price {
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .b-card__price {
        margin-top: 0.8rem; } }
  .b-card__desc {
    padding-bottom: 1rem; }
    @media (min-width: 992px) {
      .b-card__desc {
        /*padding-bottom: 2.5rem; изменил*/
        padding-bottom: 1rem; 
        } }
  .b-card__sizes {
     /*  margin-top: 2.8rem;  изменил*/
    margin-top: 1rem; 
  }
  .b-card__btns {
    position: relative; }
  .b-card__btn {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: background-color 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 1.2rem;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .b-card__btn {
        font-size: 1.6rem; } }
    .b-card__btn.is-active {
      opacity: 1;
      visibility: visible;
      position: relative; }
  .b-card__ttl {
    font-weight: 600;
    font-size: 1.8rem;
    height: 5rem;
    display: -webkit-box;
     /*  -webkit-line-clamp: 2; изменил */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .b-card__ttl {
       /* margin-top: 1.5rem; изменил */
        margin-top: 1rem;
        } }
  .b-card_sm .price__now {
    font-size: 1.4rem; }
  .b-card_sm .price__old {
    font-size: 1.2rem;
    margin-right: 1.2rem; }
  .b-card_sm .b-card__ttl {
    font-size: 1.4rem;
    line-height: 1.6rem;
    /*height: 3.2rem;  изменил */
    height: unset; 
  }
  .b-card_sm .b-card__btn {
    font-size: 1.2rem; }
  .b-card_sm .b-card__instock {
    font-size: 1.2rem; }

.b-carousel {
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .b-carousel_has-pb {
      padding-bottom: 6rem; } }
  .b-carousel_has-mt {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .b-carousel_has-mt {
        margin-top: 4.8rem; } }
  .b-carousel__swiper {
    overflow: visible;
    position: relative;
    z-index: 10; }
  .b-carousel__control {
    margin-top: 2rem;
    position: relative;
    margin-bottom: 3rem;
    height: 4rem; }
    @media (min-width: 992px) {
      .b-carousel__control {
        /*margin-top: 5.4rem;*/
        margin-top: 3rem;
        margin-bottom: 0;
        height: 3rem; } }
    .b-carousel__control .swiper-pagination {
      z-index: 1; }
     
    @media (min-width: 992px) {
      .b-carousel__control .swiper-button-prev,
      .b-carousel__control .swiper-button-next {
        z-index: 11;
        position: absolute;
        width: 8rem;
        height: 8rem;
        border-radius: 100%;
        background-color: #FFF;
        transition: background-color 0.3s, color 0.3s; }
        .b-carousel__control .swiper-button-prev:hover,
        .b-carousel__control .swiper-button-next:hover {
          background-color: #8D6A30;
          color: #FFF; } }
    @media (min-width: 992px) {
      .b-carousel__control .swiper-button-prev {
        left: 0;
        transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      .b-carousel__control .swiper-button-next {
        right: 0;
        transform: translate(50%, -50%); } }
        /* Добавил */
      .b-carousel__control .swiper-button-prev.swiper-button-disable,
      .b-carousel__control .swiper-button-next.swiper-button-disable {
        opacity: .5;
        cursor: default;
      }
      .b-carousel__control .swiper-button-prev.swiper-button-disable .icon,
      .b-carousel__control .swiper-button-next.swiper-button-disable .icon{
        fill: #6F6F6F;
      }
      .b-carousel__control .swiper-button-prev.swiper-button-disable:hover .icon,
      .b-carousel__control .swiper-button-next.swiper-button-disable:hover .icon{
        fill: #fff;
      }
  @media (min-width: 992px) {
    .b-carousel__control:hover .b-carousel__lnk-all {
      z-index: 11; } }
  .b-carousel__lnk-all {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .b-carousel__lnk-all {
        top: auto;
        left: auto;
        margin-top: 0; } }

.b-stocks {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .b-stocks {
      margin-top: 4.8rem; } }
  @media (min-width: 768px) {
    .b-stocks__list {
      display: flex;
      gap: 1rem; } }
  @media (min-width: 1200px) {
    .b-stocks__list {
      gap: 4rem; } }
  @media (min-width: 768px) {
    .b-stocks__itm {
      flex: 0 0 calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem); } }
  @media (min-width: 1200px) {
    .b-stocks__itm {
      flex: 0 0 calc(50% - 2rem);
      max-width: calc(50% - 2rem); } }
  .b-stocks__img {
    display: block;
    width: 100%;
    transition: transform 0.3s; }
  .b-stocks__box:hover .b-stocks__img {
    transform: scale(1.1); }
  .b-stocks__box {
    overflow: hidden;
    position: relative; }
    .b-stocks__box:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 87.5%); }
  .b-stocks__desc {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    padding: 1.5rem 2rem; }
    @media (min-width: 992px) {
      .b-stocks__desc {
        padding: 4.4rem 5.2rem; } }
  .b-stocks__lnk-abs {
    z-index: 4; }
  .b-stocks__date {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300; }
    @media (min-width: 992px) {
      .b-stocks__date {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500; } }
  .b-stocks__lnk-all {
    margin-top: 2.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    display: inline-block; }
    @media (min-width: 992px) {
      .b-stocks__lnk-all {
       /* margin-top: 5.6rem;*/
        font-size: 1.8rem;
        font-weight: 700; } }

.b-pict-desc {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .b-pict-desc {
      margin-top: 4.8rem; } }
  @media (min-width: 768px) {
    .b-pict-desc {
      display: flex; } }
  @media (min-width: 768px) {
    .b-pict-desc__pict {
      flex: 0 0 48.33333%;
      max-width: 48.33333%; } }
  .b-pict-desc__img {
    display: block;
    width: 100%; }
  .b-pict-desc__desc {
    padding-top: 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400; }
    @media (min-width: 768px) {
      .b-pict-desc__desc {
        padding-top: 0;
        flex: 1 0 0%;
        padding-left: 2rem; } }
    @media (min-width: 992px) {
      .b-pict-desc__desc {
        font-size: 2rem;
        padding-left: 6rem; } }
    .b-pict-desc__desc > *:first-child {
      margin-top: 0;
      padding-bottom: 0; }
    .b-pict-desc__desc > *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media (min-width: 992px) {
      .b-pict-desc__desc p {
        margin: 4rem 0; } }
  .b-pict-desc__lnk {
    font-weight: 600; }
    @media (min-width: 992px) {
      .b-pict-desc__lnk {
        font-weight: 700; } }

.b-card-blog {
  position: relative; }
  .b-card-blog__pict {
    overflow: hidden; }
  .b-card-blog:hover .b-card-blog__img {
    transform: scale(1.1); }
  .b-card-blog__img {
    width: 100%;
    display: block;
    transition: transform 0.3s; }
  
  /* Добавил */
    .b-blogs__itm .b-card-blog__img {
      min-height: 100%;
      object-fit: cover;
    }
  @media (min-width: 1200px) {
     .b-blogs__itm .b-card-blog__pict {
      height: 180px;
    } 
  }
  @media (min-width: 768px) and (max-width: 1200px) {
     .b-blogs__itm .b-card-blog__pict {
      height: 260px;
    } 
  }
  @media (max-width: 768px) {
     .b-blogs__itm .b-card-blog__pict {
      height: 200px!important;
    } 
  }


  .b-card-blog__desc {
    padding-top: 1.5rem; }
  .b-card-blog__ttl {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    /* Добавил*/
    overflow: hidden;
    display: -webkit-box;
   /* -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;*/
  }
    @media (min-width: 992px) {
      .b-card-blog__ttl {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 140%; } }
  .b-card-blog__txt {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-top: 1.5rem;
    /* Добавил*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
    @media (max-width: 992px) {
      .b-card-blog__txt {
      -webkit-line-clamp: 2;
      line-clamp: 2;
      }
    }
    @media (min-width: 992px) {
      .b-card-blog__txt {
        margin-top: 0.6rem;
        font-size: 1.6rem;
        font-weight: normal; } }

.b-popup {
  display: none;
  padding: 5rem 1.5rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28571;
  width: 100%; }
  @media (min-width: 768px) {
    .b-popup {
      width: auto;
      height: auto;
      max-width: 100%; } }
  @media (min-width: 375px) {
    .b-popup {
      padding: 7rem 3.2rem; } }
  .b-popup a[href^="tel:"] {
    font-size: 1.8rem;
    font-weight: 700;
    border: none; }
  .b-popup:after {
    content: '';
    position: absolute;
    width: 13.4rem;
    height: 0.4rem;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.2rem;
    background-color: #0F172A; }
    @media (min-width: 768px) {
      .b-popup:after {
        display: none; } }
  .b-popup_xs {
    width: 40rem; }
  .b-popup_sm {
    width: 80.4rem; }
    @media (min-width: 768px) {
      .b-popup_sm {
        padding: 6.4rem 9rem; } }
  .b-popup_md {
    width: 104.8rem; }
    @media (min-width: 992px) {
      .b-popup_md {
        padding: 6.4rem 9rem; } }
  .b-popup_entrance .form {
    margin: 3rem 0 2.4rem; }
    .b-popup_entrance .form__btn {
      margin-top: 3rem; }
  @media (max-width: 767px) {
    .b-popup_postal, .b-popup_thank {
      padding-top: 14.5rem; } }

.fancybox__slide {
  padding: 0; }

.is-compact .fancybox__content > .f-button.is-close-btn,
.fancybox__content > .f-button.is-close-btn {
  background-color: transparent;
  color: #000;
  opacity: 1;
  padding: 0;
  width: 4rem;
  height: 4rem;
  top: 1rem;
  right: 1.5rem; }
  @media (min-width: 375px) {
    .is-compact .fancybox__content > .f-button.is-close-btn,
    .fancybox__content > .f-button.is-close-btn {
      top: 2rem;
      right: 3.2rem; } }
  .is-compact .fancybox__content > .f-button.is-close-btn svg,
  .fancybox__content > .f-button.is-close-btn svg {
    width: 2.4rem;
    height: 2.4rem; }

.thank-box {
  text-align: center;
  font-size: 1.4rem; }
  .thank-box__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 140%; }
    @media (min-width: 992px) {
      .thank-box__title {
        font-size: 1.8rem; } }
  .thank-box__desc {
    margin-top: 3rem; }
  .thank-box__pict {
    margin-top: 9.5rem; }
    @media (min-width: 992px) {
      .thank-box__pict {
        margin-top: 4.4rem; } }
  .thank-box__img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.postal-box__type {
  margin-top: 2.4rem;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto; }

.postal-box__btn {
  margin-top: 2.4rem; }

@media (max-width: 767px) {
  .fancybox__slide {
    background-color: #FFF; } }

.choosing-box__map-wrap {
  margin-top: 2.5rem;
  position: relative; }
  @media (min-width: 992px) {
    .choosing-box__map-wrap {
      margin-top: 4.4rem; } }

.choosing-box__map {
  position: relative;
  border: 0.1rem solid #8D6A30;
  height: 30rem;
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .choosing-box__map {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .choosing-box__map {
      height: 56.8rem; } }

@media (min-width: 992px) {
  .choosing-box__choice {
    width: 52rem;
    position: absolute;
    top: 0;
    left: 4rem;
    background-color: #FFF;
    z-index: 50; } }

@media (min-width: 768px) {
  .choosing-box__search {
    padding: 3.2rem 2rem;
    display: flex;
    gap: 2rem;
    border: 0.1rem solid #8D6A30;
    border-bottom: none; } }

.choosing-box__input {
  margin: 0; }
  @media (min-width: 768px) {
    .choosing-box__input {
      flex: 1 0 0%; } }

.choosing-box__btn {
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .choosing-box__btn {
      margin-top: 0;
      flex: 0 0 12.4rem;
      max-width: 12.4rem; } }

.choosing-box__point {
  border: 0.1rem solid #8D6A30;
  margin-top: 3rem;
  padding: 2rem 1.5rem; }
  @media (min-width: 768px) {
    .choosing-box__point {
      display: flex;
      padding: 2rem;
      margin-top: 0; } }
  @media (min-width: 768px) {
    .choosing-box__point-pict {
      flex: 0 0 16.4rem;
      max-width: 16.4rem;
      padding-right: 2.4rem; } }
  .choosing-box__point-title {
    font-size: 1.6rem;
    font-weight: 600; }
    @media (min-width: 992px) {
      .choosing-box__point-title {
        font-size: 2rem; } }
  .choosing-box__point-desc {
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .choosing-box__point-desc {
        margin-top: 0;
        flex: 1 0 0%; } }
  .choosing-box__point-img {
    display: block;
    width: 100%; }
  .choosing-box__point p {
    margin: 0.4rem 0; }
  .choosing-box__point-lnk {
    font-size: 1.5rem;
    font-weight: 600; }
    @media (min-width: 992px) {
      .choosing-box__point-lnk {
        font-size: 1.6rem;
        font-weight: 700; } }
  .choosing-box__point-btn {
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .choosing-box__point-btn {
        max-width: 19.8rem; } }
  .choosing-box__point-btn-pickup {
    margin: 1.5rem 0; }
    @media (min-width: 768px) {
      .choosing-box__point-btn-pickup {
        max-width: 19.8rem; } }

.application-box__desc {
  margin-top: 3.5rem; }
  @media (min-width: 992px) {
    .application-box__desc {
      margin-top: 5.5rem; } }
  .application-box__desc p {
    margin: 2.5rem 0; }
    @media (min-width: 992px) {
      .application-box__desc p {
        margin: 0.8rem 0 0; } }

.application-box__products {
  margin-top: 4.2rem; }
  @media (min-width: 992px) {
    .application-box__products {
      margin-top: 3.3rem; } }

.application-box__wrap {
  max-width: 42rem;
  margin-top: 4.2rem; }
  @media (min-width: 992px) {
    .application-box__wrap {
      margin-top: 3.3rem; } }

.application-box__btn {
  margin: 2.4rem 0; }
  @media (min-width: 768px) {
    .application-box__btn {
      max-width: 27.2rem; } }

.application-box__offer-checkbox {
  margin-top: 1.2rem;
  max-width: 29.2rem; }

.cancel-order {
  text-align: center;
  font-size: 1.4rem; }
  .cancel-order__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 140%; }
    @media (min-width: 992px) {
      .cancel-order__title {
        font-size: 1.8rem; } }
  .cancel-order__desc {
    margin-top: 3rem; }
  .cancel-order__form, .cancel-order__btn {
    margin-top: 4rem; }

.b-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #FFF;
  transition: transform 0.3s;
  padding: 3.8rem 0 6rem;
  transform: translateX(-100%); }
  .b-filter.is-show {
    transform: translateX(0%); }
  @media (min-width: 992px) {
    .b-filter {
      height: auto;
      transform: none;
      padding: 2.4rem 0  0;
      border-right: 0.05rem solid rgba(0, 0, 0, 0.2);
      padding-right: 1.5rem;
      position: static; } }
  .b-filter:after {
    content: '';
    position: absolute;
    width: 13.4rem;
    height: 0.4rem;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.2rem;
    background-color: #0F172A; }
    @media (min-width: 992px) {
      .b-filter:after {
        display: none; } }
  .b-filter__head {
    padding: 0 2.3rem 2rem;
    display: flex;
    justify-content: space-between; }

  
  .b-filter__ttl {
    display: flex;
    gap: 1.8rem;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2; }
  .b-filter__reset {
    color: #8D6A30;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none; }
  .b-filter__icon-close {
    flex: 0 0 2.4rem;
    height: 2.4rem;
    margin-right: 1.8rem; }
  .b-filter__list {
    /*height: calc(100% - 2rem);*/
    height: calc(100% - 5rem);
    padding: 0 2.3rem;
    overflow-x: hidden;
    overflow-y: auto; }
  /* Добавил */
    .b-filter__footer {
        padding: 0rem 2rem;
    display: flex;
    justify-content: space-between; 
  }
  .b-filter__footer .b-card__btn {
    margin-bottom: 25px;
  }
  /* END Добавил */

    @media (max-width: 992px) {
      .b-filter__list {
        padding-bottom: 3.5rem;
      }
    }
    @media (min-width: 992px) {
      .b-filter__list {
        padding: 0;
        /*max-width: 32rem;*/
        /* изменил */ 
        max-width: 23rem;
        overflow: visible;
        height: auto; } }
  .b-filter__itm:not(:first-child) {
    padding-top: 3.5rem; }
  .b-filter__ttl {
    font-size: 1.6rem;
    font-weight: 600; }
    @media (min-width: 992px) {
      .b-filter__ttl {
        font-size: 2rem;
        font-weight: 600; } }
  .b-filter__checkbox-list {
    margin-top: 1.6rem;
    max-width: none; }
    @media (min-width: 992px) {
      .b-filter__checkbox-list {
        max-width: 32rem; } }
    .b-filter__checkbox-list-itm:not(:first-child) {
      margin-top: 0.4rem; }

.b-sort {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #FFF;
  transition: transform 0.3s;
  padding: 3.8rem 0 6rem;
  transform: translateX(-100%); }
  .b-sort.is-show {
    transform: translateX(0%); }
  @media (min-width: 992px) {
    .b-sort {
      height: auto;
      transform: none;
      padding: 2.4rem 0  0;
      position: static; } }
  .b-sort:after {
    content: '';
    position: absolute;
    width: 13.4rem;
    height: 0.4rem;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.2rem;
    background-color: #0F172A; }
    @media (min-width: 992px) {
      .b-sort:after {
        display: none; } }
  .b-sort__head {
    padding: 0 2.3rem 2rem;
    display: flex;
    justify-content: space-between; }
  .b-sort__ttl {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    gap: 1.8rem; }
  .b-sort__select {
    display: flex;
    gap: 1rem;
    flex-direction: column; }
    @media (min-width: 375px) {
      .b-sort__select {
        flex-flow: row nowrap;
        align-items: center; } }
    .b-sort__select-ttl {
      color: rgba(15, 23, 42, 0.6);
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8rem; }
    .b-sort__select .choices {
      width: 23.5rem;
      margin: 0; }
      @media (min-width: 992px) {
        .b-sort__select .choices__inner {
          border-color: transparent; } }
  .b-sort__body {
    height: calc(100% - 2rem);
    padding: 0 2.3rem;
    overflow-x: hidden;
    overflow-y: auto; }
    @media (min-width: 992px) {
      .b-sort__body {
        padding: 0;
        overflow: visible;
        height: auto; } }
  .b-sort__list {
    display: flex;
    flex-flow: row wrap;
    gap: 1.2rem;
    margin-top: 1.6rem; 
    margin-bottom: 3rem;
  }
  .b-sort__choice {
    display: flex;
    align-items: center;
    border-radius: 10rem;
    border: 0.1rem solid rgba(15, 23, 42, 0.6);
    padding: 0 1rem; }
    @media (min-width: 375px) {
      .b-sort__choice {
        padding: 0 2rem; } }
    .b-sort__choice-ttl {
      color: rgba(15, 23, 42, 0.6);
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8rem; }
    .b-sort__choice-val {
      color: #0F172A;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.8rem;
      margin-left: 0.4rem; }
    .b-sort__choice-remove {
      padding: 0.6rem 0.3rem;
      font-size: 2.4rem;
      color: #9A9CA3;
      transition: color 0.3s;
      cursor: pointer; }
      @media (min-width: 375px) {
        .b-sort__choice-remove {
          padding: 0.6rem 0.8rem; } }
      .b-sort__choice-remove:hover {
        color: #8D6A30; }
    .b-sort__choice-close {
      display: block;
      height: 2.4rem;
      width: 2.4rem; }
  .b-sort__reset {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    border-radius: 10rem;
    border: 0.1rem solid #9A9CA3;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    color: #9A9CA3;
    transition: color 0.3s;
    cursor: pointer;
    padding: 0.9rem 2rem; }
    .b-sort__reset:hover {
      color: #8D6A30; }
  .b-sort__all {
    margin-top: 2.4rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6rem;
    border-bottom-color: transparent;
    display: inline-block; }
    .b-sort__all:hover {
      border-bottom-color: currentColor; }

.b-products__list {
  margin-top: 3rem;
  display: flex;
  column-gap: 1.5rem;
  row-gap: 3rem;
  flex-flow: row wrap; }
  @media (min-width: 1400px) {
    .b-products__list {
      column-gap: 2.8rem;
      /*row-gap: 4.5rem; */
       row-gap: 2.8rem;

      } }

.b-products__itm {
  flex: 0 0 calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem); 
}


/* Добавил */
.catalog_page .b-products__itm .b-card > .b-card__desc {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog_page .b-products__itm .b-card > .b-card__desc .b-card__ttl {
  height: 100%;
}

@media (min-width: 768px){ 
    .b-products__itm .b-card > * {
       padding: 5px;
    }
    .b-products__itm .b-card > * , .b-products__itm .b-card__hidden{
      border: 1px solid transparent;
      transition: border 0s;
    }
    .b-products__itm .b-card > .b-card__desc {
      border-top: 1px solid transparent!important;
    }
    .b-products__itm .b-card:hover > *:not(.b-card__hidden) {
        /*box-shadow: 0 0 1.4rem 0 rgba(129, 134, 206, 0.25);*/
        border: 1px solid #E0C495;
        border-bottom: 1px solid transparent!important;
    }
    .b-products__itm .b-card__hidden {
      margin-top: -1.5px;
    }
    .b-products__itm:hover .b-card__desc {

    }
    .b-products__itm:hover .b-card__hidden {
       /*box-shadow: 0 0 1.6rem 0 rgba(129, 134, 206, 0.25)*/
         border: 1px solid #E0C495;
         border-top: 1px solid transparent!important;
    }
    .b-products__itm .b-card_sm .b-card__btn {
          font-size: 1.1rem;
    }
}
/* END Добавил */


  @media (min-width: 768px) {
    .b-products__itm {
      flex: 0 0 calc(33.3333% - 1rem);
      max-width: calc(33.3333% - 1rem); } }
  @media (min-width: 1400px) {
    .b-products__itm {
      flex: 0 0 calc(33.3333% - 2.8rem*2/3);
      max-width: calc(33.3333% - 2.8rem*2/3); } }
  @media (min-width: 992px) {
    .b-products__itm_4 {
      flex: 0 0 calc(33.3333% - 2.8rem*2/3);
      max-width: calc(33.3333% - 2.8rem*2/3); } }
  @media (min-width: 1400px) {
    .b-products__itm_4 {
      flex: 0 0 calc(25% - 2.8rem*3/4);
      max-width: calc(25% - 2.8rem*3/4); } }

.b-products__pagination {
  justify-content: flex-end;
  text-align-all: center; }

.b-products__desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 3.5rem; }
  @media (min-width: 992px) {
    .b-products__desc {
      margin-top: 6rem;
      font-size: 2rem; } }

.b-products__btm {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .b-products__btm {
      margin-top: 5rem;
      display: flex;
      justify-content: space-between; } }

.b-products__btn {
  margin-top: 3.5rem; }
  @media (min-width: 992px) {
    .b-products__btn {
      margin-top: 0;
      order: -1;
      width: 18.8rem;
      max-width: 18.8rem; } }

.b-prod-detail {
  padding: 0 0 3rem 0; }
  @media (min-width: 1200px) {
    .b-prod-detail {
      padding: 0 0 5rem 0; } }
  @media (min-width: 1200px) {
    .b-prod-detail__top {
      position: relative;
      display: flex; } }
  @media (min-width: 1200px) {
    .b-prod-detail__head_phone {
      display: none; } }
  .b-prod-detail__head_desk {
    display: none; }
    @media (min-width: 1200px) {
      .b-prod-detail__head_desk {
        display: block; } }
  @media (min-width: 1200px) {
    .b-prod-detail__picts {
      flex: 0 0 43.2rem;
      max-width: 43.2rem; } }
  .b-prod-detail__desc {
    padding: 2.5rem 0 0; }
    @media (min-width: 1200px) {
      .b-prod-detail__desc {
        flex: 0 0 calc(100% - 43.2rem - 28.4rem);
        max-width: calc(100% - 43.2rem - 28.4rem);
        padding: 0 2rem 0 2.8rem; } }
  .b-prod-detail__title {
    margin: 0; }
  .b-prod-detail__row {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .b-prod-detail__fav {
    min-width: 4rem; }
    @media (min-width: 992px) {
      .b-prod-detail__fav {
        min-width: 12rem; } }
    @media (min-width: 1200px) {
      .b-prod-detail__fav {
        min-width: 12rem;
        position: absolute;
        right: 0;
        top: 0; } }
  .b-prod-detail__ttl {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem; }
    @media (min-width: 1200px) {
      .b-prod-detail__ttl {
        font-size: 2rem; } }
  @media (min-width: 1200px) {
    .b-prod-detail__sizes {
      margin-top: 2rem; } }
  .b-prod-detail__colors {
    margin-top: 3.5rem; }
    @media (min-width: 1200px) {
      .b-prod-detail__colors {
        margin-top: 3.2rem; } }
  .b-prod-detail__prices {
    margin-top: 3.5rem;
    padding: 2rem 1.5rem;
    border: 0.1rem solid #8D6A30;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .b-prod-detail__prices {
        padding: 2.4rem 1.5rem; } }
    @media (min-width: 1200px) {
      .b-prod-detail__prices {
        min-width: 28.4rem;
        margin-top: 11rem;
        margin-right: 0; } }
  .b-prod-detail__prices_center .b-prod-detail__price {
    gap: 10px;
    justify-content: center;
    align-items: center; }
  .b-prod-detail__price {
    justify-content: space-between; }
    .b-prod-detail__price.center {
        justify-content: center; 
    }
    .b-prod-detail__price .price__now {
      order: -1;
      font-size: 2rem;
      font-style: normal;
      font-weight: 600; }
    .b-prod-detail__price .price__old {
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1.8rem;
      margin: 0; }
      /* Добавил */
      .b-prod-detail__prices .application_installment_block {
        text-align: center;
      }
      .b-prod-detail__prices .application_installment_btn{
        margin-top: 10px;
        display: inline-block;
      }
  .b-prod-detail__sale {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-style: normal;
    /*font-weight: 500; изменил */
    font-weight: 600;
    line-height: 1.8rem;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .b-prod-detail__sale {
        margin-top: 1.2rem; } }
  .b-prod-detail__btn {
    margin-top: 2.8rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem; }
  .b-prod-detail__footnote {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8rem;
    color: rgba(15, 23, 42, 0.5);
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .b-prod-detail__footnote {
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8rem; } }
  @media (min-width: 992px) {
    .b-prod-detail__btm {
      margin-top: 3.6rem; } }
  @media (min-width: 1400px) {
    .b-prod-detail__btm {
      padding-right: 28.4rem;
      display: flex; } }
  .b-prod-detail__btm-desc {
    padding-top: 3.5rem; }
    @media (min-width: 1200px) {
      .b-prod-detail__btm-desc {
        flex: 1 0 0%;
        max-width: 100%;
        order: -1;
        padding-top: 0; } }
    .b-prod-detail__btm-desc-ttl {
      font-size: 2rem;
      font-style: normal;
      font-weight: 600;
      line-height: 140%; }
    .b-prod-detail__btm-desc-txt {
      margin-top: 1.6rem;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      overflow: hidden;
      transition: max-height 0.3s; }
      @media (min-width: 992px) {
        .b-prod-detail__btm-desc-txt {
          font-size: 2rem;
          font-style: normal;
          font-weight: 400;
          line-height: 140%; } }
  .b-prod-detail__chars-desk {
    /* Добавил */ 
    overflow: hidden;

    margin-top: 2.8rem; }
  .b-prod-detail__chars {
    padding-top: 3.5rem; 
    overflow: hidden;
      transition: max-height 0.3s; 
  }
    @media (min-width: 1400px) {
      .b-prod-detail__chars {
        flex: 0 0 calc(100% - 43.2rem);
        max-width: calc(100% - 43.2rem);
        padding: 0 2rem 0 2.8rem; } }
/* Добавил*/
   .chars-wrapper { 
    flex: 1;
   }
   .chars-wrapper .b-prod-detail__chars {
    width: 100%;
    max-width: unset;
   }
    @media (min-width: 990px) {
    .chars-wrapper .b-prod-detail__toggle-txt {
    padding: 0 2rem 0 2.8rem;
   }
 }
 /* ----END Добавил ----*/
  .b-prod-detail__toggle-txt {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    margin-top: 2rem;
    display: inline-block;
    border: none;
    cursor: pointer; }
    @media (min-width: 992px) {
      .b-prod-detail__toggle-txt {
        font-size: 1.8rem;
        font-weight: 700; } }
  @media (min-width: 1200px) {
    /*.b-prod-detail__infobox {*/
    /*  position: absolute; } */
  }
  .b-prod-detail__infobox_hid-phone {
    display: none; }
    @media (min-width: 1200px) {
      .b-prod-detail__infobox_hid-phone {
        display: block; } }
  @media (min-width: 1200px) {
    .b-prod-detail__infobox_hid-desktop {
      display: none; } }
  .b-prod-detail__selection-btn {
    margin-top: 3.5rem; }
    @media (min-width: 992px) {
      .b-prod-detail__selection-btn {
        margin-top: 6rem; } }
    .b-prod-detail__selection-btn .btn {
      display: flex;
      width: 100%; }
      @media (min-width: 768px) {
        .b-prod-detail__selection-btn .btn {
          max-width: 28rem;
          margin: 0 auto; } }

.b-product-selection__title {
  margin: 0; }

.b-product-selection__desc {
  margin-top: 0rem;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .b-product-selection__desc {
      font-size: 2rem; } }
  .b-product-selection__desc p {
    margin: 2rem 0; }
    @media (min-width: 992px) {
      .b-product-selection__desc p {
        margin: 2.8rem 0; } }
     .b-product-selection__desc p:first-child {
      margin-top: 1em;
     }     

.b-product-selection__questions {
  background-color: #EEE9E0; }

.b-product-selection__question {
  padding: 3rem 0; }

.b-product-selection__ttl {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1.2rem; }
  @media (min-width: 992px) {
    .b-product-selection__ttl {
      font-size: 2rem; } }

.b-product-selection__variants {
  margin-top: 2.5rem; }

.b-product-selection__itm {
  margin-top: 1.2rem; }

.b-product-selection__checkbox {
  font-size: 1.5rem;
  font-weight: normal; }
  @media (min-width: 992px) {
    .b-product-selection__checkbox {
      font-size: 2rem; } }

.b-product-selection__btn {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .b-product-selection__btn {
      max-width: 24.4rem; } }
  @media (min-width: 992px) {
    .b-product-selection__btn {
      margin-top: 4rem; } }

.b-card-cart {
  padding: 1.5rem;
  border: 0.1rem solid #8D6A30; }
  @media (min-width: 768px) {
    .b-card-cart {
      display: flex;
      padding: 1.6rem 2.8rem; } }
  .b-card-cart__pict {
    display: block;
    border: none; }
    @media (min-width: 768px) {
      .b-card-cart__pict {
        flex: 0 0 10rem;
        max-width: 10rem; } }
  .b-card-cart__img {
    display: block;
    width: 100%;
    height: 23rem;
    object-fit: cover; }
    @media (min-width: 768px) {
      .b-card-cart__img {
        height: 13.2rem; } }
  .b-card-cart__desc {
    padding: 1.5rem 0 0; 
  }
    @media (min-width: 768px) {
      .b-card-cart__desc {
        flex: 1 0 0%;
        padding: 0 0 0 1.2rem;
        position: relative; 
        /* Добавил */
        display: flex;
        flex-wrap: wrap;
        } }
  .b-card-cart__ttl {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600; }
    @media (min-width: 992px) {
      .b-card-cart__ttl {
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .b-card-cart__ttl {
        margin-right: 22.8rem; 
        /* Добавил */
        width: 100%;
        } }
  .b-card-cart__options {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .b-card-cart__options {
        margin-right: 22.8rem;
        margin-top: 1.2rem; 
         /* Добавил */
        width: 100%;
        } }
    @media (min-width: 992px) {
      .b-card-cart__options {
        font-size: 1.4rem; } }
  .b-card-cart__price {
    margin-top: 1.5rem;
    display: flex; }
    @media (min-width: 768px) {
      .b-card-cart__price {
        flex-direction: column;
        position: absolute;
        bottom: 5.6rem;
        right: 0;
        align-items: flex-end; } }
    .b-card-cart__price .price__now {
      order: -1;
      font-size: 2rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        .b-card-cart__price .price__now {
          font-size: 1.8rem; } }
    .b-card-cart__price .price__old {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.8rem;
      margin: 0 0 0 2rem; }
      @media (min-width: 768px) {
        .b-card-cart__price .price__old {
          margin: 1.2rem 0 0; } }
  .b-card-cart__btm {
    display: flex;
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    flex-flow: row wrap; 
     /* Добавил */
        width: 100%;
  }
.b-prod-detail:has(.pick_up_more_product) {
  padding-bottom: 0;
      padding: 0 1.5rem;
}
    @media (max-width: 768px) {/* Добавил */
      .b-card-cart__btm {
        display: block;
      }
      .b-card-cart__btm .b-card-cart__btns {
        flex-wrap: wrap;
            margin-top: 25px;
      }
      .b-card-cart__btm .b-card-cart__btns .js-product-subscription, .b-card-cart__btm .b-card-cart__btns .b-card-cart__lnk[data-src="#contact"] {
        width: 100%;
        margin: 0;
      }
    }
    @media (min-width: 992px) {
      .b-card-cart__btm {
        flex-flow: row;
        margin-top: 2.4rem;
        font-size: 1.8rem;
        font-weight: 700;
        align-items: center; } }
  .b-card-cart__counter {
    max-width: 11.6rem;
    flex: 0 0 11.6rem; }
    @media (min-width: 768px) {
      .b-card-cart__counter {
        margin-right: auto; } }
  .b-card-cart__btns {
    margin-top: 3rem;
    display: flex;
    flex-flow: row wrap;
    row-gap: 1rem;
    column-gap: 4rem; }
    @media (min-width: 768px) {
      .b-card-cart__btns {
        row-gap: 0;
        column-gap: 0;
        margin-top: 0;
        align-self: flex-end;
        justify-content: flex-end; } }
  .b-card-cart__lnk {
    border: none;
    display: inline-block; }
    @media (min-width: 768px) {
      .b-card-cart__lnk {
        margin-left: 2rem; } }
    .b-card-cart__lnk_black {
      color: #0F172A; }
    @media (min-width: 768px) {
      .b-card-cart__lnk_entrance {
        position: absolute;
        bottom: 8rem;
        right: 0; } }

.b-action-detail__head {
  position: relative;
   /* Добавил*/
  overflow: hidden;
}
.b-action-detail__head .b-action-detail__head-img {/* Добавил*/
  display: block;
}
  .b-action-detail__head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }

  .b-action-detail__head__img {
    display: block;
    position: relative;
    z-index: -1;
    max-width: 100%; }

.b-action-detail__img {
  display: block;
  max-width: 100%; }

.b-action-detail__sale {
  padding: 0.5rem 2rem;
  border-radius: 0 0 1rem 0;
  background: #C6370A;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500; }
  @media (min-width: 992px) {
    .b-action-detail__sale {
      border-radius: 0 0 4rem 0;
      padding: 0.4rem 2.4rem;
      font-size: 3.2rem;
      font-style: normal;
      font-weight: 600; } }

.b-action-detail__head-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 1.5rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; }
  @media (min-width: 992px) {
    .b-action-detail__head-desc {
      font-size: 2rem;
      font-style: normal;
      font-weight: 600;
      padding: 3.6rem 4.8rem; } }

.b-action-detail__ttl {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600; }
  @media (min-width: 992px) {
    .b-action-detail__ttl {
      font-size: 3.2rem;
      font-style: normal;
      font-weight: 600; } }

.b-action-detail__date {
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .b-action-detail__date {
      margin-top: 2rem; } }

.b-action-detail__desc {
  margin-top: 3rem;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .b-action-detail__desc {
      /*margin-top: 6rem; изменил */
      margin-top: 3rem;
      font-size: 2rem; } }

.b-blogs {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .b-blogs {
      /*margin-top: 5.2rem; */
      padding-top: 2.5rem;
      margin-top: 0;
      } }
  @media (min-width: 992px) {
    .b-blogs__columns {
      display: flex;
      gap: 2.8rem; } }
  @media (min-width: 992px) {
    .b-blogs__col_big {
      flex: 1 0 0%;
      padding: 0;
      order: -1; } }
  @media (min-width: 992px) {
    .b-blogs__col_small {
      flex: 0 0 20.8rem;
      max-width: 20.8rem; } }
  .b-blogs__desc {
    font-size: 1.5rem; }
    @media (min-width: 992px) {
      .b-blogs__desc {
        font-size: 2rem; } }
  .b-blogs__list {
    display: flex;
    flex-flow: row wrap;
    row-gap: 3.5rem;
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .b-blogs__list {
        column-gap: 1rem; } }
    @media (min-width: 1200px) {
      .b-blogs__list {
        margin-top: 1.5em;
        column-gap: 3.2rem; } }
  .b-blogs__itm {
    max-width: 100%;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .b-blogs__itm {
        flex: 0 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem); } }
    @media (min-width: 1200px) {
      .b-blogs__itm {
        flex: 0 0 calc(36% - 3.2rem*3/2);
        max-width: calc(36% - 3.2rem*3/2); } }
  .b-blogs__btn {
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .b-blogs__btn {
        max-width: 15.6rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
    @media (min-width: 992px) {
      .b-blogs__btn {
        margin-top: 7.2rem; } }
  .b-blogs__nav {
    margin-top: 3rem; }

  /* Добавил */  

  @media (max-width: 992px) {
    .b-blogs, .b-atricle .b-blogs__nav{
       margin-top: 4.5rem;
    }
  }
  @media (min-width: 992px) {
  .b-blogs__nav .nav__lnk {
    white-space: unset;
        font-size: 1.6rem;
  }
}
    @media (min-width: 992px) {
      .b-blogs__nav {
        margin-top: 2rem;/* Добавил*/
        } }
  }
  .b-blogs__tags {
    margin-top: 2.5rem; }
    @media (min-width: 992px) {
      .b-blogs__tags {
        margin-top: 3.2rem; } }
  .b-blogs__subscribe {
    margin-top: 4rem; }
    @media (min-width: 992px) {
      .b-blogs__subscribe {
        /*margin-top: 21.3rem; изменил*/ 
        margin-top: 4.2rem; 
        } }
    /*Добавил */     
    .b-blogs__columns .b-blogs__itm.preview_itm {
       max-width: 100%;
       margin-top: 20px;
    }
     .b-blogs__columns .b-blogs__itm.preview_itm .b-card-blog__pict {
      height: unset;
     }
    .b-blogs__columns .b-blogs__itm.preview_itm .b-card-blog__ttl {
       font-size: 1.4rem;
    }
    /*Добавил */   
    @media (min-width: 990px) {
      .b-blogs .b-blogs__itm.preview_itm {
        display: none;
      }
    }  
    /*Добавил */   
    @media (max-width: 990px) {
      .b-blogs .b-blogs__itm.preview_itm {
        display: none;
      }
    }  
     @media (min-width: 990px) {
      .b-blogs .b-blogs__columns .b-blogs__itm.preview_itm {
        display: block;
      }
    }  
    .b-blogs .b-blogs__itm.preview_itm {
       max-width: 100%;
       margin-top: 20px;
    }
     .b-blogs .b-blogs__itm.preview_itm .b-card-blog__pict {
      height: unset;
     }
    .b-blogs .b-blogs__itm.preview_itm .b-card-blog__ttl {
       font-size: 1.4rem;
    }

.b-atricle {
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .b-atricle {
      margin-top: 0rem;
       padding-top: 2.5rem;
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .b-atricle__columns {
      display: flex;
      gap: 2.8rem; } }
  .b-atricle__collage {
    margin: 3rem 0; }
    @media (min-width: 992px) {
      .b-atricle__collage {
        margin: 0 0 5rem; } }
  @media (min-width: 992px) {
    .b-atricle__col_big {
      flex: 1 0 0%;
      padding: 0;
      order: -1; } }
  @media (min-width: 992px) {
    .b-atricle__col_small {
      flex: 0 0 20.8rem;
      max-width: 20.8rem; 
      } }
  .b-atricle__nav {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .b-atricle__nav {
        margin-top: 0; } }
  .b-atricle__tags {
    margin-top: 2.5rem; }
    @media (min-width: 992px) {
      .b-atricle__tags {
        margin-top: 3.2rem; } }
  .b-atricle__subscribe {
    margin-top: 4rem; 
  }
    @media (min-width: 992px) {
      .b-atricle__subscribe {
        /*margin-top: 21.3rem;*/
        margin-top: 4.2rem; /* изменил */ 
        } }
  .b-atricle__picts {
    display: flex;
    gap: 0.4rem;
    display: none; }
    .b-atricle__picts-img {
      display: block;
      height: auto; }
      .b-atricle__picts-img_big {
        flex: 0 0 56.639%;
        max-width: 56.639%; }
      .b-atricle__picts-img_small {
        flex: 0 0 37.75934%;
        max-width: 37.75934%; }

.b-card-office {
  padding: 1.5rem;
  border: 0.1rem solid #8D6A30;
  margin: 2.5rem 0; }
  @media (min-width: 768px) {
    .b-card-office {
      display: flex;
      margin: 3.2rem 0; } }
  @media (min-width: 768px) {
    .b-card-office__pict {
      flex: 0 0 10rem;
      max-width: 10rem; } }
  .b-card-office__desc {
    position: relative;
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .b-card-office__desc {
        padding: 0 16rem 0 2rem;
        flex: 1;
        align-self: flex-end; } }
  .b-card-office__img {
    display: block;
    width: 100%; }
  .b-card-office__address {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600; }
    @media (min-width: 992px) {
      .b-card-office__address {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 600; } }
  .b-card-office__contacts {
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .b-card-office__contacts {
        display: flex;
        font-size: 1.6rem;
        gap: 2rem; } }
  .b-card-office__mail, .b-card-office__phone {
    margin-top: 1.5rem; }
    .b-card-office__mail a, .b-card-office__phone a {
      color: inherit;
      border: none; }
  .b-card-office__ttl {
    font-size: 1rem;
    font-weight: 300; }
    @media (min-width: 992px) {
      .b-card-office__ttl {
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 300; } }
  .b-card-office__map {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    font-size: 1.4rem;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .b-card-office__map {
        bottom: 5.5rem;
        right: 3.8rem; } }
    .b-card-office__map:hover span {
      border-bottom-color: transparent; }
    .b-card-office__map span {
      border-bottom: 0.1rem solid currentColor;
      transition: border-bottom-color 0.3s; }
    .b-card-office__map svg path + path {
      fill: #FFF;
      stroke: #FFF; }
    .b-card-office__map svg path {
      fill: currentColor; }

.b-card-exhibition {
  padding: 1.5rem;
  border: 0.1rem solid #8D6A30;
  background: rgba(141, 106, 48, 0.08);
  margin: 2.5rem 0; }
  @media (min-width: 768px) {
    .b-card-exhibition {
      display: flex;
      margin: 3.2rem 0; } }
  @media (min-width: 768px) {
    .b-card-exhibition__pict {
      flex: 0 0 10rem;
      max-width: 10rem; } }
  .b-card-exhibition__desc {
    position: relative;
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .b-card-exhibition__desc {
        padding: 0 16rem 0 2rem;
        flex: 1;
        align-self: flex-end;
        display: flex;
        gap: 3.2rem; } }
  .b-card-exhibition__img {
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    .b-card-exhibition__info {
      flex: 1  0 0%; } }
  .b-card-exhibition__title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600; }
    @media (min-width: 992px) {
      .b-card-exhibition__title {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 600; } }
  .b-card-exhibition__address {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    margin-top: 1.5rem; }
    @media (min-width: 992px) {
      .b-card-exhibition__address {
        margin-top: 1.2rem; } }
  .b-card-exhibition__contacts {
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .b-card-exhibition__contacts {
        font-size: 1.6rem; } }
    @media (min-width: 992px) {
      .b-card-exhibition__contacts {
        flex: 0 0 16rem; } }
  .b-card-exhibition__mail, .b-card-exhibition__phone {
    margin-top: 1.5rem; }
    .b-card-exhibition__mail a, .b-card-exhibition__phone a {
      color: inherit;
      border: none; }
  .b-card-exhibition__ttl {
    font-size: 1rem;
    font-weight: 300; }
    @media (min-width: 992px) {
      .b-card-exhibition__ttl {
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 300; } }
  .b-card-exhibition__work-time {
    margin-top: 1.2rem;
    font-size: 1.5rem; }
  .b-card-exhibition__map {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    font-size: 1.4rem;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .b-card-exhibition__map {
        bottom: auto;
        top: 0;
        right: 3.8rem; } }
    .b-card-exhibition__map:hover span {
      border-bottom-color: transparent; }
    .b-card-exhibition__map span {
      border-bottom: 0.1rem solid currentColor;
      transition: border-bottom-color 0.3s; }
    .b-card-exhibition__map svg path + path {
      fill: #FFF;
      stroke: #FFF; }
    .b-card-exhibition__map svg path {
      fill: currentColor; }

.b-components {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .b-components {
      margin-top: 6rem; } }
  .b-components__list {
    display: flex;
    flex-flow: row wrap;
    gap: 1.5rem; }
    @media (min-width: 992px) {
      .b-components__list {
        gap: 3rem; } }
  .b-components__itm {
    flex: 0 0 calc( 50% - 0.75rem);
    max-width: calc( 50% - 0.75rem); }
    @media (min-width: 768px) {
      .b-components__itm {
        flex: 0 0 calc( 25% - 1.5rem * 4 / 3);
        max-width: calc( 25% - 1.5rem * 4 / 3); } }
    @media (min-width: 992px) {
      .b-components__itm {
        flex: 0 0 calc( 25% - 3rem * 4 / 3);
        max-width: calc( 25% - 3rem * 4 / 3); } }
  .b-components__box {
    display: block;
    border: none; }
  .b-components__img {
    display: block;
    width: 100%; }
  .b-components__ttl {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500; }
    @media (min-width: 992px) {
      .b-components__ttl {
        font-size: 1.4rem; } }
  .b-components__btn {
    margin-top: 3rem;
    width: 100%; }
    @media (min-width: 992px) {
      .b-components__btn {
        margin-top: 6rem;
        width: 16.6rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }

.b-leave-review {
  padding: 8rem 0 3rem; }
  @media (min-width: 992px) {
    .b-leave-review {
      padding: 5rem 0; 
      padding-bottom: 0;
      } }
  .b-leave-review__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    gap: 2rem;
    margin-top: 2rem; }
    @media (min-width: 992px) {
      .b-leave-review__top {
        margin-top: 2.4rem;
        align-items: center;
        justify-content: flex-start;
        flex-flow: row nowrap;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        gap: 4rem; } }
  .b-leave-review__txt {
    max-width: 49.2rem; }
  .b-leave-review__rating {
    display: inline-flex;
    position: relative; }
    .b-leave-review__rating-input {
      position: absolute;
      visibility: hidden;
      opacity: 0; }
    .b-leave-review__rating-input.is-invalid ~ .b-leave-review__rating-error {
      display: block; }
    .b-leave-review__rating-error {
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 300;
      line-height: 1.4;
      color: #C6370A;
      position: absolute;
      padding-top: 0.4rem;
      top: 100%;
      left: 0;
      display: none; }
    .b-leave-review__rating-label {
      min-width: 2.4rem;
      max-width: 2.4rem;
      height: 2.4rem;
      display: block;
      font-size: 2.4rem;
      margin-left: 0.4rem;
      position: relative;
      cursor: pointer;
      margin-top: 2rem;
      color: #EDE7DE; }
    .b-leave-review__rating-label.is-hover .b-leave-review__rating-icon.icon-star,
    .b-leave-review__rating-label.is-checked .b-leave-review__rating-icon.icon-star {
      color: #8D6A30; }
    .b-leave-review__rating-icon {
      width: 2.4rem;
      height: 2.4rem;
      transition: color 0.3s; }
      .b-leave-review__rating-icon.icon-star {
        color: #EDE7DE; }
    .b-leave-review__rating-input.is-invalid ~ .b-leave-review__rating-error {
      display: block; }
      @media (max-width: 992px) {
        .b-leave-review__rating {
          margin-bottom: 3rem;
        }
      }
  @media (min-width: 992px) {
    .b-leave-review__columns {
      display: flex;
      margin-top: 4rem;
      gap: 5.7rem; } }
  .b-leave-review__col {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .b-leave-review__col {
        flex: 1 0 0%; } }
    @media (min-width: 992px) {
      .b-leave-review__col:first-child {
        flex: 0 0 48.61111%;
        max-width: 48.61111%; } }
  .b-leave-review__file {
    position: relative;
    order: -1;
    margin-top: 4rem;
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .b-leave-review__file {
        margin-bottom: 0;
        margin-top: 3rem;
        order: initial;
        display: flex;
        align-items: center;
        gap: 2rem; } }
    .b-leave-review__file-input {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      z-index: 1; /*Добавил*/
    }
    .b-leave-review__file-pict {
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 10.5rem;
      height: 10.5rem;
      border: 0.1rem solid rgba(141, 106, 48, 0.4);
      margin: 0 auto;
      font-size: 6.5rem;
      color: rgba(141, 106, 48, 0.4);
      position: relative; }
      @media (min-width: 992px) {
        .b-leave-review__file-pict {
          flex: 0 0 5.2rem;
          max-width: 5.2rem;
          height: 5.2rem;
          font-size: 2.4rem;
          margin: 0; } }
    .b-leave-review__file-plus {
      width: 3.6rem;
      height: 3.6rem;
      background-color: #8D6A30;
      color: #FFF;
      position: absolute;
      border-radius: 100%;
      bottom: 0;
      right: 0;
      z-index: 1; }
      @media (min-width: 992px) {
        .b-leave-review__file-plus {
          width: 1.8rem;
          height: 1.8rem; } }
      .b-leave-review__file-plus:after, .b-leave-review__file-plus:before {
        content: '';
        width: 1.5rem;
        height: 0.2rem;
        border-radius: 0.2rem;
        background-color: currentColor;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 992px) {
          .b-leave-review__file-plus:after, .b-leave-review__file-plus:before {
            width: 1rem; } }
      .b-leave-review__file-plus:after {
        width: 0.2rem;
        height: 1.5rem; }
        @media (min-width: 992px) {
          .b-leave-review__file-plus:after {
            height: 1rem; } }
    .b-leave-review__file-ttl {
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 140%;
      color: #9A9CA3;
      text-align: center;
      margin-top: 1rem; }
      @media (min-width: 992px) {
        .b-leave-review__file-ttl {
          margin-top: 0;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 160%; } }
    /* Добавил */
    .b-leave-review__file_parent {
      overflow: hidden;
    }      
    .b-leave-review__file_parent .b-leave-review__file {
       margin-top: 1.5rem;
    }
    .b-leave-review__file_parent .new-review-images {
      margin-top: 1.5rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 12px;
        width: 100%;
    }
    .b-leave-review__file_parent .new-review-images-block {
        position: relative;
    }
    .b-leave-review__file_parent .new-review-images img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 5px;
    }
    .b-leave-review__file_parent .new-review-images .delete-button {
      border: transparent;
      background: transparent;
        position: absolute;
        top: -24px;
        right: -24px;
    }
  .b-leave-review__textarea .input__field {
    height: 6rem; }
    @media (min-width: 992px) {
      .b-leave-review__textarea .input__field {
        height: 10rem; } }
  .b-leave-review__capcha {
    max-width: 100%;
    display: flex; }
  .b-leave-review__footnote {
    margin-top: 2rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300; }
    @media (min-width: 992px) {
      .b-leave-review__footnote {
        font-size: 1.2rem; } }
  .b-leave-review__btn {
    margin-top: 3rem; }
  .b-leave-review__checkbox {
    margin-top: 1.4rem; }
    .b-leave-review__checkbox .checkbox__label {
      font-weight: 300; }

.s-cart {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .s-cart {
      margin-top: 4.4rem; } }
  @media (min-width: 992px) {
    .s-cart__columns {
      display: flex; } }
  .s-cart__col_small {
    padding-top: 3rem; }
    @media (min-width: 992px) {
      .s-cart__col_small {
        padding-top: 2rem;
        flex: 0 0 32.33333%;
        max-width: 32.33333%; } }
  @media (min-width: 992px) {
    .s-cart__col_big {
      flex: 1 0 0%;
      padding-right: 4rem; } }
  .s-cart__desc {
    font-size: 1.6rem;
    font-style: normal; }
    .s-cart__desc2 {
    margin-top: 4.4em;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px; }
     @media (max-width: 992px) {
      .s-cart__desc2 {margin-top: 2.4em;}
     }  
    @media (min-width: 992px) {
      .s-cart__desc {
        font-size: 2rem; } }
  .s-cart__footnote {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .s-cart__footnote {
        margin-top: 4.4rem; } }
  .s-cart__list {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .s-cart__list {
        margin-top: 2.8rem; } }
  .s-cart__clear {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    margin-top: 2.7rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem;
    /*color: #8D6A30;*/
    color: #D0B485; /* На тон светлее */
    width: 100%;
    cursor: pointer;
    text-align: center; }

.cart-list__itm {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .cart-list__itm {
      margin-top: 2.8rem; } }

.s-header {
  flex: 0 0 auto;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.14286;
  height: 5rem;
  position: relative;
  z-index: 100; }
  @media (min-width: 992px) {
    .s-header {
      height: 28.2rem; } }
  .s-header__burger {
    cursor: pointer;
    margin-right: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    /*color: #8D6A30; */
    color: #D0B485;  /* На тон светлее */
  }
    @media (min-width: 992px) {
      .s-header__burger {
        display: none;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .s-header__burger-wrap {
        width: 4rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .s-header__burger-ttl {
      display: none; }
      @media (min-width: 992px) {
        .s-header__burger-ttl {
          display: block;
          font-weight: 300;
          font-size: 1rem;
          color: #FFF; } }
  .s-header__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1; }
  @media (min-width: 992px) {
    .s-header__top {
      padding: 0.8rem 0 16.4rem; } }
  .s-header__top-l-container {
    display: flex;
    height: 5rem;
    align-items: center;
  }
    @media (min-width: 992px) {
      .s-header__top-l-container {
        height: auto;
        align-items: normal;
        justify-content: space-between; } }
  .s-header__btns {
    display: flex;
    margin-left: auto; }
  .s-header__btn {
    border: none;
    text-align: center;
    font-weight: 300;
    font-size: 1rem;
    min-width: 5.6rem;
    position: relative; }
    .s-header__btn-icon {
      width: 4rem;
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.4rem;
      margin: 0 auto;
      position: relative; }
    .s-header__btn-ttl {
      color: #FFF; }
    .s-header__btn-count {
      position: absolute;
      font-size: 0.9rem;
      font-style: normal;
      font-weight: 300;
      right: -0.5rem;
      bottom: 0.8rem;
      line-height: 140%; }
    .s-header__btn-ind {
      width: 1rem;
      height: 1rem;
      position: absolute;
      border: 0.2rem solid #0F172A;
      background-color: #DA251D;
      border-radius: 100%;
      right: 0.7rem;
      top: 0.9rem; }
      .s-header__btn-ind_btm {
        top: auto;
        bottom: 0.6rem; }
  .s-header__top-menu {
    padding-top: 0.8rem; }
  .s-header__phone {
    padding-top: 0.8rem;
    margin-left: auto;
    margin-right: auto; }
    .s-header__phone-lnk {
      color: inherit;
      border: none;
      line-height: 3.2rem; }
      /* Добавил */
       .s-header__phone {
        display: flex;
        flex-direction: column;
       }
    .s-header__phone .time_header{
      line-height: 1rem;
      font-size: 0.9rem;
      color: #c3bbbb;
    }  
  .s-header__logo {
    display: block;
    border: none;
    /*width: 7.5rem; изменил */
    width: 12.5rem;
    margin: auto;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .s-header__logo {
        width: 24rem;
        position: absolute;
        top: 7.6rem;
        left: 50%;
        transform: translateX(-50%); } }
    .s-header__logo-img {
      width: 100%;
      display: block; }
  .s-header__slogan {
    display: block;
    border: none;
    font-family: "SignPainter-HouseScript", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1.6rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24rem;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 11.5rem;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .s-header__slogan {
        letter-spacing: 0.336rem;
        font-size: 2.8rem;
        top: 18.8rem;
        transform: translateX(-50%); } }
  .s-header__btm {
    padding: 1.6rem 0; }
  .s-header_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .s-header_abs:not(.is-fixed) .s-header__bg {
    display: none; }
  @media (min-width: 992px) {
    .s-header.is-fixed .s-header__logo {
      /* изменил  width: 12rem;*/
       width: 15.5rem;
      top: 0.8rem; } }
  @media (min-width: 992px) {
    .s-header.is-fixed .s-header__top {
      padding-bottom: 0.8rem; } }
  .s-header.is-fixed .s-header__burger {
    display: block; }
     @media (max-width: 992px) { /* Добавил */
      .b-nav-phone {
        top: 6rem
      }
      .s-header .s-header__top-l-container {
        height: 6rem;
      }
      .s-header__burger .s-header__burger-wrap{
          display: flex;
      }
    }
  @media (min-width: 992px) {
    .s-header.is-fixed .s-header__btm {
      padding-top: 1.2rem; } }
  .s-header.is-fixed .s-header__slogan,
  .s-header.is-fixed .s-header__phone,
  .s-header.is-fixed .s-header__top-menu {
    display: none; }
  .s-header.is-fixed .s-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    animation-fill-mode: both;
    animation-duration: 0.3s;
    animation-name: fadeInDown; }
    @media (min-width: 992px) {
      .s-header.is-fixed .s-header__inner {
        height: 11.2rem; } }

 .s-header .s-header__inner {/* Добавил*/
    overflow: hidden;
    position: relative;
    transition: .4s all linear;
    opacity: 1;
 }
 .s-header .s-header__inner {
   max-height: 30vw;
 }
 .s-header .s-header__inner .s-header__top,
 .s-header .s-header__inner .s-header__btm {
  max-height: 20vw;
  transition: opacity .4s linear,  max-height .4s linear!important;
 }
 .s-header.is-fixed.hide .s-header__inner .s-header__top,
 .s-header.is-fixed.hide .s-header__inner .s-header__btm {
   opacity: 0;
    max-height: 0vw;
 }
  .s-header.is-fixed.hide .s-header__inner {
     max-height: 0vw;
  }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    box-shadow: 0 0 1rem #000000; }
  100% {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); } }

.s-footer {
  flex: 0 0 auto;
  font-weight: 300;
  font-size: 1rem; }
  @media (min-width: 992px) {
    .s-footer {
      font-size: 1.2rem; } }
  .s-footer__head {
    position: relative;
    padding: 3rem 0 3rem 1.5rem;
    color: #FFF; }
    @media (min-width: 992px) {
      .s-footer__head {
        padding: 2.4rem 0 4rem; } }
  @media (min-width: 992px) {
    .s-footer__top {
      display: flex;
      justify-content: space-between; } }
  .s-footer__left {
    width: 76rem;
    max-width: 100%; }
    @media (min-width: 992px) {
      .s-footer__left {
        padding-top: 4rem; } }
  @media (min-width: 992px) {
    .s-footer__right {
      width: 31.5rem; } }
  .s-footer__subscription {
    width: 68rem; }
  .s-footer__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%; /* Изменил */
    object-fit: cover; }
    @media (max-width: 767px) {/* Добавил */
      .s-footer {
        overflow: hidden;
      }
      .s-footer__bg {
        width: 101%;
      }
    }
  .s-footer__logo {
    display: block;
    border: none; }
    .s-footer__logo-img {
      display: block;
      max-width: 100%; }
  .s-footer__ttl {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
   /* margin-top: 3.5rem; */
    /* Добавил */
    color: #fff;
         border: none;
        text-decoration: none;
  }
    @media (min-width: 992px) {
      .s-footer__ttl {
        font-size: 1.8rem;
        margin-top: 1.4rem; 
        } 
        .s-footer__ttl:hover {
            /*color: #8D6A30;*/
        } 
      }
    .s-footer__ttl:after {
      content: '';
      width: 4.8rem;
      height: 0.8rem;
      background: url(../images/star.svg) 0 0 repeat-x;
      display: block;
      margin: 0.8rem 0;
      margin-top: 1rem;
      margin-bottom: 0.9rem;
    }
    @media (max-width:992px) {
      .s-footer__ttl:after {
            margin-left: 1.5rem;
      }
      .s-footer__address {
        padding: 0 0 0 1.5rem;
      }
    }
  .s-footer__address {
    font-size: 1.2rem;
    font-weight: 300; }
    @media (min-width: 992px) {
      .s-footer__address {
        font-weight: 500; } }
  .s-footer__map-lnk {
    border: none;
    display: inline-flex;
    align-items: center;
    color: inherit; }
    .s-footer__map-lnk:hover .s-footer__map-lnk-txt {
      border-bottom-color: transparent; }
    .s-footer__map-lnk-txt {
      border-bottom: 0.1rem solid;
      transition: border-bottom-color 0.3s; }
  .s-footer__divisions {
    display: flex;
    gap: 1rem;
    margin-top: 2.4rem;
    font-size: 1.4rem; }
    @media (min-width: 992px) {
      .s-footer__divisions {
        gap: 1.5rem;
        margin-top: 1.1rem; } }
    @media (min-width: 1200px) {
      .s-footer__divisions {
        gap: 3.6rem; } }
    .s-footer__divisions-phone {
      height: 2.4rem; }
    .s-footer__divisions-mail, .s-footer__divisions-phone {
      margin-top: 0.1rem; }
      .s-footer__divisions-mail a, .s-footer__divisions-phone a {
        color: inherit;
        border: none;
        display: inline-flex;
        align-items: center; }
        .s-footer__divisions-mail a .icon, .s-footer__divisions-phone a .icon {
          font-size: 2.4rem;
          margin-right: 0.5rem; }

    @media (max-width: 992px) { /* Добавил */
        .s-footer__divisions .s-footer__divisions-itm{
          width: 50%;
        } 
    }   
     @media (min-width: 708px) and (max-width: 992px) {  /* Добавил */
        .s-footer__btm-l-container {
          flex-direction: unset !important;
           gap: 1.4rem!important;
        } 
        .s-footer__lnk,.s-footer__dev {
          margin-top: 0!important;
        }
        .s-footer__copy {
            margin-top: 0!important;
            margin-right: auto;
            order: -1;
        }
        .s-footer__head-btm {
          display: flex;
          align-items: center;
          margin-top: 20px;
        }
        .s-footer__head-btm .s-footer__left {
          width: 50%;
        }
        .s-footer__head-btm  .s-footer__social-group {
          margin: 0!important;
        }
      }

  .s-footer__head-btm .s-footer__left {
    order: -1; }
  @media (min-width: 992px) {
    .s-footer__head-btm {
      display: flex;
      justify-content: space-between; } }
  .s-footer__social-group {
    margin: 4rem 0 3.5rem; }
    @media (min-width: 992px) {
      .s-footer__social-group {
        margin: 2rem 0 0; } }
  .s-footer__btm {
    border-top: 0.1rem solid #8D6A30;
    background: #080605;
    padding: 2rem 1.5rem 2rem;
    color: #FFF; }
    @media (min-width: 992px) {
      .s-footer__btm {
        padding: 2rem 0; } }
    .s-footer__btm-l-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 992px) {
        .s-footer__btm-l-container {
          gap: 2.4rem;
          display: flex;
          flex-flow: row nowrap; } }
  .s-footer__lnk {
    color: inherit;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .s-footer__lnk {
        margin-top: 0; } }
  .s-footer__copy {
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .s-footer__copy {
        margin-top: 0;
        margin-right: auto;
        order: -1; } }
  .s-footer__dev {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .s-footer__dev {
        margin-top: 0; } }
    .s-footer__dev-lnk {
      color: inherit; }

.s-main-banner {
  position: relative;
  text-align: center;
  color: #FFF; }
  .s-main-banner__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
  .s-main-banner__btn {
    width: 24rem;
    margin-top: 2.4rem; }
    @media (max-width: 990px) {
      .s-main-banner__btn {
        width: unset;
      }
    }
  .s-main-banner__title {
    margin: 0; }
  .s-main-banner__swiper-slide {
    padding-top: 17.5rem;
    min-height: 67rem;
    padding-bottom: 10rem; 
  }
    @media (min-width: 992px) {
      .s-main-banner__swiper-slide {
        padding-top: 35.2rem;
        min-height: 100vh; 
         height: auto;
        } }
    /* Добавил */
     @media (min-width: 992px) and (max-width: 1200px) {
        .s-main-banner__swiper-slide {
           padding-top: 30.2rem;
        }
     }
      /* Добавил */ 
    @media (min-width: 992px) {   
       .s-main-banner__swiper-slide {
        display: flex;
       }
       .s-main-banner__swiper-slide .s-main-banner__l-container {
        margin: auto;
       }
     }
     .s-main-banner__swiper picture {
     }
     .s-main-banner__swiper .s-main-banner__l-container {
      position: relative;
      z-index: 2;
     }
     /*.s-main-banner__swiper picture:before {*/
     .s-main-banner__swiper .swiper-slide:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      background: #000000b3;
      opacity: .6;
      visibility: visible;
      transition: .4s all linear;
     }
  .s-main-banner__thumbnail {
    width: 10rem;
    height: 10rem;
    position: absolute;
    bottom: 7rem;
    left: 2.5rem; }
    @media (min-width: 992px) {
      .s-main-banner__thumbnail {
        width: 22rem;
        height: 22rem;
        left: 6.4rem; } }
 @media (min-width: 992px) {        
.l-main .s-section.pupular_index {
  padding-top: 6rem;
}
}
.swiper-pagination {
  position: absolute;
  bottom: 2.5rem;
  z-index: 10;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem; }
  @media (min-width: 992px) {
    .swiper-pagination {
      bottom: 4rem; } }
  .swiper-pagination-bullet {
    flex: 0 0 1.2rem;
    height: 1.2rem;
    max-width: 1.2rem;
    border-radius: 100%;
    position: relative;
    transition: background-color 0.3s;
    background-color: #FFF;
    cursor: pointer; }
    .swiper-pagination-bullet:after {
      content: '';
      border-radius: 100%;
      z-index: -1;
      width: 1.8rem;
      height: 1.8rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: background-color 0.3s;
      background-color: transparent; }
    .swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
     /* background-color: #8D6A30;*/
      background-color: #D0B485;  /* На тон светлее */

    }
      .swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after {
        background-color: #FFF; }

.s-advantages {
  padding: 4rem 0 4rem; }
  @media (min-width: 992px) {
    .s-advantages {
      padding: 5.7rem 0 6.5rem; } }
  @media (min-width: 992px) {
    .s-advantages__title {
      text-align: center; } }
  .s-advantages__title_left {
    text-align: left; }
  .s-advantages__list {
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .s-advantages__list {
        display: flex;
        flex-flow: row wrap;
        gap: 1.5rem;
        margin-top: 4rem; } }
    @media (min-width: 992px) {
      .s-advantages__list {
        gap: 3rem;
        margin-top: 5.8rem; } }
  @media (min-width: 992px) {
    .s-advantages__list_5 {
      gap: 1.5rem; } }
  .s-advantages__itm {
    margin-top: 3rem; 
    text-align: center; /* Добавил */
  }
    @media (min-width: 768px) {
      .s-advantages__itm {
        margin-top: 0;
        flex: 0 0 calc(50% - 1.5rem / 2);
        max-width: calc(50% - 1.5rem / 2); } }
    @media (min-width: 992px) {
      .s-advantages__itm {
        flex: 0 0 calc(25% - 3rem *3 / 4);
        max-width: calc(25% - 3rem *3 / 4); } }
  @media (min-width: 992px) {
    .s-advantages__list_5 .s-advantages__itm {
      flex: 0 0 calc(20% - 1.5rem * 4 / 5);
      max-width: calc(20% - 1.5rem * 4 / 5); } }
  @media (min-width: 768px) {
    .s-advantages__top {
      display: inline-block; } }
  @media (min-width: 992px) {
    .s-advantages__list_5 .s-advantages__ttl {
      min-height: 5.6rem; } }
  .s-advantages__ttl {
    font-size: 2rem;
    text-align: center;
    margin-top: 1rem; }
   
    @media (min-width: 768px) {
      .s-advantages__ttl {
        /*  text-align: left; изменил */
        text-align: center;
        margin-top: 2rem; } }

    @media (max-width: 1200px) {
      .s-advantages__ttl {
        text-align: center;
        font-size: 3.6vh;} }
  .s-advantages__icon {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
    color: #8D6A30; }
    @media (min-width: 992px) {
      .s-advantages__icon {
        width: 6rem;
        height: 6rem; } }
  .s-advantages__desc {
    margin-top: 1rem;
    font-size: 1.4rem; }
    .s-advantages__desc br{
      display: none;
    }
    @media (min-width: 992px) {
      .s-advantages__desc {
        margin-top: 2rem; } }

.s-sections {
  padding: 0.5rem 1.5rem 1.5rem; }
  @media (min-width: 768px) {
    .s-sections {
      padding: 1.5rem 0 0; } }
  .s-sections__swiper-slide:hover .s-sections__img {
    transform: scale(1.1); }
  .s-sections__img {
    display: block;
    width: 100%;
    position: relative;
    z-index: -2;
    transition: transform 0.3s;
    height: 16rem;
    object-fit: cover; }
    @media (min-width: 768px) {
      .s-sections__img {
        height: auto; } }
  .s-sections__swiper {
    position: relative; }
    .s-sections__swiper-slide {
      overflow: hidden;
      margin-top: 1.5rem !important; }
      @media (min-width: 768px) {
        .s-sections__swiper-slide {
          margin-top: 0 !important; } }
      .s-sections__swiper-slide:before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
  .s-sections__desc {
    position: absolute;
    color: #FFF;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem; }
    @media (min-width: 992px) {
      .s-sections__desc {
        padding: 0 4rem 5.2rem; 
        /* Добавил */
            min-height: 115px;
        } }
    .s-sections__desc ul {
      display: flex;
      flex-wrap: wrap; /* Добавил */
      margin: 0.5rem 0  0;
      padding: 0;
      list-style: none;
      gap: 1rem;
      font-size: 1.2rem; }
      @media (min-width: 992px) {
        .s-sections__desc ul {
          font-size: 1.4rem;
          /*gap: 3.2rem;*/
          gap: 1rem 3.2rem; /* изменил */
          margin: 1rem 0  -3.2rem; } }
      .s-sections__desc ul a {
        position: relative;
        z-index: 3;
        color: #FFF;
        transition: color 0.3s; }
        .s-sections__desc ul a:hover {
          color: #8D6A30; }

.s-section {
  padding: 3rem 0; }
  @media (min-width: 992px) {
    .s-section {
      padding: 5rem 0; } }
  .s-section_bg-brown-light {
    background: rgba(141, 106, 48, 0.1); }
  .s-section_offset-full {
    padding: 6rem 0; }
    @media (min-width: 992px) {
      .s-section_offset-full {
        padding: 10rem 0; } }
  .s-section_pt-full {
    padding-top: 6rem; }
    @media (min-width: 992px) {
      .s-section_pt-full {
        padding-top: 10rem; } }
  .s-section_pb-full {
    padding-bottom: 6rem; }
    @media (min-width: 992px) {
      .s-section_pb-full {
        padding-bottom: 10rem; } }
  .s-section__tabs {
    margin-top: 3rem; }
    @media (min-width: 992px) {
      .s-section__tabs {
        margin-top: 4.8rem; } }
  .s-section__desc {
    font-size: 1.5rem;
    margin: 2rem 0; }
    @media (min-width: 992px) {
      .s-section__desc {
        font-size: 2rem; } }

.s-info {
  background-color: #8D6A30;
  padding: 4rem 0;
  background-image: url("../images/s-info/bg-phone.png");
  background-repeat: no-repeat;
  background-position: right 0;
  color: #FFF; }
  @media (min-width: 768px) {
    .s-info {
      padding: 1.5rem 0;
      background-image: url("../images/s-info/bg.png"); } }
  .s-info_bg2 {
    background-image: url("../images/s-info/bg2-phone.png");
    background-position: center center;
    background-size: cover; }
    @media (min-width: 768px) {
      .s-info_bg2 {
        padding: 2rem 0; } }
    @media (min-width: 992px) {
      .s-info_bg2 {
        background-image: url("../images/s-info/bg-2.png"); } }
  .s-info__txt-in a {
    color: inherit;
    border: none; }
  .s-info__txt {
    margin-top: 3rem;
    font-size: 1.4rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .s-info__txt {
        margin-top: 0.4rem;
        font-size: 2rem;
        font-weight: 600;
        display: flex; } }
  .s-info__social-box {
    align-self: flex-end;
    min-width: 10rem;
    margin-top: 3rem; }
    @media (min-width: 768px) {
      .s-info__social-box {
        margin-top: 0;
        margin-left: 3rem; } }
    .s-info__social-box .social-box__lnk {
      border-color: #FFF;
      color: #FFF; 


    }

.s-blogs-carousel {
  overflow: hidden;
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .s-blogs-carousel {
      margin-top: 4.8rem; } }
  .s-blogs-carousel__ttl {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 3rem; }
    @media (min-width: 992px) {
      .s-blogs-carousel__ttl {
        margin-bottom: 4rem;
        font-size: 1.8rem; } 
       .actions_section .s-blogs-carousel__ttl {
            margin-top: 4rem;
       }
      }
  .s-blogs-carousel__swiper {
    overflow: visible;
    position: relative; }
  .s-blogs-carousel__control {
    margin-top: 2rem;
    position: relative;
    height: 4rem; }
    @media (min-width: 992px) {
      .s-blogs-carousel__control {
       /* margin-top: 5.4rem; изменил */
        margin-top: 3rem;
        margin-bottom: 0;
        height: 3rem; } }
    .s-blogs-carousel__control .swiper-pagination {
      z-index: 1; }
    @media (min-width: 992px) {
      .s-blogs-carousel__control .swiper-button-prev,
      .s-blogs-carousel__control .swiper-button-next {
        z-index: 11;
        position: absolute;
        width: 8rem;
        height: 8rem;
        border-radius: 100%;
        background-color: #FFF;
        transition: background-color 0.3s, color 0.3s; }
        .s-blogs-carousel__control .swiper-button-prev:hover,
        .s-blogs-carousel__control .swiper-button-next:hover {
          background-color: #8D6A30;
          color: #FFF; } }
    @media (min-width: 992px) {
      .s-blogs-carousel__control .swiper-button-prev {
        left: 0;
        transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      .s-blogs-carousel__control .swiper-button-next {
        right: 0;
        transform: translate(50%, -50%); } }
  .s-blogs-carousel__lnk-all {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .s-blogs-carousel__lnk-all {
        top: auto;
        left: auto;
        margin-top: 0;
        z-index: 11; } }

.s-contacs {
  margin-top: calc(2.5rem + 1em); }
  @media (min-width: 992px) {
    .s-contacs {
      margin-top: 6rem; } }
  @media (min-width: 992px) {
    .s-contacs__head {
      display: flex;
      gap: 3.6rem; } }
  .s-contacs__map {
    height: 30rem;
    border: 0.1rem solid #8D6A30; }
    @media (min-width: 992px) {
      .s-contacs__map {
        flex: 1 0 0%;
        height: 56.8rem;
        order: -1; } }
    .s-contacs__map iframe {
      width: 100%;
      height: 100%;
      display: block; }
  .s-contacs__office {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem; }
    @media (min-width: 992px) {
      .s-contacs__office {
        flex: 0 0 30rem;
        max-width: 30rem; } }
    .s-contacs__office p {
      margin: 1.5rem 0; }
      @media (min-width: 992px) {
        .s-contacs__office p {
          margin: 1.2rem 0; } }
    .s-contacs__office a {
      color: inherit;
      border: none;
      font-weight: 400;
      font-size: 1.5rem; }
      .s-contacs__office a:hover {
        color: #8D6A30; }
      @media (min-width: 992px) {
        .s-contacs__office a {
          font-size: 1.6rem; } }
  .s-contacs__img {
    display: block;
    width: 100%; }
  .s-contacs__pict {
    margin-bottom: 1.2rem; }
  .s-contacs__ttl {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .s-contacs__ttl {
        font-size: 1.8rem; } }
  .s-contacs__worktime {
    font-size: 1.5rem; }
    @media (min-width: 992px) {
      .s-contacs__worktime {
        font-size: 1.6rem; } }
  .s-contacs__title {
    margin: 4rem 0 3rem; }
    @media (min-width: 992px) {
      .s-contacs__title {
        margin: 6rem 0 3.2rem; } }
    .s-contacs__title_h4 {
      margin: 3rem 0 2.5rem; }
      @media (min-width: 768px) {
        .s-contacs__title_h4 {
          margin: 3.2rem 0; } }
  @media (min-width: 992px) {
    .s-contacs__card {
      max-width: calc(100% - 33.6rem); } }
.s-contacs__card:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px)  { /* Добавил */
  .s-contacs__head .contacts-message{
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) { /* Добавил */
  .s-contacs__head .contacts-message{
   width: auto;
  }
}
.s-reviews__itm {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .s-reviews__itm {
      margin-top: 5.2rem; } }

.s-reviews__pagination-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .s-reviews__pagination-wrap {
      margin-top: 4rem; } }

@media (min-width: 992px) {
  .s-order__columns {
    display: flex;
    gap: 4.6rem; } }

@media (min-width: 992px) {
  .s-order__col {
    flex: 1 0 0%; }
    .s-order__col_small {
      flex: 0 0 31.2rem;
      max-width: 31.2rem; } }

.s-order__total {
  border: 0.1rem solid #8D6A30;
  padding: 2rem;
  margin-bottom: 3.2rem;
  margin-top: 5rem; }
  @media (min-width: 992px) {
    .s-order__total {
      padding: 2.4rem 2rem;
      margin-top: 0; } }
  .s-order__total-itm {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.28571; }
    .s-order__total-itm_all {
      font-size: 2rem;
      font-weight: 600;
      color: #C6370A;
      margin: 0; }
  .s-order__total-tooltip {
    margin-left: 1rem;
    display: inline-block; }

.s-order__offer-checkbox {
  margin-top: 1.2rem; }

.s-order__shopper {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .s-order__shopper {
      margin-top: 7.2rem; } }
  @media (min-width: 992px) {
    .s-order__shopper-head {
      display: flex;
      align-items: flex-end;
      gap: 2.4rem; } }
  @media (min-width: 992px) {
    .s-order__shopper-ttl {
      margin-right: 7.2rem; } }
  .s-order__shopper-lnk {
    border: none;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: inherit;
    margin-right: 1.2rem; }
    @media (min-width: 375px) {
      .s-order__shopper-lnk {
        font-size: 1.6rem; } }
    .s-order__shopper-lnk.is-active, .s-order__shopper-lnk:hover {
      color: #8D6A30; }
  @media (min-width: 768px) {
    .s-order__shopper-cols {
      display: flex;
      gap: 2.4rem; } }
  @media (min-width: 768px) {
    .s-order__shopper-col {
      flex: 1 0 0%; } }

.s-order__delivery {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .s-order__delivery {
      margin-top: 7rem; } }
  @media (min-width: 768px) {
    .s-order__delivery-head {
      display: flex;
      align-items: flex-end; } }
  @media (min-width: 992px) {
    .s-order__delivery-ttl {
      margin: 0 10rem 0 0; } }
  .s-order__delivery-city {
    color: #8D6A30;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 2rem; }
    @media (min-width: 992px) {
      .s-order__delivery-city {
        font-size: 1.8rem;
        margin: 0; } }
  .s-order__delivery-desc {
    overflow: hidden; }
    .s-order__delivery-desc p {
      margin: 2rem 0; }
  .s-order__delivery-border {
    padding: 2.4rem;
    border: 0.1rem solid #8D6A30;
    margin: 3rem 0 3rem; }
    @media (min-width: 768px) {
      .s-order__delivery-border {
        padding: 2.4rem;
        margin: 2rem 2.4rem 0 0;
        float: left; } }

.s-order__address {
  margin-top: 4rem; }
  @media (min-width: 992px) {
    .s-order__address {
      margin-top: 3rem; } 
    .s-section{
      padding-bottom: 10rem;
    }
    }
  .s-order__address-inputs {
    margin-top: 3.7rem; }
  .s-order__address-street {
    margin-top: 3rem; }
    .s-order__address-street-top {
      display: flex; }
    .s-order__address-street-checkbox {
      margin-left: auto; }
      @media (min-width: 992px) {
        .s-order__address-street-checkbox {
          margin-left: 27rem; } }
    .s-order__address-street-input {
      margin-top: 0.5rem; 
    }

.s-order__btn {
  margin-top: 3rem;
  width: 100%; }
  @media (min-width: 768px) {
    .s-order__btn {
      width: 27.2rem; } }

.s-order__payment {
  margin-top: 4rem; }
  @media (min-width: 992px) {
    .s-order__payment {
      margin-top: 3rem; } }
  .s-order__payment-types {
    margin-top: 2.8rem; }



  @media (min-width: 768px) {
    .s-info__txt{
      align-items: center;
    }
    .s-section.s-section_pt-full{
      padding-top: 6rem;
      padding-bottom: 4rem;
    }
    .b-stocks__ttl{
      margin-bottom: 1.2rem;
    }
    .s-footer__map-lnk-txt{
      font-size: 1.4rem;
    }
    .padding-centered{
      padding: 16.4rem 0;
    }
    .reg-ready__text{
      font-size: 1.2rem;
      padding-top: 2.8rem;
    }
    .nav-catalog__icon-info {
      min-width: 1.4rem;
      max-width: 1.4rem;
      height: 1.4rem;
      display: block;
    }
    .b-card__sale{
      min-width: 7.2rem;
      height: 2.8rem;
      font-size: 1.4rem;
    }
    .instock::before {
      width: 0.8rem;
      height: 0.8rem;
    }
    .instock {
      padding-left: 1.6rem;
    }
    .icon-fav {
      margin-top: -0.3rem;
    }
    .head-collection__info p{
      margin: 0.8rem 0;
    }
    .b-prod-detail__prices {
      padding: 2.4rem 3.2rem;
    }
    .checkbox__field{
      background-color: #fff;
    }
    .b-product-selection__question {
      padding: 3rem 0px;
    }
    .nav-line {
      margin-top: 4rem;
    }
    .b-product-selection__question {
      padding: 3.2rem 0px 6rem;
    }
    .b-card-cart__option{
      font-size: 1.4rem;
      margin-top: 1.2rem;
    }
    .b-card-cart__btm{
      margin-top: 1.4rem;
    }
    .nav-top{
      margin-top: 0;
    }
    .pb-0{
      padding-bottom: 0;
    }
    .desc-page.desc-page_fs-lg p{
      margin:0.5rem 0;
    }
    .desc-page.desc-page_fs-lg p:nth-child(1){
      margin-bottom: 1rem;
    }
    .desc-page.desc-page_fs-lg p:nth-child(7){
      margin-bottom: 1rem;
    }
    .desc-page.desc-page_fs-lg p:nth-child(9){
      margin-bottom: 1rem;
    }
    .desc-page.desc-page_fs-lg p:nth-child(9){
      margin-bottom: 1rem;
    }
    .menu__lnk{
      font-weight: 700;
    }
  }
  .club-discount__box-btn{
    background-color: transparent;
    color: #8D6A30;
  }
  .club-discount__box-btn:hover{
    border: 0.1rem solid #8d6a30;
    background: rgba(163, 103, 4, 0.1);
    color: #8d6a30;
  }
  .choices__item.choices__item--selectable{
    color: #8D6A30;
    font-weight: 500;
  }
  .cancel-order{
    text-transform: none;
    border: none;
    padding: 0;
    font-weight: 700;
  }
  .cancel-order:hover{
    background: transparent;
    border: none;
  }
  .order-detail__ttl{
    padding-left: 2rem;
  }
  .order-detail__product-desc{
    align-items: center;
  }
  .order-detail__product{
    align-items: center;
  }
  .order-title{
    margin-bottom: 4.4rem;
  }
  .order-buy{
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 1.2rem 1.6rem;
    background-color: #8D6A30;
    border-radius: 10rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: 2.4rem;
    cursor: pointer;
    opacity: 0.6;
  }
  .b-nav-phone__btn-ind_btm{
    right: 1.5rem;
  }
  .b-nav-phone__btn-ind{
    right: 1.5rem;
    top: 1rem;
  }
  .s-advantages__list_5 .s-advantages__itm{
    width: 192px !important;
    flex: none;
  } 
  .type-box__label.opl-wraper{
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
  .type-box__checkbox.opl-itm{
    position: relative;
    bottom: auto !important;
    right: auto !important;

  } 
  .s-advantages__list_5{
    justify-content: space-between;
  }
  .text-sup{
    font-size: 1.4rem;
    font-weight: 500;
  }
  .b-blogs__btn{
    padding: 1.2rem 1.6rem;
    max-width: 20rem;
  }
  .subscribe-box__ttl{
    font-weight: 400 !important;
  }
  .subscribe-box{
    padding: 2rem 1.2rem;
    /*text-align: left; убрал */
  }
  .mb-4{
    margin-bottom: 4rem;
  }
  .job-time{
   font-size: 1.6rem; 
  }
  .s-contacs__office p{
    margin: 0.8rem 0;
  }
  .s-contacs__worktime{
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .desc-pict__adv-ttl_h4{
    font-size: 2.8rem !important;
  }
  .b-products__list{
    margin-top: 0rem;
  }
  .card-order__sending{
    color: rgba(15, 23, 42, 0.5);
  }
  .card-order__txt{
    max-width: 65%;
    justify-content: space-between;
  }
  .mt-3{
    margin-top: 3rem;
  }
  .delivery-item__title{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 120%;
    color: #0F172A;
    margin-bottom: 0.4rem;
  }
  .descr-del__item{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #0F172A;
  }
  .delivery-days{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: rgba(15, 23, 42, 0.50);
  }
  .b-card-cart__lnk_fav:hover{
    color: rgba(141, 106, 48, 0.6);
    transition: all 0.5s;
  }
  .mt-1{
    margin-top: 1.5rem;
  }
  .b-card-cart__lnk_delete:hover{
    color: #8D6A30;
    transition: all 0.5s;
  }
   .btn-rassr{
    color: #8D6A30;
    margin-top: 1.5rem;
  } 
  .btn-rassr:hover{
  color: rgba(163, 103, 4, 0.70);
  transition: all 0.5s;
  }
  .b-popup_application.active{
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index:101 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 6.4rem 40rem;
  }
  .close-pupup__btn{
    position: absolute;
    top: 1rem;
    right: 3rem;
    font-size: 5rem;
  }
  .application-box{
    position: relative;
    background-color: #fff;
    /*padding: 2rem;*/
    /*padding-bottom: 7rem;*/
    border-radius: 2rem !important;
  }
  .b-popup_choosing.active{
    overflow: auto;
    display: block !important;
    position: fixed;
    top: 0;
    padding: 6.4rem 20rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1111;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
  }
  .closee-choosing__pick{
    position: absolute;
    top: 3rem;
    right: 2rem;
    font-size: 3rem;
    color: #000;
    cursor: pointer;
  }
  .choosing-box{
    position: relative;
    padding: 3rem 5rem 7rem;
    border-radius: 3rem;
    background-color: #fff;
  }
  .b-card-cart__btns{
    margin-top: 0;
  }
  .b-card-cart__btm{
    align-items: center;
    gap: 2rem;
  }
  .b-card-cart__lnk {
    margin-left: 1rem;
  }
  .b-sort__itm.remove{
    display: none;
    transition: all 0.5s ease-in-out;
  }
  .b-sort__all{
    margin-bottom: 3rem;
  }
  .b-sort__itm{
    display: block;
    transition: all 0.5s ease-in-out;
  }
  .cart-add, .favor-add, .cart-remove, .favor-remove{
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    background-color: #8D6A30;
    color: #fff;
    gap: 2rem;
    padding: 2rem;
    border-radius: 1rem;
    z-index: 777;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .s-main-banner__thumbnail{
    cursor: pointer;
  }
  .btn-close-favor, .btn-close-favors, .btn-close-favorsss{
    background-color: transparent;
    overflow: none;
    border: none;
    color: #fff;
    font-size: 2rem;
  }
  .modal-slider{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11111111;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
  .modal-slide{
    width: 100%;
    background-color: #007aff;
  }
  .close-buttons{
    position: fixed;
    top: 3rem;
    right: 5rem;
    font-size: 5rem;
  }
  .cart-add.active,
  .favor-add.active,
  .cart-remove.active,
  .favor-remove.active{
   opacity: 1;
   visibility: visible;
   transition: all 0.3s ease-in-out;
  }
  .cart-add.remove{
    display: none;
  }
  .b-filter__checkbox-list-itm{
    position: relative;
  }
  .floating-button {
    display: none; /* Сначала скрытая */
    position: absolute;
    right: -10rem;
    top: 0;
    z-index: 77;padding: 1rem;
    background-color: #8D6A30;
    color: #fff;
    border-radius: 1rem;
    border: none;
}
.b-products__itm[style="display: none;"] {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.iti--separate-dial-code .iti__selected-flag{
  z-index: 3;
  background-color: #fff;
      border-top-left-radius: 3.5rem;
    border-bottom-left-radius: 3.5rem;
}
#input-tel {
  width: 42rem !important;
}
.swiper-button-prev .icon, .swiper-button-next .icon {
  font-size: 3rem;
}
.swiper-button-prev svg, .swiper-button-next svg{
  width: 5rem;
  height: 5rem;
}
.b-card-cart__btns{
  align-items: center;
}
.b-card-cart__lnk_delete{
  /*font-size: 3rem;*/
}
.fav.b-card__fav.stat{
  position: static;
}
.stories-modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 77777777777777;
  min-height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.swiper-modal {
  width: 100%;
}

.swiper-slide.stories-slide{
  width: 500px;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}

.swiper-slide.stories-slide.story-wrapper{
  width: 450px;
  height: 650px;
}
.swiper-slide.stories-slide.swiper-slide-active .story-wrapper{
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.swiper-3d .swiper-slide-shadow-left{
  background-image: none !important;
}
.swiper-3d .swiper-slide-shadow-right{
  background-image: none !important;
}

.story-slide {
  position: relative;
  width: 100%;
  display: grid;
  height: 100%;
  padding: 00px 0;
  overflow: hidden;
}



.slide-items {
  position: relative;
  grid-area: 1/1;
  overflow: hidden;
}

.slide-items img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}

.slide-items > * {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  poiter-events: initial;
}

.slide-nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #000000;
  opacity: 0;
}

.slide-thumb {
  display: flex;
  grid-column: 1/3;
  padding: 0 15px;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 2px;
  background: #afafaf;
  margin: 3px;
  margin-top: 20px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.done:after {
  content: "";
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.slide-thumb > span.active:after {
  content: "";
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 5s forwards linear;
}
.s-blogs-carousel.visible{
  height: 43rem;
}
@keyframes thumb {
  to {
    transform: initial;
  }
}
.fav.is-active .fav__icon .icon-fav {
  /*fill: #8D6A30 !important;*/
  /* На тон светлее */
  fill: #D0B485 !important;
}
.carousel-colors__pict {
  position: relative;
  width: 10rem;
}
.product-slider{
  height: 90%;
}
.product-slider__slider {
  min-height: 100%;
  height: 100%;
}
.product-slider__swiper{
  min-height: 100%;
}
.product-slider__swiper-wrapper{
  min-height: 100%;
  height: 100%;
}
.product-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-slider__swiper-slide {
  height: 44rem;
  min-height: 100%;
}
.product-slider{
  height: 44rem;
  max-height: 100%;
}

@media (max-width: 900px){
  .product-slider__swiper-slide {
    height: 100%;
    min-height: 100%;
  }
  .product-slider{
    height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 900px){
  .product-slider {
    margin-top: 4.5rem;
  }
}

  @media (max-width: 768px){
    .choosing-box{
      padding: 2rem;
    }
    .swiper-slide.stories-slide{
      width: 300px;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      box-shadow: none;
    }
    .swiper-pagination-bullet:after{
      width: 1.2rem;
      height: 1.2rem;
    }
    .swiper-pagination-bullet {
      flex: 0 0 0.7rem !important;
      height: 0.7rem !important;
      width: 0.7rem !important;
      border-radius: 100%;
      position: relative;
      transition: background-color 0.3s;
     /* background-color: #FFF;*/
      cursor: pointer;
  }
    .swiper-control .swiper-pagination {
      width: auto;
      position: static;
      max-width: none !important;
      min-width: auto !important;
      margin: 0 1.5rem;
      
    }
    .swiper-control{
      justify-content: center;
    }
    .closee-choosing__pick{
      top: 2.3rem;
      font-size: 2rem;
    }
    .b-nav-phone__btm{
      gap: 2rem;
    }
    .choosing-box__map{
      height: 100%;
    }
    .b-popup_choosing.active{
      padding: 7rem  2rem;
    }
    .b-popup_application.active{
      padding: 3rem 2rem ;
    }
    .btn:hover {
     /* background: #8D6A30; убрал */
    }
   .s-header.index_head .s-header__inner {
    /* .s-header .s-header__inner {*/
      overflow: unset;
    }
    .s-header__slogan{
      /*font-size: 2.4rem;*/
      top: calc(100% + 10px);
     /* max-width: 60vw;*/
      line-height: 2rem;
    }

    .s-main-banner__title_h1{
      font-size: 2rem !important;
    }
    .b-nav-phone__btn-ind_btm{
      right: 0.9rem;
    }
    .s-advantages__list_5 .s-advantages__itm{
     width: 100% !important;
    }
    .s-advantages__ttl{
      font-size: 1.6rem;
    }
    .s-advantages__ttl br{
      display: none;
    }
    .b-nav-phone__btn-ind{
      right: 0.9rem;
      top: 0.9rem;
    }
    .section-head__tabs-head{
      display: flex;
      gap: 2rem;
      margin-top: 1.5rem;
    }
    .b-card__ttl{
      font-size: 1.4rem;
      font-weight: 500;
      height: auto;
    }
    .b-carousel__swiper-slide{
      /*max-width: 24rem !important; Убрал 
      width: 100% !important;*/
    }
    .b-carousel__lnk-all{
      font-weight: 600 !important;
      font-size: 1.6rem;
    }
    .s-section_pt-full {
      padding-top: 3rem;
    }
    .b-stocks__list{
      display: flex;
      flex-direction: row;
      gap: 1.5rem;
    }
    .b-pict-desc__lnk{
      font-size: 1.6rem;
    }
    .b-stocks__ttl{
      margin-bottom: 1.5rem;
    }
    .b-stocks__desc{
      bottom: 1.5rem;
    }
  }
  .s-contacs.pb-6{
    /*margin-bottom: 6rem !important;*/
  }
  @media (max-width: 520px){
    .application-box__title.application-box__title_h2{
      max-width: 80%;
    }
    .floating-button{
      right: 0rem;
    }
    .b-stocks__list{
      flex-direction: column-reverse;
    }
    .s-blogs-carousel__swiper-slide:not(.actions_section_slide) {
      width: 100% !important;
      max-width: 24rem !important;
    }
    .s-blogs-carousel__swiper-slide:not(.actions_section_slide)  .b-card-blog__pict{
      height: 20rem !important;
    }
    .s-blogs-carousel__swiper-slide:not(.actions_section_slide)  .b-card-blog__pict picture{
      display: inline-block;
      height: 100% !important;
    }
    .b-card-blog__img {
      height: 100%;
      object-fit: cover;
    }
    .s-footer__divisions{
      gap: 3rem;
    }
    .s-footer__map-lnk{
      gap: 0.5rem;
    }

  }

/**
 * Vendor styles
 */
[class$="_fw-light"],
[class*="_fw-light "] {
  font-weight: 300; }

[class$="_fw-normal"],
[class*="_fw-normal "] {
  font-weight: 400; }

[class$="_fw-medium"],
[class*="_fw-medium "] {
  font-weight: 500; }

[class$="_fw-semibold"],
[class*="_fw-semibold "] {
  font-weight: 600; }

[class$="_fw-bold"],
[class*="_fw-bold "] {
  font-weight: 700; }

[class$="_txt-center"],
[class*="_txt-center "] {
  text-align: center; }

[class$="_txt-danger"],
[class*="_txt-danger "] {
  color: #C6370A; }

[class$="_txt-gray"],
[class*="_txt-gray "] {
  color: rgba(15, 23, 42, 0.5); }

@media (max-width: 767px) {
  [class$="_hidden-phone"],
  [class*="_hidden-phone "] {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  [class$="_hidden-tablet"],
  [class*="_hidden-tablet "] {
    display: none !important; } }

@media (min-width: 992px) {
  [class$="_hidden-desktop"],
  [class*="_hidden-desktop "] {
    display: none !important; } }

[class$="_hide"],
[class*="_hide "] {
  display: none; }

[class$="_m-0"],
[class*="_m-0 "] {
  margin: 0; }

[class$="_m-12"],
[class*="_m-12 "] {
  margin: 1.2rem; }

[class$="_mt-0"],
[class*="_mt-0 "] {
  margin-top: 0; }

[class$="_mt-auto"],
[class*="_mt-auto "] {
  margin-top: auto; }

@media (max-width: 767px) {
  [class$="_mt-auto-phone"],
  [class*="_mt-auto-phone "] {
    margin-top: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  [class$="_mt-auto-tablet"],
  [class*="_mt-auto-tablet "] {
    margin-top: auto; } }

@media (min-width: 992px) {
  [class$="_mt-auto-desktop"],
  [class*="_mt-auto-desktop "] {
    margin-top: auto; } }

  @media (min-width: 992px) {
    .desc-pict__footnote[class$="_mt-auto-desktop"]{
        margin-top: auto;
        margin-bottom: auto;
        font-size: 2.7rem;
    }
  }

[class$="_mb-0"],
[class*="_mb-0 "] {
  margin-bottom: 0; }

[class$="_pt-0"],
[class*="_pt-0 "] {
  padding-top: 0!important }

[class$="_pb-0"],
[class*="_pb-0 "] {
  padding-bottom: 0!important; }

[class$="_fs-lg"],
[class*="_fs-lg "] {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif; }
  @media (min-width: 992px) {
    [class$="_fs-lg"],
    [class*="_fs-lg "] {
      font-size: 2rem; } }

[class$="_h1"],
[class*="_h1 "] {
  font-weight: 600;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    [class$="_h1"],
    [class*="_h1 "] {
      font-size: 5.2rem; } }

[class$="_h2"],
[class*="_h2 "] {
  font-weight: 600;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    [class$="_h2"],
    [class*="_h2 "] {
      font-size: 3.2rem; } }

[class$="_h3"],
[class*="_h3 "] {
  font-weight: 500;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    [class$="_h3"],
    [class*="_h3 "] {
      font-size: 2.8rem; } }

[class$="_h4"],
[class*="_h4 "] {
  font-weight: 600;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    [class$="_h4"],
    [class*="_h4 "] {
      font-size: 2.4rem; } }

[class$="_h5"],
[class*="_h5 "] {
  font-weight: 500;
  font-style: normal;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    [class$="_h5"],
    [class*="_h5 "] {
      font-weight: 600;
      font-size: 2rem; } }

[class$="_lnk-abs"],
[class*="_lnk-abs "] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

  [class$="_h4"], [class*="_h4 "] {
    font-weight: 600;
    font-style: normal;
    font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 140%;
}
/*# sourceMappingURL=main.css.map */


/* Добавил для страниццы заказа */
@media (min-width: 992px) {
  #bx-soa-order-form .bx-soa-section-title {
    font-size: 2.4rem!important;
  }
}
#bx-soa-order-form .bx-soa-custom-label,  #bx-soa-order-form .bx-soa-customer-label {
    padding: 0 2rem 0.3rem;
    font-size: 1.2rem;
    color: #9a9ca3;
    font-weight: 500;
}
#bx-soa-order-form .bx-soa-cart-total {
  border-radius: 0!important;
  position: unset;
  top: unset;
}
#bx-soa-order-form .bx-soa-cart-total-line {
  border: none!important;
  padding: 0;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.28571;
}
#bx-soa-order-form .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: 500;
}
#bx-soa-order-form .bx-soa-cart-total .bx-soa-cart-total-line-total {
  font-size: 2rem;
    font-weight: 600;
    color: #c6370a;
    margin: 0;
}
#bx-soa-order-form .bx-soa-cart-total .bx-soa-cart-total-line-total > * {
  font-size: 2rem!important;
}
#bx-soa-order-form .bx-soa-more {
  border: 0!important;
}
#bx-soa-order-form #bx-soa-region .bx-soa-more {
  margin-top: 0;
  padding-top: 0;
}
#bx-soa-order-form .bx-soa-section-title-container {
  background: none!important;
}
#bx-soa-order-form .bx_soa_location > div {
      display: flex;
    flex-wrap: wrap;
    gap: 0 2.4rem;
    justify-content: space-between;
}
#bx-soa-order-form .bx_soa_location > div > .form-group:first-child {
 display: flex;
 width: 100%;
 gap: 2.4rem;
     margin-bottom: 20px;
}
#bx-soa-order-form .bx_soa_location > div > .form-group:first-child > * {
  margin: 0!important;
  font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    padding: 0;
}
#bx-soa-order-form .bx_soa_location .form-group.bx-soa-location-input-container {
  width: 48%;
}
@media (max-width: 890px) {
  #bx-soa-order-form .bx_soa_location .form-group.bx-soa-location-input-container {
    width: 100%;
  }
}
#bx-soa-order-form .bx-soa-pp-company {
   border: 1px solid #D0B485!important;
}
#bx-soa-order-form .bx-soa-pp-company-graf-container {
  border: 0px solid #D0B485!important;
  border-radius: 0px!important;
}
#bx-soa-order-form #bx-soa-properties .bx-soa-customer {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#bx-soa-order-form #bx-soa-properties .bx-soa-customer .form-group {
  width: 48%;
}
#bx-soa-order-form #bx-soa-properties .bx-soa-customer .form-group .iti {
  width: 100%;
}
@media (max-width: 992px) {
  #bx-soa-order-form .bx_soa_location > div > .form-group:first-child {
    display: block;
  }
  #bx-soa-order-form #bx-soa-properties .bx-soa-customer .form-group {
    width: 100%;
  }
}
#bx-soa-order-form #bx-soa-properties .form-group select {
  -webkit-appearance: none;
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 30px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' id='arrow-down-16.svg'%3E%3Cpath fill='none' stroke='%23D0B485' stroke-width='1.5' d='m12 6-4 4-4-4'%3E%3C/path%3E%3C/svg%3E");
}
#bx-soa-order-form #bx-soa-properties .bx-soa-pp {
      display: flex;
}
#bx-soa-order-form .bx-soa-pp-item-container input[type=checkbox].bx-soa-pp-company-checkbox, #bx-soa-order-form .bx-soa-section-content .radio-inline input[type="radio"] {
  background: #fff;
    border: 0.1rem solid rgba(154,156,163,.5);
    border-radius: 0.2rem;
    appearance: none;
    width: 12px;
    height: 12px;
}
#bx-soa-order-form .bx-soa-pp-item-container input[type=checkbox].bx-soa-pp-company-checkbox:checked, #bx-soa-order-form .bx-soa-section-content .radio-inline input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0 2C0 0.895431 0.895431 0 2 0H10C11.1046 0 12 0.895431 12 2V10C12 11.1046 11.1046 12 10 12H2C0.895431 12 0 11.1046 0 10V2Z' fill='%23D0B485'/%3E%3Cpath d='M10.2512 2C7.87268 3.36361 5.46489 7.24259 5.46489 7.24259L3.29215 4.69712L2 5.96982L5.14177 10L6.28699 9.95458C7.75532 5.40889 11 2.36365 11 2.36365L10.2512 2Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  border: none;
}
 #bx-soa-order-form #bx-soa-region .bx-soa-section-content .radio-inline input[type="radio"] {
    position: unset;
    margin: 0;
    margin-right: 10px;
 }
#bx-soa-order-form .bx-soa-pp-item-container {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
@media (max-width: 1170px) {
  #bx-soa-order-form .bx-soa-pp-item-container {
    gap: 0.55rem;
  }
}
#bx-soa-order-form .bx-soa-pp-item-container .col-lg-4 {
  width: 32.333333%;
  cursor: pointer;
}
#bx-soa-order-form .bx-soa-pp-desc-container {
    width: 33%;
    display: flex;
    align-items: start;
    padding-top: 0;
}
#bx-soa-order-form .bx-soa-pp-desc-container .bx-soa-pp-company {
  width: 100%;
      background: #d0b4854d;
}
#bx-soa-order-form .bx-soa-pp-desc-container .bx-soa-pp-company .btn {
  color: #FFF;
    font-size: 8px;
    padding: 10px;
    line-height: 1;
        margin-bottom: 15px;
}
@media (max-width: 768px) {
  #bx-soa-order-form .bx-soa-pp-item-container {
     width: 100%;
  }
  #bx-soa-order-form .bx-soa-pp-desc-container {
       width: 98.9%;
       margin-top: 15px;
  }
  #bx-soa-order-form .bx-soa-pp-item-container .col-lg-4 {
    width: 49%
  }
}
@media (max-width: 767px) {
  #bx-soa-order-form #bx-soa-total {
    width: 100%;
  }
}

#bx-soa-total .sticky_block .bx-soa-cart-total {
  position: unset;
}
@media (min-width: 990px) {
#bx-soa-order > .col-sm-9 {
  width: 70%;
}
#bx-soa-order > .col-sm-3 {
width: 30%;
}
}
#bx-soa-delivery #baikalsr_pickup_change {
  margin-top: 17px;
}
/* Добавил */
.collage__double {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
      height: 540px;
}
.collage__double .collage_col-left {
  width: 60%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.collage__double .collage_col-right {
  width: 40%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.collage__double img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 992px) {
  .collage__double {
    max-height: 50vh;
  }
}
picture[data-fancybox*="gallery"] {
 cursor: pointer;
 overflow: hidden;
}
picture[data-fancybox*="gallery"] img {
  /*
  transition: all .3s linear;
  transform: scale(1);
  */
}
picture[data-fancybox*="gallery"]:hover img {
  /*
  transform: scale(1.1);
  */
}
.item_info  {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.item_info:first-child {
 margin-top:1em;
}
.item_info *:first-child {
  margin-top: 0;
}
.item_info *:last-child {
  margin-bottom: 0;
}
.item_info *[data-fancybox*="gallery"] img {
  transition: all .3s linear;
  transform: scale(1);
}
.item_info *[data-fancybox*="gallery"]:hover img {
  transform: scale(1.02);
  cursor: pointer;
}

.item_info.full-width-img {
  width: 100%;
  height: auto;
}
.item_info.full-width-img *[data-fancybox] {
  display: block;
}
.item_info.full-width-img *[data-fancybox] img {
  width: 100%;
  display: block;
}

.item_info.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  width: calc(100% + 10px);
}
.item_info.gallery .gallery-item {
  max-height: 30vh;
  width: 25%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  object-position: center;
}
/*.item_info.gallery .gallery-item picture {*/
.item_info.gallery .gallery-item *[data-fancybox] {
  cursor: pointer;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}

/*.item_info.gallery picture img {*/
.item_info.gallery .gallery-item *[data-fancybox] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .item_info.gallery:last-of-type {
    /*margin-bottom: -5px;*/
  }
}
.item_info[class*="wrap_text"] {
  width: 100%;
  overflow: hidden;
}
.item_info[class*="wrap_text"] img[data-fancybox] {
  transition: all .3s linear;
}
.item_info[class*="wrap_text"] img[data-fancybox]:hover {
    transform: scale(1.02);
    cursor: pointer;
}
.item_info[class*="wrap_text"] p:first-of-type{
  margin-top: 0;
}
.item_info[class*="wrap_text"] p:last-of-type{
  margin-bottom: 0;
}

.item_info[class*="wrap_text_right"] *[data-fancybox] {
 float: left;
  margin-right: 20px;
}
/* отключить обтекание на мобильном 
@media (max-width: 460px) {
  .item_info[class*="wrap_text_right"] *[data-fancybox] {float: none;margin: 0}
}*/
.item_info[class*="wrap_text_left"] *[data-fancybox] {
 float: right;
 margin-left: 20px;
}
/*  отключить обтекание на мобильном 
@media (max-width: 460px) {
  .item_info[class*="wrap_text_left"] *[data-fancybox] {float: none;margin: 0}
}*/
.item_info.wrap_text_right_30 *[data-fancybox], .item_info.wrap_text_left_30 *[data-fancybox]  {
   width: 35%;
}
.item_info.wrap_text_right_50 *[data-fancybox], .item_info.wrap_text_left_50 *[data-fancybox]  {
  width: 49%;
}
.item_info.wrap_text_right_max30 *[data-fancybox], .item_info.wrap_text_left_max30 *[data-fancybox]  {
  max-width: 35%;
}
.item_info.wrap_text_right_max50 *[data-fancybox], .item_info.wrap_text_left_max50 *[data-fancybox]  {
  max-width: 49%;
}
.item_info[class*="wrap_text"] *[data-fancybox] img {
  width: 100%;
}


.item_info.wrap_text_and_img_50 {

}
.item_info.wrap_text_and_img_50 *[data-fancybox].left {
 float: right;
 /*
 margin-left: 30px;
 margin-bottom: 30px;
 */
  margin-left: 15px;
  margin-bottom: 0px;
}
.item_info.wrap_text_and_img_50 *[data-fancybox].right {
  float: left;
  /*
  margin-right: 30px;
  margin-bottom: 30px;
  */
  margin-bottom: 0;
  margin-right: 15px;
}
.item_info.wrap_text_and_img_50 *[data-fancybox] {
   width: 49%;
}
.item_info.wrap_text_and_img_50 *[data-fancybox] img{
   width: 100%;
}

.item_info.wrap_text_and_img_30 {

}
.item_info.wrap_text_and_img_30 *[data-fancybox].left {
 float: right;
 /*
 margin-left: 30px;
 margin-bottom: 30px;
 */
 margin-bottom: 0;
 margin-left: 10px;

}
.item_info.wrap_text_and_img_30 *[data-fancybox].right {
  float: left;
  /*
  margin-right: 30px;
  margin-bottom: 30px;
  */
  margin-bottom: 0;
 margin-right: 10px;

}
.item_info.wrap_text_and_img_30 *[data-fancybox] {
   width: 35%;
}
.item_info.wrap_text_and_img_30 *[data-fancybox] img{
   width: 100%;
}
@media (max-width: 990px) {
  .item_info.wrap_text_and_img_30 *[data-fancybox] {
     width: 40%;
  }
}

/* */


.item_info.wrap_text_and_img_max50 {

}
.item_info.wrap_text_and_img_max50 *[data-fancybox].left {
 float: right;
 margin-left: 30px;
 margin-bottom: 30px;
}
.item_info.wrap_text_and_img_max50 *[data-fancybox].right {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.item_info.wrap_text_and_img_max50 *[data-fancybox] {
   max-width: 50%;
}
.item_info.wrap_text_and_img_max50 *[data-fancybox] img{
   /*width: unset;*/
}


.item_info.wrap_text_and_img_max30 {

}
.item_info.wrap_text_and_img_max30 *[data-fancybox].left {
 float: right;
 margin-left: 30px;
 margin-bottom: 30px;
}
.item_info.wrap_text_and_img_max30 *[data-fancybox].right {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.item_info.wrap_text_and_img_max30 *[data-fancybox] {
   max-width: 35%;
}
.item_info.wrap_text_and_img_max30 *[data-fancybox] img{
   /*width: unset; */
}


.item_info[class*="wrap_text_and_img"] *[data-fancybox].full_width {
 display: block;
 width: 100%;
 max-width: unset;
}

.item_info[class*="wrap_text_and_img"] *[data-fancybox].full_width img {
  width: 100%;
  display: block;
}






.item_info.checkerboard {
  display: flex;
}

.item_info.checkerboard .checkerboard-image {
  width: 50%;
  height: auto;
  float: left;
  margin-right: 30px;
}

.item_info.checkerboard .checkerboard-text {
  width: 50%;
  float: left;
}




/* Стили для слайдера акции на главной */
.s-stocks-carousel-index {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (max-width: 900px) {
  .s-stocks-carousel-index {
   padding-bottom: 50px;
 }
}
@media (max-width: 900px) {
  .s-section-stocks-carousel {
   overflow: hidden;
 }
 .s-stocks-carousel-index .b-card-blog__img {
  max-height: 300px;
}
}
@media (min-width: 900px) {
  .s-stocks-carousel-index .s-blogs-carousel__swiper {
    overflow: hidden;
  }
  .s-stocks-carousel-index .s-blogs-carousel__control {
    height: 0;
    margin:0;
  }
  .s-section-stocks-carousel .s-blogs-carousel__ttl {
    margin-bottom: calc(4.8rem + 10px);
  }
}
.s-stocks-carousel-index .b-card-blog__desc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 1.5rem 2rem;
}
.s-stocks-carousel-index .b-card-blog:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 0.5%);
}
@media (min-width: 900px) {
  .s-stocks-carousel-index .b-card-blog__desc {
    padding:4.4rem 5.2rem
  }
}
/* Добавил */
.s-stocks-carousel-index .swiper-button-prev.swiper-button-disable,
.s-stocks-carousel-index .swiper-button-next.swiper-button-disable {
  opacity: .5;
  cursor: default;
}
.s-stocks-carousel-index .swiper-button-prev.swiper-button-disable .icon,
.s-stocks-carousel-index .swiper-button-next.swiper-button-disable .icon{
  fill: #6F6F6F;
}
.s-stocks-carousel-index .swiper-button-prev.swiper-button-disable:hover .icon,
.s-stocks-carousel-index .swiper-button-next.swiper-button-disable:hover .icon{
  fill: #fff;
}


/*
.item_info picture.right_50 {
   width: 50%;
  float: right;
  margin-right: 30px;
}
.item_info picture.left_50 {
  width: 50%;
  float: left;
  margin-right: 30px;
}

.item_info picture.right_30 {
   width: 30%;
  float: right;
  margin-right: 30px;
}
.item_info picture.left_30 {
  width: 30%;
  float: left;
  margin-right: 30px;
  }*/

  /*Новые стили ддля корзины  */
@media (min-width: 990px )  and (max-width: 1100px) {
  .new-cart-list__itm .b-card-cart {
    padding: 0.8rem
  }
  .new-cart-list__itm .b-card-cart__lnk {
    margin: 0!important;
  }
}
  .new-cart-list__itm .b-card-cart__desc {
   flex-wrap: wrap;
   align-items: center;
 }
 .new-cart-list__itm .b-card-cart__pict img {
     min-height: 100%;
  }
.new-cart-list__itm .b-card-cart__desc_first__line {
  width: 100%;
   display: flex;
   justify-content: space-between;
}
 .new-cart-list__itm .b-block_name_and_option {
  max-width: 40%;
}
.new-cart-list__itm .b-block_name_and_option .b-card-cart__ttl {
  font-size: 1.5rem;
  margin-bottom: .4rem;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-cart-list__itm .b-block_name_and_option .b-card-cart__option {
  margin: 0;
  color: #747474;
}
.new-cart-list__itm .b-block_price .b-card-cart__price {
  position: unset;
  margin: 0;
}
.new-cart-list__itm .b-block_price .b-card-cart__price .price__old{
  margin: 0;
}
.new-cart-list__itm .b-card-cart__btm {
  margin: 0;
  width: 100%;
}
.new-cart-list__itm .b-card-cart__lnk_delete,
.new-cart-list__itm .b-card-cart__lnk_entrance,
.new-cart-list__itm .b-card-cart__lnk_manager
{
  margin: 0;
  font-size: 10px;
}
.new-cart-list__itm .b-card-cart__lnk_delete {
  margin-left: auto;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) {
.new-cart-list__itm .b-card-cart__lnk_entrance,
.new-cart-list__itm .b-card-cart__lnk_manager
 {
    margin-top: 10px;
    position: unset;
    line-height: unset;
    padding: 5px 10px;
}
}
.new-cart-list__itm .b-card-cart__lnk_manager + * {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .new-cart-list__itm {
    position: relative;
  }
  .new-cart-list__itm .b-block_name_and_option .b-card-cart__ttl {
    max-width: 90%;
  }
  .new-cart-list__itm .b-card-cart{
    display: flex;
     flex-wrap: wrap;
  }
  .new-cart-list__itm .b-card-cart__pict {
    width: 44%;
  }
  .new-cart-list__itm .b-card-cart__desc {
    padding: 0;
    width: 56%;
    display: flex;
    align-items: stretch;
  }
  .new-cart-list__itm .b-block_name_and_option {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .new-cart-list__itm .b-block_btn_counter {
    order: 3;
  }
   .new-cart-list__itm .b-block_price {
    order: 2;
    width: 100%;
  }
  .new-cart-list__itm .b-card-cart__lnk_entrance, .new-cart-list__itm .b-card-cart__lnk_manager {
    padding: 5px;
    width: 100%;
  }
  .new-cart-list__itm .b-card-cart__desc_first__line, .new-cart-list__itm .b-card-cart__btm {
    flex-wrap: wrap;
    padding-left: 10px;
  }
  .new-cart-list__itm .b-card-cart__btm{
    display: flex;
    gap: 0;
    align-items: end;
  }
  .new-cart-list__itm .b-card-cart__price {
     flex-wrap: wrap;
    width: 100%;
    margin: 10px 0!important;
  }
   .new-cart-list__itm .b-card-cart__price .price__now {
    width: 100%
  }
  .new-cart-list__itm .b-card-cart__lnk_fav {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 400px) {
  .new-cart-list__itm .b-card-cart__lnk_entrance, .new-cart-list__itm .b-card-cart__lnk_manager {
    font-size: 2.1vw;
  }
}
/* Добавил */
.s-section__l-container .nav-catalog {
  margin-top: 20px;
}
.b-popup#search_modal {
  width: 60rem;
  padding: 35px;
}
.b-popup#search_modal .is-close-btn {
  top: 35px;
  right: 35px;
  width: auto;
    height: auto;
}
.b-popup#search_modal .choosing-box__title_h2{
  width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.b-popup#search_modal .search_name {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.b-popup#search_modal .search_block {
  width: 100%;
}
.b-popup#search_modal .search_block .input_btn_block {
  position: relative;
  display: flex;
  /*padding: 0px 10px;*/
  padding-left: 10px;
  width: 100%;
  border: 1px solid #0f172a;
  align-items: center;
}
.b-popup#search_modal .search_block .input_btn_block .choices {
  margin: 0;
    border-top: 0;
    border-bottom: 0;
    min-width: 120px;
}
.b-popup#search_modal .search_block .input_btn_block .choices .choices__inner {
   border-radius: 0;
    padding: 10px 0px;
    padding-left: 10px;

    /*
    border: 1px solid #0f172a;
    border-top: 0px;
    border-bottom: 0px;
    */
    border: 0px;
}
.b-popup#search_modal .search_block .input_btn_block .choices .choices__inner:hover, .b-popup#search_modal .search_block .input_btn_block .choices.is-open .choices__inner{
  background: #F2F2F2;
}
.b-popup#search_modal .search_block .input_btn_block .choices .choices__list--dropdown{
  border-radius: 0!important;
  margin-top: 4px;
    border-top: 1px solid;
    border-color: #D0B485!important;
}
.b-popup#search_modal .search_block .input_btn_block .choices .choices__inner .choices__item {
 padding: 0;
    padding-right: 30px;
    color: #D0B485;
    font-size: 15px;
    opacity: 1;
}
.b-popup#search_modal .search_block .input_btn_block .choices__list .choices__item {
  padding: 5px 12px;
  color: #D0B485;
}
.b-popup#search_modal .search_block .input_btn_block .choices[data-type*=select-one]:after {
  right: 8px;
  background-size: contain;
  width: 1.7rem;
  height: 1.7rem;
  opacity: 0.5;
}
.b-popup#search_modal .search_block .search_input {
  display: block;
  background: unset;
  outline: none;
  box-shadow: none;
  border: none;
  flex: 1;
}
.b-popup#search_modal .search_block .search_btn {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
   /*
  position: absolute;
  top: 45%;
  transform: translateY(-50%);*/
  /*right: 9px;*/
  width: 35px;
  height: 20px;
  cursor: pointer;
  transition: color 0.3s;
}
.b-popup#search_modal .search_block .search_btn .icon {
  width: 100%;
  height: 100%;
}
.b-popup#search_modal .search_block .search_btn:hover .icon {
  fill:#D0B485;
}
.b-popup#search_modal .search_block .search_autocomplete {
  z-index: 100;
  background-color: #ffffff;
  top: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #0f172a;
  border-top: transparent;
  max-height: 0px;

}

.b-popup#search_modal .search_block .search_autocomplete::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.b-popup#search_modal .search_block .search_autocomplete::-webkit-scrollbar-track {
  background-color: #fff;
}
.b-popup#search_modal .search_block .search_autocomplete::-webkit-scrollbar-thumb {
  background-color: #CCB58B;
  border-radius: 0px;
}
.b-popup#search_modal .search_block .search_autocomplete::-webkit-scrollbar-thumb:hover {
  background-color: #fff7ea; 
}
.b-popup#search_modal .search_block.autocomplete_open .search_autocomplete {
  visibility: visible;
  opacity: 1;
  max-height: calc(41px * 6);
}
/*
.b-popup#search_modal .search_block .search_autocomplete .search_itm:first-child {
  margin-top: 10px;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm {
  margin-bottom: 10px;
}
*/

.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link {
  display: flex;
  color:#0f172a;
  text-decoration: none;
  padding: 10px 10px;
  overflow: hidden;
  align-items: center;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link .img_block  {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    max-width: 30px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link .img_block img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    min-width: 100%;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link .icon_block {
  display: flex;
}

.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link .name {
 display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm:last-child .search_link {
  border-bottom: 1px solid transparent;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link:hover {
  color:#D0B485;
  border-bottom: 1px solid #0f172a;
  text-decoration: underline; text-decoration-skip-ink: none;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link .icon {
  fill:#0f172a;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm .search_link:hover .icon {
  fill:#0f172a;
}
.b-popup#search_modal .search_block .search_autocomplete .search_itm.error {
  padding: 10px;
  background: #f8d7da;
  color: #58151c;
}
.s-main-banner__l-container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px){
  .b-popup#search_modal {
    padding: 15px;
    padding-bottom: 35px;
  }
  .fancybox__slide.search_modal_bg {
    background-color: unset!important;
  }
  .fancybox__slide.search_modal_bg:before,.fancybox__slide.search_modal_bg:after {
    display: none;
  }
  .b-popup#search_modal .is-close-btn {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 990px) {
  .s-footer__contacts {
    margin-top: 0.5rem;
  }
}
.s-advantages .s-advantages__title {
text-align: center;
}
.sticky_block {
  position: sticky;
    /* padding: 20px 0; */
    transition: unset;
    top: 120px;
}

@media (min-width: 992px) {
.desc-pict__footnote[class$="_mt-auto-desktop"] {
font-size: 2rem;
}
}




@media (max-width: 990px) {

  .js_menu .menu__list {
    display: none;
  }
   .js_menu {
     margin-bottom: 2rem;
   }
   .js_menu .menu__list {
    margin-top: 1rem;
   }
  .js_menu .button_js_menu {
    border: none;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-weight: 600;
    color: #8D6A30;
   
  }
  .js_menu .button_js_menu:after {
    content: '';
    width: 11px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.448 9L0.612 0.636H10.272L5.448 9Z' fill='%238D6A30'/%3E%3C/svg%3E%0A");
    transition: transform 0.3s;
  }
  .js_menu.is-open .button_js_menu:after {
    transform: rotate(180deg);
  }
}

    .b-prod-detail__picts.no_photo .product-slider__thumbs{
      display: none!important;
    }
    .b-prod-detail__desc .chars-wrapper .b-prod-detail__toggle-txt {
      padding-left: 0;
    }
  @media (min-width: 1200px) {
    .b-prod-detail__btm.detail__btm_chars_hidden_desktop .chars-wrapper{
      display: none;
    }
  }
  @media (max-width: 1200px) {
    .b-prod-detail__picts.no_photo .product-slider__img{
          max-height: 28vh;
    }
  }


.blogs__itms_hidden-desktop .b-blogs__itm.preview_itm {
  margin-top: 15px;
}
.blogs__itms_hidden-desktop .b-blogs__itm.preview_itm img {
  object-fit: cover;
}

.product-slider .swiper-backface-hidden .swiper-slide {
  min-height: 114px;
}
.product-slider .swiper-slide.video_swiper:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cpath d='m9 7-9 6.062V.938L9 7Z'/%3E%3C/svg%3E");
    position: absolute;
    height: 68px;
    width: 68px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #8D6A30;
    background-position: center;
    border-radius: 100px;
    background-size: 30%;
    transition: 0.4s all linear;
}
@media (min-width: 990px) {
  .product-slider .swiper-slide.video_swiper:hover:before {
    transform: scale(1.05);
  }
}
@media (max-width: 990px) {
  .product-slider__swiper-wrapper .product-slider__swiper-slide {
    height: auto!important;
  }
}
.b-blogs .pagination {
    display: inline-block;
    margin-top: 7rem;
}

.b-blogs .pagination .item_pag {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}
.b-blogs .pagination .item_pag:not(:last-child) {
  border-right: 0px;
}

.b-blogs .pagination .item_pag.active {
  background-color: #D0B485;
  color: white;
  border: 1px solid #D0B485;
}

.b-blogs .pagination a.item_pag:hover:not(.active) {
  background-color: #ddd;
}

@media (max-width: 990px) {
  .b-blogs .pagination {
     display: flex;
  }
  .b-blogs .pagination .item_pag {
     padding: 8px 12px;
  }
  .b-blogs .pagination .item_pag{
    flex: 1;
    text-align: center;
  }
}


.modal#modal-terminal-choice .modal-dialog{
  -webkit-transform:translate(0,0%)!important;
    -ms-transform: translate(0,0%)!important;
    -o-transform: translate(0,0%)!important;
  transform:translate(0,0%)!important;
}

.map-block.map-block_modal.terminal_wrap {
  display: flex;
}
#rc_terminals {
  position: unset!important;
  order: 1;
}
#map-order-terminal {
    order: 2;
  margin-left: unset!important;
}
@media (max-width: 900px) {
  .map-block.map-block_modal.terminal_wrap {
    flex-direction: column;
  }
  #rc_terminals, #rc_terminals .menu {
    width: 100%;
    height: unset!important;
  }
}

@media (min-width: 990px) {
  .b-atricle__col_big iframe.youtube {
    height: 500px;
  }
}
.iti__country-list {
  z-index: 5!important;
}
/* Унифицируем отступы */
.l-main .s-section{
      /*padding-bottom: 0rem;*/
      padding: 2.5rem 0;
    }
.l-main .b-carousel_has-pb {
  padding-bottom: 0px;
}
.l-main .s-info {
margin-top: 6.5rem
}
.l-main .s-section.s-section_pt-full, .l-main .s-section.s-section_pt-full .b-carousel_has-pb, .l-main .s-stocks-carousel-index {
  padding-bottom: 0px; 
}
.b-action-detail__desc {
  /* padding-bottom: 6rem; изменил */
}
@media (max-width: 990px) {
  .l-main .s-sections {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .l-main .s-stocks-carousel-index {
    padding-bottom: 0px;
  }
  .l-main .b-carousel__control {
    margin-bottom: 0px;
  }
}
@media (min-width: 990px) {
  .s-section#become-partner {
    padding-bottom: 5rem;
    margin-top: 0rem;
  }
}
@media (max-width: 990px) {
  .s-section#become-partner {
    padding-bottom: 3rem;
      margin-top: 0rem;
  }
}

.fancybox__content#installment b {
  color: #323b4b;
}

.b-popup .alert-success {
    border: none;
    border-radius: 0;
}

.b-popup_entrance.success:after {
  display: none;
}

.padding_top_0 {
  padding-top: 0!important;
}

.padding_top_3 {
  padding-top: 3rem!important;
}

.swiper-control:has(> .swiper-pagination-lock) {
   display: none;
}
.actions_section .s-section:first-child {
  padding-top: 2.5rem!important;
}
.actions_section .s-section:not(:first-child) .s-blogs-carousel {
  margin-top: 0;
}

@media (max-width: 992px) {
  .actions_section .s-section_pt-0 {
        padding-top: 3.7rem!important;
  }
}
.l-main .view_product_actions_page {
  padding-bottom: 2.5rem;
}
@media (min-width: 900px) {
  .actions_section .s-blogs-carousel__swiper {
    overflow: hidden;
  }
  .actions_section .b-card-blog__desc {
    padding-bottom: 1rem;
  }

}
.gallery_holiday .s-section {
  padding-top: 2.5rem!important;
}
.gallery_holiday .s-section__desc, .gallery_holiday .s-section__desc p:last-child {
  margin-bottom: 0;
}
.gallery_holiday .nav-line_txt-right.nav-line_mt-0 .nav-line__list {
  margin-top: 0;
}

@media (max-width: 992px) {
   .gallery_holiday .carousel-pict__control {
    margin-bottom: 0;
   }
   .gallery_holiday .nav-line_txt-right.nav-line_mt-0 .nav-line__list {
    margin-top: 0rem;
   }
 }

 @media (max-width: 992px) {
  .business_page .s-section .l-container > *:first-child {
        margin-top: 2rem;
  }
  .business_page .desc-pict__desc p {
    margin: 1.5rem 0;
  }
  .business_page .list-desc__itm {
    margin-top: 1.5rem;
  }
  .business_page .list-desc__itm *:first-child {
    margin-top: 0;
  }
}

.s-section.reviews_page {
  padding-top: calc(2.5rem + 1em)!important;
}
.s-section.reviews_page .l-columns {
  margin-top: 0!important;
}
@media (max-width: 990px) {
  .s-section.reviews_page .add-reviews {
    margin-top: 0em;
  }
}
.l-main .s-section:has(.help_page ) {
   padding-top: 2.5rem!important;
}
.s-section:has(.help_page) .l-columns {
  /*margin-top: 1em;*/
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .help_page .desc-page_fs-lg br {
    display: none;
  }
}
.catalog_page .s-section, .catalog_page .s-sections {
  padding-top: 2.5rem!important;
}

.catalog_page .s-section.limit_koll {
  padding-top: 0!important;
}
@media (min-width: 990px) {
  .catalog_page .s-section.limit_koll .head-collection__subtitle{
     padding-top: calc(2.5rem + 1em)!important;
     margin-top: 0!important;
  }
}
@media (min-width: 990px) {
  .catalog_page .s-sections {
    margin-top: 2em;
  }
}
.catalog_page .b-card__ttl {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.catalog_page .b-card {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.why_page .s-section {
  padding-top: 2.5rem!important;
}

@media (max-width: 992px) {
   .why_page .carousel-pict__control {
    margin-bottom: 0;
   }
   .why_page .nav-line_txt-right.nav-line_mt-0 .nav-line__list {
    margin-top: 0rem;
   }
}
.miracle_page {
   padding-top: 2.5rem!important;
}
@media (max-width: 992px) {
  .miracle_page .desc-pict__desc {
      margin-top: 1.5rem;
  }
  .miracle_page .list-desc__itm {
    margin-top: 1.5rem;
  }
  .miracle_page .list-desc__itm:first-child {
    margin-top: 2rem;
  }
  .miracle_page .list-desc__itm:first-child .desc-pict__desc {
      margin-top: 3rem;
  }
  .miracle_page .desc-pict__desc p {
        margin: 1.5rem 0;
  }
  .miracle_page .desc-pict__footnote {
    margin: 0;
   }
   .miracle_page .carousel-pict__control {
    margin-bottom: 0;
   }
   .miracle_page .nav-line_txt-right.nav-line_mt-0 .nav-line__list {
    margin-top: 2.5rem;
   }
}
.selection_page .s-section {
  padding-top: 2.5rem!important;
}
@media (max-width: 768px) {
  .selection_page .tabs .carousel-pict__control {
    margin-bottom: 0rem;
  }
}
.s-cart {
   padding-top: calc(2.5rem + 1em)!important;
   margin-top: 0;
}
#bx-soa-order {
  padding-top: calc(2.5rem + 1.35em)!important;
}
.manufacture_page .s-section {
  padding-top: 2.5rem!important;
}
@media (max-width: 992px) {
  .manufacture_page .desc-pict__desc {
    margin-top: 0;
  }
  .manufacture_page .list-desc__itm {
    margin-top: 0rem;
  }
  .manufacture_page .list-desc__itm:first-child {
    margin-top: 1.5em;
  }
  .manufacture_page .desc-pict__desc p {
    margin: 1.5rem 0;
    }
}
@media (min-width: 992px) {
  .manufacture_page .b-components__itm {
    flex: 0 0 calc( 25% - 1.7rem * 4 / 3);
    max-width: calc( 25% - 1.7rem * 4 / 3);
  }
}
.login_page .s-section {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
}
.login_page .s-section .section-head{
  padding-bottom: calc(2.5rem + 1em)!important;
  margin-bottom: 0;
}
.register_page .s-section {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
}
.register_page .s-section .section-head{
  padding-bottom: calc(2.5rem + 1em)!important;
  margin-bottom: 0;
}
.register_page .s-section .footnote:not(:last-child), .register_page .s-section .access-personal {
  margin-top: 0;
}
.b-atricle .b-atricle__col_big > *:first-child:not([style]):not(p),
.b-atricle .b-atricle__col_big > .article-video:first-child
{
  margin-top: 1.35em;
}
@media (max-width: 990px) {
  .b-atricle .b-atricle__col_big br:last-child{
    display: none;
  }
}
.b-action-detail .b-action-detail__head {
    margin-top: 1.9rem!important;
}



/* Для итога корзины */
.bx_soa_order {
  padding-bottom: 2.5rem;
}
.bx-soa-sidebar .guest_card {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #8D6A30;
  }

.bx-soa-sidebar .bx-soa-cart-total-shipping_payment {
  display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px;
}
.bx-soa-sidebar .bx-soa-cart-total-shipping_payment .name {
  font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
}
.bx-soa-sidebar .bx-soa-cart-total-shipping_payment .text {
  font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}
.bx-soa-sidebar .bx-soa-cart-total-shipping_payment .text_gray {
 font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A80;
}
.bx-soa-sidebar .s-order__btn {
  margin: 0!important;
}



/* Для мобильных карточек  */
      @media (max-width: 992px) { /* Добавил */
          .catalog_page .b-products__itm .b-card > .b-card__desc .b-card__ttl  {
            min-height: 68px;
            -webkit-line-clamp: 4;
            line-clamp: 4;
          }
           .catalog_page .b-products__itm .b-card .b-card__sizes[data-name*="лампоче"] {
           display: none !important;
           }
          .catalog_page .b-products__itm .b-card .b-card__hidden{
            height: 100%;
          }
          .catalog_page .b-products__itm .b-card .b-card__btn {
            height: 40px;
          }
          .catalog_page .b-products__itm .b-card .b-card__btn.js-product-subscription {
              font-size: 2vw;
          }
          /*
          .catalog_page .b-products__itm .b-card > .b-card__desc {
            height: auto;
          }
          .catalog_page .b-products__itm .b-card  .b-card__hidden {
            height: 100%;
           
          }*/
          /*
          .b-card__hidden.count_0.no_buttons {
            min-height: 56px;
          }
          .b-card__hidden.count_0.yes_buttons {
            min-height: 95px;
          }*/
      } 

/* Добавил */
.b-prod-detail__sizes .js-product-sku-change.is-disable {
  cursor: pointer;
  display: none;
}

.s-section:has(.favorites_page) {
margin-top: 4.5rem;
}




.cookie_banner {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 18%);
	position: fixed;
	bottom: 20px;
	left: -100vw;
	width: 400px;
	transition: .4s all linear;
	opacity: 0;
    z-index: 999999;
}
.cookie_banner .agree_btn {
    width:100%;
}
.cookie_banner span {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block;
}
.cookie_banner .close-button {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    background: transparent;
    border: 0;
    background: var(--accent-blue);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.cookie_banner .button-orange-2.agree_btn {
	width: 100%;
}

.cookie_banner .close-button::before,
.cookie_banner .close-button::after {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: var(--text-white);
}
.cookie_banner .close-button::before {
    transform: rotate(-45deg);
}
.cookie_banner .close-button::after {
    transform: rotate(45deg);
}
.cookie_banner .close-button:hover {
	background: var(--accent-orange);
	transform: rotate(180deg);
}
@media (min-width: 769px) {
	.cookie_banner.view {
		opacity: 1;
		left: 20px;
	}
}
@media (max-width: 768px) {
	.cookie_banner {
		left: 0;
	    right: 0;
	    width: calc(100% - 20px);
	    margin: auto;
	    bottom: -100vh;
	}
	.cookie_banner.view {
		opacity: 1;
		bottom: 10px;
	}
	.cookie_banner .close-button {
		right: -5px;
		top: -5px;
	}
}

 /*
#scrollToTopBtn {
 position: fixed;
 opacity: 0;
 width: 58px; 
 height: 58px; 
 bottom: 20px;
 right: -40px;
 z-index: 99;
 border: none;
 outline: none;
 background-color: #D0B485;
 cursor: pointer;
 padding: 15px;
 border-radius: 50%; 
 transition: 0.3s all linear;
 }
 */
 #scrollToTopBtn{
  border: none;
  outline: none;
  background-color: #D0B485;
  cursor: pointer;
  padding: 15px;
  transition: 0.3s all linear;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-bottom: 2.5rem;
      border-radius: 10rem;
}
@media (max-width: 990px) {
 #scrollToTopBtn{
  margin: auto;
   margin-bottom: 2.5rem;
 }
}
#scrollToTopBtn:before {
  content: '';
  transition: 0.3s all linear;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490 490' width='24' height='24' fill='white'%3E%3Cpath d='M0 332.668L245.004 82.631 490 332.668l-76.493 74.701-168.503-171.967L76.493 407.369z'/%3E%3C/svg%3E");
  background-size: contain;
}
@media (min-width: 990px) {
  #scrollToTopBtn:hover {
    background-color: #E0C495;
  }
  #scrollToTopBtn:hover:before {
    transform: translateY(-3px);
  }
}


.b-nav-phone__btm.fixed_menu {
  position: fixed;
  z-index: 1000;
}
@media (max-width: 993px) {
 .s-footer .s-footer__btm{
  padding-bottom: calc(65px + 2rem);
 }
}
@media (min-width: 993px) {
  .b-nav-phone__btm.fixed_menu {
    display: none;
  }
}