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

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

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

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

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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;
}

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

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

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

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: -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));
}

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

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

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

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -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%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 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;
}

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

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

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

/* Choices (Select) */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

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

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

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

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

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

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

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

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

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

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

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

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

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

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

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

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

.choices__placeholder {
  opacity: 0.5;
}

/* NoUISlider */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

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

.noUi-draggable {
  cursor: ew-resize;
}

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

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

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

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

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

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

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

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

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

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

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

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

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

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

/* Миксины */

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

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

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: AvenirNextW1G;
  font-style: normal;
  color: #000000;
  font-weight: 400;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
}

html,
body {
  background: #F4F4F4;
}

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

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

ul {
  list-style: none;
}

dl,
ol,
ul,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  padding-left: 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;
}

textarea {
  resize: none;
}

.main__head {
  margin-bottom: 2.25vw;
}

.products__card {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-card__stock {
  font-size: 1vw !important;
  line-height: 1.25vw;
}

.products-card__bottom {
  margin-left: auto;
  margin-right: 2vw;
}

.products-card__wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* Шрифты */

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

@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Demi.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

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

@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Heavy.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

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

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

@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Medium.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Medium.woff") format("woff");
  font-weight: 500;
  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: Ubuntu;
  font-display: swap;
  src: url("../fonts/Ubuntu-R.woff2") format("woff2"), url("../fonts/Ubuntu-R.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

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

.title-h2 {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.25vw;
}

.title-h3 {
  font-size: 1.19vw;
  font-weight: 700;
  line-height: 1.3vw;
  font-family: Ubuntu;
}

.window-pop-up p {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-currency {
  font-size: 0.87vw;
  font-weight: 400;
  line-height: 1.5vw;
  font-family: ALSRubl;
}

.text-break {
  display: block;
  clear: both;
}

.text-link {
  font-size: 1.125vw;
  font-weight: 500;
  line-height: 1.5vw;
  display: block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.all-link {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.25vw;
  display: block;
  text-decoration: underline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #3498db;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.all-link:hover {
  opacity: 0.6;
}

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

@-webkit-keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes headerIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes headerOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tabsIn {
  0% {
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }

  10% {
    position: relative;
    pointer-events: auto;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tabsIn {
  0% {
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }

  10% {
    position: relative;
    pointer-events: auto;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tabsOut {
  0% {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    position: absolute;
    pointer-events: auto;
  }
}

@keyframes tabsOut {
  0% {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    position: absolute;
    pointer-events: auto;
  }
}

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

/* Сетка */

.container {
  display: block;
  margin: 0 2vw;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-container__content-left {
  max-width: 23.25vw;
}

.main-container__content-right {
  padding-left: 2.625vw;
  padding-right: 3vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-container__content-right--indent-top {
  padding-top: 2.5vw;
}

.main-container__content-right--indent-topmax {
  padding-top: 3.812vw;
}

.main-container__content-right--indent-min {
  padding-left: 2.25vw;
  padding-right: 3.25vw;
}

.main-container__filtered {
  margin-bottom: 2.81vw;
}

/* Icon */

.icon {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-width: 0.0625vw;
  min-height: 0.0625vw;
  width: 0.0625vw;
  height: 0.0625vw;
}

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

.icon--arrow-bottom-white {
  min-width: 0.75vw;
  min-height: 0.75vw;
  width: 0.75vw;
  height: 0.75vw;
}

.icon--search {
  min-width: 1.4vw;
  min-height: 1.4vw;
  width: 1.4vw;
  height: 1.4vw;
  background-size: 1.4vw;
}

.icon--arrow-bottom-black {
  min-width: 0.75vw;
  min-height: 0.75vw;
  width: 0.75vw;
  height: 0.75vw;
}

.icon--whatsapp {
  min-width: 1.625vw;
  min-height: 1.625vw;
  width: 1.625vw;
  height: 1.625vw;
}

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

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

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

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

.icon--winter {
  min-width: 1.75vw;
  min-height: 1.75vw;
  width: 1.75vw;
  height: 1.75vw;
}

.icon--surprise {
  min-width: 0.65vw;
  min-height: 0.65vw;
  width: 0.65vw;
  height: 0.65vw;
}

.icon--sound {
  min-width: 0.93vw;
  min-height: 0.75vw;
  width: 0.93vw;
  height: 0.75vw;
}

.icon--phone {
  min-width: 1.75vw;
  min-height: 2.68vw;
  width: 1.75vw;
  height: 2.68vw;
}

.icon--charlink {
  min-width: 0.68vw;
  min-height: 0.68vw;
  width: 0.68vw;
  height: 0.68vw;
}

/* Menu popup */

.menu-popup {
  display: block;
  position: relative;
}

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

.menu-popup__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.125vw;
  font-weight: 500;
  line-height: 1.6vw;
  background-color: #0099DE;
  color: #fff;
  padding: 0.625vw 0.75vw;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
  min-height: 2.25vw;
  max-height: 2.25vw;
}

.menu-popup__name:hover {
  opacity: 0.8;
}

.menu-popup__icon {
  margin-left: 0.5vw;
  position: relative;
  top: 0.125vw;
}

.menu-popup__items {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  max-width: 100%;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0.0625vw 0.0625vw 1vw rgba(0, 0, 0, 0.25);
          box-shadow: 0.0625vw 0.0625vw 1vw rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  max-height: 18.75vw;
}

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

.menu-popup__item {
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1vw;
  display: block;
  padding: 0.5vw 1vw;
  text-decoration: none;
}

.menu-popup__item:hover {
  background-color: #0099DE;
  color: #fff;
}

.menu-popup--transparent .menu-popup__name {
  font-weight: 400;
  background-color: transparent;
  color: #000;
}

.menu-popup--transparent .menu-popup__name:hover {
  opacity: 0.6;
}

.menu-popup--transparent .menu-popup__icon {
  margin-left: 0.5vw;
  opacity: 0.7;
}

/* Mob tabs */

.mob-tabs__arrow {
  display: none;
}

/* Charact */

.charact {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.charact:before {
  content: "";
  display: inline-block;
  min-height: 0.125vw;
  height: 0.125vw;
  max-width: 100%;
  width: 100%;
  position: absolute;
  border-bottom: 0.125vw solid #0099DE;
  left: 0;
  top: 50%;
  z-index: 0;
}

.charact:after {
  content: "";
  display: block;
  min-width: 1.35vw;
  min-height: 1.35vw;
  width: 1.35vw;
  height: 1.35vw;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #F4F4F4;
}

.charact__type,
.charact__name {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
  background-color: #F4F4F4;
  display: block;
  font-family: OpenSans;
  position: relative;
  z-index: 1;
}

.charact__type {
  padding-right: 1.5vw;
}

.charact__name {
  padding-left: 1.5vw;
  padding-right: 0.375vw;
  color: #D90C00;
  margin-left: auto;
}

.charact__question {
  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;
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 0.75vw;
  position: relative;
  min-width: 1.35vw;
  min-height: 1.35vw;
  width: 1.35vw;
  height: 1.35vw;
  background-color: #F4F4F4;
  z-index: 10;
}

.charact__question:hover .charact__answer {
  opacity: 1;
}

.charact__question-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 0.875vw;
  font-family: OpenSans;
  min-width: 1vw;
  min-height: 1vw;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #CECECE;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.charact__answer {
  opacity: 0;
  position: absolute;
  max-width: 10vw;
  width: 10vw;
  top: -3.4vw;
  left: -7.5vw;
  padding: 0.5vw;
  background-color: #fff;
  pointer-events: none;
  -webkit-box-shadow: 0.0625vw 0.0625vw 0.625vw rgba(0, 0, 0, 0.2);
          box-shadow: 0.0625vw 0.0625vw 0.625vw rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.charact__answer--active {
  opacity: 1;
}

.charact__answer:hover {
  opacity: 1;
}

.charact__wrapper-link {
  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;
  min-width: 1.35vw;
  min-height: 1.35vw;
  width: 1.35vw;
  height: 1.35vw;
  border-radius: 0.4vw;
  border: 0.25vw solid #0099DE;
  background-color: #F4F4F4;
  -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;
  position: relative;
  z-index: 3;
}

.charact__wrapper-link:hover {
  cursor: pointer;
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}

.charact--isbutton:after {
  display: none;
}

/* Category */

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category:hover .category__link {
  color: #0099DE;
  opacity: 1;
}

.category__wrapper-icon {
  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;
  min-width: 3.375vw;
  min-height: 3.375vw;
  width: 3.375vw;
  height: 3.375vw;
  margin-right: 0.875vw;
  border-radius: 0.125vw;
  border: 0.0625vw solid rgb(0, 0, 0);
  padding: 0.75vw 0.125vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.category__img {
  max-width: 3vw;
  max-height: 2.81vw;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.category__link {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2vw;
  color: #000;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.category__link:hover {
  color: #005598;
  opacity: 1;
}

.category--block .category__wrapper-icon {
  min-width: 3.56vw;
  min-height: 3.56vw;
  width: 3.56vw;
  height: 3.56vw;
}

.category--block .category__link {
  line-height: 1.6vw;
}

/* Navigation page */

.nav-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-page__text {
  font-size: 0.687vw;
  font-weight: 400;
  line-height: 0.75vw;
  font-family: OpenSans;
  color: #0099DE;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.nav-page__text:hover {
  color: #005598;
}

.nav-page__text:after {
  content: "/";
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0 0.5vw;
  pointer-events: none;
}

.nav-page__text--current {
  color: #000;
}

.nav-page__text--current::after {
  display: none;
}

/* Range Slider */

.range-slider:hover {
  cursor: pointer;
}

.range-slider .noUi-connects {
  border-radius: 0.1875vw;
  height: 0.75vw;
}

.range-slider .noUi-connect {
  background: #E9E9E9;
}

.range-slider.noUi-target {
  border-radius: 0.25vw;
  height: 0.75vw;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 0.0625vw solid #C6C6C6;
  background: #0099DE;
}

.range-slider .noUi-handle {
  width: 1.125vw;
  height: 1.125vw;
  border: 0.0625vw solid #C6C6C6;
  background: #F6F6F6;
  border-radius: 0.25vw;
  cursor: default;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  right: -1.06vw;
  top: -0.25vw;
}

.range-slider .noUi-handle:hover {
  cursor: pointer;
}

.range-slider .noUi-handle:before,
.range-slider .noUi-handle:after {
  display: none;
}

/* Category type */

.cat-type {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0 0.25vw;
  background-color: #0099DE;
  margin-right: 0.75vw;
  border-radius: 0.125vw;
  margin-bottom: 0.625vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.cat-type:hover {
  opacity: 0.6;
}

/* Menu popup */

.swiper--products {
  max-width: 70.5vw;
}

.swiper--products .swiper-wrapper {
  max-width: 70.5vw;
  padding-bottom: 0.1vw;
}

.swiper--products .swiper-slide {
  width: 13.3vw;
  margin-right: 1vw;
  height: unset;
}

.swiper--products .swiper-slide:last-child {
  margin-right: 0;
}

/* Category card */

.cat-card {
  background-color: #fff;
  width: 29.375vw;
  padding: 3vw 0 1.5vw 0;
  border-radius: 0.25vw;
}

.cat-card__wrapper-title {
  margin-bottom: 1vw;
}

.cat-card__main-title {
  margin-bottom: 0.875vw;
  text-align: center;
}

.cat-card__addprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -0.625vw;
  margin-right: -1.5vw;
  min-height: 4vw;
}

.cat-card__link-price {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
  color: #0099DE;
  text-decoration: underline;
  margin-right: 1.5vw;
  margin-bottom: 0.625vw;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.cat-card__link-price:hover {
  opacity: 0.6;
}

.cat-card__products {
  padding: 0 1vw;
  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: 1.25vw;
}

.cat-card__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625vw solid #99B9CD;
  padding: 0.625vw 0.5vw;
  border-radius: 0.25vw;
  margin-bottom: 0.75vw;
}

.cat-card__product:last-child {
  margin-bottom: 0;
}

.cat-card__wrapper-image {
  max-width: 8.75vw;
  min-width: 8.75vw;
  max-height: 5.31vw;
  margin-right: 1.75vw;
}

.cat-card__img {
  max-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.cat-card__product-title {
  display: block;
  font-size: 1.125vw;
  font-weight: 500;
  line-height: 1.31vw;
  font-family: Ubuntu;
  margin-left: auto;
  text-decoration: none;
  padding-right: 2.25vw;
  min-height: 3.625vw;
}

.cat-card__wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.cat-card__price {
  display: block;
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1.45vw;
  margin-right: 1vw;
}

.cat-card__price--red {
  color: #D80404;
}

.cat-card__price--red .cat-card__currency {
  color: inherit;
}

.cat-card__oldprice {
  display: block;
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.125vw;
  color: #D80404;
  text-decoration: line-through;
  margin-right: 0.625vw;
}

.cat-card__wrapper-button {
  max-width: 11.25vw;
  width: 100%;
  margin: 0 auto;
}

/* Instock */

.instock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.instock__label {
  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;
  font-size: 0.725vw;
  font-weight: 600;
  line-height: 1.25vw;
  padding: 0.31vw 0.5vw 0.31vw 0.75vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-right: 0.75vw;
  min-height: 1.25vw;
  height: 1.25vw;
  white-space: nowrap;
}

.instock__metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.instock__line {
  display: block;
  width: auto;
  border-left: 0.29vw solid #CDCDCD;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-right: 0.155vw;
}

.instock__line--line1 {
  min-height: 1.25vw;
  height: 1.25vw;
}

.instock__line--line2 {
  min-height: 0.831vw;
  height: 0.831vw;
}

.instock__line--line3 {
  min-height: 0.52vw;
  height: 0.52vw;
}

.instock__line--line4 {
  min-height: 0.35vw;
  height: 0.35vw;
  margin-right: 0;
}

.instock--label-blue .instock__label {
  background-color: #D1EBFF;
}

.instock--label-yellow .instock__label {
  background-color: #FFE7AD;
}

.instock--ball4 .instock__line {
  border-color: #00B000;
}

.instock--ball3 .instock__line {
  border-color: #FFCA38;
}

.instock--ball3 .instock__line--line1 {
  border-color: #CDCDCD;
}

.instock--ball2 .instock__line {
  border-color: #D80404;
}

.instock--ball2 .instock__line--line1,
.instock--ball2 .instock__line--line2 {
  border-color: #CDCDCD;
}

.instock--ball1 .instock__line {
  border-color: #D80404;
}

.instock--ball1 .instock__line--line1,
.instock--ball1 .instock__line--line2,
.instock--ball1 .instock__line--line3 {
  border-color: #CDCDCD;
}

.instock--ball0 .instock__line {
  border-color: #CDCDCD;
}

.instock--big {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instock--big .instock__label {
  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;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.3vw;
  font-family: OpenSans;
  padding: 0.375vw 0.375vw 0.375vw 0.625vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-right: 0.625vw;
  min-height: 1.75vw;
  height: 1.75vw;
}

/* Product */

.product {
  padding: 1vw 0.35vw 0.575vw 0.55vw;
  border: 0.0625vw solid #A6C1D3;
  border-radius: 0.25vw;
  width: inherit;
  height: 100%;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product__tag-stock {
  position: absolute;
  left: -0.0625vw;
  top: -0.0625vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  overflow: hidden;
  min-height: 4.5vw;
}

.product__wrapper-stock {
  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;
  font-size: 0.75vw;
  font-weight: 700;
  line-height: 0.75vw;
  color: #b90c0c;
  font-family: Ubuntu;
  padding: 0.3vw 1.75vw;
  background-color: #FFCA38;
  -webkit-transform: rotate(-40deg) translate(-1.7vw, -0.8vw);
      -ms-transform: rotate(-40deg) translate(-1.7vw, -0.8vw);
          transform: rotate(-40deg) translate(-1.7vw, -0.8vw);
}

.product__wrapper-image {
  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%;
  width: 100%;
  min-height: 7.5vw;
  max-height: 10vw;
  margin-bottom: 2vw;
}

.product__wrapper-image--bigsize {
  max-height: 10.5vw;
}

.product__wrapper-image--large {
  max-height: 11vw;
}

.product__wrapper-image--medium {
  max-height: 11.2vw;
}

.product__main-img {
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1vw;
  position: relative;
}

.product__content-body {
  margin-bottom: 1.25vw;
}

.product__content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.product__tag-sprice,
.product__tag-sprice2,
.product__tag-new {
  font-size: 0.875vw;
  font-weight: 700;
  line-height: 0.875vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #b90c0c;
  position: absolute;
}

.product__tag-sprice {
  right: 0.562vw;
  top: 0.562vw;
}
.product__tag-sprice2 {
  right: 0.562vw;
  top: 1.362vw;
  background-color:#abd5f1;
  color:#000;
}

.product__tag-new {
  right: -0.4vw;
  top: -1vw;
}
.product__tag-sprice-sh {
  left: 0.562vw;
  top: 0.562vw;
   background-image: url("../../img/icons/sh3.png");
   width:45px;
   background-size:cover;
   height:45px;
  color:#000;
    position: absolute;
}
.product__tag-bez+.product__tag-sprice-sh
{
  margin-top:50px;
}
.product__tag-god+.product__tag-sprice-sh
{
  margin-top:50px;
}
.product__tag-bez {
  left: 0.562vw;
  top: 0.562vw;
   background-image: url("../../img/icons/sh2.png");
   width:45px;
   background-size:cover;
   height:45px;
  color:#000;
    position: absolute;
}
.product__tag-god {
  left: 0.562vw;
  top: 0.562vw;
   background-image: url("../../img/icons/sh1.png");
   width:45px;

   background-size:cover;
   height:45px;
  color:#000;
    position: absolute;
}

.product__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.product__category-name {
  font-family: Ubuntu;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: -0.5vw;
  white-space: nowrap;
}

.product__category-season {
  position: absolute;
  top: -2.75vw;
  right: unset;
  left: -0.5vw;
}

.product__category-season .icon--summer {
  position: relative;
  left: 0.25vw;
  top: -0.2vw;
}

.product__instock {
  margin-left: auto;
}

.product__wrapper-title {
  min-height: 4.5vw;
  margin-bottom: 0.25vw;
}

.product__title {
  font-family: Ubuntu;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.17vw;
  text-decoration: none;
}

.product__wrapper-variables {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__variable {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.375vw;
  margin-right: 0.75vw;
}

.product__wrapper-sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.product__wrapper-sound .product__variable {
  margin-right: 0;
}

.product__icon-sound {
  margin-right: 0.375vw;
}

.product__surprise {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.product__surprise:hover {
  opacity: 0.8;
}

.product__surprise-link {
  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;
  min-width: 1.125vw;
  min-height: 1.125vw;
  width: 1.125vw;
  height: 1.125vw;
  background-color: #bd1b1b;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.product__wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: relative;
}

.product__tag-oldprice {
  font-size: 1.08vw;
  font-weight: 400;
  line-height: 1.25vw;
  color: #b90c0c;
  position: absolute;
  top: -1.25vw;
  margin-left: 0.75vw;
  text-decoration: line-through;
}

.product__price {
  display: block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.9vw;
  margin-right: 0.75vw;
}

.product__price--red {
  color: #bd1b1b;
}

.product__price--red .product__currency {
  color: #bd1b1b;
}

.product__currency {
  font-size: 1.01vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-left: 0.25vw;
}

.product__wrapper-button {
  max-width: 4.31vw;
  width: 5.31vw;
}

.product--setsize {
  max-width: 16.875vw;
  width: 16.875vw;
}

.product--outerindent {
  padding: 4vw 0.875vw 0.875vw 0.875vw;
}

/* Кнопки */

/* Кнопка: перейти */

.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;
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  width: 100%;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  font-family: AvenirNextW1G;
}

.btn:hover {
  cursor: pointer;
}

.btn--oversmall {
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 1.5vw;
  border-radius: 0.31vw;
  padding: 0.4vw;
  min-height: 1.44vw;
  max-height: 1.44vw;
}

.btn--small {
  font-size: 1.07vw;
  font-weight: 400;
  line-height: 1.25vw;
  min-height: 2.06vw;
  border-radius: 0.25vw;
  max-height: 2.06vw;
  padding: 0 0.5vw;
}

.btn--average {
  font-size: 1.125vw;
  font-weight: 500;
  line-height: 1.625vw;
  border-radius: 0.125vw;
  padding: 0.875vw 1.5vw;
  min-height: 2.875vw;
  max-height: 2.875vw;
}

.btn--pickup {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.625vw;
  border-radius: 0.125vw;
  padding: 0.875vw;
  min-height: 2.875vw;
  max-height: 2.875vw;
}

.btn--addbasket {
  font-size: 0.525vw;
  font-weight: 500;
  line-height: 0.25vw;
  border-radius: 0.25vw;
  padding: 0.5vw;
  min-height: 1.75vw;
  max-height: 1.75vw;
}

.btn--blue {
  background-color: #0099DE;
  color: #fff;
  opacity: 1;
}

.btn--blue:hover {
  opacity: 0.8;
}

.card__button2 {
  margin-left: auto;
  margin-right: auto;
}

.window-pop-up-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__button2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  width: 100%;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  font-family: AvenirNextW1G;
  opacity: 1;
  border-radius: 0.125vw;
  padding: 0.875vw 1.5vw;
  min-height: 2.875vw;
  max-height: 2.875vw;
  border-bottom: 0;
  color: #fff;
  background-color: #0099DE;
  text-transform: uppercase;
}

.card__button2 a span {
  color: #fff;
  font-size: 1.125vw;
  font-weight: 500;
  line-height: 1.625vw;
}

.card__button2 a:hover {
  opacity: 0.8;
}

.window-pop-up-content .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  width: 100%;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.625vw;
  border-radius: 0.125vw;
  padding: 0.875vw;
  min-height: 2.875vw;
  max-height: 2.875vw;
  color: #fff;
  text-transform: uppercase;
  background-color: #c61c00;
  border-bottom: unset;
}

.window-pop-up-content .more:hover {
  opacity: 0.8;
  color: #fff;
}

/* Кнопка: стрелки */

.arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.arrows__arrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.arrows__arrow:hover {
  opacity: 0.6;
  cursor: pointer;
}

.arrows__arrow.swiper-button-disabled {
  opacity: 0.4;
}

/* Checkbox */

.wrapper-checkbox {
  position: relative;
}

.wrapper-checkbox__checkbox + .wrapper-checkbox__label::before {
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  content: "";
  display: inline-block;
  min-width: 1vw;
  min-height: 1vw;
  width: 1vw;
  height: 1vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 0.0625vw solid #000;
  margin-right: 0.25vw;
  border-radius: 0.2vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.wrapper-checkbox__checkbox + .wrapper-checkbox__label::before:hover {
  cursor: pointer;
}

.wrapper-checkbox__checkbox:not(:disabled):not(:checked) + .wrapper-checkbox__label:hover::before {
  border-color: #0099DE;
}

.wrapper-checkbox__checkbox:not(:disabled):active + .wrapper-checkbox__label::before {
  background-color: #0099DE;
  border-color: #0099DE;
}

.wrapper-checkbox__checkbox:focus + .wrapper-checkbox__label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 41, 227, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(62, 41, 227, 0.25);
}

.wrapper-checkbox__checkbox:focus:not(:checked) + .wrapper-checkbox__label::before {
  border-color: #0099DE;
}

.wrapper-checkbox__checkbox:checked + .wrapper-checkbox__label::before {
  border-color: #0099DE;
  background-color: #0099DE;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.15789 7.14286L12.5263 0L14 1.42857L5.15789 10L0 5L1.47368 3.57143L5.15789 7.14286Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.65vw;
}

.wrapper-checkbox__checkbox:disabled + .wrapper-checkbox__label::before {
  background-color: #000;
  opacity: 0.6;
}

.wrapper-checkbox__label {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1vw;
  color: #000;
}

.wrapper-checkbox__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wrapper-checkbox__checkbox:hover {
  cursor: pointer;
}

.wrapper-checkbox__checkbox + .wrapper-checkbox__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wrapper-checkbox__checkbox + .wrapper-checkbox__label:hover {
  cursor: pointer;
}

/* Select */

.wrapper-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* button arrow */
}

.wrapper-select__label {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.5vw;
  margin-bottom: 0.5vw;
}

.wrapper-select .choices {
  margin-top: auto;
  font-size: 1vw;
}

.wrapper-select .choices__inner {
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  padding-bottom: 0;
  padding: 0.55vw 0.9vw;
  max-height: 2.5vw;
  min-height: 2.5vw;
  border-radius: unset;
  border: 0.0625vw solid #E8E8E8;
  background-color: #fff;
  font-size: 0.875vw;
}

.wrapper-select .choices__input {
  font-size: 0.875vw;
}

.wrapper-select .choices__list {
  -webkit-transition-property: visibility;
  -o-transition-property: visibility;
  transition-property: visibility;
  -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;
  padding: 0;
}

.wrapper-select .choices__list--dropdown,
.wrapper-select .choices__list[aria-expanded] {
  background-color: #fff;
  border: 0.0625vw solid #E8E8E8;
  border-bottom-left-radius: 0.156vw;
  border-bottom-right-radius: 0.156vw;
  z-index: 10;
}

.wrapper-select .choices__item {
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.35vw;
  color: #000;
}

.wrapper-select .choices__item--disabled {
  display: none;
}

.wrapper-select .choices__placeholder {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.35vw;
  opacity: 1;
}

.wrapper-select .choices .choices__list--single .choices__item--selectable {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wrapper-select .choices .choices__list--dropdown .choices__item {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1vw;
  padding: 0.55vw 0.9vw;
}

.wrapper-select .choices .choices__list--dropdown .choices__item--selectable,
.wrapper-select .choices .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0.9vw;
}

.wrapper-select .choices .choices__list--dropdown .choices__item--selectable::after,
.wrapper-select .choices .choices__list[aria-expanded] .choices__item--selectable::after {
  color: #000;
}

.wrapper-select .choices__list--dropdown,
.wrapper-select .choices__list[aria-expanded] {
  margin-bottom: -0.0625vw;
}

.wrapper-select .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0.468vw;
}

.wrapper-select .choices[data-type*=select-one] .choices__input {
  border-bottom: 0.0625vw solid #ddd;
}

.wrapper-select .choices[data-type*=select-one]::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("../../img/icons/i-arrow-bottom-black.svg");
  border: none;
  min-width: 0.5vw;
  min-height: 0.5vw;
  width: 0.5vw;
  height: 0.5vw;
  right: 0.625vw;
  opacity: 0.6;
  margin-top: -0.156vw;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.wrapper-select .choices__list--dropdown .choices__list,
.wrapper-select .choices__list[aria-expanded] .choices__list {
  max-height: 18.75vw;
}

.wrapper-select .choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Input */

.wrapper-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.wrapper-input__input {
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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;
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
  max-width: 100%;
  width: 100%;
}

.wrapper-input__input::-webkit-input-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-input__input::-moz-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-input__input:-ms-input-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-input__input::-ms-input-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-input__input::placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-input--default .wrapper-input__input {
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
  border: 0.0625vw solid #E8E8E8;
  min-height: 2.5vw;
  max-height: 2.5vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
}

.wrapper-input--price .wrapper-input__input {
  font-weight: 500;
  min-height: 2.5vw;
  max-height: 2.5vw;
  padding: 0.7vw 0.5vw 0.25vw 0.5vw;
  border: 0.0625vw solid #E8E8E8;
  text-align: right;
}

.wrapper-input--price .wrapper-input__input::-webkit-outer-spin-button,
.wrapper-input--price .wrapper-input__input::-webkit-inner-spin-button {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.wrapper-input--search .wrapper-input__icon-search {
  position: absolute;
  right: 0.65vw;
  top: 0.38vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.wrapper-input--search .wrapper-input__icon-search:hover {
  cursor: pointer;
  opacity: 0.6;
}

.wrapper-input--search .wrapper-input__input {
  min-height: 2.25vw;
  max-height: 2.25vw;
  padding: 0.375vw 2.5vw 0.375vw 0.75vw;
  border-radius: 0.25vw;
  border: 0.125vw solid #404040;
}

/* Modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal__dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  z-index: 9999;
}

.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;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal__close {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 1vw;
  height: 1vw;
  min-width: 1vw;
  min-height: 1vw;
  margin-right: 1vw;
  margin-top: 1vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal__close:hover {
  cursor: pointer;
  opacity: 0.5;
}

.modal__icon--close {
  display: block;
  width: 1vw;
  height: 1vw;
  min-width: 1vw;
  min-height: 1vw;
}

.modal__icon--close .modal__svg .modal__path {
  width: 1vw;
  height: 1vw;
  min-width: 1vw;
  min-height: 1vw;
  stroke: #000;
}

.modal--visible {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

.modal--mobmenu .modal__dialog,
.modal--mobmenu .modal__content {
  width: 100%;
  height: 100%;
}

.modal--mobmenu .modal__content {
  padding: 5vw 2vw;
}

.modal--mobmenu .modal__wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3vw;
}

.modal--mobmenu .modal__wrapper-flex--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal--mobmenu .modal__menu-popup {
  margin-right: 1.5vw;
}

.modal--mobmenu .modal__nav {
  margin-bottom: 2vw;
}

.modal--mobmenu .modal__popup-mame {
  padding: 0;
}

.modal--mobmenu .modal__wrapper-search {
  max-width: 18vw;
  width: 100%;
}

.modal--mobmenu .modal__title {
  margin-bottom: 1vw;
}

.modal--mobmenu .modal__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80vw;
  margin-bottom: -1vw;
}

.modal--mobmenu .modal__item {
  margin-right: 1.5vw;
  margin-bottom: 1vw;
}

.modal--mobmenu .modal__link {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.modal--mobmenu .modal__link:hover {
  color: #0099DE;
}

.modal--mobmenu .modal__phone {
  display: block;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.125vw;
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal--mobmenu .modal__phone:hover {
  cursor: pointer;
  opacity: 0.6;
}

.modal--mobmenu .modal__timeworks {
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 1.125vw;
  color: #000;
  text-align: right;
}

.modal--mobmenu .modal__contacts {
  margin-bottom: 1vw;
}

.modal--mobmenu .modal__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal--mobmenu .modal__social {
  margin-right: 1vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal--mobmenu .modal__social:hover {
  opacity: 0.8;
}

.modal--mobmenu .modal__social:last-child {
  margin-right: 0;
}

.modal--mobmenu .modal__close {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 1.5vw;
  height: 1.5vw;
  min-width: 1.5vw;
  min-height: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 1.5vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal--mobmenu .modal__close:hover {
  cursor: pointer;
  opacity: 0.5;
}

.modal--mobmenu .modal__icon--close {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  min-width: 1.5vw;
  min-height: 1.5vw;
}

.modal--mobmenu .modal__icon--close .modal__svg .modal__path {
  width: 1.5vw;
  height: 1.5vw;
  min-width: 1.5vw;
  min-height: 1.5vw;
  stroke: #000;
}

/* Modal */

.wrapper-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.wrapper-textarea__textarea {
  -webkit-transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  transition-property: background-color, color, border-color, opacity, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity;
  transition-property: background-color, color, box-shadow, border-color, opacity, -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-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
  border: 0.0625vw solid #E8E8E8;
  min-height: 7.5vw;
  max-height: 7.5vw;
}

.wrapper-textarea__textarea::-webkit-input-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-textarea__textarea::-moz-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-textarea__textarea:-ms-input-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-textarea__textarea::-ms-input-placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.wrapper-textarea__textarea::placeholder {
  font-family: AvenirNextW1G;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

/* Блоки */

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

.header-fixheight {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  height: 6.125vw;
  padding-top: 0.0625vw;
}

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 6.125vw;
  height: 6.125vw;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0.0625vw 0.0625vw 1vw rgba(0, 0, 0, 0.3);
          box-shadow: 0.0625vw 0.0625vw 1vw rgba(0, 0, 0, 0.3);
  opacity: 1;
  position: relative;
  z-index: 5;
  -webkit-animation: headerOut 0.3s linear;
          animation: headerOut 0.3s linear;
}

.header__logo {
  max-height: inherit;
  height: inherit;
  max-width: 30vw;
  width: 30vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
}

.header__logo--mob {
  display: none;
}

.header__logo-link,
.header__logo-img {
  display: block;
  width: inherit;
  height: inherit;
}

.header__logo-link {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.header__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.625vw;
  max-width: 100%;
  width: 100%;
  border-bottom: 0.0625vw solid rgba(0, 0, 0, 0.2);
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item {
  margin-right: 1.5vw;
}

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

.header__link {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header__link:hover {
  opacity: 0.6;
}

.header__block-login {
  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;
  margin-left: auto;
  height: 100%;
  padding: 0 1.5vw;
  border-left: 0.0625vw solid rgba(0, 0, 0, 0.2);
}

.header__login-text {
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.5vw;
  color: #005695;
  position: relative;
  text-decoration: none;
}

.header__login-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625vw;
  background-color: #005695;
  position: absolute;
  bottom: 0.2vw;
}

.header__block-basket {
  padding-top: 0.7vw;
  padding-bottom: 0.56vw;
  padding-left: 0.75vw;
}

.header__block-basket,
.header__basket-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #005598;
}

.header__basket-link {
  margin-right: 1vw;
}

.header__basket-icon {
  margin-right: 0.9vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header__basket-icon:hover {
  opacity: 0.8;
}

.header__basket-price {
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-right: 0.2vw;
  color: #abd5f1;
}

.header__basket-currency {
  color: #abd5f1;
}

.header__basket-container {
  margin-right: 2vw;
}

.header__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.625vw;
  padding-bottom: 0.5vw;
  padding-left: 0.375vw;
  margin-right: 2vw;
}

.header__hamburger {
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  margin-right: 0.75vw;
}

.header__hamburger:hover {
  opacity: 0.6;
  cursor: pointer;
}

.header__hamburger:after,
.header__hamburger:before {
  content: "";
}

.header__hamburger::before,
.header__hamburger::after,
.header__hamburger-line {
  display: block;
  min-height: 0.125vw;
  height: 0.125vw;
  border-bottom: 0.175vw solid #434353;
}

.header__hamburger::before {
  min-width: 1.5vw;
  width: 1.5vw;
}

.header__hamburger::after,
.header__hamburger-line {
  min-width: 1.25vw;
  width: 1.25vw;
}

.header__hamburger-line {
  margin: 0.25vw 0;
}

.header__menu-popup--categories {
  margin-right: 0.625vw;
}

.header__menu-popup--city {
  margin-left: auto;
  margin-right: 1vw;
}

.header__wrapper-search {
  max-width: 26.5vw;
  width: 26.5vw;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.75vw;
}

.header__social {
  margin-right: 0.25vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header__social:hover {
  cursor: pointer;
  opacity: 0.8;
}

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

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

.header__phone {
  display: block;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.125vw;
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header__phone:hover {
  cursor: pointer;
  opacity: 0.6;
}

.header__timeworks {
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 1.125vw;
  color: #000;
  text-align: right;
}

.header--fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  -webkit-animation: headerIn 0.3s linear;
          animation: headerIn 0.3s linear;
}

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

.footer {
  background-color: #005598;
  padding: 2vw 0 6.25vw 0;
}

.footer div,
.footer p,
.footer address {
  color: #fff;
}

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

.footer__content-top .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__content-bottom .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 3.5vw;
}

.footer__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  padding-top: 1.5vw;
}

.footer__wrapper-logo {
  max-width: 18vw;
  max-height: 3.93vw;
  width: 18vw;
  margin-bottom: 1vw;
}

.footer__logo-link {
  width: inherit;
}

.footer__city {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.75vw;
  margin-bottom: 1.5vw;
}

.footer__depart-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1vw;
}

.footer__wrapper-worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 2vw;
}

.footer__worktime {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.375vw;
  color: #fff;
}

.footer__mail {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.625vw;
  color: #50B8E6;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer__mail:hover {
  opacity: 0.75;
}

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

.footer__wrapper-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__phone-name {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-right: 0.5vw;
  color: #fff;
}

.footer__phone-link {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.5vw;
  color: #50B8E6;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer__phone-link:hover {
  opacity: 0.75;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__container-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1vw;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer__container-phone:hover {
  opacity: 0.75;
}

.footer__icon-phone {
  display: block;
  margin-right: 0.5vw;
}

.footer__big-phone {
  font-size: 1.625vw;
  font-weight: 400;
  line-height: 2.125vw;
  color: #92d1fb;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social {
  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;
  min-width: 1.875vw;
  min-height: 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
  border-radius: 0.25vw;
  margin-right: 0.25vw;
  background-color: #C6DEEB;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer__social:hover {
  opacity: 0.75;
  cursor: pointer;
}

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

.footer__contact {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.625vw;
  margin-bottom: 0.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__contact-city {
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: #fff;
}

.footer__contact-phone {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #92d1fb;
  text-decoration: none;
  margin-left: 0.3vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer__contact-phone:hover {
  opacity: 0.75;
}

.footer__wrapper-state {
  max-width: 5.68vw;
  max-height: 2.06vw;
  margin-right: 1vw;
}

.footer__img-state {
  width: 5.68vw;
  height: 2.06vw;
}

.footer__address-copy {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 0.875vw;
  margin-right: 4.5vw;
}

.footer__wrapper-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1vw;
}

.footer__link-min {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 0.875vw;
  text-decoration: underline;
  color: #92d1fb;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  margin-right: 1vw;
}

.footer__link-min:hover {
  opacity: 0.75;
}

.footer__link-min:last-child {
  margin-right: 0;
}

.footer__adv {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 0.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.footer__adv-link {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  color: #92d1fb;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer__adv-link:hover {
  opacity: 0.75;
}

/* Блок фильтрации */

.b-filtered {
  background-color: #fff;
  padding-left: 1.75vw;
  padding-right: 1.25vw;
  padding-top: 4.68vw;
  padding-bottom: 2vw;
}

.b-filtered__title {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
  margin-bottom: 1.5vw;
}

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

.b-filtered__selects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  row-gap: 1vw;
  margin-bottom: 1vw;
}

.b-filtered__wrapper-select {
  max-width: 9vw;
  width: 9vw;
}

.b-filtered__wrapper-select .choices__list--single .choices__item--selectable {
  max-width: 7vw;
}

.b-filtered__checkboxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  row-gap: 0.75vw;
  margin-bottom: 1.25vw;
}

.b-filtered__range-slider {
  margin-bottom: 0.5vw;
  padding-right: 0.75vw;
}

.b-filtered__range-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  margin-bottom: 1.25vw;
}

.b-filtered__wrapper-button {
  max-width: 11.25vw;
  width: 100%;
}

/* Блок каталога */

.b-catalog {
  background-color: #fff;
  padding-top: 1.875vw;
  padding-bottom: 2.5vw;
  padding-left: 1.75vw;
  padding-right: 1.5vw;
}

.b-catalog__title {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.25vw;
  margin-bottom: 1.5vw;
}

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

.b-catalog__category {
  margin-bottom: 0.375vw;
}

.b-catalog__category:last-child {
  margin-bottom: 0;
}

/* Блок сортировки */

.b-sorted {
  padding: 1vw 2.5vw;
  background-color: #fff;
  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;
}

.b-sorted__title {
  font-size: 0.85vw;
  font-weight: 600;
  line-height: 1vw;
  margin-right: 2.5vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.b-sorted__sort {
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 0.75vw;
  margin-right: 1.75vw;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.b-sorted__sort:hover {
  opacity: 0.6;
}

.b-sorted__sort:last-child {
  margin-right: 0;
}

.b-sorted__sort--active {
  font-weight: 600;
}

/* Блок пагинации */

.b-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.625vw 2vw 0.625vw 1vw;
}

.b-pagination__title {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.25vw;
  margin-right: 3vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0 !important;
}

.b-pagination__wrapper-flex {
  max-width: 100%;
  width: 100%;
  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;
}

.b-pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-pagination__line {
  display: block;
  min-width: 1.25vw;
  width: 1.25vw;
  min-height: 0.093vw;
  height: 0.093vw;
  border-bottom: 0.093vw solid #000;
  pointer-events: none;
  position: relative;
  top: 0.25vw;
  margin-right: 0.25vw;
}

.b-pagination__page {
  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;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.25vw;
  padding: 0.5vw 0.75vw;
  background-color: transparent;
  border-radius: 0.25vw;
  border: 0.0625vw solid transparent;
  margin-right: 0.25vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s linear, border 0.3s linear;
  -o-transition: background-color 0.3s linear, border 0.3s linear;
  transition: background-color 0.3s linear, border 0.3s linear;
}

.b-pagination__page:after {
  content: "_ _ _ _ _ _ _ _ _";
  font-weight: 700;
  font-size: 0.7vw;
  display: block;
  position: absolute;
  bottom: -0.2vw;
  left: 0.4vw;
  white-space: nowrap;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.b-pagination__page:before {
  content: "";
  position: absolute;
  min-width: 0.5vw;
  min-height: 0.5vw;
  width: 0.5vw;
  height: 0.5vw;
  background-color: #fff;
  bottom: -0.2vw;
  right: -0.1vw;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
}

.b-pagination__page:hover {
  cursor: pointer;
  background-color: #EFEFEF;
  border: 0.0625vw solid #E6E6E6;
}

.b-pagination__page:hover:after {
  opacity: 0;
}

.b-pagination__page:hover:before {
  opacity: 0;
}

.b-pagination__page:last-child {
  margin-right: 0;
}

.b-pagination__page--active {
  background-color: #EFEFEF;
  border: 0.0625vw solid #E6E6E6;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.b-pagination__page--active:hover {
  opacity: 0.7;
}

.b-pagination__page--active:after {
  opacity: 0;
}

.b-pagination__page--active:before {
  opacity: 0;
}

.b-pagination__wrapper-viewby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-pagination__viewby {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
  margin-right: 0.375vw;
}

.b-pagination__viewby:before {
  right: -0.3vw;
}

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

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

.sc-main {
  margin-top: 2.25vw;
  margin-bottom: 1.875vw;
}

.sc-main__title-hidden {
  display: none;
}

.sc-main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 28.25vw;
  height: 28.25vw;
}

.sc-main__swiper {
  margin-right: 2vw;
  max-width: 71.125vw;
  width: 71.125vw;
}

.sc-main__swiper:hover {
  cursor: pointer;
}

.sc-main__slide-img {
  height: 28.25vw;
}

.sc-main__slide--visible-mob {
  display: none;
}

.sc-main__wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}

.sc-main__arrows {
  padding: 0 1.875vw;
}

.sc-main__banner {
  height: calc(50% - 1vw);
  margin-bottom: 2vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sc-main__banner:last-child {
  margin-bottom: 0;
}

.sc-main__banner-link {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.sc-main__banner-img {
  height: 100%;
}

.sc-catalog {
  background-color: #fff;
  padding: 1.875vw 0 2.25vw 0;
  margin-bottom: 2vw;
}

.sc-catalog__wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.625vw;
}

.sc-catalog__title {
  margin-right: 1vw;
}

.sc-catalog__categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  -webkit-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
  row-gap: 0.5vw;
}

.sc-category {
  padding-top: 2vw;
  padding-bottom: 1.25vw;
  background-color: #fff;
}

.sc-category__content-top {
  padding-bottom: 0.875vw;
}

.sc-category__content-bottom {
  max-width: 100%;
  width: 100%;
  padding: 0.75vw 0 0.75vw 0.25vw;
  border-top: 0.0625vw solid rgba(0, 0, 0, 0.1);
}

.sc-category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-category__content-right {
  position: relative;
  padding-top: 2vw;
  width: 76.5vw;
  left: 0.5vw;
}

.sc-category__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20vw;
  max-width: 20vw;
}

.sc-category__main-title {
  margin-bottom: 1.25vw;
  white-space: nowrap;
}

.sc-category__item-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.375vw;
}

.sc-category__type:last-child {
  margin-right: 0;
}

.sc-category__item-sizes {
  margin-bottom: 1vw;
}

.sc-category__margintop-24px {
  margin-top: 1.5vw;
}

.sc-category__title {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
  margin-bottom: 0.75vw;
}

.sc-category__wrapper-type {
  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;
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.sc-category__wrapper-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0.625vw;
}

.sc-category__wrapper-sizes .sc-category__type {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.625vw;
  padding: 0 0.25vw;
  margin-right: 0.625vw;
}

.sc-category__item-list {
  margin-bottom: 1vw;
}

.sc-category__wrapper-list {
  max-width: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  row-gap: 0.625vw;
}

.sc-category__wrapper-list--column {
  -ms-grid-columns: (auto)[1];
  grid-template-columns: repeat(1, auto);
}

.sc-category__wrapper-list--bigindent {
  -webkit-column-gap: 3.325vw;
     -moz-column-gap: 3.325vw;
          column-gap: 3.325vw;
}

.sc-category__list-item {
  line-height: 1.5vw;
  margin-bottom: 0.5vw;
}

.sc-category__list-item--nowrap {
  white-space: nowrap;
}

.sc-category__list-item--hidden {
  opacity: 0;
  pointer-events: none;
}

.sc-category__list-item--red {
  color: #b90c0c;
}

.sc-category__wrapper-button {
  max-width: 11.25vw;
  width: 11.25vw;
}

.sc-category__arrows {
  max-width: calc(100% + 1vw);
  width: calc(100% + 1vw);
  left: -0.5vw;
}

.sc-category__swiper-partners:hover {
  cursor: pointer;
}

.sc-category__swiper-partners .swiper-slide {
  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: 10vw;
  height: 2.75vw;
  margin-right: 1vw;
}

.sc-category__img-partner {
  max-width: 10vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.sc-category--indent {
  margin-bottom: 2vw;
}

.sc-category--nopadding {
  padding-bottom: 0;
}

.sc-benefits {
  margin: 3vw 0 4vw 0;
}

.sc-benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-benefits__content-left {
  padding-top: 0.5vw;
  padding-right: 3.437vw;
}

.sc-benefits__title {
  margin-bottom: 1.75vw;
}

.sc-benefits__menu {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  margin-bottom: 1vw;
}

.sc-benefits__item {
  margin-bottom: 0.825vw;
}

.sc-benefits__item:last-child {
  margin-bottom: 0;
}

.sc-benefits__link {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
  color: #0099DE;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sc-benefits__link:hover {
  opacity: 0.6;
}

.sc-benefits__wrapper-button {
  max-width: 11.25vw;
  width: 100%;
}

.sc-benefits__ready {
  padding: 0.875vw 0.25vw;
}

.sc-benefits__content-right {
  padding-left: 3.437vw;
}

.sc-benefits__wrapper-text {
  margin-bottom: 1.75vw;
  padding-right: 7vw;
}

.sc-benefits__desc {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-bottom: 1.25vw;
}

.sc-benefits__desc:last-child {
  margin-bottom: 0;
}

.sc-benefits__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-benefits__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3vw;
}

.sc-benefits__benefit:nth-child(1) .sc-benefits__img {
  width: 2.5vw;
  height: 5vw;
}

.sc-benefits__benefit:nth-child(2) .sc-benefits__img {
  width: 3.375vw;
  height: 2.43vw;
}

.sc-benefits__benefit:nth-child(3) .sc-benefits__img {
  width: 2.81vw;
  height: 3.125vw;
}

.sc-benefits__benefit:nth-child(4) .sc-benefits__img {
  width: 3.81vw;
  height: 2.68vw;
}

.sc-benefits__benefit:last-child {
  margin-right: 0;
}

.sc-benefits__wrapper-image {
  margin-right: 1vw;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sc-benefits__benefit-title {
  display: block;
  font-size: 1.125vw;
  font-weight: 600;
  line-height: 1.5vw;
  position: relative;
}

.sc-benefits--bg-white {
  background-color: #fff;
  padding-top: 2.875vw;
  padding-bottom: 3.75vw;
  margin: 0;
}

.sc-allcategories {
  margin: 2.25vw 0;
}

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

/* Страница: Шаблон (Категория - элементы) */

.sc-infocategory {
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  padding: 1.875vw 1.125vw;
  margin-bottom: 1.5vw;
}

.sc-infocategory__title {
  margin-bottom: 2.25vw;
}

.sc-infocategory__content-top {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2.5vw;
}

.sc-infocategory__subcategories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
  row-gap: 0.125vw;
  margin-right: 2vw;
}

.sc-infocategory__subcategory {
  max-width: 16vw;
  width: 16vw;
  border-bottom: 0.0625vw solid #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sc-infocategory__subcategory-link {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.625vw;
  font-family: Arial;
  color: #0099DE;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.sc-infocategory__subcategory-link:hover {
  color: #005598;
}

.sc-infocategory__wrapper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1vw;
}

.sc-infocategory__desc-info {
  font-size: 0.937vw;
  font-weight: 400;
  line-height: 1.06vw;
  font-family: Arial;
  color: #4b4b4b;
  max-width: 36vw;
  margin-bottom: 0.625vw;
}

.sc-infocategory__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-infocategory__contact {
  margin-right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-infocategory__phone {
  font-size: 1.22vw;
  font-weight: 700;
  line-height: 1.35vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sc-infocategory__phone:hover {
  opacity: 0.75;
}

.sc-infocategory__worktime {
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 1vw;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.sc-infocategory__wrapper-tags,
.sc-infocategory__wrapper-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-infocategory__items-title {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.75vw;
  margin-right: 1.25vw;
}

.sc-infocategory__wrapper-tags {
  margin-bottom: 1vw;
}

.sc-infocategory__wrapper-tags .sc-infocategory__wrapper-flex {
  margin-bottom: -0.5vw;
}

.sc-infocategory__wrapper-brands .sc-infocategory__wrapper-flex {
  margin-bottom: -1vw;
}

.sc-infocategory__wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 47vw;
}

.sc-infocategory__tag {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.625vw;
  margin-bottom: 0.5vw;
}

.sc-infocategory__brand {
  line-height: 1.5vw;
  margin-right: 1.25vw;
  margin-bottom: 1vw;
}

.sc-infocategory__brand:last-child {
  margin-right: 0;
}

.sc-infocategory--product {
  margin-bottom: 3.375vw;
}

.sc-itemscategory {
  margin-bottom: 1.81vw;
}

.sc-itemscategory__title {
  text-align: center;
  margin-bottom: 2.5vw;
}

.sc-itemscategory__wrapper--sorted {
  margin-bottom: 1.375vw;
}

.sc-itemscategory__wrapper--buttons {
  max-width: 11.375vw;
  width: 100%;
  margin: 0 auto;
}

.sc-itemscategory__btn {
  padding: 0.875vw 1vw;
}

.sc-itemscategory__wrapper--products {
  max-width: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  row-gap: 1vw;
  margin-bottom: 1vw;
}

.sc-itemscategory--product {
  margin-bottom: 4.25vw;
}

.sc-itemscategory--product .sc-itemscategory__wrapper--products {
  margin-bottom: 1.625vw;
}

/* Страница: Шаблон - Товар */

.sc-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  margin-bottom: 4vw;
}

.sc-product__wrapper-image {
  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: 24.125vw;
  max-height: 20.625vw;
  width: 24.125vw;
  height: 20.625vw;
  border: 0.125vw solid #006088;
  background-color: #fff;
  margin-right: 2.5vw;
  overflow: hidden;
  position: relative;
}

.sc-product__img {
  width: 100%;
  max-height: 20.625vw;
}

.sc-product__wrapper-content {
  max-width: calc(100% - 24.125vw - 2.5vw);
  width: calc(100% - 24.125vw - 2.5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-product__navigation {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2vw;
}

.sc-product__product-code {
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1vw;
  font-family: OpenSans;
}

.sc-product__title {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.125vw;
  font-family: OpenSans;
  margin-bottom: 1vw;
}

.sc-product__instock {
  margin-bottom: 1.125vw;
}

.sc-product__wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1vw;
}

.sc-product__oldprice {
  font-size: 2.34vw;
  font-weight: 400;
  line-height: 2.625vw;
  color: #c60000;
  text-decoration: line-through;
  margin-right: 1.25vw;
}

.sc-product__price {
  font-size: 3.183vw;
  font-weight: 700;
  line-height: 3.75vw;
  margin-right: 0.75vw;
  color: #bd1b1b;
}

.sc-product__currency {
  font-size: 2.27vw;
  font-weight: 400;
  line-height: 2.27vw;
  margin-left: 0.75vw;
  color: #bd1b1b;
}

.sc-product__wrapper-button {
  max-width: 12.75vw;
  width: 100%;
  margin-right: 0.5vw;
}

.sc-product__btn {
  width: 100%;
  padding: 0.75vw 0.75vw 0.75vw 0.875vw;
}

.sc-product__wrapper-variables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.75vw;
}

.sc-product__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 1.25vw;
}

.sc-product__category-season {
  margin-right: 0.75vw;
}

.sc-product__category-name {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.5vw;
  font-family: OpenSans;
  color: #0099DE;
  position: relative;
  text-decoration: none;
  padding-bottom: 0.25vw;
  border-bottom: 0.125vw dashed #0099DE;
  top: 0.125vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sc-product__category-name:hover {
  opacity: 0.75;
}

.sc-product__surprise-link {
  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: 4vw;
  height: 4vw;
  min-width: 4vw;
  min-height: 4vw;
  background-color: #BD1B1B;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sc-product__surprise-link:hover {
  opacity: 0.75;
}

.sc-product__surprise-icon {
  width: 2.375vw;
  height: 2.375vw;
  min-width: 2.375vw;
  min-height: 2.375vw;
}

.sc-product__variable {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-right: 0.875vw;
}

.sc-product__wrapper-sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-product__icon-sound {
  margin-right: 0.25vw;
}

.sc-product__wrapper-characts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-product__charact {
  margin-bottom: 0.75vw;
}

.sc-product__charact:last-child {
  margin-bottom: 0;
}

/* Страница: Шаблон - Товар */

.sc-basket {
  padding-bottom: 2.5vw;
}

.sc-basket__wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-basket__content-left {
  width: calc(70% - 1vw);
  margin-right: 2vw;
}

.sc-basket__content-right {
  width: calc(30% - 1vw);
  position: sticky;
  top: 0;
}

.sc-basket__title {
  margin-bottom: 2.25vw;
}

.sc-basket__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vw;
}

.checkout-in {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
  padding: 1.5vw 1vw;
}

.checkout-in__title {
  font-weight: 700;
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 1.5vw;
  text-align: center;
}

.checkout-in__wrapper-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout-in__wrapper-input,
.checkout-in__wrapper-textarea,
.checkout-in__wrapper-checkbox {
  margin-bottom: 0.5vw;
}

.checkout-in__wrapper-select {
  margin-bottom: 1vw;
}

.info-prices {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
  padding: 1vw;
  margin-bottom: 1vw;
}

.info-prices__header {
  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;
  padding-bottom: 1vw;
  border-bottom: 0.025vw solid rgba(0, 0, 0, 0.25);
}

.info-prices__count-product,
.info-prices__body span {
  font-size: 0.8vw;
  line-height: 0.8vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
}

.info-prices__clear-basket {
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: #f70000;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.info-prices__clear-basket:hover {
  opacity: 0.8;
  cursor: pointer;
}

.info-prices__count-product span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.info-prices__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vw 0;
}

.info-prices__body span {
  margin-top: auto;
}

.info-prices__body p {
  font-size: 2vw;
  line-height: 1.75vw;
  font-weight: 700;
}

.basket-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 1vw;
  -webkit-box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
}

.basket-product__wrapper-img {
  max-width: 10vw;
  width: 10vw;
  margin-right: 1vw;
  margin-top: auto;
  margin-bottom: auto;
}

.basket-product__title {
  font-family: Ubuntu;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.17vw;
  text-decoration: none;
  display: block;
  max-width: 25vw;
  opacity: 1;
  margin-bottom: 0.25vw;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.basket-product__title:hover {
  opacity: 0.8;
}

.basket-product__close {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  margin-top: auto;
  margin-bottom: 0.75vw;
}

.basket-product__close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.basket-product__info-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.basket-product__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-right: 1vw;
  max-width: 25vw;
  width: 25vw;
  position: relative;
}

.basket-product__wrapper-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0.5vw;
}

.basket-product__counter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75vw;
  height: 1.75vw;
  background-color: #0099DE;
  color: #fff;
}

.basket-product__counter-button:hover {
  cursor: pointer;
}

.basket-product__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75vw;
  height: 1.75vw;
}

.basket-product__wrapper-price {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.basket-product__price-title {
  display: block;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
  margin-bottom: 0.75vw;
}

.basket-product__main-price {
  font-size: 0.8vw;
  line-height: 1vw;
  margin-bottom: 1vw;
  color: #999999;
}

.basket-product__main-price span {
  font-size: 0.75vw;
  line-height: inherit;
  color: inherit;
}

.basket-product__current-price {
  font-size: 1.25vw;
  line-height: 1.5vw;
  font-weight: 700;
}

.basket-product__current-price span {
  font-weight: inherit;
  font-size: 1.1vw;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media (min-width: 1600px) {
  .charact:before {
    min-height: 0.1vw;
    height: 0.1vw;
    border-bottom: 0.1vw solid #0099DE;
  }

  .instock__line--line2 {
    min-height: 0.692vw;
    height: 0.692vw;
  }

  .instock__line--line3 {
    min-height: 0.43vw;
    height: 0.43vw;
  }

  .instock__line--line4 {
    min-height: 0.31vw;
    height: 0.31vw;
  }

  .sc-product__instock {
    margin-bottom: 0.937vw;
  }

  .sc-product__surprise-link {
    width: 3.33vw;
    height: 3.33vw;
    min-width: 3.33vw;
    min-height: 3.33vw;
  }

  .sc-product__surprise-icon {
    width: 2vw;
    height: 2vw;
    min-width: 2vw;
    min-height: 2vw;
  }
}

@media (min-width: 1920px) {
  .category__img {
    width: 2vw;
  }
}

@media (max-width: 1440px) {
  .b-filtered__title {
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2.25vw;
    margin-bottom: 2vw;
  }

  .b-filtered__selects {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .b-filtered__wrapper-select {
    max-width: 100%;
    width: 100%;
  }

  .sc-product__img {
    width: 20vw;
    height: 18vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 1200px) {
  .swiper--products .swiper-slide {
    width: 16.7vw;
  }

  .instock__label {
    font-size: 0.9vw;
    font-weight: 600;
    line-height: 1.25vw;
    min-height: 1.5vw;
    height: 1.5vw;
  }

  .instock__line--line1 {
    min-height: 1.5vw;
    height: 1.5vw;
  }

  .instock__line--line2 {
    min-height: 1.1vw;
    height: 1.1vw;
  }

  .instock__line--line3 {
    min-height: 0.75vw;
    height: 0.75vw;
  }

  .instock__line--line4 {
    min-height: 0.5vw;
    height: 0.5vw;
  }

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

  .product__wrapper-image {
    min-height: 10vw;
    max-height: 12vw;
  }

  .product__wrapper-image--bigsize {
    min-height: 10vw;
    max-height: 12vw;
  }

  .product__wrapper-image--large {
    min-height: 10vw;
    max-height: 12vw;
  }

  .product__wrapper-image--medium {
    min-height: 10vw;
    max-height: 12vw;
  }

  .product__category-name {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.75vw;
    left: 0;
    position: relative;
  }

  .product__category-season {
    right: unset;
    left: 3.4vw;
    top: 0vw;
  }

  .product__category-season .icon--summer {
    left: -0.15vw;
  }

  .product__wrapper-title {
    min-height: 6vw;
  }

  .product__title {
    font-size: 1.37vw;
    font-weight: 500;
    line-height: 1.48vw;
  }

  .product__wrapper-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sc-itemscategory__wrapper--products {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .basket-product__title {
    font-size: 1.37vw;
    font-weight: 500;
    line-height: 1.48vw;
  }
}

@media (max-width: 1024px) {
  *,
  *:before,
  *:after {
    font-size: 1.613vw;
    font-weight: 400;
    line-height: 2.11vw;
  }

  .main__head {
    margin-bottom: 3.22vw;
  }

  .products-card__stock {
    font-size: 1.413vw !important;
    font-weight: 400;
    line-height: 1.7vw;
  }

  .title-h2 {
    font-size: 2.82vw;
    font-weight: 700;
    line-height: 3.4vw;
  }

  .title-h3 {
    font-size: 1.613vw;
    font-weight: 700;
    line-height: 2.11vw;
  }

  .window-pop-up p {
    font-size: 1.613vw;
    font-weight: 400;
    line-height: 2.11vw;
  }

  .text {
    font-size: 1.613vw;
    font-weight: 400;
    line-height: 2.11vw;
  }

  .text-currency {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.75vw;
  }

  .text-link {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.45vw;
  }

  .all-link {
    font-size: 1.75vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .main-container__content-right {
    padding-left: 3vw;
    padding-right: 3.25vw;
  }

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

  .icon--arrow-bottom-white {
    min-width: 0.9vw;
    min-height: 0.9vw;
    width: 0.9vw;
    height: 0.9vw;
  }

  .icon--search {
    min-width: 1.75vw;
    min-height: 1.75vw;
    width: 1.75vw;
    height: 1.75vw;
    background-size: 1.75vw;
  }

  .icon--arrow-bottom-black {
    min-width: 0.9vw;
    min-height: 0.9vw;
    width: 0.9vw;
    height: 0.9vw;
  }

  .icon--whatsapp {
    min-width: 2.4vw;
    min-height: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
  }

  .icon--telegram {
    min-width: 2.85vw;
    min-height: 2.85vw;
    width: 2.85vw;
    height: 2.85vw;
  }

  .icon--summer {
    min-width: 2.5vw;
    min-height: 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
  }

  .icon--winter {
    min-width: 2.255vw;
    min-height: 2.255vw;
    width: 2.255vw;
    height: 2.255vw;
  }

  .icon--surprise {
    min-width: 2vw;
    min-height: 2vw;
    width: 2vw;
    height: 2vw;
  }

  .icon--sound {
    min-width: 1.5vw;
    min-height: 1.2vw;
    width: 1.5vw;
    height: 1.2vw;
  }

  .icon--phone {
    min-width: 2.82vw;
    min-height: 4.32vw;
    width: 2.82vw;
    height: 4.32vw;
  }

  .icon--charlink {
    min-width: 0.9vw;
    min-height: 1vw;
    width: 0.9vw;
    height: 1vw;
  }

  .menu-popup__name {
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.75vw;
    padding: 1vw 1vw;
    min-height: 3vw;
    max-height: 3vw;
  }

  .menu-popup__icon {
    margin-left: 1.5vw;
    top: 0;
  }

  .menu-popup__items {
    -webkit-box-shadow: 0.1vw 0.1vw 1.613vw rgba(0, 0, 0, 0.25);
            box-shadow: 0.1vw 0.1vw 1.613vw rgba(0, 0, 0, 0.25);
    max-height: 30.5vw;
  }

  .menu-popup__item {
    font-size: 1.45vw;
    font-weight: 400;
    line-height: 1.65vw;
    padding: 1vw 1vw;
  }

  .charact:before {
    min-height: 0.2vw;
    height: 0.2vw;
    border-bottom: 0.2vw solid #0099DE;
  }

  .charact:after {
    min-width: 2.12vw;
    min-height: 2.12vw;
    width: 2.12vw;
    height: 2.12vw;
  }

  .charact__type,
  .charact__name {
    font-size: 1.613vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .charact__type {
    padding-right: 2.41vw;
  }

  .charact__name {
    padding-left: 2.41vw;
    padding-right: 0.6vw;
  }

  .charact__question {
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.2vw;
    min-width: 2.1vw;
    min-height: 2.1vw;
    width: 2.1vw;
    height: 2.1vw;
  }

  .charact__question-button {
    font-size: 1.444vw;
    font-weight: 400;
    line-height: 1.444vw;
    min-width: 1.613vw;
    min-height: 1.613vw;
    width: 1.613vw;
    height: 1.613vw;
  }

  .charact__answer {
    max-width: 18vw;
    width: 18vw;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.25vw;
    padding: 0.8vw;
    -webkit-box-shadow: 0.1vw 0.1vw 1vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.1vw 0.1vw 1vw rgba(0, 0, 0, 0.2);
    left: -16.5vw;
    top: -5.5vw;
  }

  .charact__wrapper-link {
    min-width: 2.1vw;
    min-height: 2.1vw;
    width: 2.1vw;
    height: 2.1vw;
    border-radius: 0.5vw;
    border: 0.3vw solid #0099DE;
  }

  .category__wrapper-icon {
    min-width: 4.5vw;
    min-height: 4.5vw;
    width: 4.5vw;
    height: 4.5vw;
    border: 0.1vw solid rgb(0, 0, 0);
    padding: 1.2vw 0.2vw;
    margin-right: 1.36vw;
    border-radius: 0.2vw;
  }

  .category__link {
    font-size: 2vw;
    font-weight: 500;
    line-height: 2.45vw;
  }

  .category--block .category__wrapper-icon {
    min-width: 4vw;
    min-height: 4vw;
    width: 4vw;
    height: 4vw;
  }

  .category--block .category__link {
    font-size: 1.85vw;
    line-height: 1.85vw;
  }

  .nav-page__text {
    font-size: 1.15vw;
    font-weight: 400;
    line-height: 1.3vw;
  }

  .nav-page__text:after {
    margin: 0 0.9vw;
  }

  .range-slider .noUi-connects {
    border-radius: 0.3vw;
    height: 1.2vw;
  }

  .range-slider.noUi-target {
    border-radius: 0.4vw;
    height: 1.2vw;
    border: 0.1vw solid #C6C6C6;
  }

  .range-slider .noUi-handle {
    width: 1.814vw;
    height: 1.814vw;
    border: 0.1vw solid #C6C6C6;
    border-radius: 0.4vw;
    right: -1.7vw;
    top: -0.4vw;
  }

  .cat-type {
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.5vw;
    padding: 0 0.55vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
  }

  .swiper--products .swiper-slide {
    width: 22.7vw;
  }

  .cat-card {
    padding: 4.83vw 0 2.41vw 0;
    border-radius: 0.4vw;
    width: unset;
  }

  .cat-card__wrapper-title {
    margin-bottom: 1.613vw;
  }

  .cat-card__main-title {
    margin-bottom: 1.411vw;
  }

  .cat-card__link-price {
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.2vw;
  }

  .cat-card__products {
    padding: 0 1.613vw;
    margin-bottom: 2vw;
  }

  .cat-card__product {
    border: 0.1vw solid #99B9CD;
    padding: 1vw 0.8vw;
    border-radius: 0.4vw;
    margin-bottom: 1.2vw;
  }

  .cat-card__wrapper-image {
    max-width: 12vw;
    min-width: 10vw;
    max-height: 9vw;
    margin-right: 2vw;
  }

  .cat-card__product-title {
    font-size: 1.814vw;
    font-weight: 500;
    line-height: 2.21vw;
    min-height: 6.64vw;
    padding-right: 3vw;
  }

  .cat-card__currency {
    font-size: 1.75vw;
    font-weight: 400;
    line-height: 2.15vw;
  }

  .cat-card__price {
    font-size: 2.25vw;
    font-weight: 700;
    line-height: 2.45vw;
    margin-right: 1.613vw;
  }

  .cat-card__oldprice {
    font-size: 1.814vw;
    font-weight: 400;
    line-height: 1.814vw;
    margin-right: 1vw;
    position: relative;
    top: 0.15vw;
  }

  .cat-card__wrapper-button {
    max-width: 16vw;
  }

  .instock__label {
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.5vw;
    min-height: 2.2vw;
    height: 2.2vw;
    margin-right: 1.25vw;
  }

  .instock__line {
    border-left: 0.46vw solid #CDCDCD;
    margin-right: 0.25vw;
  }

  .instock__line--line1 {
    min-height: 2.2vw;
    height: 2.2vw;
  }

  .instock__line--line2 {
    min-height: 1.6vw;
    height: 1.6vw;
  }

  .instock__line--line3 {
    min-height: 1.1vw;
    height: 1.1vw;
  }

  .instock__line--line4 {
    min-height: 0.55vw;
    height: 0.55vw;
  }

  .instock--big .instock__label {
    font-size: 1.9vw;
    font-weight: 400;
    line-height: 2vw;
    padding: 0.72vw 0.72vw 0.72vw 1vw;
    min-height: 2.6vw;
    height: 2.6vw;
    margin-right: 1vw;
  }

  .product {
    border-radius: 0.35vw;
    border: 0.1vw solid #A6C1D3;
    padding: 3.5vw 1.444vw 1.444vw 1.444vw;
  }

  .product__tag-stock {
    left: -0.1vw;
    top: -0.1vw;
    min-height: 7vw;
  }

  .product__wrapper-stock {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.5vw;
    padding: 0.3vw 2vw;
    -webkit-transform: rotate(-40deg) translate(-2vw, -0.5vw);
        -ms-transform: rotate(-40deg) translate(-2vw, -0.5vw);
            transform: rotate(-40deg) translate(-2vw, -0.5vw);
  }

  .product__wrapper-image {
    min-height: 16vw;
    max-height: 18vw;
  }

  .product__wrapper-image--bigsize {
    min-height: 16vw;
    max-height: 18vw;
  }

  .product__wrapper-image--large {
    min-height: 16vw;
    max-height: 18vw;
  }

  .product__wrapper-image--medium {
    min-height: 16vw;
    max-height: 18vw;
  }

  .product__content-header {
    margin-bottom: 1.613vw;
  }

  .product__content-body {
    margin-bottom: 1.613vw;
  }

  .product__tag-sprice,
  .product__tag-new {
    font-size: 1.444vw;
    font-weight: 700;
    line-height: 1.444vw;
  }

  .product__tag-sprice {
    right: 1vw;
    top: 1vw;
  }

  .product__tag-new {
    right: -0.6vw;
    top: -2vw;
  }

  .product__category-name {
    font-size: 1.75vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .product__category-season {
    font-size: 1.75vw;
    font-weight: 700;
    line-height: 2vw;
    top: -0.2vw;
    left: 3.75vw;
  }

  .product__category-season .icon--summer {
    left: -1vw;
  }

  .product__wrapper-title {
    min-height: 8vw;
    margin-bottom: 0.75vw;
  }

  .product__title {
    font-size: 1.87vw;
    font-weight: 500;
    line-height: 2vw;
  }

  .product__variable {
    font-size: 1.444vw;
    font-weight: 400;
    line-height: 1.444vw;
    margin-right: 1.2vw;
  }

  .product__icon-sound {
    margin-right: 0.75vw;
  }

  .product__surprise {
    margin-right: 0.25vw;
  }

  .product__surprise-link {
    min-width: 3.5vw;
    min-height: 3.5vw;
    width: 3.5vw;
    height: 3.5vw;
  }

  .product__wrapper-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product__tag-oldprice {
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
    top: 0.25vw;
    margin-left: -2.5vw;
  }

  .product__price {
    font-size: 2.25vw;
    font-weight: 700;
    line-height: 2.75vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 0;
    margin-bottom: 0.5vw;
  }

  .product__currency {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.5vw;
    margin-left: 0.5vw;
  }

  .product__wrapper-button {
    max-width: 11vw;
    width: 11vw;
  }

  .product--outerindent {
    padding: 6.44vw 1.444vw 1.444vw 1.444vw;
  }

  .btn--oversmall {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.5vw;
    border-radius: 0.5vw;
    padding: 0.75vw;
    min-height: 2.5vw;
    max-height: 2.5vw;
  }

  .btn--small {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.7vw;
    min-height: 3vw;
    border-radius: 0.3vw;
    max-height: 3vw;
  }

  .btn--average {
    font-size: 1.75vw;
    font-weight: 500;
    line-height: 2vw;
    border-radius: 0.1vw;
    padding: 1.444vw 1.5vw;
    min-height: 4vw;
    max-height: 4vw;
  }

  .btn--pickup {
    font-size: 1.75vw;
    font-weight: 500;
    line-height: 1.825vw;
    border-radius: 0.2vw;
    padding: 1.444vw;
    min-height: 4vw;
    max-height: 4vw;
  }

  .btn--addbasket {
    font-size: 1.613vw;
    font-weight: 500;
    line-height: 1.613vw;
    border-radius: 0.4vw;
    padding: 0.75vw;
    min-height: 2.75vw;
    max-height: 2.75vw;
    white-space: nowrap;
  }

  .card__button2 a {
    border-radius: 0.1vw;
    padding: 1.444vw 1.5vw;
    min-height: 4vw;
    max-height: 4vw;
  }

  .card__button2 a span {
    font-size: 1.75vw;
    font-weight: 500;
    line-height: 2vw;
  }

  .window-pop-up-content .more {
    font-size: 1.75vw;
    font-weight: 500;
    line-height: 1.825vw;
    border-radius: 0.2vw;
    padding: 1.444vw;
    min-height: 4vw;
    max-height: 4vw;
  }

  .wrapper-checkbox__checkbox + .wrapper-checkbox__label::before {
    min-width: 1.75vw;
    min-height: 1.75vw;
    width: 1.75vw;
    height: 1.75vw;
    margin-right: 0.5vw;
    border: 0.1vw solid #000;
  }

  .wrapper-checkbox__checkbox:checked + .wrapper-checkbox__label::before {
    background-size: 1.24vw;
  }

  .wrapper-checkbox__label {
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.62vw;
  }

  .wrapper-select__label {
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 2.21vw;
    margin-bottom: 0.8vw;
  }

  .wrapper-select .choices {
    font-size: 1.4vw;
  }

  .wrapper-select .choices__inner {
    padding: 0.65vw 1.3vw;
    max-height: 3.25vw;
    min-height: 3.25vw;
    font-size: 1.4vw;
    border: 0.1vw solid #E8E8E8;
  }

  .wrapper-select .choices__input {
    font-size: 1.444vw;
  }

  .wrapper-select .choices__list--dropdown,
  .wrapper-select .choices__list[aria-expanded] {
    border: 0.1vw solid #E8E8E8;
    border-bottom-left-radius: 0.21vw;
    border-bottom-right-radius: 0.21vw;
  }

  .wrapper-select .choices__item {
    font-size: 1.444vw;
    font-weight: 400;
    line-height: 1.85vw;
  }

  .wrapper-select .choices__placeholder {
    font-size: 1.444vw;
    font-weight: 400;
    line-height: 1.85vw;
  }

  .wrapper-select .choices .choices__list--dropdown .choices__item {
    font-size: 1.444vw;
    font-weight: 400;
    line-height: 1.85vw;
    padding: 0.8vw 1.2vw;
  }

  .wrapper-select .choices .choices__list--dropdown .choices__item--selectable,
  .wrapper-select .choices .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 1.4vw;
  }

  .wrapper-select .choices__list--dropdown,
  .wrapper-select .choices__list[aria-expanded] {
    margin-bottom: -0.1vw;
  }

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

  .wrapper-select .choices[data-type*=select-one] .choices__input {
    border-bottom: 0.1vw solid #ddd;
  }

  .wrapper-select .choices[data-type*=select-one]::after {
    min-width: 0.9vw;
    min-height: 0.9vw;
    width: 0.9vw;
    height: 0.9vw;
    right: 1.25vw;
    margin-top: -0.3vw;
  }

  .wrapper-select .choices__list--dropdown .choices__list,
  .wrapper-select .choices__list[aria-expanded] .choices__list {
    max-height: 30.24vw;
  }

  .wrapper-input__input {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-input__input::-webkit-input-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-input__input::-moz-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-input__input:-ms-input-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-input__input::-ms-input-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-input__input::placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-input--default .wrapper-input__input {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 1.614vw;
    min-height: 3.75vw;
    max-height: 3.75vw;
    border: 0.1vw solid #E8E8E8;
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }

  .wrapper-input--price .wrapper-input__input {
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
    border: 0.1vw solid #E8E8E8;
    min-height: 3.75vw;
    max-height: 3.75vw;
  }

  .wrapper-input--search .wrapper-input__icon-search {
    top: 0.5vw;
    right: 1vw;
  }

  .wrapper-input--search .wrapper-input__input {
    min-height: 3vw;
    max-height: 3vw;
    padding: 0.75vw 2.5vw 0.5vw 1.1vw;
    border-radius: 0.25vw;
    border: 0.125vw solid #404040;
  }

  .modal--mobmenu .modal__menu-popup {
    margin-right: 2vw;
  }

  .modal--mobmenu .modal__nav {
    margin-bottom: 3vw;
  }

  .modal--mobmenu .modal__wrapper-search {
    max-width: 24vw;
  }

  .modal--mobmenu .modal__title {
    margin-bottom: 1.5vw;
  }

  .modal--mobmenu .modal__menu {
    margin-bottom: -1.5vw;
    max-width: 90vw;
  }

  .modal--mobmenu .modal__item {
    margin-right: 2vw;
    margin-bottom: 1.5vw;
  }

  .modal--mobmenu .modal__link {
    font-size: 1.75vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .modal--mobmenu .modal__phone {
    font-size: 2vw;
    font-weight: 700;
    line-height: 2.25vw;
    margin-bottom: 0.5vw;
  }

  .modal--mobmenu .modal__timeworks {
    font-size: 1.55vw;
    font-weight: 400;
    line-height: 1.65vw;
  }

  .modal--mobmenu .modal__contacts {
    margin-bottom: 1.25vw;
  }

  .modal--mobmenu .modal__social {
    margin-right: 2vw;
  }

  .modal--mobmenu .modal__social-icon--whatsapp {
    min-width: 3vw;
    min-height: 3vw;
    width: 3vw;
    height: 3vw;
  }

  .modal--mobmenu .modal__social-icon--telegram {
    min-width: 3.75vw;
    min-height: 3.75vw;
    width: 3.75vw;
    height: 3.75vw;
  }

  .modal--mobmenu .modal__close {
    width: 2vw;
    height: 2vw;
    min-width: 2vw;
    min-height: 2vw;
    margin-right: 3vw;
    margin-top: 3vw;
  }

  .modal--mobmenu .modal__icon--close {
    width: 2vw;
    height: 2vw;
    min-width: 2vw;
    min-height: 2vw;
  }

  .modal--mobmenu .modal__icon--close .modal__svg .modal__path {
    width: 2vw;
    height: 2vw;
    min-width: 2vw;
    min-height: 2vw;
  }

  .wrapper-textarea__textarea {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
    min-height: 10vw;
    max-height: 10vw;
    border: 0.1vw solid #E8E8E8;
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }

  .wrapper-textarea__textarea::-webkit-input-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-textarea__textarea::-moz-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-textarea__textarea:-ms-input-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-textarea__textarea::-ms-input-placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .wrapper-textarea__textarea::placeholder {
    font-size: 1.614vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .header-fixheight {
    height: 10vw;
  }

  .header {
    max-height: 10vw;
    height: 10vw;
    -webkit-box-shadow: 0.1vw 0.1vw 1.613vw rgba(0, 0, 0, 0.3);
            box-shadow: 0.1vw 0.1vw 1.613vw rgba(0, 0, 0, 0.3);
  }

  .header__logo {
    max-width: 35vw;
    width: 35vw;
  }

  .header__logo-img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .header__content-top {
    padding-left: 1vw;
    border-bottom: 0.1vw solid rgba(0, 0, 0, 0.2);
  }

  .header__item {
    margin-right: 1vw;
  }

  .header__item:nth-child(odd) {
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .header__block-login {
    padding: 0 2.41vw;
    border-left: 0.1vw solid rgba(0, 0, 0, 0.2);
  }

  .header__login-text {
    font-size: 1.41vw;
    font-weight: 400;
    line-height: 2.41vw;
  }

  .header__login-text:after {
    height: 0.1vw;
    bottom: 0.32vw;
  }

  .header__block-basket {
    padding-top: 1.12vw;
    padding-bottom: 0.9vw;
    padding-left: 1.2vw;
  }

  .header__basket-link {
    margin-right: 1.613vw;
  }

  .header__basket-icon {
    margin-right: 1.41vw;
  }

  .header__basket-price {
    font-size: 1.41vw;
    font-weight: 400;
    line-height: 2.41vw;
    margin-right: 0.32vw;
  }

  .header__basket-container {
    margin-right: 3.22vw;
  }

  .header__content-bottom {
    display: -ms-grid;
    display: grid;
    row-gap: 0.5vw;
    padding-top: 1vw;
    padding-bottom: 0.8vw;
    padding-left: 1vw;
    margin-right: 3.22vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__hamburger {
    margin-right: auto;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .header__hamburger::before,
  .header__hamburger::after,
  .header__hamburger-line {
    min-height: 0.2vw;
    height: 0.2vw;
    border-bottom: 0.28vw solid #434353;
  }

  .header__hamburger::before {
    min-width: 2.41vw;
    width: 2.41vw;
  }

  .header__hamburger::after,
  .header__hamburger-line {
    min-width: 2vw;
    width: 2vw;
  }

  .header__hamburger-line {
    margin: 0.4vw 0;
  }

  .header__menu-popup--categories {
    margin-right: 1vw;
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 17vw;
    margin-left: 1vw;
  }

  .header__menu-popup--city {
    margin-right: 1vw;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .header__wrapper-search {
    max-width: 25vw;
    width: 25vw;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-right: 1vw;
  }

  .header__socials {
    margin-right: 0;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .header__social {
    margin-right: 1vw;
  }

  .header__contacts {
    display: none;
  }

  .header__phone {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.65vw;
  }

  .header__timeworks {
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.814vw;
    text-align: left;
  }

  .footer {
    padding: 3.22vw 0 10.08vw 0;
  }

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

  .footer__content-top .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__content-bottom .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  .footer__content-left {
    margin-bottom: 2vw;
    margin-right: 0;
  }

  .footer__content-right {
    padding-top: 0;
    margin-left: 0;
  }

  .footer__wrapper-logo {
    max-width: 26vw;
    max-height: 7vw;
    width: 26vw;
    margin-bottom: 1.833vw;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__city {
    font-size: 2.21vw;
    font-weight: 400;
    line-height: 2.75vw;
    margin-bottom: 2.41vw;
    text-align: center;
  }

  .footer__depart-contacts {
    margin-bottom: 1.613vw;
    -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;
  }

  .footer__wrapper-worktime {
    margin-right: 0;
    margin-bottom: 2vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__worktime {
    font-size: 2.25vw;
    font-weight: 400;
    line-height: 2.75vw;
  }

  .footer__mail {
    font-size: 2.25vw;
    font-weight: 400;
    line-height: 2.75vw;
    text-align: center;
  }

  .footer__phones {
    margin-bottom: 1.25vw;
  }

  .footer__wrapper-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.25vw;
  }

  .footer__wrapper-phone:last-child {
    margin-bottom: 0;
  }

  .footer__phone-name {
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 2.41vw;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.5vw;
  }

  .footer__phone-link {
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 2.41vw;
  }

  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__container-phone {
    margin-right: 0;
    margin-bottom: 1.25vw;
  }

  .footer__icon-phone {
    margin-right: 1.75vw;
  }

  .footer__big-phone {
    font-size: 2.85vw;
    font-weight: 400;
    line-height: 3.25vw;
  }

  .footer__socials {
    margin-bottom: 1.25vw;
  }

  .footer__social {
    min-width: 5vw;
    min-height: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 0.4vw;
    margin-right: 1.25vw;
  }

  .footer__social-icon--whatsapp {
    min-width: 3.75vw;
    min-height: 3.75vw;
    width: 3.75vw;
    height: 3.75vw;
  }

  .footer__social-icon--telegram {
    min-width: 4.25vw;
    min-height: 4.25vw;
    width: 4.25vw;
    height: 4.25vw;
  }

  .footer__contact {
    font-size: 2.41vw;
    font-weight: 400;
    line-height: 2.41vw;
    margin-bottom: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__contact-city {
    margin-bottom: 0.75vw;
  }

  .footer__contact-phone {
    margin-left: 0;
    margin-top: 1vw;
  }

  .footer__wrapper-state {
    max-width: 11vw;
    max-height: 4.12vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25vw;
  }

  .footer__img-state {
    width: 11vw;
    height: 4.12vw;
  }

  .footer__address-copy {
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 2.2vw;
    margin-right: 0;
    text-align: center;
    margin-bottom: 1.25vw;
  }

  .footer__wrapper-rules {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2vw;
  }

  .footer__link-min {
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 2.2vw;
    margin-right: 0;
    margin-bottom: 1.25vw;
  }

  .footer__adv {
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 2.2vw;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: auto;
  }

  .b-filtered {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 6vw;
    padding-bottom: 4vw;
  }

  .b-filtered__selects {
    margin-bottom: 1.9vw;
  }

  .b-filtered__wrapper-select .choices__list--single .choices__item--selectable {
    max-width: 15vw;
  }

  .b-filtered__checkboxes {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 1.9vw;
  }

  .b-filtered__range-slider {
    margin-bottom: 1.9vw;
    padding-right: 1.25vw;
  }

  .b-filtered__range-inputs {
    margin-bottom: 1.9vw;
  }

  .b-filtered__wrapper-button {
    max-width: 19vw;
  }

  .b-sorted {
    padding: 1.613vw 3.22vw;
  }

  .b-sorted__title {
    font-size: 1.45vw;
    font-weight: 600;
    line-height: 1.513vw;
    margin-right: 3.22vw;
  }

  .b-sorted__sort {
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.2vw;
    margin-right: 2.41vw;
  }

  .b-pagination {
    padding: 1vw 3.22vw 1vw 1.613vw;
  }

  .b-pagination__title {
    font-size: 1.45vw;
    font-weight: 600;
    line-height: 1.513vw;
  }

  .b-pagination__line {
    border-bottom: 0.15vw solid #000;
    min-height: 0.15vw;
    height: 0.15vw;
    top: 0.3vw;
    margin-right: 0.5vw;
  }

  .b-pagination__page {
    font-size: 1.45vw;
    font-weight: 600;
    line-height: 1.69vw;
    margin-right: 0.3vw;
    border-radius: 0.3vw;
    padding: 0.8vw 1.2vw;
    border: 0.1vw solid transparent;
  }

  .b-pagination__page:after {
    font-size: 1vw;
    bottom: -0.3vw;
    left: 0.6vw;
  }

  .b-pagination__page:before {
    width: 0.75vw;
    height: 0.75vw;
    right: -0.1vw;
  }

  .b-pagination__page:hover {
    border: 0.1vw solid #E6E6E6;
  }

  .b-pagination__page--active {
    border: 0.1vw solid #E6E6E6;
  }

  .b-pagination__viewby {
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.2vw;
    margin-right: 0.5vw;
  }

  .b-pagination__viewby:after {
    bottom: -0.1vw;
  }

  .sc-main {
    margin-top: 3.62vw;
    margin-bottom: 3vw;
  }

  .sc-main__container {
    max-height: 37vw;
    height: 37vw;
  }

  .sc-main__slide-img {
    height: 37vw;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sc-main__arrows {
    padding: 0 2vw;
  }

  .sc-main__banner {
    height: 50%;
    margin-bottom: 3vw;
  }

  .sc-catalog {
    padding: 3.02vw 0 3.62vw 0;
    margin-bottom: 3.22vw;
  }

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

  .sc-catalog__title {
    margin-right: 1.613vw;
  }

  .sc-category {
    padding-top: 3.22vw;
    padding-bottom: 2vw;
  }

  .sc-category__content-top {
    padding-bottom: 1.411vw;
  }

  .sc-category__content-bottom {
    padding: 1.2vw 0 1.2vw 0.4vw;
    border-top: 0.1vw solid rgba(0, 0, 0, 0.1);
  }

  .sc-category__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-category__content-right {
    padding-top: 4vw;
    left: 1vw;
  }

  .sc-category__content-left {
    width: 22vw;
    max-width: 22vw;
  }

  .sc-category__main-title {
    margin-bottom: 2.5vw;
  }

  .sc-category__item-sizes {
    margin-bottom: 2.5vw;
  }

  .sc-category__margintop-24px {
    margin-top: 2vw;
  }

  .sc-category__title {
    font-size: 1.75vw;
    font-weight: 400;
    line-height: 2vw;
    margin-bottom: 1vw;
  }

  .sc-category__wrapper-sizes {
    margin-bottom: -1vw;
  }

  .sc-category__wrapper-sizes .sc-category__type {
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.75vw;
    margin-right: 1vw;
    padding: 0 0.5vw;
  }

  .sc-category__item-list {
    margin-bottom: 2vw;
  }

  .sc-category__list-item {
    line-height: 1.75vw;
  }

  .sc-category__wrapper-button {
    max-width: 18vw;
    width: 18vw;
  }

  .sc-category__swiper-partners .swiper-slide {
    height: 4vw;
    margin-right: 1.613vw;
  }

  .sc-category__img-partner {
    max-width: 15vw;
  }

  .sc-category--indent {
    margin-bottom: 4vw;
  }

  .sc-benefits {
    margin: 4.83vw 0 6.45vw 0;
  }

  .sc-benefits__content-left {
    padding-top: 0.8vw;
    padding-right: 5.54vw;
  }

  .sc-benefits__title {
    margin-bottom: 2.82vw;
  }

  .sc-benefits__menu {
    margin-bottom: 1.613vw;
  }

  .sc-benefits__item {
    margin-bottom: 1.444vw;
  }

  .sc-benefits__link {
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.41vw;
  }

  .sc-benefits__wrapper-button {
    max-width: 17vw;
  }

  .sc-benefits__wrapper-text {
    margin-bottom: 2.41vw;
    padding-right: 9vw;
  }

  .sc-benefits__desc {
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.5vw;
    margin-bottom: 2vw;
  }

  .sc-benefits__benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-benefits__benefit:nth-child(1) .sc-benefits__img {
    width: 3.5vw;
    height: 7vw;
  }

  .sc-benefits__benefit:nth-child(2) .sc-benefits__img {
    width: 5.34vw;
    height: 4.1vw;
  }

  .sc-benefits__benefit:nth-child(3) .sc-benefits__img {
    width: 4.25vw;
    height: 5vw;
  }

  .sc-benefits__benefit:nth-child(4) .sc-benefits__img {
    width: 5.41vw;
    height: 3.8vw;
  }

  .sc-benefits__wrapper-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
    min-height: 7vw;
    margin-bottom: 1.5vw;
  }

  .sc-benefits__benefit-title {
    font-size: 1.814vw;
    font-weight: 600;
    line-height: 2.41vw;
  }

  .sc-benefits--bg-white {
    padding-top: 4.63vw;
    padding-bottom: 6.04vw;
  }

  .sc-allcategories__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 4.83vw;
       -moz-column-gap: 4.83vw;
            column-gap: 4.83vw;
    row-gap: 2.5vw;
  }

  .sc-infocategory {
    padding: 2.41vw 1.5vw;
    margin-bottom: 2.41vw;
  }

  .sc-infocategory__title {
    margin-bottom: 3.22vw;
  }

  .sc-infocategory__content-top {
    margin-bottom: 2vw;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2vw;
  }

  .sc-infocategory__subcategories {
    margin-right: 1.75vw;
    row-gap: 0.75vw;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-infocategory__subcategory {
    border-bottom: 0.1vw solid #E7E7E7;
  }

  .sc-infocategory__subcategory-link {
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .sc-infocategory__wrapper-info {
    padding-right: 1.614vw;
  }

  .sc-infocategory__desc-info {
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.6vw;
    margin-bottom: 1.5vw;
    max-width: unset;
  }

  .sc-infocategory__contact {
    margin-right: 1vw;
  }

  .sc-infocategory__phone {
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2.3vw;
  }

  .sc-infocategory__worktime {
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.6vw;
  }

  .sc-infocategory__items-title {
    font-size: 1.7vw;
    font-weight: 400;
    line-height: 2vw;
    margin-right: 2.1vw;
    white-space: nowrap;
  }

  .sc-infocategory__wrapper-tags {
    margin-bottom: 2vw;
  }

  .sc-infocategory__wrapper-tags .sc-infocategory__wrapper-flex {
    margin-bottom: -1vw;
  }

  .sc-infocategory__wrapper-flex {
    max-width: 72vw;
  }

  .sc-infocategory__tag {
    font-size: 1.625vw;
    font-weight: 400;
    line-height: 2vw;
    margin-bottom: 1vw;
  }

  .sc-infocategory__brand {
    line-height: 1.75vw;
  }

  .sc-infocategory--product {
    margin-bottom: 4.6vw;
  }

  .sc-itemscategory {
    margin-bottom: 2.91vw;
  }

  .sc-itemscategory__title {
    margin-bottom: 3.22vw;
  }

  .sc-itemscategory__wrapper--sorted {
    margin-bottom: 2.21vw;
  }

  .sc-itemscategory__wrapper--buttons {
    max-width: 18vw;
  }

  .sc-itemscategory__wrapper--products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-itemscategory--product {
    margin-bottom: 5.6vw;
  }

  .sc-itemscategory--product .sc-itemscategory__wrapper--products {
    margin-bottom: 2.62vw;
  }

  .sc-product {
    margin-bottom: 6.45vw;
  }

  .sc-product__wrapper-image {
    border: 0.2vw solid #006088;
  }

  .sc-product__navigation {
    margin-bottom: 3.22vw;
  }

  .sc-product__product-code {
    font-size: 1.35vw;
    font-weight: 400;
    line-height: 1.35vw;
    position: relative;
    top: -0.1vw;
  }

  .sc-product__title {
    font-size: 2.65vw;
    font-weight: 700;
    line-height: 3vw;
  }

  .sc-product__instock {
    margin-bottom: 1.9vw;
  }

  .sc-product__wrapper-price {
    margin-bottom: 1.9vw;
    position: relative;
  }

  .sc-product__oldprice {
    margin-right: 1.7vw;
    position: relative;
    top: 0.25vw;
  }

  .sc-product__price {
    margin-right: 1.5vw;
  }

  .sc-product__wrapper-button {
    max-width: 17.5vw;
    margin-right: 1vw;
  }

  .sc-product__btn {
    font-size: 1.6vw;
    line-height: 1.75vw;
    padding: 0.5vw 0.5vw 0.5vw 0.75vw;
    min-height: 3.75vw;
    max-height: 3.75vw;
  }

  .sc-product__wrapper-variables {
    margin-bottom: 2.5vw;
  }

  .sc-product__category {
    margin-right: 1.8vw;
  }

  .sc-product__category-season {
    margin-right: 1.4vw;
  }

  .sc-product__category-name {
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 2.7vw;
    top: -0.24vw;
    border-bottom: 0.1vw dashed #0099DE;
  }

  .sc-product__season-icon {
    min-width: 3.5vw;
    min-height: 3.5vw;
    width: 3.5vw;
    height: 3.5vw;
  }

  .sc-product__surprise-link {
    width: 5vw;
    height: 5vw;
    min-width: 5vw;
    min-height: 5vw;
  }

  .sc-product__surprise-icon {
    width: 3vw;
    height: 3vw;
    min-width: 3vw;
    min-height: 3vw;
  }

  .sc-product__variable {
    font-size: 1.9vw;
    font-weight: 400;
    line-height: 2.4vw;
    margin-right: 1.7vw;
  }

  .sc-product__icon-sound {
    margin-right: 0.5vw;
  }

  .sc-product__charact {
    margin-bottom: 1.2vw;
  }

  .sc-basket {
    padding-bottom: 5vw;
  }

  .sc-basket__wrapper-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sc-basket__content-left {
    margin-right: 0;
    margin-bottom: 5vw;
    width: 100%;
  }

  .sc-basket__content-right {
    position: static;
    width: 100%;
    padding: 4vw 2.5vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.25);
  }

  .sc-basket__title {
    margin-bottom: 3.22vw;
  }

  .sc-basket__products {
    gap: 2.5vw;
  }

  .checkout-in {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    padding: 0;
  }

  .checkout-in__title {
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-bottom: 3vw;
  }

  .checkout-in__title {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 5vw;
  }

  .checkout-in__wrapper-input,
  .checkout-in__wrapper-textarea,
  .checkout-in__wrapper-checkbox {
    margin-bottom: 1.5vw;
  }

  .checkout-in__wrapper-input,
  .checkout-in__wrapper-textarea,
  .checkout-in__wrapper-checkbox {
    margin-bottom: 2.5vw;
  }

  .checkout-in__wrapper-select {
    margin-bottom: 2vw;
  }

  .checkout-in__wrapper-select {
    margin-bottom: 3.5vw;
  }

  .checkout-in__wrapper-button {
    max-width: 25vw;
    margin-left: auto;
    margin-right: auto;
  }

  .info-prices {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
    margin-bottom: 1.5vw;
    background-color: unset;
  }

  .info-prices__header {
    border-bottom: 0.1vw solid rgba(0, 0, 0, 0.25);
    padding-bottom: 2vw;
  }

  .info-prices__count-product,
  .info-prices__body span {
    font-size: 1.75vw;
    line-height: 2vw;
  }

  .info-prices__clear-basket {
    font-size: 2.15vw;
    line-height: 2.4vw;
  }

  .info-prices__body {
    padding: 2vw 0;
  }

  .info-prices__body p {
    font-size: 3.25vw;
    line-height: 3vw;
  }

  .basket-product {
    -webkit-box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.25);
    padding: 2vw;
  }

  .basket-product__wrapper-img {
    max-width: 20vw;
    width: 20vw;
    margin-right: 2.5vw;
  }

  .basket-product__title {
    font-size: 1.87vw;
    font-weight: 500;
    line-height: 2vw;
    margin-bottom: 0.5vw;
  }

  .basket-product__close {
    margin-bottom: 0;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 1.6vw;
  }

  .basket-product__wrapper-title {
    width: 30vw;
    max-width: 30vw;
  }

  .basket-product__wrapper-counter {
    margin-bottom: 1vw;
  }

  .basket-product__counter-button {
    width: 2.5vw;
    height: 2.5vw;
    font-size: 3vw;
  }

  .basket-product__counter {
    font-size: 2vw;
    height: 2.5vw;
    padding: 0 1.25vw;
  }

  .basket-product__price-title {
    font-size: 1.613vw;
    font-weight: 400;
    line-height: 1.6vw;
    margin-bottom: 1.2vw;
  }

  .basket-product__main-price {
    font-size: 1.613vw;
    font-weight: 400;
    line-height: 1.6vw;
    margin-bottom: 1vw;
    margin-top: 0.25vw;
  }

  .basket-product__main-price span {
    font-size: 1.5vw;
  }

  .basket-product__current-price {
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .basket-product__current-price span {
    font-size: 1.6vw;
  }
}

@media (max-width: 768px) {
  *,
  *:before,
  *:after {
    font-size: 5vw;
    font-weight: 400;
    line-height: 6.5vw;
  }

  .main__head {
    margin-bottom: 10vw;
  }

  .products-card__stock {
    font-size: 4vw !important;
    font-weight: 400;
    line-height: 5.5vw;
  }

  .products-card__bottom {
    margin-left: 0;
  }

  .products-card2 .products-card__image {
    margin-bottom: 4px !important;
  }

  .products-card__wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .products-card__basket {
    margin-top: auto !important;
  }

  .products-card2 {
    padding: 8px !important;
  }

  .products-card__title {
    width: auto !important;
    margin-right: 0;
    margin-top: 0 !important;
  }

  .title-h2 {
    font-size: 7.5vw;
    font-weight: 700;
    line-height: 10vw;
  }

  .title-h3 {
    font-size: 5.625vw;
    font-weight: 700;
    line-height: 7.5vw;
  }

  .window-pop-up p {
    font-size: 5vw;
    font-weight: 400;
    line-height: 6.5vw;
  }

  .text {
    font-size: 5vw;
    font-weight: 400;
    line-height: 6.5vw;
  }

  .text-currency {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .all-link {
    font-size: 6.25vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .container {
    margin: 0 5vw;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-container__content-left {
    max-width: unset;
    width: 100%;
  }

  .main-container__content-right {
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .main-container__content-right--indent-top {
    padding-top: 0;
  }

  .main-container__content-right--indent-topmax {
    padding-top: 0;
  }

  .main-container__content-right--indent-min {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container__filtered {
    margin-bottom: 0;
  }

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

  .icon--search {
    min-width: 7vw;
    min-height: 7vw;
    width: 7vw;
    height: 7vw;
    background-size: 7vw;
  }

  .icon--arrow-bottom-black {
    min-width: 2.5vw;
    min-height: 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
  }

  .icon--whatsapp {
    min-width: 5vw;
    min-height: 5vw;
    width: 5vw;
    height: 5vw;
  }

  .icon--telegram {
    min-width: 6vw;
    min-height: 6vw;
    width: 6vw;
    height: 6vw;
  }

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

  .icon--summer {
    min-width: 5.75vw;
    min-height: 5.75vw;
    width: 5.75vw;
    height: 5.75vw;
  }

  .icon--winter {
    min-width: 5vw;
    min-height: 5vw;
    width: 5vw;
    height: 5vw;
  }

  .icon--surprise {
    min-width: 4.375vw;
    min-height: 4.375vw;
    width: 4.375vw;
    height: 4.375vw;
    background-size: 4.375vw;
  }

  .icon--sound {
    min-width: 3.125vw;
    min-height: 2.5vw;
    width: 3.125vw;
    height: 2.5vw;
  }

  .icon--phone {
    min-width: 7.5vw;
    min-height: 11.25vw;
    width: 7.5vw;
    height: 11.25vw;
  }

  .icon--charlink {
    min-width: 2.5vw;
    min-height: 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
  }

  .menu-popup__name {
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 3.75vw;
    padding: 3.125vw 2.75vw;
    min-height: 7.5vw;
    max-height: 7.5vw;
  }

  .menu-popup__icon {
    top: 0.5vw;
    display: none;
  }

  .menu-popup__items {
    max-height: 93.75vw;
    -webkit-box-shadow: 0.31vw 0.31vw 5vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.31vw 0.31vw 5vw rgba(0, 0, 0, 0.2);
    top: 7.5vw;
    min-width: 50vw;
    left: -14vw;
  }

  .menu-popup__item {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5vw;
    padding: 2.5vw 5vw;
  }

  .menu-popup--transparent .menu-popup__name {
    min-height: unset;
    max-height: unset;
  }

  .menu-popup--transparent .menu-popup__item {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
    padding: 3.1vw 5vw;
  }

  .menu-popup--transparent .menu-popup__items {
    left: unset;
  }

  .menu-popup--transparent .menu-popup__icon {
    margin-left: 2vw;
    display: block;
  }

  .mob-tabs__nav {
    width: 100%;
    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;
  }

  .mob-tabs__arrow {
    display: block;
  }

  .mob-tabs__icon {
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    -o-transition: transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
    min-width: 3vw;
    min-height: 3vw;
    width: 3vw;
    height: 3vw;
  }

  .mob-tabs__nav--active .mob-tabs__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .mob-tabs__content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-animation: tabsOut 0.3s linear;
            animation: tabsOut 0.3s linear;
    overflow: hidden;
  }

  .mob-tabs__content--active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    -webkit-animation: tabsIn 0.3s linear;
            animation: tabsIn 0.3s linear;
  }

  .charact:before {
    min-height: 0.625vw;
    height: 0.625vw;
    border-bottom: 0.625vw solid #0099DE;
  }

  .charact:after {
    min-width: 5.625vw;
    min-height: 5.625vw;
    width: 5.625vw;
    height: 5.625vw;
  }

  .charact__type,
  .charact__name {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
  }

  .charact__type {
    padding-right: 5vw;
  }

  .charact__name {
    padding-left: 5vw;
    padding-right: 1.25vw;
  }

  .charact__question {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    min-width: 5.625vw;
    min-height: 5.625vw;
    width: 5.625vw;
    height: 5.625vw;
  }

  .charact__question-button {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 4.375vw;
    min-width: 5.25vw;
    min-height: 5.25vw;
    width: 5.25vw;
    height: 5.25vw;
  }

  .charact__answer {
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 3.625vw;
    max-width: 50vw;
    width: 50vw;
    top: -16vw;
    left: -45vw;
    padding: 2.5vw;
    -webkit-box-shadow: 0.31vw 0.31vw 3.125vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.31vw 0.31vw 3.125vw rgba(0, 0, 0, 0.2);
  }

  .charact__wrapper-link {
    min-width: 5.625vw;
    min-height: 5.625vw;
    width: 5.625vw;
    height: 5.625vw;
    border-radius: 2vw;
    border: 0.5vw solid #0099DE;
  }

  .category__wrapper-icon {
    min-width: 12.5vw;
    min-height: 12.5vw;
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 5vw;
    border-radius: 0.125vw;
    padding: 0;
    border: 0.31vw solid rgb(0, 0, 0);
  }

  .category__img {
    max-width: 10vw;
    max-height: 9.5vw;
    width: 7.5vw;
  }

  .category__link {
    font-size: 6.25vw;
    font-weight: 500;
    line-height: 7.5vw;
  }

  .category--block .category__wrapper-icon {
    min-width: 12.5vw;
    min-height: 12.5vw;
    width: 12.5vw;
    height: 12.5vw;
  }

  .category--block .category__link {
    font-size: 6.25vw;
    font-weight: 500;
    line-height: 7.5vw;
  }

  .nav-page__text {
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 3.75vw;
  }

  .nav-page__text:after {
    margin: 0 2.5vw;
  }

  .range-slider .noUi-connects {
    border-radius: 0.9375vw;
    height: 3.75vw;
  }

  .range-slider.noUi-target {
    border-radius: 1.25vw;
    height: 3.75vw;
    border: 0.31vw solid #C6C6C6;
  }

  .range-slider .noUi-handle {
    width: 5.625vw;
    height: 5.625vw;
    border: 0.31vw solid #C6C6C6;
    border-radius: 1.25vw;
    right: -2.5vw;
    top: -1.25vw;
  }

  .cat-type {
    font-size: 6.25vw;
    font-weight: 400;
    line-height: 7.5vw;
    padding: 0 2.5vw;
    margin-right: 3.75vw;
    border-radius: 0.625vw;
    margin-bottom: 3.125vw;
  }

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

  .swiper--products .swiper-wrapper {
    max-width: 100%;
  }

  .swiper--products .swiper-slide {
    width: calc(50% - 2.5vw);
    margin-right: 5vw;
  }

  .cat-card {
    width: 100%;
    padding: 10vw 0 5vw 0;
    border-radius: 1.25vw;
  }

  .cat-card__wrapper-title {
    margin-bottom: 5vw;
  }

  .cat-card__main-title {
    margin-bottom: 2.5vw;
  }

  .cat-card__addprice {
    min-height: unset;
    margin-right: 0;
    margin-bottom: -2.5vw;
  }

  .cat-card__link-price {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-right: 2.5vw;
    margin-bottom: 2.5vw;
  }

  .cat-card__products {
    padding: 0 5vw;
    margin-bottom: 5vw;
  }

  .cat-card__product {
    border: 0.31vw solid #99B9CD;
    padding: 3vw 2.5vw;
    border-radius: 0.25vw;
    margin-bottom: 2.5vw;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  .cat-card__wrapper-image {
    min-width: 20vw;
    max-width: 20vw;
    min-height: unset;
    max-height: unset;
    margin-right: 2.5vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .cat-card__img {
    min-width: 15vw;
    max-width: 20vw;
    min-height: 15vw;
    max-height: 20vw;
  }

  .cat-card__product-title {
    font-size: 4.375vw;
    font-weight: 500;
    line-height: 5vw;
    padding-right: 0;
    min-height: unset;
    margin-bottom: 3.5vw;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 50vw;
  }

  .cat-card__currency {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 4.375vw;
  }

  .cat-card__wrapper-price {
    position: relative;
  }

  .cat-card__price {
    font-size: 5.625vw;
    font-weight: 700;
    line-height: 6.25vw;
    margin-right: 4.375vw;
  }

  .cat-card__oldprice {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-right: 1.25vw;
    position: absolute;
    top: -3.5vw;
    left: 2vw;
  }

  .cat-card__wrapper-button {
    max-width: 35vw;
  }

  .instock__label {
    font-size: 3.125vw;
    font-weight: 600;
    line-height: 3.125vw;
    padding: 1vw 2.5vw 1vw 3.125vw;
    margin-right: 2vw;
    min-height: 5vw;
    height: 5vw;
  }

  .instock__line {
    border-left: 1.25vw solid #CDCDCD;
    min-width: 1.25vw;
    width: 1.25vw;
    margin-right: 0.65vw;
  }

  .instock__line--line1 {
    min-height: 5vw;
    height: 5vw;
  }

  .instock__line--line2 {
    min-height: 4.125vw;
    height: 4.125vw;
  }

  .instock__line--line3 {
    min-height: 2.6vw;
    height: 2.6vw;
  }

  .instock__line--line4 {
    min-height: 1.4vw;
    height: 1.4vw;
  }

  .instock--big .instock__label {
    font-size: 5vw;
    font-weight: 400;
    line-height: 6.25vw;
    padding: 1.56vw 2.5vw 1.56vw 3.125vw;
    margin-right: 3.125vw;
    min-height: 8vw;
    height: 8vw;
  }

  .instock--big .instock__line--line1 {
    min-height: 6.25vw;
    height: 6.25vw;
  }

  .instock--big .instock__line--line2 {
    min-height: 4.155vw;
    height: 4.155vw;
  }

  .instock--big .instock__line--line3 {
    min-height: 2.6vw;
    height: 2.6vw;
    margin-right: 0.7vw;
  }

  .instock--big .instock__line--line4 {
    min-height: 1.25vw;
    height: 1.25vw;
  }

  .product {
    width: 100%;
    border-radius: 1.25vw;
    border: 0.31vw solid #A6C1D3;
    padding: 7.5vw 1.25vw 3.125vw 1.25vw;
  }

  .product__tag-stock {
    min-height: 20vw;
    left: -0.31vw;
    top: -0.31vw;
  }

  .product__wrapper-stock {
    font-size: 3.125vw;
    font-weight: 700;
    line-height: 3.75vw;
    padding: 0.75vw 7.5vw;
    -webkit-transform: rotate(-40deg) translate(-7.5vw, -3vw);
        -ms-transform: rotate(-40deg) translate(-7.5vw, -3vw);
            transform: rotate(-40deg) translate(-7.5vw, -3vw);
  }

  .product__wrapper-image {
    min-height: 15vw;
    max-height: 20vw;
    margin-bottom: 2.5vw;
  }

  .product__wrapper-image--bigsize {
    min-height: 20vw;
    max-height: 30vw;
  }

  .product__wrapper-image--large {
    min-height: 20vw;
    max-height: 30vw;
  }

  .product__wrapper-image--medium {
    min-height: 15vw;
    max-height: 25vw;
  }

  .product__content-header {
    margin-bottom: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product__content-body {
    margin-bottom: 2.5vw;
  }

  .product__content-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product__tag-sprice,
  .product__tag-new {
    font-size: 2.89vw;
    font-weight: 700;
    line-height: 3.125vw;
  }

  .product__tag-sprice {
    right: 1.75vw;
    top: 2.81vw;
  }

  .product__tag-new {
    right: 1vw;
    top: -1vw;
  }

  .product__category {
    margin-bottom: 2.5vw;
  }

  .product__category-name {
    font-size: 5vw;
    font-weight: 700;
    line-height: 4.375vw;
  }

  .product__category-season {
    right: -5.5vw;
    top: -0.75vw;
    left: unset;
  }

  .product__category-season .icon--summer {
    left: 1vw;
  }

  .product__instock {
    margin-left: 0;
  }

  .product__wrapper-title {
    min-height: 17.5vw;
    margin-bottom: 1.25vw;
  }

  .product__title {
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 4.375vw;
    display: block;
    max-width: 38vw;
    word-wrap: break-word;
  }

  .product__variable {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 3.75vw;
    margin-right: 1.25vw;
  }

  .product__icon-sound {
    margin-right: 1.25vw;
  }

  .product__surprise {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    margin-right: 1.25vw;
  }

  .product__surprise-link {
    min-width: 8vw;
    min-height: 8vw;
    width: 8vw;
    height: 8vw;
  }

  .product__wrapper-content {
    height: 100%;
  }

  .product__wrapper-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-top: auto;
  }

  .product__tag-oldprice {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 4.375vw;
    top: 1.5vw;
    margin-left: 0;
    left: -7.5vw;
  }

  .product__price {
    font-size: 5vw;
    font-weight: 700;
    line-height: 7.5vw;
    margin-right: 0;
    white-space: nowrap;
    margin-bottom: 1.25vw;
  }

  .product__currency {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 3.4vw;
    margin-left: 1.25vw;
  }

  .product__wrapper-button {
    max-width: 45vw;
    width: 100%;
  }

  .product--outerindent {
    padding: 12.5vw 3.125vw 3.125vw 3.125vw;
  }

  .btn--oversmall {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 4.25vw;
    border-radius: 1.75vw;
    padding: 1vw 2vw;
    min-height: 8.125vw;
    max-height: 8.125vw;
  }

  .btn--small {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5vw;
    min-height: 7.5vw;
    max-height: 7.5vw;
    border-radius: 1.25vw;
    padding: 0 2.5vw;
  }

  .btn--average {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
    border-radius: 1.75vw;
    padding: 3.125vw 5vw;
    min-height: 12.5vw;
    max-height: 12.5vw;
  }

  .btn--pickup {
    font-size: 5vw;
    font-weight: 500;
    line-height: 7.5vw;
    border-radius: 1.75vw;
    padding: 3.125vw 5vw;
    min-height: 12.5vw;
    max-height: 12.5vw;
  }

  .btn--addbasket {
    font-size: 3.125vw;
    font-weight: 500;
    line-height: 3vw;
    border-radius: 1.75vw;
    padding: 2.5vw;
    min-height: 8.75vw;
    max-height: 8.75vw;
  }

  .card__button2 a {
    border-radius: 1.75vw;
    padding: 3.125vw 5vw;
    min-height: 12.5vw;
    max-height: 12.5vw;
  }

  .card__button2 a span {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .window-pop-up-content .more {
    font-size: 5vw;
    font-weight: 500;
    line-height: 7.5vw;
    border-radius: 1.75vw;
    padding: 3.125vw 5vw;
    min-height: 12.5vw;
    max-height: 12.5vw;
  }

  .wrapper-checkbox__checkbox + .wrapper-checkbox__label::before {
    min-width: 5vw;
    min-height: 5vw;
    width: 5vw;
    height: 5vw;
    border: 0.31vw solid #000;
    margin-right: 2.5vw;
  }

  .wrapper-checkbox__checkbox:checked + .wrapper-checkbox__label::before {
    background-size: 3.25vw;
  }

  .wrapper-checkbox__label {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 1vw;
  }

  .wrapper-select__label {
    font-size: 4.375vw;
    font-weight: 600;
    line-height: 5.625vw;
    margin-bottom: 2.5vw;
  }

  .wrapper-select .choices {
    font-size: 5.625vw;
  }

  .wrapper-select .choices__inner {
    padding: 2.75vw 3.75vw;
    max-height: 12.5vw;
    min-height: 12.5vw;
    border: 0.31vw solid #E8E8E8;
    font-size: 4.375vw;
  }

  .wrapper-select .choices__input {
    font-size: 4.375vw;
  }

  .wrapper-select .choices__list--dropdown,
  .wrapper-select .choices__list[aria-expanded] {
    border: 0.31vw solid #E8E8E8;
    border-bottom-left-radius: 0.781vw;
    border-bottom-right-radius: 0.781vw;
  }

  .wrapper-select .choices__item {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 6.25vw;
  }

  .wrapper-select .choices__placeholder {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 6.25vw;
  }

  .wrapper-select .choices .choices__list--dropdown .choices__item {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 6.25vw;
    padding: 2.75vw 3.75vw;
  }

  .wrapper-select .choices .choices__list--dropdown .choices__item--selectable,
  .wrapper-select .choices .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 3.75vw;
  }

  .wrapper-select .choices__list--dropdown,
  .wrapper-select .choices__list[aria-expanded] {
    margin-bottom: -0.31vw;
  }

  .wrapper-select .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 2.34vw;
  }

  .wrapper-select .choices[data-type*=select-one] .choices__input {
    border-bottom: 0.31vw solid #ddd;
  }

  .wrapper-select .choices[data-type*=select-one]::after {
    min-width: 2.5vw;
    min-height: 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
    right: 3.125vw;
    margin-top: -0.78vw;
  }

  .wrapper-select .choices__list--dropdown .choices__list,
  .wrapper-select .choices__list[aria-expanded] .choices__list {
    max-height: 62.5vw;
  }

  .wrapper-input__input {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-input__input::-webkit-input-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-input__input::-moz-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-input__input:-ms-input-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-input__input::-ms-input-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-input__input::placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-input--default .wrapper-input__input {
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
    min-height: 10vw;
    max-height: 10vw;
    padding: 1.25vw 2.5vw 1.25vw 2.5vw;
    border: 0.31vw solid #E8E8E8;
  }

  .wrapper-input--price .wrapper-input__input {
    min-height: 10vw;
    max-height: 10vw;
    padding: 1.25vw 2.5vw 1.25vw 2.5vw;
    border: 0.31vw solid #E8E8E8;
  }

  .wrapper-input--search .wrapper-input__icon-search {
    top: 1.55vw;
    right: 2vw;
  }

  .wrapper-input--search .wrapper-input__input {
    min-height: 10vw;
    max-height: 10vw;
    padding: 1.875vw 9vw 1.875vw 3.75vw;
    border-radius: 0.8vw;
    border: 0.625vw solid #404040;
  }

  .modal--mobmenu {
    height: auto;
  }

  .modal--mobmenu .modal__dialog,
  .modal--mobmenu .modal__content {
    height: auto;
  }

  .modal--mobmenu .modal__dialog {
    top: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .modal--mobmenu .modal__content {
    padding: 10vw 5vw;
  }

  .modal--mobmenu .modal__wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }

  .modal--mobmenu .modal__menu-popup {
    margin-right: 0;
    margin-bottom: 5vw;
  }

  .modal--mobmenu .modal__nav {
    margin-bottom: 10vw;
  }

  .modal--mobmenu .modal__wrapper-search {
    width: auto;
    max-width: 100%;
    margin-bottom: 10vw;
  }

  .modal--mobmenu .modal__title {
    font-size: 6vw;
    font-weight: 700;
    line-height: 7.5vw;
    margin-bottom: 5vw;
  }

  .modal--mobmenu .modal__menu {
    max-width: unset;
    margin-bottom: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 3.125vw;
  }

  .modal--mobmenu .modal__item {
    margin-right: 0;
    margin-bottom: 0;
  }

  .modal--mobmenu .modal__link {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.62vw;
  }

  .modal--mobmenu .modal__phone {
    font-size: 6vw;
    font-weight: 700;
    line-height: 7.5vw;
    margin-bottom: 1vw;
  }

  .modal--mobmenu .modal__timeworks {
    font-size: 4.37vw;
    font-weight: 400;
    line-height: 5.5vw;
  }

  .modal--mobmenu .modal__contacts {
    margin-bottom: 5vw;
  }

  .modal--mobmenu .modal__social {
    margin-right: 5vw;
  }

  .modal--mobmenu .modal__social-icon--whatsapp {
    min-width: 7.5vw;
    min-height: 7.5vw;
    width: 7.5vw;
    height: 7.5vw;
  }

  .modal--mobmenu .modal__social-icon--telegram {
    min-width: 8.75vw;
    min-height: 8.75vw;
    width: 8.75vw;
    height: 8.75vw;
  }

  .modal--mobmenu .modal__close {
    width: 5vw;
    height: 5vw;
    min-width: 5vw;
    min-height: 5vw;
    margin-right: 5vw;
    margin-top: 5vw;
  }

  .modal--mobmenu .modal__icon--close {
    width: 5vw;
    height: 5vw;
    min-width: 5vw;
    min-height: 5vw;
  }

  .modal--mobmenu .modal__icon--close .modal__svg .modal__path {
    width: 5vw;
    height: 5vw;
    min-width: 5vw;
    min-height: 5vw;
  }

  .wrapper-textarea__textarea {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
    min-height: 30vw;
    max-height: 30vw;
    padding: 1.25vw 2.5vw 1.25vw 2.5vw;
    border: 0.31vw solid #E8E8E8;
  }

  .wrapper-textarea__textarea::-webkit-input-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-textarea__textarea::-moz-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-textarea__textarea:-ms-input-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-textarea__textarea::-ms-input-placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .wrapper-textarea__textarea::placeholder {
    font-size: 5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .header-fixheight {
    height: 29.75vw;
  }

  .header {
    max-height: 29.75vw;
    height: 29.75vw;
    -webkit-box-shadow: 0.31vw 0.15vw 5vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.31vw 0.15vw 5vw rgba(0, 0, 0, 0.2);
  }

  .header__logo {
    display: none;
    width: 130vw;
  }

  .header__logo--mob {
    display: block;
    width: 100%;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .header__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }

  .header__content-top {
    border-bottom: 0.31vw solid rgba(0, 0, 0, 0.2);
    padding-left: 5vw;
    background-color: #005598;
  }

  .header__menu {
    display: none;
  }

  .header__block-login {
    padding-left: 0;
    border-left: unset;
    margin-right: auto;
    margin-left: 0;
  }

  .header__login-text {
    font-size: 4vw;
    font-weight: 400;
    line-height: 6.5vw;
    color: #fff;
  }

  .header__login-text:after {
    background-color: #fff;
    height: 0.31vw;
    bottom: 0.1vw;
  }

  .header__block-basket {
    padding-left: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .header__basket-link {
    margin-right: 3.125vw;
  }

  .header__basket-icon {
    margin-right: 3.125vw;
  }

  .header__basket-price {
    font-size: 4vw;
    font-weight: 400;
    line-height: 6.5vw;
  }

  .header__basket-container {
    margin-right: 0;
    padding-right: 5vw;
  }

  .header__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-right: 0;
    padding-right: 5vw;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__hamburger {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }

  .header__hamburger::before,
  .header__hamburger::after,
  .header__hamburger-line {
    min-height: 0.8vw;
    height: 0.8vw;
    background-color: unset;
    border-bottom: 0.8vw solid #000;
  }

  .header__hamburger::before {
    min-width: 6.5vw;
    width: 6.5vw;
  }

  .header__hamburger::after,
  .header__hamburger-line {
    min-width: 6.5vw;
    width: 6.5vw;
  }

  .header__hamburger-line {
    margin: 0.75vw 0;
  }

  .header__menu-popup--categories {
    max-width: unset;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
  }

  .header__menu-popup--city {
    display: none;
  }

  .header__wrapper-search {
    display: none;
  }

  .header__socials {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-right: 5vw;
    display: none;
  }

  .header__social {
    margin-right: 2vw;
  }

  .header__phone {
    display: none;
  }

  .header__timeworks {
    display: none;
  }

  .footer {
    padding: 10vw 0 10vw 0;
  }

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

  .footer__content-left {
    margin-bottom: 5vw;
  }

  .footer__wrapper-logo {
    max-width: 80%;
    max-height: unset;
    width: 100%;
    margin-bottom: 2.5vw;
  }

  .footer__city {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-bottom: 5vw;
  }

  .footer__depart-contacts {
    margin-bottom: 10vw;
  }

  .footer__wrapper-worktime {
    margin-right: 0;
  }

  .footer__worktime {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
  }

  .footer__mail {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
  }

  .footer__phones {
    margin-bottom: 2.5vw;
  }

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

  .footer__phone-name {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-right: 2.5vw;
  }

  .footer__phone-link {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
  }

  .footer__container-phone {
    margin-bottom: 2.5vw;
  }

  .footer__icon-phone {
    margin-right: 3vw;
  }

  .footer__big-phone {
    font-size: 6.25vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .footer__socials {
    margin-bottom: 0;
  }

  .footer__social {
    min-width: 8vw;
    min-height: 8vw;
    width: 8vw;
    height: 8vw;
    margin-right: 2.5vw;
    background-color: transparent;
    border-radius: 0;
  }

  .footer__social-icon--whatsapp {
    min-width: 7vw;
    min-height: 7vw;
    width: 7vw;
    height: 7vw;
  }

  .footer__social-icon--telegram {
    min-width: 8vw;
    min-height: 8vw;
    width: 8vw;
    height: 8vw;
  }

  .footer__contact {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-bottom: 3.5vw;
  }

  .footer__contact-city {
    margin-bottom: 0;
  }

  .footer__contact-phone {
    margin-top: 0;
  }

  .footer__wrapper-state {
    max-width: 25vw;
    max-height: unset;
    margin-bottom: 2.5vw;
  }

  .footer__img-state {
    width: 25vw;
    height: auto;
  }

  .footer__address-copy {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 3.75vw;
    margin-bottom: 2.5vw;
  }

  .footer__wrapper-rules {
    margin-bottom: 2.5vw;
  }

  .footer__link-min {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 3.75vw;
    margin-right: 0;
    margin-bottom: 1.5vw;
  }

  .footer__adv {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 3.75vw;
  }

  .b-filtered {
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 10vw;
    padding-bottom: 5vw;
    margin-bottom: 0vw;
  }

  .b-filtered__title {
    font-size: 6.25vw;
    font-weight: 700;
    line-height: 7.5vw;
    margin-bottom: 0;
  }

  .b-filtered__form {
    padding-bottom: 5vw;
  }

  .b-filtered__selects {
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 5vw;
    margin-bottom: 5vw;
    padding-top: 10vw;
  }

  .b-filtered__wrapper-select {
    max-width: unset;
    width: 100%;
  }

  .b-filtered__wrapper-select .choices__list--single .choices__item--selectable {
    max-width: 33vw;
  }

  .b-filtered__checkboxes {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 2.5vw;
    margin-bottom: 5vw;
  }

  .b-filtered__range-slider {
    padding-right: 0;
    margin-bottom: 5vw;
  }

  .b-filtered__range-inputs {
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    margin-bottom: 5vw;
  }

  .b-filtered__wrapper-button {
    max-width: 52vw;
    margin: 0 auto;
  }

  .b-catalog {
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-right: 5vw;
    padding-left: 5vw;
    margin-bottom: 10vw;
  }

  .b-catalog__title {
    font-size: 6.25vw;
    font-weight: 700;
    line-height: 7.5vw;
    margin-bottom: 0;
  }

  .b-catalog__categories {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }

  .b-catalog__category {
    margin-bottom: 2.5vw;
  }

  .b-sorted {
    padding: 5vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }

  .b-sorted__title {
    font-size: 4.375vw;
    font-weight: 600;
    line-height: 5.625vw;
    margin-right: auto;
  }

  .b-sorted__sort {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 4.375vw;
    margin-right: 5vw;
  }

  .b-pagination {
    padding: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .b-pagination__title {
    font-size: 4.375vw;
    font-weight: 600;
    line-height: 5.625vw;
    margin-right: 0;
    margin-bottom: 2.5vw;
  }

  .b-pagination__wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .b-pagination__pages {
    margin-bottom: 5vw;
  }

  .b-pagination__line {
    border-bottom: 0.465vw solid #000;
    min-width: 2.5vw;
    width: 2.5vw;
    min-height: 0.465vw;
    height: 0.465vw;
    top: 0;
    margin-right: 1.25vw;
  }

  .b-pagination__page {
    font-size: 3.75vw;
    font-weight: 600;
    line-height: 4.375vw;
    border: 0.31vw solid transparent;
    border-radius: 1.25vw;
    padding: 2.5vw 3.5vw;
    margin-right: 1.25vw;
  }

  .b-pagination__page:after {
    display: none;
  }

  .b-pagination__page:before {
    display: none;
  }

  .b-pagination__page:hover {
    border: 0.31vw solid #E6E6E6;
  }

  .b-pagination__page--active {
    border: 0.31vw solid #E6E6E6;
  }

  .b-pagination__wrapper-viewby {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .b-pagination__viewby {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 4.375vw;
    margin-right: 2.5vw;
  }

  .b-pagination__viewby:after {
    display: none;
  }

  .b-pagination__viewby:before {
    display: none;
  }

  .sc-main {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sc-main__container {
    max-height: unset;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .sc-main__swiper {
    max-width: 100%;
    width: 100%;
    height: 40vw;
    margin-right: 0;
  }

  .sc-main__slide-img {
    height: 40vw;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sc-main__slide--hidden-mob {
    display: none;
  }

  .sc-main__slide--visible-mob {
    display: block;
  }

  .sc-main__wrapper-flex {
    width: 100%;
    display: none;
  }

  .sc-main__arrows {
    padding: 0 2vw;
  }

  .sc-main__banner {
    height: 40%;
    margin-bottom: 5vw;
  }

  .sc-catalog {
    padding: 10vw 0 10vw 0;
    margin-bottom: 12.5vw;
  }

  .sc-catalog__wrapper-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10vw;
  }

  .sc-catalog__title {
    margin-right: auto;
  }

  .sc-catalog__categories {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.5vw;
  }

  .sc-category {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sc-category__content-top {
    padding-bottom: 10vw;
  }

  .sc-category__content-bottom {
    padding: 2.5vw 0 3vw 1.25vw;
    border-top: 0.31vw solid rgba(0, 0, 0, 0.1);
  }

  .sc-category__container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sc-category__content-right {
    padding-top: 0;
    width: 100%;
    left: 0;
  }

  .sc-category__content-left {
    width: 100%;
    max-width: unset;
    margin-bottom: 7.5vw;
  }

  .sc-category__main-title {
    margin-bottom: 5vw;
  }

  .sc-category__item-types {
    margin-bottom: 1.875vw;
  }

  .sc-category__item-sizes {
    margin-bottom: 5vw;
  }

  .sc-category__margintop-24px {
    margin-top: 0;
  }

  .sc-category__title {
    font-size: 5.625vw;
    font-weight: 400;
    line-height: 7.5vw;
    margin-bottom: 3.75vw;
  }

  .sc-category__wrapper-sizes .sc-category__type {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-right: 2.5vw;
    padding: 0 1.25vw;
  }

  .sc-category__item-list {
    margin-bottom: 7.5vw;
  }

  .sc-category__wrapper-list {
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 5vw;
  }

  .sc-category__wrapper-list--bigindent {
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
  }

  .sc-category__list-item {
    line-height: 6.25vw;
    margin-bottom: 0;
  }

  .sc-category__wrapper-button {
    max-width: 58vw;
    width: 100%;
  }

  .sc-category__product {
    height: 100%;
  }

  .sc-category__arrows {
    max-width: calc(100% + 5vw);
    width: calc(100% + 5vw);
    left: -2.5vw;
    opacity: 0.4;
  }

  .sc-category__swiper-partners .swiper-slide {
    max-width: 40vw;
    height: 15vw;
    margin-right: 5vw;
  }

  .sc-category__img-partner {
    max-width: 40vw;
  }

  .sc-category--indent {
    margin-bottom: 7.5vw;
  }

  .sc-benefits {
    margin: 10vw 0 10vw 0;
  }

  .sc-benefits__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sc-benefits__content-left {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 5vw;
  }

  .sc-benefits__title {
    margin-bottom: 7.5vw;
  }

  .sc-benefits__menu {
    margin-bottom: 5vw;
    width: 100%;
  }

  .sc-benefits__item {
    margin-bottom: 2.5vw;
  }

  .sc-benefits__link {
    font-size: 5.625vw;
    font-weight: 400;
    line-height: 7.5vw;
  }

  .sc-benefits__wrapper-button {
    max-width: 60vw;
  }

  .sc-benefits__ready {
    padding: 3.125vw 1.25vw;
  }

  .sc-benefits__content-right {
    padding-left: 0;
  }

  .sc-benefits__wrapper-text {
    padding-right: 0;
    margin-bottom: 5vw;
    text-align: left;
  }

  .sc-benefits__desc {
    font-size: 5vw;
    font-weight: 400;
    line-height: 6.5vw;
    margin-bottom: 2.5vw;
  }

  .sc-benefits__benefits {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 5vw;
  }

  .sc-benefits__benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-benefits__benefit:nth-child(1) .sc-benefits__img {
    width: 7.5vw;
    height: 15vw;
  }

  .sc-benefits__benefit:nth-child(2) .sc-benefits__img {
    width: 10vw;
    height: 7.5vw;
  }

  .sc-benefits__benefit:nth-child(3) .sc-benefits__img {
    width: 10vw;
    height: 11.5vw;
  }

  .sc-benefits__benefit:nth-child(4) .sc-benefits__img {
    width: 11vw;
    height: 7.5vw;
  }

  .sc-benefits__wrapper-image {
    margin-right: 0;
    margin-bottom: 5vw;
    min-height: 15vw;
  }

  .sc-benefits__benefit-title {
    font-size: 5vw;
    font-weight: 600;
    line-height: 6.5vw;
  }

  .sc-benefits--bg-white {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sc-allcategories {
    margin: 10vw 0;
  }

  .sc-allcategories__container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 5vw;
  }

  .sc-infocategory {
    padding: 10vw 5vw;
    margin-bottom: 10vw;
  }

  .sc-infocategory__title {
    margin-bottom: 10vw;
  }

  .sc-infocategory__content-top {
    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;
    margin-bottom: 5vw;
  }

  .sc-infocategory__subcategories {
    margin-right: 0;
    margin-bottom: 5vw;
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 1.125vw;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-infocategory__subcategory {
    border-bottom: 0.31vw solid #E7E7E7;
    max-width: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sc-infocategory__subcategory-link {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    padding-top: 0;
  }

  .sc-infocategory__wrapper-info {
    padding-right: 0;
  }

  .sc-infocategory__desc-info {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 4.375vw;
    margin-bottom: 2.5vw;
  }

  .sc-infocategory__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-infocategory__contact {
    margin-right: 0;
    margin-bottom: 1vw;
  }

  .sc-infocategory__phone {
    font-size: 5.625vw;
    font-weight: 700;
    line-height: 6.25vw;
    margin-bottom: 1vw;
  }

  .sc-infocategory__worktime {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .sc-infocategory__wrapper-tags,
  .sc-infocategory__wrapper-brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-infocategory__items-title {
    width: auto;
    white-space: unset;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-right: 0;
    margin-bottom: 2.5vw;
  }

  .sc-infocategory__wrapper-tags {
    margin-bottom: 5vw;
  }

  .sc-infocategory__wrapper-tags .sc-infocategory__wrapper-flex {
    margin-bottom: -2.5vw;
  }

  .sc-infocategory__wrapper-brands .sc-infocategory__wrapper-flex {
    margin-bottom: -2.5vw;
  }

  .sc-infocategory__wrapper-flex {
    max-width: unset;
  }

  .sc-infocategory__tag {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-bottom: 2.5vw;
  }

  .sc-infocategory__brand {
    line-height: 6.25vw;
    margin-right: 2.5vw;
    margin-bottom: 2.5vw;
  }

  .sc-infocategory--product {
    margin-bottom: 10vw;
  }

  .sc-itemscategory {
    margin-bottom: 10vw;
  }

  .sc-itemscategory__title {
    margin-bottom: 5vw;
  }

  .sc-itemscategory__wrapper--sorted {
    margin-bottom: 5vw;
  }

  .sc-itemscategory__wrapper--buttons {
    max-width: 45vw;
  }

  .sc-itemscategory__wrapper--products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 5vw;
    margin-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-itemscategory--product {
    margin-bottom: 10vw;
  }

  .sc-itemscategory--product .sc-itemscategory__wrapper--products {
    margin-bottom: 5vw;
  }

  .sc-product {
    margin-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-product__wrapper-image {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: auto;
    margin-right: 0;
    border: 0.625vw solid #006088;
    margin-bottom: 5vw;
  }

  .sc-product__img {
    width: auto;
    height: auto;
    max-height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sc-product__wrapper-content {
    max-width: unset;
    width: 100%;
  }

  .sc-product__navigation {
    margin-bottom: 1.25vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }

  .sc-product__nav-page {
    margin-bottom: 5vw;
  }

  .sc-product__product-code {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    top: 0;
  }

  .sc-product__title {
    font-size: 6.25vw;
    font-weight: 700;
    line-height: 7.5vw;
    margin-bottom: 5vw;
  }

  .sc-product__instock {
    margin-bottom: 5vw;
  }

  .sc-product__wrapper-price {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5vw;
  }

  .sc-product__oldprice {
    font-size: 5vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-right: 0;
    top: -3.25vw;
    left: 4.25vw;
  }

  .sc-product__price {
    font-size: 7.5vw;
    font-weight: 700;
    line-height: 10vw;
    margin-right: 2.5vw;
  }

  .sc-product__currency {
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .sc-product__wrapper-button {
    max-width: 45vw;
    margin-right: 2.5vw;
  }

  .sc-product__btn {
    font-size: 4vw;
    line-height: 4.375vw;
    padding: 2.5vw 1.25vw;
    min-height: 9.5vw;
    max-height: 9.5vw;
  }

  .sc-product__wrapper-variables {
    margin-bottom: 5vw;
  }

  .sc-product__category {
    margin-right: 5vw;
  }

  .sc-product__category-season {
    margin-right: 2.5vw;
  }

  .sc-product__category-name {
    font-size: 7.5vw;
    font-weight: 700;
    line-height: 8.5vw;
    border-bottom: 0.625vw dashed #0099DE;
    padding-bottom: 0.25vw;
    top: 0;
  }

  .sc-product__season-icon {
    min-width: 10vw;
    min-height: 10vw;
    width: 10vw;
    height: 10vw;
  }

  .sc-product__surprise-link {
    width: 12vw;
    height: 12vw;
    min-width: 12vw;
    min-height: 12vw;
  }

  .sc-product__surprise-icon {
    width: 7vw;
    height: 7vw;
    min-width: 7vw;
    min-height: 7vw;
    background-size: 7vw;
  }

  .sc-product__variable {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.625vw;
    margin-right: 4vw;
  }

  .sc-product__icon-sound {
    margin-right: 2vw;
  }

  .sc-product__charact {
    margin-bottom: 2.5vw;
  }

  .sc-basket {
    padding-bottom: 10vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .sc-basket__content-left {
    margin-bottom: 10vw;
  }

  .sc-basket__content-right {
    padding: 10vw 5vw;
    -webkit-box-shadow: 0 0 5vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5vw rgba(0, 0, 0, 0.25);
  }

  .sc-basket__title {
    margin-bottom: 10vw;
  }

  .sc-basket__products {
    gap: 5vw;
  }

  .checkout-in__wrapper-button {
    max-width: unset;
  }

  .info-prices {
    margin-bottom: 2.5vw;
  }

  .info-prices__header {
    border-bottom: 0.6vw solid rgba(0, 0, 0, 0.25);
    padding-bottom: 5vw;
  }

  .info-prices__count-product,
  .info-prices__body span {
    font-size: 5vw;
    line-height: 5vw;
  }

  .info-prices__clear-basket {
    font-size: 5vw;
    line-height: 5vw;
  }

  .info-prices__body {
    padding: 5vw 0;
  }

  .info-prices__body p {
    font-size: 10vw;
    line-height: 7vw;
  }

  .basket-product {
    -webkit-box-shadow: 0 0 5vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5vw rgba(0, 0, 0, 0.25);
    padding: 5vw;
  }

  .basket-product__wrapper-img {
    max-width: unset;
    width: 40vw;
    margin-right: 2.5vw;
    margin-top: unset;
    padding-top: 1.5vw;
  }

  .basket-product__title {
    font-size: 4.25vw;
    font-weight: 500;
    line-height: 5vw;
    margin-bottom: 1vw;
    display: block;
    max-width: unset;
  }

  .basket-product__close {
    font-size: 3.7vw;
    font-weight: 400;
    line-height: 4vw;
    position: absolute;
    bottom: 1.7vw;
    right: -1vw;
  }

  .basket-product__info-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .basket-product__wrapper-title {
    width: auto;
    max-width: unset;
  }

  .basket-product__wrapper-counter {
    margin-bottom: 0;
  }

  .basket-product__counter-button {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 7.5vw;
  }

  .basket-product__counter {
    font-size: 6vw;
    height: 7.5vw;
    padding: 0 3vw;
  }

  .basket-product__wrapper-price {
    margin-top: 2.5vw;
    margin-bottom: unset;
    text-align: right;
    margin-left: auto;
    position: relative;
  }

  .basket-product__price-title {
    font-size: 4vw;
    font-weight: 400;
    line-height: 4vw;
    margin-bottom: 1.5vw;
  }

  .basket-product__main-price {
    font-size: 4vw;
    font-weight: 400;
    line-height: 4vw;
    margin-bottom: 2.5vw;
    margin-top: 1vw;
  }

  .basket-product__main-price span {
    font-size: 3.75vw;
  }

  .basket-product__current-price {
    font-size: 5.5vw;
    font-weight: 700;
    line-height: 6vw;
  }

  .basket-product__current-price span {
    font-size: 5.5vw;
  }
}
.second_text h2
{
 font-size:32px;
 text-transform:uppercase;
 font-weight:bold;
 margin-bottom:20px;
	}
	.second_text p
	{
	 margin-top:20px;
		}
.ptable td
{
 font-size:16px;
	}
.ptable .inp
{
 border:1px #000 solid;
 height:25px;
 width:160px;
 font-size:16px;
 padding-left:20px;
	}

.products_button
{  margin-top:30px !important;
}
.products_button .button
{
      background-color: #0099DE;
    color: #fff;
    opacity: 1;
    font-size: 1.07vw;
    font-weight: 400;
    line-height: 1.25vw;
    min-height: 2.06vw;
    border-radius: 0.25vw;
    max-height: 2.06vw;
    padding: 0 0.5vw;
    text-decoration:none;
    text-align:center;
    padding-right: 28px !important;
    margin-top:30px !important;
	}