@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! 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;
  background-color: #fff;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

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

/* Slider: swiper */

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

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */

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

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

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

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

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

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

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

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

/* Переменные */

/* Миксины */

/*
  @include Layout((( 'large',
    (
      font-size: 24,
      line-height: 32,
      margin-left: 19
    )),
  ));
*/

/* Резиновая верстка (авторасчет vw) */

/*
  @include Layout-boxshadow(0, -5, 15, rgba(#000, .25), all);
*/

/* Адаптивный box-shadow */

/*
  @include adaptive(
    (
      (
        1440px,
        (
          font-size: 24px,
          line-height: 32px
        )
      ),
      (
        992px,
        (
          font-size: 24px,
          line-height: 32px
        )
      )
    )
  );
*/

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ptsans;
  font-style: normal;
  color: #000;
  font-weight: 400;
  font-size: 0.9375vw;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

a,
p,
strong,
b,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}

input::placehloder,
textarea::placehloder,
button::placehloder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visible-mobile {
  display: none;
}

.visible-large {
  display: none;
}

/* Шрифты */

@font-face {
  font-family: bauhausc;
  font-display: swap;
  src: url('../fonts/bauhausc-medium.woff2') format('woff2'),
    url('../fonts/bauhausc-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: ptsans;
  font-display: swap;
  src: url('../fonts/ptsans-bold.woff2') format('woff2'),
    url('../fonts/ptsans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: ptsans;
  font-display: swap;
  src: url('../fonts/ptsans-regular.woff2') format('woff2'),
    url('../fonts/ptsans-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: alsrubl;
  font-display: swap;
  src: url('../fonts/alsrubl.woff2') format('woff2'),
    url('../fonts/alsrubl.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Типографика */

h1,
.main-title {
  font-weight: 700;
}

h1,
h2,
.main-title {
  font-size: 2.5vw;
  line-height: 2.6041666667vw;
  text-transform: uppercase;
}

h2 {
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
a span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

p,
b,
strong,
span {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
}

a {
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
  color: #e7027e;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-size: 0.7291666667vw;
  line-height: 1.25vw;
}

a:hover {
  opacity: 0.8;
}

.list-links a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4166666667vw;
  -moz-column-gap: 0.4166666667vw;
  column-gap: 0.4166666667vw;
  font-size: 0.9375vw;
}

.list-links a:hover {
  color: #e7027e;
}

.wrapper-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 32px;
  row-gap: 1.4583333333vw;
}

b,
strong {
  font-weight: 700;
}

.wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3.6458333333vw;
}

.wrapper-title p {
  font-weight: 400;
  text-transform: uppercase;
  color: #e7027e;
  font-size: 1.1458333333vw;
  line-height: 1.6666666667vw;
}

.wrapper-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-phone a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-size: 1.15vw;
  line-height: 0.95625vw;
  letter-spacing: 0.0520833333vw;
}

.wrapper-phone a:hover {
  opacity: 0.8;
}

.wrapper-info--workinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8333333333vw;
}

.wrapper-info address,
.wrapper-info span {
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
}

.wrapper-info--workinfo address {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
}

.color-pink {
  color: #e7027e;
}

.bg-pink {
  background-color: #e7027e;
}

.color-darkred {
  color: #a01f1f;
}

.bg-darkred {
  background-color: #a01f1f;
}

.color-lightyellow {
  color: #ffe9c2;
}

.bg-lightyellow {
  background-color: #ffe9c2;
}

.font-rub {
  font-family: alsrubl;
  font-weight: 400;
}

/* Анимации */

@-webkit-keyframes ScrollTop {
  1% {
    -webkit-transform: translateY(-1000%);
    transform: translateY(-1000%);
    opacity: 0;
  }

  2% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    opacity: 0.1;
  }

  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ScrollTop {
  1% {
    -webkit-transform: translateY(-1000%);
    transform: translateY(-1000%);
    opacity: 0;
  }

  2% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    opacity: 0.1;
  }

  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes ScrollRevertTop {
  1% {
    -webkit-transform: translateY(-1000%);
    transform: translateY(-1000%);
    opacity: 0;
  }

  2% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    opacity: 0.1;
  }

  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ScrollRevertTop {
  1% {
    -webkit-transform: translateY(-1000%);
    transform: translateY(-1000%);
    opacity: 0;
  }

  2% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    opacity: 0.1;
  }

  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Компоненты */

/* Иконки */

.icon {
  display: block;
  -webkit-transition-property: background-color, color, border-color,
    -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color,
    -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.icon--viber {
  background-image: url('../img/icons/viber.webp');
}

.icon--telegram {
  background-image: url('../img/icons/telegram.webp');
}

.icon--whatsapp {
  background-image: url('../img/icons/whatsapp.webp');
}

.icon--vk {
  background-image: url('../img/icons/vk.webp');
}

.icon--whatsapp,
.icon--viber,
.icon--telegram,
.icon--vk {
  width: 1.3541666667vw;
  min-width: 1.3541666667vw;
  height: 1.3541666667vw;
  min-height: 1.3541666667vw;
}

.icon--search {
  background-image: url('../img/icons/search.webp');
  width: 0.9375vw;
  min-width: 0.9375vw;
  height: 0.78125vw;
  min-height: 0.78125vw;
}

.icon--person {
  background-image: url('../img/icons/person.webp');
  width: 1.8229166667vw;
  min-width: 1.8229166667vw;
  height: 1.8229166667vw;
  min-height: 1.8229166667vw;
}

.icon--basket {
  background-image: url('../img/icons/basket.webp');
  width: 1.7708333333vw;
  min-width: 1.7708333333vw;
  height: 1.5625vw;
  min-height: 1.5625vw;
}

.icon--money {
  background-image: url('../img/icons/money.webp');
  width: 3.125vw;
  min-width: 3.125vw;
  height: 2.8125vw;
  min-height: 2.8125vw;
}

.icon--deliverytime {
  background-image: url('../img/icons/deliverytime.webp');
  width: 3.125vw;
  min-width: 3.125vw;
  height: 2.4479166667vw;
  min-height: 2.4479166667vw;
}

.icon--garantly {
  background-image: url('../img/icons/garantly.webp');
  width: 3.0208333333vw;
  min-width: 3.0208333333vw;
  height: 3.0208333333vw;
  min-height: 3.0208333333vw;
}

.icon--arrow-bottom {
  background-image: url('../img/icons/arrow-bottom.webp');
  width: 0.5729166667vw;
  min-width: 0.5729166667vw;
  height: 0.3125vw;
  min-height: 0.3125vw;
}

.icon--arrow-right,
.icon--arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.295 24.795L27.795 38.295C27.5817 38.4937 27.2997 38.6019 27.0082 38.5968C26.7168 38.5916 26.4387 38.4736 26.2326 38.2674C26.0264 38.0613 25.9084 37.7833 25.9032 37.4918C25.8981 37.2003 26.0063 36.9183 26.205 36.705L37.7831 25.125H7.5C7.20163 25.125 6.91548 25.0065 6.7045 24.7955C6.49353 24.5845 6.375 24.2984 6.375 24C6.375 23.7016 6.49353 23.4155 6.7045 23.2045C6.91548 22.9935 7.20163 22.875 7.5 22.875H37.7831L26.205 11.295C26.0063 11.0818 25.8981 10.7997 25.9032 10.5082C25.9084 10.2168 26.0264 9.9387 26.2326 9.73258C26.4387 9.52646 26.7168 9.40839 27.0082 9.40325C27.2997 9.39811 27.5817 9.50629 27.795 9.70501L41.295 23.205C41.5057 23.416 41.624 23.7019 41.624 24C41.624 24.2981 41.5057 24.5841 41.295 24.795Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 2.5vw;
  min-width: 2.5vw;
  height: 2.5vw;
  min-height: 2.5vw;
}

.icon--arrow-left {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Кнопки */

/* Кнопки стандартные */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
}

.btn--pink {
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  background-color: #e7027e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  font-size: 1.1979166667vw;
  line-height: 1.1979166667vw;
  letter-spacing: 0.0520833333vw;
  min-height: 3.3333333333vw;
  max-height: 3.3333333333vw;
}

.btn--pink::after {
  content: '';
  display: block;
  width: calc(100% - 0.52vw);
  height: calc(100% - 0.52vw);
  border-color: #fff;
  border-style: solid;
  position: absolute;
  pointer-events: none;
  top: 0.26vw;
  left: 0.26vw;
  border-width: 0.0520833333vw;
}

.btn--pink:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  opacity: 1;
}

.btn--small {
  font-size: 0.9375vw;
  line-height: 0.9375vw;
  min-height: 2.3958333333vw;
  max-height: 2.3958333333vw;
}

/* Кнопка меню открыть - гамбургер */

.button-menu {
  background-color: #13151b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  border-radius: 0.78125vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  -webkit-column-gap: 0.5208333333vw;
  -moz-column-gap: 0.5208333333vw;
  column-gap: 0.5208333333vw;
}

.button-menu:hover {
  cursor: pointer;
}

.button-menu p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 0.9375vw;
  line-height: 0.9375vw;
  letter-spacing: 0.0390625vw;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  row-gap: 0.15625vw;
  width: 0.8333333333vw;
  min-width: 0.8333333333vw;
}

.hamburger::after,
.hamburger::before {
  content: '';
}

.hamburger span,
.hamburger::after,
.hamburger::before {
  display: block;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  position: relative;
  -webkit-transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, -webkit-transform;
  -o-transition-property: top, opacity, transform;
  transition-property: top, opacity, transform;
  transition-property: top, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border-bottom-width: 0.1041666667vw;
}

.button-menu--close .hamburger {
  top: -0.0520833333vw;
}

.button-menu--close .hamburger span {
  opacity: 0;
}

.button-menu--close .hamburger::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.328125vw;
}

.button-menu--close .hamburger::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -0.1953125vw;
}

/* Input */

.wrapper-input {
  position: relative;
}

.wrapper-input input {
  -webkit-transition-property: background-color, color, border-color,
    -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color,
    -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  color: #000;
  border-color: #adadad;
  border-style: solid;
  background-color: #fff;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  border-width: 0.0520833333vw;
  min-height: 2.2916666667vw;
  max-height: 2.2916666667vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}

.wrapper-input input::-webkit-input-placeholder {
  font-weight: 400;
  color: #adadad;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.wrapper-input input::-moz-placeholder {
  font-weight: 400;
  color: #adadad;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.wrapper-input input:-ms-input-placeholder {
  font-weight: 400;
  color: #adadad;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.wrapper-input input::-ms-input-placeholder {
  font-weight: 400;
  color: #adadad;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.wrapper-input input::placeholder {
  font-weight: 400;
  color: #adadad;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.wrapper-input a {
  position: absolute;
}

.wrapper-input--button input {
  position: relative;
  z-index: 0;
  padding-right: 1.9791666667vw;
}

.wrapper-input--button a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 0.9375vw;
  min-width: 0.9375vw;
  height: 0.78125vw;
  min-height: 0.78125vw;
  right: 0.8333333333vw;
}

.wrapper-input--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2083333333vw;
  -moz-column-gap: 0.2083333333vw;
  column-gap: 0.2083333333vw;
}

.wrapper-input--number input {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  min-width: 2.3958333333vw;
  min-height: 2.3958333333vw;
  max-height: 2.3958333333vw;
  max-width: 2.3958333333vw;
  border-radius: 0.1041666667vw;
  padding-left: 0.3125vw;
  padding-right: 0.3125vw;
  font-size: 0.6770833333vw;
  line-height: 0.6770833333vw;
}

.wrapper-input--number button {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: unset;
  outline: unset;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: ptsans;
  font-size: 1.4583333333vw;
  line-height: 0.8333333333vw;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  min-width: 1.1458333333vw;
  min-height: 1.1458333333vw;
}

.wrapper-input--number button:hover {
  opacity: 0.8;
}

.wrapper-input--number button:hover {
  cursor: pointer;
}

.wrapper-input--number .wrapper-input__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.1041666667vw;
}

.wrapper-input--number .wrapper-input__increment {
  background-color: #bfbfbf;
  padding-bottom: 0.1041666667vw;
}

.wrapper-input--number .wrapper-input__decrement {
  background-color: #e3e1e1;
  padding-bottom: 0.15625vw;
}

/* Modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
}

.modal--addmenu {
  background-image: url('../img/header-bg.webp');
  background-position: top center;
  background-repeat: repeat;
  background-size: 30%;
  background-color: #fff;
}

.modal--addmenu .modal__dialog {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}

.modal--addmenu .modal__content {
  padding-bottom: 1.25vw;
}

.modal--addmenu .modal__container {
  padding-left: 17.7083333333vw;
  padding-right: 17.7083333333vw;
}

.modal--addmenu .modal__content-top {
  padding-top: 1.3333333333vw;
  margin-bottom: 1.5vw;
}

.modal--addmenu .modal__content-top .modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal--addmenu .modal__content-bottom .modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.0833333333vw;
  -moz-column-gap: 2.0833333333vw;
  column-gap: 2.0833333333vw;
}

.modal--addmenu .modal__search {
  min-width: 26.0416666667vw;
  margin-right: 2.0833333333vw;
}

.modal--addmenu .modal__title {
  margin-bottom: 0.625vw;
}

.modal--addmenu .modal__wrapper-info {
  margin-bottom: 1.0416666667vw;
}

.modal--addmenu .modal__wrapper-phone {
  margin-bottom: 0.5208333333vw;
}

.modal--addmenu .modal__wrapper-socials {
  margin-bottom: 0.625vw;
}

.modal--addmenu .modal__email {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
}

.modal--addmenu.modal--fadeTop {
  opacity: 1;
  pointer-events: auto;
}

/* Соц. сети */

.wrapper-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.625vw;
  -moz-column-gap: 0.625vw;
  column-gap: 0.625vw;
  row-gap: 0.4166666667vw;
}

/* Продукты */

.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.0833333333vw;
  -moz-column-gap: 2.0833333333vw;
  column-gap: 2.0833333333vw;
  row-gap: 3.75vw;
}

.products__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.products__product a {
  text-decoration: none;
}

.products__wrapper-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 0.0520833333vw;
  max-height: 17.2916666667vw;
  height: 17.2916666667vw;
  margin-bottom: 0.625vw;
}

.products__wrapper-img:hover {
  opacity: 1;
}

.products__wrapper-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.products__wrapper-img img {
  width: 65%;
  height: 65%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.products__category {
  color: #e7027e;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  margin-bottom: 0.625vw;
}

.products__product h3 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.09375vw;
  line-height: 1.25vw;
  min-height: 2.3958333333vw;
  margin-bottom: 1.0416666667vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}

.products__wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-top: auto;*/
  margin-bottom: 1.0416666667vw;
}

.products__wrapper-price span {
  color: #e7027e;
}

.products__price {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.25vw;
  margin-right: 0.4166666667vw;
}

.products__price-rub {
  margin-top: auto;
  position: relative;
  font-size: 1.1979166667vw;
  line-height: 0.78125vw;
  top: -0.2083333333vw;
}

.products__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.products__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.7291666667vw;
  -webkit-column-gap: 0.5208333333vw;
  -moz-column-gap: 0.5208333333vw;
  column-gap: 0.5208333333vw;
}

.products__quantity-circle {
  border-radius: 50%;
  border-color: #e7027e;
  border-style: solid;
  position: relative;
  overflow: hidden;
  display: block;
  pointer-events: none;
  width: 1.1458333333vw;
  min-width: 1.1458333333vw;
  height: 1.1458333333vw;
  min-height: 1.1458333333vw;
  border-width: 0.0520833333vw;
}

.products__quantity-name {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
}

.products__quantity--many .products__quantity-circle {
  background-color: #e7027e;
}

.products__quantity--small .products__quantity-circle {
  background-color: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%23E7027E' stroke='%23E7027E'/%3E%3Cg clip-path='url(%23clip0_131_354)'%3E%3Ccircle cx='11' cy='11' r='10' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_131_354'%3E%3Crect width='20' height='10' fill='white' transform='translate(1 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.products__quantity--none {
  background-color: unset;
}

.products__quantity--none .products__quantity-name {
  color: #a01f1f;
}

.products__wrapper-number {
  margin-right: 0.7291666667vw;
}

.products .btn {
  white-space: nowrap;
}

/* Кнопки обложка */

.wrapper-button {
  max-width: 11.09375vw;
}

/* Сетка контейнер */

.container {
  position: relative;
  margin-left: 7.2916666667vw;
  margin-right: 7.2916666667vw;
}

/* Логотип */

.logo {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo span {
  text-transform: uppercase;
  font-weight: 400;
  color: inherit;
}

.logo span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: bauhausc;
  margin-top: auto;
  font-size: 2.9401041667vw;
  line-height: 2.6135416667vw;
}

.logo span:first-child strong {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #e7027e;
}

.logo span:last-child {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.3489583333vw;
}

.logo--average span {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.logo--average span:first-child {
  font-size: 2.2234375vw;
  line-height: 2.0833333333vw;
}

.logo--average span:last-child {
  font-size: 0.8333333333vw;
  line-height: 0.8854166667vw;
  letter-spacing: 0.171875vw;
}

/* Dropdown */

.dropdown {
  position: relative;
  z-index: 9000;
}

.dropdown__items {
  background-image: url('../img/header-bg.webp');
  background-position: top center;
  background-repeat: repeat;
  background-size: 200%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-shadow: 0vw 0vw 0.78125vw rgba(231, 2, 126, 0.2);
  box-shadow: 0vw 0vw 0.78125vw rgba(231, 2, 126, 0.2);
  padding-top: 1.6666666667vw;
  padding-bottom: 1.6666666667vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  min-width: 11.4583333333vw;
}

.dropdown__items ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.625vw;
}

.dropdown__items ul li {
  padding: 0;
  margin: 0;
}

.dropdown__items ul li a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  color: #000;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.dropdown__items ul li a:hover {
  color: #e7027e;
}

.dropdown__items ul li a:hover {
  color: #e7027e;
}

.dropdown--active .dropdown__items {
  opacity: 1;
  pointer-events: auto;
}

.dropdown i.icon--arrow-bottom {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.dropdown--active i.icon--arrow-bottom {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: relative;
  top: -0.0520833333vw;
}

/* Список в футере и каталог + аккордион */

.menu-list ul,
.menu-list li,
.menu-list {
  margin: 0;
  padding: 0;
}

.menu-list ul,
.menu-list {
  list-style: none;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.1041666667vw;
}

.menu-list__item--active .menu-list__content {
  opacity: 1;
  pointer-events: auto;
  padding-bottom: 2.0833333333vw;
  padding-top: 0.625vw;
}

.menu-list__content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition-property: padding-bottom, padding-top, opacity, height;
  -o-transition-property: padding-bottom, padding-top, opacity, height;
  transition-property: padding-bottom, padding-top, opacity, height;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.menu-list__title,
.menu-list h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 1.2;
}

.menu-list__title:hover,
.menu-list h3:hover {
  cursor: pointer;
  opacity: 1;
}

.menu-list__wrapped-menu,
.menu-list__wrapped-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.2083333333vw;
}

.menu-list__wrapped-menu a,
.menu-list__wrapped-content a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  color: #000;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
}

.menu-list__wrapped-menu a:hover,
.menu-list__wrapped-content a:hover {
  color: #e7027e;
}

.menu-list__wrapped-menu a:hover,
.menu-list__wrapped-content a:hover {
  color: #e7027e;
}

/*.menu-list--without-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.4583333333vw;
}            */
.menu-list--without-accordion {
    display: grid;
    grid-template-rows: repeat(10, auto); /* 6 строк = 2 колонки из 11-12 пунктов */
    grid-auto-flow: column;
    gap: 8px 40px;
}

.menu-list--without-accordion .menu-list__content {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}

.menu-list--without-accordion .menu-list__title,
.menu-list--without-accordion h3 {
  margin-bottom: 0.025vw;
}

.menu-list--without-accordion .menu-list__title:hover,
.menu-list--without-accordion h3:hover {
  cursor: pointer;
}
.header-cart__counter {
  color: #fff;
  font-size: 14px;
}
/* Преимущества */

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.3333333333vw;
}

.benefits__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.benefits__wrapper-icon {
  margin-bottom: 1.25vw;
}

.benefits__benefit h3 {
  font-weight: 700;
  color: #e7027e;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  margin-bottom: 0.8333333333vw;
}

.benefits__benefit p {
  font-weight: 400;
  color: #000;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
}

/* Слайдер */

.swiper-container {
  max-width: 100%;
  position: relative;
}

.swiper-container .swiper {
  max-width: 100%;
}

/* Стрелки */

.inter-arrow {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.inter-arrow:hover {
  opacity: 0.8;
}

.inter-arrow.swiper-button-disabled {
  opacity: 0.1;
}

/* Хлебные крошки */

.breadcrumbs {
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0.0520833333vw;
  -webkit-column-gap: 0.4166666667vw;
  -moz-column-gap: 0.4166666667vw;
  column-gap: 0.4166666667vw;
  padding-bottom: 0.625vw;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.breadcrumbs a {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-decoration: none;
  color: #e7027e;
}

.breadcrumbs a:hover {
  opacity: 0.8;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs span {
  color: #9e9e9e;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  line-height: inherit;
  hyphens: auto;
}

/* Основной товар */

.main-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8229166667vw;
  -moz-column-gap: 1.8229166667vw;
  column-gap: 1.8229166667vw;
  padding-top: 1.3541666667vw;
  margin-bottom: 4.6875vw;
}

.main-product__content-left {
  min-width: 28.3854166667vw;
  width: 28.3854166667vw;
  max-width: 100%;
}

.main-product__wrapper-swipers {
  max-width: 100%;
}

.main-product__swiper--main {
  position: relative;
  height: 28.3854166667vw;
  margin-bottom: 0.78125vw;
}

.main-product__swiper--main .swiper-wrapper,
.main-product__swiper--main .swiper-slide,
.main-product__swiper--main .main-product__wrapper-img {
  height: 100%;
}

.main-product__swiper--main .main-product__wrapper-img img {
  width: 75%;
  height: 75%;
}

.main-product__arrow {
  display: none;
}

.main-product__wrapper-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-color: #b5b5b5;
  border-style: solid;
  background-color: #fff;
  border-width: 0.0520833333vw;
}

.main-product__swiper--pagination
  .swiper-slide-active
  .main-product__wrapper-img {
  border-color: #e7027e;
}

.main-product__swiper--pagination .main-product__wrapper-img {
  height: 6.25vw;
}

.main-product__swiper--pagination .main-product__wrapper-img:hover {
  cursor: pointer;
}

.main-product__swiper--pagination .main-product__wrapper-img img {
  width: 70%;
  height: 70%;
}

.main-product__swiper--pagination .swiper-slide {
  width: 6.25vw;
  margin-right: 1.0416666667vw;
}

.main-product__content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.8333333333vw;
  max-width: 25.6770833333vw;
}

.main-product__category {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  color: #e7027e;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  margin-bottom: 1.25vw;
}

.main-product__category:hover {
  opacity: 0.8;
}

.main-product h1 {
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  margin-bottom: 1.4583333333vw;
}

.main-product__wrapper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.4583333333vw;
}

.main-product__wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4166666667vw;
  -moz-column-gap: 0.4166666667vw;
  column-gap: 0.4166666667vw;
}

.main-product__price,
.main-product__price-rub {
  color: #e7027e;
}

.main-product__price {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}

.main-product__price-rub {
  font-weight: 400;
  position: relative;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
}

.main-product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0.8333333333vw;
  -webkit-column-gap: 0.5208333333vw;
  -moz-column-gap: 0.5208333333vw;
  column-gap: 0.5208333333vw;
}

.main-product__quantity-circle {
  border-radius: 50%;
  border-color: #e7027e;
  border-style: solid;
  position: relative;
  overflow: hidden;
  display: block;
  pointer-events: none;
  width: 1.1458333333vw;
  min-width: 1.1458333333vw;
  height: 1.1458333333vw;
  min-height: 1.1458333333vw;
  border-width: 0.0520833333vw;
}

.main-product__quantity-name {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
}

.main-product__quantity--many .main-product__quantity-circle {
  background-color: #e7027e;
}

.main-product__quantity--small .main-product__quantity-circle {
  background-color: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%23E7027E' stroke='%23E7027E'/%3E%3Cg clip-path='url(%23clip0_131_354)'%3E%3Ccircle cx='11' cy='11' r='10' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_131_354'%3E%3Crect width='20' height='10' fill='white' transform='translate(1 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-product__quantity--none {
  background-color: unset;
}

.main-product__quantity--none .main-product__quantity-name {
  color: #a01f1f;
}

.main-product__wrapper-number {
  margin-right: 0.8333333333vw;
}

.main-product__charact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25vw;
  margin-bottom: 2.0833333333vw;
}

.main-product__charact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.main-product__charact-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  border-bottom-color: #cdcdcd;
  width: 100%;
  border-bottom-style: dashed;
  z-index: 0;
  border-bottom-width: 0.0520833333vw;
  bottom: 0.1041666667vw;
}

.main-product__charact-item span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
}

.main-product__charact-item span:first-child {
  padding-right: 0.625vw;
}

.main-product__charact-item span:last-child {
  color: #e7027e;
  padding-left: 0.625vw;
}

.main-product__wrapper-desc {
  max-width: 23.9583333333vw;
}

.main-product__wrapper-desc p {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
}

.menu-list__wrapped-content {
}

/* Блоки */

/* Шапка сайта */

.header-fixheight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  padding-top: 0;
  -webkit-transition: padding-top 0.3s linear;
  -o-transition: padding-top 0.3s linear;
  transition: padding-top 0.3s linear;
}

.header-fixheight--active {
  position: relative;
}

.header {
  background-image: url('../img/header-bg.webp');
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  -webkit-box-shadow: 0vw 0vw 0.78125vw rgba(231, 2, 126, 0.6);
  box-shadow: 0vw 0vw 0.78125vw rgba(231, 2, 126, 0.6);
  max-width: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  padding-top: 0.7291666667vw;
  padding-bottom: 0.7291666667vw;
}

.header::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}

.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(-webkit-min-content, -webkit-max-content)) [4] -webkit-max-content -webkit-max-content;
  -ms-grid-columns: (minmax(min-content, max-content)) [4] max-content
    max-content;
  grid-template-columns:
    repeat(4, minmax(-webkit-min-content, -webkit-max-content))
    -webkit-max-content -webkit-max-content;
  grid-template-columns: repeat(4, minmax(min-content, max-content)) max-content max-content;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.5208333333vw;
}

.header__logo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  margin-right: 1.3541666667vw;
  padding-top: 0.625vw;
  padding-left: 0.3125vw;
}

.header__phone {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-right: 0.8854166667vw;
  padding-top: 0.2083333333vw;
}

.header__address {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  margin-right: 1.09375vw;
}

.header__address address {
  white-space: nowrap;
}

.header__socials {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 4;
  grid-column: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.3541666667vw;
}

.header__search {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 5;
  grid-column: 5;
  min-width: 26.0416666667vw;
}

.header__nav {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 6;
  grid-column: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 1.25vw;
  -moz-column-gap: 1.25vw;
  column-gap: 1.25vw;
  padding-right: 0.7291666667vw;
  padding-top: 0.0520833333vw;
  margin-left: 2.0833333333vw;
}

.header__basket {
  position: relative;
}

.header__basket span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #e7027e;
  color: #fff;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  min-width: 1.1458333333vw;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  min-height: 1.1458333333vw;
  font-size: 0.765625vw;
  line-height: 0.765625vw;
  padding-top: 0.1041666667vw;
  bottom: -0.2604166667vw;
  right: -0.625vw;
}

.header__basket,
.header__cabinet {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__basket:hover,
.header__cabinet:hover {
  opacity: 0.8;
}

.header__button-menu {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

.header__menu {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-column-gap: 1.25vw;
  -moz-column-gap: 1.25vw;
  column-gap: 1.25vw;
  left: -3.3333333333vw;
  padding-right: 2.65625vw;
}

.header__menu li {
  padding: 0;
  margin: 0;
}

.header--not-fixed {
  -webkit-animation: ScrollRevertTop 0.5s linear;
  animation: ScrollRevertTop 0.5s linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header--fixed {
  position: fixed;
  -webkit-animation: ScrollTop 0.5s linear;
  animation: ScrollTop 0.5s linear;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header--exit-animation {
  -webkit-animation: unset;
  animation: unset;
}

/* Подвал сайта */

.footer {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 0px 1.6vw 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1.6vw 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 1.56vw 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1.56vw 0px rgba(0, 0, 0, 0.25);
}

.footer__hidden-title {
  display: none;
}

.footer__container {
  padding-left: 1.875vw;
}

.footer__column:nth-child(2) .footer__menu {
  overflow: hidden;
}

.footer__column:nth-child(3) {
  margin-left: auto;
  margin-right: auto;
}

.footer__content-top {
  margin-bottom: 1.0416666667vw;
}

.footer__content-top .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.0833333333vw;
  -webkit-column-gap: 2.0833333333vw;
  -moz-column-gap: 2.0833333333vw;
  column-gap: 2.0833333333vw;
  padding-right: 1.875vw;
}

.footer__content-bottom {
  border-top-color: #493b3b;
  border-top-style: solid;
  border-top-width: 0.0520833333vw;
}

.footer__content-bottom .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: relative;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
}

.footer__logo {
  margin-bottom: 1.25vw;
}

.footer__description {
  max-width: 13.5416666667vw;
}

.footer__description p {
  font-size: 0.7291666667vw;
  line-height: 0.8854166667vw;
}

.footer__title {
  margin-bottom: 0.625vw;
}

.footer__wrapper-info {
  margin-bottom: 1.0416666667vw;
}

.footer__wrapper-phone {
  margin-bottom: 0.5208333333vw;
}

.footer__wrapper-socials {
  margin-bottom: 0.625vw;
}

.footer__email {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
}

.footer__state {
  position: absolute;
  top: -4.2916666667vw;
  left: 1.875vw;
  display: flex;
  flex-direction: column;
  font-size: 0.7291666667vw;
  line-height: 1.25vw;
}
.footer__state p {
  font-size: 0.7291666667vw;
  line-height: 1.25vw;
}
.footer__state:hover {
  opacity: 1;
}

.footer__state img {
  width: 4.6875vw;
  min-width: 4.6875vw;
}
.footer__author img {
  float: left;
  margin-right: 10px;
}
.footer__author {
  color: #000;
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
}

.footer__author a {
  font-size: inherit;
  line-height: inherit;
}

/* Страницы */

/* Страница: Главная */

.sc-main-slider__hidden-title {
  display: none;
}

.sc-main-slider__swiper-container {
  max-width: 100%;
}

.sc-main-slider__swiper {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}

.sc-main-slider__swiper .swiper-slide {
  max-width: 27.9166666667vw;
  margin-right: 1.25vw;
}

.sc-main-slider__item {
  background-color: #f3f3f3;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  height: 27.9166666667vw;
}

.sc-main-slider__item:hover {
  -webkit-box-shadow: 0vw 0vw 0.78125vw rgba(231, 2, 126, 0.3);
  box-shadow: 0vw 0vw 0.78125vw rgba(231, 2, 126, 0.3);
}

.sc-main-slider__wrapper-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.sc-main-slider__wrapper-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  margin-bottom: auto;
  text-align: right;
  max-width: 15.625vw;
  padding-top: 5.9895833333vw;
  padding-right: 1.25vw;
}

.sc-main-slider__title {
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 4.7916666667vw;
  margin-bottom: 0.2083333333vw;
}

.sc-main-slider__wrapper-content p {
  font-weight: 400;
  color: #e7027e;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.1458333333vw;
  line-height: 1.4583333333vw;
}

.sc-main-slider__wrapper-button {
  width: 100%;
  max-width: 11.25vw;
  margin-top: 2.5vw;
}

.sc-main-slider__arrow {
  display: none;
}

.sc-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffe9c2;
}

.sc-main-banner__content-left,
.sc-main-banner__content-right {
  max-width: 50%;
  width: 50%;
}

.sc-main-banner__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 8.9583333333vw;
  padding-bottom: 3.9583333333vw;
  padding-left: 7.2916666667vw;
}

.sc-main-banner__wrapper-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 27.0833333333vw;
}

.sc-main-banner__background-right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
}

.sc-main-banner__wrapper-content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  color: #e7027e;
  font-size: 4.7916666667vw;
  line-height: 5.2083333333vw;
  margin-bottom: 2.5vw;
}

.sc-main-banner__wrapper-content h2 span {
  font-weight: 400;
  color: inherit;
  font-size: 3.125vw;
  line-height: 2.6041666667vw;
  margin-bottom: 0.4166666667vw;
}

.sc-main-banner__wrapper-button {
  width: 100%;
  max-width: 12.9166666667vw;
  margin-bottom: 2.5vw;
}

.sc-main-banner__wrapper-content strong {
  color: #a01f1f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5104166667vw;
  line-height: 1.71875vw;
}

.sc-catalog {
  padding-top: 4.6354166667vw;
  padding-bottom: 3.4895833333vw;
  position: relative;
}

.sc-catalog::before {
  content: '';
  display: block;
  background-image: url('../img/header-bg.webp');
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  pointer-events: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 23.9583333333vw;
}

.sc-catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.sc-catalog__content-left {
  position: relative;
  min-width: 20.9375vw;
  width: 20.9375vw;
}

.sc-catalog__content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-catalog__wrapper-left {
  position: relative;
  left: 0;
  max-width: 15.625vw;
  top: 0px;
}

.sc-catalog__wrapper-title {
  text-align: center;
  margin-bottom: 3.3333333333vw;
}

.sc-catalog__wrapper-title h2 {
  font-weight: 400;
  margin-bottom: 0.8333333333vw;
}

.sc-catalog__content-left h2 {
  margin-bottom: 1.6666666667vw;
}

.sc-catalog__wrapper-menu {
  border-bottom-color: #000;
  border-bottom-style: solid;
  overflow: hidden;
  padding-bottom: 1.9791666667vw;
  border-bottom-width: 0.0520833333vw;
  margin-bottom: 3.3333333333vw;
}

.sc-catalog__products {
  margin-bottom: 2.6041666667vw;
}

.sc-catalog__swiper .swiper-slide {
  height: auto;
}

.sc-catalog__wrapper-button {
  margin: 0 auto;
  max-width: 11.0416666667vw;
}

.sc-catalog--main-product {
  position: relative;
  padding-top: 0vw;
  padding-bottom: 2.7083333333vw;
}

.sc-catalog--main-product .sc-catalog__content-right {
  padding-top: 1.6666666667vw;
}

.sc-catalog--main-product .sc-catalog__content-left {
  padding-top: 4.1666666667vw;
}

.sc-catalog--main-product .sc-catalog__wrapper-title {
  margin-bottom: 2.0833333333vw;
}

.sc-catalog--main-product .sc-catalog__products {
  border-bottom-style: solid;
  border-bottom-color: #000;
  margin-bottom: 1.0416666667vw;
  padding-bottom: 3.3333333333vw;
  border-bottom-width: 0.0520833333vw;
}

.sc-about {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-box-shadow: inset 0px 0px 1.56vw rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 1.56vw rgba(0, 0, 0, 0.25);
  padding-top: 2.9166666667vw;
  padding-bottom: 2.9166666667vw;
}

.sc-about__container {
  padding-left: 17.7083333333vw;
  padding-right: 17.7083333333vw;
}

.sc-about__wrapper-content {
  margin: 0 auto;
  max-width: 40.5729166667vw;
}

.sc-about__wrapper-content h2 {
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.34375vw;
  margin-bottom: 1.6666666667vw;
}

.sc-about__wrapper-desc p {
  color: #000;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
}

.menu-list__wrapped-content {
  padding-left: 1.565vw;
}

@media (max-width: 1600px) {
  .menu-list__wrapped-content {
    padding-left: 1.875vw;
  }
}

@media (max-width: 1440px) {
  .menu-list__wrapped-content {
    padding-left: 2.08vw;
  }
}

@media (max-width: 992px) {
  .menu-list__wrapped-content {
    padding-left: 3.125vw;
  }
}

@media (max-width: 768px) {
  .menu-list__wrapped-content {
    padding-left: 5vw;
  }
}

@media (max-width: 1600px) {
  *,
  *:before,
  *:after {
    font-size: 1.125vw;
  }

  h1,
  h2,
  .main-title {
    font-size: 3vw;
    line-height: 3.125vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 1.25vw;
    line-height: 1.625vw;
  }

  a {
    font-size: 0.875vw;
    line-height: 1.5vw;
  }

  .list-links a {
    -webkit-column-gap: 0.5vw;
    -moz-column-gap: 0.5vw;
    column-gap: 0.5vw;
  }

  .list-links a {
    -webkit-column-gap: 0.5vw;
    -moz-column-gap: 0.5vw;
    column-gap: 0.5vw;
  }

  .list-links a {
    font-size: 1.125vw;
  }

  .wrapper-desc {
    row-gap: 1.75vw;
  }

  .wrapper-title {
    margin-bottom: 4.375vw;
  }

  .wrapper-title p {
    font-size: 1.375vw;
    line-height: 2vw;
  }

  .wrapper-phone a {
    font-size: 1.5vw;
    line-height: 1.875vw;
    letter-spacing: 0.0625vw;
  }

  .wrapper-info--workinfo {
    row-gap: 1vw;
  }

  .wrapper-info address,
  .wrapper-info span {
    font-size: 0.875vw;
    line-height: 0.875vw;
  }

  .wrapper-info--workinfo address {
    font-size: 1.25vw;
    line-height: 1.5625vw;
  }

  .icon--whatsapp,
  .icon--viber,
  .icon--telegram,
  .icon--vk {
    width: 1.625vw;
    min-width: 1.625vw;
    height: 1.625vw;
    min-height: 1.625vw;
  }

  .icon--search {
    width: 1.125vw;
    min-width: 1.125vw;
    height: 0.9375vw;
    min-height: 0.9375vw;
  }

  .icon--person {
    width: 2.1875vw;
    min-width: 2.1875vw;
    height: 2.1875vw;
    min-height: 2.1875vw;
  }

  .icon--basket {
    width: 2.125vw;
    min-width: 2.125vw;
    height: 1.875vw;
    min-height: 1.875vw;
  }

  .icon--money {
    width: 3.75vw;
    min-width: 3.75vw;
    height: 3.375vw;
    min-height: 3.375vw;
  }

  .icon--deliverytime {
    width: 3.75vw;
    min-width: 3.75vw;
    height: 2.9375vw;
    min-height: 2.9375vw;
  }

  .icon--garantly {
    width: 3.625vw;
    min-width: 3.625vw;
    height: 3.625vw;
    min-height: 3.625vw;
  }

  .icon--arrow-bottom {
    width: 0.6875vw;
    min-width: 0.6875vw;
    height: 0.375vw;
    min-height: 0.375vw;
  }

  .icon--arrow-right,
  .icon--arrow-left {
    width: 3vw;
    min-width: 3vw;
    height: 3vw;
    min-height: 3vw;
  }

  .btn {
    padding-left: 0.75vw;
    padding-right: 0.75vw;
  }

  .btn--pink {
    font-size: 1.4375vw;
    line-height: 1.4375vw;
    letter-spacing: 0.0625vw;
    min-height: 4vw;
    max-height: 4vw;
  }

  .btn--pink::after {
    border-width: 0.0625vw;
  }

  .btn--pink::after {
    width: calc(100% - 0.694vw);
    height: calc(100% - 0.694vw);
    top: 0.34vw;
    left: 0.34vw;
  }

  .btn--small {
    font-size: 1.125vw;
    line-height: 1.125vw;
    min-height: 2.875vw;
    max-height: 2.875vw;
  }

  .button-menu {
    border-radius: 0.9375vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 1vw;
    padding-right: 1vw;
    -webkit-column-gap: 0.625vw;
    -moz-column-gap: 0.625vw;
    column-gap: 0.625vw;
  }

  .button-menu p {
    font-size: 1.125vw;
    line-height: 1.125vw;
    letter-spacing: 0.046875vw;
  }

  .hamburger {
    row-gap: 0.1875vw;
    width: 1vw;
    min-width: 1vw;
  }

  .hamburger span,
  .hamburger::after,
  .hamburger::before {
    border-bottom-width: 0.125vw;
  }

  .button-menu--close .hamburger {
    top: -0.0625vw;
  }

  .button-menu--close .hamburger::before {
    top: 0.39375vw;
  }

  .button-menu--close .hamburger::after {
    top: -0.234375vw;
  }

  .wrapper-input input {
    font-size: 1vw;
    line-height: 1.25vw;
    padding-left: 1vw;
    padding-right: 1vw;
    border-width: 0.0625vw;
    min-height: 2.75vw;
    max-height: 2.75vw;
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
  }

  .wrapper-input input::-webkit-input-placeholder {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .wrapper-input input::-moz-placeholder {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .wrapper-input input:-ms-input-placeholder {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .wrapper-input input::-ms-input-placeholder {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .wrapper-input input::placeholder {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .wrapper-input--button input {
    padding-right: 2.375vw;
  }

  .wrapper-input--button a {
    width: 1.125vw;
    min-width: 1.125vw;
    height: 0.9375vw;
    min-height: 0.9375vw;
    right: 1vw;
  }

  .wrapper-input--number {
    -webkit-column-gap: 0.25vw;
    -moz-column-gap: 0.25vw;
    column-gap: 0.25vw;
  }

  .wrapper-input--number input {
    min-width: 2.875vw;
    min-height: 2.875vw;
    max-height: 2.875vw;
    max-width: 2.875vw;
    border-radius: 0.125vw;
    padding-left: 0.375vw;
    padding-right: 0.375vw;
    font-size: 0.8125vw;
    line-height: 0.8125vw;
  }

  .wrapper-input--number button {
    font-size: 1.75vw;
    line-height: 1vw;
    width: 1.375vw;
    height: 1.375vw;
    min-width: 1.375vw;
    min-height: 1.375vw;
  }

  .wrapper-input--number .wrapper-input__wrapper-buttons {
    gap: 0.125vw;
  }

  .wrapper-input--number .wrapper-input__increment {
    padding-bottom: 0.125vw;
  }

  .wrapper-input--number .wrapper-input__decrement {
    padding-bottom: 0.1875vw;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 1.5vw;
  }

  .modal--addmenu .modal__container {
    padding-left: 21.25vw;
    padding-right: 21.25vw;
  }

  .modal--addmenu .modal__content-top {
    padding-top: 4vw;
    margin-bottom: 3vw;
  }

  .modal--addmenu .modal__content-bottom .modal__container {
    -webkit-column-gap: 2.5vw;
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw;
  }

  .modal--addmenu .modal__search {
    min-width: 31.25vw;
    margin-right: 2.5vw;
  }

  .modal--addmenu .modal__search {
    min-width: 24.375vw;
  }

  .modal--addmenu .modal__title {
    margin-bottom: 0.75vw;
  }

  .modal--addmenu .modal__wrapper-info {
    margin-bottom: 1.25vw;
  }

  .modal--addmenu .modal__wrapper-phone {
    margin-bottom: 0.625vw;
  }

  .modal--addmenu .modal__wrapper-socials {
    margin-bottom: 0.75vw;
  }

  .modal--addmenu .modal__email {
    font-size: 0.875vw;
    line-height: 1vw;
  }

  .wrapper-socials {
    -webkit-column-gap: 0.75vw;
    -moz-column-gap: 0.75vw;
    column-gap: 0.75vw;
    row-gap: 0.5vw;
  }

  .products {
    -webkit-column-gap: 2.5vw;
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw;
    row-gap: 4.5vw;
  }

  .products__wrapper-img {
    border-width: 0.0625vw;
    max-height: 20.75vw;
    height: 20.75vw;
    margin-bottom: 0.75vw;
  }

  .products__wrapper-img {
    max-height: 18.75vw;
    height: 18.75vw;
  }

  .products__category {
    font-size: 1.125vw;
    line-height: 1.5vw;
    margin-bottom: 0.75vw;
  }

  .products__product h3 {
    font-size: 1.3125vw;
    line-height: 1.5vw;
    min-height: 2.875vw;
    margin-bottom: 1.25vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }

  .products__product h3 {
    padding-left: 0.25vw;
    padding-right: 0.25vw;
  }

  .products__wrapper-price {
    margin-bottom: 1.25vw;
  }

  .products__price {
    font-size: 2.25vw;
    line-height: 1.5vw;
    margin-right: 0.5vw;
  }

  .products__price-rub {
    font-size: 1.4375vw;
    line-height: 0.9375vw;
    top: -0.25vw;
  }

  .products__quantity {
    margin-right: 0.875vw;
    -webkit-column-gap: 0.625vw;
    -moz-column-gap: 0.625vw;
    column-gap: 0.625vw;
  }

  .products__quantity-circle {
    width: 1.375vw;
    min-width: 1.375vw;
    height: 1.375vw;
    min-height: 1.375vw;
    border-width: 0.0625vw;
  }

  .products__quantity-name {
    font-size: 0.875vw;
    line-height: 0.875vw;
  }

  .products__wrapper-number {
    margin-right: 0.875vw;
  }

  .wrapper-button {
    max-width: 13.3125vw;
  }

  .container {
    margin-left: 8.75vw;
    margin-right: 8.75vw;
  }

  .container {
    margin-left: 4.37vw;
    margin-right: 4.37vw;
  }

  .logo span {
    white-space: nowrap;
  }

  .logo span:first-child {
    font-size: 3.528125vw;
    line-height: 3.13625vw;
  }

  .logo span:last-child {
    font-size: 1.125vw;
    line-height: 1.25vw;
    letter-spacing: 0.41875vw;
  }

  .logo--average span:first-child {
    font-size: 2.668125vw;
    line-height: 2.5vw;
  }

  .logo--average span:last-child {
    font-size: 1vw;
    line-height: 1.0625vw;
    letter-spacing: 0.20625vw;
  }

  .dropdown__items {
    -webkit-box-shadow: 0vw 0vw 0.9375vw rgba(231, 2, 126, 0.2);
    box-shadow: 0vw 0vw 0.9375vw rgba(231, 2, 126, 0.2);
  }

  .dropdown__items {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    min-width: 13.75vw;
  }

  .dropdown__items ul {
    row-gap: 0.75vw;
  }

  .dropdown__items ul li a {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .dropdown--active i.icon--arrow-bottom {
    top: -0.0625vw;
  }

  .menu-list {
    row-gap: 0.125vw;
  }

  .menu-list__item--active .menu-list__content {
    padding-bottom: 2.5vw;
    padding-top: 0.75vw;
  }

  .menu-list__title,
  .menu-list h3 {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .menu-list__wrapped-menu,
  .menu-list__wrapped-content ul {
    row-gap: 0.25vw;
  }

  .menu-list__wrapped-content a,
  .menu-list__wrapped-menu a {
    font-size: 0.875vw;
    line-height: 1.125vw;
  }

  .menu-list--without-accordion {
    row-gap: 0px;
  }

  .menu-list--without-accordion .menu-list__title,
  .menu-list--without-accordion h3 {
    margin-bottom: 0.75vw;
  }

  .benefits {
    row-gap: 4vw;
  }

  .benefits__wrapper-icon {
    margin-bottom: 1.5vw;
  }

  .benefits__benefit h3 {
    font-size: 2.25vw;
    line-height: 2.5vw;
    margin-bottom: 1vw;
  }

  .benefits__benefit p {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .breadcrumbs {
    border-bottom-width: 0.0625vw;
  }

  .breadcrumbs {
    -webkit-column-gap: 0.5vw;
    -moz-column-gap: 0.5vw;
    column-gap: 0.5vw;
    padding-bottom: 0.75vw;
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .main-product {
    -webkit-column-gap: 2.1875vw;
    -moz-column-gap: 2.1875vw;
    column-gap: 2.1875vw;
    padding-top: 1.625vw;
    margin-bottom: 5.625vw;
  }

  .main-product__content-left {
    min-width: 34.0625vw;
    width: 34.0625vw;
  }

  .main-product__swiper--main {
    height: 34.0625vw;
    margin-bottom: 0.9375vw;
  }

  .main-product__wrapper-img {
    border-width: 0.0625vw;
  }

  .main-product__swiper--pagination .main-product__wrapper-img {
    height: 7.5vw;
  }

  .main-product__swiper--pagination .swiper-slide {
    width: 7.5vw;
    margin-right: 1.25vw;
  }

  .main-product__content-right {
    padding-top: 1vw;
    max-width: 30.8125vw;
  }

  .main-product__category {
    font-size: 1.125vw;
    line-height: 1.5vw;
    margin-bottom: 1.5vw;
  }

  .main-product h1 {
    font-size: 2.25vw;
    line-height: 2.5vw;
    margin-bottom: 1.75vw;
  }

  .main-product__wrapper-info {
    margin-bottom: 1.75vw;
  }

  .main-product__wrapper-price {
    -webkit-column-gap: 0.5vw;
    -moz-column-gap: 0.5vw;
    column-gap: 0.5vw;
  }

  .main-product__price {
    font-size: 2.25vw;
    line-height: 2.5vw;
  }

  .main-product__price-rub {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .main-product__quantity {
    margin-right: 1vw;
    -webkit-column-gap: 0.625vw;
    -moz-column-gap: 0.625vw;
    column-gap: 0.625vw;
  }

  .main-product__quantity-circle {
    width: 1.375vw;
    min-width: 1.375vw;
    height: 1.375vw;
    min-height: 1.375vw;
    border-width: 0.0625vw;
  }

  .main-product__quantity-name {
    font-size: 0.875vw;
    line-height: 0.875vw;
  }

  .main-product__wrapper-number {
    margin-right: 1vw;
  }

  .main-product__charact {
    row-gap: 1.5vw;
    margin-bottom: 2.5vw;
  }

  .main-product__charact-item::after {
    border-bottom-width: 0.0625vw;
    bottom: 0.125vw;
  }

  .main-product__charact-item span {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .main-product__charact-item span:first-child {
    padding-right: 0.75vw;
  }

  .main-product__charact-item span:last-child {
    padding-left: 0.75vw;
  }

  .main-product__wrapper-desc {
    max-width: 28.75vw;
  }

  .main-product__wrapper-desc p {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .header {
    -webkit-box-shadow: 0vw 0vw 0.9375vw rgba(231, 2, 126, 0.6);
    box-shadow: 0vw 0vw 0.9375vw rgba(231, 2, 126, 0.6);
  }

  .header {
    padding-top: 0.875vw;
    padding-bottom: 0.875vw;
  }

  .header__container {
    row-gap: 0.625vw;
  }

  .header__container {
    -ms-grid-columns: (minmax(-webkit-min-content, -webkit-max-content)) [4] -webkit-min-content -webkit-min-content;
    -ms-grid-columns: (minmax(min-content, max-content)) [4] min-content
      min-content;
    grid-template-columns:
      repeat(4, minmax(-webkit-min-content, -webkit-max-content))
      -webkit-min-content -webkit-min-content;
    grid-template-columns: repeat(4, minmax(min-content, max-content)) min-content min-content;
  }

  .header__logo {
    margin-right: 1.625vw;
    padding-top: 0.75vw;
    padding-left: 0.375vw;
  }

  .header__logo {
    padding-left: 0;
  }

  .header__phone {
    margin-right: 1.0625vw;
    padding-top: 0.25vw;
  }

  .header__phone a {
    white-space: nowrap;
  }

  .header__address {
    margin-right: 1.3125vw;
  }

  .header__socials {
    margin-right: 1.625vw;
  }

  .header__search {
    min-width: 31.25vw;
  }

  .header__search {
    min-width: 24.375vw;
  }

  .header__nav {
    -webkit-column-gap: 1.5vw;
    -moz-column-gap: 1.5vw;
    column-gap: 1.5vw;
    padding-right: 0.875vw;
    padding-top: 0.0625vw;
    margin-left: 2.5vw;
  }

  .header__nav {
    margin-left: 2vw;
    -webkit-column-gap: 1vw;
    -moz-column-gap: 1vw;
    column-gap: 1vw;
  }

  .header__basket span {
    min-width: 1.375vw;
    width: 1.375vw;
    height: 1.375vw;
    min-height: 1.375vw;
    font-size: 0.91875vw;
    line-height: 0.91875vw;
    padding-top: 0.125vw;
    bottom: -0.3125vw;
    right: -0.75vw;
  }

  .header__menu {
    -webkit-column-gap: 1.5vw;
    -moz-column-gap: 1.5vw;
    column-gap: 1.5vw;
    left: -4vw;
    padding-right: 3.1875vw;
  }

  .header__menu {
    padding-right: 2.625vw;
  }

  .header__menu a {
    white-space: nowrap;
  }

  .footer {
    -webkit-box-shadow: 0px 0px 1.87vw 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1.87vw 0px rgba(0, 0, 0, 0.25);
  }

  .footer__container {
    padding-left: 2.25vw;
  }

  .footer__content-top {
    margin-bottom: 1.25vw;
  }

  .footer__content-top .footer__container {
    padding-top: 2.5vw;
    -webkit-column-gap: 2.5vw;
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw;
    padding-right: 2.25vw;
  }

  .footer__content-bottom {
    border-top-width: 0.0625vw;
  }

  .footer__content-bottom .footer__container {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .footer__logo {
    margin-bottom: 1.5vw;
  }

  .footer__description {
    max-width: 16.25vw;
  }

  .footer__description p {
    font-size: 0.875vw;
    line-height: 1.0625vw;
  }

  .footer__title {
    margin-bottom: 0.75vw;
  }

  .footer__wrapper-info {
    margin-bottom: 1.25vw;
  }

  .footer__wrapper-phone {
    margin-bottom: 0.625vw;
  }

  .footer__wrapper-socials {
    margin-bottom: 0.75vw;
  }

  .footer__email {
    font-size: 0.875vw;
    line-height: 1vw;
  }

  .footer__state {
    top: -8.75vw;
    left: 2.25vw;
  }

  .footer__state img {
    width: 5.625vw;
    min-width: 5.625vw;
    height: 2.0625vw;
    min-height: 2.0625vw;
  }

  .footer__author {
    font-size: 0.875vw;
    line-height: 0.875vw;
  }

  .sc-main-slider__swiper {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .sc-main-slider__swiper .swiper-slide {
    max-width: 33.5vw;
    margin-right: 1.5vw;
  }

  .sc-main-slider__item {
    height: 33.5vw;
  }

  .sc-main-slider__item:hover {
    -webkit-box-shadow: 0vw 0vw 0.9375vw rgba(231, 2, 126, 0.3);
    box-shadow: 0vw 0vw 0.9375vw rgba(231, 2, 126, 0.3);
  }

  .sc-main-slider__wrapper-content {
    max-width: 18.75vw;
    padding-top: 7.1875vw;
    padding-right: 1.5vw;
  }

  .sc-main-slider__title {
    min-height: 5.75vw;
    margin-bottom: 0.25vw;
  }

  .sc-main-slider__wrapper-content p {
    font-size: 1.375vw;
    line-height: 1.75vw;
  }

  .sc-main-slider__wrapper-button {
    max-width: 13.5vw;
    margin-top: 3vw;
  }

  .sc-main-banner__content-left {
    padding-top: 10.75vw;
    padding-bottom: 4.75vw;
    padding-left: 8.75vw;
  }

  .sc-main-banner__content-left {
    padding-left: 4.37vw;
  }

  .sc-main-banner__wrapper-content {
    max-width: 32.5vw;
  }

  .sc-main-banner__wrapper-content h2 {
    font-size: 5.75vw;
    line-height: 6.25vw;
    margin-bottom: 3vw;
  }

  .sc-main-banner__wrapper-content h2 span {
    font-size: 3.75vw;
    line-height: 3.125vw;
    margin-bottom: 0.5vw;
  }

  .sc-main-banner__wrapper-button {
    max-width: 15.5vw;
    margin-bottom: 3vw;
  }

  .sc-main-banner__wrapper-content strong {
    font-size: 1.8125vw;
    line-height: 2.0625vw;
  }

  .sc-catalog {
    padding-top: 5.5625vw;
    padding-bottom: 4.1875vw;
  }

  .sc-catalog::before {
    width: 28.75vw;
  }

  .sc-catalog::before {
    width: 25.0625vw;
  }

  .sc-catalog__content-left {
    min-width: 25.125vw;
    width: 25.125vw;
  }

  .sc-catalog__wrapper-left {
    max-width: 18.75vw;
    top: 9vw;
  }

  .sc-catalog__wrapper-title {
    margin-bottom: 4vw;
  }

  .sc-catalog__wrapper-title h2 {
    margin-bottom: 1vw;
  }

  .sc-catalog__content-left h2 {
    margin-bottom: 2vw;
  }

  .sc-catalog__wrapper-menu {
    padding-bottom: 2.375vw;
    border-bottom-width: 0.0625vw;
    margin-bottom: 4vw;
  }

  .sc-catalog__products {
    margin-bottom: 3.125vw;
  }

  .sc-catalog__wrapper-button {
    max-width: 13.25vw;
  }

  .sc-catalog--main-product {
    padding-top: 0vw;
    padding-bottom: 3.25vw;
  }

  .sc-catalog--main-product .sc-catalog__content-right {
    padding-top: 2vw;
  }

  .sc-catalog--main-product .sc-catalog__content-left {
    padding-top: 5vw;
  }

  .sc-catalog--main-product .sc-catalog__wrapper-title {
    margin-bottom: 2.5vw;
  }

  .sc-catalog--main-product .sc-catalog__products {
    margin-bottom: 1.25vw;
    padding-bottom: 4vw;
    border-bottom-width: 0.0625vw;
  }

  .sc-about {
    -webkit-box-shadow: inset 0px 0px 1.87vw rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1.87vw rgba(0, 0, 0, 0.25);
  }

  .sc-about {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
  }

  .sc-about__container {
    padding-left: 21.25vw;
    padding-right: 21.25vw;
  }

  .sc-about__wrapper-content {
    max-width: 48.6875vw;
  }

  .sc-about__wrapper-content h2 {
    font-size: 2.25vw;
    line-height: 2.8125vw;
    margin-bottom: 2vw;
  }

  .sc-about__wrapper-desc p {
    font-size: 1.25vw;
    line-height: 1.625vw;
  }
}

@media (max-width: 1440px) {
  *,
  *:before,
  *:after {
    font-size: 1.25vw;
  }

  h1,
  h2,
  .main-title {
    font-size: 3.3333333333vw;
    line-height: 3.4722222222vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  a {
    font-size: 0.9722222222vw;
    line-height: 1.6666666667vw;
  }

  .list-links a {
    -webkit-column-gap: 0.5555555556vw;
    -moz-column-gap: 0.5555555556vw;
    column-gap: 0.5555555556vw;
  }

  .list-links a {
    -webkit-column-gap: 0.4166666667vw;
    -moz-column-gap: 0.4166666667vw;
    column-gap: 0.4166666667vw;
  }

  .list-links a {
    font-size: 1.25vw;
  }

  .wrapper-desc {
    row-gap: 1.9444444444vw;
  }

  .wrapper-title {
    margin-bottom: 4.8611111111vw;
  }

  .wrapper-title p {
    font-size: 1.5277777778vw;
    line-height: 2.2222222222vw;
  }

  .wrapper-phone a {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0694444444vw;
  }

  .wrapper-info--workinfo {
    row-gap: 1.1111111111vw;
  }

  .wrapper-info address,
  .wrapper-info span {
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
  }

  .wrapper-info--workinfo address {
    font-size: 1.3888888889vw;
    line-height: 1.7361111111vw;
  }

  .icon--whatsapp,
  .icon--viber,
  .icon--telegram,
  .icon--vk {
    width: 1.8055555556vw;
    min-width: 1.8055555556vw;
    height: 1.8055555556vw;
    min-height: 1.8055555556vw;
  }

  .icon--search {
    width: 1.25vw;
    min-width: 1.25vw;
    height: 1.0416666667vw;
    min-height: 1.0416666667vw;
  }

  .icon--person {
    width: 2.4305555556vw;
    min-width: 2.4305555556vw;
    height: 2.4305555556vw;
    min-height: 2.4305555556vw;
  }

  .icon--basket {
    width: 2.3611111111vw;
    min-width: 2.3611111111vw;
    height: 2.0833333333vw;
    min-height: 2.0833333333vw;
  }

  .icon--money {
    width: 4.1666666667vw;
    min-width: 4.1666666667vw;
    height: 3.75vw;
    min-height: 3.75vw;
  }

  .icon--deliverytime {
    width: 4.1666666667vw;
    min-width: 4.1666666667vw;
    height: 3.2638888889vw;
    min-height: 3.2638888889vw;
  }

  .icon--garantly {
    width: 4.0277777778vw;
    min-width: 4.0277777778vw;
    height: 4.0277777778vw;
    min-height: 4.0277777778vw;
  }

  .icon--arrow-bottom {
    width: 0.7638888889vw;
    min-width: 0.7638888889vw;
    height: 0.4166666667vw;
    min-height: 0.4166666667vw;
  }

  .icon--arrow-right,
  .icon--arrow-left {
    width: 3.3333333333vw;
    min-width: 3.3333333333vw;
    height: 3.3333333333vw;
    min-height: 3.3333333333vw;
  }

  .btn {
    padding-left: 0.8333333333vw;
    padding-right: 0.8333333333vw;
  }

  .btn--pink {
    font-size: 1.5972222222vw;
    line-height: 1.5972222222vw;
    letter-spacing: 0.0694444444vw;
    min-height: 4.4444444444vw;
    max-height: 4.4444444444vw;
  }

  .btn--pink::after {
    border-width: 0.0694444444vw;
  }

  .btn--pink::after {
    width: calc(100% - 1vw);
    height: calc(100% - 1vw);
    top: 0.5vw;
    left: 0.5vw;
  }

  .btn--small {
    font-size: 1.25vw;
    line-height: 1.25vw;
    min-height: 3.1944444444vw;
    max-height: 3.1944444444vw;
  }

  .button-menu {
    border-radius: 1.0416666667vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 1.1111111111vw;
    padding-right: 1.1111111111vw;
    -webkit-column-gap: 0.6944444444vw;
    -moz-column-gap: 0.6944444444vw;
    column-gap: 0.6944444444vw;
  }

  .button-menu p {
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: 0.0520833333vw;
  }

  .hamburger {
    row-gap: 0.2083333333vw;
    width: 1.1111111111vw;
    min-width: 1.1111111111vw;
  }

  .hamburger span,
  .hamburger::after,
  .hamburger::before {
    border-bottom-width: 0.1388888889vw;
  }

  .button-menu--close .hamburger {
    top: -0.0694444444vw;
  }

  .button-menu--close .hamburger::before {
    top: 0.4375vw;
  }

  .button-menu--close .hamburger::after {
    top: -0.2604166667vw;
  }

  .wrapper-input input {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
    padding-left: 1.1111111111vw;
    padding-right: 1.1111111111vw;
    border-width: 0.0694444444vw;
    min-height: 3.0555555556vw;
    max-height: 3.0555555556vw;
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
  }

  .wrapper-input input::-webkit-input-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .wrapper-input input::-moz-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .wrapper-input input:-ms-input-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .wrapper-input input::-ms-input-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .wrapper-input input::placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .wrapper-input--button input {
    padding-right: 2.6388888889vw;
  }

  .wrapper-input--button a {
    width: 1.25vw;
    min-width: 1.25vw;
    height: 1.0416666667vw;
    min-height: 1.0416666667vw;
    right: 1.1111111111vw;
  }

  .wrapper-input--number {
    -webkit-column-gap: 0.2777777778vw;
    -moz-column-gap: 0.2777777778vw;
    column-gap: 0.2777777778vw;
  }

  .wrapper-input--number input {
    min-width: 3.1944444444vw;
    min-height: 3.1944444444vw;
    max-height: 3.1944444444vw;
    max-width: 3.1944444444vw;
    border-radius: 0.1388888889vw;
    padding-left: 0.4166666667vw;
    padding-right: 0.4166666667vw;
    font-size: 0.9027777778vw;
    line-height: 0.9027777778vw;
  }

  .wrapper-input--number button {
    font-size: 1.9444444444vw;
    line-height: 1.1111111111vw;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    min-width: 1.5277777778vw;
    min-height: 1.5277777778vw;
  }

  .wrapper-input--number .wrapper-input__wrapper-buttons {
    gap: 0.1388888889vw;
  }

  .wrapper-input--number .wrapper-input__increment {
    padding-bottom: 0.1388888889vw;
  }

  .wrapper-input--number .wrapper-input__decrement {
    padding-bottom: 0.2083333333vw;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 1.6666666667vw;
  }

  .modal--addmenu .modal__container {
    padding-left: 23.6111111111vw;
    padding-right: 23.6111111111vw;
  }

  .modal--addmenu .modal__content-top {
    padding-top: 4.4444444444vw;
    margin-bottom: 3.3333333333vw;
  }

  .modal--addmenu .modal__content-bottom .modal__container {
    -webkit-column-gap: 2.7777777778vw;
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
  }

  .modal--addmenu .modal__search {
    min-width: 34.7222222222vw;
    margin-right: 2.7777777778vw;
  }

  .modal--addmenu .modal__title {
    margin-bottom: 0.8333333333vw;
  }

  .modal--addmenu .modal__wrapper-info {
    margin-bottom: 1.3888888889vw;
  }

  .modal--addmenu .modal__wrapper-phone {
    margin-bottom: 0.6944444444vw;
  }

  .modal--addmenu .modal__wrapper-socials {
    margin-bottom: 0.8333333333vw;
  }

  .modal--addmenu .modal__email {
    font-size: 0.9722222222vw;
    line-height: 1.1111111111vw;
  }

  .wrapper-socials {
    -webkit-column-gap: 0.8333333333vw;
    -moz-column-gap: 0.8333333333vw;
    column-gap: 0.8333333333vw;
    row-gap: 0.5555555556vw;
  }

  .products {
    -webkit-column-gap: 2.7777777778vw;
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
    row-gap: 5vw;
  }

  .products__wrapper-img {
    border-width: 0.0694444444vw;
    max-height: 23.0555555556vw;
    height: 23.0555555556vw;
    margin-bottom: 0.8333333333vw;
  }

  .products__category {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }

  .products__product h3 {
    font-size: 1.4583333333vw;
    line-height: 1.6666666667vw;
    min-height: 3.1944444444vw;
    margin-bottom: 1.3888888889vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }

  .products__product h3 {
    min-height: 4.9305555556vw;
  }

  .products__wrapper-price {
    margin-bottom: 1.3888888889vw;
  }

  .products__price {
    font-size: 2.5vw;
    line-height: 1.6666666667vw;
    margin-right: 0.5555555556vw;
  }

  .products__price-rub {
    font-size: 1.5972222222vw;
    line-height: 1.0416666667vw;
    top: -0.2777777778vw;
  }

  .products__quantity {
    margin-right: 0.9722222222vw;
    -webkit-column-gap: 0.6944444444vw;
    -moz-column-gap: 0.6944444444vw;
    column-gap: 0.6944444444vw;
  }

  .products__quantity-circle {
    width: 1.5277777778vw;
    min-width: 1.5277777778vw;
    height: 1.5277777778vw;
    min-height: 1.5277777778vw;
    border-width: 0.0694444444vw;
  }

  .products__quantity-name {
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
  }

  .products__wrapper-number {
    margin-right: 0.9722222222vw;
  }

  .wrapper-button {
    max-width: 14.7916666667vw;
  }

  .container {
    margin-left: 9.7222222222vw;
    margin-right: 9.7222222222vw;
  }

  .container {
    margin-left: 4.16vw;
    margin-right: 4.16vw;
  }

  .logo span:first-child {
    font-size: 3.9201388889vw;
    line-height: 3.4847222222vw;
  }

  .logo span:last-child {
    font-size: 1.25vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0.4652777778vw;
  }

  .logo--average span:first-child {
    font-size: 2.9645833333vw;
    line-height: 2.7777777778vw;
  }

  .logo--average span:last-child {
    font-size: 1.1111111111vw;
    line-height: 1.1805555556vw;
    letter-spacing: 0.2291666667vw;
  }

  .dropdown__items {
    -webkit-box-shadow: 0vw 0vw 1.0416666667vw rgba(231, 2, 126, 0.2);
    box-shadow: 0vw 0vw 1.0416666667vw rgba(231, 2, 126, 0.2);
  }

  .dropdown__items {
    padding-top: 2.2222222222vw;
    padding-bottom: 2.2222222222vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
    min-width: 15.2777777778vw;
  }

  .dropdown__items ul {
    row-gap: 0.8333333333vw;
  }

  .dropdown__items ul li a {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .dropdown--active i.icon--arrow-bottom {
    top: -0.0694444444vw;
  }

  .menu-list {
    row-gap: 0.1388888889vw;
  }

  .menu-list__item--active .menu-list__content {
    padding-bottom: 2.7777777778vw;
    padding-top: 0.8333333333vw;
  }

  .menu-list__item--active .menu-list__content {
    padding-bottom: 2.2222222222vw;
  }

  .menu-list__title {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.8666666667vw;
  }

  .menu-list h3 {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .menu-list__wrapped-menu,
  .menu-list__wrapped-content ul {
    row-gap: 0.2777777778vw;
  }

  .menu-list__wrapped-menu a,
  .menu-list__wrapped-content a {
    font-size: 0.9722222222vw;
    line-height: 1.25vw;
  }

  .menu-list--without-accordion {
    row-gap: 0px;
  }

  .menu-list--without-accordion .menu-list__title,
  .menu-list--without-accordion h3 {
    margin-bottom: 5px;
  }

  .benefits {
    row-gap: 4.4444444444vw;
  }

  .benefits__wrapper-icon {
    margin-bottom: 1.6666666667vw;
  }

  .benefits__benefit h3 {
    font-size: 2.5vw;
    line-height: 2.7777777778vw;
    margin-bottom: 1.1111111111vw;
  }

  .benefits__benefit p {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .breadcrumbs {
    border-bottom-width: 0.0694444444vw;
  }

  .breadcrumbs {
    -webkit-column-gap: 0.5555555556vw;
    -moz-column-gap: 0.5555555556vw;
    column-gap: 0.5555555556vw;
    padding-bottom: 0.8333333333vw;
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .main-product {
    -webkit-column-gap: 2.4305555556vw;
    -moz-column-gap: 2.4305555556vw;
    column-gap: 2.4305555556vw;
    padding-top: 1.8055555556vw;
    margin-bottom: 6.25vw;
  }

  .main-product__content-left {
    min-width: 37.8472222222vw;
    width: 37.8472222222vw;
  }

  .main-product__swiper--main {
    height: 37.8472222222vw;
    margin-bottom: 1.0416666667vw;
  }

  .main-product__wrapper-img {
    border-width: 0.0694444444vw;
  }

  .main-product__swiper--pagination .main-product__wrapper-img {
    height: 8.3333333333vw;
  }

  .main-product__swiper--pagination .swiper-slide {
    width: 8.3333333333vw;
    margin-right: 1.3888888889vw;
  }

  .main-product__content-right {
    padding-top: 1.1111111111vw;
    max-width: 34.2361111111vw;
  }

  .main-product__category {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }

  .main-product h1 {
    font-size: 2.5vw;
    line-height: 2.7777777778vw;
    margin-bottom: 1.9444444444vw;
  }

  .main-product__wrapper-info {
    margin-bottom: 1.9444444444vw;
  }

  .main-product__wrapper-price {
    -webkit-column-gap: 0.5555555556vw;
    -moz-column-gap: 0.5555555556vw;
    column-gap: 0.5555555556vw;
  }

  .main-product__price {
    font-size: 1.5vw;
    line-height: 2.7777777778vw;
  }

  .main-product__price-rub {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }

  .main-product__quantity {
    margin-right: 1.1111111111vw;
    -webkit-column-gap: 0.6944444444vw;
    -moz-column-gap: 0.6944444444vw;
    column-gap: 0.6944444444vw;
  }

  .main-product__quantity-circle {
    width: 1.5277777778vw;
    min-width: 1.5277777778vw;
    height: 1.5277777778vw;
    min-height: 1.5277777778vw;
    border-width: 0.0694444444vw;
  }

  .main-product__quantity-name {
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
  }

  .main-product__wrapper-number {
    margin-right: 1.1111111111vw;
  }

  .main-product__charact {
    row-gap: 1.6666666667vw;
    margin-bottom: 2.7777777778vw;
  }

  .main-product__charact-item::after {
    border-bottom-width: 0.0694444444vw;
    bottom: 0.1388888889vw;
  }

  .main-product__charact-item span {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .main-product__charact-item span:first-child {
    padding-right: 0.8333333333vw;
  }

  .main-product__charact-item span:last-child {
    padding-left: 0.8333333333vw;
  }

  .main-product__wrapper-desc {
    max-width: 31.9444444444vw;
  }

  .main-product__wrapper-desc p {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .header {
    -webkit-box-shadow: 0vw 0vw 1.0416666667vw rgba(231, 2, 126, 0.6);
    box-shadow: 0vw 0vw 1.0416666667vw rgba(231, 2, 126, 0.6);
  }

  .header {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
  }

  .header {
    overflow: hidden;
  }

  .header__container {
    row-gap: 0.6944444444vw;
  }

  .header__logo {
    margin-right: 1.8055555556vw;
    padding-top: 0.8333333333vw;
    padding-left: 0.4166666667vw;
  }

  .header__phone {
    margin-right: 1.1805555556vw;
    padding-top: 0.2777777778vw;
  }

  .header__address {
    margin-right: 1.4583333333vw;
  }

  .header__socials {
    margin-right: 1.8055555556vw;
  }

  .header__search {
    min-width: 34.7222222222vw;
  }

  .header__search {
    min-width: 16.6666666667vw;
  }

  .header__nav {
    -webkit-column-gap: 1.6666666667vw;
    -moz-column-gap: 1.6666666667vw;
    column-gap: 1.6666666667vw;
    padding-right: 0.9722222222vw;
    padding-top: 0.0694444444vw;
    margin-left: 2.7777777778vw;
  }

  .header__nav {
    margin-left: 1.1111111111vw;
    min-width: 12.5vw;
  }

  .header__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__basket span {
    min-width: 1.5277777778vw;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    min-height: 1.5277777778vw;
    font-size: 1.0208333333vw;
    line-height: 1.0208333333vw;
    padding-top: 0.1388888889vw;
    bottom: -0.3472222222vw;
    right: -0.8333333333vw;
  }

  .header__menu {
    -webkit-column-gap: 1.6666666667vw;
    -moz-column-gap: 1.6666666667vw;
    column-gap: 1.6666666667vw;
    left: -4.4444444444vw;
    padding-right: 3.5416666667vw;
  }

  .header__menu {
    left: -5vw;
    -webkit-column-gap: 1.1111111111vw;
    -moz-column-gap: 1.1111111111vw;
    column-gap: 1.1111111111vw;
  }

  .header__menu {
    padding-right: 0;
  }

  .footer {
    -webkit-box-shadow: 0px 0px 2vw 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2vw 0px rgba(0, 0, 0, 0.25);
  }

  .footer__container {
    padding-left: 2.5vw;
  }

  .footer__content-top {
    margin-bottom: 1.3888888889vw;
  }

  .footer__content-top .footer__container {
    padding-top: 2.7777777778vw;
    -webkit-column-gap: 2.7777777778vw;
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
    padding-right: 2.5vw;
  }

  .footer__content-bottom {
    border-top-width: 0.0694444444vw;
  }

  .footer__content-bottom .footer__container {
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
  }

  .footer__logo {
    margin-bottom: 1.6666666667vw;
  }

  .footer__description {
    max-width: 18.0555555556vw;
  }

  .footer__description p {
    font-size: 0.9722222222vw;
    line-height: 1.1805555556vw;
  }

  .footer__title {
    margin-bottom: 0.8333333333vw;
  }

  .footer__wrapper-info {
    margin-bottom: 1.3888888889vw;
  }

  .footer__wrapper-phone {
    margin-bottom: 0.6944444444vw;
  }

  .footer__wrapper-socials {
    margin-bottom: 0.8333333333vw;
  }

  .footer__email {
    font-size: 0.9722222222vw;
    line-height: 1.1111111111vw;
  }

  .footer__state {
    left: 2.5vw;
  }

  .footer__state img {
    width: 6.25vw;
    min-width: 6.25vw;
    height: 2.2916666667vw;
    min-height: 2.2916666667vw;
  }

  .footer__author {
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
  }

  .sc-main-slider__swiper {
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }

  .sc-main-slider__swiper .swiper-slide {
    max-width: 37.2222222222vw;
    margin-right: 1.6666666667vw;
  }

  .sc-main-slider__item {
    height: 37.2222222222vw;
  }

  .sc-main-slider__item:hover {
    -webkit-box-shadow: 0vw 0vw 1.0416666667vw rgba(231, 2, 126, 0.3);
    box-shadow: 0vw 0vw 1.0416666667vw rgba(231, 2, 126, 0.3);
  }

  .sc-main-slider__wrapper-content {
    max-width: 20.8333333333vw;
    padding-top: 7.9861111111vw;
    padding-right: 1.6666666667vw;
  }

  .sc-main-slider__title {
    min-height: 6.3888888889vw;
    margin-bottom: 0.2777777778vw;
  }

  .sc-main-slider__wrapper-content p {
    font-size: 1.5277777778vw;
    line-height: 1.9444444444vw;
  }

  .sc-main-slider__wrapper-button {
    max-width: 15vw;
    margin-top: 3.3333333333vw;
  }

  .sc-main-banner__content-left {
    padding-top: 11.9444444444vw;
    padding-bottom: 5.2777777778vw;
    padding-left: 9.7222222222vw;
  }

  .sc-main-banner__content-left {
    padding-left: 4.16vw;
  }

  .sc-main-banner__wrapper-content {
    max-width: 36.1111111111vw;
  }

  .sc-main-banner__wrapper-content h2 {
    font-size: 6.3888888889vw;
    line-height: 6.9444444444vw;
    margin-bottom: 3.3333333333vw;
  }

  .sc-main-banner__wrapper-content h2 span {
    font-size: 4.1666666667vw;
    line-height: 3.4722222222vw;
    margin-bottom: 0.5555555556vw;
  }

  .sc-main-banner__wrapper-button {
    max-width: 17.2222222222vw;
    margin-bottom: 3.3333333333vw;
  }

  .sc-main-banner__wrapper-content strong {
    font-size: 2.0138888889vw;
    line-height: 2.2916666667vw;
  }

  .sc-catalog {
    padding-top: 6.1805555556vw;
    padding-bottom: 4.6527777778vw;
  }

  .sc-catalog::before {
    width: 31.9444444444vw;
  }

  .sc-catalog::before {
    width: 27.8472222222vw;
  }

  .sc-catalog::before {
    width: 25vw;
  }

  .sc-catalog__content-left {
    min-width: 27.9166666667vw;
    width: 27.9166666667vw;
  }

  .sc-catalog__content-left {
    min-width: 22.2222222222vw;
    width: 22.2222222222vw;
  }

  .sc-catalog__wrapper-left {
    max-width: 20.8333333333vw;
    top: 10vw;
  }

  .sc-catalog__wrapper-title {
    margin-bottom: 4.4444444444vw;
  }

  .sc-catalog__wrapper-title h2 {
    margin-bottom: 1.1111111111vw;
  }

  .sc-catalog__content-left h2 {
    margin-bottom: 2.2222222222vw;
  }

  .sc-catalog__wrapper-menu {
    padding-bottom: 2.6388888889vw;
    border-bottom-width: 0.0694444444vw;
    margin-bottom: 4.4444444444vw;
  }

  .sc-catalog__products {
    margin-bottom: 3.4722222222vw;
  }

  .sc-catalog__wrapper-button {
    max-width: 14.7222222222vw;
  }

  .sc-catalog--main-product {
    padding-top: 0vw;
    padding-bottom: 3.6111111111vw;
  }

  .sc-catalog--main-product .sc-catalog__content-right {
    padding-top: 2.2222222222vw;
  }

  .sc-catalog--main-product .sc-catalog__content-left {
    padding-top: 5.5555555556vw;
  }

  .sc-catalog--main-product .sc-catalog__wrapper-title {
    margin-bottom: 2.7777777778vw;
  }

  .sc-catalog--main-product .sc-catalog__products {
    margin-bottom: 1.3888888889vw;
    padding-bottom: 4.4444444444vw;
    border-bottom-width: 0.0694444444vw;
  }

  .sc-about {
    -webkit-box-shadow: inset 0px 0px 2vw rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 2vw rgba(0, 0, 0, 0.25);
    background-color: #fff !important;
  }

  .sc-about {
    padding-top: 3.8888888889vw;
    padding-bottom: 3.8888888889vw;
  }

  .sc-about__container {
    padding-left: 23.6111111111vw;
    padding-right: 23.6111111111vw;
  }

  .sc-about__container {
    padding-left: 16.6666666667vw;
    padding-right: 16.6666666667vw;
  }

  .sc-about__wrapper-content {
    max-width: 54.0972222222vw;
  }

  .sc-about__wrapper-content h2 {
    font-size: 2.5vw;
    line-height: 3.125vw;
    margin-bottom: 2.2222222222vw;
  }

  .sc-about__wrapper-desc p {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }
}

@media (max-width: 992px) {
  .visible-large {
    display: block;
  }

  h1,
  h2,
  .main-title {
    font-size: 5.2083333333vw;
    line-height: 5.46875vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 2.34375vw;
    line-height: 3.125vw;
  }

  a {
    font-size: 1.8229166667vw;
    line-height: 3.125vw;
  }

  .list-links a {
    -webkit-column-gap: 0.78125vw;
    -moz-column-gap: 0.78125vw;
    column-gap: 0.78125vw;
  }

  .list-links a {
    font-size: 2.34375vw;
  }

  .wrapper-desc {
    row-gap: 2.0833333333vw;
  }

  .wrapper-title {
    margin-bottom: 7.2916666667vw;
  }

  .wrapper-title p {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
  }

  .wrapper-phone a {
    font-size: 2.8645833333vw;
    line-height: 3.6458333333vw;
    letter-spacing: 0.1302083333vw;
  }

  .wrapper-info--workinfo {
    row-gap: 2.0833333333vw;
  }

  .wrapper-info address,
  .wrapper-info span {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
  }

  .wrapper-info--workinfo address {
    font-size: 2.0833333333vw;
    line-height: 2.734375vw;
  }

  .wrapper-info--workinfo address br {
    display: none;
  }

  .icon--whatsapp,
  .icon--viber,
  .icon--telegram,
  .icon--vk {
    width: 3.3854166667vw;
    min-width: 3.3854166667vw;
    height: 3.3854166667vw;
    min-height: 3.3854166667vw;
  }

  .icon--search {
    width: 2.4739583333vw;
    min-width: 2.4739583333vw;
    height: 1.953125vw;
    min-height: 1.953125vw;
  }

  .icon--person {
    width: 3.984375vw;
    min-width: 3.984375vw;
    height: 3.9388020833vw;
    min-height: 3.9388020833vw;
  }

  .icon--basket {
    width: 4.0234375vw;
    min-width: 4.0234375vw;
    height: 3.55078125vw;
    min-height: 3.55078125vw;
  }

  .icon--money {
    width: 7.1015625vw;
    min-width: 7.1015625vw;
    height: 6.3919270833vw;
    min-height: 6.3919270833vw;
  }

  .icon--deliverytime {
    width: 7.1015625vw;
    min-width: 7.1015625vw;
    height: 5.5625vw;
    min-height: 5.5625vw;
  }

  .icon--garantly {
    width: 6.8655208333vw;
    min-width: 6.8655208333vw;
    height: 6.8655208333vw;
    min-height: 6.8655208333vw;
  }

  .icon--arrow-bottom {
    width: 1.4322916667vw;
    min-width: 1.4322916667vw;
    height: 0.78125vw;
    min-height: 0.78125vw;
  }

  .icon--arrow-right,
  .icon--arrow-left {
    width: 5.6809895833vw;
    min-width: 5.6809895833vw;
    height: 5.6809895833vw;
    min-height: 5.6809895833vw;
  }

  .btn {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .btn--pink {
    font-size: 2.734375vw;
    line-height: 2.734375vw;
    letter-spacing: 0.1302083333vw;
    min-height: 7.2916666667vw;
    max-height: 7.2916666667vw;
  }

  .btn--pink::after {
    border-width: 0.1302083333vw;
  }

  .btn--pink::after {
    width: calc(100% - 1.3vw);
    height: calc(100% - 1.3vw);
    top: 0.65vw;
    left: 0.65vw;
  }

  .btn--small {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
    min-height: 5.9895833333vw;
    max-height: 5.9895833333vw;
  }

  .button-menu {
    border-radius: 1.953125vw;
    padding-top: 1.3020833333vw;
    padding-bottom: 1.3020833333vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    -webkit-column-gap: 1.3020833333vw;
    -moz-column-gap: 1.3020833333vw;
    column-gap: 1.3020833333vw;
  }

  .button-menu p {
    font-size: 2.4739583333vw;
    line-height: 2.4739583333vw;
    letter-spacing: 0.09765625vw;
  }

  .hamburger {
    row-gap: 0.390625vw;
    width: 2.0833333333vw;
    min-width: 2.0833333333vw;
  }

  .hamburger span,
  .hamburger::after,
  .hamburger::before {
    border-bottom-width: 0.2604166667vw;
  }

  .button-menu--close .hamburger {
    top: -0.1302083333vw;
  }

  .button-menu--close .hamburger::before {
    top: 0.8203125vw;
  }

  .button-menu--close .hamburger::after {
    top: -0.4947916667vw;
  }

  .wrapper-input input {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
    border-width: 0.1302083333vw;
    min-height: 5.7291666667vw;
    max-height: 5.7291666667vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }

  .wrapper-input input::-webkit-input-placeholder {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .wrapper-input input::-moz-placeholder {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .wrapper-input input:-ms-input-placeholder {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .wrapper-input input::-ms-input-placeholder {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .wrapper-input input::placeholder {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .wrapper-input--button input {
    padding-right: 4.9479166667vw;
  }

  .wrapper-input--button a {
    width: 2.34375vw;
    min-width: 2.34375vw;
    height: 1.953125vw;
    min-height: 1.953125vw;
    right: 2.0833333333vw;
  }

  .wrapper-input--number {
    -webkit-column-gap: 0.5208333333vw;
    -moz-column-gap: 0.5208333333vw;
    column-gap: 0.5208333333vw;
  }

  .wrapper-input--number input {
    min-width: 5.9895833333vw;
    min-height: 5.9895833333vw;
    max-height: 5.9895833333vw;
    max-width: 5.9895833333vw;
    border-radius: 0.2604166667vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    font-size: 1.6927083333vw;
    line-height: 1.6927083333vw;
  }

  .wrapper-input--number button {
    font-size: 3.6458333333vw;
    line-height: 2.0833333333vw;
    width: 2.8645833333vw;
    height: 2.8645833333vw;
    min-width: 2.8645833333vw;
    min-height: 2.8645833333vw;
  }

  .wrapper-input--number .wrapper-input__wrapper-buttons {
    gap: 0.2604166667vw;
  }

  .wrapper-input--number .wrapper-input__increment {
    padding-bottom: 0.2604166667vw;
  }

  .wrapper-input--number .wrapper-input__decrement {
    padding-bottom: 0.390625vw;
  }

  .modal--addmenu {
    background-size: 60%;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 2.6041666667vw;
  }

  .modal--addmenu .modal__container {
    padding-right: 0;
    padding-left: 0;
  }

  .modal--addmenu .modal__content-top {
    padding-top: 7.2916666667vw;
    margin-bottom: 5.2083333333vw;
  }

  .modal--addmenu .modal__content-bottom .modal__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal--addmenu .modal__content-bottom .modal__container {
    -webkit-column-gap: 2.0833333333vw;
    -moz-column-gap: 2.0833333333vw;
    column-gap: 2.0833333333vw;
  }

  .modal--addmenu .modal__search {
    min-width: 46.875vw;
  }

  .modal--addmenu .modal__title {
    margin-bottom: 1.3020833333vw;
  }

  .modal--addmenu .modal__wrapper-info {
    margin-bottom: 1.3020833333vw;
    row-gap: 1.5625vw;
  }

  .modal--addmenu .modal__wrapper-info address {
    font-size: 1.953125vw;
  }

  .modal--addmenu .modal__wrapper-info span {
    line-height: 2.6041666667vw;
  }

  .modal--addmenu .modal__wrapper-phone {
    margin-bottom: 1.5625vw;
  }

  .modal--addmenu .modal__wrapper-socials {
    margin-bottom: 1.5625vw;
  }

  .modal--addmenu .modal__email {
    font-size: 1.8229166667vw;
    line-height: 2.0833333333vw;
  }

  .wrapper-socials {
    -webkit-column-gap: 1.171875vw;
    -moz-column-gap: 1.171875vw;
    column-gap: 1.171875vw;
    row-gap: 1.0416666667vw;
  }

  .products {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .products {
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
    row-gap: 1.2083333333vw;
  }

  .products__wrapper-img {
    border-width: 0.1302083333vw;
    max-height: 32.5520833333vw;
    height: 32.5520833333vw;
    margin-bottom: 1.3020833333vw;
  }

  .products__wrapper-img img {
    width: 75%;
    height: 75%;
  }

  .products__category {
    font-size: 2.2135416667vw;
    line-height: 2.734375vw;
    margin-bottom: 2.0833333333vw;
  }

  .products__product h3 {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    min-height: 8.7239583333vw;
    margin-bottom: 2.0833333333vw;
  }

  .products__wrapper-price {
    margin-bottom: 2.0833333333vw;
  }

  .products__price {
    font-size: 3.7760416667vw;
    line-height: 3.125vw;
    margin-right: 0.5208333333vw;
  }

  .products__price-rub {
    font-size: 2.34375vw;
    line-height: 1.953125vw;
    top: -0.2604166667vw;
  }

  .products__quantity {
    margin-right: 1.5625vw;
    -webkit-column-gap: 1.0416666667vw;
    -moz-column-gap: 1.0416666667vw;
    column-gap: 1.0416666667vw;
  }

  .products__quantity-circle {
    width: 2.6041666667vw;
    min-width: 2.6041666667vw;
    height: 2.6041666667vw;
    min-height: 2.6041666667vw;
    border-width: 0.1302083333vw;
  }

  .products__quantity-name {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
  }

  .products__wrapper-number {
    margin-right: 1.5625vw;
  }

  .products.swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    row-gap: unset;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }

  .products.swiper .swiper-slide {
    width: 43.75vw;
  }

  .container {
    margin-left: 5.2083333333vw;
    margin-right: 5.2083333333vw;
  }

  .logo span:first-child {
    font-size: 6.33984375vw;
    line-height: 5.4921875vw;
  }

  .logo span:last-child {
    font-size: 2.0403645833vw;
    line-height: 2.2135416667vw;
    letter-spacing: 0.7421875vw;
  }

  .logo--average span:first-child {
    font-size: 5.55859375vw;
    line-height: 5.2083333333vw;
  }

  .logo--average span:last-child {
    font-size: 2.0833333333vw;
    line-height: 2.2135416667vw;
    letter-spacing: 0.4296875vw;
  }

  .dropdown__items {
    -webkit-box-shadow: 0vw 0vw 1.953125vw rgba(231, 2, 126, 0.2);
    box-shadow: 0vw 0vw 1.953125vw rgba(231, 2, 126, 0.2);
  }

  .dropdown--active i.icon--arrow-bottom {
    top: -0.1302083333vw;
  }

  .menu-list {
    row-gap: 1.0416666667vw;
  }

  .menu-list__item--active .menu-list__content {
    padding-bottom: 4.1666666667vw;
    padding-top: 1.3020833333vw;
  }

  .menu-list__title,
  .menu-list h3 {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
  }

  .menu-list__wrapped-menu,
  .menu-list__wrapped-content ul {
    row-gap: 1.0416666667vw;
  }

  .menu-list__wrapped-menu a,
  .menu-list__wrapped-content a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .menu-list.menu-list--large-open .menu-list__title:hover {
    cursor: unset;
  }

  .menu-list.menu-list--large-open .menu-list__content {
    opacity: 1;
    pointer-events: auto;
    height: auto;
  }

  .menu-list.menu-list--large-open .menu-list__content {
    padding-bottom: 4.1666666667vw;
    padding-top: 3.125vw;
  }

  .menu-list--without-accordion {
    row-gap: 0px;
  }

  .menu-list--without-accordion .menu-list__title,
  .menu-list--without-accordion h3 {
    margin-bottom: 1.3020833333vw;
  }

  .benefits {
    row-gap: 5.2083333333vw;
  }

  .benefits__wrapper-icon {
    margin-bottom: 2.0833333333vw;
  }

  .benefits__benefit h3 {
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
    margin-bottom: 1.0416666667vw;
  }

  .benefits__benefit p {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .inter-arrow--prev {
    left: -2.0833333333vw;
  }

  .inter-arrow--next {
    right: -2.0833333333vw;
  }

  .breadcrumbs {
    border-bottom-width: 0.1302083333vw;
  }

  .breadcrumbs {
    -webkit-column-gap: 0.9114583333vw;
    -moz-column-gap: 0.9114583333vw;
    column-gap: 0.9114583333vw;
    padding-bottom: 1.3020833333vw;
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .main-product {
    -webkit-column-gap: 2.0833333333vw;
    -moz-column-gap: 2.0833333333vw;
    column-gap: 2.0833333333vw;
    margin-bottom: 6.25vw;
  }

  .main-product {
    padding-top: 0;
  }

  .main-product__content-left {
    min-width: 41.6666666667vw;
    width: 41.6666666667vw;
  }

  .main-product__wrapper-swipers {
    margin-bottom: 3.125vw;
  }

  .main-product__swiper--main {
    height: 41.6666666667vw;
    margin-bottom: 1.953125vw;
  }

  .main-product__wrapper-img {
    border-width: 0.1302083333vw;
  }

  .main-product__swiper--pagination .main-product__wrapper-img {
    height: 13.0208333333vw;
  }

  .main-product__swiper--pagination .swiper-slide {
    width: 13.0208333333vw;
    margin-right: 1.3020833333vw;
  }

  .main-product__content-right {
    max-width: unset;
  }

  .main-product__content-right {
    padding-top: 1.0416666667vw;
  }

  .main-product__category {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    margin-bottom: 2.6041666667vw;
  }

  .main-product h1 {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    margin-bottom: 2.6041666667vw;
  }

  .main-product__wrapper-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (-webkit-max-content) [4];
    -ms-grid-columns: (max-content) [4];
    grid-template-columns: repeat(4, -webkit-max-content);
    grid-template-columns: repeat(4, max-content);
  }

  .main-product__wrapper-info {
    row-gap: 3.125vw;
    margin-bottom: 2.6041666667vw;
  }

  .main-product__wrapper-price {
    -webkit-column-gap: 0.78125vw;
    -moz-column-gap: 0.78125vw;
    column-gap: 0.78125vw;
  }

  .main-product__wrapper-price {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .main-product__price {
    font-size: 4.1666666667vw;
    line-height: 4.6875vw;
  }

  .main-product__price-rub {
    font-size: 2.34375vw;
    line-height: 3.3854166667vw;
    top: 0.2604166667vw;
  }

  .main-product__quantity {
    margin-right: 2.0833333333vw;
    -webkit-column-gap: 1.0416666667vw;
    -moz-column-gap: 1.0416666667vw;
    column-gap: 1.0416666667vw;
  }

  .main-product__quantity {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }

  .main-product__quantity-circle {
    width: 2.6041666667vw;
    min-width: 2.6041666667vw;
    height: 2.6041666667vw;
    min-height: 2.6041666667vw;
    border-width: 0.1302083333vw;
  }

  .main-product__quantity-name {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
  }

  .main-product__wrapper-number {
    margin-right: 2.0833333333vw;
  }

  .main-product__wrapper-number {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .main-product__wraper-button {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  .main-product__charact {
    row-gap: 2.0833333333vw;
    margin-bottom: 2.6041666667vw;
  }

  .main-product__charact-item::after {
    border-bottom-width: 0.1302083333vw;
    bottom: 0.2604166667vw;
  }

  .main-product__charact-item span {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .main-product__charact-item span:first-child {
    padding-right: 1.0416666667vw;
  }

  .main-product__charact-item span:last-child {
    padding-left: 1.0416666667vw;
  }

  .main-product__wrapper-desc {
    max-width: unset;
  }

  .main-product__wrapper-desc p {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .header {
    -webkit-box-shadow: 0vw 0vw 1.953125vw rgba(231, 2, 126, 0.6);
    box-shadow: 0vw 0vw 1.953125vw rgba(231, 2, 126, 0.6);
  }

  .header {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }

  .header__container {
    row-gap: 1.3020833333vw;
    -webkit-column-gap: 2.0833333333vw;
    -moz-column-gap: 2.0833333333vw;
    column-gap: 2.0833333333vw;
  }

  .header__container {
    -ms-grid-columns: (minmax(-webkit-min-content, -webkit-max-content)) [4];
    -ms-grid-columns: (minmax(min-content, max-content)) [4];
    grid-template-columns: repeat(
      4,
      minmax(-webkit-min-content, -webkit-max-content)
    );
    grid-template-columns: repeat(4, minmax(min-content, max-content));
  }

  .header__logo {
    padding-top: 0.78125vw;
  }

  .header__logo {
    margin-right: 0;
    padding-top: 0;
  }

  .header__phone {
    padding-top: 0;
    margin-right: 0;
  }

  .header__address {
    display: none;
  }

  .header__socials {
    -ms-grid-column: 3;
    grid-column: 3;
    margin-right: 0;
  }

  .header__search {
    min-width: 39.0625vw;
  }

  .header__search {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }

  .header__nav {
    min-width: unset;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    -ms-grid-column: 4;
    grid-column: 4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__nav {
    -webkit-column-gap: 1.5625vw;
    -moz-column-gap: 1.5625vw;
    column-gap: 1.5625vw;
    padding-right: 2.0833333333vw;
  }

  .header__basket span {
    min-width: 2.34375vw;
    width: 2.34375vw;
    height: 2.34375vw;
    min-height: 2.34375vw;
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    padding-top: 0vw;
    bottom: -0.390625vw;
    right: -1.0416666667vw;
  }

  .header__button-menu {
    -ms-grid-column: 4;
    grid-column: 4;
  }

  .header__menu {
    display: none;
  }

  .footer {
    -webkit-box-shadow: 0px 0px 3vw 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3vw 0px rgba(0, 0, 0, 0.25);
  }

  .footer__container {
    padding-left: 0;
  }

  .footer__column:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .footer__column:nth-child(2) .footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__column:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .footer__column:nth-child(3) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-left: 0;
    margin-right: 0;
  }

  .footer__column:nth-child(4) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
  }

  .footer__content-top {
    margin-bottom: 2.0833333333vw;
  }

  .footer__content-top .footer__container {
    padding-top: 6.25vw;
    -webkit-column-gap: 2.0833333333vw;
    -moz-column-gap: 2.0833333333vw;
    column-gap: 2.0833333333vw;
    padding-right: 4.6875vw;
    row-gap: 2.0833333333vw;
  }

  .footer__content-top .footer__container {
    padding-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__content-bottom {
    border-top-width: 0.1302083333vw;
  }

  .footer__content-bottom .footer__container {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }

  .footer__content-bottom .footer__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .menu-list__wrapped-menu a {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
  }

  .footer__logo {
    margin-bottom: 2.6041666667vw;
  }

  .footer__description {
    max-width: unset;
  }

  .footer__description br {
    display: none;
  }

  .footer__description p {
    font-size: 1.8229166667vw;
    line-height: 2.2135416667vw;
  }

  .footer__title {
    margin-bottom: 1.3020833333vw;
    font-size: 2.2005208333vw;
  }

  .footer__wrapper-info {
    margin-bottom: 1.3020833333vw;
    row-gap: 1.5625vw;
  }

  .footer__wrapper-info address {
    font-size: 1.953125vw;
  }

  .footer__wrapper-info span {
    line-height: 2.6041666667vw;
  }

  .footer__wrapper-phone {
    margin-bottom: 1.5625vw;
  }

  .footer__wrapper-socials {
    margin-bottom: 1.5625vw;
  }

  .footer__email {
    font-size: 1.8229166667vw;
    line-height: 2.0833333333vw;
  }

  .footer__state {
    position: static;
    top: unset;
    left: unset;
  }

  .footer__state img {
    width: 11.71875vw;
    min-width: 11.71875vw;
    height: 4.296875vw;
    min-height: 4.296875vw;
  }

  .footer__author {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
  }

  .sc-main-slider__swiper {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }

  .sc-main-slider__swiper .swiper-slide {
    max-width: 49.4791666667vw;
    margin-right: 2.6041666667vw;
  }

  .sc-main-slider__item {
    height: 49.4791666667vw;
  }

  .sc-main-slider__item:hover {
    -webkit-box-shadow: 0vw 0vw 1.953125vw rgba(231, 2, 126, 0.3);
    box-shadow: 0vw 0vw 1.953125vw rgba(231, 2, 126, 0.3);
  }

  .sc-main-slider__wrapper-img img {
    width: 100%;
  }

  .sc-main-slider__wrapper-content {
    max-width: 39.0625vw;
    padding-right: 2.6041666667vw;
    padding-top: 5.2083333333vw;
  }

  .sc-main-slider__title {
    min-height: 11.4583333333vw;
    margin-bottom: 0.5208333333vw;
  }

  .sc-main-slider__title {
    min-height: 11.4583333333vw;
    margin-bottom: 0.5208333333vw;
  }

  .sc-main-slider__wrapper-content p {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }

  .sc-main-slider__wrapper-button {
    max-width: 22.9166666667vw;
    margin-top: 6.25vw;
  }

  .sc-main-banner__content-left {
    padding-left: 1.953125vw;
    padding-right: 1.953125vw;
    padding-top: 9.375vw;
    padding-bottom: 8.3333333333vw;
  }

  .sc-main-banner__wrapper-content {
    max-width: 46.875vw;
  }

  .sc-main-banner__wrapper-content h2 {
    font-size: 7.2591145833vw;
    line-height: 8.30078125vw;
    margin-bottom: 5.2083333333vw;
  }

  .sc-main-banner__wrapper-content h2 span {
    font-size: 4.8177083333vw;
    line-height: 3.90625vw;
    margin-bottom: 0.5208333333vw;
  }

  .sc-main-banner__wrapper-button {
    max-width: 30.2083333333vw;
    margin-bottom: 5.2083333333vw;
  }

  .sc-main-banner__wrapper-content strong {
    font-size: 3.2825520833vw;
    line-height: 3.7760416667vw;
  }

  .sc-catalog {
    padding-top: 7.2916666667vw;
    padding-bottom: 7.2916666667vw;
  }

  .sc-catalog::before {
    display: none;
  }

  .sc-catalog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sc-catalog__container {
    row-gap: 4.1666666667vw;
  }

  .sc-catalog__content-left {
    min-width: unset;
    width: 100%;
  }
  .sec-m .sc-catalog__wrapper-menu,
  .sec-m h2 {
    display: none;
  }

  .sc-catalog__content-right {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sc-catalog__wrapper-left {
    max-width: unset;
    position: static;
    top: unset;
  }

  .sc-catalog__wrapper-title {
    margin-bottom: 4.1666666667vw;
  }

  .sc-catalog__wrapper-title h2 {
    margin-bottom: 0.78125vw;
  }

  .sc-catalog__content-left h2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    text-align: center;
  }

  .sc-catalog__content-left h2 {
    margin-bottom: 5.2083333333vw;
  }

  .sc-catalog__wrapper-menu {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 0;
    border-bottom: unset;
    margin-bottom: 0;
  }

  .sc-catalog__wrapper-menu {
    -webkit-column-gap: 1.5625vw;
    -moz-column-gap: 1.5625vw;
    column-gap: 1.5625vw;
    row-gap: 2.0833333333vw;
  }

  .sc-catalog__benefits {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sc-catalog__benefits {
    -webkit-column-gap: 2.0833333333vw;
    -moz-column-gap: 2.0833333333vw;
    column-gap: 2.0833333333vw;
  }

  .sc-catalog__benefits .benefits__wrapper-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sc-catalog__benefits .benefits__wrapper-icon {
    min-height: 7.0963541667vw;
  }

  .sc-catalog__products {
    margin-bottom: 0;
    row-gap: 30px;
  }

  .sc-catalog__swiper {
    padding-bottom: 2.0833333333vw;
  }

  .sc-catalog__wrapper-button {
    display: none;
  }

  .sc-catalog--main-product {
    padding-top: 0vw;
    padding-bottom: 5.2083333333vw;
  }

  .sc-catalog--main-product .sc-catalog__content-right {
    padding-top: 0;
    margin-top: 0px;
  }

  .sc-catalog--main-product .sc-catalog__content-left {
    padding-top: 5.2083333333vw;
  }

  .sc-catalog--main-product .sc-catalog__wrapper-title {
    margin-bottom: 4.1666666667vw;
  }

  .sc-catalog--main-product .sc-catalog__content-left h2 {
    margin-bottom: 3.125vw;
  }

  .sc-catalog--main-product .sc-catalog__products {
    padding-bottom: 0;
    margin-bottom: 0;
    border: unset;
  }

  .sc-catalog--main-product .sc-catalog__wrapper-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sc-catalog--main-product .sc-catalog__breadcrumbs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .sc-catalog--main-product .sc-catalog__breadcrumbs {
    margin-bottom: 4.1666666667vw;
  }

  .sc-about {
    -webkit-box-shadow: inset 0px 0px 3vw rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 3vw rgba(0, 0, 0, 0.25);
  }

  .sc-about {
    background-position: -26.0416666667vw;
  }

  .sc-about {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }

  .sc-about__container {
    padding-right: 0;
  }

  .sc-about__container {
    padding-left: 26.0416666667vw;
  }

  .sc-about__wrapper-content {
    max-width: unset;
  }

  .sc-about__wrapper-content h2 {
    font-size: 3.90625vw;
    line-height: 4.9479166667vw;
    margin-bottom: 3.6458333333vw;
  }

  .sc-about__wrapper-content h2 br {
    display: none;
  }

  .sc-about__wrapper-desc p {
    font-size: 2.34375vw;
    line-height: 3.125vw;
  }
}
.cart-center-title {
  font-size: 2.5vw;
  line-height: 3.125vw;
  margin-bottom: 2.2222222222vw;
  text-align: center;
  text-transform: uppercase;
}
.cart-bottom-delete-title {
  display: none;
}
.cart-bottom-sum {
  margin: 0 auto;
  text-align: center;
}
.cart-bottom-sum-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-bottom-sum-price-current {
  font-size: 2.5vw;
  line-height: 1.6666666667vw;
  margin-right: 0.5555555556vw;
  color: #e7027e !important;
  margin-top: 20px;
}
.cart-bottom-delete-close {
  text-align: center;
}
.inps {
  border: 1px #000 solid;
  height: 30px;
  max-width: 300px;
  padding-left: 5px;
  line-height: 30px;
  font-size: 16px;
}
.catalog-filters__sections,
.catalog-filters__button {
  display: none;
}
@media (max-width: 768px) {
  .sc-catalog__content-left {
    margin-bottom: 5vw;
  }
  .visible-mobile {
    display: block;
  }
  .header-cart__counter {
    color: #fff;
    font-size: 2.25vw;
  }
  h1,
  h2,
  .main-title {
    font-size: 10vw;
    line-height: 10.625vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 5vw;
    line-height: 6.875vw;
  }

  a {
    font-size: 4.375vw;
    line-height: 7.5vw;
  }

  .list-links a {
    -webkit-column-gap: 1.25vw;
    -moz-column-gap: 1.25vw;
    column-gap: 1.25vw;
  }

  .list-links a {
    font-size: 5.625vw;
  }

  .wrapper-desc {
    row-gap: 5vw;
    font-size: 5vw;
    margin-bottom: 30px;
  }

  .wrapper-title {
    margin-bottom: 12.5vw;
  }

  .wrapper-title p {
    font-size: 5.625vw;
    line-height: 8.75vw;
  }
  .products__product a {
    text-decoration: none;
    word-wrap: break-word;
    max-width: 150px;
  }
  .wrapper-phone a {
    font-size: 6.25vw;
    line-height: 8.125vw;
    letter-spacing: 0.3125vw;
  }

  .wrapper-info--workinfo {
    row-gap: 3.75vw;
  }

  .wrapper-info address,
  .wrapper-info span {
    font-size: 5vw;
    line-height: 5vw;
  }

  .wrapper-info--workinfo address {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .icon--whatsapp,
  .icon--viber,
  .icon--telegram,
  .icon--vk {
    width: 7.5vw;
    min-width: 7.5vw;
    height: 7.5vw;
    min-height: 7.5vw;
  }

  .icon--search {
    width: 4.6875vw;
    min-width: 4.6875vw;
    height: 3.90625vw;
    min-height: 3.90625vw;
  }

  .icon--person {
    width: 8.1875vw;
    min-width: 8.1875vw;
    height: 8.125vw;
    min-height: 8.125vw;
  }

  .icon--basket {
    width: 8.8540625vw;
    min-width: 8.8540625vw;
    height: 7.8125vw;
    min-height: 7.8125vw;
  }

  .icon--money {
    width: 15.625vw;
    min-width: 15.625vw;
    height: 14.0625vw;
    min-height: 14.0625vw;
  }

  .icon--deliverytime {
    width: 15.625vw;
    min-width: 15.625vw;
    height: 12.2375vw;
    min-height: 12.2375vw;
  }

  .icon--garantly {
    width: 15.1040625vw;
    min-width: 15.1040625vw;
    height: 15.1040625vw;
    min-height: 15.1040625vw;
  }

  .icon--arrow-bottom {
    width: 3.4375vw;
    min-width: 3.4375vw;
    height: 1.875vw;
    min-height: 1.875vw;
  }

  .icon--arrow-right,
  .icon--arrow-left {
    width: 12.5vw;
    min-width: 12.5vw;
    height: 12.5vw;
    min-height: 12.5vw;
  }

  .btn {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }

  .btn--pink {
    font-size: 5.9375vw;
    line-height: 5.9375vw;
    letter-spacing: 0.3125vw;
    min-height: 17.5vw;
    max-height: 17.5vw;
  }

  .btn--pink::after {
    border-width: 0.3125vw;
  }

  .btn--pink::after {
    width: calc(100% - 3.125vw);
    height: calc(100% - 3.125vw);
    top: 1.56vw;
    left: 1.56vw;
  }

  .btn--small {
    font-size: 3.6875vw;
    line-height: 4vw;
    min-height: 7.5vw;
    max-height: 7.5vw;
  }

  .btn--small::after {
    width: calc(100% - 2vw);
    height: calc(100% - 2vw);
    top: 1vw;
    left: 1vw;
  }

  .button-menu {
    border-radius: 4.6875vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
  }

  .button-menu p {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0.234375vw;
    top: 0.3125vw;
  }

  .hamburger {
    row-gap: 0.9375vw;
    width: 5vw;
    min-width: 5vw;
  }

  .hamburger span,
  .hamburger::after,
  .hamburger::before {
    border-bottom-width: 0.625vw;
  }

  .button-menu--close .hamburger {
    top: -0.3125vw;
  }

  .button-menu--close .hamburger::before {
    top: 1.875vw;
  }

  .button-menu--close .hamburger::after {
    top: -1.1875vw;
  }

  .wrapper-input input {
    font-size: 5vw;
    line-height: 5.9375vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    border-width: 0.3125vw;
    min-height: 12.5vw;
    max-height: 12.5vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }

  .wrapper-input input::-webkit-input-placeholder {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .wrapper-input input::-moz-placeholder {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .wrapper-input input:-ms-input-placeholder {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .wrapper-input input::-ms-input-placeholder {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .wrapper-input input::placeholder {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .wrapper-input--button input {
    padding-right: 8.4375vw;
  }

  .wrapper-input--button a {
    width: 4.6875vw;
    min-width: 4.6875vw;
    height: 3.90625vw;
    min-height: 3.90625vw;
    right: 3.75vw;
  }

  .wrapper-input--number {
    -webkit-column-gap: 1.25vw;
    -moz-column-gap: 1.25vw;
    column-gap: 1.25vw;
  }

  .wrapper-input--number input {
    min-width: 11.25vw;
    min-height: 11.25vw;
    max-height: 11.25vw;
    max-width: 11.25vw;
    border-radius: 0.625vw;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    font-size: 3.4375vw;
    line-height: 3.4375vw;
  }

  .wrapper-input--number button {
    font-size: 10vw;
    line-height: 8.125vw;
    width: 11.25vw;
    height: 11.25vw;
    min-width: 11.25vw;
    min-height: 11.25vw;
  }

  .wrapper-input--number .wrapper-input__wrapper-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-input--number .wrapper-input__wrapper-buttons {
    gap: 1.25vw;
  }

  .wrapper-input--number .wrapper-input__increment {
    padding-bottom: 0.625vw;
  }

  .wrapper-input--number .wrapper-input__decrement {
    padding-bottom: 0.9375vw;
  }

  .modal--addmenu {
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal--addmenu .modal__dialog {
    height: auto;
    max-height: 100vh;
    overflow-y: scroll;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 12.5vw;
  }

  .modal--addmenu .modal__column:nth-child(2) {
    display: none;
  }

  .modal--addmenu .modal__content-top {
    padding-top: 100px;
    margin-bottom: 7.5vw;
  }

  .modal--addmenu .modal__content-bottom .modal__container {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal--addmenu .modal__content-bottom .modal__container {
    row-gap: 6.25vw;
  }

  .modal--addmenu .modal__logo {
    display: none;
  }

  .modal--addmenu .modal__search {
    min-width: unset;
    width: 100%;
  }

  .modal--addmenu .modal__title {
    margin-bottom: 3.75vw;
    font-size: 5.625vw;
    line-height: 6.25vw;
  }

  .modal--addmenu .modal__wrapper-info {
    margin-bottom: 3.75vw;
    row-gap: 2.5vw;
  }

  .modal--addmenu .modal__wrapper-info address {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .modal--addmenu .modal__wrapper-info span {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .modal--addmenu .modal__wrapper-phone {
    margin-bottom: 3.75vw;
  }

  .modal--addmenu .modal__wrapper-socials {
    margin-bottom: 2.5vw;
  }

  .modal--addmenu .modal__email {
    font-size: 4.375vw;
    line-height: 5vw;
  }

  .wrapper-socials {
    -webkit-column-gap: 2.5vw;
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw;
    row-gap: 2.5vw;
  }

  .products__wrapper-img {
    border-width: 0.3125vw;
    max-height: 43.75vw;
    height: 43.75vw;
    margin-bottom: 2.5vw;
    padding-bottom: 0.3125vw;
  }

  .products__wrapper-img img {
    width: 100%;
    height: 100%;
  }

  .products__category {
    font-size: 4.375vw;
    line-height: 4.375vw;
    margin-bottom: 1.25vw;
    min-height: 9vw;
  }

  .products__product h3 {
    font-size: 3.84375vw;
    line-height: 4.15625vw;
    min-height: 12vw;
    margin-bottom: 2.5vw;
  }

  .products__wrapper-price {
    margin-bottom: 3.125vw;
  }

  .products__price {
    font-size: 6.25vw;
    line-height: 5vw;
    margin-right: 1.25vw;
  }

  .products__price-rub {
    font-size: 4.0625vw;
    line-height: 3.75vw;
    top: -0.3125vw;
  }

  .products__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .products__quantity {
    margin-right: 0;
  }

  .products__quantity {
    -webkit-column-gap: 1.25vw;
    -moz-column-gap: 1.25vw;
    column-gap: 1.25vw;
    margin-bottom: 2.5vw;
  }

  .products__quantity-circle {
    width: 5.625vw;
    min-width: 5.625vw;
    height: 5.625vw;
    min-height: 5.625vw;
    border-width: 0.3125vw;
  }

  .products__quantity-name {
    font-size: 4.375vw;
    line-height: 4.375vw;
  }

  .products__wrapper-number {
    margin-right: auto;
  }

  .products__wrapper-number {
    margin-bottom: 2.5vw;
    font-size: 4.375vw;
  }
  .cart-bottom-sum-price-current {
    font-size: 6.0625vw;
    line-height: 3.75vw;
  }
  .products__wrapper-button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .products.swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    row-gap: unset;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }

  .products.swiper .swiper-slide {
    width: 43.75vw;
  }

  .container {
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
  }

  .logo span:first-child {
    font-size: 6.5625vw;
    line-height: 6.5625vw;
  }

  .logo span:last-child {
    font-size: 3.28125vw;
    line-height: 3.28125vw;
  }

  .logo span:last-child {
    letter-spacing: 0;
  }

  .logo--average span:first-child {
    font-size: 13.340625vw;
    line-height: 12.5vw;
  }

  .logo--average span:last-child {
    font-size: 5vw;
    line-height: 5.3125vw;
    letter-spacing: 1.03125vw;
  }

  .dropdown__items {
    -webkit-box-shadow: 0vw 0vw 4.6875vw rgba(231, 2, 126, 0.1);
    box-shadow: 0vw 0vw 4.6875vw rgba(231, 2, 126, 0.1);
  }

  .dropdown--active i.icon--arrow-bottom {
    top: -0.3125vw;
  }

  .menu-list {
    row-gap: 1.875vw;
  }

  .menu-list__item--active .menu-list__content {
    padding-bottom: 7.5vw;
    padding-top: 3.75vw;
  }

  .menu-list__title,
  .menu-list h3 {
    font-size: 3.2875vw;
    line-height: 2.9375vw;
  }

  .menu-list__wrapped-menu,
  .menu-list__wrapped-content ul {
    row-gap: 2.5vw;
    margin-bottom: 20px !important;
  }

  .menu-list__wrapped-menu a,
  .menu-list__wrapped-content a {
    font-size: 2.6875vw;
    line-height: 2.9375vw;
    padding-left: 15px;
  }

  .menu-list.menu-list--large-open .menu-list__title:hover {
    cursor: pointer;
  }

  .menu-list.menu-list--large-open .menu-list__content {
    opacity: 0;
    pointer-events: none;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-list.menu-list--large-open
    .menu-list__item--active
    .menu-list__content {
    opacity: 1;
    pointer-events: auto;
  }

  .menu-list.menu-list--large-open
    .menu-list__item--active
    .menu-list__content {
    padding-bottom: 7.5vw;
    padding-top: 3.75vw;
  }

  .menu-list.menu-list--mobile-exit .menu-list__content {
    height: 0;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 0;
    padding-top: 0;
  }

  .menu-list--without-accordion {
    row-gap: 4px;
  }

  .menu-list--without-accordion .menu-list__title,
  .menu-list--without-accordion h3 {
    margin-bottom: 0.25vw;
  }

  .benefits {
    row-gap: 7.5vw;
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
  }

  .benefits__benefit {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .benefits__benefit {
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
  }

  .benefits__wrapper-icon {
    margin-bottom: auto;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: auto;
  }

  .benefits__benefit h3 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .benefits__benefit h3 {
    font-size: 7.5vw;
    line-height: 10vw;
    margin-bottom: 2.5vw;
  }

  .benefits__benefit p {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .benefits__benefit p {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .inter-arrow--prev {
    left: 0;
  }

  .inter-arrow--next {
    right: 0;
  }

  .breadcrumbs {
    border-bottom-width: 0.3125vw;
  }

  .breadcrumbs {
    -webkit-column-gap: 1.875vw;
    -moz-column-gap: 1.875vw;
    column-gap: 1.875vw;
    padding-bottom: 2.5vw;
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .main-product {
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
    margin-bottom: 10vw;
  }

  .main-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-product__content-left {
    min-width: unset;
    width: 100%;
  }

  .main-product__wrapper-swipers {
    margin-bottom: 5.625vw;
  }

  .main-product__swiper--main {
    height: 75vw;
    margin-bottom: 3.125vw;
  }

  .main-product__arrow {
    display: block;
  }

  .main-product__wrapper-img {
    border-width: 0.3125vw;
  }

  .main-product__swiper--pagination {
    display: none;
  }

  .main-product__swiper--pagination .swiper-slide {
    width: 43.75vw;
    margin-right: 3.125vw;
  }

  .main-product__content-right {
    padding-top: 0;
  }

  .main-product__category {
    font-size: 5vw;
    line-height: 6.875vw;
    margin-bottom: 3.75vw;
  }

  .main-product h1 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    margin-bottom: 5vw;
  }

  .main-product__wrapper-info {
    -ms-grid-columns: (-webkit-max-content) [2];
    -ms-grid-columns: (max-content) [2];
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
  }

  .main-product__wrapper-info {
    row-gap: 5vw;
    margin-bottom: 5vw;
  }

  .main-product__wrapper-price {
    -webkit-column-gap: 1.875vw;
    -moz-column-gap: 1.875vw;
    column-gap: 1.875vw;
  }

  .main-product__wrapper-price {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .main-product__price {
    font-size: 8.75vw;
    line-height: 10vw;
  }

  .main-product__price-rub {
    font-size: 5vw;
    line-height: 7.5vw;
    top: 0.3125vw;
  }

  .main-product__quantity {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .main-product__quantity {
    -webkit-column-gap: 1.875vw;
    -moz-column-gap: 1.875vw;
    column-gap: 1.875vw;
  }

  .main-product__quantity-circle {
    width: 5.625vw;
    min-width: 5.625vw;
    height: 5.625vw;
    min-height: 5.625vw;
    border-width: 0.3125vw;
  }

  .main-product__quantity-name {
    font-size: 4.375vw;
    line-height: 4.375vw;
  }

  .main-product__wrapper-number {
    margin-right: 5vw;
  }

  .main-product__wraper-button .btn--small {
    max-height: 10.625vw;
    min-height: 10.625vw;
  }

  .main-product__charact {
    row-gap: 1.25vw;
    margin-bottom: 5vw;
  }

  .main-product__charact-item::after {
    border-bottom-width: 0.3125vw;
    bottom: 0.625vw;
  }

  .main-product__charact-item span {
    font-size: 4.375vw;
    line-height: 5.9375vw;
  }

  .main-product__charact-item span {
    white-space: nowrap;
  }

  .main-product__charact-item span:first-child {
    padding-right: 1.25vw;
  }

  .main-product__charact-item span:last-child {
    padding-left: 1.25vw;
  }

  .main-product__wrapper-desc p {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .header {
    -webkit-box-shadow: 0vw 0vw 4.6875vw rgba(231, 2, 126, 0.4);
    box-shadow: 0vw 0vw 4.6875vw rgba(231, 2, 126, 0.4);
  }

  .header {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .header::after {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .header__container {
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
  }

  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 0;
  }

  .header__phone {
    display: none;
  }

  .header__socials {
    display: none;
  }

  .header__search {
    display: none;
  }

  .header__nav {
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
  }

  .header__nav {
    padding-right: 0;
  }

  .header__basket {
    margin-right: 1.875vw;
  }

  .header__basket span {
    min-width: 5vw;
    width: 5vw;
    color: #fff;
    height: 5vw;
    min-height: 5vw;
    font-size: 3.59375vw;
    line-height: 3.59375vw;
    padding-top: 0.15625vw;
    padding-left: 0.15625vw;
    bottom: -0.9375vw;
    right: -1.875vw;
  }

  .header__button-menu {
    margin-left: auto;
  }

  .footer {
    -webkit-box-shadow: 0px 0px 6.25vw 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6.25vw 0px rgba(0, 0, 0, 0.25);
  }

  .footer__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__column:nth-child(2) .footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__column:nth-child(2) .footer__menu {
    row-gap: 3.75vw;
  }

  .footer__column:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__column:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__column:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__content-top {
    margin-bottom: 5vw;
  }

  .footer__content-top .footer__container {
    padding-top: 12.5vw;
    row-gap: 7.5vw;
  }

  .footer__content-top .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__content-bottom {
    border-top-width: 0.3125vw;
  }

  .footer__content-bottom .footer__container {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    flex-direction: column;
    text-align: left;
  }

  .footer .menu-list__wrapped-menu a {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .footer__logo {
    margin-bottom: 5vw;
  }

  .footer__description p {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }

  .footer__title {
    margin-bottom: 3.75vw;
    font-size: 6.25vw;
    line-height: 7.5vw;
  }

  .footer .menu-list--without-accordion .menu-list__title,
  .footer .menu-list--without-accordion h3 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    margin-bottom: 3.75vw;
  }

  .footer .menu-list__title,
  .footer .menu-list h3 {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .footer__wrapper-info {
    margin-bottom: 5vw;
    row-gap: 3.75vw;
  }

  .footer__wrapper-info address {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .footer__wrapper-info span {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .footer__wrapper-phone {
    margin-bottom: 5vw;
  }

  .footer__wrapper-socials {
    margin-bottom: 2.5vw;
  }

  .footer__email {
    font-size: 4.375vw;
    line-height: 5vw;
  }

  .footer__state img {
    width: 23.4375vw;
    min-width: 23.4375vw;
    height: 8.59375vw;
    min-height: 8.59375vw;
  }

  .footer__author {
    font-size: 4.375vw;
    line-height: 4.375vw;
  }

  .sc-main-slider__swiper {
    padding: 0;
  }

  .sc-main-slider__swiper .swiper-slide {
    margin-right: 3.125vw;
  }

  .sc-main-slider__swiper .swiper-slide {
    max-width: unset;
    width: 100%;
  }

  .sc-main-slider__item {
    height: 100vw;
  }

  .sc-main-slider__item:hover {
    -webkit-box-shadow: 0vw 0vw 4.6875vw rgba(231, 2, 126, 0.2);
    box-shadow: 0vw 0vw 4.6875vw rgba(231, 2, 126, 0.2);
  }

  .sc-main-slider__wrapper-content {
    max-width: 81.25vw;
    padding-right: 5vw;
    padding-top: 7.5vw;
  }

  .sc-main-slider__title {
    max-height: unset;
  }

  .sc-main-slider__title {
    margin-bottom: 1.25vw;
  }

  .sc-main-slider__wrapper-content p {
    font-size: 5.3125vw;
    line-height: 6.875vw;
  }

  .sc-main-slider__wrapper-button {
    max-width: 46.25vw;
    margin-top: 10vw;
  }

  .sc-main-slider__arrow {
    display: block;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
  }

  .sc-main-slider__arrow {
    bottom: 1.25vw;
  }

  .sc-main-slider__arrow.inter-arrow--next {
    right: 1.25vw;
  }

  .sc-main-slider__arrow.inter-arrow--prev {
    left: 1.25vw;
  }

  .sc-main-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sc-main-banner__content-left,
  .sc-main-banner__content-right {
    max-width: 100%;
    width: 100%;
  }

  .sc-main-banner__content-right {
    display: none;
  }

  .sc-main-banner__content-left {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-top: 15vw;
    padding-bottom: 12.5vw;
  }

  .sc-main-banner__wrapper-content {
    max-width: unset;
  }

  .sc-main-banner__background-right {
    height: 87.5vw;
  }

  .sc-main-banner__wrapper-content h2 {
    font-size: 15vw;
    line-height: 17.5vw;
    margin-bottom: 10vw;
  }

  .sc-main-banner__wrapper-content h2 span {
    font-size: 10vw;
    line-height: 10.25vw;
  }

  .sc-main-banner__wrapper-content h2 span {
    margin-bottom: 0;
  }

  .sc-main-banner__wrapper-button {
    max-width: 65vw;
    margin-bottom: 10vw;
  }

  .sc-main-banner__wrapper-content strong {
    font-size: 6.5625vw;
    line-height: 7.5vw;
  }

  .sc-catalog {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .sc-catalog::before {
    display: block;
    width: 100%;
  }

  .sc-catalog::before {
    height: 103.125vw;
  }

  .sc-catalog::after {
    content: '';
    display: block;
    background-image: url('../img/header-bg.webp');
    background-position: top center;
    background-repeat: repeat;
    background-size: contain;
    pointer-events: none;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }

  .sc-catalog::after {
    height: 114.0625vw;
  }

  .sc-catalog__container {
    row-gap: 0vw;
  }
  .products__product {
    margin-bottom: 30px;
    height: auto;
  }
  .sc-catalog__wrapper-title {
    margin-bottom: 7.5vw;
  }

  .sc-catalog__wrapper-title h2 {
    margin-bottom: 3.75vw;
    font-size: 8.75vw;
  }

  .sc-catalog__wrapper-title p {
    line-height: 8.125vw;
  }

  .sc-catalog__content-left h2 {
    margin-bottom: 7.5vw;
    font-size: 12.5vw;
  }

  .sc-catalog__wrapper-menu {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-catalog__wrapper-menu {
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
    row-gap: 3.125vw;
  }

  .sc-catalog__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }

  .sc-catalog__benefits {
    row-gap: 5vw;
  }

  .sc-catalog__benefits .benefits__wrapper-icon {
    min-height: unset;
  }

  .sc-catalog__swiper {
    padding-bottom: 1.25vw;
  }

  .sc-catalog__arrow {
    opacity: 0.4;
    top: 30%;
  }

  .sc-catalog__arrow:hover {
    opacity: 1;
  }

  .sc-catalog--main-product {
    padding-top: 0vw;
    padding-bottom: 10vw;
  }

  .sc-catalog--main-product .sc-catalog__content-left {
    padding-top: 7.5vw;
  }

  .sc-catalog--main-product .sc-catalog__wrapper-title {
    margin-bottom: 7.5vw;
  }

  .sc-catalog--main-product .sc-catalog__content-left h2 {
    margin-bottom: 7.5vw;
  }

  .sc-catalog--main-product .sc-catalog__breadcrumbs {
    margin-bottom: 7.5vw;
  }

  .sc-about {
    -webkit-box-shadow: inset 0px 0px 6.25vw rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 6.25vw rgba(0, 0, 0, 0.25);
  }

  .sc-about * {
    /*color: #000;*/
    font-size: 4.375vw;
    line-height: 5.2vw;
  }

  .sc-about {
    background-position: -484.375vw;
  }

  .sc-about {
    position: relative;
  }

  .sc-about::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    /*background-color: rgba(0, 0, 0, 0.45);*/
  }
  .cart-center-title {
    font-size: 5.5vw;
    line-height: 6.125vw;
  }

  .sc-about {
    background-position: -400px;
    padding-top: 12.5vw;
    padding-bottom: 10vw;
  }

  .sc-about__container {
    padding-left: 0;
    z-index: 1;
  }

  .sc-about__wrapper-content h2 {
    font-size: 6.875vw;
    line-height: 8.75vw;
    margin-bottom: 6.25vw;
  }

  .sc-about__wrapper-content h2 {
    font-weight: 700;
  }

  .sc-about__wrapper-desc p {
    color: #000;
  }

  .sc-about__wrapper-desc p {
    font-size: 5vw;
    line-height: 6.875vw;
  }
}
.order_k2 {
  display: block;
  background-color: #e7027e;
  color: #fff;
  text-align: center;
  margin: 0 auto !important;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.pagination ul {
  list-style: none;
  display: flex;
  row-gap: 8px;
  margin: 0px;
  padding: 0px;
}
.pagination ul li {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 1px #e7027e solid;
  line-height: 25px;
  text-align: center;
}
.pagination ul li a {
  width: 100%;
  height: 100%;
}

.pagination .active {
  background-color: #e7027e;
}
.pagination .active a {
  color: #fff;
  text-decoration: none;
}

/* ==========================================================================
   НОВАЯ ШАПКА (обновление 09.2026)
   1. На ПК бургер-кнопка «меню» скрыта — остаётся только на мобильных.
   2. У пункта «КАТАЛОГ» появилось выпадающее меню со всеми категориями.
   3. Бургер на мобильных перерисован (розовая кнопка-иконка).
   Всё ниже — переопределяющий блок, исходные стили выше не менялись.
   ========================================================================== */

/* --- 1. Бургер скрыт на ПК --------------------------------------------- */

.header__button-menu {
  display: none;
}

/* --- 2. Выпадающее меню «Каталог» (только ПК, на мобильных всё
        меню .header__menu и так скрыто) ------------------------------- */

.header__menu-item--catalog {
  position: relative;
}

/* стрелка у пункта «КАТАЛОГ» */
.header__menu-link--catalog::after {
  content: '';
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-right: 0.1041666667vw solid currentColor;
  border-bottom: 0.1041666667vw solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-0.1041666667vw);
  -ms-transform: rotate(45deg) translateY(-0.1041666667vw);
  transform: rotate(45deg) translateY(-0.1041666667vw);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.header__menu-item--catalog:hover .header__menu-link--catalog::after,
.header__menu-item--catalog:focus-within .header__menu-link--catalog::after {
  -webkit-transform: rotate(225deg) translateY(-0.1041666667vw);
  -ms-transform: rotate(225deg) translateY(-0.1041666667vw);
  transform: rotate(225deg) translateY(-0.1041666667vw);
}

/* обёртка выпадайки: невидимая «проставка» сверху (padding-top),
   чтобы курсор не срывался при переходе от пункта меню к панели */
.header__catalog-dropdown {
  position: absolute;
  top: 100%;
  left: -0.8333333333vw;
  padding-top: 0.8333333333vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.4166666667vw);
  -ms-transform: translateY(0.4166666667vw);
  transform: translateY(0.4166666667vw);
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000;
}

.header__menu-item--catalog:hover .header__catalog-dropdown,
.header__menu-item--catalog:focus-within .header__catalog-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__catalog-dropdown-inner {
  background-image: url('../img/header-bg.webp');
  background-position: top center;
  background-repeat: repeat;
  background-size: 200%;
  background-color: #fff;
  border-radius: 0.4166666667vw;
  -webkit-box-shadow: 0vw 0.2604166667vw 1.0416666667vw rgba(231, 2, 126, 0.25);
  box-shadow: 0vw 0.2604166667vw 1.0416666667vw rgba(231, 2, 126, 0.25);
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.6041666667vw;
  -moz-column-gap: 2.6041666667vw;
  column-gap: 2.6041666667vw;
}

.header__menu .header__catalog-list li {
  margin: 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.header__menu .header__catalog-list li a {
  display: block;
  white-space: nowrap;
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__menu .header__catalog-list li a:hover {
  color: #e7027e;
  opacity: 1;
}


/* В брейкпоинте <=1440px у .header стоит overflow: hidden,
   которое обрезает выпадающий каталог. Возвращаем видимость
   только на ширинах, где показано десктопное меню. */
@media (max-width: 1440px) and (min-width: 993px) {
  .header {
    overflow: visible;
  }
}

/* --- 3. Мобильные: новый бургер --------------------------------------- */

@media (max-width: 992px) {
  .header__button-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .button-menu {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 12px;
    background-color: #e7027e;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-shadow: 0 4px 12px rgba(231, 2, 126, 0.35);
    box-shadow: 0 4px 12px rgba(231, 2, 126, 0.35);
    -webkit-transition: background-color 0.3s linear,
      -webkit-box-shadow 0.3s linear;
    transition: background-color 0.3s linear, -webkit-box-shadow 0.3s linear;
    -o-transition: background-color 0.3s linear, box-shadow 0.3s linear;
    transition: background-color 0.3s linear, box-shadow 0.3s linear;
    transition: background-color 0.3s linear, box-shadow 0.3s linear,
      -webkit-box-shadow 0.3s linear;
  }

  .button-menu:active {
    background-color: #c2026b;
  }

  /* подпись «меню» убираем — остаётся чистая иконка */
  .button-menu p {
    display: none;
  }

  .hamburger {
    width: 20px;
    min-width: 20px;
    row-gap: 5px;
  }

  .hamburger span,
  .hamburger::after,
  .hamburger::before {
    border-bottom-width: 2px;
    border-radius: 2px;
  }

  /* превращение в крестик при открытом меню */
  .button-menu--close .hamburger {
    top: 0;
  }

  .button-menu--close .hamburger::before {
    top: 7px;
  }

  .button-menu--close .hamburger::after {
    top: -7px;
  }
}

@media (max-width: 768px) {
  .button-menu {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 10px;
  }
}

/* --- 4. В мобильном бургер-меню возвращаем колонку «Покупателям»
        (основные разделы сайта) — в исходных стилях она была скрыта
        на <=768px правилом .modal__column:nth-child(2){display:none} --- */

@media (max-width: 768px) {
  .modal--addmenu .modal__column:nth-child(2) {
    display: block;
  }

  .modal--addmenu .modal__column:nth-child(2) .menu-list__title {
    margin-bottom: 3.75vw;
    font-size: 5.625vw;
    line-height: 6.25vw;
    text-transform: uppercase;
  }

  .modal--addmenu .modal__column:nth-child(2) .menu-list__wrapped-menu li {
    margin-bottom: 2.5vw;
  }
}
