

/* Start:/local/templates/hardi/styles/main.css?1716384790149840*/
@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

p {
  margin: 0;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 9.1.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: February 28, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

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

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

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

.novelty__slider .swiper-slide {
  height: auto;
}

.novelty__slider .slider-item__labels {
  position: initial;
}

.novelty__slider .slider-item__label.new {
  margin: 8px;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

.swiper-3d {
  perspective: 1200px;
}

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

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

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

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

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

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

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

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

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .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);
  }
}

.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: 1px;
  width: var(--swiper-virtual-size);
}

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  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(0px - 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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-button-next:after,
.swiper-button-prev: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,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.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, 10px);
  left: auto;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.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, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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, 4px);
}

.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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  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, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  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, 10px);
  left: 0;
  top: 0;
}

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification,
swiper-container .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,
.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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  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(50px);
}

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

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

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

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/hardi/styles/../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/hardi/styles/../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/hardi/styles/../fonts/Rubik-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/hardi/styles/../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "rouble";
  src: url("/local/templates/hardi/styles/../fonts/rouble/rouble.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

*,
*:after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

body {
  color: #242321;
  font-family: "Rubik";
  background-color: #EFEFEE;
  overflow-x: hidden;
}

.body-container {
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

body.scrollbarHidden::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  box-shadow: none;
  resize: none;
  overflow: auto;
  width: 100%;
}

a {
  color: #242321;
  text-decoration: none;
  transition: 200ms;
}

h1 {
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

section {
  position: relative;
  margin-bottom: 58px;
  opacity: 0;
  transform: translateY(200px);
  transition: 500ms ease-in-out;
}

section.show {
  opacity: 1;
  transform: translateY(0);
}

button,
.button {
  background: #69B42E;
  border-radius: 12px;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
}

button:hover,
.button:hover {
  cursor: pointer;
}

button:hover,
.button:hover {
  background-color: #6AD11D;
  cursor: pointer;
}

button.dark,
.button.dark {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}

button.dark:hover,
.button.dark:hover {
  color: #6AD11D;
  border-color: #6AD11D;
}

button.white,
.button.white {
  color: #242321;
  border: 1px solid #BABAB9;
  background-color: transparent;
}

button.white:hover,
.button.white:hover {
  color: #6AD11D;
  border-color: #6AD11D;
}

button.disabled,
button.disabled:hover,
.button.disabled,
.button.disabled:hover,
button:disabled {
  background-color: #E4E3E0;
  color: #BABAB9;
  border: 0;
}

button:hover .button:hover {
  outline-color: transparent;
}

.modal input {
  max-width: 100%;
  all: unset;
}

.container {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding: 112px 30px 0px 30px;
}

.container input {
  all: unset;
}

.container.container__footer {
  padding-top: 0;
  padding-bottom: 30px;
}

.container__full-screen {
  padding-top: 30px;
}

.input-inner {
  position: relative;
  margin-bottom: 24px;
}

.input-inner.mb0 {
  margin-bottom: 0 !important;
}

.input-inner.password-input input {
  padding-right: 40px;
}

.input-inner.err label {
  color: #BF1919;
  opacity: 1;
}

.input-inner.err input {
  border-color: #BF1919;
}

.input-inner.err + .password-description {
  color: #BF1919;
}

.input-inner label {
  display: block;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.4;
  margin-bottom: 4px;
}

.input-inner input {
  width: 100%;
  font-size: 18px;
  line-height: 135%;
  color: #242321;
  border-bottom: 1px solid #EFEFEB;
  box-sizing: border-box;
}

.input-inner .error-text {
  display: none;
  font-size: 12px;
  color: red;
}

.input-inner .error-text.active {
  display: block;
}

.input-inner .password-toggle {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.input-inner .password-toggle:hover {
  cursor: pointer;
}

.input-inner .email-check {
  position: absolute;
  bottom: 19px;
  right: 0;
}

.input-inner .email-check:hover {
  cursor: pointer;
}

.input-inner + .password-description {
  display: block;
  font-size: 13px;
  line-height: 120%;
  margin-top: 8.5px;
  margin-bottom: 24px;
}

.input-inner + .email-description {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #BABAB9;
  margin-top: 9px;
  margin-bottom: 23px;
}

.input-inner.textarea label {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
}

.input-inner.textarea textarea {
  width: 100%;
  font-size: 18px;
  line-height: 135%;
  color: #242321;
  border-bottom: 1px solid #EFEFEB;
}

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.checkbox-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid #E4E3E0;
  border-radius: 3px;
}

.checkbox-inner:hover input ~ .checkmark {
  border: 1px solid #BABAB9;
}

.checkbox-inner input:checked ~ .checkmark {
  background-color: #69B42E;
  border: 0;
}

.checkbox-inner:hover input:checked ~ .checkmark {
  background-color: #6AD11D;
}

.checkbox-inner input:disabled ~ .checkmark {
  background-color: #EFEFEB;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-inner input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-inner .checkmark:after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-inner p {
  position: relative;
  top: 5px;
  font-size: 14px;
  line-height: 130%;
}

.checkbox-inner p a {
  color: #69B42E;
}

.radio-inner {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.radio-inner p {
  position: relative;
  top: 5px;
  font-size: 14px;
  line-height: 130%;
}

.radio-inner p a {
  color: #69B42E;
}

.radio-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 50%;
}

.radio-inner:hover input ~ .checkmark {
  background-color: #6AD11D;
}

.radio-inner input:checked ~ .checkmark {
  background-color: #69B42E;
}

.radio-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-inner input:checked ~ .checkmark:after {
  display: block;
}

.radio-inner .checkmark:after {
  content: "";
  left: 8px;
  top: 3px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.arrow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 36px;
  height: 36px;
  background: #242321;
  border-radius: 9px;
  z-index: 1;
  transition: 200ms;
}

.arrow-button:hover {
  cursor: pointer;
  background: #69B42E;
}

.arrow-button::after {
  display: none;
}

.rouble {
  font-family: "rouble";
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20;
}

.modal .modal-content {
  position: relative;
  width: 604px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px 44px;
  margin: auto;
}

.modal .modal-close {
  position: absolute;
  top: 0;
  right: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #FFFFFF;
}

.modal .modal-close:hover,
.modal .modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-title {
  margin-bottom: 24px;
}

.modal .modal-text {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 28px;
}

.modal .modal-check {
  margin-bottom: 32px;
}

.modal .modal-button {
  padding: 19.5px 36px;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 20px;
}

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

.breadcrumbs a {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 145%;
  color: #656461;
  padding-right: 12px;
  margin-right: 8px;
}

.breadcrumbs a:hover {
  cursor: pointer;
  color: #69B42E;
}

.breadcrumbs a::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #8B8986;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 7px;
}

.breadcrumbs span {
  font-size: 13px;
  line-height: 145%;
  color: #242321;
  opacity: 0.3;
}

.breadcrumbs.back {
  display: flex;
  align-items: center;
}

.breadcrumbs.back img {
  display: inline-block;
  margin-right: 6px;
}

.breadcrumbs.back span {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
}

.head-block {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 36px 40px 20px;
  margin-bottom: 8px;
}

.head-block.bc {
  padding: 20px 40px;
}

.head-block__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.rounded-block {
  border-radius: 24px;
  padding: 44px 40px;
}

.text-with-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
}

.text-with-arrow span {
  display: inline-block;
  max-width: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  transition: 300ms;
  white-space: nowrap;
  overflow: hidden;
  transition: 200ms;
}

.text-with-arrow:hover {
  cursor: pointer;
}

.text-with-arrow:hover span {
  max-width: 200px;
  color: #69B42E;
  margin-right: 12px;
}

.text-with-arrow:hover .arrow-button {
  background-color: #69B42E;
}

.text-with-arrow-hide{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-card {
  position: relative;
  width: calc(20% - 8px);
  background: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.product-card:hover .product-card__name {
  color: #69B42E;
}

.product-card:hover .product-card__image {
  transform: scale(1.05);
}

.product-card.hidden {
  display: none;
}

.product-card__labels {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
}

.product-card__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  padding: 6px 12px;
  margin-right: 6px;
  margin-bottom: 4px;
  background: #242321;
  color: #FFFFFF;
  border-radius: 8px;
}

.product-card__label.new {
  background-color: #C7261A;
}

.product-card__image {
  padding: 14px 0;
  transition: 200ms;
  height: 290px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.product-card__info {
  padding: 16px 24px 24px;
}

.product-card__name {
  min-height: 38px;
  max-height: 38px;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-card__price {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
}

.slider-item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 14px 16px 24px;
}

.slider-item:hover .product-title {
  color: #6AD11D;
}

.slider-item:hover img {
  transform: scale(1.05);
}

.slider-item__labels {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
}

.slider-item__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  padding: 6px 12px;
  margin-right: 6px;
  margin-bottom: 4px;
  background: #242321;
  color: #FFFFFF;
  border-radius: 8px;
}

.slider-item__label.new {
  background-color: #C7261A;
}

.slider-item img {
  max-width: 100%;
  margin-bottom: 30px;
  transition: 200ms;
}

.slider-item__title {
  height: 58px;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 4px;
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slider-item__price {
  font-size: 22px;
  line-height: 140%;
  padding: 0 8px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 40px 18px;
  background: #FFFFFF;
  border-radius: 24px;
}

.header.header_shadow {
  box-shadow: 0px 4px 12px rgba(36, 35, 33, 0.1);
}

.header__container {
  position: fixed;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 30px;
  transition: all 0.3s ease;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.header__container.out {
  transform: translateX(-50%) translateY(-150%);
}

.header__menu {
  display: flex;
  align-items: center;
}

.header__menu a {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  margin-right: 32px;
}

.header__menu a.active {
  color: #69B42E;
}

.header__menu a:hover {
  cursor: pointer;
  color: #69B42E;
}

.header__menu a:last-child {
  margin-right: 0;
}

.header_logo {
  margin-right: 62px;
}

.header__info {
  display: flex;
  align-items: center;
}

.header__info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  border-right: 1px solid #EFEFEB;
}

.header__info-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.header__info-item:hover {
  cursor: pointer;
}

.header__info-item:hover p {
  color: #6AD11D;
}

.header__info-item svg {
  margin-bottom: 5px;
}

.header__info-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

.header__cart-quantity {
  position: absolute;
  top: -7px;
  left: 35px;
  background-color: #69B42E;
  border-radius: 50%;
  padding: 2px 7px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 120%;
  border: 1px solid #FFFFFF;
}

.header__phone-block {
  display: flex;
  padding-right: 0;
}

.header__phone-block:last-child {
  margin-right: 24px;
}

.header__phone {
  position: relative;
  left: -24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.header__phone svg {
  margin-right: 6px;
  margin-bottom: 0;
}

.header__consult {
  display: inline;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #69B42E;
  border-bottom: 1px dashed #69B42E;
  width: fit-content;
}

.header__burger {
  display: none;
  width: 19px;
  height: 18px;
  position: relative;
  margin-right: 29px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.header__burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #242321;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.header__burger span:nth-child(1) {
  width: 21px;
  top: 0px;
  transform-origin: left center;
}

.header__burger span:nth-child(2) {
  width: 17px;
  top: 7px;
  transform-origin: left center;
}

.header__burger span:nth-child(3) {
  width: 14px;
  top: 14px;
  transform-origin: left center;
}

.header__burger.open span:nth-child(1) {
  background-color: #BABAB9;
  transform: rotate(45deg);
  top: 0px;
  left: 1px;
}

.header__burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header__burger.open span:nth-child(3) {
  width: 21px;
  background-color: #BABAB9;
  transform: rotate(-45deg);
  top: 15px;
  left: 1px;
}

.header__hidden-menu {
  display: none;
  position: fixed;
  top: 78px;
  right: 100%;
  bottom: 16px;
  left: -100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 28px 36px;
  transition: 200ms;
  z-index: 10;
  opacity: 0;
}

.header__hidden-menu.active {
  opacity: 1;
}

.header__hidden-links a {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #242321;
  margin-bottom: 24px;
}

.header__hidden-links a:hover {
  cursor: pointer;
  color: #69B42E;
}

.header__hidden-links a.active {
  color: #69B42E;
}

.header__hidden-phone {
  margin-bottom: 36px;
}

.header__hidden-phone svg {
  margin-right: 18px !important;
}

.header__hidden-phone .header__consult,
.header__hidden-phone span {
  display: inline !important;
}

.header__socials {
  display: flex;
  flex-wrap: wrap;
}

.header__social-item {
  display: flex;
  align-items: center;
  margin-right: 63px;
}

.header__social-item:last-child {
  margin-right: 0;
}

.header__social-item svg {
  margin-right: 12px;
}

.header__social-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #242321;
}

.auth__variant {
  display: none;
}

.auth__variant.active {
  display: block;
}

.auth__text {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 28px;
}

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

.modal .auth-modal__modal-content {
  width: 450px;
}

.modal .auth-modal__modal-content h3 {
  margin-bottom: 28px;
}

.modal .auth-modal__modal-content button {
  width: 100%;
  height: 60px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
}

.modal .auth-modal__modal-content .auth__remember-pass {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #69B42E;
  text-align: center;
  margin-top: 24px;
}

.modal .auth-modal__modal-content .auth__remember-pass:hover {
  cursor: pointer;
  color: #6AD11D;
}

.auth-modal__type {
  width: 100%;
  display: flex;
  padding: 4px;
  background: #E4E3E0;
  border-radius: 12px;
  margin-bottom: 20px;
}

.auth-modal__type div {
  width: 50%;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  color: #242321;
}

.auth-modal__type div:hover {
  cursor: pointer;
}

.auth-modal__type div.active {
  background: #FFFFFF;
}

.system.modal {
  background-color: transparent;
  pointer-events: none;
}

.system.modal img {
  width: 20px;
  margin-right: 14px;
}

.system.modal .system__modal-content {
  display: flex;
  align-items: center;
  width: 325px;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 16px 20px;
  border-radius: 20px;
  pointer-events: all;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.system.modal.success .system__modal-content {
  background: #ECF4E6;
  border: 1px solid #69B42E;
}

.system.modal.success .title,
.system.modal.success .text {
  color: #69B42E;
}

.system.modal .text-wrapper {
  width: calc(100% - 68px);
}

.system.modal .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
}

.system.modal .text {
  font-size: 15px;
}

.system.modal .close {
  width: 20px;
  margin-left: 14px;
}

.header__cart-hidden {
  display: none;
  width: 477px;
  background-color: #FFFFFF;
  position: absolute;
  top: 73px;
  right: 0;
  border-radius: 24px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.header__cart-wrapper {
  position: relative;
  padding: 32px;
}

.header__cart-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.header__cart-title {
  margin-bottom: 20px;
}

.header__cart-items {
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFEB;
  margin-bottom: 24px;
}

.header__cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.header__cart-item:last-child {
  margin-bottom: 0;
}

.header__cart-item:hover .header__cart-item-name {
  color: #6AD11D;
}

.header__cart-item div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.header__cart-item img {
  width: 65px;
  margin-right: 16px;
}

.header__cart-item .header__cart-item-name {
  font-size: 18px;
  line-height: 135%;
}

.header__cart-item span {
  font-size: 16px;
  line-height: 130%;
}

.header__cart-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.header__cart-price span:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

.header__cart-price span:last-child {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}

.header__cart-button {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 16px 0;
  text-align: center;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 43px 40px 32px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
  min-height: 335px;
}

.footer__col:first-child {
  width: 23.5%;
  padding-top: 0;
}

.footer__col:nth-child(2) {
  width: 35.5%;
}

.footer__col:nth-child(3) {
  width: 20.5%;
}

.footer__col:nth-child(4) {
  width: 20.5%;
}

.footer_logo {
  width: 172px;
}

.footer__info-title {
  font-size: 14px;
  line-height: 17px;
  color: #242321;
  opacity: 0.4;
  margin-bottom: 24px;
}

.footer__info-table {
  display: flex;
  flex-wrap: wrap;
}

.footer__info-table.two-row .footer__info-item {
  width: 50%;
}

.footer__info-col {
  width: 50%;
}

.footer__info-item {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
  padding-right: 10px;
}

.footer__info-item:hover {
  cursor: pointer;
  color: #69B42E;
}

.footer__info-item:last-child {
  margin-bottom: 0;
}

.footer__filial {
  margin-bottom: 16px;
}

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

.footer__filial-adress {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
}

.footer__filial-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.4;
}

.footer__gray-text {
  font-size: 13px;
  line-height: 120%;
  color: #242321;
  text-decoration: none;
}

.footer__gray-text a,
.footer__gray-text p {
  opacity: 0.4;
}

.sotlLink{
  opacity: 1!important;
  font-weight: bold;
}

.footer__gray-text span {
  font-weight: bold;
}

.footer__gray-text a:hover {
  opacity: 1;
}

.footer__mobile-text {
  display: none;
  width: 100%;
  margin-top: 27px;
}

.footer__mobile-text .footer__gray-text {
  display: block;
}

.accessories {
  display: flex;
  flex-wrap: wrap;
}

.accessories__info {
  width: calc(66.6% - 4px);
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 40px;
  margin-right: 8px;
}

.accessories__info h1 {
  margin-bottom: 28px;
}

.accessories__info p {
  max-width: 700px;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 31px;
}

.accessories__buttons {
  display: flex;
  flex-wrap: wrap;
}

.accessories__offer-button {
  height: 60px;
  padding: 19.5px 37px;
  margin-right: 20px;
}

.accessories__catalog-button {
  position: relative;
  padding: 10px 24px 10px 60px;
  background: #F7F7F7;
  text-align: left;
  border-radius: 16px;
}

.accessories__catalog-button:hover {
  background: #EAE9E8;
}

.accessories__catalog-button svg {
  position: absolute;
  top: 8px;
  left: 12px;
}

.accessories__catalog-button p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #242321;
  margin-bottom: 0 !important;
}

.accessories__catalog-button span {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #BABAB9;
}

.accessories__slider-wrapper {
  position: relative;
  width: calc(33.3% - 4px);
  z-index: 0;
}

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

.accessories__slider-item {
  border-radius: 24px;
  background-color: #69B42E;
  padding: 32px;
}

.accessories__slider-item_event {
  background-color: #0B3B5F;
}

.accessories__slider-item_event .accessories__item-image {
  position: static;
  width: 182px;
  margin-top: 20px;
  z-index: 2;
}

.accessories__item-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 122%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.accessories__item-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 122%;
  color: #FFFFFF;
}

.accessories__item-image {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 0;
  max-height: 75%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}

.accessories__slider-bubble {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.accessories__slider .swiper-pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  bottom: 24px;
}

.accessories__slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  margin: 0 12px 0 0;
  background-color: transparent;
  opacity: 1;
}

.accessories__slider .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 1px;
  background-color: #ECF2F2;
  opacity: 0.2;
}

.accessories__slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

@keyframes fill {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.accessories__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #ECF2F2;
  animation: fill linear 4000ms;
  animation-iteration-count: unset;
}

.accessories__slider .swiper-button-next,
.accessories__slider .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 57px;
  left: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessories__slider .swiper-button-prev {
  left: 32px;
}

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

.accessories__modal-step1,
.accessories__modal-step2 {
  display: none;
}

.accessories__modal-step1.active,
.accessories__modal-step2.active {
  display: block;
}

.products {
  display: flex;
  flex-wrap: wrap;
  height: 549px;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 44px 40px;
}

.products__main {
  position: relative;
  width: 41.7%;
}

.products__item {
  width: calc(29.15% - 4px);
  position: relative;
  background: #EFEFEE;
  border-radius: 24px;
  padding: 32px 28px;
  margin-right: 8px;
}

.products__item:last-child {
  margin-right: 0;
}

.products__item-bg1 {
  position: absolute;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
}

.products__item-bg2 {
  position: absolute;
  max-height: 90%;
  right: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
}

.products__title {
  margin-bottom: 20px;
}

.products__text {
  max-width: 500px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 20px;
}

.products__item-title {
  position: relative;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 23px;
  z-index: 1;
}

.products__button-block {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 0;
  left: 0;
}

.products__button-block span {
  display: inline-block;
  max-width: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  transition: 300ms;
  white-space: nowrap;
  overflow: hidden;
  transition: 200ms;
}

.products__button-block:hover {
  cursor: pointer;
}

.products__button-block:hover span {
  max-width: 200px;
  color: #69B42E;
  margin-right: 12px;
}

.products__button-block:hover .products__button {
  background-color: #69B42E;
}

.products__item-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  width: fit-content;
}

.products__item-list a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 8px 16px;
}

.products__item-list a:hover {
  background-color: #69B42E;
  color: #FFFFFF;
}

.products__item-list a:last-child {
  margin-bottom: 0;
}

.products__item-button {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 28px;
}

.products__item-button_hide{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.novelty {
  background: #E4E3E0;
  border-radius: 24px;
  padding: 44px 40px;
  overflow: hidden;
}

.novelty .swiper {
  overflow: visible;
}

.novelty__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.novelty__buttons {
  display: flex;
  align-items: center;
  height: 36px;
}

.novelty__buttons div {
  margin-top: 0;
}

.novelty__buttons .swiper-button-prev {
  margin-right: 8px;
}

.mission {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mission__main {
  width: calc(75% - 4px);
  position: relative;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 44px 40px;
}

.mission__main .mission__title {
  margin-bottom: 24px;
}

.mission__main .mission__text {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 24px;
}

.mission__main .mission__button {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 40px;
  left: 44px;
}

.mission__main .mission__button span {
  display: inline-block;
  max-width: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  transition: 300ms;
}

.mission__main .mission__button:hover span {
  max-width: 200px;
  margin-right: 12px;
}

.mission__items {
  width: calc(25% - 4px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.mission__item {
  width: 100%;
  background-color: #FFFFFF;
  padding: 28px 36px;
  border-radius: 24px;
  margin-bottom: 8px;
}

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

.mission__item-value {
  font-weight: 500;
  font-size: 72px;
  line-height: 100%;
  color: #69B42E;
  margin-bottom: 8px;
  overflow: hidden;
}

.mission__item-value span {
  position: relative;
  bottom: -80px;
  transition: 200ms;
}

.mission__item-value span.show {
  bottom: 0;
}

.mission__item-name {
  font-size: 18px;
  line-height: 135%;
}

.socials {
  background: #242321;
  border-radius: 24px;
  padding: 40px;
}

.socials__title {
  color: #FFFFFF;
  margin-bottom: 32px;
}

.socials__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}

.socials__item {
  position: relative;
  background: #333231;
  border-radius: 16px;
  padding: 24px;
  transition: 300ms;
}

.socials__item:hover .socials__item-button span {
  max-width: 100%;
  margin-right: 12px;
}

.socials__item:hover .socials__item-button span {
  color: #FFFFFF;
}

.socials__item:hover .socials__item-button .arrow-button {
  background-color: #FFFFFF;
}

.socials__item:hover .socials__item-button .arrow-button svg path {
  stroke: #242321;
}

.socials__item_blue:hover {
  background-color: #2AABEE;
}

.socials__item_blue:hover .socials__item-name {
  color: #FFFFFF;
}

.socials__item_blue:hover .socials__item-value {
  color: #FFFFFF;
}

.socials__item_green:hover {
  background-color: #1FAF38;
}

.socials__item_green:hover .socials__item-name {
  color: #FFFFFF;
}

.socials__item_green:hover .socials__item-value {
  color: #FFFFFF;
}

.socials__item_purple:hover {
  background-color: #8A1EB0;
}

.socials__item_purple:hover .socials__item-name {
  color: #FFFFFF;
}

.socials__item_purple:hover .socials__item-value {
  color: #FFFFFF;
}

.socials__item-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

.socials__item-name {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.socials__item-value {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 82px;
  color: #FFFFFF;
}

.socials__item-value_green {
  color: #69B42E;
}

.socials__item-button {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
}

.socials__item-button span {
  max-width: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin-right: 0;
  transition: 300ms;
  white-space: nowrap;
}

.socials__modal-step1,
.socials__modal-step2 {
  display: none;
}

.socials__modal-step1.active,
.socials__modal-step2.active {
  display: block;
}

.not-found {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 150px 20px;
  text-align: center;
}

.not-found img {
  margin-bottom: 25px;
}

.not-found h5 {
  margin-bottom: 12px;
}

.not-found p {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 32px;
}

.not-found a {
  display: inline-block;
  padding: 19.5px 36px;
}

.lk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.lk__content {
  display: none;
  width: calc(100% - 298px);
  background-color: #FFFFFF;
}

.lk__content h5 {
  margin-bottom: 20px;
}

.lk__content.active {
  display: block;
}

.lk__orders-type {
  width: 327px;
  display: flex;
  padding: 4px;
  background: #E4E3E0;
  border-radius: 12px;
  margin-bottom: 20px;
}

.lk__orders-type div {
  width: 160px;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  color: #242321;
}

.lk__orders-type div:hover {
  cursor: pointer;
}

.lk__orders-type div.active {
  background: #FFFFFF;
}

.lk__menu {
  width: 290px;
  background-color: #FFFFFF;
  padding: 24px;
}

.lk__menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.lk__menu-item:hover {
  cursor: pointer;
  color: #6AD11D;
}

.lk__menu-item:hover svg,
.lk__menu-item:hover path {
  stroke: #6AD11D;
}

.lk__menu-item:last-child {
  margin-bottom: 0;
}

.lk__menu-item svg {
  width: 24px;
  margin-right: 12px;
}

.lk__menu-item span {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
}

.lk__menu-item.active svg,
.lk__menu-item.active path {
  stroke: #69B42E;
}

.lk__menu-item.active span {
  color: #69B42E;
}

.orders {
  display: none;
}

.orders.active {
  display: block;
}

.orders__items {
  border: 1px solid #EFEFEB;
  border-radius: 16px;
}

.orders__item {
  border-bottom: 1px solid #EFEFEB;
}

.orders__item:last-child {
  border-bottom: 0;
}

.orders__item.active .orders__head {
  border-bottom: 1px solid #EFEFEB;
}

.orders__item.active .orders__head svg {
  transform: rotate(0deg);
}

.orders__item.active .orders__body {
  max-height: 2000px;
  padding: 20px 32px 30px;
}

.orders__item.active .orders__body * {
  opacity: 1;
}

.orders__body-title {
  display: none;
}

.orders__head {
  position: relative;
  display: flex;
  padding: 25px 32px 22px;
}

.orders__head:hover {
  cursor: pointer;
}

.orders__head svg {
  position: absolute;
  right: 33px;
  top: 32px;
  transition: 100ms;
  transform: rotate(180deg);
}

.orders__info-block {
  width: 57%;
}

.orders__info-block span:first-child {
  display: inline-block;
  font-size: 18px;
  line-height: 130%;
  margin-right: 12px;
}

.orders__price-block {
  width: 43%;
}

.orders__price-block span:first-child {
  font-size: 18px;
  line-height: 130%;
}

.orders__price-block .orders-active__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.order-status {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.order-status.wait-pay {
  color: #196FBF;
}

.order-status.delivered {
  color: #8A19BF;
}

.order-status.finished {
  color: #69B42E;
}

.order-status.canceled {
  color: #EF4646;
}

.orders__body {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  transition: 200ms;
  padding: 0;
  overflow: hidden;
}

.orders__body * {
  opacity: 0;
  transition: 200ms;
}

.orders__product-items {
  width: 57%;
}

.orders__product-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.orders__product-item:last-child {
  margin-bottom: 0;
}

.orders__product-item img {
  width: 44px;
  margin-right: 16px;
}

.orders__product-item div {
  width: calc(100% - 60px);
}

.orders__product-item p {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 4px;
}

.orders__product-item span {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #BABAB9;
}

.orders__order-info {
  width: 43%;
}

.orders__order-description {
  margin-bottom: 20px;
}

.orders__order-description div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.orders__order-description div:last-child {
  margin-bottom: 0;
}

.orders__order-description span {
  width: 50%;
}

.orders__order-description span:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #BABAB9;
  padding-right: 10px;
}

.orders__order-description span:last-child {
  font-size: 16px;
  line-height: 140%;
}

.order__pay-button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
}

.order__pay-button.mob {
  display: none;
}

.personal__block {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 44px;
}

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

.personal__block h5 {
  width: 50%;
}

.personal__block .personal__block-content {
  width: 50%;
}

.personal__block button {
  padding: 19.5px 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.personal__socials-title {
  font-size: 14px;
  line-height: 130%;
  opacity: 0.4;
  margin-bottom: 12px;
}

.personal__checkboxes {
  display: flex;
  margin-bottom: 28px;
}

.personal__checkboxes .checkbox-inner {
  margin-right: 20px;
}

.personal__checkboxes .checkbox-inner:last-child {
  margin-right: 0;
}

.lk__mob-buttons {
  display: none;
}

.personal__inputs {
  margin-bottom: 24px;
}

.personal__inputs .personal__input {
  margin-bottom: 26px;
}

.personal__inputs .personal__input::last-child {
  margin-bottom: 0;
}

.lk__mob-logout {
  display: none;
}

.lk__empty-orders {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 54px 0 56px;
}

.lk__empty-orders.active {
  display: flex;
}

.lk__empty-orders svg {
  margin-bottom: 24px;
}

.lk__empty-orders h5 {
  margin-bottom: 12px;
}

.lk__empty-orders p {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 24px;
}

.lk__empty-orders a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 19.5px 36px;
}

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 24px;
  height: calc(100vh - 60px);
  text-align: center;
  margin-bottom: 0;
}

.error img {
  margin-bottom: 25px;
}

.error h5 {
  margin-bottom: 12px;
}

.error p {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 32px;
}

.error a {
  padding: 19.5px 36px;
}

.cookie.modal {
  background-color: transparent;
  pointer-events: none;
}

.cookie.modal .cookie__modal-content {
  width: 531px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 32px 40px;
  background: #242321;
  border-radius: 20px;
  pointer-events: all;
}

.cookie.modal .cookie__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 33px;
}

.cookie.modal .cookie__text a {
  color: #69B42E;
}

.cookie.modal .cookie__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 19.5px 36px;
}

.productsPallete__head {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 36px 123px 36px 40px;
  margin-bottom: 8px;
}

.productsPallete__title {
  margin-bottom: 95px;
}

.productsPallete__head-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.productsPallete__head-info p {
  max-width: 613px;
  font-size: 22px;
  line-height: 140%;
}

.productsPallete__catalog-button {
  position: relative;
  padding: 10px 24px 10px 60px;
  background: #F7F7F7;
  text-align: left;
  border-radius: 16px;
}

.productsPallete__catalog-button:hover {
  background: #EAE9E8;
}

.productsPallete__catalog-button svg {
  position: absolute;
  top: 8px;
  left: 12px;
}

.productsPallete__catalog-button p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #242321;
  margin-bottom: 0 !important;
}

.productsPallete__catalog-button span {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #BABAB9;
}

.productsPallete__big-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.productsPallete__big-item {
  position: relative;
  width: calc(50% - 4px);
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
  margin-bottom: 8px;
}

.productsPallete__big-item .productsPallete__item-image {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}

.productsPallete__big-item .productsPallete__title {
  position: relative;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 20px;
  z-index: 2;
}

.productsPallete__options {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 70px;
  z-index: 2;
  width: fit-content;
}

.productsPallete__options a {
  display: inline-block;
  background: #EFEFEB;
  border-radius: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 8px 16px;
  transition: 200ms;
}

.productsPallete__options a:last-child {
  margin-bottom: 0;
}

.productsPallete__options a:hover {
  background: #69B42E;
  color: #FFFFFF;
}

.productsPallete__items {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.productsPallete__items .productsPallete__item-wrapper {
  width: 25%;
  padding: 4px;
}

.productsPallete__items .productsPallete__item-wrapper:nth-child(n+5) {
  width: 20%;
}

.productsPallete__items .productsPallete__item-wrapper:nth-child(n+5) .productsPallete__title {
  font-size: 22px;
}

.productsPallete__items .productsPallete__item {
  display: block;
  height: 290px;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 40px;
  overflow: hidden;
}

.productsPallete__items .productsPallete__item:hover img {
  transform: scale(1.1);
}

.productsPallete__items .productsPallete__title {
  position: relative;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  z-index: 2;
}

.productsPallete__items .productsPallete__item-image {
  width: 225px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 200ms;
}

.productsPallete__items .arrow-button {
  position: absolute;
  bottom: 40px;
  left: 32px;
}

.categoryItems__head {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 36px 40px 20px;
  margin-bottom: 8px;
}

.categoryItems__filters {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 20px 8px;
  margin-bottom: 8px;
}

.categoryItems__filters-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.categoryItems__filter-item {
  height: 44px;
  border-radius: 16px;
  padding: 0 20px;
  margin-right: 8px;
  border: 2px solid #E4E3E0;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.categoryItems__filter-item:hover {
  cursor: pointer;
}

.categoryItems__filter-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

.categoryItems__filter-close {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.categoryItems__filter-all {
  background: #F3F3F3;
  border: 0;
}

.categoryItems__filter-all div {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.categoryItems__filter-all div img {
  width: 100%;
}

.categoryItems__filter-all div span {
  position: absolute;
  top: -7px;
  right: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #69B42E;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 16px;
  border-radius: 50%;
}

.categoryItems__filter-all .categoryItems__filter-all-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

.categoryItems__filters-sort {
  position: relative;
}

.categoryItems__sort-wrapper {
  display: none;
  position: absolute;
  right: 0;
  bottom: -190px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(9, 30, 50, 0.2);
  border-radius: 12px;
  padding: 20px 16px;
  z-index: 5;
}

.categoryItems__sort-wrapper.active {
  display: block;
}

.categoryItems__sort-wrapper p, .categoryItems__sort-wrapper a {
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  line-height: 135%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EFEFEB;
  padding-right: 34px;
  display: block;
}

.categoryItems__sort-wrapper p:last-child, .categoryItems__sort-wrapper a:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.categoryItems__sort-wrapper p:hover, .categoryItems__sort-wrapper a:hover {
  cursor: pointer;
  color: #6AD11D;
}

.categoryItems__sort-wrapper p.active:after, .categoryItems__sort-wrapper a.active:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/local/templates/hardi/styles/../img/svg/active-sort.svg") no-repeat center/cover;
  position: absolute;
  right: 0;
}

.categoryItems__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -8px;
}

.categoryItems__items.hide {
  display: none;
}

.categoryItems__empty {
  display: none;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 123px 15px;
  text-align: center;
}

.categoryItems__empty.active {
  display: block;
}

.categoryItems__empty img {
  margin-bottom: 25px;
  max-width: 100%;
}

.categoryItems__empty .categoryItems__empty-title {
  margin-bottom: 12px;
}

.categoryItems__empty .categoryItems__empty-text {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 25px;
}

.categoryItems__empty .categoryItems__empty-button {
  padding: 19.5px 36px;
}

.sideFilter__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 200ms;
  z-index: 14;
}

.sideFilter__bg.active {
  opacity: 1;
  pointer-events: all;
}

.sideFilter {
  position: fixed;
  width: 486px;
  height: 100vh;
  background: #FFFFFF;
  border-radius: 0 16px 16px 0;
  padding: 32px;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 12px rgba(9, 30, 50, 0.2);
  z-index: 15;
  transform: translateX(-100%);
  transition: 400ms;
}

.sideFilter.active {
  transform: translateX(0);
}

.sideFilter.active .sideFilter__bg {
  opacity: 1;
  opacity: all;
}

.sideFilter__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.sideFilter__close:hover {
  cursor: pointer;
}

.sideFilter__title {
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFEB;
  margin-bottom: 24px;
}

.sideFilter__filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.sideFilter__filter-head span {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.sideFilter__filter-head img {
  transition: 200ms;
  transform: rotate(180deg);
}

.sideFilter__filter-head:hover {
  cursor: pointer;
}

.sideFilter__filter-body {
  max-height: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #EFEFEB;
  transition: 200ms;
  overflow: hidden;
}

.sideFilter__filter-body .checkbox-inner,
.sideFilter__filter-body .radio-inner {
  height: 24px;
  margin-bottom: 12px;
}

.sideFilter__filter-body .checkbox-inner:last-child,
.sideFilter__filter-body .radio-inner:last-child {
  margin-bottom: 0;
}

.sideFilter__filter {
  margin-bottom: 24px;
}

.sideFilter__filter.active .sideFilter__filter-head img {
  transform: rotate(0);
}

.sideFilter__filter.active .sideFilter__filter-body {
  max-height: 1000px;
  padding-bottom: 24px;
}

.sideFilter__buttons {
  position: absolute;
  bottom: 22px;
  left: 32px;
  right: 32px;
}

.sideFilter__apply-button {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 17px;
}

.sideFilter__reset-button {
  width: 100%;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #BABAB9;
  text-align: center;
}

.sideFilter__reset-button:hover {
  background: transparent;
  opacity: 0.7;
}

.sideFilter__reset-button img {
  margin-right: 8px;
}

.sideFilter__reset-button.mobile {
  display: none;
}

.categoryItems__mob-filters {
  display: none;
}

.categoryItems__mob-filter {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 8px;
  padding: 12px;
}

.categoryItems__mob-filter svg {
  margin-right: 4px;
}

.categoryItems__mob-filter span {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}

.categoryItems__mob-filter_reset:first-child {
  display: none;
}

.mobileSort {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  pointer-events: none;
  transition: 400ms;
}

.mobileSort.active .mobileSort__container {
  bottom: 0;
}

.mobileSort__container {
  position: fixed;
  bottom: -1000px;
  right: 0;
  left: 0;
  box-shadow: 0px 4px 12px rgba(9, 30, 50, 0.2);
  border-radius: 20px 20px 0px 0px;
  padding: 9px 16px 32px;
  background-color: #FFFFFF;
  transition: 400ms;
}

.mobileSort__container .mobileSort__line {
  display: block;
  width: 52px;
  height: 5px;
  background-color: #ECF2F2;
  border-radius: 2px;
  margin: 0 auto 8px;
}

.mobileSort__container .mobileSort__close-wrapper {
  height: 24px;
  text-align: right;
  margin-bottom: -6px;
}

.mobileSort__container .mobileSort__close-wrapper img {
  width: 24px;
  height: 24px;
}

.mobileSort__container div {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 28px;
}

.mobileSort__container a {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  line-height: 135%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EFEFEB;
}

.mobileSort__container a:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobileSort__container a:hover {
  cursor: pointer;
}

.mobileSort__container a.active:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/hardi/styles/../img/svg/active-sort.svg") no-repeat center/cover;
  position: absolute;
  right: 0;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
}

.contacts__info {
  width: calc(40% - 8px);
  margin-right: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacts__info-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px 40px 44px;
  margin-bottom: 8px;
}

.contacts__info-item:last-child {
  margin-bottom: 0;
}

.contacts__adress {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 12px;
}

.contacts__time {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #BABAB9;
  margin-bottom: 32px;
}

.contacts__phone {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}

.contacts__phone:hover {
  opacity: 0.6;
}

.contacts__mail {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #69B42E;
  margin-bottom: 35px;
  border-bottom: 1px dashed #69B42E;
}

.contacts__mail:hover {
  color: #6AD11D;
  border-bottom: 1px dashed #6AD11D;
}

.contacts__workers {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.contacts__worker {
  margin-right: 40px;
}

.contacts__worker:last-child {
  margin-right: 0;
}

.contacts__worker img {
  display: block;
  width: 137px;
  margin-bottom: 12px;
}

.contacts__worker-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 4px;
}

.contacts__worker-role {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.contacts__map {
  width: 60%;
  position: relative;
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
}

.contacts__map .contacts__map-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 100%;
}

.contacts__pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contacts__pin:hover .line,
.contacts__pin:hover .dot {
  display: block;
}

.contacts__pin:hover {
  cursor: pointer;
}

.contacts__pin img {
  width: 50px;
  margin-bottom: 3px;
  z-index: 5;
}

.contacts__pin span {
  font-weight: 700;
  font-size: 12.9373px;
  line-height: 16px;
}

.contacts__pin1 {
  left: 19rem;
  top: 56%;
}

.contacts__pin2 {
  left: 5rem;
  top: 59%;
}

.line {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 2px;
  overflow: hidden;
}

.line::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #69B42E;
  animation: infinite lineAnimation linear 1200ms;
}

.line.line1 {
  width: 200px;
  top: -50px;
  transform: rotate(-45deg);
}

.line.line2 {
  width: 200px;
  top: -72px;
  left: -94px;
  transform: rotate(-105deg);
}

.line.line3 {
  width: 250px;
  top: 67px;
  left: 40px;
  transform: rotate(15deg);
}

.line.line4 {
  width: 150px;
  left: -130px;
  top: 59px;
  transform: rotate(160deg);
}

.line.line5 {
  width: 150px;
  left: -5px;
  top: 106px;
  transform: rotate(77deg);
}

.line.line6 {
  width: 450px;
  left: 32px;
  top: -69px;
  transform: rotate(-25deg);
}

.line.line7 {
  width: 300px;
  left: -13px;
  top: -100px;
  transform: rotate(-55deg);
}

.line.line8 {
  width: 300px;
  left: 27px;
  top: -15px;
  transform: rotate(-16deg);
}

.line.line9 {
  width: 100px;
  left: 56px;
  top: 28px;
  transform: rotate(-4deg);
}

.dot {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #69B42E;
  opacity: 0;
  animation: infinite dotAnimation linear 1200ms;
}

.dot.dot1 {
  top: -128px;
  left: 169px;
}

.dot.dot2 {
  top: 97px;
  left: 285px;
}

.dot.dot3 {
  top: -177px;
  left: -26px;
}

.dot.dot4 {
  top: 82px;
  left: -135px;
}

.dot.dot5 {
  top: 180px;
  left: 83px;
}

.dot.dot6 {
  top: -170px;
  left: 460px;
}

.dot.dot7 {
  top: -231px;
  left: 221px;
}

.dot.dot8 {
  top: -62px;
  left: 320px;
}

.dot.dot9 {
  top: 20px;
  left: 156px;
}

@keyframes lineAnimation {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 100%;
    left: 100%;
  }
}

@keyframes dotAnimation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
  }
}

.delivery__item {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px 40px 40px 40px;
  margin-bottom: 8px;
}

.delivery__item:last-child {
  margin-bottom: 59px;
}

.delivery__item .delivery__title-block {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.delivery__item h3 {
  max-width: 485px;
}

.delivery__item ul {
  margin-bottom: 16px;
  padding-left: 20px;
}

.delivery__item ul:last-child {
  margin-bottom: 0;
}

.delivery__item li {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
}

.delivery__item li:last-child {
  margin-bottom: 0;
}

.delivery__body {
  width: 50%;
  padding-left: 10px;
  padding-right: 103px;
}

.delivery__paragraph {
  margin-bottom: 32px;
}

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

.delivery__paragraph-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}

.delivery__block-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 16px;
}

.delivery__text {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}

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

.delivery__text.m24 {
  margin-bottom: 24px;
}

.delivery__tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}

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

.delivery__tile {
  width: calc(50% - 4px);
  display: flex;
  align-items: flex-start;
  border: 1px solid #EFEFEB;
  border-radius: 12px;
  padding: 16px 20px 20px;
}

.delivery__tile_centered {
  align-items: center;
}

.delivery__tile img {
  width: 44px;
  margin-right: 16px;
}

.delivery__tile-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 6px;
}

.delivery__tile-text {
  font-size: 14px;
  line-height: 130%;
}

.delivery__tile-text.gray {
  color: #BABAB9;
}

.about {
  padding: 36px 40px 44px;
}

.about__title {
  margin-bottom: 59px;
}

.about__text {
  width: 650px;
  display: block;
  margin-left: auto;
  position: relative;
  font-size: 24px;
  line-height: 140%;
}

.about__text img {
  width: 36px;
  position: absolute;
  left: -56px;
  top: 0;
}

.history {
  padding: 44px 40px;
  background: #E4E3E0;
  overflow-x: hidden;
  border-radius: 24px;
}

.history h2 {
  max-width: 820px;
  margin-bottom: 40px;
}

.history__items {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  left: 0;
  transition: 200ms;
  overflow: visible !important;
  margin-bottom: 36px;
}

.history__item {
  height: auto;
  position: relative;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 28px 28px 96px;
}

.history__item:last-child {
  margin-right: 0;
}

.history__item h5 {
  margin-bottom: 16px;
}

.history__item p {
  font-size: 18px;
  line-height: 130%;
}

.history__item span {
  position: absolute;
  bottom: 28px;
  left: 28px;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #BABAB9;
}

.history__pagination {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  left: 0;
  justify-content: space-between;
  transition: 200ms;
}

.history__pagination .history__pagination-item {
  display: flex;
  width: calc((100% - 67px) / 4);
}

.history__pagination .history__pagination-item:last-child {
  width: 67px;
}

.history__pagination .history__dot {
  display: inline-block;
  width: auto;
  height: 31px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  background-color: #BABAB9;
  color: #FFFFFF;
  opacity: 1;
  white-space: nowrap;
  margin-right: 8px;
  transition: 200ms;
}

.history__pagination .history__pagination-item.active .history__dot {
  background-color: #69B42E;
}

.history__pagination .history__dot-line {
  display: block;
  margin-right: 8px;
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #BABAB9;
  margin: 0 12px;
  bottom: 13px;
  transition: 200ms;
}

.history__pagination .history__pagination-item.active .history__dot-line {
  border-color: #69B42E;
}

.quality {
  padding: 36px 40px 44px;
}

.quality picture {
  position: absolute;
}

.quality__title {
  max-width: 650px;
  margin-bottom: 174px;
}

.quality__text {
  width: 650px;
  display: block;
  margin-left: auto;
  position: relative;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 24px;
}

.quality__text img {
  width: 36px;
  position: absolute;
  left: -56px;
  top: 0;
}

.quality__sgc {
  width: 650px;
  display: flex;
  margin-left: auto;
}

.quality__sgc img {
  width: 73px;
  margin-right: 16px;
}

.quality__sgc span {
  font-size: 13px;
  line-height: 120%;
}

.quality__sgc span.quality__sgc-mobile-text {
  display: none;
}

.prodiction {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 700px;
  background: #242321;
  border-radius: 24px;
  padding: 44px 40px;
  overflow: hidden;
}

.prodiction h2 {
  color: #FFFFFF;
}

.prodiction__map-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.prodiction__content span {
  display: block;
  font-weight: 500;
  font-size: 72px;
  line-height: 100%;
  color: #69B42E;
  margin-bottom: 20px;
}

.prodiction__content p {
  max-width: 640px;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}

.buiseness {
  background: #E4E3E0;
}

.buiseness__title {
  margin-bottom: 16px;
}

.buiseness__text {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 36px;
}

.buiseness__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}

.buiseness__item {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 28px 28px 121px;
}

.buiseness__item-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 12px;
}

.buiseness__item-text {
  font-size: 16px;
  line-height: 125%;
}

.buiseness__item img {
  position: absolute;
  bottom: 28px;
  left: 28px;
  width: 62px;
}

.product__breadcrumbs.product__breadcrumbs_mobile {
  display: none;
}

.product {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}

.product__mobile-head {
  display: none;
  background-color: #FFFFFF;
  margin-bottom: 8px;
}

.product__mobile-head .product__article {
  display: block !important;
  font-size: 14px;
  line-height: 130%;
  color: #242321;
  opacity: 0.4;
  margin-bottom: 12px;
}

.product__mobile-head .product__title {
  display: block !important;
  margin-bottom: 0;
}

.product__image-block {
  width: 50%;
  display: flex;
}

.product__image-block.product__image-block_mobile {
  display: none;
}

.product__image-previews {
  min-width: 80px;
  width: 80px;
  display: flex;
  flex-direction: column;
}

.product__image-preview {
  border: 1px solid #EFEFEB;
  border-radius: 8px;
  margin-bottom: 6px;
  padding: 17px 8px;
}

.product__image-preview:last-child {
  margin-bottom: 0;
}

.product__image-preview:hover {
  cursor: pointer;
  border: 2px solid #E4E3E0;
  padding-top: 16px;
  padding-left: 7px;
  padding-bottom: 16px;
}

.product__image-preview.active {
  border: 2px solid #60BF19;
  padding-top: 16px;
  padding-left: 7px;
  padding-bottom: 16px;
}

.product__image-preview img {
  width: 100%;
  min-width: 64px;
}

.product__main-image-wrapper {
  width: 100%;
  padding: 58px 43px 0 43px;
}

.product__main-image-wrapper img {
  width: 100%;
}

.product__slider-item {
  padding: 12px 20px;
}

.product__slider-item img {
  max-width: 100%;
}

.product__slidet-dots {
  display: flex;
  justify-content: center;
}

.product__slidet-dots .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #BABAB9;
  opacity: 1;
  margin: 0 1px !important;
  transition: 200ms;
}

.product__slidet-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #242321;
}

.product__info {
  width: 50%;
}

.product__article {
  font-size: 14px;
  line-height: 130%;
  opacity: 0.4;
  margin-bottom: 12px;
}

.product__title {
  margin-bottom: 32px;
}

.product__availability {
  display: flex;
  margin-bottom: 32px;
}

.product__price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 33px;
}

.product__price span:first-child {
  display: block;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  /* margin-bottom: 4px; */
}

.product__price span:last-child {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #7C7B7A;
}

.product__available:after {
  position: relative;
  top: 1px;
}

.product__available.full:before {
  content: "";
  display: block;
  width: 63px;
  height: 37px;
  background: url("/local/templates/hardi/styles/../../../../img/svg/Property1=Full.svg") no-repeat center/cover;
  margin-bottom: 7px;
}

.product__available.full:after {
  content: "Наличие: много";
  font-size: 15px;
  line-height: 120%;
  color: #65A316;
}

.product__available.less:before {
  content: "";
  display: block;
  width: 63px;
  height: 37px;
  background: url("/local/templates/hardi/styles/../../../../img/svg/Property1=Less.svg") no-repeat center/cover;
  margin-bottom: 7px;
}

.product__available.less:after {
  content: "Наличие: средне";
  font-size: 15px;
  line-height: 120%;
  color: #E58615;
}

.product__available.few:before {
  content: "";
  display: block;
  width: 63px;
  height: 37px;
  background: url("/local/templates/hardi/styles/../../../../img/svg/Property1=Few.svg") no-repeat center/cover;
  margin-bottom: 7px;
}

.product__available.few:after {
  content: "Наличие: мало";
  font-size: 15px;
  line-height: 120%;
  color: #E53A15;
}

.product__available.empty:before {
  content: "";
  display: block;
  width: 63px;
  height: 37px;
  background: url("/local/templates/hardi/styles/../../../../img/svg/Property1=Empty.svg") no-repeat center/cover;
  margin-bottom: 7px;
}

.product__available.empty:after {
  content: "Нет в наличии";
  font-size: 15px;
  line-height: 120%;
  color: #BABAB9;
}

.product__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.product__cart-button {
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  padding: 0 36px;
  margin-right: 16px;
  margin-bottom: 8px;
}

.product__cart-button.hidden {
  display: none;
}

.product__download-button {
  position: relative;
  padding: 10px 24px 10px 60px;
  background: #F7F7F7;
  text-align: left;
  border-radius: 16px;
  margin-bottom: 8px;
}

.product__download-button:hover {
  background: #EAE9E8;
}

.product__download-button svg {
  position: absolute;
  top: 8px;
  left: 12px;
}

.product__download-button p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #242321;
  margin-bottom: 0 !important;
}

.product__download-button span {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #BABAB9;
}

.product__stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.product__stat {
  margin-right: 47px;
  text-align: center;
  margin-bottom: 8px;
}

.product__stat-value {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 4px;
}

.product__stat-name {
  font-size: 15px;
  line-height: 130%;
  opacity: 0.6;
}

.product__characteristics .product__characteristics-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 16px;
}

.product__characteristics div {
  margin-bottom: 12px;
}

.product__characteristics div:last-child {
  margin-bottom: 0;
}

.product__characteristics span:first-child {
  display: inline-block;
  font-size: 15px;
  line-height: 130%;
  opacity: 0.6;
  margin-right: 8px;
}

.product__characteristics span:last-child {
  font-size: 15px;
  line-height: 130%;
}

.product__option-variants {
  display: flex;
}

.product__options {
  margin-bottom: 32px;
}

.product__option {
  margin-bottom: 20px;
}

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

.product__option-name {
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 12px;
}

.product__option-variant {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  margin-right: 6px;
}

.product__option-variant:last-child {
  margin-right: 0;
}

.product__option-variant:hover p {
  border: 2px solid #E4E3E0;
}

.product__option-variant p {
  border: 2px solid #EFEFEB;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

.product__option-variant.color p {
  border: 2px solid #EFEFEB;
  border-radius: 12px;
  padding: 7px;
}

.product__option-variant.color p span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 4px;
}

.product__option-variant.color:hover p {
  border: 2px solid #E4E3E0;
}

.product__option-variant p a {
  color: #60BF19;
}

.product__option-variant input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.product__option-variant .checkmark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  border: 2px solid #69B42E;
  opacity: 0;
}

.product__option-variant input:checked ~ .checkmark {
  opacity: 1;
}

.product__option-variant .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product__hidden-buttons {
  display: none;
}

.product__hidden-buttons.active {
  display: flex;
  margin-bottom: 8px;
  margin-right: 8px;
}

.product__num-setter {
  position: relative;
  width: 149px;
  height: 56px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  margin-right: 20px;
  text-align: center;
}

.product__num-setter div {
  position: absolute;
  display: block;
  width: 55.5px;
  height: 56px;
  background: #F3F3F3;
  border-radius: 12px;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
}

.product__num-setter div:hover {
  background: #EAE9E8;
  cursor: pointer;
}

.product__num-setter div:first-child {
  left: 0;
}

.product__num-setter div:last-child {
  right: 0;
  top: 0;
}

.product__num-setter input {
  width: 36px;
  font-size: 14px;
  line-height: 56px;
}

.product__num-setter:hover input {
  color: #69B42E;
}

.product__to-cart {
  display: block;
  width: auto;
  background-color: #242321;
  padding: 12px 36px;
  border-radius: 12px;
  text-align: center;
}

.product__to-cart:hover {
  opacity: 0.95;
  cursor: pointer;
}

.product__to-cart p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}

.product__to-cart span {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
}

.product__description {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 28px;
}

.mob-cart-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  left: 8px;
  right: 8px;
  border-radius: 16px 16px 0 0;
  background-color: #FFFFFF;
  padding: 16px 20px;
  box-shadow: 0px -2px 24px rgba(16, 23, 23, 0.05);
  z-index: 20;
}

.mob-cart-buttons .mob-cart-buttons__price {
  text-align: left;
  margin-right: 24px;
  white-space: nowrap;
}

.mob-cart-buttons .mob-cart-buttons__price p {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
}

.mob-cart-buttons .mob-cart-buttons__price > span {
  font-size: 14px;
  line-height: 130%;
  color: #BABAB9;
}

.mob-cart-buttons .product__cart-button {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  margin-right: 0;
}

.mob-cart-buttons .product__cart-button.hidden {
  display: none;
}

.mob-cart-buttons .product__hidden-buttons {
  display: none;
}

.mob-cart-buttons .product__hidden-buttons.active {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}

.tested {
  padding: 44px 40px;
  display: flex;
  flex-wrap: wrap;
}

.tested__info {
  width: 50%;
}

.tested__info h3 {
  max-width: 390px;
  margin-bottom: 40px;
}

.tested__info div {
  display: flex;
  align-items: flex-start;
}

.tested__info img {
  width: 57px;
  margin-right: 16px;
}

.tested__info span {
  display: flex;
  max-width: 295px;
  font-size: 13px;
  line-height: 120%;
}

.tested__items {
  width: 50%;
}

.tested__item {
  margin-bottom: 36px;
}

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

.tested__item-value {
  font-weight: 500;
  font-size: 52px;
  line-height: 110%;
  color: #69B42E;
  margin-bottom: 8px;
}

.tested__item-name {
  font-size: 16px;
  line-height: 140%;
}

.tested__mobile-block {
  display: none;
}

.recomsSlider {
  background: #E4E3E0;
  border-radius: 24px;
  padding: 44px 40px;
  overflow: hidden;
}

.recomsSlider .swiper {
  overflow: visible;
}

.recomsSlider__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.recomsSlider__buttons {
  display: flex;
  align-items: center;
  height: 36px;
}

.recomsSlider__buttons div {
  margin-top: 0;
}

.recomsSlider__buttons .swiper-button-prev {
  margin-right: 8px;
}

.recomsSlider__slider-item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 14px 16px 24px;
}

.recomsSlider__slider-item:hover .recomsSlider__product-title {
  color: #6AD11D;
}

.recomsSlider__slider-item:hover img {
  transform: scale(1.05);
}

.recomsSlider__slider-item img {
  max-width: 100%;
  margin-bottom: 30px;
  transition: 200ms;
}

.recomsSlider__product-title {
  min-height: 58px;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 4px;
  padding: 0 8px;
}

.recomsSlider__product-price {
  font-size: 22px;
  line-height: 140%;
  padding: 0 8px;
}

.advantages {
  background: #FFFFFF;
}

.advantages__title {
  margin-bottom: 20px;
}

.advantages__text {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 36px;
}

.advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}

.advantages__item {
  position: relative;
  height: 316px;
  background: #FFFFFF;
  padding: 28px 28px;
  border: 1px solid #EFEFEB;
  border-radius: 24px;
}

.advantages__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}

.advantages__item-text {
  font-size: 16px;
  line-height: 125%;
}

.advantages__item img {
  position: absolute;
  bottom: 28px;
  left: 28px;
  width: 62px;
}

.qualityProd {
  background: #242321;
  border-radius: 24px;
  padding: 44px 40px;
  overflow: hidden;
}

.qualityProd h2 {
  color: #FFFFFF;
}

.qualityProd .swiper {
  overflow: visible;
}

.qualityProd__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.qualityProd__buttons {
  display: flex;
  align-items: center;
  height: 36px;
}

.qualityProd__buttons div {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.05);
}

.qualityProd__buttons .swiper-button-prev {
  margin-right: 8px;
}

.qualityProd__slider-item {
  width: 364px;
  background: #2F2E2C;
  border-radius: 20px;
  padding: 24px;
  transition: 200ms;
  height: unset;
}

.qualityProd__slider-item img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.qualityProd__slider-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}

.qualityProd__slider-item:first-child {
/*  width: 448px;*/
}

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

.cart.hide {
  display: none;
}

.cart__head.cart__head_empty {
  padding: 36px 40px;
}

.cart__head p {
  max-width: 700px;
  font-size: 22px;
  line-height: 140%;
  margin-top: 20px;
}

.cart__clear-cart {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.4;
}

.cart__clear-cart.hide {
  display: none;
}

.cart__clear-cart:hover {
  cursor: pointer;
  opacity: 1;
}

.cart__main-container {
  width: calc(100% - 446px);
}

.cart__side-container {
  width: 438px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
  background-color: #FFFFFF;
}

.cart__side-container.mob {
  display: none;
}

.cart__side-info {
  border-bottom: 1px solid #EFEFEB;
  margin-bottom: 20px;
}

.cart__side-info div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cart__side-info div:last-child {
  margin-bottom: 20px;
}

.cart__side-info div > p {
  display: block;
  max-width: 50%;
  font-size: 18px;
  line-height: 135%;
}

.cart__total-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cart__total-price p:first-child {
  font-size: 22px;
  line-height: 140%;
}

.cart__total-price p:last-child {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
}

.cart__order-button {
  display: block;
  width: 100%;
  padding: 19.5px 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.cart__items-list {
  background-color: #FFFFFF;
  padding: 32px 40px;
  margin-bottom: 8px;
}

.cart__items-list.hide {
  display: none;
}

.cart__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEB;
}

.cart__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.cart__item-image {
  width: 76px;
  margin-right: 20px;
}

.cart__item-info {
  width: calc(100% - 492px);
}

.cart__item-info span {
  display: block;
}

.cart__item-info span:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 8px;
}

.cart__item-info span:last-child {
  font-size: 14px;
  line-height: 130%;
}

.cart__item-price {
  width: 69px;
  text-align: right;
  font-size: 18px;
  line-height: 130%;
  margin-right: 44px;
}

.cart__num-setter {
  position: relative;
  width: 117px;
  height: 36px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  margin-right: 14px;
  text-align: center;
}

.cart__num-setter input {
  width: 45px;
  line-height: 36px;
  text-align: center;
}

.cart__num-setter div {
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  background: #F3F3F3;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.cart__num-setter div:first-child {
  left: 0;
}

.cart__num-setter div:last-child {
  right: 0;
}

.cart__num-setter div:hover {
  cursor: pointer;
  background: #EAE9E8;
}

.cart__num-setter:hover input {
  cursor: pointer;
  color: #69B42E;
}

.cart__price-total {
  width: 96px;
  text-align: right;
  margin-right: 36px;
}

.cart__price-total p:first-child {
  display: none;
}

.cart__price-total p:last-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.cart__remove {
  width: 20px;
}

.cart__remove:hover {
  cursor: pointer;
}

.cart__auth {
  background-color: #242321;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.cart__auth img {
  width: 193px;
  margin-right: 28px;
}

.cart__auth p {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.cart__auth-buttons {
  display: flex;
  flex-wrap: wrap;
}

.cart__auth-login {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 16px 36px;
  margin-right: 16px;
  text-align: center;
}

.cart__auth-login span {
  display: none;
}

.cart__auth-continue {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 16px 36px;
  text-align: center;
}

.cart__auth-continue.mob {
  display: none;
}

.cart__fields {
  display: none;
  background-color: #FFFFFF;
  padding: 40px 153px 40px 40px;
}

.cart__fields h5 {
  margin-bottom: 24px;
}

.cart__fields.active {
  display: block;
}

.cart__fields.mobile {
  display: block !important;
}

.cart__inputs {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.cart__input {
  width: 100%;
}

.cart__input label {
  display: none;
}

.cart__input input {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
}

.cart__socials {
  margin-bottom: 36px;
}

.cart__socials-title {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 130%;
  color: #242321;
  opacity: 0.4;
}

.cart__checkboxes {
  display: flex;
}

.cart__checkboxes .checkbox-inner {
  display: inline-block;
  margin-right: 20px;
}

.cart__checkboxes .checkbox-inner p {
  font-size: 16px;
  line-height: 130%;
  top: 4px;
}

.cart__delivery h5 {
  margin-bottom: 24px;
}

.cart__delivery-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 20px;
}

.cart__delivery-options .radio-inner {
  margin-bottom: 0;
}

.cart__delivery-options:hover .radio-inner {
  border: 1px solid #E4E3E0;
}

.cart__delivery-options .radio-inner {
  border: 1px solid #EFEFEB;
  border-radius: 12px;
  padding: 0;
}

.cart__delivery-options .radio-inner div {
  display: flex;
  align-items: center;
  padding: 23px 28px;
}

.cart__delivery-options .radio-inner img {
  width: 40px;
  margin-right: 23px;
}

.cart__delivery-options .radio-inner p {
  top: 0;
  max-width: 225px;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
}

.cart__delivery-options .checkmark:after,
.cart__delivery-options .checkmark {
  display: none !important;
}

.cart__delivery-options .checkmark img {
  width: 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  margin: 0;
}

.cart__delivery-options input:checked + .checkmark {
  display: block !important;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 12px;
  background: transparent;
  top: -1px;
  left: -1px;
  border: 2px solid #69B42E;
}

.cart__delivery-option {
  position: relative;
  padding: 20px 28px;
}

.cart__delivery-option img {
  width: 40px;
  margin-right: 23px;
}

.cart__delivery-option p {
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
}

.cart__delivery-text {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 24px;
}

.cart__legal {
  margin-bottom: 24px;
}

.cart__send-request {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 19.5px 36px;
}

.cart-empty {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 56px 0;
  background-color: #FFFFFF;
}

.cart-empty.active {
  display: flex;
}

.cart-empty img {
  width: 246px;
  margin-bottom: 25px;
}

.cart-empty h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 12px;
}

.cart-empty p {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 25px;
}

.cart-empty a {
  display: block;
  padding: 19.5px 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.modal .modal-content.cart__modal-content {
  width: 582px;
}

.cart__modal h3 {
  margin-bottom: 32px;
}

.cart__modal-buttons {
  display: flex;
}

.cart__modal-buttons button {
  display: block;
  width: 213px;
  height: 60px;
  margin-right: 24px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.cart__modal-buttons button:last-child {
  margin-right: 0;
}

.cart__modal-remove {
  background: #BF1919;
  color: white;
}

.cart__modal-remove:hover {
  background: #a81111;
}

.cart__modal-leave {
  background-color: #FFFFFF;
  border: 2px solid #69B42E;
  color: #242321;
}

.cart__modal-leave:hover {
  border-color: #6AD11D;
  background-color: #FFFFFF;
}

.mob-cart-page-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  left: 8px;
  right: 8px;
  border-radius: 16px 16px 0 0;
  background-color: #FFFFFF;
  padding: 16px 20px;
  box-shadow: 0px -2px 24px rgba(16, 23, 23, 0.05);
  z-index: 20;
}

.mob-cart-page-buttons .mob-cart-page-buttons__price {
  text-align: left;
  margin-right: 24px;
  white-space: nowrap;
}

.mob-cart-page-buttons .mob-cart-page-buttons__price p {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.mob-cart-page-buttons .mob-cart-page-buttons__price > span {
  font-size: 14px;
  line-height: 130%;
}

.mob-cart-page-buttons .cart-page-button {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 15px;
  margin-right: 0;
  padding: 0 57px;
}

.mob-cart-page-buttons .cart-page-button.mob {
  display: none;
}

.details {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 111px 40px 40px;
  background-color: #FFFFFF;
}

.details__title-block {
  width: 42%;
  padding-right: 10px;
}

.details__title-block h3 {
  margin-bottom: 18px;
}

.details__title-block p {
  font-size: 22px;
  line-height: 140%;
}

.details__info {
  width: 58%;
  display: flex;
  flex-wrap: wrap;
}

.details__items {
  width: 55%;
  padding-right: 10px;
}

.details__user-info {
  width: 45%;
}

.details__user-info div {
  display: flex;
  margin-bottom: 16px;
}

.details__user-info div:last-child {
  margin-bottom: 0;
}

.details__user-info span:first-child {
  display: block;
  width: 55%;
  font-size: 18px;
  line-height: 140%;
  color: #242321;
  opacity: 0.4;
  padding-right: 10px;
}

.details__user-info span:last-child {
  width: 45%;
  display: block;
  font-size: 18px;
  line-height: 140%;
}

.details__subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}

.details__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

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

.details__item img {
  width: 58px;
  margin-right: 16px;
}

.details__item div {
  width: calc(100% - 74px);
}

.details__item p {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 8px;
}

.details__item span {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #BABAB9;
}

.adv__banner_wrap {
  border-radius: 24px;
  overflow: hidden;
  position: ;
}
.adv__banner_wrap img {
  width: 100%;
  height: auto;
}
.adv__banner_wrap .button {
  position: absolute;
  top: 50%;
  right: 31%;
  transform: translate(50%, -50%);
  padding: 15px 60px;
}
.adv__banner_wrap picture {
  display: flex;
}

@media (max-width: 1400px) {
  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 34px;
  }

  .delivery__item {
    padding: 40px 40px 40px 40px;
  }

  .product__price span:first-child {
    font-size: 32px;
  }
}

@media (max-width: 1350px) {
  .socials__item:hover .socials__item-button span {
    max-width: 0;
    margin-right: 0;
  }
}

@media (max-width: 1300px) {
  .contacts__info-item {
    padding: 28px 24px 24px;
  }

  .contacts__worker-name {
    font-size: 16px;
  }

  .contacts__worker-role {
    font-size: 13px;
  }
}

@media (max-width: 1250px) {
  .header__menu a {
    font-size: 14px;
    margin-right: 20px;
  }

  .header_logo {
    width: 112px;
    margin-right: 30px;
  }

  .header__info-item {
    padding: 0 16px;
  }

  .header__info-item p {
    font-size: 13px;
  }

  .header__phone-block {
    padding-right: 0;
  }

  .header__phone {
    font-size: 16px;
  }

  .header__phone svg {
    margin-right: 6px;
  }
}

@media (max-width: 1200px) {
  .orders__info-block span:first-child {
    font-size: 15px;
  }

  .orders__price-block span:first-child {
    font-size: 15px;
  }

  .orders__price-block .orders-active__price {
    font-size: 15px;
  }

  .order-status {
    font-size: 15px;
  }

  .personal__block {
    width: 100%;
  }

  .delivery__item .delivery__title-block {
    width: calc(40% - 10px);
  }

  .delivery__body {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .cart {
    flex-direction: column;
  }

  .cart__head {
    padding: 36px 40px 20px;
  }

  .cart__main-container {
    width: 100%;
  }

  .cart__side-container {
    display: none;
    width: 100%;
  }

  .cart__side-container.mob {
    display: block;
    margin-bottom: 36px;
  }

  .cart__order-button {
    display: none;
  }

  .cart__items-list {
    padding: 20px 28px;
  }

  .cart__item-image {
    width: 66px;
    margin-right: 12px;
  }

  .cart__item-info {
    width: calc(100% - 422px);
  }

  .cart__item-price {
    margin-right: 16px;
  }

  .cart__num-setter {
    margin-right: 0;
  }

  .cart__price-total {
    width: 86px;
  }

  .cart__fields {
    padding: 28px;
  }

  .cart__inputs {
    grid-template-columns: 1fr;
    grid-gap: 26px;
  }

  .cart__input label {
    display: block;
  }

  .cart__input input {
    height: 37px;
    line-height: 37px;
  }

  .cart__input {
    margin-bottom: 0;
  }

  .cart__delivery-options .radio-inner p {
    font-size: 16px;
    line-height: 22px;
  }

  .mob-cart-page-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .details__title-block {
    width: 100%;
    margin-bottom: 24px;
  }

  .details__info {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 48px;
    line-height: 110%;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  .container {
    padding: 111px 30px 0px 30px;
  }

  .text-with-arrow span {
    max-width: 200px;
    margin-right: 12px;
  }

  .header {
    padding: 25px 40px;
  }

  .header__info-item:last-child {
    margin-right: 0;
  }

  .header__info-item {
    margin-right: 24px;
    padding: 0;
    border: 0;
  }

  .header__info-item svg {
    margin-bottom: 0;
  }

  .header__info-item p {
    display: none;
  }

  .header__cart-quantity {
    display: none;
  }

  .header__phone {
    left: 0;
  }

  .header__phone span {
    display: none;
  }

  .accessories__item-tag {
    font-size: 16px;
  }

  .accessories__item-title {
    font-size: 24px;
  }

  .accessories__item-image {
    max-height: 100%;
    right: -50px;
  }

  .products {
    height: auto;
    padding: 36px 28px;
  }

  .products__main {
    width: 100%;
  }

  .products__item {
    width: calc(50% - 4px);
  }

  .products__text {
    font-size: 18px;
  }

  .products__item-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .products__button-block {
    position: static;
  }

  .products__button-block {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }

  .products__button-block span {
    max-width: 200px;
    margin-right: 12px;
  }

  .products__item-list {
    margin-bottom: 23px;
  }

  .products__item-button {
    position: static;
  }

  .novelty {
    padding: 36px 28px;
  }

  .mission__main .mission__text {
    font-size: 20px;
  }

  .mission__item-value {
    font-size: 52px;
    margin-bottom: 4px;
  }

  .mission__item-name {
    font-size: 16px;
  }

  .socials {
    padding: 36px 28px;
    border-radius: 20px;
  }

  .socials__title {
    margin-bottom: 24px;
  }

  .socials__item {
    padding: 20px;
  }

  .socials__item-name {
    font-size: 20px;
  }

  .socials__item-value {
    font-size: 16px;
    margin-bottom: 73px;
  }

  .socials__item-button {
    bottom: 20px;
    left: 20px;
  }

  .productsPallete__head {
    padding: 24px 28px;
  }

  .productsPallete__title {
    margin-bottom: 20px;
  }

  .productsPallete__head-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .productsPallete__head-info p {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .productsPallete__catalog-button p {
    font-size: 14px;
  }

  .productsPallete__items .productsPallete__item-wrapper:nth-child(n+5) .productsPallete__title {
    font-size: 18px;
  }

  .productsPallete__items .productsPallete__title {
    font-size: 24px;
  }

  .contacts__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .contacts__info-item {
    width: calc(50% - 4px);
    margin-bottom: 0;
  }

  .contacts__map {
    width: 100%;
    height: 640px;
  }

  .contacts__map .contacts__map-bg {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .contacts__pin {
    display: none;
  }

  .recomsSlider {
    padding: 36px 28px;
  }

  .advantages {
    padding: 32px 28px;
  }

  .advantages__title {
    margin-bottom: 16px;
  }

  .advantages__text {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .advantages__item {
    height: 330px;
    padding: 20px 20px;
  }

  .advantages__item br {
    display: none;
  }

  .advantages__item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .advantages__item-text {
    font-size: 15px;
  }

  .advantages__item img {
    width: 43px;
    bottom: 20px;
    left: 20px;
  }

  .qualityProd {
    padding: 36px 28px;
  }

  .details {
    padding: 32px 28px 32px 28px;
  }

  .details__items {
    width: 62.5%;
  }

  .details__user-info {
    width: 37.5%;
  }

  .details__user-info div {
    margin-bottom: 12px;
    flex-direction: column;
  }

  .details__user-info span:first-child {
    width: 100%;
    font-size: 15px;
    margin-bottom: 4px;
  }

  .details__user-info span:last-child {
    width: 100%;
    font-size: 16px;
  }

  .details__subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .details__item {
    margin-bottom: 12px;
  }
}

@media (max-width: 960px) {
  .adv__banner_wrap .button {
    right: 27%;
  }
}

@media (max-width: 900px) {
  section {
    margin-bottom: 36px;
  }

  .container.container__footer {
    padding-bottom: 8px;
  }

  .container.container__footer.mob-m98 {
    margin-bottom: 98px;
  }

  .container {
    padding: 84px 8px 0 8px;
  }

  .container__full-screen {
    padding-top: 8px;
  }

  .input-inner + .email-description {
    margin-bottom: 16px;
  }

  .breadcrumbs {
    margin-bottom: 12px;
  }

  .head-block {
    padding: 24px 28px 20px;
    border-radius: 20px;
  }

  .head-block.bc {
    padding: 16px 12px;
  }

  .rounded-block {
    border-radius: 20px;
    padding: 36px 28px;
  }

  .product-card {
    width: calc(25% - 8px);
  }

  .product-card__label {
    font-size: 12px;
  }

  .product-card__image {
    padding: 10px 0 0;
  }

  .product-card__info {
    padding: 12px 16px 16px;
  }

  .product-card__name {
    min-height: 57px;
    max-height: 57px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    margin-bottom: 8px;
  }

  .product-card__price {
    font-size: 18px;
  }

  .slider-item__label {
    font-size: 12px;
  }

  .header {
    padding: 18px 28px;
    border-radius: 20px;
  }

  .header__container {
    padding: 0 8px;
    top: 8px;
  }

  .header__menu a {
    display: none;
  }

  .header__menu a.header_logo-wrapper {
    display: flex;
  }

  .header_logo {
    margin-right: 0;
  }

  .header__phone-block svg {
    position: relative;
    top: 2px;
    width: 22px;
    height: 22px;
  }

  .header__phone.header__hidden-phone svg {
    margin-right: 18px;
  }

  .header__phone {
    margin-bottom: 4px;
  }

  .header__phone span {
    font-size: 22px;
  }

  .header__consult {
    font-size: 15px;
    margin-left: 44px;
  }

  .header__burger {
    display: block;
  }

  .header__hidden-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .header__hidden-menu.active {
    left: 4px;
    right: 4px;
  }

  .footer {
    padding: 32px 28px 28px 28px;
  }

  .footer__col {
    min-height: 0;
    padding-top: 0;
  }

  .footer__col:first-child {
    width: 100%;
    margin-bottom: 32px;
  }

  .footer__col:nth-child(2) {
    width: 40.5%;
  }

  .footer__col:nth-child(3) {
    width: 37.5%;
  }

  .footer__col:nth-child(4) {
    width: 22%;
  }

  .footer_logo {
    width: 151px;
  }

  .footer__info-table.two-row .footer__info-item {
    width: 100%;
  }

  .footer__info-col {
    width: 100%;
  }

  .footer__info-item:last-child {
    margin-bottom: 12px;
  }

  .footer__filial-adress {
    font-size: 15px;
  }

  .footer__filial-time {
    font-size: 13px;
  }

  .footer__gray-text {
    display: none;
  }

  .footer__mobile-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .accessories__info {
    width: 100%;
    padding: 32px 28px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .accessories__slider-wrapper {
    width: 100%;
    border-radius: 20px;
  }

  .accessories__slider {
    min-height: 332px;
  }

  .accessories__slider-item {
    padding: 28px;
  }

  .accessories__slider-item_event .accessories__item-image {
    position: absolute;
    right: 28px;
    top: 28px;
  }

  .accessories__item-title {
    max-width: 280px;
  }

  .accessories__slider-bubble {
    right: 0;
    left: auto;
  }

  .mission__main {
    width: 100%;
    margin-bottom: 8px;
    padding: 36px 28px;
  }

  .mission__main .mission__button {
    position: static;
  }

  .mission__main .mission__button span {
    max-width: 200px;
    margin-right: 12px;
  }

  .mission__items {
    width: 100%;
  }

  .mission__item {
    width: calc(33.33% - 5px);
    padding: 20px 28px;
    margin-bottom: 0;
  }

  .socials__items {
    grid-template-columns: 1fr 1fr;
  }

  .socials__item-name {
    font-size: 24px;
  }

  .socials__item-value {
    font-size: 18px;
    margin-bottom: 65px;
  }

  .not-found {
    border-radius: 20px;
  }

  .lk__content {
    width: 100%;
    padding: 28px 24px;
  }

  .lk__content h5 {
    margin-bottom: 18px;
  }

  .lk__menu {
    display: none;
  }

  .lk__menu-item {
    margin-bottom: 0;
  }

  .orders__item.active .orders__body {
    padding: 24px;
  }

  .orders__head {
    padding: 21px 24px;
  }

  .orders__head svg {
    top: 29px;
    right: 32px;
  }

  .orders__product-items {
    width: 50%;
  }

  .orders__order-info {
    width: 50%;
  }

  .personal__block {
    max-width: 448px;
    margin-bottom: 32px;
  }

  .personal__block h5 {
    width: 100%;
  }

  .personal__block .personal__block-content {
    width: 100%;
  }

  .personal__block input {
    font-size: 16px;
  }

  .lk__mob-buttons {
    display: flex;
    justify-content: space-around;
    border: 2px solid #EFEFEE;
    border-radius: 12px;
    padding: 14px 0;
    margin-top: 16px;
  }

  .personal__inputs .personal__input {
    margin-bottom: 18px;
  }

  .lk__mob-logout {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 24px;
    background-color: #FFFFFF;
    margin-top: 36px;
  }

  .lk__mob-logout:hover {
    cursor: pointer;
    color: #6AD11D;
  }

  .lk__mob-logout:hover svg path {
    stroke: #6AD11D;
  }

  .lk__mob-logout svg {
    margin-right: 12px;
  }

  .error {
    height: calc(100vh - 16px);
    border-radius: 20px;
  }

  .productsPallete__big-item {
    padding: 28px;
  }

  .productsPallete__big-item .productsPallete__item-image {
    right: -150px;
  }

  .productsPallete__big-item:last-child .productsPallete__item-image {
    right: -50px;
  }

  .productsPallete__big-item .productsPallete__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .productsPallete__options {
    margin-bottom: 23px;
  }

  .productsPallete__items .productsPallete__item-wrapper:nth-child(n+5) {
    width: 25%;
  }

  .productsPallete__items .productsPallete__item {
    padding: 16px;
  }

  .productsPallete__items .productsPallete__item {
    height: 172px;
  }

  .productsPallete__items .productsPallete__title {
    font-size: 18px;
  }

  .productsPallete__items .productsPallete__item-image {
    width: 133px;
  }

  .productsPallete__items .arrow-button {
    display: none;
  }

  .categoryItems__head {
    padding: 24px 28px;
  }

  .contacts__adress {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .contacts__time {
    margin-bottom: 20px;
  }

  .contacts__phone {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .contacts__mail {
    margin-bottom: 20px;
  }

  .contacts__worker img {
    width: 100px;
  }

  .contacts__pin:hover .line,
  .contacts__pin:hover .dot {
    display: none;
  }

  .delivery__item {
    padding: 32px 28px;
    border-radius: 20px;
  }

  .delivery__item:last-child {
    margin-bottom: 36px;
  }

  .delivery__item .delivery__title-block {
    width: 100%;
    margin-bottom: 24px;
  }

  .delivery__body {
    width: 100%;
  }

  .about {
    padding: 24px 28px;
  }

  .about__title {
    margin-bottom: 20px;
  }

  .about__text {
    width: auto;
    font-size: 20px;
    padding-left: 48px;
  }

  .about__text img {
    width: 28px;
    left: 0;
  }

  .history {
    padding: 32px 28px;
  }

  .history__items {
    margin-bottom: 23px;
  }

  .quality {
    padding: 24px 28px;
  }

  .quality__title {
    margin-bottom: 20px;
  }

  .quality__text {
    width: auto;
    font-size: 20px;
    padding-left: 48px;
  }

  .quality__text img {
    width: 28px;
    left: 0;
  }

  .quality__sgc {
    width: 100%;
    padding-left: 48px;
  }

  .quality__sgc img {
    width: 54px;
  }

  .prodiction {
    height: 496px;
    border-radius: 20px;
    padding: 32px 28px;
  }

  .prodiction__map-bg {
    max-width: 100%;
    height: auto;
    top: -50px;
  }

  .prodiction__content span {
    font-size: 44px;
    margin-bottom: 12px;
  }

  .prodiction__content p {
    font-size: 18px;
  }

  .buiseness__text {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .buiseness__item {
    padding: 20px 20px 79px;
  }

  .buiseness__item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .buiseness__item-text {
    font-size: 15px;
  }

  .buiseness__item img {
    width: 43px;
    bottom: 20px;
    left: 20px;
  }

  .product__breadcrumbs {
    display: none;
  }

  .product__breadcrumbs.product__breadcrumbs_mobile {
    display: flex;
  }

  .product__breadcrumbs.product__breadcrumbs_mobile svg {
    margin-right: 8px;
  }

  .product__breadcrumbs.product__breadcrumbs_mobile span {
    font-size: 13px;
    line-height: 145%;
    color: #656461;
  }

  .product__mobile-head {
    display: block;
    padding: 24px 28px;
  }

  .product__image-block {
    display: none;
  }

  .product__image-block.product__image-block_mobile {
    display: block;
    padding-right: 33px;
  }

  .product__article {
    display: none;
  }

  .product__title {
    display: none;
  }

  .product__cart-button {
    display: none;
  }

  .product__download-button {
    padding-left: calc(50% - 50px);
    width: 100%;
  }

  .product__download-button svg {
    left: calc(50% - 99px);
  }

  .product__stats {
    justify-content: space-between;
  }

  .product__stat {
    width: 26%;
    text-align: center;
    margin-right: 0;
  }

  .product__stat-value {
    font-size: 24px;
  }

  .product__stat-name {
    font-size: 14px;
  }

  .product__characteristics span:first-child {
    display: block;
    margin-right: 0;
  }

  .product__characteristics span:last-child {
    display: block;
  }

  .product__num-setter {
    height: 44px;
    width: 117px;
    line-height: 44px;
  }

  .product__num-setter div {
    height: 44px;
    width: 44px;
    line-height: 44px;
  }

  .product__num-setter input {
    width: 30px;
    line-height: 44px;
  }

  .product__to-cart {
    padding: 7px 48px;
  }

  .product__description {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .mob-cart-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .tested {
    padding: 28px;
  }

  .tested__info {
    padding-right: 57px;
  }

  .tested__info h3 {
    margin-bottom: 24px;
  }

  .tested__info div {
    flex-direction: column;
  }

  .tested__info img {
    width: 41px;
    margin-bottom: 12px;
  }

  .tested__info span {
    font-size: 12px;
    max-width: 100%;
  }

  .tested__item-value {
    font-size: 40px;
    margin-bottom: 4px;
  }

  .qualityProd__slider-item {
    width: 300px;
    height: auto;
    padding: 20px;
  }

  .qualityProd__slider-item p {
    font-size: 16px;
  }

  .qualityProd__slider-item:first-child {
    width: 364px;
  }

  .cart__head.cart__head_empty {
    padding: 20px 28px;
  }

  .cart__total-price {
    margin-bottom: 0;
  }
}

@media (max-width: 860px) {
  .adv__banner_wrap .button {
    padding: 10px 41px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 32px;
    line-height: 110%;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  section {
    margin-bottom: 28px;
  }

  .mob-hidden {
    display: none;
  }

  .container {
    padding-top: 82px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .container__full-screen {
    padding-top: 8px;
  }

  .checkbox-inner p {
    font-size: 13px;
  }

  .radio-inner p {
    font-size: 13px;
  }

  .modal .modal-close {
    right: 0;
    top: -60px;
  }

  .modal .modal-text {
    font-size: 16px;
  }

  .modal .modal-button {
    width: 100%;
  }

  .breadcrumbs {
    margin-bottom: 12px;
  }

  .head-block {
    padding: 20px 16px;
  }

  .rounded-block {
    padding: 24px 16px;
  }

  .product-card {
    width: calc(50% - 8px);
  }

  .slider-item {
    padding: 4px 8px 16px;
  }

  .slider-item img {
    margin-bottom: 12px;
  }

  .slider-item__title {
    height: 54px;
    font-size: 14px;
  }

  .mobile-hidden {
    display: none;
  }

  .header {
    padding: 19px;
  }

  .header__container {
    padding: 0 4px;
  }

  .header_logo {
    width: 106px;
  }

  .header__phone svg {
    margin-right: 0;
  }

  .header__hidden-menu {
    border-radius: 0;
    top: 54px;
    padding: 48px 16px 28px;
    bottom: 0;
  }

  .header__social-item:last-child {
    margin-bottom: 0;
  }

  .header__socials {
    align-items: center;
  }

  .header__socials .header__social-item {
    width: 50%;
    margin-right: 0;
    /* margin-bottom: 20px; */
  }

  .footer {
    padding: 28px 16px;
  }

  .footer__col {
    margin-bottom: 20px;
  }

  .footer__col:first-child {
    margin-bottom: 24px;
  }

  .footer__col:nth-child(2) {
    width: 100%;
  }

  .footer__col:nth-child(3) {
    width: 100%;
  }

  .footer__col:nth-child(4) {
    width: 100%;
  }

  .footer__info-title {
    margin-bottom: 12px;
  }

  .footer__info-table.two-row .footer__info-item {
    width: 100%;
  }

  .footer__info-table.two-row .footer__info-item:last-child {
    margin-bottom: 0;
  }

  .footer__info-item {
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .footer__info-item:last-child {
    margin-bottom: 0;
  }

  .footer__filials {
    display: flex;
  }

  .footer__filial {
    width: 50%;
    margin-bottom: 0;
  }

  .footer__gray-text:last-child {
    margin-bottom: 0;
  }

  .footer__gray-text {
    margin-bottom: 16px;
  }

  .footer__mobile-text {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }

  .accessories__info {
    width: 100%;
    padding: 24px 16px;
  }

  .accessories__info h1 {
    margin-bottom: 12px;
  }

  .accessories__info p {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .accessories__offer-button {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .accessories__catalog-button {
    width: 100%;
    padding-left: calc(50% - 50px);
  }

  .accessories__catalog-button svg {
    left: calc(50% - 99px);
  }

  .accessories__slider {
    min-height: 199px;
  }

  .accessories__slider-item {
    padding: 20px;
  }

  .accessories__slider-item_event .accessories__item-image {
    width: 150px;
    height: auto;
    bottom: 28px;
    top: auto;
    right: 28px;
    margin: 0;
  }

  .accessories__item-tag {
    max-width: 13px;
    margin-bottom: 4px;
  }

  .accessories__item-title {
    max-width: 200px;
    font-size: 20px;
  }

  .accessories__item-image {
    height: 100%;
    right: -60px;
  }

  .accessories__slider .swiper-pagination {
    padding: 0 20px;
    bottom: 8px;
  }

  .accessories__slider .swiper-button-next,
  .accessories__slider .swiper-button-prev {
    display: none;
    bottom: 22px;
    left: 20px;
  }

  .accessories__slider .swiper-button-next {
    left: 60px;
  }

  .products {
    border-radius: 20px;
    padding: 24px 16px;
  }

  .products__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 24px 20px;
  }

  .products__item:last-child {
    margin-bottom: 8;
  }

  .novelty {
    padding: 24px 16px;
  }

  .mission__main {
    padding: 24px 16px;
  }

  .mission__main .mission__text {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .mission__item {
    width: calc(50% - 4px);
    padding: 16px;
    margin-bottom: 8px;
    text-align: center;
  }

  .mission__item:last-child {
    width: 100%;
    margin-bottom: 0;
  }

  .mission__item-value {
    font-size: 32px;
  }

  .mission__item-name {
    font-size: 13px;
  }

  .socials {
    padding: 20px 16px;
  }

  .socials__title {
    margin-bottom: 16px;
  }

  .socials__items {
    grid-template-columns: 1fr;
  }

  .socials__item {
    padding: 12px 20px;
  }

  .socials__item-name {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .socials__item-value {
    font-size: 16px;
    margin-bottom: 0;
  }

  .socials__item-button {
    display: none;
  }

  .not-found {
    padding: 70px 20px;
  }

  .lk__orders-type {
    width: 100%;
  }

  .lk__orders-type div {
    width: 50%;
  }

  .orders__item.active .orders__body {
    padding: 0;
  }

  .orders__body-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px;
    margin: 16px 16px 0;
  }

  .orders__head {
    padding: 16.5px 19.5px;
    flex-wrap: wrap;
  }

  .orders__head svg {
    top: 34px;
    right: 20px;
  }

  .orders__info-block span:first-child {
    display: block;
    font-size: 14px;
    line-height: 130%;
    opacity: 0.6;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .orders__price-block span:first-child {
    display: block;
    font-size: 14px;
    line-height: 130%;
    opacity: 0.6;
    margin-bottom: 4px;
  }

  .orders__price-block .orders-active__price {
    font-size: 16px;
    line-height: 19px;
  }

  .order-status {
    font-size: 16px;
    line-height: 19px;
  }

  .orders__product-items {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #EFEFEB;
  }

  .orders__product-item {
    margin-bottom: 12px;
  }

  .orders__product-item img {
    width: 58px;
    margin-right: 12px;
  }

  .orders__product-item div {
    width: calc(100% - 70px);
  }

  .orders__product-item p {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .orders__order-info {
    width: 100%;
  }

  .orders__order-description {
    padding: 8px 16px 16px;
  }

  .orders__order-description div {
    flex-direction: column;
    margin-bottom: 8px;
  }

  .orders__order-description span {
    width: 100%;
  }

  .orders__order-description span:first-child {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .order__pay-button {
    display: none;
  }

  .order__pay-button.mob {
    display: block;
    height: 48px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
  }

  .personal__block {
    width: 100%;
  }

  .personal__block button {
    width: 100%;
    text-align: center;
  }

  .personal__checkboxes {
    margin-bottom: 24px;
  }

  .lk__mob-logout {
    margin-top: 26px;
    padding: 20px 24px;
  }

  .lk__empty-orders {
    padding: 80px 5px;
  }

  .lk__empty-orders a {
    padding: 19.5px 77px;
  }

  .error {
    padding: 70px 20px;
  }

  .cookie.modal .cookie__modal-content {
    width: auto;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .productsPallete__head-info p {
    font-size: 14px;
  }

  .productsPallete__catalog-button {
    width: 100%;
    padding-left: calc(50% - 50px);
  }

  .productsPallete__catalog-button svg {
    left: calc(50% - 99px);
  }

  .productsPallete__big-item {
    width: 100%;
  }

  .productsPallete__options {
    margin-bottom: 18px;
  }

  .productsPallete__options a {
    font-size: 14px;
  }

  .productsPallete__items .productsPallete__item-wrapper {
    width: 50%;
  }

  .productsPallete__items .productsPallete__item-wrapper:nth-child(n+5) {
    width: 50%;
  }

  .categoryItems__head {
    pading: 20px 16px 16px;
  }

  .categoryItems__filters {
    padding: 12px 8px 4px;
    margin-right: 0;
  }

  .categoryItems__filters-main {
    display: flex !important;
    width: calc(50% - 4px);
  }

  .categoryItems__filter-item {
    width: 100%;
    justify-content: center;
    display: none;
  }

  .categoryItems__filter-text {
    font-size: 12px;
  }

  .categoryItems__filter-all {
    display: flex;
  }

  .categoryItems__filter-all .categoryItems__filter-all-text {
    font-size: 12px;
  }

  .categoryItems__filters-sort {
    width: 50%;
    transform: translate3d(0, 0, 0);
  }

  .categoryItems__filters-sort .categoryItems__filter-item {
    display: flex;
  }

  .categoryItems__sort-wrapper {
    display: none !important;
  }

  .sideFilter {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0;
    transition: 0;
    top: 0;
    padding-bottom: 111px;
  }

  .sideFilter__filter {
    margin-bottom: 20px;
  }

  .sideFilter__filter:last-child {
    margin-bottom: 27px;
  }

  .sideFilter__buttons {
    display: none;
    position: fixed;
    background-color: #FFFFFF;
    right: 0;
    left: -100%;
    bottom: 0;
    padding: 15px 16px 16px;
    box-shadow: 0px -8px 47px rgba(0, 0, 0, 0.05);
    z-index: 15;
  }

  .sideFilter__buttons.mobile {
    left: -100%;
    right: 100%;
    display: block;
    transition: 400ms;
  }

  .sideFilter__buttons.mobile.active {
    left: 0;
    right: 0;
  }

  .sideFilter__reset-button {
    display: none;
  }

  .sideFilter__reset-button.mobile {
    display: block;
    text-align: left;
  }

  .categoryItems__mob-filters {
    display: block;
    margin-bottom: 8px;
  }

  .mobileSort.active {
    pointer-events: all;
    opacity: 1;
  }

  .contacts__info-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .contacts__info-item:last-child {
    margin-bottom: 0;
  }

  .contacts__adress {
    font-size: 24px;
  }

  .contacts__time {
    margin-bottom: 24px;
  }

  .contacts__phone {
    font-size: 20px;
  }

  .contacts__mail {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .contacts__workers {
    justify-content: space-between;
  }

  .contacts__worker {
    width: calc(50% - 4px);
    margin-right: 0;
  }

  .contacts__worker img {
    width: 129px;
    max-width: 100%;
  }

  .contacts__map {
    height: 472px;
  }

  .delivery__item {
    padding: 24px 16px;
  }

  .delivery__item .delivery__title-block {
    margin-bottom: 16px;
  }

  .delivery__item .delivery__title-block.mob-mb20 {
    margin-bottom: 20px;
  }

  .delivery__item ul {
    margin-bottom: 8px;
  }

  .delivery__item li {
    font-size: 14px;
  }

  .delivery__paragraph {
    margin-bottom: 16px;
  }

  .delivery__paragraph-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .delivery__block-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .delivery__block-title.mob-s20 {
    font-size: 20px;
  }

  .delivery__text {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .delivery__text.m24 {
    margin-bottom: 16px;
  }

  .delivery__tiles {
    margin-bottom: 20px;
  }

  .delivery__tiles.mob-mb12 {
    margin-bottom: 12px;
  }

  .delivery__tile {
    width: 100%;
    margin-bottom: 8px;
  }

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

  .delivery__tile-title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .about {
    padding: 20px 16px 24px;
  }

  .about__title {
    margin-bottom: 12px;
  }

  .about__text {
    font-size: 15px;
    padding-left: 44px;
  }

  .about__text img {
    width: 32px;
  }

  .history {
    padding: 24px 16px;
  }

  .history__items {
    margin-bottom: 16px;
  }

  .history__item {
    padding: 16px 16px 59px;
  }

  .history__item h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .history__item p {
    font-size: 14px;
  }

  .history__item span {
    bottom: 16px;
    left: 16px;
    font-size: 18px;
  }

  .history__pagination {
    width: -moz-fit-content;
    width: fit-content;
  }

  .history__pagination .history__dot {
    min-width: 52px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 12px;
  }

  .history__pagination .history__dot-line {
    min-width: 81px;
  }

  .quality {
    padding: 20px 16px 24px;
  }

  .quality__title {
    margin-bottom: 12px;
  }

  .quality__text {
    font-size: 15px;
    padding-left: 44px;
  }

  .quality__text img {
    width: 32px;
  }

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

  .quality__sgc {
    padding-left: 44px;
  }

  .quality__sgc img {
    width: 39px;
    margin-right: 8px;
  }

  .quality__sgc span {
    display: none;
    font-size: 12px;
  }

  .quality__sgc span.quality__sgc-mobile-text {
    display: block;
  }

  .prodiction {
    padding: 24px 16px;
    justify-content: flex-start;
  }

  .prodiction h2 {
    margin-bottom: 16px;
  }

  .prodiction__map-bg {
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
  }

  .prodiction__content span {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .prodiction__content p {
    font-size: 14px;
  }

  .buiseness__title {
    margin-bottom: 8px;
  }

  .buiseness__text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .buiseness__items {
    grid-template-columns: 1fr;
  }

  .buiseness__item {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
  }

  .buiseness__item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .buiseness__item-text {
    font-size: 13px;
  }

  .buiseness__item img {
    position: static;
    display: block;
    min-width: 40px;
    margin-right: 12px;
  }

  .product {
    border-radius: 0 0 20px 20px;
    padding-top: 0;
    padding-bottom: 28px;
    margin-bottom: 8px;
  }

  .product__mobile-head {
    padding: 20px 16px 16px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
  }

  .product__mobile-head .product__article {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .product__image-block.product__image-block_mobile {
    width: 100%;
    padding-right: 0;
  }

  .product__slidet-dots {
    display: none;
  }

  .product__info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .product__price {
    margin-right: 38px;
  }

  .product__price span:last-child {
    font-size: 13px;
  }

  .product__buttons {
    order: 10;
    margin-bottom: 0;
  }

  .product__stats {
    margin-bottom: 24px;
  }

  .product__stat-value {
    font-size: 20px;
  }

  .product__characteristics {
    margin-bottom: 16px;
  }

  .product__characteristics .product__characteristics-title {
    margin-bottom: 8px;
  }

  .product__characteristics div {
    margin-bottom: 8px;
  }

  .product__option-variant p {
    padding: 8px 16px;
  }

  .product__description {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .mob-cart-buttons.mob-cart-buttons.active .mob-cart-buttons__price {
    display: none;
  }

  .tested {
    padding: 28px 16px;
  }

  .tested__info {
    width: 100%;
  }

  .tested__info h3 {
    margin-bottom: 16px;
  }

  .tested__info div {
    display: none;
  }

  .tested__items {
    width: 100%;
    margin-bottom: 16px;
  }

  .tested__item {
    margin-bottom: 24px;
  }

  .tested__item {
    margin-bottom: 12px;
  }

  .tested__item-value {
    font-size: 28px;
  }

  .tested__item-name {
    font-size: 14px;
  }

  .tested__mobile-block {
    display: flex;
    align-items: flex-start;
  }

  .tested__mobile-block img {
    width: 41px;
    margin-right: 12px;
  }

  .tested__mobile-block span {
    font-size: 11px;
    line-height: 120%;
  }

  .recomsSlider {
    padding: 24px 16px;
  }

  .advantages {
    padding: 28px 16px;
  }

  .advantages__text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .advantages__items {
    grid-template-columns: 1fr;
  }

  .advantages__item {
    display: flex;
    align-items: center;
    height: auto;
    padding: 16px;
    border-radius: 16px;
  }

  .advantages__item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .advantages__item-text {
    font-size: 13px;
  }

  .advantages__item img {
    position: static;
    display: block;
    min-width: 40px;
    margin-right: 12px;
  }

  .qualityProd {
    padding: 24px 16px;
  }

  .qualityProd__buttons {
    display: none;
  }

  .qualityProd__slider-item img {
    margin-bottom: 12px;
  }

  .cart {
    margin-bottom: 107px;
  }

  .cart__head.cart__head_empty {
    padding: 20px 16px;
  }

  .cart__head p {
    font-size: 16px;
  }

  .cart__side-container.mob {
    padding: 20px 16px;
  }

  .cart__side-info {
    margin-bottom: 12px;
  }

  .cart__side-info div:last-child {
    margin-bottom: 8px;
  }

  .cart__side-info div > p {
    font-size: 14px;
  }

  .cart__total-price p:first-child {
    font-size: 18px;
  }

  .cart__total-price p:last-child {
    font-size: 18px;
  }

  .cart__item {
    flex-wrap: wrap;
  }

  .cart__item-image {
    width: 44px;
    margin-right: 16px;
    margin-bottom: 12px;
  }

  .cart__item-info {
    width: calc(100% - 60px);
    margin-bottom: 12px;
  }

  .cart__item-price {
    display: none;
  }

  .cart__num-setter {
    margin-left: 61px;
    margin-right: 37px;
  }

  .cart__price-total {
    width: calc(100% - 271px);
    text-align: left;
  }

  .cart__price-total p:first-child {
    display: block;
    font-size: 12px;
    line-height: 130%;
    color: #242321;
    opacity: 0.6;
    margin-bottom: 2px;
  }

  .cart__price-total p:last-child {
    display: block;
    font-size: 16px;
  }

  .cart__auth {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart__auth img {
    width: 168px;
    margin-bottom: 8px;
  }

  .cart__auth p {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  .cart__auth-login {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding-right: 0;
    padding-left: 0;
  }

  .cart__auth-login span {
    display: inline;
  }

  .cart__auth-continue {
    display: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding-right: 0;
    padding-left: 0;
  }

  .cart__auth-continue.mob {
    display: block;
  }

  .cart__fields h5 {
    margin-bottom: 18px;
  }

  .cart__inputs {
    grid-gap: 16px;
    margin-bottom: 16px;
  }

  .cart__input label {
    font-size: 13px;
  }

  .cart__input input {
    font-size: 16px;
  }

  .cart__delivery h5 {
    margin-bottom: 20px;
  }

  .cart__delivery-options {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }

  .cart__delivery-options .radio-inner div {
    padding: 12px 16px 17px;
  }

  .cart__delivery-options .radio-inner img {
    margin-right: 15px;
  }

  .cart__delivery-options .checkmark img {
    top: 17px;
    right: 16px;
  }

  .cart__delivery-text {
    margin-bottom: 20px;
  }

  .cart__legal p {
    top: -4px;
    font-size: 14px;
  }

  .cart__send-request {
    display: none;
  }

  .modal .modal-content.cart__modal-content {
    width: calc(100% - 8px);
    padding: 28px 20px;
  }

  .cart__modal h3 {
    margin-bottom: 24px;
  }

  .cart__modal-buttons {
    flex-direction: column;
  }

  .cart__modal-buttons button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .mob-cart-page-buttons .cart-page-button {
    display: none;
    padding: 0 24px;
  }

  .mob-cart-page-buttons .cart-page-button.mob {
    display: block;
  }

  .details {
    padding: 24px 16px;
  }

  .details__title-block {
    margin-bottom: 20px;
  }

  .details__title-block h3 {
    margin-bottom: 8px;
  }

  .details__title-block p {
    font-size: 16px;
  }

  .details__items {
    width: 100%;
  }

  .details__user-info {
    width: 100%;
  }

  .details__user-info span:first-child {
    font-size: 14px;
  }

  .details__items {
    margin-bottom: 41px;
  }

  .details__item img {
    margin-right: 12px;
  }

  .details__item div {
    width: calc(100% - 70px);
  }

  .details__item p {
    font-size: 15px;
  }
  .product-card__image {
    height: 200px;
  }
  .adv__banner_wrap .button {
    top: unset;
    transform: none;
    bottom: 18px;
    right: unset;
    left: 18px;
    padding: 16px 50px;
  }
}

@media (max-width: 320px) {
  .header__burger {
    margin-right: 15px;
  }

  .cart__num-setter {
    margin-left: 10px;
    margin-right: 20px;
  }

  .cart__price-total {
    width: calc(100% - 203px);
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

.productsPallete__catalog-button.product_button.mb-0 {
  margin-bottom: 0;
}
/* End */


/* Start:/local/templates/hardi/components/bitrix/menu/main_menu/style.min.css?1680431191490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/hardi/components/bitrix/menu/main_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/hardi/styles.css?17629383455800*/
.arrow-button {
  margin-left: 12px;
}


.productsPallete__catalog-button.product_button {
  display: block;
  max-width: 244px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31.167 38.5H12.8337C11.8612 38.5 10.9286 38.1137 10.2409 37.4261C9.5533 36.7384 9.16699 35.8058 9.16699 34.8333V9.16667C9.16699 8.19421 9.5533 7.26158 10.2409 6.57394C10.9286 5.88631 11.8612 5.5 12.8337 5.5H25.667L34.8337 14.6667V34.8333C34.8337 35.8058 34.4473 36.7384 33.7597 37.4261C33.0721 38.1137 32.1395 38.5 31.167 38.5Z' stroke='%23242321' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M25.667 5.5V12.8333C25.667 13.3196 25.8601 13.7859 26.204 14.1297C26.5478 14.4735 27.0141 14.6667 27.5003 14.6667H34.8337L25.667 5.5Z' fill='%2369B42E' stroke='%23242321' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 29.167V18.167' stroke='%23242321' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M17.417 24.583L22.0003 29.1663L26.5837 24.583' stroke='%23242321' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 12px center;
  padding: 12px 16px 12px 60px;
  margin-bottom: 15px;
}


.container_optom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 10px 40px 10px;
  margin-bottom: 8px;
  min-height: 116px;
  align-items: center;
}

.container_optom_right {
  color: #FFF;
  font-family: Rubik;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 88%;
  z-index: 1;
}

.container_optom_left {
  display: flex;
  margin-right: 16%;
/*  position: relative;*/
  z-index: 1;
  align-items: center;
  gap: 29px;
}

.container_optom_left p {
	text-align: right;
	align-items: center;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}


.container_optom_left .accessories__offer-button {
  height: 50px;
  padding: 10px 37px;
}

.container_optom::before {
  background: url('/local/templates/hardi/img/opt/mask_left.png');
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  z-index: 0;
  left: 0;
  background-size: auto 117px;
}

.container_optom {
  position: relative;
  overflow: hidden;
}

.container_optom::after {
'
  background: transparent;
  content: '';
  position: absolute;
  background: url('/local/templates/hardi/img/opt/mask_right.png');
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  z-index: 0;
  left: 0;
  background-size: auto 117px;
  background-position: right;
}


@media (max-width: 1520px) {
	
.container_optom_right {
  font-size: 21px;
}

.container_optom_left {
  margin-right: 87px;
}

.container_optom::before {
  background-position: -120px center;
}

}

@media (max-width: 1200px) {

.container_optom_left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  margin-right: 0;
}

.container_optom_left p {
  text-align: center;
}

.container_optom::after {
  display: none;
}

.container_optom {
  padding: 10px 20px 10px;
}

  .container_optom::before {
    background-position: -190px center;
  }

}
@media (max-width: 768px)  and (min-width: 550px) {

  
.container_optom::after {
	margin-top: -1228px !important;
	left: -555px !important;
}

.container_optom {
  flex-direction: column;
  align-items: flex-start;
  background: url('/local/templates/hardi/img/opt/mask_mobile.png') #fff;
  background-repeat: no-repeat;
    background-size: 42%;
    background-position: 100% 49px;
  }



}

@media (max-width: 768px) and (min-width: 550px){

  .container_optom::before {
    background-position: bottom;
    background: #69B42E;
    width: 1074px;
    height: 1074px;
    margin-top: -984px;
    border-radius: 50%;
    left: -500px;
  }
  .container_optom_left {
    align-items: flex-start;
    margin-top: 50px;
  }
  .container_optom_left p {
    text-align: left;
  }

.container_optom_right {
  max-width: 226px;
  margin-top: 10px;
}

  .container_optom_right {
    font-size: 20px;
  }

.container_optom_left .accessories__offer-button {
  padding: 10px 16px;
  max-width: 241px;
}
.container_optom::after {
  display: block;
  background: #69B42E;
  opacity: 0.2;
  width: 1339px;
  height: 1339px;
  border-radius: 50%;
}

.container_optom {
  flex-direction: column;
  align-items: flex-start;
  background: url('/local/templates/hardi/img/opt/mask_mobile.png') #fff;
  background-repeat: no-repeat;
  background-size: 51%;
  background-position: 128% 51px;
}

.container_optom::after {
  margin-top: -1235px;
  left: -135%;
}


}

@media (max-width: 550px) {

  .container_optom::before {
    display: none;
  }

.container_optom_left p {
  display: none;
}

  .accessories__offer-button {
    width: 100%;
  }


.container_optom_left .accessories__offer-button {

  max-width: 268px;
  margin-top: 49px;
}

.container_optom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container_optom_right {
  color: #242321;
  text-align: left;
  max-width: 238px;
  line-height: 1.2em;
  margin-top: 5px;
  font-size: 20px;
}

.container_optom_left {
  width: 100%;
}

.container_optom {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='367' height='106' viewBox='0 0 367 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='54.5' cy='-309' rx='415.5' ry='415' fill='%2369B42E' fill-opacity='0.2'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
}

}
/* End */
/* /local/templates/hardi/styles/main.css?1716384790149840 */
/* /local/templates/hardi/components/bitrix/menu/main_menu/style.min.css?1680431191490 */
/* /local/templates/hardi/styles.css?17629383455800 */
